

:root{
    --brand-primary-q-green: #4c0;
    --brand-primary-q-green-rgb: 68, 204, 0;
    --brand-primary-q-green-light: #8adf6a;
    --theme-mode-heading: #2e3133;
    --theme-mode-body:#191c1e;
    --button-fg-color:#fff;
    --button-bg-color:  #191c1e;
    --text-sec:#757779;
}

@font-face {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: normal;
    src: local('Antonio'), url("../../fonts/antonio.ttf") format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto'), url("../../fonts/Roboto.ttf") format('truetype');
}


.button {
    text-decoration: none;
    --button-border-width: 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2rem;
    max-width: 32rem;
}

.primary {
    padding: .4rem 1em;
    border-radius: 20px;
    color: #fff;
    background-color: var(--button-bg-color);
    border:  4px solid var(--button-bg-color);
    margin-right: 1rem;
}

.secondary {
    padding: .4rem 1em;
    border: 4px solid var(--button-bg-color);
    color:  var(--button-bg-color);
    border-radius: 20px;
    margin-right: 1rem;
}

.py-section{
    padding: 60px 0;
}


.hero-section {
    padding-top: 9.5rem;
    padding-bottom: 60px;
    background-image: url('../../../assets/img/qmatic-bg-round-1.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.integration-hero{
    padding-top: 9.5rem;
    padding-bottom: 60px;
    background-image: url('../../../assets/img/qmatic-bg-square-2.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc( 100vh - 20px);
}

.bg-hero {
    background-image: url('../../../assets/img/qmatic-bg-round-1.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-content-text{
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.text-subheading{
    color: var(--text-sec) !important;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.text-heading {
    font-size: 67px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    color: var(--theme-mode-heading);
    font-family: 'Antonio',sans-serif;
    line-height: 6.3rem;
}

.text-hero {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: var(--theme-mode-body);
}

.hero-media{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: end;
}

.text-theme-subheading {
    color: #757779 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.column-text {
    color: var(--theme-mode-body);
    font-size: 36px;
    line-height: 1.25;
    font-weight: 400;
}

.column-text span {
    color: #44cc00;
}
.col-inner{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.video-link{
    position: relative;
}

.video-link img{
    border-radius: 20px;
}

.video-link:before {
    background-color: rgba(68,204,0,.76);
    content: "";
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 8rem;
    z-index: 1;
}

.video-link:after {
    border-bottom: 1.8rem solid transparent;
    border-left: 2.5rem solid #fff;
    border-top: 1.8rem solid transparent;
}
.video-link:after {
    border-bottom: 1rem solid transparent;
    border-left: 1.5rem solid #fff;
    border-top: 1rem solid transparent;
    content: "";
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    width: 0;
    z-index: 2;
}

.text-heding-2 {
    color: var(--theme-mode-heading);
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.text-p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

.banner-section {
    background-color: #f0f7ff !important;
    padding: 48px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.t-preamble {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    width: 70%;
}

.button.color-sec{
    color: #004b75;
    border-color: #004b75;
}

.bg-theme {
    background-color: #f9fafa !important;
}

.card-img{
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.card-img img{
    height: 120px;
    width: auto;
}

.text-sm{
    font-size: 1rem;
    line-height: 1.6;
}

.text-h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}

.feature-card{
    text-decoration: none;
}

.feature-card:hover{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);;
}

.link-card{
    text-decoration: none;
}

.card-icon-image {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-icon-image img{
    height: 120px;
}

.cus-logo{
    margin-bottom: 8px;
}

.comment-data {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.commenter{
    font-size: 18px;
    line-height: 22px;
}

.text-h4{
    font-size: 20px;
}

.min-h-customer{
    min-height: 400px;
}

.card-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card-border{
    min-height: 250px;
    border-top: none;
    border-left: 0;
}

.card-border-control .col-md-3:nth-child(4) .card-border{
    border-right:  0;
}
.card-border-control .col-md-3:nth-child(8) .card-border{
    border-right:  0;
}

.card-border-control .col-md-3:nth-child(5) .card-border,
.card-border-control .col-md-3:nth-child(6) .card-border,
.card-border-control .col-md-3:nth-child(7) .card-border,
.card-border-control .col-md-3:nth-child(8) .card-border{
    border-bottom: 0;
}

.card-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bg-theme-2{
    background-color: #fdeff0;
}

.bg-theme-2 h2{
    color: #90042e;
    font-size: 38px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.button-red {
    padding: .4rem 1em;
    border-radius: 20px;
    color: #fff;
    background-color: #90042e;
    border:  4px solid #90042e;
    margin-right: 1rem;
}

.breadcrumb-height {
    margin-top: 5rem;
}

.text-theme-subheading a{
    color: inherit;
    text-decoration: none;
}

.arrow-img img{
    color: #0c6709;
}

.arrow-img .stroke-color {
    stroke: #4c0;
}

.left-to-right img {
    transform: scaleX(-1);
}

.bg-blue{
    background-color: #eff6fd;
}

.text-blue-heading {
    color: #4297d6 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.text-color-sec{
    color: #004b75;
}

.text-bold-h3{
    font-size: 26px;
    line-height: 32px;
    font-style: normal;
    font-weight: 700;

}

.body-following-list {
    list-style: none !important;
    margin-left: .1rem;
    padding: 0 0 0 2rem;
    font-size: 18px;
    line-height: 30px;
    color: #191c1e;
    font-weight: 400;
}

.body-following-list li {
    position: relative;
    margin-bottom: 14px;
}

.body-following-list li:before {
    content: "";
    display: block;
    height: 16px;
    left: -25px;
    margin-top: 10px;
    position: absolute;
    top: -2px;
    width: 16px;
    background-color: #4c0 !important;
    border-radius: 50%;
}

.body-following-list li:after {
    background-image: url('../../../assets/img/icon-bullet-small-checkmark.svg');
    background-position: .175em .25em;
    background-size: 10px auto;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 16px;
    left: -25px;
    margin-top: 11px;
    position: absolute;
    top: -2px;
    width: 14px;
}

.content-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-right{
    border-right: 1px solid #c1c6cb;
}

.link-transparent{
    text-decoration: none;
    color: inherit;
}

.list-border-0 li{
    border: none;
    color: #6c757d;
    font-size: 18px;
    font-weight: 400 !important;
}


@media (max-width: 767px) {
    .d-md-none {
        display: none;
    }

    .text-heading {
        font-size: 32px;
        line-height: 4rem;
    }

    .button {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2rem;
        max-width: 32rem;
    }

    .hero-media {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        align-items: center;
        margin-top: 20px;
    }

    .column-text {
        font-size: 22px;
    }

    .text-heding-2 {
        color: var(--theme-mode-heading);
        font-size: 32px;
        line-height: 38px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
    }

    .banner-section .d-flex{
        flex-wrap: wrap;
    }

    .t-preamble {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        width: 100%;
        margin-bottom: 50px;
    }

    .bg-theme-2 h2 {
        color: #90042e;
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }

    .card-border{
        border: 1px solid rgba(200, 207, 213, 0.79) !important;
    }

    .text-hero {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: var(--theme-mode-body);
}
}