.thumbnail_slider .content-overlay p {
    margin: 0;
}

/* -- floor plans -- */
.floor_plan_section {
    padding: 70px 0;
}

.floor_plan_section .sec-title {
    text-transform: uppercase;
}

.floor_plan_section .left-head {
    margin-bottom: 60px;
}

.floor_plan_box {
    background: #FFF;
    padding: 15px;
    text-align: center;
    position: relative;
}

.floor_plan_box a img {
    margin-bottom: 20px;
    /* filter: blur(5px); */
}

.floor_plan_box a span {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    opacity: 1;
    color: #FFF;
    background: #052e16b8;
}

.floor_plan_box h4 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 8px;
}

.floor_plan_box p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    color: #666;
}

.floor_plan_box a .theme_btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.floor_plan_box ul {
    display: flex;
    justify-content: center;
    gap: 0 50px;
}

.floor_plan_box ul li img {
    width: 40px !important;
}

.floor_plan_box ul li:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #CCC;
    right: -25px;
    top: 0;
}

.floor_plan_box ul li {
    position: relative;
}

.floor_plan_box ul li:last-child:after {
    display: none;
}

.floor_plan_box ul {
    width: 80%;
    margin: auto;
    border-top: 1px solid #CCC;
    padding: 15px 0 7px 0;
    list-style: none;
    margin-top: 10px;
}

.floors_slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 0 7px;
    margin-top: 20px;
}

.floors_slider .owl-dots button.owl-dot {
    width: 25px;
    height: 9px;
    border: 2px solid #052e16;
    border-radius: 7px;
}

.floors_slider .owl-dots button.owl-dot.active {
    border-color: #052e16;
    background: #052e16;
}


.theme_btn {
    border: 3px solid #052e16;
    font-weight: 600;
    padding: 7px 15px !important;
    background: #052e16;
    font-size: 14px;
    text-shadow: none;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: "Roboto", sans-serif;
}

.theme_btn:hover {
    background: transparent;
    color: #052e16;
}


/* footer section  */
.frame11 .architect-blocks .bg-gradient1 {
    background-color: #052e16;
}

.frame11 .architect-blocks .bg-gradient1 {
    flex-wrap: wrap;
    align-items: unset;
}

.contact_information {
    padding: 0 40px;
    position: relative;
    z-index: 1;
    width: 32%;
    background: #c9aa40;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_information .contact_info ul {
    padding: 0;
}

.contact_information .contact_info li {
    display: flex;
    gap: 0 13px;
    margin-bottom: 13px;
    align-items: baseline;
}

.contact_information .contact_info li span {
    width: 18px;
    min-width: 18px;
}

.contact_information .contact_info li span img {
    width: 100%;
    position: relative;
    top: -3px;
}

.contact_information .contact_info h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    color: #FFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact_information .contact_info p {
    display: flex;
    align-items: baseline;
    gap: 7px;
    font-weight: 400;
    color: #FFF;
    margin: 0;
    letter-spacing: 1px;
}

.contact_information .contact_info a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.frame11 .footer-sec>.sec-bg-1-div {
    right: auto;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-61%);
}

