@font-face {
    font-family: 'bodoni-classic';
    src: url('../font/bodoniclassicchancerypdf.ttf');
}

@font-face {
    font-family: 'BODONIN';
    src: url('../font/BODONIN.TTF');
}

@font-face {
    font-family: 'BOD-TTF';
    src: url('../font/BOD.TTF');
}

@font-face {
    font-family: 'SINKINSANS-400REGULAR';
    src: url('../font/SINKINSANS-400REGULAR.OTF');
}

@font-face {
    font-family: 'BOD';
    src: url('../font/BOD.TTF');
}

@font-face {
    font-family: 'BOD_I';
    src: url('../font/BOD_I.TTF');
}

@font-face {
    font-family: 'BODONIN';
    src: url('../font/BODONIN.TTF');
}

@font-face {
    font-family: 'OMEGLE';
    src: url('../font/OMEGLE.ttf');
}

@font-face {
    font-family: 'SINKINSANS-500MEDIUM';
    src: url('../font/SINKINSANS-500MEDIUM.OTF');
}

@font-face {
    font-family: 'SINKINSANS-400REGULAR';
    src: url('../font/SINKINSANS-400REGULAR.OTF');
}

@font-face {
    font-family: 'bodoniclassicchancery';
    src: url('../font/bodoniclassicchancerypdf.ttf');
}

@font-face {
    font-family: 'BodoniMT';
    src: url('../font/BodoniMT.ttf');
}

h2 {
    /* font-family: 'BOD'; */
    font-family: 'BodoniMT';

}

h3 {
    font-family: 'BodoniMT';
}

h1 {
    font-family: 'BodoniMT';
}

/* Nav Css */

.nav-logo-header-envy {
    font-family: 'bodoni-classic';
}

header {
    /* box-shadow: 0px 3px 19px 0px #cecece; */
    position: relative;
    z-index: 999;
    background-color: #263926;
}

.logo-container-left-envy img {
    width: 80px;
}

.nav-logo-envy img {
    width: 135px;
}

header .oyster-log-container-envy::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #bdbdbd;
    position: absolute;
    top: 30%;
    left: 50%;
}

/* Banner Css */

.banner-icons .phone a,
.mail a {
    /* background: #067e7f !important; */
    color: #fff !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #067e7f !important;
    padding: 1.1rem;
}

.banner-icons .phone,
.mail {
    font-size: 13px;
}

.banner-icons {
    position: absolute;
    top: 20%;
    right: 0%;
}

#banner-section-main {
    position: relative;
    margin-top: -33px;
}

/* .carousel-control-next-icon {
    filter: brightness(0) saturate(100%) invert(19%) sepia(16%) saturate(4278%) hue-rotate(113deg) brightness(98%) contrast(97%) !important;
}

.carousel-control-prev-icon {
    filter: brightness(0) saturate(100%) invert(19%) sepia(16%) saturate(4278%) hue-rotate(113deg) brightness(98%) contrast(97%) !important;
} */

#banner-section-main .banner-logo img {
    width: 450px;
    animation: zoom-in 5s 1;
}

#banner-section-main .banner-bird {
    position: absolute;
    top: 0%;
    animation: bird-movement 3s infinite;
}

#banner-section-main .banner-bird img {
    width: 140px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#banner-section-main .banner-right {
    position: absolute;
    bottom: 0%;
    right: 0;
    animation: bird-movement-right 5s infinite;
}

#banner-section-main .banner-right img {
    width: 140px;

}

/* #banner-section-main .banner-top-text {
    position: absolute;
    top: 0%;
    left: 30%;
    right: 30%;
} */

