/*v.2.1.0*/

* {box-sizing: border-box}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}


body {
    font-family: "HelveticaNeue", sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #eeeeee !important;
}
.main-gradient {

    background:
        /* url("../img/building.png") no-repeat right 55px bottom,*/
            radial-gradient(107.95% 98.56% at 26.98% 87.32%, #bcbcbc 0%, #575f6d 100%);
    background-size: auto, cover; /* первое — картинка, второе — градиент */
    border-radius: 20px;

    margin: 10px;


}
.navbar-custom {


}
.navbar-custom .container-fluid {
    margin-bottom: auto;
    padding: 0 28px;
}
.logo-img {
    z-index: 2;
    position: relative;
    width: 94px;
    height: 94px;
    max-height: 94px;
}
.navbar-wrapper {
    display: flex;
    gap: 48px;
}
.navbar-brand-wrapper {
    margin-right: auto;
    margin-left: auto;
}
.header-button-group {
    display: flex;
    align-items: center;
}
.nav-link {

    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff!important;
}
.nav-link:hover {
    text-decoration: underline;
}
.navbar-brand {
    color: white;
    font-weight: bold;
    text-align: center;
}
.btn-outline-light {
    min-width: 160px;
    padding: 11px 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.3)!important;
    border-radius: 29px!important;
    background: transparent!important;
    font-weight: 400;
    font-size: 14px!important;
    margin-right: 5px;
}
.btn-white {
    min-width: 160px;
    padding: 11px 0 !important;
    border-radius: 29px!important;
    background: #fff!important;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 179%;
    color: #000!important;
}
.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
/*моб меню*/
.navbar-collapse {
    flex-grow: initial!important;
}
.header .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.header .show .header__buttons {
    margin: auto;
    padding-top: 10px;
}
.header .show .navbar-nav {
    margin: auto;

}
.header .show .header__button {
    border: 1px solid #67B3A5;
    color: #67B3A5;
}
.header .header__burger {
    display: flex;
    z-index: 2;
}
.header .header__burger-icon {

    z-index: 2;
    border: transparent;
    background: #f7f8fa;
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.header path {
    transition: transform 0.25s;
}
.header .active path:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: -1px 3px;
}
.header .active path:nth-of-type(2) {
    display: none;
}
.header .active path:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 0px 13px;
}
.header.active .navbar-brand {
    margin: 0 auto 0px;
    padding-left: 50px !important;


}
.header.active .header__logo1-img {
    display: none;
}

.header__logo1-img {
    display: none;
}

.header__logo2-img {
    display: block;

    min-width: 190px;
}
.header.active .header__logo2-img {
    display: block;
    margin-top: 78px;
    min-width: 190px;
}


.header.active .navbar {
    background: #000;
}


.header__social-icon-wrapper {
    display:none;
}

.btn-outline-light-mob {
    display:none;
    font-weight: 500;
    font-size: 16px;
    line-height: 245%;
    color: #fff;
    border: none;
    background: transparent;
}













/*hero*/


.hero-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 0 30px;
}

.headline {
    position: relative;
    z-index: 2;
    padding-top: 50px;
    font-weight: 300;
    font-size: 160px;
    line-height: 84%;
    letter-spacing: -0.03em;
    color: #fff;
}

.subheadline {
    position: relative;
    z-index: 2;
    font-weight: 300;
    font-size: 160px;
    line-height: 94%;
    letter-spacing: -0.03em;
    color: #fff;
}

.description {
    padding-left: 10px;
    padding-bottom: 64px;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: -0.03em;
    color: #fff;
    padding-top: 17px;
    margin: 0px;
}

.btn-outline-light {
    border-color: #ffffff80;
    color: white;
}
.rounded-pill {
    margin-right: 7px;
}

.btn-white {
    background-color: white;
    color: black;
}

.hero-right img {
    /*max-width: 908px;*/
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.hero-right {
    position: relative;
}

.gallery-thumb {
    width: auto!important;
    backdrop-filter: blur(20px);
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1000px;
    position: absolute;
    right: 0px;
    top: 20%;
    background: transparent;
    padding: 38px 20px 46px 20px!important;
    text-align: center;
    width: auto;
    transition: transform 0.2s ease-in-out;
}
.gallery-thumb:hover {
    transform: scale(1.01);
}


.gallery-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-stack img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: none;
    margin-top: -30px;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}