.frame11 .architect-blocks .architect-h1-content {
    width: 68%;
    padding: 20px 70px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.frame11 .sec-bg-1-div {
    position: absolute;
    right: 0%;
    top: 21%;
    overflow: hidden;
    z-index: 0;
    opacity: 0.05;
    bottom: auto;
}

.frame11 .sec-bg-1-div img {
    width: 100%;
    max-width: 334px;
}

.frame11 .architect-blocks .architect-h1-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt a {
    color: #FFF;
}

.frame11 .footer-sec .form_pop_border .input_boxes .main-cpt span {
    white-space: nowrap;
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-family: 'Lexend';
}

.frame11 .architect-blocks .bg-gradient1 {
    height: 60vh;
    margin-bottom: 7%;
}

.txtFrame h1 {
    color: #fff;
}

.frame11 .footer-sec p {
    color: #FFF;
}

.contact_information .contact_map iframe {
    width: 100%;
    height: 200px;
    margin-top: 10px;
}


.frame11 .footer-sec .form_pop_border .input_boxes input,
.frame11 .footer-sec .form_pop_border .input_boxes textarea {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.frame11 .footer-sec .form_pop_border .input_boxes input::placeholder,
.frame11 .footer-sec .form_pop_border .input_boxes textarea::placeholder {
    color: rgb(255 255 255 / 55%);
}

.frame11 .footer-sec .form_pop_border .form_btn input {
    border: 2px solid #c9aa40;
    background: #c9aa40;
    width: 180px;
    margin: 0;
    float: left;
}

.frame11 .footer-sec .form_pop_border .form_btn input:hover {
    color: #c9aa40;
}

.frame11 .footer-fix p {
    font-size: 11px;
    font-weight: 500;
    text-align: justify;
}

.frame11 .footer-fix ul {
    padding: 0;
    gap: 0 5px;
    justify-content: space-between;
}

.frame11 .footer-fix ul li {
    text-align: left;
    width: auto;
    font-size: 13px;
}

.frame11 .footer-fix ul li:last-child a {
    font-size: 13px;
}

#fp-nav.nav-light ul li a,
#fp-nav.nav-light ul li a span {
    transition: none;
}

#fp-nav.nav-light ul li a span {
    background: #ffffff;
}

#fp-nav.nav-light ul li a {
    border: 2px solid #ffffff;
}

#fp-nav.nav-light ul li a.active {
    border: 2px solid #f5d28e;
}

/* -- whatsapp icon -- */
.floating_whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99;
    /* animation: beat .6s infinite alternate; */
    transform-origin: center;
}

.floating_whatsapp img {
    width: 50px;
    border-radius: 50%;
    animation: beatmg .6s infinite alternate;
    transform-origin: center;
}

/* Heart beat animation */
@keyframes beat {
    to {
        transform: scale(1.05);
    }
}

@keyframes beatmg {
    to {
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 60%);
    }
}

.hide_desktop {
    display: none;
}

.frame8 .item-box img {
    display: none;
}

.frame1_banner {
    display: none;
}

.header_mobile {
    display: none;
}

.video_gallery_section .container {
    padding: 0 30px;
}

.video_banner .video_banner_pic {
    max-height: 68vh;
    object-fit: cover;
    width: 100%;
    display: block;
}

.video_banner {
    position: relative;
}

.video_banner {
    position: relative;
    padding: 0;
}

.video_banner .overlay_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 22;
    background: rgb(0 0 0 / 33%);
}

.video_banner .overlay_video a {
    width: 70px;
    height: 70px;
    background: #c9aa40;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
}

.video_banner .overlay_video a:before,
.video_banner .overlay_video a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid #ffc500;
    animation: popupBtn 1.8s linear infinite;
}

.fixed_video_slider .owl-dots {
    position: absolute;
    bottom: 4px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 0 5px;
    padding: 0 9px;
}

.fixed_video_slider {
    position: relative;
}

.fixed_video_slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: #c9aa40;
    border-radius: 2px;
    opacity: 0.8;
}

.fixed_video_slider .owl-dots button.owl-dot.active {
    background: #052e16;
    opacity: 1;
}

.fixed_video_dv {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 150px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 15px 0 #00000045;
}

