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

html,
body {
    scroll-behavior: smooth;
}

header:not(.logo-active) .logo:nth-child(2) {
    display: none;
}

header .logo:nth-child(2) {
    display: block;
}

header.logo-active .logo:nth-child(1) {
    display: none;
}


body {
    font-family: 'Proxima Nova Rg' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
    font-feature-settings: "kern", "liga", "clig", "calt";
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;

}

.eth-logo {
    width: 200px;
}

.eth-logo img {
    height: 50px;
}

.h-font {
    /* font-family: "Lora", serif !important; */
    /* font-family: "Adamina", serif; */
    font-family: 'Behind The Nineties';
    letter-spacing: 1px;


}

a,
a:hover {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.hamburger {
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    height: 34px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
}

figure {
    overflow: hidden;
}

div#aboutus figure {
    overflow: hidden;
    background: #eeeeee;
    border-radius: 250px 250px 0 0;
    display: inline-block;

}

div#aboutus figure img {
    height: 650px;
    object-fit: cover;
}

.hamburger .lines {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #000;
    position: relative;
}

.hamburger .lines:before,
.hamburger .lines:after {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    content: '';
}

.hamburger .lines:before {
    top: -10px;
}

.hamburger .lines:after {
    bottom: -10px;
}

.menu-text {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 16px;
    letter-spacing: 1px;
}


.sidebar {
    position: fixed;
    top: 0;
    left: -480px;
    height: 100%;
    color: white;
    transition: left 0.3s ease;
    padding: 20px;
    z-index: 1000;
    width: 480px;
    padding-left: 70px;
    padding-right: 116px;
    background: #e2e0d9;
    padding-top: 60px;
    z-index: 9999;
}

.sidebar.active {
    left: 0;
}


.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li a {
    display: flex;
    text-decoration: none;
    color: black;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;

}

.sidebar ul li a:hover {
    color: black;

}

.sidebar ul li {
    border-bottom: 1px solid transparent;
    transition: 0.5s all;
    width: 100%;
}

.sidebar ul li:hover {
    border-bottom-color: rgba(11, 23, 23, .2);
}

.sidebar ul {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}


button#closeSidebar {
    font-size: 12px;
    letter-spacing: 1px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.about-eth .ethasb {
    top: -42px;
}


