@import url('https://fonts.googleapis.com/css2?family=Imperial+Script&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Outfit", sans-serif;
    /* font-family: "Gothic A1", sans-serif; */
}

.wrapper {
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}


.section-ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-pb-50 {
    padding-bottom: 50px;
}

.section-pt-50 {
    padding-top: 50px;
}

.section-ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-pb-80 {
    padding-bottom: 80px;
}

.section-pt-80 {
    padding-top: 80px;
}

.section-ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-pb-100 {
    padding-bottom: 100px;
}

.section-pt-100 {
    padding-top: 100px;
}

.section-ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-pb-150 {
    padding-bottom: 150px;
}

.section-pt-150 {
    padding-top: 150px;
}

.section-ptb-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.img-fluid {
    width: 100%;
}

h2 {
    font-family: "Cormorant Garamond", serif;
}

.nav-link:focus {
    color: #fff;
}

.landing-sec {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.landing-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
}


.landing-overlay img.logo-dark {
    width: 50%;
}

div#logo {
    width: 120px;
    transition: all 1s;
}

/* header#header.fixed-header div#logo {
    width: 150px;
} */

div#logo img {
    width: 100%;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header#header {
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: all 1s;
}

header#header.fixed-header {
    background-color: #fff;
    transition: all 1s;
    box-shadow: 0 0 3px #8b8b8b;
}


header#header.fixed-header #logo .logo-default {
    display: block !important;
}

header#header.fixed-header #logo .logo-dark {
    display: none;
}

.nav-link {
    color: #fff;
    transition: all 1s;
}

.navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler-icon svg {
    width: 2rem;
    height: 2rem;
    fill: #fff;
}

.navbar-toggler-icon svg path {
    fill: #fff;
}

header#header.fixed-header .navbar-toggler {
    border: 1px solid #000;
}

header#header.fixed-header .navbar-toggler-icon svg path {
    fill: #000;
}

.navbar-toggler:focus {
    box-shadow: none;
}

li.nav-item a.nav-link.btn-link {
    border: 1px solid #fff;
    padding: 10px 15px;
    margin: 0 10px;
    border-radius: 30px;
    transition: all 1s;
}

.nav-link:hover {
    color: #6AADA2;
}

li.nav-item a.nav-link.btn-link:hover {
    color: #fff;
    background-color: #6AADA2;
    border: 1px solid #6AADA2;
}



header#header.fixed-header .nav-link {
    color: #000;
}

.btn-holder {
    display: flex;
    justify-content: center;
}

.landing-btn,
.landing-btn *,
.landing-btn :after,
.landing-btn :before,
.landing-btn:after,
.landing-btn:before {
    border: 0 solid;
    box-sizing: border-box;
}

.landing-btn {
    -webkit-tap-highlight-color:
        transparent;
    -webkit-appearance: button;
    background-color:
        #DFD2C1;
    background-image: none;
    color:
        #1C2D37;
    cursor: pointer;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#EED26E, #fff);
    padding: 0;
    letter-spacing: 1px;
}

.landing-btn:disabled {
    cursor: default;
}

.landing-btn:-moz-focusring {
    outline: auto;
}

.landing-btn svg {
    display: block;
    vertical-align: middle;
}

.landing-btn [hidden] {
    display: none;
}

.landing-btn {
    border: 0px solid;
    border-radius: 999px;
    box-sizing: border-box;
    display: block;
    font-weight: 900;
    -webkit-mask-image: none;
    overflow: hidden;
    padding: 1.2rem 3rem;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 20px;
}

.landing-btn:hover {
    -webkit-animation: pulse 0.5s;
    animation: pulse 1s;
    box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #fff;
    }
}

.landing-sec h1 {
    /* background: linear-gradient(90deg, #0DD88A 0%, #BFF281 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
}

.landing-sec p {
    color: #fff;
    font-size: 1.2rem;
}

.landing-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(15, 212, 203);
    background: linear-gradient(180deg, rgba(15, 212, 203, 1) 0%, rgba(223, 210, 193, 1) 83%);

    z-index: 0;
    opacity: .6;
}

.modal-header {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 9;
}

.modal-header button {
    background-color: transparent;
    border: 0;
    font-size: 24px;
}

.modal-dialog {
    top: 47%;
    transform: translateY(-50%) !important;
    max-width: 1400px;

}

/* .modal-dialog-scrollable {
    height: 100%;
} */

.modal-dialog .content-holder .text-content h5 {
    margin-bottom: 1rem;
}

.overlay-header {
    /* transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateY(0%); */
    opacity: 1;
    transform: translateY(50%);
}

.overlay-header.show {
    opacity: 1;
    transform: translateY(50%);
    animation: headingAnimation 2s forwards;
}


.top-left.display-mob {
    display: none;
}



.load-popup {
    width: 600px;
    padding: 50px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(2, 2, 2, 0.37);
    border: 2px solid rgba(255, 255, 255, .18);
    margin: 30px;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.load-popup.show {
    opacity: 1;
    transform: scale(1);
}

.load-popup-holder h5 {
    color: #fff;
    margin-bottom: 2rem;
}

/* @keyframes headingAnimation {
    0% {
        opacity: 1;
        transform: translate3d(0, 100px, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
} */

@keyframes headingAnimation {
    0% {
        opacity: 1;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(-10%);
    }
}

@keyframes buttonPopupAnimation {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}







.banner-sec {
    position: relative;
    height: 115vh;
}

.banner-sec img {
    height: 100%;
    object-fit: cover;
}

/* .banner-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    z-index: 1;
} */

.banner-sec .banner-sec-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.banner-sec .banner-sec-overlay h2 {
    width: 60%;
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 3rem;
    position: relative;
    /* font-family: "Gilda Display", serif; */
    font-family: "Cormorant Garamond", serif;
    margin: 0 auto 2rem;
    text-shadow: 0 2px 10px #808080;
}




/* .banner-sec .banner-sec-overlay h2 span {
    background: linear-gradient(272.54deg, #ffd2ad 12.86%, #7fffff 68.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.banner-sec .banner-sec-overlay a.btn.btn--banner {
    /* background-color: #fff; */
    padding: 1.2rem 3rem;
    position: relative;
    background-color: transparent;
    text-shadow: 0 2px 10px #808080;
    margin: 0 auto;
}

.banner-sec .banner-sec-overlay a.btn.btn--banner:hover {
    color: #fff;
    border-color: #fff;
}


.banner-sec video.mob_video_banner {
    display: none;
}

/* .banner-sec-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 200%;
    transform: translateY(-50%);
    background-color: #1C2D37;
    z-index: 0;
} */

section.invest-sec {
    /* margin-top: -60px; */
    position: relative;
    z-index: 2;
}




section.invest-sec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 550px;
    height: 100%;
    z-index: 1;
    background-image: url(../images/texture8.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 22%;
    opacity: 1;
}




section.invest-sec .invest-items img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    filter: brightness(0);
}


section.invest-sec .invest-sec-holder {
    /* backdrop-filter: blur(20px); */
    /* border-radius: 30px; */
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    /* background-color: #FFEAC4; */
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 0 40px rgba(51, 51, 51, 0.1); */
    transition: all 1s;
    z-index: 2;
}

section.invest-sec .invest-sec-holder .invest-items:hover {
    border-radius: 30px;
    background-color: #6AADA2;
    color: #fff;
}


.safe-investment {
    position: relative;
}


section.invest-sec .invest-sec-holder .invest-items {
    text-align: center;
    color: #000;
    padding: 20px 10px;
}

section.invest-sec .invest-items:hover img {
    filter: brightness(100);
}

.safe-investment figure {
    border-radius: 0px 50px 0px 50px;
    /* overflow: hidden; */
    margin-bottom: 0;
    position: relative;
    text-align: right;
}

.safe-investment figure span {
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
    z-index: 1;
    width: auto;
    border: 5px solid #fff;
    border-radius: 34px;
    height: 300px;
}

.safe-investment figure span img {
    height: 100%;
    object-fit: contain;
}

.safe-investment figure img {
    border-radius: 15px;
}

.safe-investment figure img.main-img {
    height: 650px;
    width: auto;
    object-fit: cover;
}

.safe-investment .bottom-img-sec figure img {
    border-radius: 15px;
    height: 650px;
    width: auto;
}


.safe-investment .bottom-img-sec {
    margin-top: 20px;
}

.safe-investment .bottom-img-sec figure {
    text-align: left;
}

.safe-investment .title-holder.bottom-content-sec {
    padding-right: 0;
}

.title-holder {
    padding-left: 15px;
}

.title-sec {
    font-size: 3rem;
    position: relative;
    font-family: "Cormorant Garamond", serif;
}

.title-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 5px;
    height: 100%;
    background-color: #53624E;
    z-index: 1;
    display: none;
}

.title-para {
    font-size: 1.3rem;
}

.safe-investment .title-holder {
    padding-right: 15%;
}

.beach-house {
    position: relative;
    /* background: #6AADA2; */
    padding: 20px;
}



.beach-house .beach-house-holder {
    display: flex;
    grid-gap: 30px;
    /* align-items: center; */
    position: relative;
    z-index: 2;
}

.beach-house .beach-house-holder .slick-slide {
    padding: 0 10px;
    opacity: .3;
    transition: all 1s;
}


.beach-house .beach-house-holder .slick-slide img {
    border-radius: 10px;
}

.beach-house .beach-house-holder .slick-slide.slick-current {
    opacity: 1;
}

/* .beach-house .beach-house-holder .slider-content {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 10px;
    position: relative;
} */

/* .beach-house .beach-house-holder .slider-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(./images/texture2.png);
    background-size: contain;
    background-repeat: no-repeat;
} */

.beach-house .beach-house-holder .slider-content h2 {
    /* color: #fff; */
    margin-bottom: 0;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
}

.beach-house .beach-house-holder .slick-slider .slick-list {
    padding: 0 14%;
}


.beach-house .row {
    position: relative;
    margin: 0;
}



.beach-house .overlay-text {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}

.beach-house .banner-mask {
    position: relative;
}


.beach-house .overlay-holder h2 {
    color: #fff;
    font-size: 4rem;
    font-family: "Cormorant Garamond", serif;
}

.beach-house .shape-1 {
    position: absolute;
    left: -56px;
    top: -180px;
    right: 0;
    z-index: -1;
    border: 55px solid #F7F7F7;
    width: 370px;
    height: 370px;
    border-radius: 50%;
}

.beach-house ul.slick-dots {
    padding-left: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 10px;
    border-radius: 40px;
    height: auto;
    border: 2px solid #6AADA2;
}

.beach-house ul.slick-dots li {
    list-style: none;
    margin-top: -10px;
}

.beach-house ul.slick-dots li button {
    border: 0;
    font-size: 0;
    background-color: #6AADA2;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    opacity: .5;
    transition: all 1s;
    border-radius: 100%;
    margin-top: 0;
}

.beach-house ul.slick-dots li button:hover {
    background-color: #8b8b8b;
}

.beach-house ul.slick-dots li.slick-active button {
    background-color: #6AADA2;
    opacity: 1;
}

.beach-house .slick-arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    z-index: 2;
    border: 0;
    background-color: #6AADA2;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 30px;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .4);
    transition: all .5s;
}

.beach-house .slick-arrow svg {
    width: 2rem;
    height: 2rem;
    fill: #fff;
    position: relative;
    top: -5px;
}

.beach-house .slick-arrow.slick-next {
    right: 30px;
    left: auto;
}

.beach-house .slick-arrow i {
    color: #fff;
}

.beach-house .slick-arrow:hover {
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, .4);
}

.slick-slider {
    padding: 0;
}

.total-project {
    position: relative;
}


.total-project::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0px;
    background-image: url(../images/leaf_texture.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 350px;
    z-index: 0;
    opacity: .5;
}

.total-project::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: -10px;
    background-image: url(../images/sand_texture.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    z-index: 0;
    opacity: .5;
    display: none;
}

.total-project .title-holder {
    margin-bottom: 3rem;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.contact-sec .main-form-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
}

.contact-sec .main-form-sec form .form-group {
    margin-bottom: 1rem;
}

.contact-sec .main-left-sec {
    background-color: rgba(255, 244, 224, .77);
    padding: 50px 50px;
    border-radius: 15px 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    /* overflow: hidden; */
}

