/* @media screen and (min-width: 1820px) {}

@media screen and (max-width: 1780px) {
     :root {
        --font-xxl: 100px;
        --font-xl: 60px;
        --font-lg: 39px;
        --font-md: 32px;
        --font-sm: 24px;
        --font-xs: 20px;
        --font-xxs: 18px;
    }
    .big-title {
        font-size: var(--font-xxl);
    }
    .title {
        font-size: var(--font-xl);
    }
    .small-title {
        font-size: var(--font-lg);
    }
    .subtitle {
        font-size: var(--font-md);
    }
    .small-subtitle {
        font-size: var(--font-sm);
    }
    .text-big {
        font-size: var(--font-xs);
    }
    .text-small {
        font-size: var(--font-xxs);
    }
} */

@media screen and (max-width: 1440px) {
     :root {
        --pt: 100px;
        --pb: 100px;
    }
    .padding-top {
        padding-top: var(--pt);
    }
    .padding-bottom {
        padding-bottom: var(--pb);
    }
}

@media screen and (max-width: 1280px) {
     :root {
        --pt: 100px;
        --pb: 100px;
    }
    .padding-top {
        padding-top: var(--pt);
    }
    .padding-bottom {
        padding-bottom: var(--pb);
    }
    .footer-contact {
        max-width: 100%;
    }
    .contact-info {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 20px;
        max-width: 100%;
    }
}

@media screen and (max-width: 1124px) {
    /* .our-brand-right {
        width: 100%;
        max-width: 50%;
    } */
    .brand-slide-box {
        padding: 36px;
    }
    .brand-slide-img {
        max-width: 100%;
        width: 100%;
    }
    .our-brand-left {
        width: 100%;
        max-width: 50%;
    }
}

@media screen and (max-width: 991px) {
     :root {
        --font-xxl: 80px;
        --font-xl: 30px;
        --font-lg: 32px;
        --font-md: 20px;
        --font-sm: 24px;
        --font-xs: 20px;
        --font-xxs: 18px;
    }
    .big-title {
        font-size: var(--font-xxl);
    }
    .title {
        font-size: var(--font-xl);
    }
    .small-title {
        font-size: var(--font-lg);
    }
    .subtitle {
        font-size: var(--font-md);
    }
    .small-subtitle {
        font-size: var(--font-sm);
    }
    .text-big {
        font-size: var(--font-xs);
    }
    .text-small {
        font-size: var(--font-xxs);
    }
    .padding-top {
        padding-top: 70px;
    }
    .padding-bottom {
        padding-bottom: 70px;
    }
    .navbar-collapse {
        padding: 20px;
    }
    .nav-btn-group {
        padding-top: 20px;
    }
    .brand-slide-img {
        width: 100%;
        max-width: 450px;
    }
    .hero-main-wrap {
        flex-direction: column-reverse;
    }
    .hero-main-wrap {
        gap: 24px;
    }
    .hero-slider,
    .hero-heading {
        max-width: 100%;
        width: 100%;
    }
    .hero-heading {
        gap: 66px;
    }
    .our-brand-main {
        flex-direction: column;
        gap: 0px;
    }
    .our-brand-right,
    .our-brand-left {
        max-width: 100%;
        width: 100%;
        align-items: center;
        gap: 35px;
    }
    .brand-slide-box {
        padding: 24px;
    }
    .marquee-text-box span {
        font-size: 32px;
    }
    .trusted-right-cn,
    .trusted-left-cn {
        height: -webkit-fill-available;
    }
    .hero-bm-btn,
    .partner-bm-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
    .view-btn p {
        font-size: 14px;
    }
    .view-icon-right {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 14px;
    }
    .about-hero-main-wrap {
        flex-direction: column;
    }
    .about-hero-img,
    .about-hero-content {
        max-width: 100%;
    }
    .about-hero-heading {
        align-items: center;
    }
    .bottom-line-left {
        margin: 0 auto;
    }
    .about-hero-pera {
        text-align: center;
    }
    .footer-links,
    .footer-bottom,
    .footer-contact {
        max-width: 100%;
        width: 100%;
    }
    .contact-info {
        max-width: 100%;
        display: flex;
        justify-content: space-around;
        width: 100%;
        gap: 4px;
    }
    .footer-logo-section {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
     :root {
        --font-xxl: 70px;
        --font-xl: 41px;
        --font-lg: 28px;
        --font-md: 25px;
        --font-sm: 24px;
        --font-xs: 20px;
        --font-xxs: 18px;
        --pb: 70px;
        --pt: 70px;
    }
    .big-title {
        font-size: var(--font-xxl);
    }
    .title {
        font-size: var(--font-xl);
    }
    .small-title {
        font-size: var(--font-lg);
    }
    .subtitle {
        font-size: var(--font-md);
    }
    .small-subtitle {
        font-size: var(--font-sm);
    }
    .text-big {
        font-size: var(--font-xs);
    }
    .text-small {
        font-size: var(--font-xxs);
    }
    .text-xsmall {
        font-size: var(--font-xxxs);
    }
    .padding-bottom {
        padding-bottom: var(--pb);
    }
    .padding-top {
        padding-top: var(--pt);
    }
    .hero-heading h1 {
        font-size: var(--font-xl);
    }
    .reviewswiper-button-prev,
    .reviewswiper-button-next,
    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    .hero-bm-btn,
    .partner-bm-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .partner-main {
        padding: 35px;
    }
    .view-btn {
        padding-right: 50px;
    }
    .review-title {
        text-align: center;
    }
    .hero-bm-heading {
        text-align: center;
    }
    .brand-main-img {
        width: 100%;
        max-width: 100%;
    }
    .our-brand-box {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .our-brand-content {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
    .review-cn-left {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        flex-direction: column;
    }
    .review-slide-box {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .trusted-main {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .trusted-right-cn,
    .trusted-left-cn {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 479px) {
     :root {
        --font-xxl: 60px;
        --font-xl: 35px;
        --font-lg: 24px;
        --font-md: 22px;
        --font-sm: 24px;
        --font-xs: 20px;
        --font-xxs: 14.4px;
        --pb: 70px;
        --pt: 70px;
    }
    .big-title {
        font-size: var(--font-xxl);
    }
    .title {
        font-size: var(--font-xl);
    }
    .small-title {
        font-size: var(--font-lg);
    }
    .subtitle {
        font-size: var(--font-md);
    }
    .small-subtitle {
        font-size: var(--font-sm);
    }
    .text-big {
        font-size: var(--font-xs);
    }
    .text-small {
        font-size: var(--font-xxs);
    }
    .padding-bottom {
        padding-bottom: var(--pb);
    }
    .padding-top {
        padding-top: var(--pt);
    }
    .footer-logo-section {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 375px) {
     :root {
        --font-xxl: 60px;
        --font-xl: 35px;
        --font-lg: 24px;
        --font-md: 22px;
        --font-sm: 20px;
        --font-xs: 18px;
        --font-xxs: 14.4px;
    }
}