@media (max-width:1600px) {
    .container {
        max-width: 1280px;
        width: 100%;
        height: auto;
    }
    .header-sec {
        width: 80%;
    }
    body,html {
        overflow-x: hidden;
    }
}


@media (max-width:1400px) {
    .banner-sec {
        display: block !important;
        padding: 135px 0 6px;
    }

    .iconbox-content {
        max-width: 340px;
    }

    h2.dominate-hd.primary-hd {
        padding-top: 110px;
    }

    .slider .slide-track {
        width: calc(300px * 6);
    }

    .primary-hd {
        font-size: calc(4vw + 4vh + 4vmin);
        margin-bottom: 26px;
        line-height: 110px;
    }
}

@media (max-width:1366px) {
    .container {
        max-width: 1210px;
        width: 100%;
        height: auto;
    }
.logo {
    width: 150px;
}
    .header-sec {
        width: 92%;
    }

    .primary-hd {
        font-size: calc(3vw + 3vh + 5vmin) !important;
        margin-bottom: 26px;
    }

    .iconbox-content {
        max-width: 320px;
    }

    h2.dominate-hd.primary-hd {
        font-size: 75px;
        width: 100%;
        font-weight: 900;
        line-height: 76px;
    }
}

@media (max-width:1240px) {
    .container {
        max-width: unset !important;
    }

    .banner-sec {
        padding: 180px 40px 20px;
    }

    .service-section {
        padding: 80px 40px;
    }

    .primary-hd {
        font-size: calc(3vw + 4vh + 4vmin);
        margin-bottom: 26px;
    }

    .footer-section {
        padding: 80px 40px;
    }

    .copyright {
        background: var(--primary-color);
        padding: 20px 40px;
    }
}

@media (max-width:1100px) {
    .menu-list {
        padding-left: 0;
        gap: 12px !important;
    }

    .primary-hd {
        font-size: calc(2vw + 4vh + 4vmin);
        margin-bottom: 26px;
    }

    .para-text {
        font-size: 17px;
        font-family: "Outfit", sans-serif;
        line-height: 27px;
    }

    a.startyour-project {
        font-size: 14px;
    }

    .callbtn-project {
        font-size: 14px;
    }

    .service-content-area h3 {
        font-size: 56px;
        line-height: 66px;
    }

    h2.woo-btn {
        font-size: 22px;
    }

    section.dominate-search {
        padding: 80px 40px;
    }

    h2.dominate-hd.primary-hd {
        text-align: center;
    }

    p.dominate-para.para-text {
        text-align: center;
        margin-bottom: 50px;
    }
}

@media (max-width:991px) {
    .menu-section {
        flex-direction: row-reverse;
    }

    .menu-section ul {
        display: none !important;
    }



    .mobile-menu-section {
        position: fixed;
        left: 0;
        top: 0;
        background: black;
        width: 100%;
        height: 100vh;
        z-index: 99999999;
        align-items: center;
        justify-content: center;
    }

    .closed-button {
        position: absolute;
        z-index: 9;
        top: 20px;
        right: 20px;
        background: transparent;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        border-color: white;
        color: white;
        font-size: 25px;
        transition: 0.5s;
    }

    .closed-button:hover {
        background: red;
        border-color: red;
        color: black;
    }

    button.menu-btnactive {
        display: block;
    }

    ul.menu-list {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    ul.menu-list li a {
        font-size: 60px;
        position: relative;
        transition: 0.5s;
    }

    ul.menu-list li a:hover {
        color: red;
    }

    ul.menu-list li a:hover:before {
        width: 100%;
    }

    ul.menu-list li a:before {
        content: '';
        width: 0%;
        height: 2px;
        background: red;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
    }

    ul.menu-list li {
        margin: 14px 20px;
    }

    .divide-section.firstsect-serv {
        padding-top: 90px;
    }

    .primary-hd {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .service-content-area h3 {
        font-size: 57px;
        line-height: 66px;
    }

    h2.dominate-hd.primary-hd {
        font-size: 60px;
        line-height: 70px;
    }

    .iconbox-content {
        max-width: 290px;
    }

    .tabs-buttons button {
        padding: 10px 25px;
    }

    .header-btn {
        font-size: 14px;
    }

    .primary-hd {
        font-size: calc(1vw + 3vh + 4vmin);
    }
}

@media (max-width:767px) {
    .popup-formn  .banner-form {
    width: 80%;
}
.popup-formn .closed-button {
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    font-size: 13px;
}
    .header-btn {
        width: 140px !important;
    }

 

    h3.form-head {
        font-size: 26px;
    }

    ul.menu-list li a {
        font-size: 30px;
    }

    .primary-hd {
        text-align: center;
        font-size: 38px !important;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .lets-contact h2 {
        font-size: 55px;
        line-height: 68px;
    }

    .flex-copy {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        line-height: 1.5;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }

    .lets-contact {
        padding-top: 50px;
    }

      .banner-sec {
        padding: 108px 20px 20px;
        height: 100%;
    }
    .banner-form {
        padding: 13px;
    }

    h3.form-head {
        font-size: 21px;
    }

    .service-content-area h3 {
        font-size: 36px;
        line-height: 43px;
    }

    h2.dominate-hd.primary-hd {
        font-size: 35px;
        line-height: 41px;
    }

    .iconbox-content {
        max-width: 100%;
        margin-top: 0 !important;
    }

    .unlockbusiness {
        font-size: 35px;
        line-height: 44px;
        margin-bottom: 0;
    }

    .faq-question {
        font-size: 12px;
    }

    .faq-answer {
        font-size: 12px;
        line-height: 22px;
    }
        .footer-section {
        padding: 40px 20px;
    }
    .copyright {
        background: var(--primary-color);
        padding: 20px 10px;
    }
}

@media (max-width: 550px) {
        .header-btn {
        width: 38px !important;
        height: 38px;
        font-size: 11px;
    }

    button.menu-btnactive {
    font-size: 30px;
}
.header-number {
    display: none !important;
}
}