img.logo {
    height: 70px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

header.active {
    background: #fff;
}

header {
    padding: 18px 0;
    z-index: 9;

}

.logs img {
    margin-top: -290px;
}

.text-grident {
    color: #d9a829;
    background-image: linear-gradient(to right, #d7a628, #ffcf27, #f9f294, #f8ec8d, #d7a628);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .def-btn {
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-size: 14px;
    padding: 6px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

header .def-btn:hover {
    background-color: #000;
    color: white;

}

.banner figure {
    margin: 0;
}

a.abs-banner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    display: table;
    margin: auto;
}

.aboutus {
    background: #f9f9f7;
    padding: 90px 0;
}

.abs-svg {
    position: absolute;
    right: 0;
    top: 0;
}

.aboutus {
    position: relative;
}

.aboutus p {
    max-width: 620px;
    font-size: 16px;
    line-height: 26px;
    color: black;
    text-align: justify;
    font-size: 18px;
}

.aboutus h1 {
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 32px;
}


.aboutus figure img {
    height: 580px;
}

.aboutus h5 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.aboutus .def-btn {
    margin-top: 24px;
    display: inline-block;
    background: #000;
    color: white;
    padding: 10px 40px;
}

.custom-arrows button {
    width: 50px;
    height: 50px;
    /* background: black; */
    border-radius: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid white !important;
    background: transparent;
}

.custom-arrows button:hover {
    background: #c3996c;
    border-color: #c3996c !important;
}

.aboutus .def-btn:hover {

    background-color: #c3996c;
    border-color: #c3996c;
}

.ethasb {
    position: absolute;
    left: 0;
}

.line-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.def-btn {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #000;
    color: #000;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s all;
    background-color: white;
}

a,
a:hover {
    text-decoration: none;
}

.def-btn:hover {
    color: white;
    background: #000;
}

.box {
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0px;
    color: white;
}

.box h2 {
    margin: 0;
    font-size: 80px;
    color: white;
    font-family: "Lora", serif !important;
}

.box p {
    margin: 0;
    font-size: 13px;
    text-align: center;
}

.counter {
    background: white;
    padding: 90px 0 90px 0;
}

.multiple-items .slick-slide {
    margin: 0 20px 0px 0px;

}

.properties {
    padding: 40px 0;
    background-color: #000;
}

.properties .multiple-items figure:hover img {
    transform: scale(1.1);
}

.properties .multiple-items figure {
    overflow: hidden;
}

.properties .multiple-items figure img {
    transition: 0.5s all;
    cursor: pointer;
    width: 100%;
}

.properties .multiple-items figure a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: black;
    width: 90px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}

.properties .multiple-items figure a:hover {

    background: #c3996c;
}

.properties .multiple-items figure a:hover svg {
    transform: scale(1.2);
}

.properties .multiple-items figure a svg {
    transition: 0.5s all;
}

.properties h2 {
    font-size: 32px;
    margin-top: 24px;
    color: white;
    font-weight: 600;
}

.properties p {
    color: white;
    margin: 0;
}

.properties h3 {
    font-size: 16px;
    color: white;
    font-weight: 400;
    margin: 14px 0;
}


.custom-arrows button {

    border: 0;
    color: white;
}

.abstext {
    position: absolute;
    bottom: 4px;
    right: 5px;
    font-size: 10px;
    color: white;
    font-weight: 500;
}

.customNavDots {
    margin-top: 30px;
    padding-right: 20px;
    gap: 26px;
}

.custom-arrows {
    display: flex;
    align-items: center;
    gap: 24px;
}

.custom-dots .slick-dots {
    display: flex !important;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.custom-dots {
    width: 100%;
}

.line {
    width: 100%;
    height: 1px;
    background: #707070;
    opacity: 0.4;
    position: relative;
}

.custom-dots button {
    display: none;
}

.custom-dots li {
    width: 100%;
    height: 2px;
}

.custom-dots ul {
    transform: translateY(-1.1px);
}

.custom-dots li.slick-active {
    background: #707070;
}

.properties .def-btn {
    border: 1px solid white;
    background: transparent;
    color: white;
    white-space: nowrap;
}

.properties .def-btn:hover {
    background: black;
    color: white;
    border-color: black;
}

.amenites {
    padding: 90px 0;
}

.amenites p {
    text-align: center;
    max-width: 600px;
    display: table;
    margin: auto;
    margin-top: 11px;
    font-size: 18px;
}

.amenites h3 {
    font-size: 44px;
    font-weight: 500;
}

.amenites .customNavDots {
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
}

.amenites .def-btn:hover {
    background: #c3996c;
    border-color: #c3996c;
}

.amenites .def-btn {
    background: #000;
    color: white;
    padding: 10px 40px;
}



.amenitesslider .slick-track .slick-slide {
    margin-right: 30px;
}

.amenitesslider figure {
    overflow: hidden;
    background: #eeeeee;
    border-radius: 192px 192px 0 0;
    height: 450px;
    position: relative;

}

.amenitesslider figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}

.amenitesslider figure img:hover {
    transform: scale(1.1);
}

.amenitesslider p {
    text-align: left;
    display: inline-block;
    font-size: 26px;
    margin-top: 0;
    max-width: unset;
}

.amenites .custom-arrows button {
    background: white;
    width: 50px;
    height: 50px;
    color: #000;
    border: 1px solid #000 !important;
}

.amenites .custom-arrows {
    gap: 17px;
}

.amenites .custom-arrows button:hover {
    background: #c3996c;
    border-color: transparent !important;
}

.amenitesslider {
    margin-top: 64px;
}


.location {
    background-color: #000;
}

.location .row .col-md-6:nth-child(1) {
    padding-top: 70px;
    padding-left: 100px;
}

.location .row .col-md-6:nth-child(1) {
    padding-top: 80px;
    padding-left: 60px;
}

button.navbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background: transparent;
    border: 0;
}

#carouselExampleFade .row .col-md-6:nth-child(1) {
    padding: 90px 0;
}