.gallery-stack img:hover {
    transform: scale(1.01);
}

.gallery-stack img:first-child {
    margin-top: 0;
}
.gallery-thumb p strong {
    font-weight: 200;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
}
.gallery-thumb p {
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 136%;
    letter-spacing: -0.03em;
    color: #fff;
}

.decor-text {
    font-family: 'HerrVonMuellerhoff';
    font-weight: 400;
    font-size: clamp(48px, 15.625vw, 297px);
    line-height: 7%;
    color: #fff;
    position: absolute;
    bottom: clamp(80px, 21.29vw, 313px);
    left: 32%;
    pointer-events: none;
    transform: rotate(356deg);
    z-index: 2;
}


.video-preview {

    margin-bottom: 51px;
    margin-left: 15px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

.play-circle {
    transition: transform 0.2s ease-in-out;
    position: relative;
    z-index: 1;
    width: 251px;
    height: 251px;
    border: 1px solid #fff4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-circle:hover {
    transform: scale(1.1);
}

.inner-circle {
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 170px;
    height: 170px;
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 1;
    cursor: pointer;
}

.video-box {
    margin-top: 28px;
    margin-left: -65px; /* наезд на кружок */
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.video-box img {
    width: 240px;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.video-caption {
    margin-left: 38px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 165%;
    letter-spacing: -0.03em;
    color: #fff;
}


/*2й блок*/
.why-dubai-section {
    background-color: #eeeeee;
}
.why-dubai-section-wrapper {
    min-height: 100%; height: 100%;
}

.icon-btn {
    width: 82px;
    height: 82px;
    border: 1px solid #000;
    border-radius: 63px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-dubai-section h2 {
    margin-top: 40px;
    font-weight: 300;
    font-size: 130px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000;
}
.why-dubai-section__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.4);
}
.why-dubai-section__left-block .why-dubai-section__arrow {
    padding-top: 30px;
    padding-right: 20px;

}
.why-dubai-section__right-block .why-dubai-section__arrow {
    padding-top: 30px;
    padding-right: 20px;

}
.why-dubai-section__subtitle-white {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.4);
}

.why-dubai-section h4 {
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #000;
}
.why-dubai-section__left-block {
    padding: 33px;
}
.interior-img {
    border-radius: 20px;
}
.w-80 {
    width: 80%;
}
.why-dubai-section__right-block-text {
    padding: 40px 0 40px 50px;
}

/*3й БЛОК*/
.about-ava-section {
    background-color: #eeeeee;
    color: #fff;


}
.about-ava-section_wrapper {
    border-radius: 20px;
    background: #000;
    padding: 35px;

}

.about-ava-section h2 {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 300;
    font-size: 150px;
    line-height: 87%;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 328px;
}

.about-ava-section p.text-uppercase {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.03em;
    text-align: right;
    color: #fff;
}
.custom-learn-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 34px;
    text-transform: uppercase;
    background-color: #000;

    padding: 9px 9px 9px 32px;

    font-family: "HelveticaNeue", sans-serif;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.custom-learn-btn .circle {
    padding-left: 4px;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-learn-btn svg {
    width: 28px;
    height: 28px;
    stroke: #000;
}

.custom-learn-btn:hover {
    background-color: #fff;
    color: #000;
}

.custom-learn-btn:hover .circle {
    background-color: #000;
}

.custom-learn-btn:hover svg path{
    stroke: #fff;
}




.about-ava-section .btn-dark {
    font-size: 0.75rem;
    text-transform: uppercase;
    border: none;
    background-color: #000;
}

.about-ava-section img.rounded-4 {
    border-radius: 20px;
    object-fit: cover;
}

.about-ava-section .img-fluid {
    max-width: 100%;
    height: auto;
}

/*5й БЛОК*/
.request-section {
    background-color: #eeeeee;
    color: #fff;
    background-size: cover;
    padding: 60px 0;
    color: #fff;


}
.request-section_wrapper {
    background: url("../img/anna-bg.webp") center right no-repeat;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 51px;
    background-size: cover;
}

.request-section h2 {
    font-weight: 300;
    font-size: 80px;
    line-height: 102%;
    letter-spacing: -0.03em;
    color: #fff;
    margin-top: 156px;
    margin-bottom: 40px;
}

.request-section h2 strong {
    font-weight: 400;
}

.info-box {
    /* min-width: 279px;*/
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 27px 33px 27px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.05);
}
.info-box strong{
    font-weight: 300;
    font-size: 45px;
    line-height: 0%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
}
.request-section form {
    margin-bottom: 30%;
}
.phone-input .form-control {
    backdrop-filter: blur(40px);
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding-left: 3rem;
}

.phone-input label {
    padding-left: 3rem;
    color: #ccc;
}
.btn-leave-request {
    font-weight: 400;
    font-size: 16px;

    letter-spacing: -0.03em;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;

    padding: 18px 20px 18px 40px;
    border: none;
    border-radius: 1000px;
    gap: 30px;
    transition: all 0.3s ease;
}

.btn-leave-request .icon {

    width: 24px;
    height: 24px;
}
.info-box .icon svg {

    width: 20px;
    height: 20px;
}

.btn-leave-request:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.request-section_name {
    bottom: 200px;
    left: 0;
}

.request-section .request-section_name div.fw-semibold{
    font-weight: 400!important;
    font-size: 22px;
    line-height: 0%;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 33px 57px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);

}
.request-section .request-section_name div.small{
    margin: -10px auto 0;
    width: 60%;
    font-weight: 400;
    font-size: 14px;
    line-height: 0%;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 19px 20px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    text-align: center;

}