#banner-section-main .banner-top-text h2 {
    font-family: 'OMEGLE';
    font-size: 44px;
    background-image: linear-gradient(90deg, rgba(129, 196, 98, 1) 0%, rgba(0, 125, 160, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

#banner-section-main .banner-top-text h3 span {
    font-family: 'OMEGLE';
    font-size: 90px;
    background-image: linear-gradient(90deg, rgba(129, 196, 98, 1) 0%, rgba(0, 125, 160, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    line-height: 80px;
}

#banner-section-main .banner-top-text h3 {
    font-size: 41px;
}

#banner-section-main .carousel-item .banner-text-bottom {
    background-color: #368241;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    font-family: 'SINKINSANS-500MEDIUM';
    font-weight: bold;
    padding: 15px;
    height: fit-content;
    line-height: 30px;
}

#banner-section-main .banner-rera {
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 10px;
}

@keyframes bird-movement {
    0% {

        transform: translate(50px, 10px);
    }

    100% {

        transform: translate(300px, 50px);
    }
}

@keyframes bird-movement-right {
    0% {

        transform: translate(-50px, -10px);
    }

    100% {

        transform: translate(-300px, -50px);
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }

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


/* Joint Creation Css */

#joint-creation .sanket-group img {
    width: 180px;
}

#joint-creation .oyster img {
    width: 180px;
}

#banner-section-main .banner-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

#joint-creation .meets {
    position: relative;
    font-family: 'BOD_I';
}

#joint-creation .meets::before {
    content: '';
    width: 70px;
    height: .5px;
    background-color: #000;
    position: absolute;
    top: 60%;
    left: -248%;
}

#joint-creation .meets::after {
    content: '';
    width: 70px;
    height: .5px;
    background-color: #000;
    position: absolute;
    top: 60%;
    left: 140%;
}

#joint-creation .makers-of-urban {
    position: absolute;
    left: 10%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 30%;
}

#joint-creation .makers-of-urban p {
    font-family: 'BOD_I';
}

#joint-creation .joint-creation-description {
    position: absolute;
    top: 33%;
    right: 6%;
}

#joint-creation .joint-creation-description h4 {
    font-family: 'BOD_I';
    line-height: 1px;
}

#joint-creation .joint-creation-description h2 {
    font-family: 'BODONIN' !important;

}

#joint-creation .joint-creation-description p {
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 10px;
}




/* Joint Creation Css Ends */


/* 7 Blessing Css */

#seven-blessing .seven-blessing-content {
    position: absolute;
    top: 25%;
    right: 10%;
}

#seven-blessing .kd {
    font-family: 'BODONIN';
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
}

#seven-blessing .rare {
    font-family: 'BOD-TTF';
}

#seven-blessing .seven-blessing-img img {
    width: 400px;
}

/* 7 Blessing Css Ends */


/* Amenities Css */

#amenities-slider .linkway-amenities {
    background-image: url('../images/amenities/2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    position: relative;
}

#amenities-slider .the-blessing-text-envy {
    position: relative;
    font-family: 'BODONIN';
}

#amenities-slider .the-blessing-text-envy::after {
    content: '';
    width: 20px;
    height: .5px;
    background-color: #fff;
    position: absolute;
    color: #fff;
    top: 55%;
    right: -40%;
}

#amenities-slider .the-blessing-text-envy::before {
    content: '';
    width: 20px;
    height: .5px;
    background-color: #fff;
    position: absolute;
    color: #fff;
    top: 55%;
    left: -40%;
}

#amenities-slider .linkway-amenities h4 {
    font-family: 'bodoni-classic';
    font-weight: bold;
    position: relative;
}

#amenities-slider .linkway-amenities h5 {
    font-family: 'BOD-TTF';
    position: relative;
}

#amenities-slider .greenary {
    background-image: url('../images/amenities/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    position: relative;
}

#amenities-slider .greenary h4 {
    font-family: 'bodoni-classic';
    font-weight: bold;
    position: relative;

}

#amenities-slider .greenary h5 {
    font-family: 'BOD-TTF';
    position: relative;

}

#amenities-slider .connectivity {
    background-image: url('../images/amenities/3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    position: relative;

}

