@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
html {
    scroll-behavior: smooth
}

@font-face {
    font-family: canela;
    src: url(../fonts/Canela.ttf);
    font-weight: 500;
}

.mob-call-btn {
    position: relative;
    z-index: 1;
}

p {
    text-align: justify;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: white;
    transition: .5s all;
}

.banner {
    /* margin-top: 130px; */
    margin-top: 80px;
}

.about ul li svg {
    width: 40px;
    flex: 0 0 40px;
}

.thankyou-body {
    height: 80vh;
    display: flex;
    flex: 1 1 auto;
    padding-top: 140px;
}

.thankyou-body .row .col-md-6:nth-child(2) {
    padding-left: 50px;
}

.thankyou-body h1 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 400;
    color: #0C090D;
    margin-bottom: 20px;
}

.thankyou-body p {
    padding-right: 270px;
}

.thankyou-body a:hover {
    color: white;
}

.thankyou-body a {
    padding: 10px 30px;
    border-radius: 5px;
    background: #2f6cb0;
    color: white;
    float: left;
    font-size: 16px;
    font-weight: 600;
}

header.sticky .header-top {
    opacity: 0;
    display: none;
}

.whats-app {
    position: fixed;
    left: 20px;
    bottom: 20px;
}

.whats-app img {
    width: 200px;
}

header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 10px 0 #04275347;
}

html {
    scroll-padding: 70px
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    line-height: 25.6px !important;
    letter-spacing: 0.5px !important;
    background: #F1F1F1 !important;
    color: #4F4F4F !important;
}

h1 {
    font-family: canela !important;
    font-weight: 500 !important;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-product figure .fig-content p svg {
    margin-right: 5px;
}

.banner .carousel,
.banner .carousel .carousel-inner,
.banner .carousel .carousel-inner .carousel-item {
    height: 620px;
}

.banner .carousel .carousel-inner .carousel-item {
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.banner .carousel .carousel-inner .carousel-item:nth-child(1) {
    background-image: url(../images/slider4.png);
}

.banner .carousel .carousel-inner .carousel-item:nth-child(2) {
    background-image: url(../images/slider2.png);
}


/* 
.banner .carousel .carousel-inner .carousel-item:nth-child(3) {
    background-image: url(../images/slider1.png);
}

.banner .carousel .carousel-inner .carousel-item:nth-child(4) {
    background-image: url(../images/slider1.png);
} */

.btn_blue {
    background: #0F3D3E;
    color: white;
    border: 1px solid #0F3D3E;
    padding: 8px 15px;
    border-radius: 5px;
}

.header-top {
    background: #0C090D;
    color: white;
    padding: 10px;
}

.header-top h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

.header-top a {
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-left: 45px;
    text-decoration: underline;
}

.header-top a:hover {
    color: white;
    text-decoration: underline !important;
}

.header-top {
    background: #0C090D;
    color: white;
    padding: 10px;
}

.header-top h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

@media (max-width:576px) {
    .header-top h1 {
        font-size: 14px;
    }
}

.main-header ul li a {
    font-size: 16px;
    line-height: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #100F0F;
}

.main-header ul li a:hover {
    color: black;
}

.main-header ul li {
    margin-right: 32px;
}

.callto a {
    color: #0F3D3E;
    font-weight: 600;
}

.main-header a:hover {
    text-decoration: none;
}

.right-bottom-card {
    width: 765px;
    height: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 24px 84px 24px 24px;
	color:#fff;
}

.right-bottom-card p {
    margin-bottom: 0;
}

.right-bottom-card h5 {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 12px;
}

.banner ol.carousel-indicators {
    bottom: -40px;
    margin: 0;
}

.banner ol.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: #2f6cb0;
}

.banner ol.carousel-indicators li+li {
    margin-left: 12px;
}

.banner ol.carousel-indicators {
    bottom: -40px;
    margin: 0;
}

.banner ol.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: #2f6cb0;
}

.banner ol.carousel-indicators li+li {
    margin-left: 12px;
}