/*6й блок FAQ*/
.section-faq {
    padding-top: 100px;
}
.section-faq__title {
    font-weight: 200;
    font-size: 250px;
    line-height: 52%;
    letter-spacing: -0.03em;
    color: #000;
}
.section-faq__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.03em;
    text-align: right;
    color: #000;
}
.section-faq__button1 {
    align-items: center;
    background: #2400ff;
    border: 2px solid #2400ff;
    border-radius: 8px;
    padding: 10px 16px;
    width: 100%;
    height: 44px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #f7f8fa;


}
.section-faq__button2 {
    text-decoration: none;
    display: inline-block;
    align-items: center;
    background: transparent;
    border: 2px solid #2400ff;
    border-radius: 8px;
    padding: 10px 16px;
    width: 100%;
    height: 44px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #2400ff;


}



.section-faq__button2:hover {
    background: #2400ff;
    color: #f7f8fa;
}



/*  СЕКЦИЯ FAQ */




/* Контент FAQ */
.faq-content {
    padding: 64px 0 56px;
    margin: 0;
}

.faq-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.faq-content-li {
    border-bottom: 1px solid #d7dae2;
    padding: 0px 0;
}

.faq-content-li .faq-content-text,
.faq-content-li .footer-submenu-ul {

    overflow: hidden;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.9s ease, opacity 0.9s ease;

}
.faq-content-li:not(.active) .faq-content-text, .faq-content-li:not(.active) .footer-submenu-ul {
    max-height: 0;
    opacity: 0;
}
.faq-content-li:not(.active) .faq-content-text {
    padding-top: 0;
    height: 0;
}
.faq-content-li.active .faq-content-text,
.faq-content-li.active .footer-submenu-ul {
    transform: scaleY(1);
    opacity: 1;
}
.faq-content-li.active .faq-title {
    fill: #000000;
    color: #000000;
}
.faq-content-li .faq-title svg {
    background: transparent;

    padding: 8px;
    width: 42px;
    height: 42px;
}
.faq-content-li .faq-title svg {
    overflow: visible;
    transition: transform 1s ease-in-out;
}

.faq-content-li .faq-title svg path {
    transition: stroke 1s ease-in-out;
    stroke: #999EAD;
}

.faq-content-li.active .faq-title svg {
    transform: rotate(180deg);
}

.faq-content-li.active .faq-title svg path {
    stroke: #2400ff;
}

/**/
.faq-content-li .faq-content-text,
.faq-content-li .footer-submenu-ul {
    display: none;
}

.faq-content-li.active .faq-content-text,
.faq-content-li.active .footer-submenu-ul {
    display: block;
}

.faq-content-li.active .faq-title {
    color: #000;
}

.faq-content-li .faq-title img {
    transition: transform 1s ease;
}

