* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    background-repeat: no-repeat;
    outline: none;
    touch-action: manipulation;
    cursor: none;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    /* padding-top: 100px; */

    background-color: #000000;
    color: #fff;

    background-image: url('../images/banner.webp');
    background-size: 100% auto;
    background-position-x: center;
    background-position-y: 0;
    min-height: 100vh;
}

.main__ {
    width: 100%;
    overflow: hidden;
    height: max-content;
}

.cursor__img {
    pointer-events: none;
    width: 48px;
    height: 48px;
    position: fixed;
    top: 70%;
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}


.header,
section,
.footer {
    width: 100%;
    padding-inline: 40px;
    scroll-margin-top: 100px;
    position: relative;
}

.container {
    width: 100%;
    margin-inline: auto;
    max-width: 1520px;
}


.header {
    position: fixed;
    top: 0;
    z-index: 9;
    min-height: 100px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    background-color: rgb(0 0 0 / 60%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.logo__img {
    width: 114px;
    height: 32px;
    object-fit: contain;
}

.navbar-menu__box {
    display: flex;
    align-items: center;
    gap: 74px;
}

.navbar__menu {
    display: flex;
    align-items: center;
    /* gap: 74px; */
    gap: 20px;
    width: 60%;
    justify-content: space-between;
}

.navbar__menu-item {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.navbar__menu-item.langue__item {
    display: none;
}


.header__language {
    position: relative;
    cursor: pointer;
}

.header__language-btn {
    padding-right: 32px;
    background-image: url('../images/svg/down_arrow.svg');
    background-size: 24px 24px;
    background-position: right center;
}

.lang__option,
.header__lang-text {
    display: flex;
    flex-direction: column;

    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}

.lang__option {
    text-align: center;
    padding-block: 14px;
}

.lang__option:hover {
    background-color: #383027;
}

.lang__option.active {
    background-color: #604E38;
}

.header__lang-panel {
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    min-width: 145px;
    display: none;
    flex-direction: column;
    gap: 15px;
    background-color: #000000;
    padding: 0 0;
    overflow: hidden;
    border: 1px solid #FFC1784D;
    z-index: 4;
}

.header__language.active .header__lang-panel {
    display: flex;
}


.menu__bars {
    display: none;
    justify-content: center;
    align-items: center;

    background-color: transparent;
    border: none;
    outline: none;
}

.menu__bars-icon {
    width: 24px;
    height: 24px;
}


/* banner */
.banner {
    display: block;
    will-change: transform;
    /* position: fixed;
    top: 100px !important; */
}

.banner .text__display,
.banner .text__title {
    color: #FFC178;
}

/* .pin-spacer {
    margin-top: 100px !important;
} */


.banner__box {
    margin-top: 25px;
    position: relative;
    text-align: center;
    padding-top: 120px;
}


.banner__border {
    position: absolute;
    width: 310px;
    height: 785px;
    pointer-events: none;

    background-size: cover;
}

.banner__border.left__b {
    top: 0;
    left: 0;

    background-image: url('../images/svg/left__b.svg');
    background-position: top left;
}

.banner__border.right__b {
    top: 0;
    right: 0;

    background-image: url('../images/svg/right__b.svg');
    background-position: top right;
}


.banner__text-img {
    /* width: 100%;
    max-width: 930px; */
    width: 48.43%;
}

/* typegraphy start */

.section__label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 32px;

    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 6px;
    text-transform: uppercase;

    color: #FFC178;
}

.section__label::before {
    content: '';
    display: block;
    width: 72px;
    height: 1px;
    background-color: #FFC178;
}

.text__display {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
}

.text__title__lg {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
}

.text__title {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
}

.text__lead {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.text__body__lg {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
}

.text__body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
}

.text__caption {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}

/* typegraphy end */


.banner__content {
    margin-top: 105px;

    margin-inline: auto;
    width: 100%;
    max-width: 935px;
}

.banner__content .text__title {
    margin-top: 30px;
}

.banner__btns {
    margin: 70px auto 20px auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* .banner__content .button__cta {  } */

.button__cta {
    width: 100%;
    max-width: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 20px;

    padding: 12px 20px;
    background-color: #E6A85D40;
    border: 1.5px solid #E6A85D;
    border-radius: 100px;

    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: #fff;

    transition: 0.3s;
}

.button__cta:hover {
    background-color: #E6A85D8C;
}

.button__cta:active {
    background-color: #E6A85D26;
}

.banner__content .text__body {
    color: #ffffff80;
}


.luxe__home {
    position: relative;
    margin-top: 25px;
    min-height: 1745px;
    background-image: url('../images/luxe__home.webp');
    background-size: cover;
    z-index: -1;
}

.luxe__home-texts {
    position: absolute;
    left: 50%;
    bottom: 400px;
    transform: translateX(-50%);
    width: 100%;
    padding-inline: 40px;
}

.luxe__home-info {
    max-width: 935px;
    margin-inline: auto;

    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFC178;
}





/*  */
.about {
    position: relative;
    margin-top: 125px;
}

.about__bg {
    width: 100%;
    max-width: 800px;

    position: absolute;
    right: 0;
    bottom: -22px;
    z-index: -1;
}

.about .container {
    max-width: 1555px;
}

.about__box {
    display: flex;
    align-items: center;
    gap: 90px;
}

.about__image {
    width: 54%;
}

.about__img {
    width: 100%;
    max-width: 795px;
}

.about__content {
    width: 46%;
}

.about__box .text__display {
    margin: 40px 0 30px 0;
}



/* services */
.services {
    position: relative;
    margin-top: 270px;
}

.services__box {
    position: relative;
    display: flex;
    align-items: start;
    gap: 100px;
}

.service__intro {
    width: 38%;
}

.service__intro .text__display {
    margin: 40px 0 30px 0;
    max-width: 370px;
}

.service__intro .service__image {
    margin-top: 70px;
}

.services__img {
    width: 100%;
    height: auto;
}

.service__grid {
    width: 62%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 34px;
    row-gap: 24px;
}

.service__card {
    min-height: 390px;
    padding: 40px 30px;
    box-shadow: -11px 8px 5.7px 2px #00000040;
    border: 2px solid #E6A85D66;
    border-radius: 24px;
}

.service__card .text__title__lg {
    margin: 24px 0 20px 0;
}

.service__card-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center center;
}


.service__bg {
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    max-width: 855px;
}


/* vip */
.vip {
    margin-top: 365px;
    background-image: url('../images/vip__bg.webp');
    background-size: cover;
    padding-block: 120px;
}

.vip__box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.vip__heading {
    width: 46.5%;
}

.vip__heading .text__display {
    margin: 30px 0 40px 0;
    max-width: 400px;
}

.vip__heading .text__title {
    max-width: 600px;
}

.vip__cards {
    width: 53.5%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature__card {
    box-shadow: -11px 8px 5.7px 2px #00000040;
    padding: 30px;
    border-radius: 24px;
    border: 2px solid #E6A85D66;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #00000033;
}


/* audience */
.audience {
    position: relative;
    margin-top: 240px;
}

.audience__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 655px;
    margin-inline: auto;
}

.audience__heading .section__label {
    width: 100%;
}

.audience__heading .section__label::before {
    width: 220px;
}

.audience__heading .text__display {
    margin: 30px 0 40px 0;
}

.audience__heading .text__title {
    text-align: center;
}

.audience__box {
    position: relative;
    margin-top: 90px;
    display: flex;
    align-items: center;
    gap: 90px;
}

.audience__cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.audience__image {
    width: 100%;
}

.audience__img {
    width: 100%;
    height: auto;
}


.audience__bg {
    position: absolute;
    top: 215px;
    right: 0;
    width: 100%;
    max-width: 1000px;
}


/* consultation */
.consultation {
    margin-top: 365px;
}

.consultation__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.consultation__intro .text__display {
    max-width: 1024px;
    margin-inline: auto;
    text-align: center;
}

.consultation__intro .text__title {
    max-width: 885px;
    margin-inline: auto;
    text-align: center;
}

.consultation__gallery {
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.c__collage {
    object-fit: cover;
    /* border: 2px solid blue; */
    transform: scale(0);
}

.c__collage__1 {
    position: absolute;
    left: 0;
    bottom: 508px;
    z-index: 2;
    width: 100%;
    max-width: 730px;
}

.c__collage__2 {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 970px;
}

.c__collage__3 {
    position: absolute;
    right: 0;
    bottom: 240px;
    z-index: 3;
    width: 100%;
    max-width: 690px;
}

.c__collage__4 {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 655px;
}


/* membership request */
.membership__request {
    margin-top: 185px;
}

.membership__request .container {
    max-width: 1205px;
}

.memb__request-heading .text__display {
    text-align: center;
}

.memb__request-box {
    margin-top: 60px;
    border: 1px solid #FFFFFFCC;
    border-radius: 30px;
    padding: 160px;
}

.memb__request-form {
    width: 100%;
    max-width: 745px;
    margin-inline: auto;
}

.request__form-into .text__display {
    margin-top: 30px;
    font-size: 70px;
    line-height: 80px;
}

.request__form-body {
    margin-top: 105px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.request__form-label {
    color: #FFC178;
}

.form__input-group {
    position: relative;
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 85px;
}

.form__control-box {
    position: relative;
    width: 100%;
}

.request__form-control {
    width: 100%;
    display: block;
    padding: 0 0 12px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #C2C2C2;

    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}

.memb__request-form.submitted input:invalid {
    border-bottom: 1px solid #EB5757;
    color: #EB5757;
}

.request__form-control.invalid {
    border-bottom: 1px solid #EB5757;
    color: #EB5757;
}

.request__form-control:focus {
    border-bottom: 2px solid #269AD4;
    color: #fff;
}

.request__form-control::placeholder {
    color: #C2C2C2;
}

.request__form-control:focus::placeholder {
    color: #828282;
}

.request__form-control.date__inp {
    background-image: url('../images/svg/date-icon.svg');
    background-size: 24px 24px;
    background-position: 100% 0;
}

.request__form-control.day__inp {
    background-image: url('../images/svg/down-icon.svg');
    background-size: 24px 24px;
    background-position: 100% 0;
}

.request__form-control.day__inp:focus {
    background-image: url('../images/svg/up-icon.svg');
}

.request__form-control.full__inp {
    width: 100%;
    grid-column: span 2;
}


.calendar__ {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9;
    border: 1px solid #FFC178;
    background-color: #000;
    border-radius: 12px;
    padding: 60px;

    display: none;
    opacity: 1;
    transition: 0.3s;
}

.calendar__.active,
.request__form-control.date__inp:focus~.calendar__ {
    display: block;
    opacity: 1;
}


.calendar__date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-inline: 10px;
}

.date__text {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
}

.calendar__btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.calendar__btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
}

.calendar__btn .arrow__ {
    width: 9px;
    height: 14px;
}

.calendar__days-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar__day {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
}

.calendar__day:not(.month__) {
    user-select: none;
}

.calendar__day:not(.month__):not(.no__hover):not(.select__):hover {
    background-color: rgba(255, 193, 120, 0.3);
}

.calendar__day:not(.month__).select__ {
    background-color: rgba(255, 193, 120, 0.7);
}

.time__ {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9;
    border: 1px solid #FFC178;
    background-color: #000;
    border-radius: 12px;
    padding-block: 30px;
    width: 100%;
    max-width: 145px;

    display: none;
    opacity: 1;
    transition: 0.3s;
}

.time__.active,
.request__form-control.day__inp:focus~.time__ {
    display: block;
    opacity: 1;
}

.time__option-btn {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    text-align: center;

    padding: 14px;
}

.time__option-btn:not(.select__):hover {
    background-color: rgba(255, 193, 120, 0.3);
}

.time__option-btn.select__ {
    background-color: rgba(255, 193, 120, 0.7);
}



.request__form-info {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    color: #C2C2C2;
}

.memb__request-form .button__cta {
    margin: 64px auto 0 auto;
}








/* contact */
.contact {
    margin-top: 180px;
    margin-bottom: 185px;
}

.contact__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
}

.contact__heading {
    display: flex;
    align-items: center;
    gap: 24px;
}

.contact__icon {
    width: 62px;
    height: 62px;
}

.contact__box .button__cta {
    text-align: center;
}



/* footer */
.footer {
    width: 100%;
    padding-bottom: 210px;
}


.footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.footer__box {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.footer__text-thicker {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    /* font-size: 20px;
    line-height: 40px; */
    font-size: 16px;
    line-height: 35px;

    color: #f8f8f8;
    /* color: rgb(255, 255, 255, 0.7); */
    text-decoration: none;
}

.footer__box-info,
.footer__link-item {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    /* font-size: 24px;
    line-height: 50px; */
    font-size: 16px;
    line-height: 35px;

    color: #f8f8f8;
    /* color: rgb(255, 255, 255, 0.7); */
    text-decoration: none;
}

.footer__bottom-text {
    margin-top: auto;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    color: rgb(255, 255, 255, 0.7);
    text-decoration: none;
}





@media (max-width: 1440px) {

    .container {
        max-width: 1250px;
    }


    .section__label {
        gap: 20px;
        font-size: 16px;
    }

    .section__label::before {
        width: 50px;
    }


    .text__display {
        font-size: 40px;
        line-height: 45px;
    }

    .text__title__lg {
        font-size: 22px;
        line-height: 28px;
    }

    .text__title {
        font-size: 16px;
        line-height: 28px;
    }

    .text__lead {
        font-size: 16px;
        line-height: 25px;
    }


    .button__cta {
        font-size: 20px;
        line-height: 25px;

        padding: 10px;
        max-width: 370px;
    }


    .navbar-menu__box {
        gap: 35px;
    }


    .banner__box {
        padding-top: 50px;
    }

    .banner__text-img {
        max-width: 530px;
    }

    .banner__content {
        margin-top: 50px;
    }

    .banner__btns {
        margin: 50px auto 10px auto;
    }

    /* .banner__content .button__cta {
    } */


    .luxe__home {
        min-height: 1200px;
    }

    .luxe__home-texts {
        bottom: 300px;
        padding-inline: 30px;
    }

    .luxe__home-info {
        font-size: 20px;
        line-height: 30px;
    }


    .about__box {
        gap: 50px;
    }

    .about .container {
        max-width: 1150px;
    }

    .about__img {
        max-width: 550px;
    }


    .services {
        margin-top: 150px;
    }

    .about__bg {
        bottom: -100px;
        max-width: 600px;
    }

    .service__bg {
        top: 50px;
        max-width: 600px;
    }

    .service__intro .text__display {
        margin: 30px 0 20px 0;
    }

    .services__box {
        gap: 50px;
    }

    .service__grid {
        column-gap: 25px;
        row-gap: 20px;
    }

    .service__card {
        min-height: 250px;
        padding: 30px 25px;
    }

    .service__card-icon {
        width: 40px;
        height: 40px;
    }

    .service__card .text__title__lg {
        margin: 15px 0 10px 0;
    }


    .vip {
        margin-top: 150px;
        padding-block: 70px;
    }

    .vip__heading .text__display {
        margin: 20px 0 30px 0;
    }

    .vip__cards {
        gap: 20px;
    }

    .feature__card {
        padding: 20px;
        gap: 10px;
    }


    .audience {
        margin-top: 100px;
    }

    .audience__bg {
        max-width: 800px;
    }

    .audience__heading {
        max-width: 520px;
    }

    .audience__heading .section__label::before {
        width: 160px;
    }

    .audience__heading .text__display {
        margin: 20px 0 20px 0;
    }

    .audience__box {
        margin-top: 50px;
        align-items: flex-start;
        gap: 50px;
    }


    .consultation {
        position: relative;
        margin-top: 200px;
    }

    .consultation__intro {
        gap: 20px;
    }

    .consultation__gallery {
        max-width: 1000px;
        margin-inline: auto;
    }

    .c__collage__1 {
        max-width: 400px;
    }

    .c__collage__2 {
        max-width: 500px;
    }

    .c__collage__3 {
        max-width: 400px;
    }

    .c__collage__4 {
        max-width: 500px;
    }


    .membership__request {
        margin-top: 100px;
    }

    .memb__request-box {
        padding: 60px 50px;
        max-width: 1000px;
        margin-inline: auto;
    }

    .request__form-into .text__display {
        margin-top: 20px;
        font-size: 50px;
        line-height: 65px;
    }

    .request__form-body {
        margin-top: 50px;
        gap: 30px;
    }

    .form__input-group {
        margin-top: 15px;
        gap: 30px;
    }

    .request__form-control {
        padding: 0 0 10px 0;
        font-size: 14px;
    }

    .calendar__ {
        padding: 30px;
    }

    .calendar__day {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }


    .contact {
        margin-top: 100px;
        margin-bottom: 120px;
    }

    .contact__box {
        gap: 20px;
    }

    .contact__icon {
        width: 40px;
        height: 40px;
    }


    .footer {
        padding-bottom: 70px;
    }

    .footer__box-info,
    .footer__link-item {
        /* font-size: 18px;
        line-height: 40px; */
    }

    .footer__text-thicker {
        font-size: 16px;
        line-height: 30px;
    }

    .footer__bottom {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 1200px) {

    .header,
    section,
    .footer {
        padding-inline: 30px;
    }

    .navbar__menu {
        width: 100%;
        gap: 40px;
        justify-content: flex-end;
    }


    .container {
        max-width: 1000px;
    }


    .banner__text-img {
        max-width: 400px;
    }


    .luxe__home {
        min-height: 1000px;
    }

    .luxe__home-texts {
        bottom: 170px;
    }

    .luxe__home-info {
        max-width: 700px;
        font-size: 20px;
        line-height: 30px;
    }




    .calendar__ {
        top: 40px;
        padding: 30px 20px;
    }

    .date__text {
        font-size: 20px;
    }

    .calendar__days-grid {
        margin-top: 20px;
    }

    .calendar__day {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .time__ {
        top: 40px;
        padding-block: 10px;
    }


    .footer__bottom-text {
        font-size: 14px;
        line-height: 28px;
        margin-top: 30px;
    }
}

@media (max-width: 1024px) {

    .cursor__img {
        display: none;
    }

    /* body {
        padding-top: 75px;
    } */
    /* .pin-spacer {
        margin-top: 75px !important;
    } */


    .header,
    section,
    .footer {
        scroll-margin-top: 75px;
    }


    .text__display {
        font-size: 30px;
        line-height: 35px;
    }

    .text__title {
        font-size: 14px;
        line-height: 24px;
    }


    .header {
        min-height: 75px;
    }

    .navbar__menu {
        display: block;
        position: fixed;
        top: 75px;
        right: 0;
        width: 100%;
        max-width: 420px;
        min-height: calc(100vh - 75px);
        max-height: calc(100vh - 75px);
        overflow-y: scroll;
        overflow-x: hidden;
        align-items: flex-start;
        z-index: 99;
        /* background-color: #000; */
        border-left: 2px solid rgba(255, 193, 120, 0.3);
        transform: translateX(100%);
        transition: 0.3s linear;


        background-color: rgb(0 0 0 / 60%);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);


    }

    .navbar__menu::-webkit-scrollbar {
        width: 0;
    }

    .navbar__menu.active__ {
        transform: translateX(0%);
    }

    .navbar-menu__box {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .navbar__menu-item {
        width: 100%;
        text-align: left;
        padding-inline: 30px;
        padding-block: 15px;
    }

    .navbar__menu-item:hover {
        background-color: rgba(255, 193, 120, 0.15);
    }

    .navbar__menu-item:target,
    .navbar__menu-item.active__ {
        background-color: rgba(255, 193, 120, 0.3);
    }

    .navbar__menu-item.langue__item {
        display: block;
    }

    .header__language {
        display: none;
    }

    .menu__bars {
        display: flex;
    }


    /* .luxe__home {
        min-height: 600px;
    } */


    .about {
        margin-top: 100px;
    }

    .about__box {
        flex-direction: column-reverse;
    }

    .about__image,
    .about__content {
        width: 100%;
    }

    .about__img {
        max-width: 100%;
    }

    .about__box .text__display {
        margin: 30px 0 20px 0;
    }

    .about__bg {
        display: none;
    }


    .services {
        margin-top: 100px;
    }

    .services__box {
        flex-direction: column;
    }

    .service__intro {
        width: 100%;
    }

    .service__image {
        display: none;
    }

    .service__grid {
        width: 100%;
    }

    .service__bg {
        display: none;
    }


    .vip {
        margin-top: 100px;
    }

    .vip__box {
        flex-direction: column;
    }

    .vip__heading {
        width: 100%;
    }

    .vip__cards {
        width: 100%;
    }


    .audience {
        margin-top: 50px;
    }


    .audience__bg {
        display: none;
    }


    .footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .text__title__lg {
        font-size: 24px;
        line-height: 28px;
    }

    .text__display {
        font-size: 24px;
        line-height: 30px;
    }

    .text__title {
        font-size: 16px;
        line-height: 24px;
    }

    .button__cta {
        max-width: 325px;
        line-height: 36px;
    }

    .section__label {
        font-size: 18px;
    }

    .section__label::before {
        width: 72px;
    }


    .banner__box {
        margin-top: 40px;
        padding-top: 0;
    }

    .banner__text-img {
        width: 100%;
        max-width: 265px;
    }

    .banner__border {
        display: none;
    }

    .banner__content .text__title {
        margin-top: 20px;
    }

    .banner__btns {
        margin: 40px auto 10px auto;
        flex-direction: column;
        align-items: center;
        padding-inline: 0;
    }

    .banner__content .button__cta {
        max-width: 380px;
    }


    .luxe__home-texts {
        bottom: 150px;
        padding-inline: 20px;
    }

    .luxe__home-info {
        font-size: 16px;
        line-height: 25px;
    }



    .about {
        margin-top: -100px;
        padding-inline: 0;
    }

    .about__box {
        gap: 50px;
    }

    .about__content {
        padding-inline: 30px;
    }


    .services {
        margin-top: 60px;
    }

    .services__box {
        gap: 60px;
    }

    .service__grid {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }

    .service__card {
        padding: 40px 30px 50px 30px;
    }

    .service__card-icon {
        width: 60px;
        height: 60px;
    }

    .service__card .text__title__lg {
        margin: 24px 0 20px 0;
    }


    .vip {
        margin-top: 60px;
        padding-top: 0;
        padding-bottom: 20px;
        background-size: 1440px 786px;
        background-position: 30% 100%;
    }

    .vip__box {
        gap: 60px;
    }

    .vip__heading .text__display {
        margin: 30px 0 20px 0;
    }


    .audience {
        margin-top: 60px;
    }

    .audience__heading {
        max-width: 100%;
        align-items: flex-start;
    }

    .audience__heading .section__label::before {
        width: 72px;
    }

    .audience__box {
        margin-top: 30px;
        flex-direction: column;
        gap: 0;
    }

    .audience__cards {
        gap: 20px;
    }

    .audience__image {
        display: none;
    }


    .consultation {
        margin-top: 60px;
        padding-inline: 0;
    }

    .consultation__intro {
        padding-inline: 30px;
    }


    .membership__request {
        margin-top: 60px;
    }

    .memb__request-box {
        margin-top: 55px;
        padding: 0;
        border: none;
    }

    .request__form-into .section__label::before {
        width: 15px;
        height: 2px;
    }

    .request__form-into .text__display {
        font-size: 24px;
        line-height: 30px;
        margin-top: 30px;
    }

    .request__form-body {
        margin-top: 30px;
        gap: 50px;
    }

    .request__form-label {
        font-size: 24px;
        line-height: 36px;
    }

    .request__form-control {
        font-size: 18px;
    }

    .form__input-group {
        grid-template-columns: repeat(1, 1fr);
    }

    .date__text {
        font-size: 16px;
    }

    .calendar__day {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .memb__request-form .button__cta {
        margin-top: 90px;
    }


    .contact {
        margin-top: 80px;
        margin-bottom: 100px;
    }


    .c__collage__1 {
        max-width: 230px;
        bottom: 170px;
    }

    .c__collage__2 {
        max-width: 320px;
    }

    .c__collage__3 {
        max-width: 230px;
        bottom: 80px;
    }

    .c__collage__4 {
        max-width: 205px;
    }



    .footer__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}


@media (max-width: 450px) {
    .button__cta {
        font-size: 16px;
        padding: 5px 12px;
    }
}