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

html,
body {
    scroll-behavior: smooth;
}

header.active .def-btn {
    border-color: black;
    color: black;
}

footer p>* {
    text-decoration: none !important;
}

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

header:not(.active) .logo {
    display: none;
}

header.active .logo-one {
    display: none;
}

header.active img.logo {
    display: block;
}

footer ul li {
    margin-bottom: 4px;
}

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;

}

.registerbtn {
    background: black;
    color: white;
    padding: 10px 30px;
    font-size: 18px;
}

.registerbtn:hover {
    background: #c3996c;
    border-color: #c3996c;
}

.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;
}

footer ul li {
    margin-bottom: 4px;
}

.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;
}

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

}

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

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

.hamburger .lines:before,
.hamburger .lines:after {
    display: block;
    width: 32px;
    height: 2px;
    background-color: black;
    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;
    overflow: auto;
}

.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;
    transition: 0.5s all;
    /* background-color: rgba(255, 255, 255, 0.208); */
}

.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.active .hamburger .lines {
    background: black;
}

header.active .hamburger .lines::before,
header.active .hamburger .lines::after {
    background: black;
}

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 black !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: #E2E0D9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0px;
    color: white;
    min-height: 270px;
}

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

.box p {
    margin: 0;
    font-size: 16px;
    color: black;
    min-height: 48px;
}

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

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

}

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

.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: black;
    font-weight: 600;
}

.properties p {
    color: black;
    margin: 0;
    max-width: 850px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
    font-size: 18px;
}

.properties h3 {
    font-size: 16px;
    color: black;
    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 black;
    background: transparent;
    color: black;
    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: #f9f9f7;
}

.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: black;
}

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

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

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



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

.contactus h1 {
    color: black;
    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: black;
}

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

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

.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;
    letter-spacing: 1px;
}

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

footer a {
    color: black;
}

footer a:hover {
    color: #c2996c;
}

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: black;
}

.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: 920px;
}

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

.contactform .modal-content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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: 36px;
    padding-left: 0px;
    padding-right: 40px;
}

.contactform .modal-dialog h1 {
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 34px;
    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: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
}

.counter {
    position: relative;
}



header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.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;
    top: 0.4px;
}

.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: 160px;
    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: 0;
    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: 60px;
    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;
}

.whyinvest .col-md-6 .row {
    background-color: white;
    border: 1px solid #c2996c;

}