.faq-content-li.active .faq-title img {
    transform: rotate(180deg);
}

/**/
.faq-content-text {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #555a65;
    padding-left: 0px;
    width: 92%;
    padding-top: 23px;
}

/* Заголовки FAQ */
.faq-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
}
.faq-title p {
    font-weight: 400;
    font-size: 25px;
    line-height: 584%;
    letter-spacing: -0.03em;
    color: #43434a;

    padding-left: 0px;
    width: 92%;
    margin: 0;

}
.faq-title p:hover {
    color: rgba(0, 0, 0, 0.4);
}



/*7й блок*/
.request-section2_wrapper {
    background: url("../img/building-bg.webp") center right no-repeat;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding: 51px;
    background-size: cover;
}
.request-section2_wrapper .gallery-thumb {
    top: calc(50% - 289px);
    bottom: auto;
}





/*owl carusel*/

.owl-carousel .item {


    border-radius: 20px;
    position: relative;
    transition: transform 0.4s ease;
}
.owl-carousel.carousel-one .item{
    height: 500px;
}

.owl-carousel.carousel-two .item{
    height: 400px;
}
.owl-carousel.carousel-three .item{
    height: 600px;
}

.owl-carousel img {
    width: 100%;
    height: 500px;
    display: block;
}



.owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*transition: transform 0.4s ease;*/

}

.owl-carousel .item:hover img {
    z-index: 10;
    /*transform: scale(1.05);*/
}
.owl-stage-outer {
    overflow: visible;
}




.owl-carousel .badge-icon,
.owl-carousel .badge-location {
    font-weight: 400;
    font-size: 15px;
    line-height: 38%;
    color: #fff;

    display: flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(50px);
    background: rgba(255, 255, 255, 0.15);

    border-radius: 9px;
    padding: 8px 14px;
}

.owl-carousel .badge-icon {
    bottom: 1rem;
    left: 1rem;
}

.owl-carousel .badge-location {
    bottom: 1rem;
    right: 1rem;
}

.owl-carousel .badge-icon svg,
.owl-carousel .badge-location svg {
    width: 16px;
    height: 16px;
    fill: white;
}



/*галерея*/
.bg-black {
    background-color: #000 !important;
    overflow: hidden;
}
.gallery h2 {
    font-weight: 200;
    font-size: 350px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
}
.gallery p.lead {
    text-transform: uppercase;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 140px;
    font-size: 20px;
    line-height: 150%;
}

/* Кнопка Watch More: увеличенный размер иконок */
.btn-slider {
    border-color: #fff;
    color: #fff;
    font-weight: bold;
    background: #fff;
    padding: 11px 14px;
    width: 100%;
    display: inline-block;
}
.gallery-thumb.top-3 {
    top: 27px!important;
    bottom: auto;
}


.btn-slider  svg {
    width: 28px;
    height: 28px;
    stroke: #000;
}



.btn-slider button:hover  {
    background: #000;
}

.btn-slider .btn:hover svg path{
    stroke:  #fff;
}










.btn-slider button {

    width: 50px; height: 50px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 50%;
    border: 1px solid #2b2b35;
}
.btn-slider a{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #000;
}
.btn-slider a:hover{
    background: transparent!important;
    color: #312C2C26 !important;
}
/* Owl Carousel: базовые стили */
.carousel-three .item {
    position: relative;
    padding: 5px;
}
.carousel-three .item img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

/* Эффект увеличения при наведении */
.carousel-three .item:hover img {
    /* transform: scale(1.1);*/
}

/* Разрешаем выход изображения за границы при наведении */
.carousel-three .owl-stage-outer {
    overflow: visible;
}


/*footer*/
.footer-link  {
    margin-left: auto;
    margin-right: 20px;
}
.header__social-icon {
    width: 24px;
}
.footer__social-icon {
    width: 24px;
    filter: invert(1);
}
.footer-section {
    /* Светло-серый фон как на изображении */
    background-color: #eeeeee;
    font-family: sans-serif; /* Выберите подходящий шрифт */
    font-size: 0.9rem; /* Немного уменьшенный размер шрифта */
}

.footer-logo {
    max-height: 40px; /* Ограничьте высоту логотипа */
    /* Дополнительные стили для логотипа при необходимости */
}

.footer-nav .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 117%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000;
}