.contact-sec .main-left-sec::before {
    content: "";
    position: absolute;
    bottom: -140px;
    right: 0;
    z-index: 1;
    background-image: url(../images/starfish.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 350px;
    height: 350px;
}

.welcome-sec {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.welcome-sec .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.welcome-sec .welcome-overlay {
    width: 60%;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .18);
    margin-left: auto;
    margin-right: 0;
}

.welcome-sec .welcome-overlay h3 {
    font-size: 3rem;
    font-family: "Cormorant Garamond", serif;
}

.welcome-sec .welcome-overlay p {
    font-size: 1.2rem;
    width: 650px;
}

.welcome-sec .welcome-overlay ul {
    padding-left: .9rem;
}

.welcome-sec .welcome-overlay ul li {
    font-size: 1.2rem;

}

.welcome-sec .welcome-overlay a {
    margin: 2rem auto 0;
    background-color: transparent;
}

.welcome-sec .welcome-overlay a.btn:hover {
    border-color: #fff;
}

.btn,
.btn *,
.btn :after,
.btn :before,
.btn:after,
.btn:before {
    border: 0 solid;
    box-sizing: border-box;
}

.btn {
    -webkit-tap-highlight-color:
        transparent;
    -webkit-appearance: button;
    background-color:
        #6AADA2;
    background-image: none;
    color:
        #fff;
    cursor: pointer;
    font-family: "Gothic A1", sans-serif;
    font-size: .9rem;
    line-height: 1.5;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
    padding: 0;
    width: fit-content;
    letter-spacing: 1px;
}

.btn:disabled {
    cursor: default;
}

.btn:-moz-focusring {
    outline: auto;
}

.btn svg {
    display: block;
    vertical-align: middle;
}

.btn [hidden] {
    display: none;
}

.btn {
    border: 1px solid;
    border-radius: 999px;
    box-sizing: border-box;
    display: block;
    font-weight: 900;
    -webkit-mask-image: none;
    overflow: hidden;
    padding: 1.2rem 3rem;
    position: relative;
    text-transform: uppercase;
    line-height: normal;
}

.btn:hover {
    -webkit-animation: pulse 0.5s;
    animation: pulse 0.5s;
    box-shadow: 0 0 0 2em transparent;
    background-color: #222;
    border-color: #222;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #8b8b8b;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #8b8b8b;
    }
}





.safe-investment .title-holder h3 {
    margin-bottom: 3rem;
}


.safe-investment .title-holder a.btn {
    margin-top: 3rem;
}

.total-project-items {
    position: relative;
}

.total-project-items::before {
    position: absolute;
    content: '';
    top: 118px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
    z-index: 0;
    border-radius: 15px;
}

.total-project-items a {
    text-decoration: none;
    color: #000;
    padding: 50px;
    display: block;
    text-align: center;
    position: relative;
    /* min-height: 340px; */
}

.total-project-items .items-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.total-project-items .items-info h4 {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    min-height: 78px;
    /* text-transform: capitalize; */
}


.index-page .total-project-items .items-info h4 {
    min-height: unset;
}

.total-project-items .items-info h5 {
    margin-bottom: 1.5rem;
    min-height: 24px;
    font-weight: 400;
    font-size: 1.1rem;
}

.total-project-items .items-info .btn:hover {
    color: #fff;
}

.total-project-items .items-info p {
    min-height: 48px;
}


.total-project-items .items-info .btn {
    min-height: auto;
}

.total-project-items figure {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.total-project-items figure img {
    transition: all 1s;
}

.total-project-items:hover figure img {
    transform: scale(1.1);
    transition: all 1s;
}


.shine-text {
    position: absolute;
    top: 24px;
    left: 0px;
    margin: 0;
    /* font-family: "Francois One", sans-serif; */
}



.shine-text .shine-text__overlay--top::after {
    animation: shine-top infinite 2.5s cubic-bezier(0.63, 0.22, 0.27, 0.9);
}

.shine-text .shine-text__overlay--bottom::after {
    animation: shine-bottom infinite 2.5s cubic-bezier(0.63, 0.22, 0.27, 0.9);
}

.shine-text__overlay {
    position: absolute;
    width: 100%;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.24);
    height: 20px;
    /* background: linear-gradient(to right, #ffe200, #ffe200 5%, #ffe200 76%, #ffe200 76%, #fed500 100%); */
    background: rgb(252, 51, 69);
    background: linear-gradient(90deg, rgba(252, 51, 69, 1) 0%, rgba(179, 29, 42, 1) 100%);
    backface-visibility: hidden;
    will-change: transform;
    overflow: hidden;
}

.shine-text__overlay::before,
.shine-text__overlay::after {
    content: " ";
    position: absolute;
}

.shine-text__overlay::before {
    height: calc(100% - 3px);
    width: 100%;
    right: 5px;
    border-right: solid #fff500 2px;
}

.shine-text__overlay::after {
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    width: 15%;
    height: 100%;
    display: block;
    will-change: transform;
    left: 0%;
}

.shine-text__overlay--top {
    transform: translate3d(0, 0, 1px) skewX(-15deg);
    top: 0;
    background: rgb(252, 51, 69);
    background: linear-gradient(90deg, rgba(252, 51, 69, 1) 0%, rgba(179, 29, 42, 1) 100%);
}

.shine-text__overlay--top::before {
    /* border-top: solid #fff500 2px; */
    top: 3px;
}

.shine-text__overlay--bottom {
    transform: translate3d(0, 0, 1px) skewX(15deg);
    bottom: 0;
    height: 20px;
}

.shine-text__overlay--bottom::before {
    /* border-bottom: solid #fff500 2px; */
    bottom: 3px;
}

.shine-text__overlay--bottom::after {
    transform: skewX(-30deg);
    left: calc(3% - 15px);
}

.shine-text__text {
    display: block;
    padding: 7px 50px 7px 200px;
    position: relative;
    color: #fff;
    font-size: 1rem;
    transform: translate3d(0px, 0px, 1px);
}


@keyframes shine-top {
    20% {
        opacity: 1;
    }

    100% {
        transform: translateX(700px);
        opacity: 1;
    }
}

@keyframes shine-bottom {
    20% {
        opacity: 1;
    }

    to {
        transform: skewX(-30deg) translateX(700px);
        opacity: 1;
    }
}

.contact-sec {
    background-image: url(../images/new_images/footer_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #faf5f2;
}



.contact-sec .container {
    position: relative;
    z-index: 1;

}



.contact-sec .contact-content p {
    color: #000;
    margin-bottom: 2rem;
    line-height: 2;
    font-size: 1.2rem;
}

.contact-sec h3 {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    font-family: "Cormorant Garamond", serif;

}

.contact-sec .main_form_div {
    background-color: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 0 15px 15px 0;
    padding: 50px;
    border: 2px solid rgba(255, 255, 255, .18);
}



.contact-sec form .form-control {
    background-color: transparent;
    /* border: 2px solid #fff; */
    border: 2px solid rgba(255, 255, 255, .18);

    padding: 1rem;
    border-radius: 30px;
    color: #fff;
    outline: 0 !important;
}


.contact-sec form .form-control::placeholder {
    color: #FFFFFF9c;
}


.contact-sec form button {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .18);
}

.contact-sec form button:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .18);
}

footer {

    /*
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    /* background: #252638; */
    /* background-image: url(./images/footer_bg.jpg); */
    /* background-color: rgba(83, 98, 78, 1); */
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8%, rgba(0, 0, 0, 1) 100%);
}

.index-page footer .container {
    border-top: 1px solid #ffffff71;

}

footer #copyrights .container {
    border-top: 0;
}

.lead {
    color: #fff;
}

.lead a {
    color: #fff;
    text-decoration: none;
}

.footer-widgets-wrap .widget h4 {
    color: #fff;
}

.footer-widgets-wrap .widget ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-widgets-wrap {
    margin-bottom: 3rem;
}

div#copyrights {
    padding: 1rem;
    color: #fff;
}

div#copyrights * {
    color: #fff;
    text-decoration: none;
}

.mouse {
    width: 100px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 140px;
    z-index: 1;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
}

.mouse-icon {
    width: 25px;
    height: 45px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}


.cta-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    bottom: -35px;
}

.cta-btn svg {
    width: 1.5rem;
    height: 1.5rem;
}

section.total-project {
    background: rgb(250, 245, 242);
    background: radial-gradient(circle, rgba(250, 245, 242, 1) 0%, rgba(255, 255, 255, 0) 61%);
}

section.total-project .container {
    position: relative;
    z-index: 1;
}

.modal-brochure {
    position: relative;
}

.modal-brochure::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 50%;
    height: 100%;
    background-image: url(../images/texture5.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: .2;
    transform: translate(-50%, -50%);
    display: none;
}

.modal-brochure h2 {
    padding: 20px 0;
}

.modal-brochure form#appointment-form {
    background-color: transparent;
    padding-bottom: 20px;
}

.modal-brochure form#appointment-form button {
    background-color: #6AADA2;
}

.modal.fade:not(.show) {
    display: none;
}

.modal.show .modal-dialog {
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.3);
}

.modal-brochure form#appointment-form .form-control::placeholder {
    color: #000;
}

.modal-brochure form#appointment-form .form-control {
    color: #000;
    box-shadow: none !important;
    outline: 0;
}

.modal-header .btn-close {
    box-shadow: 0 0 10px #8b8b8b;
    border-radius: 100%;
}

.location-page .safe-investment figure {
    text-align: left;
}

.location-page .safe-investment figure img {
    height: 450px;
    width: auto;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}

.iti--separate-dial-code .iti__selected-flag {
    height: 56px;
    border-radius: 30px 0 0 30px;
    background-color: transparent !important;
}

.iti__arrow {
    border-top: 4px solid #fff !important;
}

.error {
    padding-left: 30px;
    padding-top: 5px;
    color: #da1a00;
}

.confirmation-message {
    background-color: #87d185;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 60px;
    border: 1px solid #67ad65;
}

.confirmation-message p {
    margin-bottom: 0;
}


.error-message {
    background-color: #da1a00;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 60px;
    border: 1px solid #961807;
}

.error-message p {
    margin-bottom: 0;
}

section.invest.contact-sec .main-form-sec {
    grid-template-columns: 1fr;
}


section.invest.contact-sec .main_form_div {
    width: 70%;
    margin: 0 auto;
    border-radius: 15px;
}

.total-project.pastel-color .col-md-6:first-child .total-project-items::before {
    background-color: #f2ede6;
    border-radius: 15px;
    background-image: url(../images/brochure_bg.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.total-project.pastel-color .col-md-6:last-child .total-project-items::before {
    background-color: #e6f2e6;
    border-radius: 15px;
    background-image: url(../images/brochure_bg.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.location-page .total-project.pastel-color .btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #000;
    border: 1px solid #000;
}

.corendon_airlines {
    background-image: url(../images/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.corendon_airlines .metrial-items {
    display: flex;
    align-items: flex-start;
    padding: 2rem;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    position: relative;
}

.corendon_airlines .metrial-middle figure {
    width: 70%;
    margin: 0 auto 50px;
    border-radius: 100%;
    overflow: hidden;
}

.corendon_airlines .metrial-middle .metrial-items {
    top: 2rem;
}

.corendon_airlines .metrial-left .metrial-items:nth-child(2) {
    left: -4rem;
}

.corendon_airlines .metrial-right .metrial-items:nth-child(2) {
    right: -4rem;
}




@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        margin-top: 20px;
        opacity: 0;
    }
}




.loader-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 100;
}

.loaders {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    z-index: 20;
    transform: scale(1.0);
}

.loaders i {
    color: var(--main-color);
    font-size: 3.9em;
    animation: k3d 3.5s infinite linear;
    -webkit-box-reflect: below 10px -webkit-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
    -webkit-box-reflect: below 10px -o-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
    -webkit-box-reflect: below 10px linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.3));
}

@keyframes k3d {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(360deg);
        opacity: 0.3;
    }

    100% {
        transform: rotateY(0deg);
    }
}

.cd-tabs-layer,
.cd-reserv-overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.cd-loader-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}

.cd-loader-layer .loader-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-98%);
    height: 100%;
    width: 2500%;
    background: url(./images/loader.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.cd-loader-layer.visible {
    opacity: 1;
    visibility: visible;
}

.cd-loader-layer.opening .loader-layer {
    animation: cd-sequence 0.8s steps(24);
    animation-fill-mode: forwards;
}

.cd-loader-layer.closing .loader-layer {
    animation: cd-sequence-reverse 0.8s steps(24);
    animation-fill-mode: forwards;
}

@keyframes cd-sequence {
    0% {
        transform: translateY(-50%) translateX(-2%);
    }

    100% {
        transform: translateY(-50%) translateX(-98%);
    }
}

@keyframes cd-sequence-reverse {
    0% {
        transform: translateY(-50%) translateX(-98%);
    }

    100% {
        transform: translateY(-50%) translateX(-2%);
    }
}


section.header-top {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 13px 0;
    height: 60px;
    transition: all 1s;
}

section.header-top .top-left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

section.header-top .top-left a {
    /* margin: 0 10px; */
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}

section.header-top .top-left .dropdown a {
    color: #000;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}

section.header-top .top-left .dropdown a:last-child {
    border-bottom: 0px;
}

section.header-top .top-left .dropdown a:nth-child(2) {
    margin-right: 0;
}

section.header-top .top-left a:nth-child(2) {
    margin-right: 15px;
}


section.header-top .top-left a span {
    margin-right: 7px;
}

section.header-top .top-left a span svg {
    width: 1.5rem;
    fill: #fff;
}


header#header.fixed-header .header-top {
    /* display: none; */
    transition: all 1s;
}


header#header.fixed-header li.nav-item a.nav-link.btn-link {
    border: 1px solid #000;
}