#amenities-slider .connectivity h4 {
    font-family: 'bodoni-classic';
    font-weight: bold;
    position: relative;

}

#amenities-slider .connectivity h5 {
    font-family: 'BOD-TTF';
    position: relative;

}

#amenities-slider .facilities {
    background-image: url('../images/amenities/4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    position: relative;

}

#amenities-slider .facilities h4 {
    font-family: 'bodoni-classic';
    font-weight: bold;
    position: relative;

}

#amenities-slider .facilities h5 {
    font-family: 'BOD-TTF';
    position: relative;

}

#amenities-slider .healthy {
    background-image: url('../images/gallery/17.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    position: relative;
}

#amenities-slider .healthy h4 {
    font-family: 'bodoni-classic';
    font-weight: bold;
    position: relative;

}

#amenities-slider .healthy h5 {
    font-family: 'BOD-TTF';
    position: relative;

}

#amenities-slider .luxurious {
    background-image: url('../images/gallery/27.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    position: relative;

}

#amenities-slider .luxurious h4 {
    font-family: 'bodoni-classic';
    font-weight: bold;
    position: relative;

}

#amenities-slider .luxurious h5 {
    font-family: 'BOD-TTF';
    position: relative;

}

#amenities-slider .promising {
    background-image: url('../images/amenities/6.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    position: relative;

}

#amenities-slider .promising h4 {
    font-family: 'bodoni-classic';
    font-weight: bold;
    position: relative;

}

#amenities-slider .promising h5 {
    font-family: 'BOD-TTF';
    position: relative;

}

.overlay-amenities-envy {
    position: absolute;
    background-color: #000000b7;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.amenities-carousel-envy .owl-dots .owl-dot.active span,
.amenities-carousel-envy .owl-dots .owl-dot:hover span {
    background: #263926 !important;
}

.amenities-carousel-envy .owl-dots .owl-dot span {
    background: unset !important;
    border: 1px solid #263926 !important;
}

.amenities-carousel-envy .owl-nav.disabled+.owl-dots {
    margin-top: 20px !important;
}

.gallery-carousel-envy .owl-dots .owl-dot.active span,
.gallery-carousel-envy .owl-dots .owl-dot:hover span {
    background: #263926 !important;
}

.gallery-carousel-envy .owl-dots .owl-dot span {
    background: unset !important;
    border: 1px solid #263926 !important;
}

.gallery-carousel-envy .owl-nav.disabled+.owl-dots {
    margin-top: 20px !important;
}

.hgl-carousel .owl-dots .owl-dot.active span,
.hgl-carousel .owl-dots .owl-dot:hover span {
    background: #263926 !important;
}

.hgl-carousel .owl-dots .owl-dot span {
    background: unset !important;
    border: 1px solid #263926 !important;
}

.hgl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 20px !important;
}

.leaf-container-amenities {
    position: relative;
}

#amenities-slider .leaf-container-amenities img {
    width: 30px;
}

/* Location Css */

#location-contact-section .email {
    position: relative;
}

#location-contact-section .email::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fc3339;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    left: -3%;
}

#location-contact-section .callus-envy {
    position: relative;
}

#location-contact-section .callus-envy::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fc3339;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    left: -3%;
}

#location-contact-section .qr-container-envy img {
    width: 70px;
}

textarea {
    resize: none;
}

#location-contact-section #footer-form-envy button {
    color: #0c7f82 !important;
    border: 1px solid #0c7f82;
    background-color: #fff;
    height: 40px;
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 14px;
}

#location-contact-section hr {
    color: #fff !important;
    /* color: #000; */
    border-width: 2px;
}

/* #location-contact-section .Co-authored{
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 12px;
} */

/* #location-contact-section .quick-links{
    font-size: 12px;
    font-family: 'SINKINSANS-400REGULAR';
} */