.footer-nav .nav-link:hover {
    color: #000; /* Цвет при наведении */
}

.footer-btn__dark {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #fff;
    background-color: #000;

    padding: 14px 33px !important;
    border: 1px solid #000;

}

.footer-btn__light {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000;
    background: transparent;
    padding: 14px 33px!important;
    border: 1px solid #000;


}

.footer-btn__light:hover {
    background-color: #e9ecef; /* Легкий фон при наведении */
    border-color: #adb5bd;
    color: #000;
}


.footer-hr {
    border-top: 1px solid #dee2e6; /* Цвет линии */
}

.footer-fernandes-logo {
    height: 25px; /* Размер логотипа Fernandes Media */
    vertical-align: middle; /* Выравнивание по вертикали */
}

.footer-bottom-text {
    color: #6c757d; /* Серый цвет текста */
}

.footer-privacy {
    font-size: 16px;
    font-weight: 500; /* Средняя жирность */
    color: #333; /* Темно-серый цвет текста */
    text-transform: uppercase; /* Заглавные буквы */
}
.footer-privacy:hover {
    color: #000; /* Цвет при наведении */
}

/* Стили для иконок соцсетей */
.footer-section .bi {
    font-size: 1.2rem; /* Размер иконок */
    color: #333; /* Цвет иконок */
}

.footer-section a:hover .bi {
    color: #000; /* Цвет иконок при наведении */
}

/*MODAL*/
.modal-content {
    min-width: 773px;
    background-color: black!important;
    color: white;
    border-radius: 30px;
    padding: 2rem;
    border: 2px solid white;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 773px !important;
    }
}



.modal-header, .modal-footer {
    border: none;
}
.modal-title {
    color:#fff;
    font-size: 3rem;
    font-weight: 400;
    text-transform: lowercase;
}
.modal-body p {
    color: #ccc;
    font-size: 1.25rem;
}
.phone-input-group {
    display: flex;
    align-items: center;
    border: 2px solid white;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
}
.phone-input-group img {
    width: 24px;
    margin-right: 10px;
}
.phone-input-group input {
    border: none;
    background: transparent;
    color: white;
    width: 100%;
    font-size: 1.25rem;
}
.phone-input-group input:focus {
    outline: none;
    box-shadow: none;
}
.leave-btn {
    font-family: "HelveticaNeue";
    display: flex;
    align-items: center;
    border: 2px solid white;
    border-radius: 50px;
    padding: 0.8rem 1rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff!important;
    color: #000!important;

}
.contact-buttons {
    margin-top: 2rem;
}
.contact-buttons a {
    border: 2px solid white;
    border-radius: 50px;
    padding: 0.8rem 1.5rem;
    margin: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    text-decoration: none;
    font-weight: 500;
}
.contact-buttons a img {
    width: 20px;
}



