@media screen and (min-width:740px) and (max-width:1199px) {

    .navbar {
        display: none
    }

    img.navImg {
        display: none
    }

    img.navImgMobile {
        display: block;
        margin-left: 2vw;
        width: 26vw;
    }

    header.mb-auto {
        font-size: .781vw;
        height: 15vw;
        align-items: center;
        background: #fff 0 0 no-repeat padding-box;
    }

    .btn-section {
        display: none
    }

    .signup {
        width: auto;
        height: 8.719vw;
        border-radius: .728vw;
        opacity: 1;
        display: none;
        border-bottom: none !important;
    }

    .login {
        width: auto;
        height: 8.719vw;
        display: none;
        color: #13293c !important;
        border: 2px solid #000;
        background: unset;
        border-bottom: 2px solid #000 !important;
    }

    .dropbtn {
        color: #000;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        text-decoration: none
    }

    .sticky {
        background: #fff;
        width: 100%;
        opacity: 1 !important;
    }

    a.dropbtn::after {
        content: url(assets/dist/images/mobile/Menu_icon.png)
    }

    .partners-btn {
        font-size: 2.885vw
    }

    a.partners-btn-menu {
        text-transform: uppercase;
        width: 33vw;
        border-radius: 6vw;
        height: 10vw;
        text-indent: 0vw !important;
        margin: 5vw auto;
        text-align: center !important;
        font: normal normal 700 3.9vw/3vw Bricolage Grotesque !important;
    }

    .navdropdowM {
        position: relative;
        display: inline-block
    }

    .dropdown-content {
        display: none;
        background: url(assets/dist/images/mobile/BG_menu_mobile.png ) no-repeat center;
        position: absolute;
        top: 15vw;
        width: 100vw;
        height: 207vw;
        background-size: cover;
        flex-direction: column;
    }

    .dropbtns {
        order: 2;
        display: flex;
        gap: 4vw;
    }

    .btn-sectionM {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin: 3vw
    }

    .dropdown-content a {
        padding: 3.1vw 0;
        text-decoration: none;
        display: block;
        text-align: left;
        font: normal normal 700 3.9vw/8vw Bricolage Grotesque;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        text-indent: 8vw;
        border-bottom: 0.5px solid #707070;
    }

    .btn-sectionM .login {
        width: 40vw;
        height: 9vw;
        border-radius: 2vw;
        color: #000
    }

    .btn-sectionM .signup {
        width: 40vw;
        height: 9vw;
        border-radius: 2vw
    }

    .show {
        display: block
    }

    .bannerImgDesk {
        display: none
    }

    .bannerImgMob {
        display: block;
        height: 125.178vw;
        width: -webkit-fill-available;
        padding-top: 15vw;
    }

    .signupmob {
        width: 29vw;
        height: 8.719vw;
        border-radius: 6.728vw;
        opacity: 1;
        background: #fff 0 0 no-repeat padding-box;
        padding: 2vw 0;
        color: #281d61 !important;
        border: 1px #8e30df solid;
        display: block;
        margin-right: 3vw;
        font-size: 3vw;
        font-weight: 900;
    }

    img.navImgMobileTop {
        display: block;
        margin-bottom: 0;
        position: absolute;
        top: 3vw;
        left: 38vw;
        right: 40vw;
        width: 25vw
    }

    .bannerTxt {
        top: 63.208vw;
        left: 5.823vw;
        width: 91.04vw;
        height: 40.219vw;
        gap: 1vw;
    }

    .secsignup {
        width: 39.5vw;
        height: 9vw;
        font: normal normal 700 3vw/8vw Bricolage Grotesque;
        border-radius: 6vw;
    }

    .logoImg {
        display: none
    }

    .logoImgMobile {
        display: block
    }

    .bannerTxt h1 {
        font-size: 7vw;
        padding: 0 0vw;
        letter-spacing: 0;
        color: #EEE
    }

    h1 {
        font-size: 6.068vw;
        font: normal normal 600 5.796vw/8.495vw Bricolage Grotesque;
        letter-spacing: 0;
        color: #EEE
    }

    h2 {
        font: normal normal 300 4vw/6.553vw Bricolage Grotesque;
    }

    h3.subbannertxt {
        font-size: 3vw;
    }

    .bannerTxt p {
        font: normal normal 600 3.641vw/5.583vw Bricolage Grotesque;
        width: 82.04vw;
        height: auto;
        margin-top: -3vw;
        text-align: center
    }

    .bannerTxt .signup {
        width: 40.78vw;
        height: 10.194vw;
        font: normal normal 600 4.126vw/9.408vw Bricolage Grotesque;
        border: none;
        box-shadow: none;
        margin-top: 2vw
    }

    .floating-menu {
        position: fixed;
        bottom: 0px;
        background: rgb(19 0 30);
        padding: 1vw 7vw;
        display: flex;
        z-index: 1000;
        width: 100vw;
        flex-direction: row;
        justify-content: space-between;
        border-top-left-radius: 4vw;
        border-top-right-radius: 4vw;
        left: 0;
    }

    /* Link styling */
    .floating-menu a {
        color: #fff;
        text-decoration: none;
        font-size: 3vw;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .floating-menu img {
        height: 5vw;
    }

    /* Icon styling - adjust size if needed */
    .floating-menu a svg {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
        fill: currentColor;
    }

    .section.first {
        height: auto;
        margin-top: 2vw;
    }

    .topsection {
        margin-top: -5vw;
    }

    .section.second {
        background: url(assets/dist/images/mobile/mobile_mobile.png) bottom no-repeat;
        color: #E2E2E2;
        height: 120vw;
        gap: 5vw;
        text-align-last: auto;
        padding: 12vw 4vw;
        align-items: center;
    }

    .section.third {
        background: #141416;
        height: 170vw;
        background-size: cover
    }

    .section.forth {
        height: 115vw;
        background-size: contain;
        background: #f9f9f9;
    }

    .img-fluid {
        height: 14vw;
        width: 20vw;
        margin: 0 1.2vw;
    }

    .section.sixth {
        background-size: contain;
        height: 145vw;
    }

    .section.fifth {
        height: auto;
    }

    .footer-section {
        flex-direction: column;
        padding: 0;
        width: -webkit-fill-available;
    }

    .footer-links {
        opacity: 1;
        padding: 0 0vw 12vw 0vw;
    }

    .footer-nav {
        gap: 4vw;
        flex-direction: row;
    }

    .footer-nav a {
        font-size: 2.5vw;
    }

    .footer-text {
        align-items: center;
        text-align: center;
        width: -webkit-fill-available;
        margin: 3vw 0 0 0;
        padding: 0;
    }

    .footer-top {
        justify-content: center;
    }

    .footer-bottom p {
        font-size: 2.4vw;
        width: auto;
    }

    .commisCard:after {
        display: none
    }

    .section {
        height: 57.708vw;
        color: #313131;
        display: flex;
        flex-direction: column;
        gap: 5vw;
        justify-content: unset;
        align-items: center
    }

    .first h1 {
        font: normal normal bold 6.5vw/6.553vw Bricolage Grotesque;
        margin-top: 10vw;
        text-align: left;
        padding: 0;
    }

    .info-boxes {
        height: auto;
        flex-direction: row;
        width: 85vw;
        order: 2;
    }

    .info-box {
        max-width: calc(60vw - 1vw);
    }

    .info-box img {
        width: 100%;
        height: 8vw;
        margin: 5vw;
    }

    .commisdesc {
        width: 85vw;
        margin-top: 0vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1vw;
    }

    .commisopt {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: unset;
    }

    .commisopt p {
        font: normal normal 300 3.3vw/5.583vw Bricolage Grotesque !important;
        padding: 0;
        text-align: left;
        color: #fff;
    }

    .commisTxt {
        flex-direction: column;
        align-items: center;
    }


    .container p {
        font: normal normal 300 2.7vw/3.583vw Bricolage Grotesque;
    }

    .second h1,
    .forth h1 {
        padding: 0
    }

    .secondTextArea {
        width: 92vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2vw;
    }

    .fifth h1 {
        text-align: center;
        font: normal normal 800 6.823vw/8.24vw Bricolage Grotesque;
        margin-top: 5vw;
        padding: 0;
    }

    .fifth p {
        text-align: center;
    }

    span.p1 {
        font: normal normal bold 25px/51px Bricolage Grotesque
    }

    div#commissions {
        flex-direction: column;
    }

    .commisBox {
        flex-direction: row;
        width: 82.039vw;
        height: auto;
        gap: 18vw;
        margin: auto;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .commisCard {
        width: 82.039vw;
        height: 102.515vw;
        padding: 10vw 4vw;
        margin: 5vw auto;
        flex: 0 0 99%;
        scroll-snap-align: start;
        display: block;
        border-radius: 6vw;
    }

    .commisImg {
        display: none
    }

    .commisImgM {
        display: block;
        height: 33vw;
    }

    .commisTxt h3 {
        font: normal 7.883vw/9vw Bricolage Grotesque;
        font-weight: 800;
        color: #fff;
    }

    .commisdesc p {
        font: normal normal 100 3.5vw/4.583vw Bricolage Grotesque;
        padding: 0;
        color: #000;
        text-align: left;
    }

    .second h1,
    .forth h1 {
        font: normal normal bold 6.5vw/1.553vw Bricolage Grotesque;
        padding: 0
    }

    .forth h1 {
        font: normal normal bold 6.5vw/3.553vw Bricolage Grotesque;
        color: #8e30df;
    }

    .second .signup {
        width: 39.806vw;
        height: 9.738vw;
        font: normal normal 600 3.398vw/9.466vw Bricolage Grotesque;
        text-align-last: auto;
        color: #fff;
        border: none;
    }

    .brand-card .text {
        flex-direction: column;
        height: fit-content;
    }

    .brand-cards {
        align-items: center;
    }

    .brand-card {
        width: 75vw;
        height: fit-content;
    }

    .brand-card .text h3 {
        font-size: 6.4vw;
    }

    .text ul {
        font-size: 3vw;
        padding: 0 10vw;
    }

    .brand-card .image img {
        width: 90%;
        margin: auto;
    }

    .brand-card .text p {
        width: auto;
        padding: 0 2vw;
    }

    .brand-card li {
        font: normal normal 200 3vw/4.302vw Bricolage Grotesque;
    }

    .brandsbox {
        width: 100vw;
        height: auto;
        opacity: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3vw
    }

    .brands {
        height: 54vw;
        width: auto;
        background-size: cover;
        justify-content: center;
        gap: 5vw;
        align-items: center;
        margin: auto;
    }

    .third h1 {
        text-align: center;
        font: normal normal bold 6.563vw/8.979vw Bricolage Grotesque;
        letter-spacing: 0;
        color: #fff;
        opacity: 1;
        margin-top: 4vw
    }

    img.brandImgM {
        display: block;
        border-radius: 10vw;
        width: 40vw;
        margin: auto;
    }

    img.brandImg {
        display: none
    }

    img.brandImgMob {
        height: 50vw;
    }

    div#aboutUs {
        scroll-margin-top: 90px;
        height: 100vw;
        width: 100vw;
        margin-left: 0vw;
        margin-top: 0vw;
    }

    div#aboutUs p {
        text-align: center;
        font: normal normal 300 4vw/5.553vw Bricolage Grotesque;
        padding: 0;
    }

    .faq-item {
        width: 83vw;
    }

    .faq-question {
        text-align: left;
        justify-content: space-between;
    }

    .faq-question h3 {
        font-size: 3.5vw;
    }

    .faq-answer li {
        font-size: 3vw;
    }

    .faq-icon {
        font-size: 7vw;
    }

    h1.testemonialTitle {
        font: normal normal 600 7.854vw/7.282vw Bricolage Grotesque;
        letter-spacing: 0;
        opacity: 1;
        padding: 0;
        text-align: center;
        margin: 0;
    }

    .testemonial {
        width: 86vw;
        height: 126vw;
    }

    .testmonialTxtSection {
        margin: 7vw 5.2vw;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        width: 81vw !important;
        height: 106vw !important;
        box-shadow: none;
        border-radius: 6px;
        gap: 5vw;
        justify-content: center;
    }

    .testmonialTxtSection h3 {
        font: normal normal 600 5.2vw/1.302vw Bricolage Grotesque;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 53vw !important;
        display: none !important
    }

    :root {
        --swiper-navigation-size: 25px !important
    }

    .third h3 {
        font: normal normal 600 3.641vw/5.583vw Bricolage Grotesque
    }

    p.testmonialTxt {
        font: normal normal 300 3vw/5.369vw Bricolage Grotesque;
        padding: 0 2vw;
        text-align: center;
        flex: 0;
    }

    a.testmonialLink {
        font: normal normal 300 3.641vw/5.583vw Bricolage Grotesque;
        margin-top: 3vw
    }

    .wrapperForth {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 11vw 18vw;
        gap: 12vw;
    }

    input,
    textarea {
        width: 65vw !important;
        height: 7vw;
        background: #F5F0D9 0% 0% no-repeat padding-box;
        color: #424242;
        font-size: 3.8vw;
    }

    input::placeholder,
    textarea::placeholder {
        text-align: left;
        font: normal normal 300 3.838vw/6.206vw Bricolage Grotesque;
        letter-spacing: 0;
        opacity: 1;
        margin: auto;
        color: #424242;
    }

    textarea {
        height: 24.097vw;
    }

    form#contactForm input[type="submit"] {
        width: 40.01vw !important;
        padding: .8vw;
        background-color: #FFCF35;
        font-size: 5vw;
        border: none;
        border-radius: 8vw;
        cursor: pointer;
        height: 10vw;
        letter-spacing: 1.2px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
        font: normal normal 600 3.5vw/3.51vw Bricolage Grotesque;
        float: none;
        box-shadow: none;
    }

    input::placeholder,
    textarea::placeholder {
        text-align: left;
        font: normal normal 300 3.398vw/5.097vw Bricolage Grotesque;
        letter-spacing: 0;
        color: #7A7A7A;
        opacity: 1;
        text-indent: 2vw
    }

    form#contactForm {
        display: flex;
        max-height: fit-content;
        width: unset;
        height: 76vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2vw;
    }

    form#contactForm input[type="text"],
    form#contactForm input[type="email"],
    form#contactForm textarea {
        background: transparent 0% 0% no-repeat;
        opacity: 1;
        border: none;
        border-bottom: 1px #424242 solid;
    }

    label {
        font: normal normal normal 3.5vw/6.302vw Bricolage Grotesque;
    }

    #aboutUs {
        order: 1;
        margin-bottom: -1vw;
    }

    #sendResultMessage {
        color: #fff;
        display: none;
        font: normal normal 600 3.646vw/8.863vw Bricolage Grotesque;
        margin: -3vw auto;
    }

    form#contactForm .recaptcha {
        text-align: center;
        font-weight: 500;
        color: #515151;
        padding: 0;
        width: 63vw;
        font: normal normal 500 2.7vw/3.583vw Bricolage Grotesque;
    }

    .img-fluid-mobile {
        width: 100vw;
        display: block;
    }

    .img-fluid-desktop {
        display: none;
    }

    a.partnersTnc {
        height: 15.125vw;
        padding: 5vw;
        font-size: 2.833vw
    }

    .copyrights {
        margin-bottom: 5vw;
        color: #fff;
        font-size: 3.3vw
    }

    .sidepanel {
        height: 12vw;
        width: 100vw;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        left: 0;
        display: block;
        transition: .5s;
        margin: auto
    }

    .sidepanel .signup {
        width: inherit;
        height: inherit;
        text-align: center;
        font: normal normal bold 4.885vw/11vw Bricolage Grotesque;
        letter-spacing: .029vw;
        color: #1F1F1F;
        opacity: 1;
        background: transparent linear-gradient(180deg, #EFC254 0%, #78612A 100%) 0 0 no-repeat padding-box;
        box-shadow: .208vw .26vw .26vw #00000029;
        margin: 0
    }

    .modal {
        z-index: 10
    }

    .modal-content {
        width: 100vw;
        height: 99vh;
        margin: 2vw 0;
        z-index: 99999
    }

    .modal-body p {
        font-size: 3vw
    }

    .close {
        font-size: 8vw;
        width: 13vw;
        height: 13vw;
        padding: 1vw;
    }

    .modal-body h2 {
        font-size: 4.5vw
    }

    .modal-header h2 {
        font-size: 5.7vw
    }

    .modal-body::-webkit-scrollbar {
        width: 15px;
    }
}