.left-content {
    padding: 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.left-content h1 {
    color: white;
    font-size: 56px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 12px;
}

.left-content h6 {
    color: white;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

.left-content a {
    color: #100F0F;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background: #E2DCC8;
    border-radius: 5px;
    padding: 10px 37px;
    float: left;
    margin-top: 40px;
}

.left-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 80px;
}

.about {
    margin-top: 120px;
}

.about h1 {
    font-size: 48px;
    font-weight: 400;
    color: #0C090D;
    line-height: 62px;
    margin-bottom: 16px;
}

.about p {
    font-size: 16px;
    padding-right: 30px;
    color: #4F4F4F;
    margin-bottom: 30px;
}

.about ul li span {
    width: 40px;
    height: 40px;
    background: #C4C4C4;
    border-radius: 5px;
    margin-right: 18px;
    flex: 0 0 40px;
}

.about ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about ul li svg {
    margin-right: 10px;
}

.about ul li {
    color: black;
    padding-right: 60px;
}

.about ul li+li {
    margin-top: 30px;
}

.right-bottom-arrow a {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: relative;
    flex-direction: row;
    flex: 0 0 50px;
    width: 50px;
}

.right-bottom-arrow {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.right-bottom-arrow a.carousel-control-next {
    right: auto;
    position: relative;
}

.right-bottom-arrow a.carousel-control-prev {
    left: auto;
}

.right-bottom-arrow a {
    margin-right: 30px;
    opacity: 9;
}

.book-project {
    margin-top: 80px;
    background: black;
    color: white;
    padding: 40px 0;
}

.book-project h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 57px;
    margin-bottom: 12px;
}

.book-project p {
    margin-bottom: 0;
    padding-right: 280px;
}

.book-project a {
    display: table;
    margin-left: auto;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    background: #2f6cb0;
    padding: 10px 30px;
    color: white;
    letter-spacing: 0.2px;
    border-radius: 5px;
}

.our-product {
    padding-top: 80px;
}

.our-product h1 {
    margin-bottom: 100px;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #0C090D;
}

.our-product figure {
    position: relative;
    margin: 0;
}

.our-product figure .fig-content {
    background: linear-gradient(180deg, rgba(12, 9, 13, 0) 0%, #0C090D 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 75px 34px 33px 24px;
    color: white;
}

.our-product figure .fig-content h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.02px;
    margin-bottom: 12px;
}

.our-product figure .fig-content p {
    font-weight: 300;
    font-size: 20px;
    margin: 0;
}

.pr-box-content {
    padding-top: 24px;
}

.pr-box-content p {
    margin-bottom: 20px;
}

.pr-box-content ul li {
    font-size: 16px;
    line-height: 24px;
}

.pr-box-content ul li svg {
    margin-right: 12px;
}

.pr-box-content ul li+li {
    margin-top: 12px;
}

.pr-box-content ul {
    margin: 0;
}

.btn-group a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 0.02px;
    padding: 8px 30px;
    border-radius: 5px;
    text-decoration: none;
}

.btn-group a:nth-child(1) {
    background: #2f6cb0;
    color: white;
    border: 1px solid #2f6cb0;
}

.btn-group a:nth-child(2) {
    border: 1px solid #2f6cb0;
    color: #2f6cb0;
}

.btn-group a+a {
    margin-left: 24px;
}

.btn-group {
    margin-top: 40px;
}

.btn-group a:hover {
    text-decoration: none;
}

.project-box+.project-box {
    margin-top: 120px;
}

.gallary {
    padding-top: 100px;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:hover {
    outline: 0 !important;
    box-shadow: unset !important;
    background: transparent !important;
}

.gallary h1 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 400;
    margin-bottom: 80px;
    letter-spacing: 0.02px;
}

.bookfree {
    margin-top: 80px;
}

@media (max-width:576px) {
    .bookfree {
        margin-top: 20px;
    }
}

.bookfree form {
    width: 390px;
    margin: 0 auto;
    display: table;
}

.bookfree {
    background: #292826;
}

.bookfree h1 {
    color: white;
    font-size: 32px;
}

.bookfree form label {
    color: white;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.bookfree form .form-group svg {
    position: absolute;
    right: 10px;
    top: 19px;
}

.bookfree form .form-group .form-control {
    background: rgba(255, 255, 255, 0.4);
    border: none;
    color: white;
    height: 48px;
}

.bookfree form button {
    width: 100%;
    border: none;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #100F0F;
    background: #E2DCC8;
    border-radius: 5px;
    margin-top: 24px;
    cursor: pointer;
}

.bookfree form .form-group {
    margin-bottom: 12px;
}

.bookfree form {
    padding: 90px 0;
}

footer h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    color: black;
    font-weight: 400;
    margin-bottom: 12px;
}