header#header.fixed-header li.nav-item a.nav-link.btn-link:hover {
    color: #fff;
    border: 1px solid #6AADA2;
}



.navbar-expand-lg .navbar-nav {
    align-items: center;

}

section.safe-investment.bottom-investment .texture_2 {
    position: absolute;
    bottom: -29%;
    left: -30px;
    z-index: 2;
    transform: rotate(84deg);
    opacity: .2;
}

section.safe-investment.bottom-investment {
    position: relative;
}

section.safe-investment.bottom-investment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 800px;
    z-index: 1;
    background-image: url(../images/texture4.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .4;
}

section.safe-investment.bottom-investment .container {
    z-index: 2;
    position: relative;
}

.safe-investment .container {
    position: relative;
    z-index: 2;
}

.safe-investment .texture_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .15;
}



section.beach-house.new-section {
    background-image: url(../images/beach_house1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
    /* height: 850px;
    margin-bottom: 20%; */
}

section.beach-house.new-section .container-fluid {
    padding: 0;
}

section.beach-house.new-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}


section.beach-house.new-section .container {
    position: relative;
    z-index: 2;
}

section.beach-house.new-section .slider-content {
    padding: 120px 0 64px;
}

section.beach-house.new-section .slick-slide img {
    border-radius: 20px;
}

section.beach-house.new-section .slider-content h2 {
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 3rem;
}

section.beach-house.new-section .beach-house-slider {
    border-radius: 15px;
    /* overflow: hidden; */
}


section.beach-house .slick-initialized .slick-slide {
    /* width: 1000px !important; */
    margin: 15px;
    filter: grayscale(1);
    transition: all 1s;
    height: 80vh;
    overflow: hidden;
    border-radius: 15px;
}

section.beach-house .beach-house-slider-new.slick-initialized .slick-slide {
    margin: 0;
}

section.beach-house .beach-house-slider-new .slick-list {
    border-radius: 20px;
}

section.beach-house .slick-initialized .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.beach-house .slick-initialized .slick-slide.slick-current {
    filter: grayscale(0);
}

/* section.beach-house.new-section .beach-house-slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 110%;
    border: 2px solid #6AADA2;
    z-index: 2;
    transition: all 1s;
} */

section.beach-house.new-section ul.slick-dots {
    bottom: -70px;
    z-index: 2;
}

section.beach-house.new-section .slider-content img {
    width: 180px;
}

section.header-top .top-left li {
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 15px;
}

section.header-top .top-left li:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 1;
    width: 1px;
    height: 100%;
    background-color: #fff;
    display: none;
}

section.header-top .top-left li a.lang-items i {
    margin-left: 5px;
}

section.header-top .top-left li span {
    margin-right: 5px;
}

section.header-top .top-left li span svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #fff;
}

section.header-top .top-left li .dropdown-item {
    display: none;
}

header#header.fixed-header section.header-top .top-left a {
    color: #000;
}

header#header.fixed-header section.header-top .top-left li span svg {
    fill: #000;
}

header#header.fixed-header section.header-top .top-left li:nth-child(2)::after {
    background-color: #000;
}


.short-banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.short-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.short-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.short-banner .container .overlay-content {
    text-align: center;
    width: 820px;
    color: #fff;
}

.short-banner .overlay-content h2 {
    font-size: 3.5rem;
    text-shadow: 0 2px 12px #333333;
}

.short-banner .overlay-content h2 span {
    background: linear-gradient(90deg, rgba(252, 51, 69, 1) 0%, rgba(179, 29, 42, 1) 100%);
    font-size: 1.5rem;
    padding: .75rem 1rem;
    border-radius: 60px;
    position: relative;
}

.short-banner .overlay-content h2 span::after {
    opacity: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    width: 15%;
    height: 100%;
    display: block;
    will-change: transform;
    left: 0%;
    animation: shine-top infinite 2.5s cubic-bezier(0.63, 0.22, 0.27, 0.9);
    position: absolute;
    z-index: 1;
}

.short-banner h3 {
    text-shadow: 0 2px 12px #333333;
}

.short-banner p {
    text-shadow: 0 2px 12px #333333;
}

.short-banner .mouse {
    bottom: 60px;
}

.short-banner .overlay-content a.btn--footer.btn.btn--banner {
    margin: 0 auto;
    background-color: transparent;
}

.short-banner .overlay-content a.btn--footer.btn.btn--banner:hover {
    border: 1px solid #fff;
}

form .form-group {
    margin-bottom: 1.5rem;
}

form .form-control {
    min-height: 42px;
    border-radius: 30px;
    padding: 1rem;
}

.form-check-input:focus {
    box-shadow: none;
}


.appointment-sec {
    position: relative;
}

.appointment-sec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 550px;
    height: 100%;
    z-index: 1;
    background-image: url(../images/texture8.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
}

.appointment-sec .container {
    position: relative;
    z-index: 2;
}

.appointment-sec figure img {
    border-radius: 15px;
}

.appointment-sec figure {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
}

.extra-content a {
    text-decoration: none;
    color: #000;
}

.appointment-sec .image-holder {
    position: relative;
}

/* .appointment-sec .image-holder::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 20%;
    width: 300px;
    height: 500px;
    background-color: #6AADA2;
    z-index: 0;
    opacity: .2;
    animation: moveing-div 25s cubic-bezier(.55, .5, .45, .5) infinite;
} */

.appointment-sec .image-holder figure {
    position: relative;
    z-index: 1;
}


@keyframes moveing-div {
    0% {
        transform: translateY(-5%);
    }

    50% {
        transform: translateY(30px);
    }

    75% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(0%);
    }
}

form#appointment-form {
    padding: 50px;
    background-color: #EFE7D0;
    border-radius: 15px;
}

form#appointment-form .form-control {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, .18);
}

form#appointment-form .form-check-input {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, .18);
}

form#appointment-form .form-check-input:checked[type=checkbox] {
    filter: brightness(0.5);
}


/* .content-video iframe {
    width: 100%;
    height: 25vw !important;
} */

.modal-dialog-scrollable .modal-content {
    /* overflow: visible; */
    overflow: hidden;
    border: 0;
    height: 100%;
    border-radius: 15px;
    background-color: transparent;
}

.modal-header button {
    font-size: 15px;
    margin-left: -8px !important;
}

.modal-dialog {
    max-width: 1400px;
}

.modal-dialog .content-holder {
    display: grid;
    /* grid-template-columns: 1.5fr 1fr; */
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 10px;
    position: relative;
    border-radius: 15px;
    height: 100%;
}

.modal-dialog .content-holder .text-content {
    padding: 0 0 0 30px;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(0%, -50%);
    z-index: 2;
    width: 50%;
    color: #fff;

}

.modal-dialog .content-holder .text-content p {
    font-size: .85rem;
}

.modal-dialog .content-holder .text-content ul {
    font-size: .85rem;
}

.modal-dialog .content-holder .text-content ul li::marker {
    font-size: 1rem;
}

.modal-dialog .content-video,
.modal-dialog .video-top {
    height: 100%;
}


.modal-dialog .content-holder h2 span {
    color: #da1a00;
}

.modal-dialog-scrollable .modal-body {
    overflow: hidden;
    padding: 0;
    height: calc(100% - var(--bs-modal-margin) * 2);
}


.video-top {
    /* padding-bottom: 55.25%;
    height: 0; */
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.video-top iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    /* padding-bottom: 199%; */
    padding-bottom: unset;
    /* transform: translateY(-35.95%); */
    height: 100%;
}

.video-wrapper video {
    object-fit: cover;
    border-radius: 15px;
}

.modal-dialog .content-holder::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    width: 52%;
    height: 94%;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    z-index: 2;
    /* border: 2px solid rgba(107, 173, 162, 0.6); */
    transform: translate(0%, -50%);
    border-radius: 15px;
}


.language-selector {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.language-selector .current-language {
    padding: 5px;
    border: 0px solid #ccc;
    border-radius: 5px;
}

.language-selector .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1;
    width: 100%;
    min-width: 77px;
}

.language-selector .dropdown a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #333;
}

.language-selector .dropdown a:hover {
    background-color: #f0f0f0;
}

header#header.fixed-header .language-selector .current-language {
    color: #000;
}


.unique-sec {
    /* background-color: rgba(255, 244, 224, .77); */
    position: relative;
}

.unique-sec .container {
    position: relative;
    z-index: 1;
}


.unique-sec::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 30px;
    transform: translateY(-50%);
    background: rgb(255, 244, 224);
    background: radial-gradient(circle, rgba(255, 244, 224, 1) 0%, rgba(255, 255, 255, 0) 33%);
    z-index: 0;
    width: 50%;
    height: 80%;
}


.unique-sec::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 30px;
    transform: translateY(-50%);
    background: rgb(255, 244, 224);
    background: radial-gradient(circle, rgba(255, 244, 224, 1) 0%, rgba(255, 255, 255, 0) 33%);
    z-index: 0;
    width: 50%;
    height: 80%;
}

#promotion_modal.modal.show .modal-dialog {
    box-shadow: none;
    border: 2px solid rgba(107, 173, 162, 0.6);
    border-radius: 15px;
}

.location-page .total-project .cta-btn {
    width: 100%;
    height: auto;
    bottom: 0;
    position: relative;
    border-radius: 40px;
    background-color: #6AADA2;
    padding: 1.2rem 3rem;
    width: fit-content;
    color: #fff;
}

.location-page .total-project-items .items-info p {
    font-size: 1.2rem;
}

.location-page .total-project .cta-btn svg {
    margin-left: 10px;
    fill: #fff;
}

.location-page .total-project .cta-btn svg path {
    stroke: #fff;
}

.location-page .total-project-items::before {
    top: 0;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}


.location-page section.total-project.info-project::after {
    display: none;
}

.location-page .total-project-items {
    margin: 0 50px 50px;
}

.location-page section.total-project.info-project .btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #000;
}

.location-page .total-project .btn svg {
    margin-left: 10px;
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
}

.location-page .total-project .btn svg path {
    stroke: #000;
}

.cards:hover .card {
    /* background: radial-gradient(100rem circle at var(--xPos) var(--yPos), rgba(237, 226, 250, 1), transparent 15%); */
}

.cards .card {
    /* background: radial-gradient(150rem circle at 0 0, rgba(237, 226, 250, 0), transparent 0%); */
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 0.5rem;
    position: relative;
    transition: all 0.15s;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 2px solid rgba(0, 0, 0, .05);
}

.cards .card:hover {
    transform: scale(0.97);
}

.cards .card:hover::before {
    opacity: 1;
}

.cards .card::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: radial-gradient(60rem circle at var(--xPos) var(--yPos), rgba(17, 162, 185, .2), transparent 35%);
    opacity: 0;
    transition: all 0.15s ease-in-out;
    z-index: 1;
    pointer-events: none;
}

.cards .card .card-content {
    /* background-color: #13161c; */
    /* background-color: #fff; */
    border-radius: inherit;
    transition: all 0.25s;
    height: calc(100% - 0.1rem);
    width: calc(100% - 0.1rem);
    position: relative;
    z-index: 2;
}




.location-texture {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.location-link-sec {
    position: relative;
}


.location-link-sec::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    background-image: url(../images/coconut_leaf2.png);
    background-size: 100%;
    width: 500px;
    height: 500px;
    z-index: -1;
    transform: rotate(85deg);
    opacity: .05;
}

.location-link-sec a {
    text-decoration: none;
    color: #000;
}


.location-link-sec-items {
    position: relative;
}

.location-link-sec-items::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 2px;
    height: 100%;
    background-color: #eeeeee;
    z-index: 1;
}

.location-link-sec-items:first-child .items-holder .icon-item {
    background-color: #61dcdf;
}

.location-link-sec-items:nth-child(2) .items-holder .icon-item {

    background-color: #f9c45c;
}