#carouselExampleFade .row .col-md-6:nth-child(2) {
    z-index: 1;
    background: #f9f9f7;
    /*background-image: url(../images/bgimg.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 90px 70px 40px 70px;
}

.location h4 {
    font-size: 38px;
    margin-bottom: 22px;
    color: white;
}

.location p {
    line-height: 24px;
    margin-bottom: 32px;
    max-width: 80%;
    font-size: 18px;
    line-height: 26px;
    color: white;
}

.location .def-btn {
    background: transparent;
    color: white;
    padding: 10px 30px;
    border-color: white;
}

.location .def-btn:hover {
    background-color: #c3996c;
    border-color: #c3996c;
}



.contactus {
    background-color: #000;
    /* background-image: url(../images/bgimg.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contactus h1 {
    color: white;
    font-size: 32px;
    margin-top: 24px;
    margin-bottom: 32px;
    max-width: 390px;
}

.contactus form {
    max-width: 60%;
}

.contactus form .form-control {
    width: 390px;
    height: 44px;
    border-radius: 0;
    background: transparent;
    color: white;
}

.contactus form .form-group {
    margin-bottom: 20px;
}

.contactus form .form-control::placeholder {
    color: white;
}

.contactus form .form-group .def-btn {
    width: 100%;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.form-control:focus {
    outline: 0;
    box-shadow: unset;

}

.contactus form .form-group .def-btn:hover {
    background-color: #c3996c;
    border-color: #c3996c;
}

.contactus .row .col-md-6:nth-child(1) {
    padding: 80px 0;
}

.contactus .row .col-md-6:nth-child(2) figure {
    width: 100%;
    height: 100%;
}

.contactus .row .col-md-6:nth-child(2) figure img {

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

.abs-footer {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -36px;
    z-index: 2;
}

footer {

    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #f9f9f7;
}

footer figure img {
    max-width: 300px;
}

footer p,
footer {
    font-size: 14px;
}

.custom-dots ul.slick-dots:nth-child(2) {
    display: none !important;

}

footer h4 {
    font-size: 34px;
    font-weight: 500;
    margin-top: 52px;
    margin-bottom: 24px;
}

.title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Behind The Nineties';
    color: black;
}

footer p.mt-0 span {
    width: 28px;
    display: inline-block;
}

footer a {
    color: black;
}

footer a:hover {
    color: #2c4f36;
}

footer p {
    font-size: 16px;
}

footer h6 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 58px;
}

.absline {
    position: absolute;
    left: 0;
    top: 0;
}

.cirlecenter {
    position: absolute;
    right: 90px;
    top: 30px;
}

.location ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 42px;
    font-size: 16px;
    color: white;
}

.location ul li {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
    font-size: 18px;
}

footer .row:nth-child(1) {
    border-bottom: 1px solid black;
    padding-bottom: 50px;

}

.privacypolice .modal-content {
    background: white;
    color: black;
}

.privacypolice .modal-content h6 {
    color: black;
    font-weight: 500;
    margin-top: 25px;
    font-size: 20px;
}

.privacypolice .modal-content p {
    color: black;
    font-size: 14px;
}

.privacypolice .modal-dialog {
    max-width: 900px;
}

.privacypolice .modal-dialog .modal-content {
    padding: 40px 60px;
}

.privacypolice .modal-dialog .modal-content button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.contactform .modal-content {
    background: #ECEBE5;
    padding: 0;
    border: 0;
}

.contactform .modal-dialog {
    max-width: 990px;
}

.contactform .modal-dialog .row {
    row-gap: 30px;
}

.contactform .modal-dialog .form-control {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-color: #D2D2D2;
    background: transparent;
    padding-left: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    border-radius: 0;
    height: 44px;
}


.contactform .modal-dialog .def-btn {
    width: 100%;
    height: 44px;
    background: #000;
    color: white;
    border-color: #000;
}

.contactform .modal-dialog form {
    margin-top: 44px;
    padding-left: 40px;
    padding-right: 70px;
}

.contactform .modal-dialog h1 {
    font-size: 38px;
    font-weight: 500;
    text-align: center;
}

.contactform .modal-dialog .btn-close {
    right: 30px;
    position: absolute;
    top: 20px;
    opacity: 9;
}

.contactform .modal-dialog .form-control:focus {
    outline: 0;
    box-shadow: unset;
}

aside#sidebar figure {
    position: absolute;
    bottom: 20px;
    left: 70px;
    width: 280px;
    margin-bottom: 0;
}

.fixedbtn {
    display: none;
}


.abslocation {
    position: absolute;
    right: 70px;
    bottom: 40px;
}

.abouteths {}

.abouteths h1 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #000;
}


.abouteths a.def-btn:hover {
    background: black;
}

.abouteths a.def-btn {
    padding: 12px 40px;
    background: #000;
    color: white;

}

div#LayoutPlans .properties-abs img {
    height: unset;
}

.Layoutplans {
    position: relative;
    z-index: 1;
    background-color: #000;
    /* background-image: url(../images/bgimg.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.Layoutplans h1 {
    font-size: 44px;
    margin-bottom: 44px;
    color: white;
}


.Layoutplans ul#myTab {
    margin-bottom: 50px;
    border: 0;
    gap: 32px;
}

.Layoutplans img {
    /*filter: blur(10px);*/
    height: 450px;
    object-fit: cover;
}

.abouteths .nav-tabs {
    border: 0;
    margin-top: 64px;
    gap: 30px;
}

.abouteths .tab-content {
    margin-top: 74px;
}

.abouteths .tab-content h2 {
    font-size: 44px;
    margin-bottom: 30px;
    font-family: "Adamina", serif;
}

.abouteths .tab-content h6 {
    font-weight: 400;
    font-size: 16px;
    max-width: 480px;
    line-height: 26px;
}

.abouteths .tab-content ul {
    padding: 0;
    list-style: none;
    margin-top: 28px;
}

.abouteths .tab-content ul li {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
}

.abouteths figure {
    overflow: hidden;
    background: #eeeeee;
    border-radius: 250px 250px 0 0;
    position: relative;
    margin: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.abouteths figure img {
    height: 450px;
    object-fit: cover;
}


.abouteths .nav-tabs button.nav-link {
    margin-bottom: 0;
    border: 1px solid #000;
    color: #000;
    padding: 8px 40px;
    border-radius: 4px;
    text-transform: uppercase;
}

.abouteths .nav-tabs button.nav-link.active {
    background: #000;
    color: white;
    border-color: #000;
}

.abouteths .nav-tabs button.nav-link:hover {
    background: #000;
    color: white;
}

.Layoutplans ul#myTab li button {
    background: transparent;
    border: 1px solid white;
    border-radius: 4px;
    text-transform: uppercase;
    color: white;
    padding: 8px 40px;
    border-radius: 0;
}