#location-contact-section ul {
    list-style-type: none;
    padding: 0px;
    font-size: 12px;
    font-family: 'SINKINSANS-400REGULAR';
}

#location-contact-section ul li {
    margin-bottom: 5px;
    color: #fff !important;
}

#location-contact-section a {
    color: #fff;
    text-decoration: none;
}

/* #location-contact-section .help-center{
    font-size: 12px;
    font-family: 'SINKINSANS-400REGULAR';
} */

#location-contact-section h6 {
    font-size: 12px;
    font-family: 'SINKINSANS-400REGULAR';
}

#location-contact-section .social-icons-envy i {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1f3823;
}

#location-contact-section {
    background-image: url('../images/contact-location.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: bottom;
    padding-top: 80px;
}

#location-contact-section .location-contact-overlay-envy {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #415b40cc;
}

#location-contact-section h3 {
    font-family: 'bodoni-classic';
    font-weight: bold;
    letter-spacing: 2px;
}

#location-contact-section .form-control {
    background-color: transparent;
    color: #fff !important;
    font-size: 11px;
    padding: 0.775rem 1.05rem;
    border-radius: 0.275rem;
    font-family: 'SINKINSANS-400REGULAR';
}

#location-contact-section ::placeholder {
    color: #fff !important;
}

#location-contact-section ::-ms-input-placeholder {
    color: #fff !important;
}

#location-contact-section p {
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 13px;
}

#location-contact-section li {
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 12px;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
    color: #fff !important;
}

#footer-form-envy .form-control:focus {
    border-color: #fff !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffffffcf;
}

/* Footer */

footer {
    background-color: #2c492a;
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 12px;
}

label.error {
    color: red !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}


/* Thank You Page Css */

.msgicon-envy {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #263926;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops-envy {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    font-family: 'BodoniMT';
}

.oops-envy span {
    font-weight: 300;
}

.oops-greeting-envy {
    color: #263926;
    font-size: 25px;
    /* font-weight: 600; */
    margin-bottom: 15px;
    font-family: 'SINKINSANS-400REGULAR';
}

.oops-subtitle-envy {
    /* color: #fff; */
    font-size: 18px;
    font-family: 'SINKINSANS-400REGULAR';
}

.go-home-envy {
    color: #414041;
    font-size: 15px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
    font-family: 'SINKINSANS-400REGULAR';
}

.go-home-envy:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #263926;
    border-radius: 25px;
}

/* Location Map Css */

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 58%) !important;
}

.accordion-button:not(.collapsed) {
    background-color: #263926 !important;
    color: #fff;
}

.accordion-body {
    background: #263926 !important;
    color: #fff;
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 13px;
    line-height: 25px;
}

.accordion-button {
    color: #fff;
    background-color: #263926 !important;
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 15px;
}

.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(5%) hue-rotate(306deg) brightness(102%) contrast(102%);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(5%) hue-rotate(306deg) brightness(102%) contrast(102%);
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
}


.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
}


/* Configuration Css */

#configuration-section tbody a {
    cursor: pointer;
}

#configuration-section thead th {
    font-family: 'SINKINSANS-400REGULAR' !important;
    font-family: 'bodoni-classic';
    font-size: 13px;
    font-family: 'BOD';
    background: #edeedc;
}

#configuration-section tbody td {
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 13px;
    background-color: #e0e1bf;
}

#configuration-section {
    background-color: #e0e1bf;
    padding-top: 50px;
    padding-bottom: 50px;
}


/* Modal Css */

.modal .modal-title {
    margin: 10px 0px;
    padding: 10px 0px;
    font-size: 36px;
    font-family: 'bodoni-classic';
    font-weight: bold;
    color: #fff;
}

.modal label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    word-spacing: 5px;
    font-family: 'SINKINSANS-400REGULAR';
    color: #fff;
}