.location-link-sec-items:last-child .items-holder .icon-item {
    background-color: #cb5bf7;
}

.location-link-sec-items:last-child::after {
    display: none;
}

.location-link-sec {
    position: relative;
}

.location-link-sec .container {
    position: relative;
    z-index: 2;
}


.location-link-sec-items .items-holder {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    padding: 15px;
    /* border-radius: 100px; */
    /* box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1); */
    /* background-color: #fff; */
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    /* border: 1px solid #ffd495; */

}



.location-link-sec-items .items-holder .icon-item {
    width: 100px;
    min-width: 100px;
    height: 100px;
    background-color: #ffd495;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-right: 0px;
}

.location-link-sec-items .items-holder svg {
    width: 3rem;
    height: 3rem;
    fill: #fff;
    /* fill: #ff9304; */
}

.location-link-sec-items p {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.location-link-sec-items p span {
    font-size: 3rem;
    /* color: #ff9304; */
    color: #000;
}

.location-link-sec-items p span b {
    font-size: 1.4rem;
    font-weight: 400;
}

.location-link-sec-items:first-child .icon-item svg {
    margin-left: -12px;
}



/* .location-link-sec-items:hover .items-holder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    border-radius: 0 0 80% 0;
    background-color: #ffd495;
    z-index: 1;
    transition: all 1s;

} */


.location-link-sec figure {
    margin: 0;

}

.location-link-sec figure img {
    border-radius: 15px;
}


.location-page .safe-investment .title-holder {
    position: relative;
}

.location-page .safe-investment figure.texture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: .1;
    display: none;
}

.location-page .safe-investment figure.texture3 {
    opacity: .5;
}


.location-page .safe-investment .text-content {
    position: relative;
    z-index: 1;
}

.location-page section.total-project {
    background: unset;
}

.location-page section.total-project.info-project {
    background-image: url(../images/info_banner_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 30px 0;
}


/* section.total-project.info-project::after {
    background-image: url(../images/wh-gradient.png);
    bottom: 0;
    top: auto;
    width: 100%;
    left: 0;
    z-index: 2;
} */


section.total-project.info-project .info-girl {
    position: absolute;
    bottom: -45px;
    left: -10%;
    width: 55%;
}

section.total-project.info-project .row {
    flex-direction: column;
    align-items: flex-end;
}


section.beach-house.new-section.beach-villas {
    background-image: unset;
    position: relative;
}

section.beach-house.new-section.beach-villas .beach-house-holder-new::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    background-color: #f9f4f1;
}

section.beach-house.new-section.Ontdek-de-sec.beach-villas .beach-house-holder-new::after {
    display: none;
}


section.beach-house.new-section.beach-villas .beach-house-holder-new {
    position: relative;
    z-index: 3;
    background-color: #fff;
}



section.beach-house.new-section .beach-house-slider {
    z-index: 2;
}

section.beach-house.new-section.beach-villas .slider-content {
    padding: 180px 0 50px;
}

section.beach-house.new-section.beach-villas .slider-content h2 {
    color: #000;
}


section.brochure-sec.villas {
    position: relative;
    background-color: #f9f4f1;
}

section.brochure-sec.villas figure {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.brochure-sec.villas figure img {
    height: 100%;
}


.project-page .short-banner .container .overlay-content {
    width: 1000px;
}

.brochure-sec {
    position: relative;
}

.brochure-sec .brochure {
    position: relative;
}

section.brochure-sec.villas .brochure-form-holder {
    background-color: #fff;
    border: 0;
    box-shadow: 0 0 6px 0px #c8c8c8;
    backdrop-filter: unset;
}

section.brochure-sec.villas .brochure-form-holder h3 {
    color: #000;
}


section.brochure-sec.villas form .form-check label {
    color: #000;
}

section.brochure-sec.villas .brochure-form-holder button.submit-btn {
    border: 1px solid #000 !important;
    color: #000 !important;
    background-color: transparent !important;
}

/* .brochure-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: url(../images/blend-img.png);
    background-size: 100%;
    background-position: bottom;
    z-index: 1;
}

.brochure-sec::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: url(../images/blend-img.png);
    background-size: 100%;
    background-position: bottom;
    z-index: 1;
    transform: rotate(180deg);
} */

.brochure-sec .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.brochure-sec h3.heading {
    color: #fff;
}

.brochure-sec form .form-check label {
    color: #fff;
}

.brochure-sec form .form-control {
    padding: 1rem 1.5rem;
}

.brochure-sec .brochure-form-holder {
    width: 60%;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .18);
    margin-left: auto;
    margin-right: 0;
}

.brochure-form-holder .iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
}

.brochure-form-holder .iti__arrow {
    border-top: 4px solid #555 !important;
}


.brochure-form-holder .iti__arrow.iti__arrow--up {
    border-top: 0 !important;
    border-bottom: 4px solid #555 !important;
}

.brochure-form-holder .iti__flag-box,
.brochure-form-holder .iti__country-name {
    color: #000;
}


.iti input,
.iti input[type=text],
.iti input[type=tel] {
    width: 100%;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

.brochure-form-holder .iti--separate-dial-code .iti__selected-flag {
    border-right: 1px solid #c5c5c5;
}


.brochure-form-holder button.submit-btn {
    background-color: transparent;
    border: 1px solid #fff !important;
}

.safe-investment.unique-assets-sec figure {
    text-align: right;
}

.safe-investment.unique-assets-sec figure img {
    height: 650px;
}

.brochure-sec.villas .container {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
}



.safe-investment.swim-up .title-holder {
    padding-right: 0;
}


.unieke-troeven img {
    border-radius: 15px;
}

.villas-page.location-page .safe-investment figure img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.villas-page.location-page .safe-investment figure.texture {
    display: flex;
    top: 0;
    left: 0;
    opacity: 1;
    transform: scaleX(-1);

}

.unieke-troeven {
    position: relative;
    overflow: hidden;
}

.unieke-troeven figure.texture {
    position: absolute;
    bottom: -12%;
    right: -10%;
    opacity: 1;
    transform: rotate(45deg);
    width: 39%;
}

section.discover-types {
    position: relative;
    overflow: hidden;
}

section.discover-types::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33%;
    background-image: url(../images/blend-img.png);
    background-size: 100%;
    background-position: bottom;
    transform: scaleY(-1);
    z-index: 1;
}

section.discover-types::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33%;
    background-image: url(../images/blend-img.png);
    background-size: 100%;
    background-position: bottom;
    z-index: 1;
}

section.discover-types figure.bg_texture {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    z-index: -1;
}

section.discover-types .container {
    position: relative;
    z-index: 2;
}

.discover-types-header {
    padding-right: 50px;
    padding-top: 7%;
    padding-bottom: 7%;
}

.discover-types-header img {
    border-radius: 15px;
}

.discover-types-header ul {
    padding-left: 0;
}

.discover-types-header ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 80px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    position: relative;
}



.discover-types-header ul li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discover-types-header ul li p {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
    padding: .3rem .75rem;
    background: rgb(51, 206, 244);
    background: linear-gradient(90deg, rgba(51, 206, 244, 1) 0%, rgba(24, 183, 219, 1) 100%);
    border-radius: 40px;
    font-size: .9rem;
    overflow: hidden;
    pointer-events: none;
    color: #fff;
}

.discover-types-header .right-pannel ul li p {
    background: linear-gradient(90deg, rgba(252, 51, 69, 1) 0%, rgba(179, 29, 42, 1) 100%);

}

.discover-types-header ul li p::after {
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    width: 15%;
    height: 100%;
    display: block;
    will-change: transform;
    transform: skewX(-30deg);
    left: calc(3% - 15px);
    top: 0;
    animation: shine-bottom infinite 2.5s cubic-bezier(0.63, 0.22, 0.27, 0.9);
    position: absolute;
    content: "";
}

.discover-types-header figure {
    margin: 50px 0 150px;
    position: relative;
}


.discover-types-header figure img {
    position: relative;
    z-index: 2;
    width: 80%;
}

.discover-types-header figure::after {
    content: "";
    position: absolute;
    bottom: -90px;
    /* border: 1px solid #000; */
    width: 220px;
    height: 220px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 0;
}


.discover-types-header .left-pannel,
.discover-types-header .right-pannel {
    margin-top: -100px;
}

.discover-types-header .right-pannel ul li {
    margin-left: auto;
    margin-right: 0;
}

.discover-types-header .middle-pannel ul li {
    margin: 0 auto;
    background-color: #cb5bf7;
}

.discover-types-header .left-pannel ul li:first-child {
    margin-left: -20px;
    background-color: #f9c45c;
    /* animation: move-outer 3s cubic-bezier(.55, .5, .45, .5) infinite; */

}

.discover-types-header .left-pannel ul li:last-child {
    background-color: #9CAFAA;
}

.discover-types-header .right-pannel ul li:first-child {
    margin-left: 40px;
    background-color: #5a71f4;
}

.discover-types-header .right-pannel ul li:last-child {
    background-color: #61dcdf;
}


#download-form .iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
}

#download-form .iti__arrow {
    border-top: 4px solid #000 !important;
}

#download-form .iti__arrow.iti__arrow--up {
    border-bottom: 4px solid #000 !important;
    border-top: 0 !important;
}

#download-form .iti--separate-dial-code .iti__selected-flag {
    border-right: 1px solid #dee2e6;
}


.project-sec .btn {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    margin: 0 auto;
}

.project-sec .btn svg {
    margin-left: 10px;
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
}


.project-sec .total-project-items::before {
    background-image: url(../images/brochure_bg.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}


.project-sec .col-md-6:first-child .total-project-items::before {
    background-color: #f2f1e6;

}


.project-sec .col-md-6:nth-child(2) .total-project-items::before {
    background-color: #e6edf3;
}


.project-sec .col-md-6:nth-child(3) .total-project-items::before {
    background-color: #f2ede6;
}

.project-sec .col-md-6:nth-child(4) .total-project-items::before {
    background-color: #e6f2e6;
}

form#download-form .form-check {
    display: flex;
    flex-wrap: wrap;
}

form#appointment-form .form-check {
    display: flex;
    flex-wrap: wrap;
}

form#appointment-form .form-check-input {
    position: absolute;
}

.form-check label#brochure_accept_terms-error,
.form-check label#main_accept_terms-error {
    width: 100%;
    order: 2;
    padding-left: 0;
}

form#contact-form .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}

form#contact-form .iti__arrow {
    border-top: 4px solid #fff !important;
}

form#contact-form .iti__arrow.iti__arrow--up {
    border-top: 0 !important;
    border-bottom: 4px solid #fff;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #212529;
}

.iti__arrow {
    border-top: 4px solid #212529 !important;
}

.iti__arrow.iti__arrow--up {
    border-top: 0 !important;
    border-bottom: 4px solid #212529;
}





.form-check-input.error {
    width: 16px;
    max-width: 16px;
    display: flex;
    padding-left: 0;
}

.form-check-input[type=checkbox] {
    margin-right: .5em;
}


.ytb-video {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ytb-video iframe {
    width: 100%;
    height: 360px;
    border-radius: 15px;

}

.brochure-sec form .form-check label.error {
    color: red;
}


#brochure-form .form-check {
    display: flex;
    flex-wrap: wrap;
}

#brochure-form label#page_brochure_accept_terms-error {
    order: 2;
    padding-left: 0;
    color: red;
}


#brochure-form .form-check-input[type=checkbox] {
    position: absolute;
}

body.modal-open {
    padding-right: 0 !important;
}

section.short-banner.invest-banner .btn-holder a.btn--footer.btn.btn--banner {
    margin: 0 1rem;
}

.short-banner h3 a {
    color: #fff;
    text-decoration: none;
}

.short-row {
    max-width: 1000px;
    margin: 0 auto;
}

.short-row p a {
    color: #000;
}

.cookie-page header#header {
    background-color: #204369;
    /* transition: all 1s; */
}

.cookie-page header#header.fixed-header {
    background-color: #fff;
}

.short-row h3 {
    font-size: 1.5rem;
    font-family: "Cormorant Garamond", serif;

}

a.policy-close {
    display: none;
}

.cookie-page a.policy-close {
    display: block;
    padding: 0.5rem .75rem;
    border: 1px solid #fff;
    border-radius: .375rem;
}

.cookie-page a.policy-close #policy-btn {
    display: flex;
}

.cookie-page a.policy-close svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #fff;

}

.cookie-page .navbar-toggler {
    display: none;
}

.cookie-page .offcanvas.offcanvas-end {
    display: none;
}

.cookie-page header#header.fixed-header a.policy-close {
    border: 1px solid #000;
}