footer p a {
    text-decoration: none;
    font-weight: 600;
    color: black;
}

footer {
    padding: 40px 0;
    background: white;
}

footer p a:hover {
    color: black;
    text-decoration: none;
}

.owl-theme .owl-nav {
    display: flex;
    justify-content: flex-end;
    padding-right: 160px;
}

.def-modal .modal-dialog {
    max-width: 1000px;
    padding: 0;
    border: none;
}

.def-modal .modal-dialog .modal-content {
    padding: 0;
    margin: 0;
    border: 0;
}

.def-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
    margin: 0;
    background: #292826;
}

.def-modal .modal-dialog .modal-content .modal-body figure {
    margin: 0;
}

.def-modal .modal-dialog .modal-content .modal-body form {
    width: 390px;
    display: table;
    margin: auto;
    padding: 40px 30px 0;
}

.def-modal .modal-dialog .modal-content .modal-body h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
    font-weight: 600;
    color: white;
}

.def-modal .modal-dialog .modal-content .modal-body .form-group svg {
    position: absolute;
    right: 15px;
    top: 16px;
}

.def-modal .modal-dialog .modal-content .modal-body .form-group .form-control {
    background: rgba(255, 255, 255, 0.4);
    border: 0;
    border-radius: 5px;
    color: white;
    height: 48px;
}

.def-modal .modal-dialog .modal-content .modal-body form button {
    width: 100%;
    background: #0F3D3E;
    border: 0;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    color: white;
}

.modal {
    background: rgb(0 0 0 / 50%);
}

button.close {
    position: absolute;
    right: 30px;
    top: 15px;
    opacity: 9;
}

.def-modal .modal-dialog .modal-content .modal-body label {
    font-size: 12px;
    color: white;
    margin-bottom: 5px;
}

.def-modal .modal-dialog .modal-content .modal-body form p {
    margin-bottom: 0;
    font-size: 14px !important;
    color: #2f6cb0;
    opacity: 0.8;
    font-weight: 600;
    margin-top: 15px;
}

.def-modal .modal-dialog .modal-content .modal-body form p svg {
    margin-right: 6px;
}

a:hover {
    text-decoration: none !important;
}

button:focus,
input:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}

.left-content a:hover,
.book-project a {
    color: white !important;
}