.modal input,
.modal select {
    height: 55px;
    border: none;
    border-radius: 0 !important;
    width: 100%;
    padding: 0px 15px;
    color: #000 !important;
    /* background: transparent; */
    border: 1px solid #fff;
    box-shadow: none;
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 12px;
    border-radius: 0.275rem !important;
}

.modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #3c2b23;
    opacity: 1;
    outline: none;
    border: none;
    z-index: 9;
    filter: invert(1);
}

.modal-header {
    border-bottom: 0px;
}

.modal-content {
    border-radius: 0px !important;
    background-color: #263926;
    color: #fff;
}

.modal button[type="submit"] {
    background: #263926 !important;
    color: #fff;
    border: 0;
    margin-top: 0px;
    padding: 15px 40px;
    /* margin: auto; */
    width: 170px;
    font-family: 'SINKINSANS-400REGULAR';
    border: 1px solid #fff;
}

button {}


.download-button-envy {
    position: fixed !important;
    left: 1% !important;
    bottom: 1% !important;
    z-index: 99999;
    font-family: 'bodoni-classic';
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #fff;
    font-family: 'BOD';
    font-family: 'bodoniclassicchancery';
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #263926 !important;
    --bs-btn-border-color: #263926 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #263926 !important;
    --bs-btn-disabled-border-color: #263926 !important;
}

.enquire-button-envy {
    position: fixed !important;
    right: 1% !important;
    bottom: 1% !important;
    z-index: 99999;
    font-family: 'bodoni-classic';
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #fff;
    font-family: 'BOD';
    font-family: 'bodoniclassicchancery';
}

.mobile-footer-envy {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #263926;
    padding: 10px;
    z-index: 999999;
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 12px;
}

.mobile-footer-envy a {
    color: #fff;
    text-decoration: none;
}

.mobile-footer-envy .brohcure-mob-envy {
    position: relative;
}

.mobile-footer-envy .brohcure-mob-envy::after {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #fff;
    content: "";
    right: 5px;
}

.pulseanimation-envy {
    animation: pulse 2s infinite;
}

body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}


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

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(227, 56, 56, 0);
    }
}