.cookie-page header#header.fixed-header a.policy-close svg {
    fill: #000;
}

.modal-body.brochure-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
}

.modal-body.brochure-body figure {
    margin: 0;
    height: 580px;
    display: flex;
    position: relative;
}

.modal-body.brochure-body figure::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 95%;
    border: 2px solid #6AADA2;
    z-index: 2;
    transform: translate(-50%, -50%);
    border-radius: .5rem;
}

.modal-body.brochure-body figure span.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.modal-body.brochure-body figure span.logo img {
    object-fit: contain;
}

.modal-body.brochure-body figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
}

.modal-body.brochure-body .form-check .form-check-input {
    position: absolute;
}

.appointment-form-sec {
    max-width: 1000px;
    margin: 100px auto;
}

.infosessies-page p.title-para {
    max-width: 800px;
    margin: 0 auto;
}

.infosessies-page p.title-para b {
    color: #ff8a8a;
}

.infosessies-content {
    position: relative;
}

.infosessies-content figure.texture {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    opacity: .7;
    transform: scaleX(-1);
    width: 40%;
}


.infosessies-content .container {
    z-index: 1;
    position: relative;
}

.infosessies-content figure.texture2 {
    position: absolute;
    bottom: -12%;
    right: -10%;
    opacity: .5;
    transform: rotate(45deg);
    width: 39%;
    z-index: 0;
}


.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.grid-wrapper div img {
    transition: all 1s;
}

.grid-wrapper div:hover img {
    transform: scale(1.1);
}


a[data-fancybox="gallery"] {
    position: relative;
}

a[data-fancybox="gallery"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/screen-icon.png);
    background-size: 100%;
    z-index: 1;
}

.news-page a[data-fancybox="gallery"] {
    display: flex;
    width: 100%;
    height: 100%;
}

.news-page a[data-fancybox="gallery"] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sticky-s {
    position: fixed;
    bottom: 30%;
    z-index: 9999999999;
    right: -100px;
    display: flex;
    align-items: center;
    width: max-content;
    transform: translateX(73%);
    transition: all 1s;
    opacity: 0;
}

.sticky-s.show {
    right: 10px;
    opacity: 1;
}

.sticky-s:hover {
    transform: translateX(0);
}

.sticky-s.collapsed {
    right: 10px;
    /* Move it out of the view */
    transform: translateX(73%);
    /* opacity: 0.5; */
    /* Optional: Reduce opacity when collapsed */
    transition: all 0.5s ease;
}

.floating-button {
    width: 205px;
}

.floating-button a {
    /* background-color: #204369; */
    background-color: #6AADA2;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: flex;
    width: 100%;
}


.circle {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: #204369; */
    background-color: #fff;
    /* background-image: url(../images/texture8.png); */
    border: 1px solid #6AADA2;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    /* background-position: center right; */
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.15);
}

.circle img {
    /* width: 80%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    /* filter: invert(1); */
    transition: all 5s;
}

/* .wave {
    background-color: #6AADA2;
    position: absolute;
    top: 113%;
    height: 200%;
    width: 200%;
    border-radius: 38%;
    left: -50%;
    transform: rotate(360deg);
    transition: all 5s ease;
    animation: wave 30s linear infinite;
    z-index: 1;
} */

@keyframes wave {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(3600deg);
    }
}


/* .sticky-s:hover .circle .wave {
    top: 0%;
}

.sticky-s:hover .circle img {
    filter: invert(0);
} */


.contact-sec .main_form_div #brochure-form .form-check label {
    color: #fff;
}

.contact-sec .main_form_div #brochure-form a.submit-btn {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .18);
}

.contact-sec .main_form_div .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}

.contact-sec .main_form_div .iti__arrow {
    border-top: 4px solid #FFF !important;
}

.contact-sec .main_form_div .iti__arrow.iti__arrow--up {
    border-top: 0 !important;
    border-bottom: 4px solid #FFF !important;
}

header#header.fixed-header li.nav-item:last-child a.nav-link.btn-link {
    background-color: #6AADA2;
    border: 1px solid #6AADA2;
    color: #fff;
}







.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    /* background-color: #086ad8; */
    /* background-color: #f9c45c; */
    border: 1px solid #6AADA2;
    background-size: 200% auto;
    background-position: left center;
    color: #6AADA2;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 80px;
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #6AADA2;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%, 80px);
    -ms-transform: translate(-50%, 80px);
    transform: translate(-50%, 80px);
}

.scroll-top:hover {
    background-position: right center;
    background-color: #6AADA2;
    color: #fff;
}

.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%, -80px);
    -ms-transform: translate(-50%, -80px);
    transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}


.animate-wave {
    position: relative;
    text-align: center;
    /* background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%); */
    color: white;
    transform: rotate(180deg);
    top: 90px;
    z-index: 2;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}


/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}



.loader-holder {
    width: 100%;
    height: 100vh;
    background: linear-gradient(-45deg, #ee7752, #46008B, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradientLoader 15s ease infinite;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 2;
}

@keyframes gradientLoader {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.loaderWrapper {
    height: 90px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loaderInner {
    position: relative;
    animation-name: languageSwitch;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-delay: 2.4s;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.loader {
    display: flex;
    align-items: baseline;
    width: auto;
    width: 190px;
    height: 90px;
}

.letter {
    display: inline-block;
    font-family: sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: white;
    animation-name: letterAppears;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    width: 1px;
    visibility: hidden;
    animation-delay: 1.5s;
}

.letterO {
    background-color: white;
    height: 40px;
    border-radius: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation-name: loader;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    border: 10px solid white;
}

.welcome {
    font-family: sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: white;
    height: 90px;
    display: flex;
    align-items: center;
}

/* animation keyframes */

@keyframes loader {
    0% {
        width: 1px;
    }

    60% {
        background-color: white;
        width: 100%;
    }

    90% {
        background-color: transparent;
    }

    100% {
        background-color: transparent;
        width: 100%;
    }
}

@keyframes letterAppears {
    0% {
        width: 1px;
        transform: rotate(15deg);
        opacity: 0
    }

    100% {
        width: 100%;
        transform: rotate(0);
        visibility: visible;
        opacity: 1;
    }
}

@keyframes languageSwitch {
    0% {
        bottom: 0;
    }

    15% {
        bottom: 0;
    }

    20% {
        bottom: 90px;
    }

    35% {
        bottom: 90px;
    }

    40% {
        bottom: 180px;
    }

    55% {
        bottom: 180px;
    }

    60% {
        bottom: 270px;
    }

    75% {
        bottom: 270px;
    }

    80% {
        bottom: 360px;
    }

    95% {
        bottom: 360px;
    }

    100% {
        bottom: 450px;
    }
}


.custom-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid;
    border-color: #E4E4ED;
    border-right-color: #766DF4;
    animation: s2 1s infinite linear;
}

@keyframes s2 {
    to {
        transform: rotate(1turn)
    }
}


#brochureModal {
    z-index: 3;
}

.modal-backdrop {
    z-index: 1;
}

.exclusive_sec {
    height: 600px;
}

.exclusive_sec .exclusive_holder {
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
}

.exclusive_sec .exclusive_holder .total-project-items figure {
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

/* .exclusive_sec .exclusive_holder * {
    height: 100%;
} */

.exclusive_sec .exclusive_holder .total-project-items {
    height: 100%;
}

.exclusive_sec .exclusive_holder .total-project-items a {
    height: 100%;
    position: relative;
    padding: 0 50px;
}

.exclusive_sec .exclusive_holder .total-project-items figure img {
    object-fit: cover;
    height: 100%;
    border-radius: 15px;
}

.exclusive_sec .exclusive_holder .exclusive_holder_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exclusive_sec .exclusive_holder .total-project-items .items-info {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    margin-bottom: 50px;
}

.exclusive_sec .exclusive_holder .exclusive_holder_content::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(10, 61, 98);
    background: linear-gradient(270deg, rgba(10, 61, 98, 0) 0%, rgba(10, 61, 98, 0.2) 53%, rgba(10, 61, 98, .4) 100%);
    z-index: 1;
    border-radius: 15px;
}

.exclusive_sec .exclusive_holder .total-project-items .items-info h2 {
    /* font-family: "Imperial Script", serif; */
    font-family: "Cormorant Garamond", serif;
    font-size: 5rem;
    margin-bottom: 1rem;
    color: #fff;
    line-height: 4rem;
}

.exclusive_sec .exclusive_holder .total-project-items .items-info .items-info-left {
    text-align: left;
}

.exclusive_sec .exclusive_holder .total-project-items .items-info h3 {
    color: #fff;
}

.exclusive_sec .exclusive_holder .total-project-items .items-info h3.top_sub_head {
    font-size: 1.5rem;
    letter-spacing: 3px;
}

.exclusive_sec .exclusive_holder .total-project-items .items-info .items-info-right {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #6AADA2bb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.exclusive_sec .exclusive_holder .total-project-items .items-info .items-info-right p {
    min-height: auto;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
}


.exclusive_sec .exclusive_holder .exclusive_holder_content .logo_item {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    width: 230px;
}

.exclusive_sec .exclusive_holder .exclusive_holder_content .logo_item figure {
    margin: 0;
}

.exclusive_sec .exclusive_holder .exclusive_holder_content .logo_item figure img {
    width: 100%;
}

.residential-plots-sec .middle-pannel figure h3 {
    /* font-family: "Imperial Script", serif; */

    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    position: relative;
    z-index: 9;
    font-weight: 600;
}

.exclusive_sec .exclusive_holder .total-project-items::before {
    display: none;
}

.villas-page.location-page.residential_page .safe-investment figure.texture {
    width: 500px;
    height: 500px;
    z-index: -1;
    transform: rotate(85deg);
    opacity: 0.03;
}

.villas-page.location-page.residential_page .safe-investment figure.texture2 {
    position: absolute;
    width: 50%;
    left: auto;
    right: 0;
}

.villas-page.location-page.residential_page .banner-sec .banner-sec-overlay h2 {
    /* width: 100%; */
    width: 70%;
}

.villas-page.location-page.residential_page .safe-investment figure img {
    height: 760px;
}

.villas-page.location-page.residential_page .unieke-troeven ul li,
.villas-page.location-page.residential_page .text-content ul li {
    font-size: 1.3rem;
}



.discover-types-content h3.title-sec {
    margin-bottom: 3rem;
}

.villas-page.location-page.residential_page .title-holder h3.title-sec {
    margin-bottom: 3rem;
}

.villas-page.location-page.residential_page .discover-types-header figure img {
    width: 100%;
}

.villas-page.location-page.residential_page .discover-types-header figure {
    margin: 0;
    padding: 12px;
}

.villas-page.location-page.residential_page .discover-types-header figure::after {
    display: none;
}

.villas-page.location-page.residential_page section.discover-types figure.bg_texture {
    left: auto;
    right: 0;
    opacity: .3;
}

.total-project-items:hover .logo_item figure img {
    transform: unset;
}

/* body.oceanview_appointment .offcanvas-body li.nav-item {
    display: none;
}*/

body.oceanview_appointment .sticky-s {
    display: none !important;
}

.modal-dialog .content-holder .text-content a.btn.btn-primary {
    font-size: .75rem;
    padding: .5rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.invest_video_sec video {
    border-radius: 15px;
    overflow: hidden;
}


.invest_video_sec video {
    border-radius: 15px;
    overflow: hidden;
}

.infosessies_card_holder {
    background-color: #f2ede6;
    border-radius: 15px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    padding: 50px;
    margin-bottom: 2rem;
}

.infosessies_card_holder a {
    text-decoration: none;
    color: #000;
}

.infosessies_card_holder h4 {
    margin-bottom: 2rem;
}

.infosessies_card_holder ul {
    padding-left: 20px;
}

.infosessies_card_holder .btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    margin: 2.5rem auto 0;
    color: #000;
    border: 1px solid #000;

}

.infosessies_card_holder .btn svg {
    margin-left: 10px;
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
}

#brochureModal .modal-body.brochure-body,
#infosessionModal .modal-body.brochure-body {
    background-color: #fff !important;
}

#infosessionModal form {
    padding-right: 30px;
}

#infosessionModal form select {
    appearance: auto;
    padding-right: 10px;
}

#header-wrap {
    background: linear-gradient(180deg, rgb(62 110 174) 10%, rgb(83 134 182) 35%, rgba(52, 58, 64, 0) 100%);
}

header.fixed-header #header-wrap {
    background: transparent;
}

.for_mob {
    display: none;
}

.infosessies-content .button_holder {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    margin-bottom: 50px;
}