@media (max-width: 1920px) {

    .mobile-hide {
        display: none;
    }

    .headline {
        font-weight: 200;
        font-size: 100px;
        /*  min-width: 824px;*/
    }

    .description {
        font-size: 14px;
    }

    /*
        .container {
            max-width: 1440px;
        }*/
    /*2й блок */
    .why-dubai-section h2 {
        font-weight: 200;
        font-size: 80px;
    }

    .why-dubai-section__subtitle {
        font-size: 14px;
    }

    .why-dubai-section h4 {
        font-weight: 200;
        font-size: 37px;

    }

    .why-dubai-section__subtitle {
        font-weight: 400;
        font-size: 14px;
    }

    .why-dubai-section__subtitle-white {
        font-weight: 400;
        font-size: 14px;
    }

    .w-xxl-50 {
        width: 50%;
    }


    /*3й блок*/
    .about-ava-section h2 {
        font-weight: 200;
        font-size: 130px;
    }

    .about-ava-section p.text-uppercase {

        font-size: 14px;
        line-height: 214%;
    }
    .custom-learn-btn {
        font-size: 14px;
    }

    /*5й блок*/
    .request-section h2 {
        font-weight: 300;
        font-size: 50px;
    }
    .request-section .request-section_name div.fw-semibold{
        font-weight: 400!important;
        font-size: 14px!important;;
        padding: 23px 31px;

    }
    .request-section .request-section_name div.small {

        font-size: 8px!important;;
        padding: 16px 18px;
    }
    .info-box {

        font-size: 11px;

    }
    .info-box strong{

        font-size: 30px;

    }
    /*6й блок FAQ*/

    .section-faq__title {
        font-weight: 200;
        font-size: 200px;
        line-height: 65%;

    }
    .section-faq__subtitle {
        font-size: 14px;
    }
    .faq-title p {
        font-size: 20px;
    }

    /*7й блок ГАЛЕРЕЯ*/
    .gallery h2 {

        font-size: 250px;


    }
    .gallery p.lead {
        font-size: 14px;
        line-height: 214%;
    }
    .btn-slider a {
        font-size: 14px;
    }
    .height33 {
        height: 33% !important;
    }

}
@media (max-width: 1440px) {
    .why-dubai-section__right-block-text {
        padding: 20px 0 20px 50px;
    }
    .height33 {
        height: 33% !important;
    }

    .headline {
        padding-top: 70px;

        font-size: 100px;

    }

    .video-preview {
        position: absolute;

        margin-top: 0;
        margin-bottom: 0px;
        right: 29px;
        bottom: 40px;
    }

    .inner-circle {
        border: none;
    }

    .play-circle {
        width: 120px;
        height: 120px;
        backdrop-filter: blur(20px);
        z-index: 3;

    }

    .video-box {
        margin-top: 0;

        margin-left: 10px; /* наезд на кружок */
    }
    .video-box img {

        width: 170px;
        border-radius: 10px;
    }
    .video-caption {
        margin-left: 3px;
        margin-top: 2px;
        font-weight: 400;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: -0.03em;
        color: #fff;
    }
    .hero-right img {
        padding-left: 100px;
        margin-top: -74px;

        /*max-width: 908px;*/
        width: auto;
        height: auto;
        position: relative;
        z-index: 1;
    }



    .gallery-thumb {
        right: 20px;
        top: auto;
        bottom: 197px;

        padding: 25px 21px !important;

    }




    .gallery-stack img {
        width: 70px;
        height: 70px;

    }

    .gallery-thumb p strong {
        font-size: 45px;

    }
    .gallery-thumb p {
        margin: 0;
        font-size: 11px;

    }





}

@media (max-width: 1400px) {
    .owl-carousel .item {


        border-radius: 20px;
        position: relative;
        transition: transform 0.4s ease;
    }
    .owl-carousel.carousel-one .item{
        height: 400px;
    }

    .owl-carousel.carousel-two .item{
        height: 300px;
    }
    .owl-carousel.carousel-three .item{
        height: 500px;
    }
    .footer-btn__dark {
        font-size: 12px!important;
        padding: 10px 20px !important;
    }
    .footer-btn__light {
        font-size: 12px!important;
        padding: 10px 20px !important;
    }
    .row-1000 {
        min-width: 1000px;
    }
    .owl-carousel .item {
        height: 350px;
    }
    .nav-link {
        font-size: 12px !important;
    }

    .btn-outline-light {
        padding: 8px 40px!important;

        font-size: 12px!important;

    }
    .btn-white {
        padding: 8px 40px!important;

        font-size: 12px!important;

    }
    .why-dubai-section__right-block-text {
        padding: 40px 0 10px 30px;
    }
    .why-dubai-section__right-block-text .w-80 {
        width: 100%;
    }

    .w-xxl-50 {
        width: 80%;
    }


    .headline {
        padding-top: 70px;

        font-size: 100px;

    }

    .video-preview {
        position: absolute;

        margin-top: 0;
        margin-bottom: 0px;
        right: 29px;
        bottom: 40px;
    }

    .inner-circle {
        border: none;
    }

    .play-circle {
        width: 120px;
        height: 120px;
        backdrop-filter: blur(20px);
        z-index: 3;

    }

    .video-box {
        margin-top: 0;

        margin-left: 10px; /* наезд на кружок */
    }
    .video-box img {

        width: 170px;
        border-radius: 10px;
    }
    .video-caption {
        margin-left: 3px;
        margin-top: 2px;
        font-weight: 400;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: -0.03em;
        color: #fff;
    }
    .hero-right img {
        padding-left: 100px;
        margin-top: -74px;

        /*max-width: 908px;*/
        width: auto;
        height: auto;
        position: relative;
        z-index: 1;
    }



    .gallery-thumb {
        right: 20px;
        top: auto;
        bottom: 197px;

        padding: 25px 30px !important;

    }




    .gallery-stack img {
        width: 70px;
        height: 70px;

    }

    .gallery-thumb p strong {
        font-size: 45px;

    }
    .gallery-thumb p {
        margin: 0;
        font-size: 11px;

    }



}