@media only screen and (max-width: 600px) {
    .pr-box-content ul li {
        display: flex;
        align-items: center;
    }
    .navbar-brand {
        margin: 0;
    }
    .banner .carousel .carousel-inner .carousel-item {
        background: none !important;
    }
    .banner .carousel,
    .banner .carousel .carousel-inner,
    .banner .carousel .carousel-inner .carousel-item {
        height: unset;
    }
    .left-content {
        margin-left: 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: center;
    }
    .right-bottom-card {
        display: none;
    }
    .left-content h1 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 8px;
    }
    .left-content h6 {
        font-size: 16px;
    }
    .left-content a {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .about {
        margin-top: 60px;
    }
    .about h1 {
        font-size: 36px;
        line-height: 48px;
        margin-top: 20px;
    }
    .about ul li {
        padding-right: 0;
        font-size: 16px;
    }
    .book-project {
        display: none;
    }
    .book-project {
        display: none;
    }
    .our-product {
        padding-top: 40px;
    }
    .our-product h1 {
        margin-bottom: 35px;
        font-size: 36px;
        line-height: 46px;
    }
    .book-project {
        display: none;
    }
    .our-product {
        padding-top: 40px;
    }
    .our-product h1 {
        margin-bottom: 35px;
        font-size: 36px;
        line-height: 46px;
    }
    .our-product figure .fig-content h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 9px;
        font-weight: 500;
    }
    .right-bottom-arrow a {
        margin-right: 0;
    }
    .left-content {
        padding-bottom: 40px;
    }
    .right-bottom-arrow a+a {
        margin-left: 10px;
    }
    .about ul li+li {
        margin-top: 10px;
    }
    .right-bottom-arrow {
        margin-top: 10px;
    }
    .about ul {
        margin-bottom: 20px;
    }
    .our-product figure .fig-content {
        padding: 50px 20px 20px 20px;
    }
    .our-product figure .fig-content p svg {
        width: 20px;
    }
    .our-product figure .fig-content p {
        font-size: 16px;
    }
    .pr-box-content p {
        display: none;
    }
    .btn-group,
    .btn-group-vertical {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .btn-group a:nth-child(2) {
        margin-left: 0;
        margin-top: 25px;
    }
    .pr-box-content p {
        display: none;
    }
    .our-product .btn-group,
    .btn-group-vertical {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .btn-group a:nth-child(2) {
        margin-left: 0;
        margin-top: 25px;
    }
    .our-product .row .col-md-6:nth-child(2) {
        margin-top: 46px;
    }
    .project-box+.project-box {
        margin-top: 50px;
    }
    .gallary h1 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 30px;
    }
    div#site-tour {
        padding-top: 70px;
    }
    @media (max-width:576px) {
        div#site-tour {
            padding-top: 0px;
        }
    }
    .owl-theme .owl-nav {
        padding-right: 0;
    }
    .bookfree h1 {
        font-size: 30px;
    }
    .bookfree form {
        padding: 40px 0;
        width: 300px;
    }
    footer p {
        font-size: 14px;
    }
    footer p+p {
        margin-bottom: 0;
    }
    .def-modal .modal-dialog .modal-content .modal-body figure {
        display: none;
    }
    .def-modal .modal-dialog .modal-content .modal-body form {
        width: 340px;
        padding-bottom: 40px;
    }
    .def-modal .modal-dialog .modal-content .modal-body h1 {
        font-size: 26px;
    }
    .def-modal .modal-dialog .modal-content .modal-body form p {
        font-size: 12px !important;
    }
    .main-header ul {
        margin-right: 0 !important;
    }
    .main-header ul li {
        margin-right: 0;
        padding: 12px 0;
    }
    .main-header ul li a {
        display: block;
        text-align: center;
        font-size: 18px;
        color: black;
        font-weight: 400;
    }
    .main-header ul {
        margin-top: 60px;
    }
    .callto a {
        text-align: center;
        width: 100%;
        padding: 10px;
        background: #0F3D3E;
        color: white !important;
        margin-top: 20px;
        margin-bottom: 30px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 400;
        box-shadow:0 0 5px #0F3D3E;
    }
    .close-menu {
        position: absolute;
        right: 6px;
        top: 15px;
    }
    div#navbarSupportedContent {
        position: relative;
    }
    .whats-app {
        display: none;
    }
    .fix-inmobile {
        justify-content: space-between;
        text-align: center;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        background: white;
    }
    .fix-inmobile a {
        width: 49.8%;
        background: #0F3D3E;
        color: white;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 500;
    }
    footer {
        padding-bottom: 50px;
    }
    .thankyou-body {
        height: unset !important;
        padding-top: 109px;
    }
    .thankyou-body .row .col-md-6:nth-child(2) {
        padding-left: 15px;
    }
    .thankyou-body h1 {
        font-size: 36px;
        line-height: 42px;
        margin-top: 30px;
    }
    .thankyou-body p {
        padding-right: 0 !important;
    }
    .banner ol.carousel-indicators {
        z-index: 0;
    }
    .callto a:hover {
        color: white;
    }
    .fix-inmobile a:hover {
        color: white;
    }
}

.about {
    position: relative;
    overflow-x: hidden;
}

.about::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/tree.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 320px;
    min-height: 100%;
    top: 0;
    right: 0px;
    z-index: -1;
}

.about .carousel-inner {
    border: 15px solid #fff;
}

.about .about_text p {
    text-align: justify;
}

.about .carousel-inner img {
    height: 500px;
}

.about .about_text {
    padding-top: 5rem;
}

@media (max-width:576px) {
    .about .about_text {
        padding: 0 1rem;
    }
    .about .about_text p {
        padding: 0;
    }
    .about .carousel-inner img {
        min-height: 300px;
    }
}

.Amenities {
    margin: 80px 0;
}

@media (max-width:576px) {
    .Amenities {
        margin: 0;
    }
}

.Amenities .Amenities_img .item {
    border: 10px solid white;
    background: #fff;
}

.Amenities .Amenities_img .item img {
    min-height: auto;
}

@media (max-width:576px) {
    .Amenities .Amenities_img .item img {
        min-height: unset;
    }
}