.infosessies-content .button_holder a.btn.tab_toggle {
    border: 1px solid #6AADA2;
    color: #6AADA2;
    background-color: transparent;
    transition: all 1s;
}

.infosessies-content .button_holder a.btn.tab_toggle.active_tabs {
    background-color: #6AADA2;
    color: #fff;
    transition: all 1s;
}

.tab_content_holder .col-md-6:nth-child(2n) .infosessies_card_holder {
    background-color: #e6f2e6;
}

#promotion_modal .modal-dialog {
    max-width: 700px;
    background-color: #fff;
    min-height: auto;
    height: auto;
    padding: 30px;
}

#promotion_modal .modal-dialog .content-holder .text-content {
    position: relative;
    left: 0;
    transform: unset;
    top: 0;
    width: 100%;
    color: #000;
    height: 100%;
}

#promotion_modal .modal-dialog .content-holder::before {
    display: none;
}

#promotion_modal .modal-header {
    top: -20px;
    right: -10px;
}

#promotion_modal .modal-dialog-scrollable .modal-content {
    overflow: visible;
}

.fast_seling_tag {
    position: relative;
    top: 20px;
    z-index: 9;
    color: #cb5100;
    padding: 8px 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    width: fit-content;
    margin: 0 auto;
}

.fast_seling_tag svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #cb5100;
}

.thank_you_sec {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 80px 50px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid #fff;
}

.thank_you_sec h1 {
    /* margin-bottom: 2rem; */
    margin-bottom: 0;
}

.thank_you_sec .nav-link {
    padding: 10px 30px;
    border-radius: 40px;
    border: 1px solid #000 !important;
    width: fit-content;
    margin: 2rem auto 0;
    color: #000;
}

a.close_window {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    width: 50px;
    height: 50px;
    opacity: .5 !important;
}

a.close_window svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}

.short-banner .thank_you_sec p {
    text-shadow: unset !important;
}

#infosessionModal form .form-group {
    position: relative;
}

#infosessionModal form .form-group label.error {
    position: absolute;
    bottom: -18px;
    font-size: 12px;
}

.beach-house-holder-new.rental_income p {
    width: 50%;
    margin: 0 auto;
}

section.safe-investment.dunas-map-sec .bottom-img-sec figure img {
    height: auto !important;
    object-fit: contain;
    border-radius: 0 !important;
}

section.beach-house.Ontdek-de-sec.new-section ul.slick-dots {
    bottom: 0;
    background-color: transparent;
    border: 0;
}

section.beach-house.new-section.Ontdek-de-sec {
    margin-top: 150px;
}

.playsdevera-sec .top-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-bottom: 15px;
}

.playsdevera-sec .top-images figure img {
    height: 350px !important;
}

section.safe-investment.playsdevera-sec figure img {
    height: 350px !important;
}

.safe-investment.dunas-map-sec figure {
    position: relative;
}

.safe-investment.dunas-map-sec figure img.img_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.safe-investment.dunas-map-sec figure img.img_1,
.safe-investment.dunas-map-sec figure img.img_2 {
    transition: all 1s;
}

.safe-investment.dunas-map-sec figure:hover img.img_1 {
    filter: blur(20px);
    transition: all 1s;
}

.safe-investment.dunas-map-sec figure:hover img.img_2 {
    bottom: 80px;
    left: 90px;
    z-index: 9;
    transform: scale(2);
    transition: all 1s;
}

@media (max-width:1400px) and (min-width:1200px) {
    .mouse {
        bottom: 210px;
    }

    .safe-investment figure span {
        width: 80%;
    }

    .safe-investment figure span img {
        object-fit: cover;
    }

    .shine-text__text {
        padding: 8px 0 8px 170px;
    }

    .welcome-sec .welcome-overlay p {
        width: 100%;
    }

    .location-page .total-project-items {
        margin: 0 0 50px;
    }

    section.beach-house .slick-initialized .slick-slide {
        height: 520px;
    }

    .ytb-video iframe {
        height: 22vw;
    }

    .contact-sec .main-left-sec::before {
        bottom: -190px;
    }

    /* .video-top {
        padding-bottom: 54.05%;
    } */

    .content-video {
        width: 748px;
        height: 410px;
        overflow: hidden;
        border-radius: 15px;
        background-color: #fff;
    }

    /* .video-wrapper {
        transform: translate(0.2%, -35.95%);
    } */

    .video-top iframe {
        object-fit: cover;
    }

    .modal-dialog .content-video,
    .modal-dialog .video-top,
    .video-wrapper {
        width: 100%;
        height: 100%;
    }

    #promotion_modal.modal.show .modal-dialog {
        width: 90%;
    }


}

@media (max-width:1199px) and (min-width:1101px) {
    .navbar-brand {
        margin-right: 0;
    }

    li.nav-item a.nav-link.btn-link {
        padding: 10px 7px;
    }

    div#logo {
        width: 180px;
    }

    header#header.fixed-header li.nav-item a.nav-link.btn-link {
        padding: 10px;
    }

    section.invest-sec .invest-sec-holder {
        grid-gap: 20px;
    }

    section.beach-house.new-section ul.slick-dots {
        bottom: -60px;
    }

    section.beach-house.new-section {
        margin-bottom: 10%;
        background-size: cover;
    }

    .shine-text__text {
        padding: 7px 0px 7px 130px;
    }

    .welcome-sec .welcome-overlay p {
        width: 100%;
    }

    .btn {
        padding: 1.2rem 2rem;
    }

    .section-ptb-180 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .modal-dialog {
        width: 90%;
    }

    header#header.fixed-header .nav-link {
        font-size: .9rem;
    }

    .location-page .safe-investment .title-holder {
        padding-right: 8%;
    }

    .location-page section.total-project.info-project .total-project-items {
        margin: 0 0px 50px;
    }

    .location-page section.total-project.info-project .col-md-6 {
        width: 65%;
    }

    .location-page .total-project-items {
        margin: 0 0 50px;
    }

    .total-project-items .items-info h4 {
        font-size: 1.8rem;
    }

    section.beach-house .slick-initialized .slick-slide {
        height: 450px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .navbar-expand-lg .offcanvas {
        visibility: hidden !important;
        display: none;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
        border: 1px solid #fff;
    }

    .offcanvas.hiding,
    .offcanvas.show,
    .offcanvas.showing {
        visibility: visible !important;
        display: block;
        opacity: 1;
    }

    .offcanvas.show:not(.hiding),
    .offcanvas.showing {
        transform: none;
    }

    .offcanvas.show {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: #212529 !important;
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
        width: 40% !important;
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: flex;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    section.header-top .top-left {
        flex-direction: column;
        padding-left: 0;
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        order: 1;
        height: 100vh;
    }

    section.header-top {
        order: 2;
        height: auto;
    }

    header#header.fixed-header .nav-link {
        color: #fff;
    }

    header#header li.nav-item a.nav-link.btn-link {
        margin: 10px;
    }

    header#header.fixed-header li.nav-item a.nav-link.btn-link {
        border: 1px solid #fff;
    }

    header#header.fixed-header section.header-top .top-left li:nth-child(2)::after,
    section.header-top .top-left li:nth-child(2)::after {
        display: none;
    }


    header#header.fixed-header section.header-top .top-left a {
        color: #fff;
    }

    header#header.fixed-header section.header-top .top-left li span svg {
        fill: #fff;
    }

    header#header.fixed-header .language-selector .current-language {
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav {
        justify-content: flex-start !important;
    }

    .language-selector .dropdown {
        top: auto;
        bottom: 0;
    }

    section.header-top .top-left a {
        font-size: .8rem;
    }

    header#header.fixed-header section.header-top .top-left .dropdown a {
        color: #000;
    }

    .ytb-video iframe {
        height: 21.5vw;
    }
}