.Layoutplans ul#myTab li button.active {
    background: #c3996d;
    border-color: #c3996d;
}

.Layoutplans ul#myTab li button:hover {
    background: #c3996d;
    border-color: #c3996d;
}

.Layoutplans .slider-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

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

.Layoutplans .slider-btn button {
    background: black;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.Layoutplans .slider-btn button span {
    width: 20px;
    height: 20px;
}

.aboutus ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aboutus ul li {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
}


.abouteths.position-relative {
    background: white;
}

div#Contactus {
    position: relative;
}

.properties {
    position: relative;
    z-index: 1;
}

.amenites {
    background: white;
}


.newbanner {
    height: 100vh;
}

.banner-inner {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}

.counter {
    position: relative;
}



header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.banner-inner figure {
    transform: translateY(80%);
    opacity: 0;
    animation: slideUp 1.5s ease-out forwards;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.logs {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 1.6s;
    /*animation-delay: 1s;*/
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logs {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.cluid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@-webkit-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

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

@-moz-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

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

@-ms-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

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

@-o-keyframes animate-cloud {
    from {
        background-position: 600px 100%;
    }

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

.animate-cloud-key from {
    background-position: 600px 100%;
}

.animate-cloud-key to {
    background-position: 0 100%;
}

.cluid {
    margin: 0 auto;
    width: 100%;
    height: 360px;
    background: url("../images/cloud.png");
    -webkit-animation: animate-cloud 50s linear infinite;
    background-size: contain;
    background-repeat: repeat;
}

.soptcold {
    opacity: 0;
    visibility: hidden;
    animation: showCluid 0.5s ease forwards;
    animation-delay: 1.9s;
}

@keyframes showCluid {
    to {
        opacity: 1;
        visibility: visible;
    }
}


.soptcold .cluid {
    position: relative;
}

.soptcold {
    margin-top: -280px;
    position: relative;
    pointer-events: none;
}

.abstbottom {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

.aboutus .col-md-7 .row {
    background-color: white;
    border: 1px solid #c2996c;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.bx span {
    flex: 0 0 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bx span svg path {
    fill: #000;
}

.aboutus .container {
    position: relative;
}

.bx span img {
    height: 52px;
}

.bx {
    gap: 12px;
    padding: 16px 10px;
    margin: 10px 0;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 300ms ease-in-out;
}

.Layoutplans .def-btn {
    background: transparent;
    color: white;
    border-color: white;
    white-space: nowrap;
}

.Layoutplans .def-btn:hover {
    background: #c2996c;
    border-color: #c2996c;
}

.Layoutplans h2 {
    font-size: 32px;
    margin-top: 24px;
    color: white;
    font-weight: 600;
}

.Layoutplans h3 {

    font-size: 16px;
    color: white;
    font-weight: 400;
    margin: 14px 0;
}

.floorplan-items .slick-slide {
    margin: 0 20px 0px 0px;

}




.custom-dotswork .slick-dots {
    display: flex !important;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.custom-dotswork {
    width: 100%;
}

.line {
    width: 100%;
    height: 1px;
    background: #707070;
    opacity: 0.4;
    position: relative;
}

.custom-dotswork button {
    display: none;
}

.custom-dotswork li {
    width: 100%;
    height: 2px;
}

.custom-dotswork ul {
    transform: translateY(-1.1px);
}

.custom-dotswork li.slick-active {
    background: #707070;
}

.abouteths p {
    color: black;
    max-width: 470px;
}

.abouteths ul,
.about-eth ul {
    color: black;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.abouteths ul li,
.about-eth ul li {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
}

.abouteths ul li svg path,
.about-eth ul li svg path {
    fill: black;
}

.about-eth .def-btn {
    background: #000;
    color: white;
    padding: 12px 40px;
}

.about-eth figure {
    display: inline-block;
    position: relative;
    margin: 0;
}

.about-eth .def-btn:hover {
    background: #c3996d;
    border-color: #c3996d;
}

.Layoutplans .abstext {
    display: none;
}

.about-eth {
    background: white;
    padding: 90px 0;
}

.about-eth h1 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 24px;
    color: black;
}

.about-eth p {
    color: black;
    max-width: 680px;
    display: table;
    margin: auto;
    text-align: center;
    line-height: 28px;
    margin-bottom: 16px;
    font-size: 18px;
}

.box {
    position: relative;
    overflow: hidden;
}

.box .leftimg {
    left: 0;
    opacity: 0.4;
}

.box .rightimg {
    opacity: 0.4;
}

.about-eth .container {
    position: relative;
    z-index: 1;
}

.about-eth h2 {
    font-size: 28px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
}

.about-eth h2+p {
    text-align: left;
    max-width: 90%;
    margin-left: 0;
    margin-bottom: 26px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.project-content {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
}

/* .about-eth figure::before {content: " ";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #0000001f;} */
.about-eth figure::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* bottom: 0; */
    background: #0000004a;
    height: 200px;
    background: linear-gradient(180deg, rgb(0 0 0 / 74%) 0%, rgb(255 255 255 / 1%) 90%);
}

.amenites .custom-arrows button:hover svg path {
    fill: white;
}

.project-helighits {
    padding: 90px 0;
    background: #f9f9f7;
}

.project-helighits figure {
    overflow: hidden;
    background: #eeeeee;
    border-radius: 250px 250px 0 0;
    display: inline-block;
}

.project-helighits h1 {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 40px;
}

.project-helighits figure img {
    height: 650px;
    object-fit: cover;
}

.project-helighits a {
    background-color: #000;
    color: white;
    margin-left: -11px;
    margin-top: 34px;
}

.project-helighits a:hover {
    background: #c3996c;
    border-color: #c3996c;
}

div#Project-Highlights .col-md-7 .row {
    background-color: white;
    border: 1px solid #c2996c;
}

.project-helighits .leftpiller,
.project-helighits .rightpiller {
    z-index: 0;
}

.chatbtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.chatbtn button {
    background: transparent;
    border: none;
    background: black;
    color: white;
    font-size: 15px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    gap: 8px;
    border-radius: 40px;
    box-shadow: 0px 2px 8px 2px #ffffff66 inset;
}

.chatbtn button span {
    animation: animName 5s linear infinite;
    width: 40px;
    flex: 0 0 40px;
    border-radius: 100%;
    height: 40px;
}

.counterwithheading {
    position: relative;
    background-image: url(../images/bgcounter.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
}

.counterwithheading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #0000007d;
}

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

.counterwithheading h1 span:nth-child(1) {
    color: white;
}

.counterwithheading h1 {
    font-size: 48px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.counterwithheading .box {
    padding: 0;
    background: transparent;
}

.counterwithheading figure img {
    display: inline-block;
    height: 40px;
}

.counterwithheading figure {
    margin-bottom: 46px;
}

.leftpiller {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    z-index: 3;
}

.leftpiller img {
    height: 100%;
}

.rightpiller {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 3;
}

.rightpiller img {
    height: 100%;
}



.about-eth .leftpiller,
.about-eth .rightpiller {
    z-index: 0;
}

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

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

.contact_us {
    padding: 90px 0;
    background: #f9f9f7;
}

.leftimg {
    position: absolute;
    max-width: 130px;
    z-index: 0;
}

.rightimg {
    position: absolute;
    max-width: 130px;
    right: 0;
    z-index: 0;
}

.counter .container {
    position: relative;
}

div#aboutus .leftimg {
    top: 0;
    left: 0;
}

div#aboutus .rightimg {
    bottom: 0;
}

.properties-abs {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    max-width: 210px;
    margin: auto;
    z-index: -1;
    opacity: 0.4;
}

.project-helighits .leftimg {
    top: 0;
}

.project-helighits .rightimg {
    bottom: -130px;
    z-index: 1;
}

.contactus .rightimg,
.contactus .leftimg {
    opacity: 0.4;
}

.location .rightimg {
    opacity: 0.4;
    bottom: 0;
    top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.whyinvest .leftimg {
    top: 0;
}

.whyinvest .rightimg {
    bottom: -130px;
    z-index: 1;
}

div#whyinvest figure img {
    height: 650px;
}

div#whyinvest figure {
    overflow: hidden;
    background: #eeeeee;
    border-radius: 250px 250px 0 0;
    display: inline-block;
}

.counter .leftimg,
.counter .rightimg {
    max-width: 70px;
    display: inline-flex;
    top: 0;
    bottom: 0;
    align-items: center;
}

.contactform .row .col-md-6:nth-child(2) {
    padding-top: 50px;
    padding-right: 16px;
}

.chatbtn {
    transition: opacity 0.3s ease;

}

.chatbtn.hidden {
    opacity: 0;
    pointer-events: none;
    z-index: -0;
}

.thankyou {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: black;
}

.thankyou h1 {
    font-size: 80px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 101px;
    margin-bottom: 18px;
    letter-spacing: 4px
}

.thankyou p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400px
}

.thankyou a {
    background: #c3996c;
    margin-top: 40px;
    padding: 12px 40px;
    color: white;
}

.thankyou a:hover {
    background: #c3996c;
    color: white;
}

.thankyou .properties-abs {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: unset;
    opacity: 9;
    z-index: 1;
    opacity: 0.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou h1,
.thankyou p,
.thankyou a {
    position: relative;
    z-index: 2;
}


.thankyou {
    position: relative;
}

.thankyou {
    height: 100vh;
    overflow: hidden;
}

.thankyou .properties-abs img {
    max-height: 100vh;
}
.banner_info {
    position: absolute;
    top: 100px;
    left: 50px;
    max-width: 30%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    /* background: rgba(0, 0, 0, 0.2); 
     backdrop-filter: blur(10px); 
     -webkit-backdrop-filter: blur(25px); 
    color: #fff;*/
    background: rgb(255 255 255 / 52%);
    color: #000;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);  
}
#contactus.show{
    display: block;
}

h2.highlight-text {
    background: #c49a6c;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    text-align: center;
}
p.prop-size {
    font-size: 22px;
    font-weight: 800;
}
h3.prop-starting-price{
    font-size: 17px;
    font-weight: 500;
}
h3.prop-starting-price span{
    font-size: 25px;
    font-weight: 500;
}
p.prop_para {
    font-size: 11px;
    margin: 0;
}
.banner_form {
    position: absolute;
    top: 150px;
    right: 50px;
    max-width: 30%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(25px); */
    border-radius: 10px;
}
.banner_form h1.h-font {
    font-size: 27px;
    color: #fff;
}
.banner_form .form-group {
    margin-bottom: 10px;
}
.banner_form .def-btn {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #000;
    color: #000;
    padding: 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s all;
    background: #000;
    color: white;
    padding: 12px 40px;
}
.pop_img_left{
    position: relative;
}
.popup_info {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgb(255 255 255 / 52%);
    padding: 20px;
    color: #000;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(25px);
    transform: translate(-50%, -50%);
    width: 70%;
    border-radius: 20px;
    text-align: center;
}
@media (max-width: 768px) {
.banner_info {
        max-width: 100%;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        background: rgba(0, 0, 0, 0.2); 
     backdrop-filter: blur(0); 
     -webkit-backdrop-filter: blur(0); 
       color: #fff;
    }
    .banner_form .def-btn {
        background: #ffffff;
        color: #000;
        padding: 12px 40px;
        width: 100%;
    }
       .banner_form {
        display: block;
        position: unset;
        background: #000;
        max-width: 100%;
        color: #fff;
        border-radius: 0;
        padding: 40px 20px;
    }
    .banner_form .form-control {
        background: transparent;
        border: 1px solid #fff;
    }
    .box h2 {
        font-size: 44px;
    }
}
@media (max-width: 600px) {
    div#whyinvest figure img {
        height: unset;
    }

    .about-eth figure img {
        height: 362px;
        object-fit: cover;
    }

    .about-eth .leftimg {
        display: none;
    }

    .counter .leftimg {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .counter .rightimg {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .counter .leftimg {
        top: 0;
        max-width: 60px;
    }

    .aboutus .abs-svg {
        display: none;
    }

    div#aboutus .rightimg {
        max-width: 70px;
    }

    div#aboutus .leftimg {
        display: none;
    }

    .properties-abs {
        opacity: 0.2;
    }

    .project-helighits .leftimg {
        max-width: 50px;
    }

    .project-helighits .rightimg {
        max-width: 70px;
        bottom: -70px;
    }

    .amenites .absline {
        display: none;
    }

    .location figure {
        position: relative;
        z-index: 1;
    }

    .whyinvest .rightimg {
        max-width: 80px;
        bottom: -80px;
    }

    .whyinvest .leftimg {
        max-width: 70px;
        top: -70px;
        z-index: 1;
    }

    .contactus .rightimg {
        display: none;
    }

    .contactus .leftimg {
        max-width: 70px;
        top: -69px;
    }

    .counter .rightimg {
        max-width: 60px;
        z-index: 1;
    }

    .project-helighits .abs-svg {
        display: none;
    }

    .project-helighits a {
        text-align: center;
        padding: 12px 40px;
        font-weight: 500;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;

    }

    .chatbtn button span {
        width: 30px;
        flex: 0 0 30px;
        height: 30px;
    }

    .chatbtn button {
        font-size: 12px;
        padding: 6px 14px;
    }

    .chatbtn {
        right: 16px;
        bottom: 52px;
    }

    .project-helighits figure img {
        height: unset;
    }

    .project-helighits {
        padding: 60px 0;
    }

    .project-helighits h1 {
        font-size: 34px;

    }

    .leftpiller {
        display: none;
    }

    .rightpiller {
        display: none;
    }

    .counterwithheading {
        padding: 60px 0;
        background-position: 70% center;
    }

    .counterwithheading h1 {
        font-size: 28px;
    }

    .counterwithheading .box {
        margin-bottom: 44px;
    }

    .newbanner {
        height: unset;
    }

    .banner-inner {
        position: relative;
    }

    .location p {
        max-width: 100%;
    }

    .logs img {
        height: 80px !important;
    }

    .about-eth .def-btn {
        margin-top: 40px !important;
    }

    .about-eth .ethasb {
        display: none;
    }

    .about-eth h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .about-eth {
        padding: 60px 0;
    }


    .soptcold {
        margin-top: -300px;
        animation-delay: 0s;
    }

    .abouteths button.navbtn {
        display: block;
        top: 56%;
    }

    button.navbtn {
        display: none;
    }

    .mobile-sliderbtn.d-md-none {
        background: #c2996c;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding-bottom: 50px;
    }

    .mobile-sliderbtn.d-md-none button {
        background: black;
        width: 50px;
        height: 40px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-sliderbtn.d-md-none button span {
        width: 20px;
    }

    .abouteths h1 {
        text-align: center;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .properties h2 {
        font-size: 26px;
    }

    .properties h3 {
        line-height: 24px;
    }

    .Layoutplans img {
        height: unset;
        /*transform: translateX(-28px);*/
    }

    .Layoutplans .customNavDots .def-btn {
        display: none !important;
    }

    .Layoutplans .custom-arrows {
        margin-bottom: 0;
    }

    .Layoutplans {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .Layoutplans h2 {
        font-size: 24px;
    }

    .floorplan-items .slick-slide {
        margin: 0 0px 0px 0px;

    }

    .abstbottom {
        display: none;
    }

    .aboutus .col-md-7 .row {
        margin-left: 6px;
        margin-right: 6px;
    }

    .Layoutplans ul#myTab li button {
        min-width: 290px;
        padding: 12px 20px;
    }

    .abouteths h1 {
        font-size: 34px;
    }

    .abouteths .nav-tabs button.nav-link {
        min-width: 280px;
        padding: 12px 20px;
    }

    .cluid {
        height: 110px;
    }

    .logs img {
        margin-top: -64px;
    }

    .counter {
        padding-bottom: 0;
    }

    .abouteths figure {
        margin-bottom: 64px;
    }

    .abouteths figure img {
        height: unset;

    }



    .abouteths .tab-content h2 {
        font-size: 34px;
        margin-top: 34px;
        margin-bottom: 14px;
    }

    .sidebar {
        width: 100%;
        padding-left: 30px;

        padding-right: 30px;
    }

    img.logo {
        height: 42px !important;
        margin-right: 0;
    }

    .counter {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .box {
        margin-bottom: 23px;
        padding: 30px 0px;
    }

    .box h2 {
        font-size: 33px;
    }

    .aboutus h1 {
        font-size: 34px;
        margin-bottom: 24px;
    }

    .aboutus .def-btn {
        text-align: center;
        padding: 12px 40px;
        font-weight: 500;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .absline svg {
        width: 90px;
        top: 0;
    }

    .amenites {
        padding: 60px 0;
    }

    .cirlecenter {
        right: 0;
        top: 0;
    }

    .amenites h3 {
        font-size: 34px;
    }

    .location h4 {
        font-size: 34px;
    }

    #carouselExampleFade .row .col-md-6:nth-child(2) {
        padding: 60px 30px;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        height: 1140px;
    }


    #carouselExampleFade .row .col-md-6:nth-child(1) {
        padding: 60px 16px;
    }



    .location .def-btn {
        text-align: center;
        padding: 10px 20px;
        font-weight: 500;
        display: table;
    }

    .contactus form .form-control {
        width: 100%;
    }

    .contactus form {
        width: 90%;
        max-width: unset;
    }

    .absline {
        top: -120px
    }

    .customNavDots {
        margin-top: 40px;
        padding-right: 0;
        padding-left: 0;
    }

    .custom-arrows {
        justify-content: center;
        margin-bottom: 40px;
    }

    .properties .multiple-items figure a {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .amenitesslider .slick-track .slick-slide {
        margin-right: 2px;
        margin-left: 2px;
    }

    .amenitesslider p {
        font-size: 22px;
        text-align: center;
        display: block;
    }

    .slick-track {
        padding-left: 0;
    }

    .properties .multiple-items figure img {
        height: 280px;
        object-fit: cover;
    }

    .aboutus figure img {
        height: 400px;
        display: table;
        margin: auto;
        width: 100%;
    }

    .aboutus {
        padding-top: 60px;
    }

    .abs-svg {
        top: -60px;
    }

    .amenitesslider .slick-track {
        margin-left: 0;
    }

    .amenitesslider figure {
        height: 420px;
    }

    .fixedbtn {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
    }

    .fixedbtn .def-btn {
        width: 90%;
        text-align: center;
        display: table;
        margin: auto;
    }

    .contactform .modal-dialog h1 {
        font-size: 34px;
        font-weight: 500;
    }

    .contactform .modal-dialog form {
        margin-top: 32px;
    }

    .contactform .modal-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer {
        padding-bottom: 100px;
        padding-top: 60px;
    }

    div#aboutus figure img {
        height: unset;
    }

    .abs-svg {
        top: 0;
    }

    .location .row .col-md-6:nth-child(1) {
        padding-top: 40px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .location {
        padding-bottom: 40px;
    }

    .location .def-btn {
        display: table;
        margin: auto;
        padding: 12px 40px;
    }

    .abouteths a.def-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
        font-weight: 500;
    }

    footer .row:nth-child(1) {
        gap: 40px;
    }

    .contactus .row .col-md-6:nth-child(1) {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer figure {
        display: table;
        margin: auto;
    }

    .abouteths .line-right {
        display: none;

    }


    .abouteths {
        padding-top: 0;
        padding-bottom: 0px;
    }

    .abouteths .line-right svg {
        height: 100px;
        transform: translate(110px, -10px);
    }

    .abouteths {
        overflow: hidden;
    }

    .properties .def-btn {
        padding: 12px 20px;
    }

    .amenites .def-btn {
        padding: 12px 40px;
    }

    /* .fixedbtn:not(.active) {
        display: none;
    } */

    .fixedbtn {
        transition: 0.5s all;
    }

    .aboutus h5 {
        text-align: center;
    }

    .aboutus h1 {
        text-align: center;
    }

    .aboutus p {
        text-align: center;
    }

    .amenitesslider.slick-initialized.slick-slider {
        position: relative;
    }

    .amenites .customNavDots {
        position: absolute;
        top: 45%;
        margin-top: 0;
        padding: 0 30px;
    }

    .amenites .customNavDots .custom-arrows {
        justify-content: space-between;
        margin-bottom: 0;
    }

    .amenites .custom-arrows button.aprev {
        opacity: 0;
    }

    .abslocation {
        display: none;
    }

    div#Location {
        overflow: hidden;
    }

    .newbanner {
        width: 100%;
        overflow: hidden;
    }

    header#mainHeader {
        width: 100%;
        overflow: hidden;
    }

    div#Location {
        width: 100%;
    }

    div#Amenities {
        width: 100%;
        overflow: hidden;
    }

    /* .about-eth figure::before {
    background: #0000001f;
} */

    .about-eth figure {
        display: block;
    }

    .about-eth h2+p {
        max-width: 320px;
    }

    .amenites .custom-arrows button {
        background: #0000006e;
        border-color: #0000006e !important;
    }

    .properties .col-md-12 {
        position: relative;
    }

    .properties .customNavDots {
        margin: 0;
        position: absolute;
        top: 24%;
        justify-content: space-between !important;
    }

    .properties .customNavDots .custom-arrows {
        margin: 0;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-right: 36px;
    }

    .properties .customNavDots .custom-arrows button.prev.slick-arrow {
        opacity: 0;
    }

    .properties .customNavDots .custom-arrows button {
        background: #0000006e;
        border-color: #0000006e !important;
    }

    div#Projects {
        overflow: hidden;
    }

    .Layoutplans .customNavDots {
        margin-top: 0;
        gap: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 28%;
    }

    .Layoutplans .customNavDots .custom-arrows {
        width: 100%;
        justify-content: space-between;
        padding: 0 6px;
    }

    div#tab4 {
        position: relative;
    }

    .Layoutplans .customNavDots .custom-arrows button.prevs.slick-arrow {
        opacity: 0;
    }

    .Layoutplans .customNavDots .custom-arrows button.nexts.slick-arrow {
        background: #0000006e;
        border-color: #0000006e !important;
    }

    .amenites .custom-arrows button:hover {
        background: #0000006e;
        border-color: #0000006e !important;

    }

    .fixedbtn button,
    .fixedbtn a {
        width: 100%;
        background: #004123;
        padding: 0;
        margin: 0;
        border: 0;
        text-align: center;
        color: white;
        padding: 12px 0;
        font-weight: 500;
        font-size: 16px;
    }

    .fixedbtn a {
        border-left: 1px solid white;
    }

    .about-eth h2 {
        margin-bottom: 6px;
    }

    .about-eth h2+p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-eth figure::before {
        background: linear-gradient(180deg, rgb(0 0 0 / 88%) 0%, rgb(255 255 255 / 1%) 90%)
    }

    .contactus h1 {
        text-align: center;
    }

    .aboutus p,
    .amenites p {
        font-size: 16px;

    }

    .location p {
        font-size: 16px;
    }

    .location ul li {
        font-size: 16px;
    }

    .about-eth p {
        font-size: 16px;
    }

    .abs-footer {
        display: none;
    }

    .contactus .row .col-md-6:nth-child(2) figure img {
        height: 410px;
        object-fit: cover;
    }

    .contactform .modal-content figure {
        display: none;
    }

    .contactform .row .col-md-6:nth-child(2) {
        padding-top: 0;
        padding-right: 0;
    }

    .contactform .modal-dialog form {
        padding-right: 40px;
    }

    .thankyou h1 {
        font-size: 60px;
        line-height: 64px;
    }

    .title+p {
        max-width: unset !important;
    }

    .counter .col-4 {
        padding: 0 4px;
    }
  
}