.fixed_video {
    width: 35px;
    height: 35px;
    background: #c9aa40;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}

.fixed_video:hover {
    color: #FFF;
}

.fixed_video:before,
.fixed_video:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid #052e16;
    animation: popupBtn 1.8s linear infinite;
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

span.gallery_caption {
    position: absolute;
    left: 175px;
    bottom: 20px;
    font-family: 'BigCaslonFB';
    text-shadow: 0 0 5px #00000099;
    color: #ffffff;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 2px;
    background: #c9aa40eb;
    padding: 5px 13px 2px 13px;
}

@media (max-width:1599px) {
    .contact_information {
        padding: 0 20px;
    }

    .contact_information .contact_info h4 {
        font-size: 17px;
    }

    .contact_information .contact_info p {
        font-size: 14px;
        line-height: 19px;
    }

    .contact_information .contact_info li {
        margin-bottom: 4px;
    }

    .contact_information .contact_map iframe {
        height: 130px;
    }

    .frame11 .architect-blocks .architect-h1-content {
        padding: 25px 30px;
    }

    .frame11 .footer-sec .form_pop_border .input_boxes {
        width: 48%;
    }

    .frame11 .footer-sec .form_pop_border {
        max-width: 90%;
        margin: 20px 0 0 0;
    }

    .frame11 .architect-blocks .architect-h1-content h1 {
        font-size: 23px;
        line-height: normal;
        margin-bottom: 8px;
    }

    .frame11 .footer-sec .form_pop_border .input_boxes .main-cpt input {
        margin: 0;
    }

    .frame11 .architect-blocks .bg-gradient1 {
        height: auto;
        margin-bottom: 10%;
    }

    .frame11 .footer-sec .form_pop_border .input_boxes {
        margin-bottom: 5px;
    }

    .frame11 .sec-bg-1-div {
        width: 15%;
        right: 5%;
    }

    .frame11 .architect-blocks .architect-h1-content p {
        letter-spacing: 1px;
        font-size: 15px;
    }

    .frame11 .footer-fix p {
        line-height: 15px;
    }

    .frame11 .footer-fix ul li a,
    .frame11 .footer-fix ul li:last-child a {
        font-size: 12px;
    }

    .floor_plan_section .container {
        padding: 0 9%;
    }

    .floor_plan_box {
        margin-top: 10px;
    }

    .floor_plan_box ul li img {
        width: 32px !important;
    }

    .floor_plan_box>a>img {
        height: 390px;
        object-fit: cover;
        object-position: top;
    }

    .floor_plan_box a span i {
        letter-spacing: 0;
    }

    .floor_plan_box a span {
        font-size: 15px;
        line-height: 30px;
    }

    .video_banner .overlay_video a {
        width: 50px;
        height: 50px;
    }

    .fixed_video_dv {
        width: 140px;
    }

    .fixed_video {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }
}

@media (max-width:1399px) {
    .frame11 .architect-blocks {
        padding-left: 15%;
    }

    .contact_information {
        width: 35%;
        padding: 15px 20px;
    }

    .frame11 .footer-sec .form_pop_border {
        max-width: 89%;
    }

    .frame11 .architect-blocks .bg-gradient1 {
        height: auto;
    }

    .frame11 .architect-blocks .architect-h1-content {
        padding: 20px 30px;
        width: 65%;
    }

    .frame11 .footer-sec p {
        letter-spacing: 1px;
    }

    .frame11 .fp-tableCell {
        vertical-align: baseline;
    }

    .frame11 .architect-blocks .bg-gradient1 {
        margin-bottom: auto;
        margin-top: 8%;
    }

    .contact_information .contact_map iframe {
        height: 125px;
    }

    .contact_information .contact_info li {
        margin-bottom: 8px;
    }

    .contact_information .contact_info p {
        font-size: 15px;
        line-height: 20px;
    }

    .frame11 .footer-fix p {
        font-size: 11px;
        line-height: 14px;
    }

    .frame11 .footer-fix ul li a,
    .frame11 .footer-fix ul li:last-child a {
        font-size: 12px;
    }

    .frame11 .footer-sec .form_pop_border .input_boxes {
        width: 47.5%;
    }

    .floor_plan_section .container {
        padding: 0 15px;
    }

    .floor_plan_box>a>img {
        height: auto;
    }
}

@media (max-width:1100px) {
    .floor_plan_box>a>img {
        height: 225px;
    }

    .frame11 .architect-blocks .architect-h1-content h1 {
        font-size: 17px;
    }

    .frame11 .architect-blocks .architect-h1-content p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .frame11 .footer-sec .form_pop_border .input_boxes {
        width: 47%;
    }

    .contact_information {
        width: 37%;
        padding: 14px 14px;
    }

    .frame11 .architect-blocks .architect-h1-content {
        padding: 15px 20px;
        width: 63%;
    }

    .frame11 .footer-sec .form_pop_border {
        max-width: 95%;
        margin: 10px 0 0 0;
    }

    .contact_information .contact_info h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .contact_information .contact_info ul {
        margin-bottom: 8px;
    }

    .contact_information .contact_info li {
        margin-bottom: 2px;
    }

    .contact_information .contact_info p,
    .contact_information .contact_info a {
        font-size: 13px;
        line-height: 17px;
    }

    .contact_information .contact_map iframe {
        height: 120px;
        margin-top: 0;
        display: block;
    }

    .frame11 .footer-sec .form_pop_border .form_btn input {
        padding: 7px 15px;
        width: 120px;
        font-size: 14px;
    }

    .frame11 .footer-fix {
        padding: 10px 0;
    }

    .frame11 .footer-sec .form_pop_border .input_boxes input,
    .frame11 .footer-sec .form_pop_border .input_boxes textarea {
        margin-bottom: 6px;
        padding: 5px 10px;
    }

    .contact_information {
        padding: 14px 14px;
    }
}


@media (max-width:991px) {
    .header_desktop {
        display: none;
    }

    .header_mobile {
        display: block;
    }

    .header_mobile .header_box.hide__navbar.fixed {
        background: #FFF;
        box-shadow: 0 0 15px 0 #000;
    }

    .header_box .logo-box img {
        max-width: 75px;
    }

    .frame1_banner img {
        width: 100%;
    }

    .frame1 .container {
        width: 100%;
        max-width: 100%;
    }

    #section0 #txtFrame {
        bottom: 30px;
        right: 50%;
        transform: translate3d(-100px, 0, 0) translateX(50%);
        opacity: 0;
    }

    #section0.active [data-aos^=fade][data-aos^=fade].aos-init {
        opacity: 1 !important;
        transform: translateZ(0) translateX(50%) !important;
    }

    .frame1 .txtFrame h1 {
        line-height: 28px;
    }

    .show_mobile {
        display: block;
    }

    .about_img {
        background-image: none !important;
        height: auto;
    }

    .about_img img {
        display: block;
    }

    .frame6 .owl-dots:after,
    .frame7 .owl-dots:after,
    .frame10 .owl-dots:after {
        display: none;
    }

    .frame6 .owl-dot.active:before,
    .frame7 .owl-dot.active:before,
    .frame10 .owl-dot.active:before {
        display: none;
    }

    .floor_plan_box>a>img {
        height: auto;
    }

    .frame10 .owl-dots {
        transform: none !important;
        left: 0;
        text-align: center;
        padding: 0;
        width: 100%;
        position: relative;
    }

    .frame11 .architect-blocks .bg-gradient1 {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .contact_information {
        width: 100%;
        padding: 25px;
        margin: 0;
    }

    .frame11 .footer-sec .form_pop_border .input_boxes {
        width: 47.8%;
    }

    .frame11 .architect-blocks .architect-h1-content {
        width: 100%;
        padding: 25px;
    }

    .frame11 .architect-blocks {
        padding-left: 15px;
        padding-right: 15px;
        width: 720px;
        margin: auto;
    }

    .frame11 .sec-bg-1-div {
        width: 27%;
        right: 5%;
        bottom: 0;
        top: auto;
    }

    .frame11 .footer-sec .form_pop_border {
        max-width: 100%;
    }

    .frame7 {
        min-height: auto !important;
        height: auto !important;
    }

    .property-customization {
        min-height: auto;
        padding: 50px 0 !important;
    }

    .frame8 .item-box {
        height: auto;
        background-image: none !important;
    }

    .frame8 .item-box img {
        display: block;
        opacity: 1;
    }

    div#section6 {
        height: auto !important;
        min-height: auto !important;
    }

    div#section10 {
        height: auto !important;
        min-height: auto !important;
    }

    .video_gallery_section {
        padding: 50px 0;
    }

    .frame10 {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 0;
    }

    .frame11 {
        padding-top: 0;
    }

    .frame11 .architect-blocks {
        width: 100%;
    }

    .frame11 .footer-sec .form_pop_border .input_boxes {
        width: 100%;
    }

    .contact_information .contact_map iframe {
        height: 190px;
        padding-top: 5px;
    }

    .frame11 .footer-fix ul li {
        text-align: center;
        width: 100%;
        font-size: 13px;
        line-height: 20px;
    }

    .frame11 .footer-fix ul li a,
    .frame11 .footer-fix ul li:last-child a {
        font-size: 10px !important;
    }

    .frame11 .footer-fix p {
        font-weight: 300;
    }

    .frame1_banner {
        display: block;
    }

    .frame1 {
        height: auto;
        min-height: auto !important;
    }

    .frame1 {
        background-image: none !important;
    }

    .frame1 .row>div {
        padding: 0;
    }

    #section0 .fp-tableCell {
        height: auto !important;
    }

    .frame6 .slide-bg-1,
    .frame6 .slide-bg-2,
    .frame6 .slide-bg-3,
    .frame6 .slide-bg-4 {
        background-image: none !important;
        height: auto !important;
    }

    .frame6 {
        min-height: auto !important;
        height: auto !important;
    }

    .side-navigation .logo {
        width: 125px;
    }

    .side-navigation .menu ul li a {
        font-size: 15px;
        line-height: 25px;
    }

    .frame11 .footer-sec .form_pop_border .input_boxes {
        margin-bottom: 10px;
    }

    .frame11 .footer-sec .form_pop_border .form_btn input {
        margin-top: 10px;
    }

    .contact_information .contact_info li {
        margin-bottom: 7px;
    }

    /* span.gallery_caption {
        bottom: 12px;
        font-size: 10px;
    } */
    span.gallery_caption {
        right: 15px;
        left: auto;
    }

    span.gallery_caption {
        font-size: 10px;
        letter-spacing: 0.5px;
        font-weight: 500;
        text-transform: uppercase;
        background: transparent;
        font-family: "Lexend", sans-serif;
        padding: 0;
    }

    .video_banner {
        margin: 12px 0;
    }
}


@media (max-width:768px) {
    #section0 #txtFrame {
        padding: 15px;
    }

    .frame1 .txtFrame h1 {
        line-height: 19px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .frame1 .txtFrame h2 {
        font-size: 11px;
        margin-bottom: 0;
    }

    .frame1 .txtFrame h5 {
        font-size: 12px;
        line-height: 16px;
    }

    .amenities_icon_box_wrap {
        padding: 0 8px;
        gap: 10px 0;
    }

    .amenities_icon_box_wrap>div {
        padding: 0 5px;
    }

    .property-customization figure {
        margin: 0;
        padding: 7px 7px;
    }

    .property-customization figure img {
        height: 25px;
        width: 25px;
    }

    .property-customization figure figcaption {
        font-size: 11px;
    }

    .floating_whatsapp img {
        width: 40px;
    }

    .frame6 .txtFrame {
        width: 88%;
        left: 6%;
    }

    .frame6 .txtFrame h1 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .frame6 .txtFrame {
        padding: 15px;
    }

    .video_banner .overlay_video a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .fixed_video_dv {
        width: 105px;
        bottom: 15px;
    }

    .fixed_video {
        width: 25px;
        height: 25px;
        font-size: 9px;
    }

}