@media (max-width:1100px) and (min-width:991px) {
    .nav-link {
        font-size: .8rem;
    }

    .mouse {
        bottom: 170px;
    }

    .banner-sec .banner-sec-overlay h2 {
        width: 90%;
    }

    .banner-sec {
        height: 110vh;
    }

    .banner-sec::before {
        opacity: .15;
    }

    section.invest-sec .invest-sec-holder .invest-items p {
        font-size: .85rem;
    }

    .safe-investment figure span {
        height: 200px;
        width: 80%;
    }

    .safe-investment figure span img {
        width: 100%;
        object-fit: cover;
    }

    .title-sec {
        font-size: 2rem;
    }

    .title-para {
        font-size: 1rem;
    }

    .btn {
        font-size: .7rem;
    }

    .safe-investment figure img.main-img {
        height: 450px;

    }

    .safe-investment .bottom-img-sec figure img {
        height: 450px;
    }

    .total-project-items .items-info h4 {
        font-size: 1.5rem;
    }

    .beach-house .shape-1 {
        width: 300px;
        height: 300px;
    }

    .total-project-items .items-info p {
        font-size: .9rem;
    }



    .shine-text__text {
        padding: 8px 0 8px 120px;
    }

    .welcome-sec .welcome-overlay {
        width: 100%;
        text-align: center;
    }

    .welcome-sec .welcome-overlay p {
        width: 100%;
        font-size: 1rem;
    }

    .welcome-sec .welcome-overlay h3 {
        font-size: 2rem;
    }

    .welcome-sec .welcome-overlay ul li {
        list-style: none;
    }

    .welcome-sec .welcome-overlay a {
        margin-left: auto;
        margin-right: auto;
    }

    section.safe-investment.bottom-investment figure img {
        height: 390px;
        object-fit: cover;
    }

    section.safe-investment.bottom-investment figure img.main-img {
        position: relative;
        top: 100px;
    }

    section.safe-investment.bottom-investment h5 {
        font-size: 1rem;
    }

    section.safe-investment.bottom-investment figure span {
        height: 400px;
        top: 100px;
    }

    .contact-sec .contact-content p {
        font-size: 1rem;
    }

    .contact-sec h3 {
        font-size: 2rem;
    }

    section.safe-investment.bottom-investment .texture_2 {
        bottom: -400px;
        left: -120px;
    }

    .contact-sec .main-left-sec::before {
        width: 250px;
        height: 250px;
        bottom: -110px;
    }

    .modal-dialog .content-holder {
        grid-template-columns: 1fr;
    }

    .modal-dialog .content-holder .text-content {
        padding: 0;
        left: 42%;
        width: 54%;
    }

    .modal-dialog .content-holder::before {
        width: 56%;
        left: 40%;
    }

    .modal-dialog {
        width: 90%;
    }

    #promotion_modal .modal-dialog {
        top: 46%;
    }

    /* .video-top {
        padding-bottom: 45.25%;
    } */

    /* .modal-dialog .content-holder::before {
        display: none;
    } */

    .location-page section.total-project.info-project .col-md-6 {
        width: 75%;
    }

    .location-page section.total-project.info-project .total-project-items {
        margin: 0 50px 50px;
    }

    section.total-project.info-project .info-girl {
        bottom: -2px;
    }

    .location-page .total-project-items {
        margin: 0 0 50px;
    }

    .location-page .total-project-items .items-info p {
        font-size: 1rem;
    }

    .discover-types-header figure::after {
        width: 180px;
        height: 180px;
        bottom: -75px;
    }

    .discover-types-header figure {
        margin: 50px 0 120px;
    }

    section.beach-house .slick-initialized .slick-slide {
        height: 390px;
    }

    section.brochure-sec.project-brochure {
        height: 80vh;
    }

    .ytb-video iframe {
        height: 25vw;
    }

    .corendon_airlines .metrial-left .metrial-items:nth-child(2) {
        left: -1rem;
    }

    .corendon_airlines .metrial-right .metrial-items:nth-child(2) {
        right: -1rem;
    }

    .contact-sec .main_form_div {
        padding: 50px 30px;
    }

    /* .ytb-video .col-md-6 {
        width: 100%;
        margin-bottom: 2rem;
    } */

    section.beach-house.new-section.Ontdek-de-sec {
        margin-top: 0;
    }

    .safe-investment.swim-up {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .safe-investment.dunas-map-sec {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    section.beach-house.new-section.beach-villas .slider-content {
        padding: 100px 0 50px;
    }

    section.beach-house.new-section.beach-villas .beach-house-holder-new {
        padding-bottom: 100px;
    }

    section.beach-house.new-section.Ontdek-de-sec .beach-house-holder-new {
        padding-top: 100px;
    }

    .discover-types-header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .safe-investment.dunas-map-sec figure:hover img.img_2 {
        transform: scale(1.6);
    }
}

@media only screen and (min-device-width : 991px) and (max-device-width : 1100px) and (orientation : portrait) {
    section.brochure-sec.project-brochure {
        height: 50vh;
    }


}



@media (max-width:990px) and (min-width:768px) {

    .banner-sec {
        height: 100vh;
    }

    .welcome-sec .welcome-overlay p {
        width: 100%;
    }

    .welcome-sec .welcome-overlay {
        width: 100%;
    }

    .beach-house {
        width: 100vw;
        overflow: hidden;
    }

    .banner-sec .banner-sec-overlay h2 {
        width: 90%;
    }

    section.header-top .top-left a {
        font-size: .9rem;
    }

    .navbar-toggler {
        color: #fff;
        border: 1px solid #fff;
    }

    section.invest-sec .invest-sec-holder {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.invest-sec .invest-sec-holder .invest-items {
        width: calc(50% - 30px);
    }

    .safe-investment .col-md-6 {
        width: 100%;
    }

    .safe-investment .title-holder {
        margin-bottom: 50px;
        padding-right: 0;
    }

    .safe-investment .bottom-img-sec {
        margin-bottom: 50px;
    }

    .total-project .title-holder {
        width: 90%;
    }

    section.total-project .col-md-4 {
        width: 50%;
    }

    section.total-project .row {
        justify-content: center;
    }

    .contact-sec .main-form-sec {
        grid-template-columns: 1fr;
    }

    .contact-sec .main-left-sec {
        grid-row: 2;
        border-radius: 0 0 30px 30px;
    }

    .contact-sec .main_form_div {
        border-radius: 30px 30px 0 0;
        grid-row: 1;
    }

    header#header.fixed-header .nav-link {
        color: #fff !important;
    }

    header#header.fixed-header li.nav-item a.nav-link.btn-link {
        border: 1px solid #fff;
        margin: 10px;
    }

    header#header.fixed-header li.nav-item a.nav-link.btn-link:hover {
        color: #fff;
    }

    .footer-widgets-wrap .col-lg-4 {
        margin-bottom: 20px;
    }

    section.invest-sec::before {
        top: -60px;
    }

    .animate-wave {
        top: 40px;
    }

    section.beach-house.new-section {
        background-size: cover;
        margin-bottom: 0;
        padding: 0;
        /* height: 700px; */
        height: auto;
    }

    .beach-house .slick-arrow {
        top: 120%;
        left: 40%;
    }

    .beach-house .slick-arrow.slick-next {
        right: 40%;
    }

    section.beach-house.new-section ul.slick-dots {
        bottom: -55px;
    }

    .shine-text__text {
        padding: 8px 10px 7px 160px;
    }

    /* .shine-text__overlay {
        height: 24px;
    }

    .shine-text__overlay--top {
        height: 24px;
    } */

    .modal-dialog .content-holder {
        grid-template-columns: 1fr;
    }

    .modal-dialog .content-holder .text-content {
        padding: 0;
    }

    .modal-dialog {
        width: 90%;
    }

    .short-banner {
        height: 100vh;
    }

    .short-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .appointment-sec .col-md-6 {
        width: 100%;
    }

    .appointment-sec .image-holder {
        padding-top: 50px;
    }

    .section-ptb-180 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    section.header-top .top-left {
        flex-direction: column;
        margin-bottom: 0;
        padding-left: 0;
    }

    section.header-top .top-left li {
        margin: 10px 0;
    }

    section.header-top {
        height: auto;
        order: 3;
    }

    .offcanvas-header {
        order: 1;
    }

    .offcanvas-body {
        order: 2;
    }

    section.header-top .top-left li:nth-child(2)::after {
        display: none;
    }

    li.nav-item a.nav-link.btn-link {
        margin: 10px;
    }

    .video-top {
        border-radius: .5rem;
    }



    .location-page .safe-investment figure {
        margin-bottom: 50px;
    }

    .location-page .section-ptb-150 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .unique-sec::before {
        background: radial-gradient(circle, rgba(255, 244, 224, 1) 0%, rgba(255, 255, 255, 0) 43%);
        top: 15%;
        width: 70%;
    }

    .unique-sec::after {
        background: radial-gradient(circle, rgba(255, 244, 224, 1) 0%, rgba(255, 255, 255, 0) 43%);
        width: 70%;
    }

    section#hoe.safe-investment .row {
        flex-direction: column-reverse;
    }

    .location-page .safe-investment .title-holder {
        margin-bottom: 0;
    }

    .location-page section.total-project.info-project .col-md-6 {
        width: 90%;
    }

    .location-page section.total-project.info-project .total-project-items {
        margin: 0 0 50px 100px;
    }

    section.total-project.info-project .info-girl {
        bottom: 0;
    }

    .location-page section.total-project .col-md-6 {
        width: 90%;
    }

    header#header.fixed-header section.header-top .top-left a {
        color: #fff;
    }

    header#header.fixed-header section.header-top .top-left li span svg {
        fill: #fff;
    }

    .villas-page .safe-investment.swim-up .col-md-5 {
        width: 100%;
        margin-bottom: 50px;
        text-align: center;
    }

    .villas-page .safe-investment.swim-up .col-md-7 {
        width: 100%;
    }

    section.discover-types .col-md-6 {
        width: 100%;
    }

    section.discover-types .discover-types-header {
        margin-bottom: 50px;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .unieke-troeven .col-md-7 {
        width: 100%;
        margin-bottom: 50px;
    }

    .unieke-troeven .col-md-5 {
        width: 100%;
    }

    .villas-page .beach-house .slick-arrow {
        top: 110%;
    }

    .villas-page section.beach-house.new-section::before {
        background-color: #f9f4f1;
    }

    .brochure-sec .brochure-form-holder {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .project-sec .col-md-6 {
        width: 100%;
    }

    section.discover-types::before {
        background-size: cover;
    }

    section.discover-types figure.bg_texture {
        height: 100%;
    }

    section.discover-types figure.bg_texture img {
        height: 100%;
        object-fit: cover;
    }

    section.discover-types::after {
        background-size: cover;
    }

    form#download-form .form-check .form-check-input {
        position: absolute;
    }

    section.beach-house .slick-initialized .slick-slide {
        height: auto;
    }

    section.brochure-sec.project-brochure {
        height: 80vh;
    }

    .ytb-video iframe {
        height: 53vw;
    }

    .corendon_airlines .col-md-4 {
        width: 80%;
        margin: 0 auto;
    }

    .corendon_airlines .metrial-left .metrial-items:nth-child(2) {
        left: 0;
    }

    .corendon_airlines .metrial-right .metrial-items:nth-child(2) {
        right: 0;
    }

    .corendon_airlines .metrial-middle .metrial-items {
        top: 0;
    }


    .modal-body.brochure-body figure {
        height: 400px;
    }

    .modal-body.brochure-body {
        grid-template-columns: 1fr;
    }

    .ytb-video .col-md-6 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .swim-up-reverse .row {
        flex-direction: column-reverse;
    }

    section.discover-types .col-md-6 {
        text-align: center;
    }

    .villas-page.location-page.residential_page .title-holder h3.title-sec {
        text-align: center;
    }

    section.discover-types.residential-plots-sec .discover-types-header {
        width: 100%;
    }

    section.discover-types.residential-plots-sec .discover-types-content {
        width: 100%;
        text-align: center;
    }

    .modal-dialog .content-holder::before {
        width: 65%;
        height: 70%;
        left: 30%;
    }

    .modal-dialog .content-holder .text-content {
        width: 60%;
        left: 33%;
    }

    .thank_you_sec {
        width: 70%;
    }

    section.beach-house.new-section.Ontdek-de-sec .row .col-md-5,
    section.beach-house.new-section.Ontdek-de-sec .row .col-md-7 {
        width: 100%;
    }

    section.beach-house.new-section.Ontdek-de-sec .slick-slide {
        height: 450px;
    }

    section.beach-house.new-section.Ontdek-de-sec .slick-slide img {
        height: 450px;
    }

    section.beach-house .slick-initialized .slick-slide {
        height: 300px;
    }

    section.beach-house.new-section.Ontdek-de-sec .slider-content {
        text-align: center;
    }

    section.beach-house.new-section.Ontdek-de-sec .row {
        flex-direction: column-reverse;
    }

    .safe-investment.dunas-map-sec figure:hover img.img_2 {
        transform: scale(1.6);
    }
}

@media (max-width:990px) and (min-width:810px) {
    .animate-wave {
        top: 110px;
    }

    .swim-up-reverse .row {
        flex-direction: column-reverse;
    }

    section.discover-types .col-md-6 {
        text-align: center;
    }

    .villas-page.location-page.residential_page .title-holder h3.title-sec {
        text-align: center;
    }

    section.discover-types.residential-plots-sec .discover-types-header {
        width: 100%;
    }

    section.discover-types.residential-plots-sec .discover-types-content {
        width: 100%;
        text-align: center;
    }

    .modal-dialog .content-holder::before {
        width: 65%;
        height: 70%;
        left: 30%;
    }

    .modal-dialog .content-holder .text-content {
        width: 60%;
        left: 33%;
    }

}