@media (max-width: 1400px) {
    .hero-right img {
        padding-left:0

    }

}

@media (max-width: 1100px) {

}

@media (max-width: 992px) {
    .why-dubai-section-wrapper {
        min-height: auto;
        height: auto;
    }

    .owl-carousel .badge-icon  {
        display: none!important;
    }
    .owl-carousel .badge-location {
        display: none!important;
    }




    .navbar-brand-wrapper {
        margin-left: 0;
    }
    .hero-right img {
        margin-top: 125px;
    }
    .headline {
        min-width: auto;
        font-size: 57px;
        padding-top: 35px;
    }
    .description {
        padding-bottom: 35px;
    }
    .hero-section-button-group {
        flex-direction: column;
    }
    .hero-section-button-group .btn {
        margin-bottom: 10px;

    }
    .gallery h2 {
        font-size: 98px;
    }





    /*
        .container {
            max-width: 1440px;
        }*/
    /*2й блок */
    .why-dubai-section h2 {
        font-weight: 200;
        font-size: 40px;
    }

    .why-dubai-section__subtitle {
        font-size: 14px;
    }

    .why-dubai-section h4 {
        font-weight: 200;
        font-size: 28px;

    }

    .why-dubai-section__subtitle {

    }

    .why-dubai-section__subtitle-white {

    }

    .w-xxl-50 {
        width: 100%;
    }
    .about-ava-section_wrapper {
        padding: 35px 15px 15px 15px;
    }


    /*3й блок*/
    .about-ava-section h2 {

        font-size: 50px;
    }

    .about-ava-section p.text-uppercase {


    }
    .custom-learn-btn {

    }

    /*5й блок*/
    .request-section h2 {

        font-size: 35px;
    }
    .request-section h2 br{

        display: none;
    }
    .request-section .request-section_name div.fw-semibold{
        font-weight: 400!important;
        font-size: 14px;

    }
    .request-section .request-section_name div.small {
        font-size: 8px!important;
    }
    .info-box {

        font-size: 11px;

    }
    .info-box strong{

        font-size: 30px;

    }
    /*6й блок FAQ*/

    .section-faq__title {

        font-size: 170px;


    }
    .section-faq__subtitle {
        font-size: 14px;
    }
    .faq-title p {
        font-size: 14px;
    }

    /*7й блок ГАЛЕРЕЯ*/
    .gallery h2 {

        font-size: 90px;


    }
    .gallery p.lead {
        width: 80%;
        text-align: right;
        margin-left: auto;
        font-size: 14px;
        line-height: 214%;
        margin-bottom: 60px;
        margin-top: 100px;
    }
    .btn-slider a {
        font-size: 14px;
    }

    .about-ava-section img {
        height: 680px !important;
    }
    .about-ava-section-down {
        left: 50%!important;
        transform: translateX(-50%)!important;
    }


    .inner-circle {
        border: 1px solid rgba(255, 255, 255, 0.5);
        width: 75px;
        height: 75px;
    }
    .video-preview {
        right: auto;
        bottom: auto;
        left: 0;
    }
    .why-dubai-section__left-block {
        padding: 32px 12px 20px 12px;
    }
    .why-dubai-section__arrow {
        display: none;
    }
    .why-dubai-section__right-block-text {
        padding: 15px 0 10px 0;
    }

    /*3й блок*/
    .about-ava-section h2 {
        margin-bottom: 60px;}
    .about-ava-section .custom-learn-btn{
        margin-bottom: 170px;
    }
    /*5й блок*/

    .request-section_wrapper h2 {

        margin-top: 640px;}
    .request-section_name {

        bottom: 400px;
        left: 40px;}


    .request-section_wrapper  form {
        margin-bottom: 0;
    }
    .request-section_wrapper {
        padding: 40px 20px 20px 20px;
    }
    .request-section .form-floating {
        width: 100%;
    }
    .request-section .btn-leave-request
    {
        width: 100%;
    }

    /*FAQ*/
    .section-faq__title {
        margin-bottom: 171px;}
    .faq-title p {

        line-height: 114%;

        margin: 46px 0;
    }
    .request-section2_wrapper {
        padding: 40px 20px 20px 20px;
    }
    .request-section2_wrapper h2 {
        margin-top: 56px;
        margin-bottom: 31px;
    }
    .w-220 {
        width: 200px;
    }

    /*моб меню*/
    .header .navbar-collapse {
        display: flex   ;
        flex-direction: column;
        align-items: flex-start;
    }
    .header .btn-outline-light {
        display: none;
    }
    .header .btn-white
    {
        display: none;
    }
    .navbar-collapse.collapse.show {
        order:3;
    }

    .navbar-wrapper {
        gap: 40px;
        margin: 50px auto 0;
        display: flex   ;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }



    /*BURGER*/
    .header .header__burger-icon {

        z-index: 99;
        border: transparent;
        background: #f7f8fa;
        display: inline-block;
        width: 50px;
        height: 50px;
        vertical-align: middle;
    }
    .header path {
        transition: transform 0.25s;
    }
    .header .active path:nth-of-type(1) {
        transform: rotate(45deg);
        transform-origin: -1px 3px;
    }
    .header .active path:nth-of-type(2) {
        display: none;
    }
    .header .active path:nth-of-type(3) {
        transform: rotate(-45deg);
        transform-origin: 0px 13px;
    }
    .header.active .navbar-brand {
        margin: 0 auto 0px;
        padding-left: 0 !important;


    }
    .header.active .header__social-icon-wrapper {
        display: flex;
        margin: 90px auto 90px;

    }
    .header.active .btn-outline-light-mob {
        display: block;
        width: 100%;
        margin-bottom: 200px;
    }
    .info-box .icon svg {

        width: 26px;
        height: 26px;
    }
}