.Amenities .Amenities_img .item h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.Amenities_text {
    padding-left: 3rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Amenities_text .btn_blue {
    width: max-content;
}

.Amenities_text h1 {
    font-size: 36px;
    line-height: 45px;
    color: #100F0F;
}

.Amenities_text h1 span {
    font-size: 36px;
    font-weight: 400;
}

.Floor_Plans_area {
    background: #E2DCC8;
}

.Floor_Plans_area .img_sec {
    position: relative;
    left: -90px;
    top: 92px;
}

@media (min-width:576px) {
    .Floor_Plans .owl-theme .owl-nav {
        display: flex;
        justify-content: flex-end;
        padding-left: 350px;
        justify-content: center;
    }
}

.Floor_Plans .item {
    position: relative;
}

.Floor_Plans .details_box .content_box {
    min-width: 250px;
}

.details_box .content_box h1 {
    color: #100F0F;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
}

@media (max-width:576px) {
    .details_box .content_box h1 {
        font-size: 32px;
    }
}

.details_box .content_box p {
    color: #333333;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    opacity: 0.5;
}

.Floor_Plans .item {
    padding-bottom: 3rem;
}

.Floor_Plans .item::after {
    content: '';
    display: block;
    position: absolute;
    right: -26px;
    bottom: -25px;
    min-width: 200px;
    min-height: 250px;
    background-image: url(../images/dark_tree.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 50;
}

.Floor_Plans .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: -10px;
    right: 28%;
    z-index: 300000;
}

.gallary {
    padding: 70px 0 0;
    margin: 80px 0;
    position: relative;
}

.gallary::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 70%;
    background-color: #292826;
    top: 0;
    left: 0;
    z-index: -1;
}

.gallary h1 {
    margin: 0;
}

.gallary_text {
    padding-left: 3rem !important;
    color: #F1F1F1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:576px) {
    .gallary::after {
        display: none;
    }
    .gallary_text {
        color: #212529;
    }
}

.gallary_text .btn_blue {
    width: max-content;
}

.gallary .owl-nav {
    transform: translateX(-11%);
}

.gallary_text .btn_blue {
    color: #100F0F;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background: #E2DCC8;
    border-radius: 5px;
    padding: 10px 37px;
    float: left;
    margin-top: 40px;
}

.Floor_Plans {
    position: relative;
}

.Floor_Plans::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 50;
    background-image: url(../images/Floor_Plans.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin-left: 10px;
}

.Heighlights_area {
    background: #E2DCC8;
}

.Heighlights h1 {
    color: #100F0F;
}

.Heighlights_area .img_sec {
    position: relative;
;
}

@media (min-width:576px) {
    .Heighlights .owl-theme .owl-nav {
        display: flex;
        justify-content: flex-end;
        padding-left: 350px;
        justify-content: center;
    }
}

.Heighlights .item {
    position: relative;
    padding-bottom: 3rem;
}

.Heighlights .details_box .content_box {
    min-width: 150px;
}

/*.Heighlights .item::after {
    content: '';
    display: block;
    position: absolute;
    right: -26px;
    bottom: -25px;
    min-width: 200px;
    min-height: 250px;
    background-image: url(../images/dark_tree.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 50;
}*/

.Heighlights .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: -10px;
    right: 28%;
    z-index: 300000;
}

.Heighlights {
    position: relative;
}


/* .Heighlights::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 50;
    background-image: url(../images/Heighlights.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin-left: 10px;
} */