@media (max-width:767px) {

    .section-ptb-150 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .load-popup {
        width: 90%;
        margin: 30px auto;
    }

    .landing-overlay {
        width: 100%;
    }

    .btn-holder {
        flex-direction: column;
        align-items: center;
    }

    section.header-top {
        height: auto;
        order: 2;
    }

    section.header-top .top-left {
        flex-direction: column;
        padding-left: 0;
    }

    section.header-top .top-left a {
        color: #fff !important;
    }

    section.header-top .top-left li span svg {
        fill: #fff !important;
    }

    section.header-top .top-left li:nth-child(2)::after {
        display: none !important;
    }

    .language-selector .current-language {
        color: #fff !important;
    }

    section.header-top .top-left li {
        margin: 0 15px 15px;
        flex-direction: column;
    }

    section.header-top .top-left .dropdown a {
        color: #000 !important;
    }

    .language-selector .dropdown {
        top: auto;
        bottom: 0;
    }

    .top-left.display-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
    }

    .top-left.display-mob svg {
        width: 1.5rem;
        height: 1.5rem;
        fill: #fff;
        margin-right: 5px;
    }

    .top-left.display-mob a {
        margin: 10px 0;
        color: #fff;
        text-decoration: none;
    }

    li.nav-item a.nav-link.btn-link {
        margin: 10px;
    }

    .offcanvas-header {
        position: absolute;
        right: 0;
    }

    .navbar-toggler {
        border: 1px solid #fff;
    }

    .banner-sec .banner-sec-overlay h2 {
        width: 100%;
        font-size: 2.8rem;
    }

    section.invest-sec .invest-sec-holder {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.invest-sec .invest-sec-holder .invest-items {
        width: 100%;
    }

    .safe-investment .title-holder {
        padding-right: 15px;
        margin-bottom: 50px;
    }

    .title-sec {
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: 3rem;
        padding: 0 2rem;
    }

    .safe-investment .bottom-img-sec figure img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }

    .safe-investment .bottom-img-sec {
        margin-bottom: 0px;
    }

    .total-project .title-holder {
        width: 100%;
        padding-right: 15px;
    }

    .welcome-sec .welcome-overlay {
        width: 100%;
        text-align: center;
        padding: 50px 20px;
    }

    .welcome-sec .welcome-overlay ul li {
        list-style: none;
        font-size: 1rem;
    }

    .welcome-sec .welcome-overlay p {
        width: 100%;
        font-size: 1rem;
    }

    .contact-sec .main-form-sec {
        grid-template-columns: 1fr;
    }

    .contact-sec .main-left-sec {
        grid-row: 2;
        border-radius: 0 0 30px 30px;
    }

    .contact-sec .main_form_div {
        border-radius: 30px 30px 0 0;
        padding: 50px 30px;
    }

    section.invest-sec::before {
        background-position: unset;
    }

    .contact-sec .main-left-sec::before {
        bottom: -130px;
        width: 270px;
        height: 270px;
    }

    header#header.fixed-header .nav-link {
        color: #fff !important;
    }

    header#header.fixed-header li.nav-item a.nav-link.btn-link {
        border: 1px solid #fff;
    }

    header#header.fixed-header li.nav-item a.nav-link.btn-link:hover {
        color: #fff;
    }

    .footer-widgets-wrap .col-lg-4 {
        margin-bottom: 20px;
    }

    .animate-wave {
        top: 35px;
    }

    .safe-investment .title-holder.bottom-content-sec {
        padding-right: 15px;
    }

    .shine-text__text {
        padding: 7px 20px 7px 200px;
    }


    section.beach-house.new-section {
        background-size: cover;
        /* height: 720px; */
        height: auto;
        padding: 0;
    }

    .beach-house .slick-arrow {
        left: 35%;
        top: 115%;
        width: 40px;
        height: 40px;
    }

    .beach-house .slick-arrow svg {
        width: 1.2rem;
        height: 1.2rem;
        top: -6px;
    }

    .beach-house .slick-arrow.slick-next {
        right: 35%;
    }

    .total-project-items a {
        padding: 30px 10px;
        margin-bottom: 30px;
    }

    .contact-sec .contact-content p {
        font-size: 1rem;
    }

    .modal-dialog .content-holder {
        grid-template-columns: 1fr;
    }

    .modal-dialog .content-holder .text-content {
        padding: 0;
    }

    .short-banner {
        height: 100vh;
    }

    .short-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .short-banner.villas-banner img {
        object-position: 63%;
    }

    .short-banner.suites-banner img {
        object-position: 23%;
    }

    .short-banner .container .overlay-content {
        padding: 0 15px;
        width: 100%;
    }

    .short-banner .overlay-content h2 {
        font-size: 2.3rem;
        word-break: break-word;
    }

    .section-ptb-180 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    form#appointment-form {
        padding: 50px 30px;
    }

    .appointment-sec figure {
        width: 100%;
    }

    .modal-dialog .content-holder::before {
        top: 50%;
        width: calc(100% - 20px);
        height: 90%;
        transform: translate(0%, -50%);
        left: 10px;
        right: 10px;
    }

    /* .video-wrapper {
        padding-bottom: 200%;
        transform: translateY(-36%);
    } */

    /* .video-top {
        padding-bottom: 55.5%;
        border-radius: 7px;
    } */

    .modal-header {
        top: 10px;
        right: 10px;
    }

    .error {
        padding-left: 1rem;
    }

    .modal-header .btn-close {
        border-radius: 100%;
    }

    .location-page .safe-investment figure {
        margin-bottom: 50px;
    }

    .unique-sec::before {
        background: radial-gradient(circle, rgba(255, 244, 224, 1) 0%, rgba(255, 255, 255, 0) 53%);
        top: 15%;
        width: 70%;
    }

    .unique-sec::after {
        background: radial-gradient(circle, rgba(255, 244, 224, 1) 0%, rgba(255, 255, 255, 0) 63%);
        width: 70%;
    }

    .location-page .safe-investment figure.texture {
        display: none;
    }

    section#hoe.safe-investment .row {
        flex-direction: column-reverse;
    }

    .location-page .section-ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .location-page .total-project-items {
        margin: 0 20px 50px;
    }

    .location-page section.total-project.info-project .btn {
        padding: 1rem;
        font-size: .75rem;
    }

    section.total-project.info-project .info-girl {
        bottom: 0;
        width: 85%;
    }

    .location-page .total-project .cta-btn {
        padding: 1rem;
    }

    .total-project-items .items-info h4 {
        font-size: 1.8rem;
        min-height: auto;
    }

    .location-page .total-project-items .items-info p {
        font-size: 1rem;
    }

    .lead {
        font-size: 1rem;
    }

    section.beach-house .slick-initialized .slick-slide {
        margin: 5px;
        height: 350px;
    }

    section.beach-house .slick-initialized .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .villas-page.location-page .safe-investment figure.texture {
        top: -75px;
        left: -85px;
    }

    .discover-types-header .left-pannel,
    .discover-types-header .right-pannel {
        margin-top: 0;
    }

    .discover-types-header {
        padding: 0;
    }

    .discover-types-header .left-pannel ul li:first-child {
        margin-left: auto;
    }

    .discover-types-header .left-pannel ul li {
        margin: 0 auto 50px;
    }

    .discover-types-header .right-pannel ul li {
        margin: 0 auto 50px;
    }

    .discover-types-header .right-pannel ul li:first-child {
        margin-left: auto;
    }

    .discover-types-header .middle-pannel ul li {
        margin: 0 auto 50px;
    }

    section.discover-types::before {
        background-size: cover;
    }

    section.discover-types figure.bg_texture {
        height: 100%;
    }

    section.discover-types figure.bg_texture img {
        height: 100%;
        object-fit: cover;
    }

    section.discover-types::after {
        background-size: cover;
    }

    section.beach-house.new-section::before {
        background-color: rgba(0, 0, 0, 0);
    }

    .villas-page .beach-house .slick-arrow {
        top: 108%;
    }

    .brochure-sec .brochure-form-holder {
        margin: 0 auto;
        width: 90%;
        padding: 50px 30px;
    }

    .project-sec .total-project-items::before {
        background-size: cover;
    }

    .project-sec .btn {
        font-size: .8rem;
    }

    .villas-page .total-project-items .items-info h4 {
        min-height: auto;
    }

    form#download-form .form-check .form-check-input {
        position: absolute;
    }

    section.beach-house.new-section.beach-villas .beach-house-holder-new::after {
        bottom: -10%;
    }

    /* #brochureModal .modal-dialog {
        height: 70vh;
        overflow-y: auto;
    } */

    #brochureModal.modal-dialog-scrollable {
        height: 100vh;
        top: 0px;
    }

    #brochureModal.modal-dialog-scrollable .modal-dialog {
        top: 0;
        transform: translateY(0) !important;
        margin: 1rem .5rem;
    }

    #brochureModal.modal-dialog-scrollable .modal-header {
        top: 5px;
        right: 5px;
        background-color: #e2e2e2;
    }

    #brochureModal.modal-dialog-scrollable .modal-header .btn-close {
        box-shadow: none;
    }

    .unieke-troeven figure.texture {
        right: -7%;
        width: 70%;
        transform: rotate(50deg);
        bottom: -20%;
    }

    section.brochure-sec.project-brochure {
        height: 120vh;
    }

    .safe-investment.unique-assets-sec figure img {
        object-fit: cover;
    }

    .safe-investment.unique-assets-sec .row {
        flex-direction: column-reverse;
    }

    .banner-sec {
        height: 100vh;
    }

    .short-banner .mouse {
        bottom: 140px;
    }

    .discover-types-header ul li {
        width: 80%;
    }

    .unieke-troeven .col-md-7 {
        margin-bottom: 50px;
    }

    .ytb-video iframe {
        height: 53vw;
    }

    .ytb-video .col-md-6 {
        margin-bottom: 2rem;
    }

    .short-banner.project-banner img {
        object-position: 20%;
    }

    section.short-banner.invest-banner .btn-holder a.btn--footer.btn.btn--banner {
        margin: 1rem;
    }

    .corendon_airlines .metrial-left .metrial-items:nth-child(2) {
        left: 0;
    }

    .corendon_airlines .metrial-right .metrial-items:nth-child(2) {
        right: 0;
    }

    .corendon_airlines .metrial-items {
        width: 90%;
        margin: 0 auto 30px;
    }

    .corendon_airlines .metrial-middle .metrial-items {
        top: 0;
    }

    section.invest.contact-sec .main_form_div {
        width: 100%;
    }

    .contact-sec h3 {
        font-size: 2.5rem;
    }

    .discover-types-content p b {
        margin-right: 5px;
    }

    .ytb-video {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .banner-sec video.mob_video_banner {
        display: block;
    }

    .banner-sec video.desktop_video_banner {
        display: none;
    }

    .modal-body.brochure-body {
        grid-template-columns: 1fr;
    }

    .modal-body.brochure-body figure {
        display: none;
    }

    .infosessies-content figure.texture2 {
        bottom: 0;
        width: 80%;
        opacity: .8;
    }

    .grid-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        grid-auto-rows: unset;
        grid-auto-flow: unset;
    }

    .grid-wrapper .tall {
        grid-row: unset;
    }

    .grid-wrapper .big {
        grid-column: unset;
        grid-row: unset;
    }

    .grid-wrapper>div {
        width: 100%;
        grid-column: 1;
    }

    .grid-wrapper .wide {
        grid-column: 1;
    }

    .location-page .safe-investment figure img {
        width: 100%;
        object-fit: cover;
    }

    .language-selector {
        min-width: 77px;
    }

    .exclusive_sec .exclusive_holder .exclusive_holder_content {
        bottom: 0px;
        width: calc(100% - 20px);
    }

    .exclusive_sec .exclusive_holder .total-project-items a {
        padding: 0 10px;
    }

    .exclusive_sec .exclusive_holder .total-project-items .items-info .items-info-right {
        min-width: 150px;
        background-color: #6AADA2de;
        margin-left: auto;
        margin-right: 20px;
        margin-top: 110px;
    }



    .exclusive_sec .exclusive_holder .items-info-left {
        position: relative;
        left: 20px;
    }

    .exclusive_sec .exclusive_holder .total-project-items .items-info h3 {
        font-size: 1.3rem;
        letter-spacing: 1px;
    }

    .exclusive_sec .exclusive_holder .total-project-items .items-info .items-info-right p {
        font-size: .875rem;
    }



    .exclusive_sec {
        margin-bottom: 50px;
    }

    .exclusive_sec .exclusive_holder .total-project-items .items-info {
        flex-direction: column-reverse;
        margin-bottom: 0;
        height: 100%;
        justify-content: space-between;
    }

    .exclusive_sec .exclusive_holder .total-project-items .items-info .items-info-left {
        margin-bottom: 30px;
        width: 100%;
    }

    .exclusive_sec .exclusive_holder .total-project-items .items-info h2 {
        font-size: 4rem;
    }

    .exclusive_sec .exclusive_holder .total-project-items .items-info .items-info-left h3 {
        font-size: 1.8rem;
    }

    .swim-up-reverse .row {
        flex-direction: column-reverse;
    }

    section.discover-types .col-md-6 {
        text-align: center;
    }

    .villas-page.location-page.residential_page .title-holder h3.title-sec {
        text-align: center;
    }

    section.discover-types.residential-plots-sec .discover-types-content {
        text-align: center;
    }

    .exclusive_sec .exclusive_holder .total-project-items .items-info h3.top_sub_head {
        font-size: 1.2rem;
    }

    .modal-dialog-scrollable .modal-content {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .modal-dialog {
        top: 49%;
    }

    .modal-dialog .content-holder .text-content {
        height: 80%;
        overflow-y: auto;
        width: calc(100% - 40px);
        height: 80%;
        overflow-y: auto;
        left: 20px;
        right: 20px;
    }

    .for_mob {
        display: block;
        margin-bottom: .5rem;
    }

    /* #promotion_modal .modal-dialog {
        height: 500px;
    } */

    #infosessionModal form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .thank_you_sec {
        width: 90%;
    }

    .villas-page.location-page.residential_page .banner-sec .banner-sec-overlay h2 {
        width: 100%;
    }

    .mouse {
        bottom: 70px;
    }

    div#logo {
        width: 100px;
    }

    section.beach-house.new-section.Ontdek-de-sec.beach-villas {
        height: auto;
        padding-bottom: 60px;
    }

    .beach-house-holder-new.rental_income p {
        width: 80%;
    }

    .safe-investment.playsdevera-sec figure {
        margin-bottom: 0 !important;
    }

    section.safe-investment.playsdevera-sec figure img {
        height: 250px !important;
    }

    .safe-investment.playsdevera-sec figure.bottom-img {
        margin-bottom: 50px !important;
    }

    .title-para {
        text-align: center;
    }

    .safe-investment.swim-up .title-holder {
        padding-right: 15px;
    }

    section.beach-house.new-section.Ontdek-de-sec {
        margin-top: 0;
    }

    section.beach-house.new-section.beach-villas .slider-content {
        padding: 50px 0 50px;
    }

    /* .discover-types-content h3.title-sec {
        margin-bottom: .5rem;
    } */

    .villas-page.location-page.residential_page .safe-investment figure img {
        height: 400px;
    }

    section.beach-house.new-section.beach-villas {
        padding-bottom: 150px;
    }

    .villas-page.location-page.residential_page .discover-types-header figure {
        margin-bottom: 50px;
    }

    .banner-sec img {
        object-position: 75%;
    }

    .safe-investment.dunas-map-sec figure:hover img.img_2 {
        transform: scale(1.6);
        left: 60px;
    }

    div#cmplz-document {
        margin-top: 30px;
    }

    .cookie-page .row.short-row {
        margin-top: 30px;
    }

    .safe-investment.swim-up.swim-up-reverse {
        padding-bottom: 0;
    }

    .villas-page.location-page.residential_page .safe-investment figure.texture2 {
        bottom: 0;
    }

    section.safe-investment.playsdevera-sec figure img {
        height: 500px !important;
    }

    .villas-page.location-page.residential_page .safe-investment figure.texture2 {
        bottom: -100px;
    }

    section.safe-investment.dunas-map-sec.swim-up-reverse.invest_video_sec {
        padding-bottom: 0;
    }

}

@media (max-width:430px) {
    #brochureModal {
        top: -15px !important;
    }
}