@media (max-width:768px) {

    #amenities .amenities-images {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .nav-pills .nav-link {
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
        margin-bottom: 0.2rem;
    }

    #amenities .amenities-list li {
        font-size: 9px !important;
        line-height: 22px !important;
    }

    #amenities h1,
    h2,
    h3 {
        text-align: center;
    }

    #amenities h1 {
        font-size: 32px;
    }

    nav .navbar-nav {
        background-color: #263926 !important;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-top: 110px;
    }

    h2 {
        font-family: 'BodoniMT';
        text-align: center;
    }

    #oak-and-olive h1 {
        color: #e72027;
        font-family: 'BodoniMT';
        font-size: 51px;
        text-align: center;
    }

    #oak-and-olive p {
        font-family: 'SINKINSANS-400REGULAR';
        font-size: 12px;
        line-height: 25px;
        text-align: center;
    }

    #location-new-envy p {
        font-family: 'SINKINSANS-400REGULAR';
        font-size: 12px;
        line-height: 25px;
        text-align: center;
    }

    #location-new-envy h4 {
        font-family: 'SINKINSANS-500MEDIUM';
        font-size: 15px;
        text-align: center;
    }

    .divider {
        background-image: url(../images/Divider.png);
        background-position: center;
        width: 70% !important;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 auto;
    }

    .divider-conf {
        background-image: url(../images/Divider-black.png);
        background-position: center center;
        width: 70% !important;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
    }

    .divider-black {
        background-image: url(../images/Divider-black.png);
        background-position: center;
        width: 60% !important;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        margin: 0 auto;
    }

    #banner-section-main .banner-text h2 {
        font-size: 20px !important;
    }

    .nav-link {
        text-align: center;
    }

    #location-new-envy .location-new-envy-content {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 2rem !important;
    }

    #oak-and-olive .oak-and-olive-content {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 2rem !important;
    }

    #amenities li {
        font-size: 15px;
    }

    /* New Css */

    .enquire-button-envy {
        display: none;
    }

    #seven-blessing .seven-blessing-content {
        position: absolute;
        top: 66%;
        right: 0%;
        left: 0%;
    }

    #seven-blessing .kd {
        font-family: 'BODONIN';
        font-size: 13px;
        text-align: center;
        letter-spacing: 1px;
    }

    #seven-blessing .rare {
        font-family: 'BOD-TTF';
        font-size: 13px;
        text-align: center;
    }

    #seven-blessing .seven-blessing-img img {
        width: 140px;
    }

    #seven-blessing .seven-blessing-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    #banner-section-main .carousel-item .banner-text-bottom {
        background-color: #368241;
        color: #fff;
        text-align: center;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        font-family: 'SINKINSANS-500MEDIUM';
        font-weight: bold;
        padding: 7px;
        height: fit-content;
        line-height: 30px;
    }


    #banner-section-main .banner-top-text-mob h2 {
        font-family: 'OMEGLE';
        font-size: 28px;
        background-image: linear-gradient(90deg, rgba(129, 196, 98, 1) 0%, rgba(0, 125, 160, 1) 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
    }

    #banner-section-main .banner-top-text-mob h3 span {
        font-family: 'OMEGLE';
        font-size: 69px;
        background-image: linear-gradient(90deg, rgba(129, 196, 98, 1) 0%, rgba(0, 125, 160, 1) 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        line-height: 60px;
    }

    #banner-section-main .banner-top-text-mob h3 {
        font-size: 26px;
    }



    #location-contact-section .email::before {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #fc3339;
        border-radius: 50%;
        position: absolute;
        top: 20%;
        left: -3%;
    }

    #location-contact-section .callus-envy::before {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #fc3339;
        border-radius: 50%;
        position: absolute;
        top: 20%;
        left: -3%;
    }

    .download-button-envy {
        /* position: fixed !important;
        left: 0% !important;
        bottom: 0% !important;
        z-index: 99999 !important;
        font-family: 'bodoni-classic';
        font-weight: bold !important;
        font-size: 14px !important;
        right: 0% !important;
        
        border-radius: unset !important;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'BOD'; */
        display: none;
    }

    #joint-creation .makers-of-urban {
        position: absolute;
        left: 18%;
        top: -11%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        right: 19%;
    }

    #joint-creation .makers-of-urban p {
        font-family: 'BOD_I';
        font-size: 13px;
    }

    #joint-creation .sanket-group img {
        width: 120px;
    }

    #joint-creation .oyster img {
        width: 120px;
    }

    #joint-creation .makers-of-urban p {
        font-family: 'BOD_I';
        font-size: 13px;
    }

    #joint-creation .joint-creation-description {
        position: absolute;
        top: 39%;
        right: 9%;
        left: 11%;
    }

    #joint-creation .joint-creation-description p {
        font-family: 'SINKINSANS-400REGULAR';
        font-size: 7px;
    }

    #joint-creation .joint-creation-description h4 {
        font-family: 'BOD_I';
        line-height: 1px;
        font-size: 16px;
    }

    #banner-section-main .banner-logo-mob {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #banner-section-main .banner-logo-mob img {
        width: 200px;
        animation: zoom-in-mob 5s 1;
    }

    #banner-section-main .banner-bird-mob {
        position: absolute;
        top: 0%;
        animation: bird-movement-mob 3s infinite;
    }

    #banner-section-main .banner-bird-mob img {
        width: 90px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    #banner-section-main .banner-right-mob {
        position: absolute;
        bottom: 0%;
        right: 0;
        animation: bird-movement-right 5s infinite;
    }

    #banner-section-main .banner-right-mob img {
        width: 90px;
    }



    @keyframes bird-movement-right {
        0% {

            transform: translate(-50px, -10px);
        }

        100% {

            transform: translate(-300px, -50px);
        }
    }


    @keyframes bird-movement-mob {
        0% {

            transform: translate(50px, 10px);
        }

        100% {

            transform: translate(300px, 50px);
        }
    }

    @keyframes zoom-in-mob {
        0% {
            transform: scale(.1);
        }

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

    .vh-new {
        height: 120vh !important;
    }

}