@media (max-width: 600px) {
    .hero-right {
        display: flex;
        justify-content: center;
    }

    .info-box {
        min-width: 279px;
    }

    .hero-right img {
        width: 350px;
    }

    /*5й блок*/
    .request-section_wrapper {
        background: url("../img/anna-bg2.webp") top right no-repeat;
        background-size: cover;
    }

    .btn-slider {
        display: flex;
        justify-content: space-between;
        margin-left: 10px;
        margin-right: 10px;
    }

    .carousel-three .item {

        padding: 0;
    }

    .request-section2_wrapper {
        background: url("../img/building-bg2.webp") top right no-repeat;
        background-size: cover;
    }

    .request-section2_wrapper form {
        margin-bottom: 462px;
    }

    .owl-carousel.carousel-two .item {
        border-radius: 5px !important;
        height: 114px;

    }

    .owl-carousel.carousel-two .item img {
        border-radius: 5px !important;
    }

    .owl-carousel.carousel-one .item {
        border-radius: 5px !important;
        height: 114px;

    }

    .owl-carousel.carousel-one .item img {
        border-radius: 5px !important;
    }

    .owl-carousel.carousel-three .item {
        height: 240px;

    }

    .footer-privacy-wrapper {
        margin-top: 36px !important;
        margin-bottom: 76px !important;
    }

    .footer-nav .nav-link {
        font-size: 12px;
    }

    .modal-content {
        padding: 0rem;

        min-width: 360px;
        max-width: 36px !important;
    }
    .logo-img {
        width: 60px;
        height: 60px;
    }
    .navbar-custom .container-fluid {
        margin-bottom: auto;
        padding: 0px 7px;
    }
    .hero-section .btn-outline-light {
        padding: 15px 47px!important;

    }

    .hero-section .btn-white{
        padding: 15px 47px!important;

    }

    .why-dubai-section h4 {
        margin-right: 20px;
    }



}

.header.active .header__burger-icon path:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: -1px 2px;
}
.header.active .header__burger-icon  path:nth-of-type(2) {
    display: none;
}
.header.active .header__burger-icon path:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 1px 12px;
}

.header .show .header__buttons {
    margin: auto;
}
.navbar-toggler {
    background: transparent!important;
}
.navbar-toggler:focus {
    text-decoration: none!important;
    box-shadow: none!important;
}