.whyinvest .bx h6 {
    font-size: 20px;
    font-family: 'Behind The Nineties';
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.whyinvest .bx h6+p {
    margin-bottom: 0;
    font-size: 16px;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul li a {
    font-size: 16px;
}

ul.social {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 14px;
    margin-top: 26px;
    margin-left: 12px;
}

ul.social li a {
    width: 20px;
    height: 20px;
    display: inline-block;
}

ul.social li a svg {
    fill: #c3996c;
}

ul.social li a img {
    height: 40px;
}



footer ul li a:hover {
    color: #c2996c;
}

.properties p+p {
    margin-top: 16px;
}

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

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

.testimonails {
    background: white;
    display: block;
    position: relative;
    z-index: 1;
}

.testimonails {
    padding: 80px 0;
}

.testimonails h5 {
    font-size: 44px;
    line-height: 64px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 44px;
}

.owl-dots button span {
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    display: block;
    border-radius: 100%;
    transition: 0.3s all;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.owl-dots button.active span {
    width: 30px;
    border-radius: 4px;
    background: black;
    transition: 0.5s all;
}

.slider-media button.slick-prev.slick-arrow,
.slider-media button.slick-next {
    display: none !important;
}


.media {
    background-image: url(../images/meida-bg.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.media::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: hsl(0deg 0% 100% / 56%);
    z-index: 1;
    width: 100%;
    height: 100%;
}

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

.media h4 {
    font-size: 44px;
    line-height: 64px;
    margin-bottom: 60px;
}

.media .item {
    text-align: center;
}

.media .item p {
    margin: 0;
    font-size: 22px;
}

.media .item {
    border-right: 1px solid #00000078;
}

.title-wraper {
    height: 460px;
}

.title-wraper h1 {
    color: white;
    font-size: 54px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.rounded-top-l-r {
    border-radius: 250px 250px 0 0;
    overflow: hidden;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.about-block h2 {
    font-size: 44px;
    line-height: 44px;
    max-width: 470px;
    margin-bottom: 32px;
}

.about-block p {
    font-size: 18px;
    line-height: 28px;
    max-width: 550px;
    margin-bottom: 0;
}

.about-block {
    padding: 90px 0;
}

.journy {
    background-color: #f9f9f7;
    padding: 100px 0;
}

.journy div#carouselExampleSlidesOnly {
    max-width: 425px;
    overflow: hidden;
}

.journy h3 {
    font-size: 44px;
    line-height: 64px;
    margin-bottom: 32px;
}

.journy p {
    font-size: 18px;
    line-height: 26px;
}

.our-Philosophy {
    background-image: url(../images/Philosophybg.jpg);
    padding: 120px 0 190px 0;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.our-Philosophy::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00000038;
}

.our-Philosophy h4 {
    color: white;
    font-size: 44px;
    line-height: 64px;
    margin-bottom: 34px;
}

.our-Philosophy .container {
    position: relative;
    z-index: 1;
}

.our-Philosophy .ph_box {
    background: #E2E0D9;
    padding: 40px 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    min-height: 294px;
}

.our-Philosophy .ph_box figure img {
    height: 80px;
}

.our-Philosophy .ph_box figure {
    margin: 0;
    /* border: 1px solid black;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 80px; */
}

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

.project-timeline figure {
    margin-bottom: 0;
}

.whatus h6 {
    font-size: 28px;
    margin: 0;
    color: #c3996c;
}

.whatus .col-md-10 .row {
    border-bottom: 1px solid #c3996c;
    align-items: center;
    padding: 34px 0;
}



.whatus p {
    margin: 0;
    font-size: 22px;
}

.whatus {
    padding: 90px 0;
}

.whatus h1 {
    font-size: 38px;
    line-height: 64px;
    margin-bottom: 34px;
}


.project-timeline h6 {
    font-size: 44px;
    line-height: 64px;
    margin-bottom: 34px;
}

.our-Philosophy .ph_box h5 {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.our-Philosophy .ph_box p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}


.our-Philosophy .ph_box .rightimg {
    max-width: 50px;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-Philosophy .ph_box .leftimg {
    max-width: 50px;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    display: flex;
    left: 0;
    align-items: center;
    justify-content: center;
}

.about-block .rightimg {
    bottom: 0;
}

.about-block .leftimg {
    top: 0;
}

.our-Philosophy .properties-abs {
    z-index: 1;
    opacity: 9;
}

.contact-area h5.h-font {
    color: #c3996c;
    font-size: 24px;
}

.contact-area p {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 26px;
    max-width: 280px;
}

.contact-area .col-md-6>.row {
    margin-bottom: 54px;
}

.contact-area h4 {
    font-size: 44px;
    line-height: 64px;
}

.contact-area h4+p {
    max-width: 600px;
    display: table;
    margin: auto;
    font-size: 18px;
}

.contact-area .col-md-12 {
    margin-bottom: 74px;
}

.contact-area {
    padding: 90px 0;
    background: #fff;
}

.contact-area h6 {
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #c3996c;
    margin-bottom: 34px;
}

.contact-area .card {
    background: #FEFBF4;
}

.contact-area .form-group {
    margin-bottom: 34px;
}

.contact-area .form-control {
    background: transparent;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ADADAD;
    padding-left: 0;
}

.contact-area .form-control:focus {
    outline: 0;
    box-shadow: unset;
    background-color: transparent;
    border-color: #ADADAD;
}

.contact-area .form-group .def-btn {
    background: black;
    color: white;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
}

.innerpage .col-md-12.d-flex.flex-fill.align-items-end {
    justify-content: center;
    align-items: center;
}

.luxury {
    background: white;
}

.luxury .leftimg {
    bottom: 0;
}

.haridwarproperties {
    background: #f9f9f7;
    padding: 60px 0;
}

.haridwarproperties {
    padding: 60px 0;
    background: #fff;
}

.haridwarproperties .slick-slide figure,
.deface-project figure,
.properties figure {
    border: 1px solid #e0e0e0;
}

.gangawhyinvest {
    background-color: white;
}

.sidebar div#accordionExample {
    width: 100%;
    background: transparent;
    border-radius: 0;
}

.sidebar div#accordionExample .accordion-button {
    padding-left: 0;
    padding-right: 0;
    padding-top: revert-layer;
    font-size: 20px;
    color: black;
    background: transparent;
    border-bottom: 0;
    border-radius: 0;
    padding-bottom: 6px;
}

.sidebar div#accordionExample .accordion-item {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.sidebar .accordion-collapse ul {
    margin-top: 17px;
    gap: 14px;
}

.sidebar .accordion-collapse {
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar .accordion-collapse ul li a {
    font-size: 18px;
}

.sidebar div#accordionExample .accordion-button::after {
    filter: brightness(9) invert(1);
}

.emerald-project figure {
    border: 1px solid #e0e0e0;
}

.location ul li svg path {
    fill: black;
}

.haridwar-banner .logs img {
    margin-top: -140px;
}

.emerald-revera-banne h1 {
    color: white;
    color: white;
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 3px;
}




.emerald-revera-banne .logs img {
    margin-top: -90px;
}

.faq .accordion-button:focus {
    box-shadow: unset;
}

.faq .accordion-button:not(.collapsed) {
    background: #c3996c;
    color: white;
}

.faq .accordion-button:not(.collapsed)::after {
    filter: brightness(9);
}

.faq .leftimg {
    top: 0;
}

.faq .rightimg {
    bottom: 0;
}

.defence-counter .box h2,
.krishnacounter .box h2 {
    font-size: 60px;
}

.queensbanner .logs img {
    margin-top: -100px;
    height: 160px;
}

.emerald-counter .box h2 {
    text-align: center;
    font-size: 60px;
}

.queensamenites {
    background: #f9f9f7;
}

.quens-lo {
    background: white;
}

.banner-inner h1.h-font {
    font-size: 66px;
    line-height: 84px;
    color: black;
    transform: translate(0px, -110px);
}

.multiple-items .slick-slide a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.faqtitle h1 {
    color: black;
}

.multiple-items .slick-slide {
    position: relative;
}


.emeraldhilights figure img,
.haridwarhilights figure img {
    height: 560px;
}


.haridwarhilights figure,
.emeraldhilights figure {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.abouttitle:before {
    /* content: " "; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* bottom: 0; */
    background: #0000004a;
    height: 100%;
    background: linear-gradient(358deg, rgb(0 0 0 / 63%) 0%, rgb(255 255 255 / 20%) 90%);
}

.abouttitle {
    position: relative;
}

.abouttitle h1 {
    position: relative;
    color: white;
    font-weight: 500;
}

sup {
    top: -2px !important;
    font-size: 17px !important;
    left: 0px;
}

.journy figure img {
    max-width: 450px;
}

.defanceamenites {
    background: #f9f9f7;
}

.defence-location {
    background: white;
}

.LegaciesModal .modal-dialog {
    max-width: 850px;
    position: relative;
}

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

.LegaciesModal .modal-dialog h2 {
    margin-top: 85px;
    font-size: 60px;
    color: #C3996C;
    font-weight: 400;
    margin-bottom: 0;
}

.LegaciesModal .modal-dialog figure {
    max-width: 90%;
    display: table;
    margin: auto;
    margin-top: 50px;
    border: 1px solid #C3996C;
    padding: 10px;
    margin-bottom: 30px;
}

.LegaciesModal .modal-dialog .modal-content {
    padding-bottom: 60px;
    border: 0;
    border-radius: 0;
    background-image: url(../images/modalbg.jpg);
    background-size: cover;
    background-position: center;
}

.home-properties .properties-abs {
    margin-bottom: 94px;
}


/* Blog css */
.blog-title {
    padding: 170px 0 100px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.blog-grid {
    padding: 150px 5vw 100px 5vw;
    background: white;
}

.blog-grid .row {
    row-gap: 44px;
}

.blog-card {
    padding: 16px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 14px 0 rgba(78, 75, 75, .2);
}

.blog-card figure {
    border-radius: 12px;
    overflow: hidden;
}

.blog-card .title {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 66px;
    overflow: hidden;
}

.blog-card .desc {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 75px;
}

.blog-card .line {
    margin: 20px 0;
}

.blog-card .date {
    font-size: 14px;
    font-weight: 600;
}

.blog-card a {
    color: black;
    background: black;
    color: white;
    padding: 6px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s all;
}

.blog-card a:hover {
    background: #c3996c;
    color: white;
}

.single-post {
    padding-top: 190px;
    padding-bottom: 90px;
}

.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6 {
    font-family: "Behind The Nineties";
    letter-spacing: 1px;
    font-size: 22px;
    margin-top: 32px;
}

.single-post h1 {
    font-size: 34px;
    margin-top: 0;
}

.single-post h3 {
    font-size: 20px;
}

.single-post h2 {
    font-size: 26px;
}

.single-post p {
    font-size: 18px;
    line-height: 1.6;
}

.blog-card figure img {
    height: 230px;
    object-fit: cover;
width:100%;
}

.career-title {
    background-position: 50% 33% !important;
}

.career-block {

    padding: 90px 0;
}

.career-content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.career-card .inside {
    border-radius: 7px;
    height: 100%;
    padding: 20px;
    border-color: #c3996b;
    background-color: transparent;
    transition: all 300ms ease-in-out;
}

.career-card .inside {
    border-radius: 7px;
    height: 100%;
    padding: 20px;
    border-color: #c3996b;
    background-color: transparent;
    transition: all 300ms ease-in-out;
}

.readmore button {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    padding: 10px 20px;
    min-width: 130px;
    max-width: max-content;
    overflow: hidden;
    color: #000;
    border: 1px solid rgb(0 0 0 / 50%);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    transition: all ease-in-out 0.2s;
    background-color: transparent;
}

.readmore button.solid {
    background-color: black;
    transition-delay: 100ms;
    color: white;
}



.readmore button.solid:hover {
    background-color: #B68A5D;
    color: white;
    border-color: #B68A5D;
}

.readmore button.outlinebtn:hover {
    background-color: #B68A5D;
    color: white;
    border-color: #B68A5D;
}

.readmore.d-flex {
    margin-top: 20px;
    gap: 12px;
}

.career-card .inside:hover {
    transform: translateY(-5px);
    box-shadow: 0 50px 30px -40px rgb(0 0 0 / 10%);
}

.career-card .card-header {
    background-color: transparent;
}

.career-card p {
    line-height: normal;
}

.career-card .list-group .list-group-item {
    font-size: 14px;
    line-height: normal;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}

.current-openning {
    padding: 6vw 5vw;
}

.current-openning .container-fluid .row:nth-child(2) {
    margin-top: 40px;
}

.current-openning h3 {
    font-size: 36px;
    font-weight: 500;
    color: #A9743F;
}

.current-openning p {
    font-weight: 300;
}

@media (max-width: 1200px) {

    .banner-inner,
    .banner-inner figure {
        height: 100%;
    }

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


}

@media (max-width: 990px) {
    .box {
        margin-bottom: 24px;
    }

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

    .aboutus p {
        max-width: 380px;
    }

    .aboutus figure img {
        height: unset;
    }
}

@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 .properties-abs {
        display: none;
    }

    .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: -140px;
    }

    .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: 0;
        padding-bottom: 30px;
    }

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

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

    .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: 26px;
        text-align: center;
        display: block;
    }

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

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

    .home-properties.properties .customNavDots {
        top: 30%;
    }

    .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: 46px;
        font-weight: 500;
    }

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

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

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

    .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;
    }



    .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: 22%;
        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: black;
        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 {
        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: 30px;
        padding-left: 20px;
        margin-top: 0;
    }

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

    ul.social {
        justify-content: center;
    }

    footer .row:nth-child(2) {
        text-align: center;
    }

    .whyinvest .bx h6+p {
        text-align: left;
    }

    .properties h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .whyinvest .bx h6+p {
        font-size: 14px;
        line-height: 18px;
    }

    .whyinvest .bx h6 {
        font-size: 16px;
    }

    .whyinvest .rightimg {
        display: none;
    }

    ul.social {
        margin-left: 0;
    }

    footer figure img {
        height: 70px !important;
    }

    .testimonails h5 {
        font-size: 34px;
        line-height: 44px;
    }

    .testimonails {
        padding: 60px 0;
    }

    iframe {
        width: 100% !important;
        height: 250px !important;
        object-fit: cover;
    }

    img.logo-one {
        height: 48px !important;
    }

    .media h4 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 34px;
    }



    .media .item p {
        font-size: 18px;
    }

    .media .item p span.d-md-block {
        display: block;
    }

    .title-wraper {
        height: 350px;
        object-fit: cover;
    }

    .title-wraper h1 {
        font-size: 34px;
        line-height: 44px;
    }

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

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

    .about-block h2 {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
        margin-top: 24px;
    }

    .about-block p {
        text-align: center;
    }

    .about-block .rightimg {
        max-width: 70px;
        display: none;
    }

    .about-block .def-btn {
        display: block;
        width: 100%;
        text-align: center;
        background: black;
        color: white;
        padding: 13px 0;
        position: relative;
    }

    .about-block .def-btn {}

    .journy {
        padding: 60px 0;
    }

    .journy h3 {
        font-size: 34px;
        line-height: 44px;
        text-align: center;
    }

    .journy p {
        text-align: center;
    }

    .our-Philosophy {
        padding: 60px 0;
    }

    .our-Philosophy h4 {
        font-size: 34px;
        line-height: 44px;
    }

    .our-Philosophy .ph_box {
        min-height: unset;
        padding: 40px 20px;
        margin-bottom: 34px;
    }

    .project-timeline .rightimg,
    .project-timeline .leftimg {
        display: none;
    }

    .project-timeline h6 {
        font-size: 34px;
        line-height: 44px;
    }

    .whatus {
        padding: 60px 0;
    }

    .whatus h1 {
        font-size: 28px;
        line-height: 44px;
    }

    .whatus h6 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .whatus p {
        font-size: 18px;
    }

    .contact-area {
        padding: 60px 0;
    }

    .contact-area h4 {
        font-size: 34px;
        line-height: 44px;
    }

    .contact-area .col-md-6>.row {
        margin-bottom: 34px;
    }

    .contact-area h5.h-font {
        font-size: 20px;
    }

    .contact-area p {
        max-width: unset;
    }

    .contact-area h6 {
        font-size: 26px;
        text-align: center;
    }

    .contact-area .card {
        padding: 40px 20px !important;
    }

    .contact-area .form-group .row .col-md-6+.col-md-6 {
        margin-top: 34px;
    }


    .map iframe {
        height: 350px !important;
        object-fit: cover !important;
    }



    .luxury {
        padding-top: 0;
    }

    .luxury-beyound .leftimg {
        display: none;
    }

    .title-wraper figure img {
        height: 80px;
    }





    .luxury-beyound .row .col-md-6 {
        order: 2;
    }

    .luxury-beyound .row .col-md-5 {
        order: 1;
    }

    .emerald-revera-banne .logs img {
        height: 120px !important;
    }

    .haridwar-banner .logs img {
        margin-top: -80px;
        height: 100px !important;
    }

    .haridwarlocaotin .rightimg {
        display: none;
    }

    .faq .leftimg {
        display: none;
    }

    .faq .rightimg {
        display: none;
    }

    .queensbanner .logs img {
        height: 130px !important;
    }

    .quens-lo .rightimg {
        display: none;
    }

    ul.social {
        margin-bottom: 40px;
    }


    .banner-inner h1.h-font {
        font-size: 44px;
        line-height: 54px;
        padding: 0 20px;
    }

    .ethlogo {
        max-width: 110px !important;
    }

    .homebanner img {
        height: 650px;
        object-fit: cover;
    }

    .journy figure img {
        max-width: 100%;
    }

    .LegaciesModal .modal-dialog h2 {
        font-size: 34px;
        margin-top: 60px;
    }

    .LegaciesModal .modal-dialog figure {
        margin-top: 28px;
    }

    .LegaciesModal .modal-dialog .modal-content {
        padding-bottom: 40px;
    }

    .contacttitle {
        background-position: 20% 100% !important;
    }

    .contact-area .col-md-12 {
        margin-bottom: 0;
    }

    .whyinvest .leftimg {
        display: none;
    }

    .testtitle {
        background-position: center right !important;
    }
.blog-card figure img
{
height:auto;
}
}