@media (max-width:576px) {
    .banner {
        /* margin-top: 120px; */
        margin-top: 80px;
    }
    .main-header {
        padding: 1rem 0;
    }
    footer {
        padding-bottom: 80px;
    }
    .fix-inmobile {
        z-index: 100;
    }
    .fix-inmobile svg {
        transform: translate(-5px, 5px);
    }
    .main-header ul {
        min-height: 80vh;
    }
    .about {
        margin-top: 0;
        padding: 2rem 0;
    }
    .about_magic {
        margin-top: 70px;
    }
    .about_magic h3 {
        color: #100F0F;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }
    .slide {
        position: relative;
    }
    .slide .right-bottom-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 40;
        width: 100%;
        justify-content: space-between;
    }
    .slide .right-bottom-arrow a.carousel-control-next,
    .slide .right-bottom-arrow a.carousel-control-prev {
        background-color: #F1F1F1;
    }
    .Amenities_text {
        padding-left: 1rem !important;
    }
    #owl_img {
        position: relative;
    }
    #owl_img .owl-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 500;
        width: 100%;
        justify-content: space-between;
    }
    #owl_img .owl-nav button {
        background-color: #F1F1F1 !important;
    }
    .Amenities_text {
        margin-top: 2rem;
    }
    .gallary {
        margin: 1rem 0;
    }
    .gallary_text {
        padding-left: 1rem !important;
        padding: 0 0 3rem;
    }
    .gallary_text .btn_blue {
        margin-top: 20px;
    }
    #owl_gallary {
        position: relative;
    }
    #owl_gallary .owl-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 500;
        width: 100%;
        justify-content: space-between;
    }
    #owl_gallary .owl-nav button {
        background-color: #F1F1F1 !important;
    }
    .about::after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(../images/tree.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        min-width: 190px;
        min-height: 340px;
        bottom: 0;
        top: unset;
        right: 0;
        z-index: -1;
    }
    .btn_blue {
        width: 100% !important;
        text-align: center;
    }
    .Floor_Plans_mobile {
        position: relative;
    }
    .Floor_Plans_mobile::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 75%;
        background: #E2DCC8;
        z-index: -1;
        top: 0;
        left: 0;
    }
    .Amenities {
        margin: 2rem 0;
    }
    .details_box {
        width: 90%;
    }
    .Location_head {
        font-family: 'Canela';
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 45px;
        color: #100F0F;
        letter-spacing: 1px;
    }
    .Location_tittle {
        font-family: 'Canela';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #100F0F;
    }
}

.thankyou_body .container-fluid {
    padding: 0 3rem;
}

.thankyou_body .main-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    padding: 1rem 0;
}

.thankYou_box h1 {
    color: #0C090D;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
}

.thankyou-body p {
    color: #0C090D;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.thankyou_body .header-top {
    background: #fff;
    color: #0C090D;
}

#Modalbtn,
.btn_blue {
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    box-shadow: 0 0 5px #000;
}


/* .btn_blue::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #E2DCC8;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all 1s;
} */

#Modalbtn:hover,
.btn_blue:hover {
    background: #fff;
    color: #100F0F;
    border: none;
    /* box-shadow: 0 0 10px #fff; */
}

.gallary .btn_blue:hover {
    background: #fff;
    color: #100F0F;
    border: none;
    box-shadow: 0 0 10px #fff;
}


/* .btn_blue:hover::after {
    width: 100%;
} */

.bookfree form button,
.gallary .btn_blue,
.left-content a {
    transition: all 0.5s;
    box-shadow: 0 0 5px #fff;
}

.bookfree form button:hover,
.gallary .btn_blue:hover,
.left-content a:hover {
    background: #fff;
    color: #100F0F !important;
    border: none;
    box-shadow: 0 0 10px #fff;
}
.txt{ max-width:1000px; padding-top:20px}

.footer{ background:#333; width:100%; margin:0px 0; padding:20px 0}
.footerInner{ background:#333; width:100%; max-width:1140px; margin:0 auto; display:flex}

.footerMenus li{ display:inline-block !important}
.footerMenus li a:link, .footerMenus li a:visited{ color:#fff; display:inline-block; font-size:12px}
.footerLeft{width: 340px;  display: flex;}
.footerRight{ width:calc(100% - 340px); align-content: center;}
.footerRight ul{ margin-bottom:0}


@media (max-width:576px) {
    .thankyou_body .container-fluid {
        padding: 0 1rem;
    }
    .thankyou_body .main-header {
        padding: 0.5rem 0;
    }
    .thankYou_box {
        padding-top: 3rem;
    }
    .thankyou_body .header-top {
        background: #0C090D;
        color: #fff;
    }
	.d-none.llogo{ display:inline-block !important; margin-right: 0px !important;  height: 50px !important;  width: auto !important;}
	.d-none.llogo img{display:inline-block !important; margin-right: 0px !important;  height: 50px !important;  width: auto !important;}
.navbar-toggler{ padding-left:0 !important}	
.footerInner{flex-direction: column;}
.footerMenus li a:link, .footerMenus li a:visited{ display:block}
.footerRight{ width:100%}
.footerMenus li{ display:block !important}

}