/* New Css */

@media (min-width:768px) {

    .nav-item:not(:nth-child(5)) .nav-link::after {
        content: '';
        position: absolute;
        background-color: #fff;
        width: 0.8px;
        height: 9px;
        right: 0%;
        top: 38%;
    }

    .nav-link {
        position: relative;
        color: #fff !important;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-top: 95px;
    }

    .navbar {
        /* padding-top: 3%; */
    }

    /* .amenities-carousel-envy .owl-nav {
        position: absolute;
        left: -86%;
        bottom: -8%;
        display: flex;
        justify-content: center;
    } */

    .amenities-carousel-envy .owl-nav {
        position: absolute;
        left: 8%;
        bottom: 0%;
        display: flex;
        justify-content: center;
    }


    .hgl-carousel .owl-nav {
        position: absolute;
        left: -86%;
        bottom: -8%;
        display: flex;
        justify-content: center;
    }



}

.amenities-carousel-envy .owl-nav {
    display: flex;
    justify-content: center;
}

.hgl-carousel .owl-nav {
    display: flex;
    justify-content: center;
}



.navbar-brand img {
    width: 170px;
}


.bg-body-tertiary {
    background-color: transparent !important
}

#amenities {
    background-color: #263926;
    color: #fff;
    /* padding-top: 80px; */
    /* padding-bottom: 80px; */
    position: relative;
}


.amenities-carousel-envy .owl-prev {
    font-size: 32px !important;
    font-weight: lighter !important;
    border: 1px solid #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.amenities-carousel-envy .owl-prev span {
    width: 50px;
    height: 50px;
}

.amenities-carousel-envy .owl-next {
    font-size: 32px !important;
    font-weight: lighter !important;
    border: 1px solid #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.amenities-carousel-envy .owl-next span {
    width: 50px;
    height: 50px;
}


.hgl-carousel .owl-prev {
    font-size: 32px !important;
    font-weight: lighter !important;
    border: 1px solid #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.hgl-carousel .owl-prev span {
    width: 50px;
    height: 50px;
}

.hgl-carousel .owl-next {
    font-size: 32px !important;
    font-weight: lighter !important;
    border: 1px solid #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.hgl-carousel .owl-next span {
    width: 50px;
    height: 50px;
}

#oak-and-olive h1 {
    color: #e72027;
    font-family: 'BodoniMT';
    font-size: 51px;
}

#oak-and-olive .oak-and-olive-content {
    padding-left: 7rem;
    padding-right: 7rem;
}

#location-new-envy li::marker {
    color: #213b22;
}

/* .headerColor{
    background-color: #263926 !important;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
  } */


.navigation-type-split.fixMenu {
    background: #263926;
    transition: ease all 0.5s;
}

.navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(133deg) brightness(106%) contrast(101%);
}

.navbar-toggler {
    border-color: #fff !important;
}

.nav-link {
    color: #fff !important;
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 12px;
}

.sub-heading {
    font-family: 'bodoniclassicchancery';
}

#amenities .amenities-list li {
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 12px;
    line-height: 26px;
}

#oak-and-olive p {
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 12px;
    line-height: 25px;
}

#location-new-envy p {
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 12px;
    line-height: 25px;
}

#location-new-envy h4 {
    font-family: 'SINKINSANS-500MEDIUM';
    font-size: 15px;
}

#location-new-envy .location-list li {
    font-family: 'SINKINSANS-400REGULAR';
    font-size: 12px;
    line-height: 24px;
}

.divider {
    background-image: url('../images/Divider.png');
    background-position: center;
    width: 30%;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.divider-black {
    background-image: url('../images/Divider-black.png');
    background-position: center;
    width: 40%;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}


.divider-conf {
    background-image: url(../images/Divider-black.png);
    background-position: center center;
    width: 20%;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}



#banner-section-main .banner-text {
    position: absolute;
    top: 20%;
    right: 4%;
}

#banner-section-main .banner-text h2 {
    font-family: 'BodoniMT';
    color: #fff;
    font-size: 40px;
}

#banner-section-main .banner-text h2 span {
    font-family: 'bodoniclassicchancery';
}

/* ----new overview--- */
.loc-high {
    border: 2px solid #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loc-high .lh-text p {
    /* margin: 15px 0 0; */
    margin-bottom: 19px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-family: 'SINKINSANS-400REGULAR';
    padding-left: 2rem;
    padding-right: 2rem;
}

.loc-high .lh-text p:nth-child(2) {
    font-size: 15px !important;
    font-family: 'SINKINSANS-400REGULAR';
}


#amenities h1 {
    font-family: 'BOD-TTF';

}



#amenities-section {
    padding-top: 50px;
    padding-bottom: 50px;
}


.nav-pills .nav-link {
    font-size: 15px;
    color: #000 !important;
    letter-spacing: 2px;
    background-color: #e0e1bf;
    margin-right: 1rem;
    margin-left: 1rem;
    border-radius: unset;
}

.nav-pills .nav-link.active {
    color: #fff !important;
    background-color: #263926;
    border-radius: unset;
}



.tab-content .owl-carousel .owl-nav button.owl-next,
.tab-content .owl-carousel .owl-nav button.owl-prev,
.tab-content .owl-carousel button.owl-dot {
    /* font-size: 28px; */
    background: #263926;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}

.tab-content .owl-carousel .owl-nav button.owl-next span,
.tab-content .owl-carousel .owl-nav button.owl-prev span {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#highlights {
    padding-top: 50px;
    padding-bottom: 50px;
}


.usp-item .usp-img img {
    width: 60px !important;
    z-index: 999;
    position: relative;
}

.usp-item .usp-img {
    margin-bottom: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 46%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;

}

.usp-item .usp-img:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
}

.usp-item .usp-img:before {
    background-color: #263926;
}

.usp-item .usp-img:before {
    top: 90%;
    left: -110%;
}

.usp-item .usp-img:before,
.usp-item .usp-img i {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.usp-item .usp-img:focus:before,
.usp-item .usp-img:hover:before {
    top: -10%;
    left: -10%;
}

.usp-item .usp-img:hover img {
    filter: brightness(0) invert(1);
}

.usp-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.usp-item .usp-content h6 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: 'SINKINSANS-400REGULAR';
    line-height: 20px;
}

.usp-item .usp-content p {
    font-size: 13px;
    text-align: center;
}

/* .ui-container{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    align-items: center;
    gap: 20px;
  } */

.ui-item .ui-img img {
    width: 70px;
}

.ui-item .ui-img {
    box-shadow: 2px 1px 20px 0px #e0e0e0;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-item .ui-content h6 {
    font-size: 14px;
    text-align: center;
}

.ui-item .ui-content p {
    font-size: 12px;
    text-align: center;
}

.ui-container .ui-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ui-item .ui-img {
    margin-bottom: 20px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    /* font-size: 28px; */
    background: #263926 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    color: #fff !important;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40px !important;
    height: 40px !important;
}

#amenities .amenities-images img {
    width: 250px;
}

#amenities .padding-new {
    padding-top: 80px;
    padding-bottom: 80px;
    align-self: center;
}

.amenities-carousel-envy-new .item {
    position: relative;
}

.amenities-carousel-envy-new .ame-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}

.color-primary {
    color: #263926 !important;
}

#location-new-envy {
    padding: 40px 0px;
    background: #fff;
}