*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
}
:root {
    --gray: #444444;
    --brown: #4E3414;
    --white: #ffffff;
   
}
li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}
.container-fluid{
    max-width: 100%;
}
#overview_sec .container-fluid,
section.fea_sec .container-fluid {
    padding: 0 !important;
    max-width: 100%;
}
.specifi_sec .container-fluid {
    padding-left: 0;
}
/*Headerm Section Start*/
header {
    max-width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding-bottom: 20px;
}
nav.navbar {
    position: relative;
    background: var(--white);
    margin: 38px 60px 0;
    padding:20.5px 28px 20.5px 26px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 6%);
    transition: margin 0.4s ease-in-out, padding 0.4s ease-in-out;
}
nav.navbar.scrolled {
    margin: 0; 
    padding: 18px 28px; 
}
.navbar-brand {
    border-right: 1px solid #e2e2e2;
    padding: 0 60px 0 0;
    margin-right: 25px;
}
.navbar-brand img {
    max-height: 47.26px;
    margin: 6px 0;
}
.navbar-nav .nav-link{
    color: var(--gray);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 12.5px !important;
    transition: all 450ms ease;
    display: inline-block;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover{
    color: var(--brown);
    background: #e2d4b9;
    border-radius: 30px;
}
.nav_contact .call .call_icon {
    background-color: var(--brown);
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 9px;
    position: relative;
    z-index: 1;
}
.nav_contact .call .call_icon::after {
    position: absolute;
    content: "";
    top: auto;
    left: 0;
    bottom: 0;
    background-color: var(--white);
    z-index: -1;
    width: 100%;
    height: 0%;
    visibility: hidden;
    border: 2px solid var(--brown);
    border-radius: 5px;
    transition: all 450ms ease;
}
.nav_contact .call .call_icon:hover::after{
    height: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    visibility: visible;
} 
.nav_contact .call .call_icon img{
    width: 18.5px;
    transition: all 150ms ease;
}
.nav_contact .call .call_icon:hover img {
    filter: invert(86%) sepia(58%) saturate(722%) hue-rotate(353deg) brightness(94%) contrast(95%);
}
.nav_contact .call{
    color: var(--gray);
    font-size: 16px;
    font-weight: 600;
}
.nav_contact {
    display: flex;
    gap: 24px;
}
.enqry_icon img {
    width: 0;
    display: none;
}
.toggle-logo{
    display: none;
}
/*Banner Section Start*/
#banner_sec{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.banner_img,
.banner_bg_img{
    height: 100%;
}
.banner_img img,
.banner_bg_img img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.banner_bg_img{
    position: relative;
}
.banner_info {
    position: absolute;
    top: 52.6%;
    left: 50%;
    transform: translate(calc(-50% - 5px), -50%);
    width: 100%;
    text-align: center;
    padding: 20px 30px 10px;
    border-left: 10px solid #E2D4B9;
}
.banner_ttl{
    margin: 0 auto 120px;
}
.banner_ttl img{
    max-width: 76.3%;
    margin: 0 auto;
}
.banner_add h5 {
    font-size: 32px;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.banner_add p{
    color: var(--white);
    font-weight: 500;
    font-size: 28px;
    text-transform: capitalize;
}
.reg_no {
    position: absolute;
    bottom: 27px;
    right: 32px;
    left: 32px;
}
.reg_no p{
    max-width: 591px;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
/*Overview Section Start*/
#overview_sec {
    position: relative;
}
#overview_sec::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: url(../images/menu-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 615px;
    width: 100%;
    height: 699px;
    max-height: 100%;
    z-index: -1;
    opacity: 39%;
}
.main_ttl_box.overview_box p {
    max-width: 705px;
}
.main_ttl_box h2 {
    border: 2px solid #AC9B6F;
    display: inline-block;
    border-radius: 30px;
    padding: 6.5px 31px;
    font-size: 15px;
    font-weight: 600;
    color: var(--gray);
    letter-spacing: 1px;
    margin: 0;
}
.main_ttl_box h3 {
    font-size: 40px;
    font-weight: 500;
    color: var(--brown);
    margin: 36px 0 25px;
}
.main_ttl_box p {
    font-size: 16px;
    font-weight: 500;
    color: var(--gray);
    line-height: 1.7;
}
.main_ttl_box.overview_box {
    margin-top: 45px;
}
/*SWIPER*/
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper.mySwiper {
    height: 100%;
}
.swiper-material-wrapper {
    height: 100%;
}
.swiper-material-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.demo-material-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.6s ease;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.swiper-slide-active .demo-material-image {
  transform: scale(1);
}
.swiper-button-next, .swiper-button-prev {
    color: var(--brown);
    background-color: rgba(225, 225, 225, 0.6);
    padding: 10px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 450ms ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 800;
    transition: all 450ms ease;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.7;
}
.swiper:hover .swiper-button-prev,
.swiper:hover .swiper-button-next {
    visibility: visible;
    opacity: 1;
}
.about_rivew_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    padding: 100px 0;
}
.about_rivew_part .about_review_left {
    /* width: calc(43% - 0px); */
    padding-left: 12px;
    padding-right: 70px;
    padding-top: 45px;
    position: sticky;
    top: 120px;
    height: 100%;
    float: right;
    max-width: 790px;
}
.about_rivew_part .about_review_right {
    width: calc(43% + 8px);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
/*Features Section Start*/
.fea_sec{
    background-image: url(../images/gray-bg.jpg);
    background-position: center;
    background-size: cover;
    object-fit: cover;
    z-index: -1;
    padding: 100px 0;
    overflow: hidden;
}
.fea_img_box {
    width: 100%;
    height: 100%;
}
.fea_img_box img {
    width: calc(100% + 49px);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.main_ttl_box.fea_ttl_box {
    padding-left: 100px;
    max-width: 750px;
}
.fea_owl_container{
    position: absolute;
    bottom: 0;
    right: 0;
}
.main_ttl_box.fea_ttl_box h3 {
    margin: 14px 0 20px;
}
.owl-carousel.featured_owl .owl-stage-outer .owl-stage {
    display: flex;
}

.owl-carousel.featured_owl .owl-stage-outer {
    padding: 22px 0;
    margin-left: -184px;
}
.featured_owl .item{
    background-color: var(--white);
    border-radius: 10px;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 80px 20px 57.5px;
    transition: all 550ms ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.featured_owl .item::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    height: 0%;
    background-color: var(--brown);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 550ms ease;
}
.featured_owl .item:hover::after{
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.featured_owl .item .featured_icon img {
    max-height: 70px;
    height: 100%;
    transition: all 550ms ease;
}
.featured_icon::after {
    position: absolute;
    content: "";
    top: -15px;
    left: 50%;
    width: 100px;
    height: 100px;
    background-color: var(--white);
    z-index: -1;
    border-radius: 10px;
    transform: translateX(-50%);
    transition: all 550ms ease;
    opacity: 0;
    visibility: hidden;
}
.featured_icon {
    position: relative;
    z-index: 1;
}
.featured_owl .item:hover .featured_icon img {
    transform: scale(0.8);
}

.featured_owl .item:hover .featured_icon::after {
    opacity: 1;
    visibility: visible;
}
.featured_owl .item h4{
    font-size: 17px;
    color: var(--gray);
    font-weight: 500;
    margin-top: 47px;
    white-space: pre-line;
    line-height: 1.4;
    margin-bottom: 0;
    transition: all 550ms ease;
}
.featured_owl .item:hover h4{
    color: var(--white);
}
/*button owl*/
.owl-carousel.featured_owl.owl-theme .owl-nav::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: calc(100% - 118px);
    height: 2px;
    background: #707070;
    opacity: 32%;
}
.owl-carousel.featured_owl.owl-theme .owl-nav {
    margin-top: 40px;
    text-align: end;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 70%;
    margin-left: 70px;
}
.owl-carousel.featured_owl .owl-nav button.owl-next img,
.owl-carousel.featured_owl .owl-nav button.owl-prev img{
    width: 39px;
    transition: all 450ms ease;
}
.owl-carousel.featured_owl .owl-nav button.owl-next img{
    transform: rotate(180deg);
}
.owl-carousel.featured_owl.owl-theme .owl-nav .disabled {
    opacity: 1;
}
.owl-carousel.featured_owl .owl-nav button.owl-next,
.owl-carousel.featured_owl .owl-nav button.owl-prev{
    position: relative;
    transition: all 450ms ease;
}
.owl-carousel.featured_owl .owl-nav button.owl-next::after,
.owl-carousel.featured_owl .owl-nav button.owl-prev::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #fff;
    z-index: -1;
    opacity: 50%;
}
.owl-carousel.featured_owl .owl-nav button.owl-prev::after {
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
}
.owl-carousel.featured_owl .owl-nav button.owl-next::after{
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
}
.owl-carousel.featured_owl .owl-nav button.owl-next:hover,
.owl-carousel.featured_owl .owl-nav button.owl-prev:hover{
    background-color: transparent;
}
.owl-carousel.featured_owl .owl-nav button.owl-next:hover img,
.owl-carousel.featured_owl .owl-nav button.owl-prev:hover img{
    filter: invert(1);
}
.owl-carousel.featured_owl .owl-nav button.owl-next:hover::after,
.owl-carousel.featured_owl .owl-nav button.owl-prev:hover::after{
    background-color: var(--brown);
    opacity: 1;
}
/*Gallery Section Start*/
.glry_sec{
    padding: 100px 0 130px;
}
.main_ttl_box.glry_ttl_box.text-center h3 {
    white-space: pre-line;
    margin: 25px 0 55px;
}
.owl-carousel.glry_owl .owl-stage-outer .owl-stage {
    display: flex;
}
.glry_img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.glry_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}
.owl-carousel.glry_owl.owl-theme .owl-nav {
    margin-top: -60px;
    z-index: 1;
    position: relative;
    opacity: 0;
    transition: all 450ms ease;
}
.owl-carousel.glry_owl.owl-theme:hover .owl-nav {
    opacity: 1;
}
.owl-carousel.glry_owl .owl-nav button.owl-next img,
.owl-carousel.glry_owl .owl-nav button.owl-prev img{
    width: 39px;
    transition: all 450ms ease;
}
.owl-carousel.glry_owl .owl-nav button.owl-next img{
    transform: rotate(180deg);
}
.owl-carousel.glry_owl.owl-theme .owl-nav .disabled {
    opacity: 1;
}
.owl-carousel.glry_owl .owl-nav button.owl-next,
.owl-carousel.glry_owl .owl-nav button.owl-prev{
    position: relative;
    transition: all 450ms ease;
}
.owl-carousel.glry_owl .owl-nav button.owl-next::after,
.owl-carousel.glry_owl .owl-nav button.owl-prev::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #fff;
    z-index: -1;
    opacity: 50%;
}
.owl-carousel.glry_owl .owl-nav button.owl-prev::after {
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
}
.owl-carousel.glry_owl .owl-nav button.owl-next::after{
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
}
.owl-carousel.glry_owl .owl-nav button.owl-next:hover,
.owl-carousel.glry_owl .owl-nav button.owl-prev:hover{
    background-color: transparent;
}
.owl-carousel.glry_owl .owl-nav button.owl-next:hover img,
.owl-carousel.glry_owl .owl-nav button.owl-prev:hover img{
    filter: invert(1);
}
.owl-carousel.glry_owl .owl-nav button.owl-next:hover::after,
.owl-carousel.glry_owl .owl-nav button.owl-prev:hover::after{
    background-color: var(--brown);
    opacity: 1;
}
.owl-carousel .owl-item .item .glry_img a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    display: block;
}
.owl-item.active .item .glry_img a .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: var(--white);
    border: 0;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
}
.owl-item .item .glry_img a .gallery-btn {
    display: none;
}
.owl-item.active .item .glry_img a .gallery-btn::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    display: flex;
    background-image: url(../images/maximize.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}
.owl-item .item .glry_img a .gallery-btn::after{
    display: none;
}
.zoom-animate {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 6px solid var(--white);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 1;
    opacity: 0;
    animation: zoomInOut 2s ease-out infinite;
    transition: all 0.9s ease-in-out;
}
.wave1 { animation-delay: 0s; }
.wave2 { animation-delay: 1s; }
@keyframes zoomInOut {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/*Layout Plan Section Start*/
.layout_sec{
    background-image: url(../images/gray-bg.jpg);
    background-position: center;
    background-size: cover;
    object-fit: cover;
    z-index: -1;
    padding: 100px 0 250px;
    overflow: hidden;
}
.main_ttl_box.layout_ttl_box h3{
    white-space: pre-line;
    margin: 32px 0 50px;
}
#accordionPlan .accordion-item {
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 114px;
}
div#accordionPlan {
    position: relative;
    padding-top: 60px;
}
#accordionPlan .accordion-body {
    position: absolute;
    top: 0;
    padding: 0;
}
#accordionPlan .accordion-collapse.collapse .plan_img img{
    width: 100%;
    height: 100%;
    border-radius: 10px; 
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 450ms ease;
}
#accordionPlan .accordion-collapse.collapse.show .plan_img img{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
#accordionPlan .accordion-collapse .plan_img {
    max-width: 789px;
    max-height: 786px;
    width: 100%;
    height: 100%;
    border: 5px solid var(--white);
    border-radius: 10px;
}
#accordionPlan .accordion-button {
    padding: 10px 10px 10px 62px;
    max-width: 394px;
    width: 100%;
    background-color: transparent;
    margin-bottom: 27px;
    border-radius: 10px;
    border: 1px solid #C9BEA0;
    position: relative;
    font-size: 28px;
    font-weight: 500;
    color: var(--gray);
    box-shadow: none; 
    opacity: 0.5;
    transition: all 0.4s
}
#accordionPlan .accordion-button.show, #accordionPlan .accordion-button[aria-expanded="true"] {
    background-color: #DDD6C3;
    opacity: 1;
}

#accordionPlan .accordion-button::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #AC9B6F;
    opacity: 41%;
}
#accordionPlan .accordion-button::after {
    flex-shrink: 0;
    width: 40px;
    height: 14px;
    margin-left: 0;
    content: "";
    background-image: url(../images/arrow-right-black.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    transition: transform .2s ease-in-out;
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    background-color: transparent;
}
#accordionPlan .accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow-right-black.svg);
}
/*Specification Section Start*/
.specifi_sec{
    padding: 100px 0;
}
.speci_icon img {
    min-width: 56px;
    max-width: 56px;
    width: 100%;
    transition: all 650ms ease;
}
.speci_con_box {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 57px 40px 57px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 44px;
    margin-bottom: 15px;
    min-height: 201px;
    transition: all 650ms ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s;
}
.speci_con_box.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s;
}
.speci_info {
    position: relative;
    transition: all 1000ms ease;
    width: 100%;
    height: 100%;
}
.speci_con_box::after, .speci_con_box::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: -1;
    transition: all 0.5s;
}
.speci_con_box::after{
    background: linear-gradient(90deg, rgba(235, 235, 235, 0.8) 1%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    opacity: 1;
}
.speci_con_box:hover::after, .speci_con_box::before{
    opacity: 0;
}
.speci_con_box:hover::before{
    opacity: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 100%) 1%, rgba(235, 235, 235, 1) 100%); 
}
.speci_con_box .speci_icon {
    background: transparent;
    padding: 20px;
    border-radius: 5px;
    transition: all 0.5s;
    z-index: 1;
}
.speci_con_box:hover .speci_icon {
    background: #f0f0f0;
    z-index: 1;
}
.speci_con_box:hover .speci_icon img{
    transform: scale(0.9);
}
.speci_info h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--brown);
}
.speci_info p {
    font-size: 17px;
    font-weight: 500;
    color: var(--gray);
    margin-bottom: 0;
    line-height: 1.6;
    white-space: pre-line;
}
.main_ttl_box.speci_ttl_box h3{
    margin: 25px 0 60px;
}
.specifi_img {
    margin-right: -49px;
}
.specifi_img img {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
    object-fit: cover;
    min-height: 600px;
}
.specifi_content {
    margin-left: 56px;
    margin-right: 12px;
    max-width: 819px;
}
.speci_con_box:last-child{
    margin-bottom: 0;
}

.box-sticky{
    position: sticky;
    top: 30px;
}
/*Specification Section End*/
/*Download Brochure Section Start*/
.brochure_sec{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/brochure.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    padding: 180px 0 442px;
    z-index: 1;
    transition: all 0.5s;
}
.brochure_sec::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
    z-index: -1;
    transition: all 0.5s;
}
.main_ttl_box h2.text-white {
    border: 2px solid var(--white);
}
.main_ttl_box.broch_ttl_box h3 {
    margin: 18px 0 20px;
}
a.pdf_img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
}
.pdf_img_box span{
    width: 68px;
    height: 68px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items:  center;
}
.pdf_img_box .pdf_img{
   width: 36px;
}
/*Download Brochure Section End*/
/*Footer Section Start*/
footer{
    position: relative;
    padding: 0 0 57px;
}
.footer_bg{
    background-color: #E2D4B9;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-top: -345px;
    overflow: hidden;
}
.footer_bg::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 39%);
    z-index: 9;
}
.container.footer_bg {
    padding: 55px 134px 30px;
}
.footer_bg::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    z-index: -1;
    opacity: 0.39;
}
.ven_icon_box{
    margin: 20px 0 27.5px;
}
.prasta_icon{
    float: right;
    height: 99px;
    padding: 10px 10px 0 0;
    border-right: 1px solid #ffffff80;
}
.tripur_icon{
    padding: 10px 0 0 10px;
    height: 99px;
}
.venture_box h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--gray);
    margin-bottom: 17px;
}
.main_ttl_box.footer_ttl_box h2{
    border: 2px solid var(--brown);
}
.location_ttl {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.location_map_popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.location_map_popup iframe {
    width: 80%;
    height: 80%;
    border: none;
}
.location_map_popup .close_btn {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 28px;
    color: var(--white);
    cursor: pointer;
}
.location_ttl img {
    width: 23px;
}
.location_ttl span {
    font-size: 16px;
    color: var(--gray);
    font-weight: 600;
    padding-left: 6.5px;
}
.main_location{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.contact_bordr {
    border-right: 1px solid #ffffff80;
}
.contact_box h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--gray);
    margin-bottom: 10px;
}
.contact_box p {
    white-space: pre-line;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}
.contact_box {
    position: relative;
}
.contact_box{
    padding: 5px 50px 40px;
}
.main_ttl_box.footer_ttl_box {
    padding: 37.5px 0 36px;
    border-top: 1px solid #ffffff80;
}
.contact_box{
    width: 45%;
    min-width: 497px;
    padding: 40px;
}
.contact_box.contact_location::before {
    background-color: #846F51;
    border-radius: 10px;
    mix-blend-mode: screen;
    position: absolute;
    content: "";
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transition: all 450ms ease;
}

.contact_box.contact_location::before {
    height: 0%;
}
.contact_box.contact_location:hover::before{
    height: 100%;
}
.contact_bordr{
    border-right: 1px solid #ffffff80;
}
.contact_us{
    position: relative;
    margin: 38px 0 0;
}
.contact_us h4 {
    font-size: 17px;
    color: var(--gray);
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    position: relative;
    margin-bottom: 23px;
}
.contact_us h4::before,
.contact_us h4::after{
    border-bottom: 1px solid #ffffff80;
    width: 100%;
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: calc(50% - 50px);
    z-index: -1;
}
.contact_us h4::before{
    right: 0;
}
.contact_us h4::after {
    left: 0;
}
.contact_info,
.contact_info ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_info{
    gap: 55px;
}
.contact_info ul li:last-child{
    border-right: none;
}
.contact_info ul li{
    padding: 0 10px;
    border-right: 1px solid var(--gray);
    line-height: 1;
}
.contact_info ul li a{
     font-size: 20px;
    font-weight: 500;
    color: var(--gray);
    transition: all 450ms ease;
}
.contact_info ul li a:hover{
    color: var(--white);
}
.contact_info .email_text {
    color: var(--gray);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    transition: all 450ms ease;
}
.contact_info .email_text:hover{
    color: var(--white);
} 
.social_icon{
    height: 22px;
}
.social_ftr_icon{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 450ms ease;
}
.social_ftr_icon:hover{
    background-color: var(--white);
}
/*Bottom Footer Section Start*/
.footer_bottom {
    background-color: #4E3414C2;
    padding: 28px 0 16px;
}
.footer_bottom ul{
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.footer_bottom ul li {
    padding: 0 6px;
    border-right: 2px solid #ffffff80;
    font-size: 15px;
    color: #FFFFFFBD;
    font-weight: 400;
    transition: all 450ms ease;
    line-height: 1;
}
.footer_bottom ul li:last-child{
    border: none;
}
.footer_bottom ul a img {
    margin-left: 4px;
    max-height: 18px;
    mix-blend-mode: luminosity;
    filter: invert(1) grayscale(1) brightness(2);
    opacity: 0.55;
    transition: 0.5s all;
}
.footer_bottom ul a:hover img{
    mix-blend-mode: normal;
    opacity: 0.9;
}
/*Bottom Footer Section End*/
/*ID Scroll Start*/
#amenities_id,
#gallery_id,
#layout_plan_id,
#specification_id{
    scroll-margin-top: 30px;
    scroll-behavior: smooth;
}
#overview_sec{
    scroll-margin-top: 30px;
    scroll-behavior: smooth;
}
#brochure_id,
#location_id{
    scroll-margin-top: 80px;
    scroll-behavior: smooth;
}
/*ID Scroll End*/
/*Enquiry Form Start*/
.enquiry_modal .modal-content {
    background-color: var(--white);
    border: none;
    border-radius: 10px;
    padding: 40px;
    z-index: 1;
    overflow: hidden;
}
.enquiry_modal .modal-content::after{
   position: absolute;
    content: "";
    bottom: -40px;
    left: -40px;
    background-image: url(../images/menu-bg.jpg);
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    background-position: center;
    background-size: cover;
    max-width: 400px;
    width: 100%;
    height: 500px;
    max-height: 100%;
    z-index: -1;
    opacity: 30%;
}
.enquiry_modal .modal-content::before {
    position: absolute;
    content: "";
    bottom: -40px;
    right: -40px;
    background-image: url(../images/menu-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 400px;
    width: 100%;
    height: 500px;
    max-height: 100%;
    z-index: -1;
    opacity: 60%;
}
.modal.enqury_modal .modal-header{
    border-bottom: none;
}
.modal.enqury_modal .fade .show{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1) translate(0) !important;
}
.modal.enqury_modal .fade{
    opacity: 0;
    padding: 32px;
    max-width: 890px;
    --bs-offcanvas-width: 100%;
    border: solid 14px transparent;
    transform-origin: top right;
    transform: scale(.3) translate(0) !important;
    --bs-offcanvas-transition: all 0.3s ease-in-out;
}
.modal.enqury_modal .btn-close {
    width: 28px;
    height: 28px;
    position: relative;
    background: none;
    opacity: 1;
    padding: 0!important;
    transition: all 450ms ease;
    position: absolute;
    top: 30px;
    right: 30px;
}
.modal.enqury_modal .btn-close:focus {
    box-shadow: none;
    opacity: 1;
}
.modal.enqury_modal .btn-close:hover {
    opacity: 1;
}
.modal.enqury_modal .btn-close::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background-color: var(--brown);
    transform: rotate(-45deg);
    transition: all 450ms ease;
}
.modal.enqury_modal .btn-close::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background-color: var(--brown);
    transform: rotate(45deg);
    transition: all 450ms ease;
}
.modal.enqury_modal .btn-close:hover::before {
    transform: rotate(180deg);
}
.modal.enqury_modal .btn-close:hover::after {
    transform: rotate(0deg);
}
.form_btn {
    padding: 8px 16px;
    border: 2px solid var(--brown);
    border-radius: 5px;
    transition: all 450ms ease;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    margin: 0 auto;
    background-color: var(--brown);
    color: var(--white);
}
form.rq_model_form {
    padding: 40px;
    max-width: 750px;
    margin: 0 auto;
}
form.rq_model_form textarea::placeholder,
form.rq_model_form input::placeholder {
    color: var(--gray);
    font-size: 16px;
    font-weight: 400;
}
form.rq_model_form .form-control {
    color: var(--gray);
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 16px 20px;
}
form.rq_model_form textarea.form-control {
    resize: none;
    height: 120px;
    padding: 16px 20px;
    transition: all 450ms ease;
}
form.rq_model_form .form-control:hover,
form.rq_model_form .form-control:active,
form.rq_model_form .form-control:focus{
    box-shadow: none;
    border-color: transparent;
    border-bottom: 1px solid var(--brown);
}
.main_ttl_box.enquiry_form_ttl {
    max-width: 600px;
    margin: 0 auto;
}
.main_ttl_box.enquiry_form_ttl h3{
    font-size: 30px;
    font-weight: 600;
    color: var(--brown);
    margin: 20px 0 0;
}
/*Enquiry Form Start*/
/*Button Style Start*/
.main-btn {
    justify-content: center; 
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 8px 16px;
    border-radius: 5px;
    background-color: var(--white);
    border: 2px solid var(--brown);
    line-height: 1;
    display: flex;
    margin: 0 auto;
    align-items: center;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--brown);
    transition: all 450ms ease;
}
.main-btn.form_btn{
    padding: 11.5px 17px;
}
.main-btn::before {
    background-color: var(--brown);
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.5s;
}
.main-btn .btn-wrap {
    z-index: 1;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: none;
}
.main-btn .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--brown);
    transition: all 0.5s;
}
.main-btn .btn-wrap .text-one, 
.main-btn .btn-wrap .text-two {
    display: flex;
    align-items: center;
}
.main-btn:hover .btn-wrap .text-one {
    transform: translateY(-150%);
}
.main-btn:hover .btn-wrap .text-two {
    top: 50%;
    transform: translateY(-50%);
}
.main-btn .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: var(--white);
    transition: all 0.5s;
}
.main-btn:after {
    display: block;
    clear: both;
    content: "";
}
.main-btn:hover::before {
    height: 100%;
}

/*Button Style End*/
/*Thanks Page Start*/
.brochure_sec.thanks_brochure_sec .main_ttl_box h3 {
    font-size: 60px;
}
.brochure_sec.thanks_brochure_sec .main_ttl_box p {
    white-space: pre-line;
}
.brochure_sec.thanks_brochure_sec .main_ttl_box .main-btn{
    max-width: 170px;
    width: 100%;
    padding: 12px;
}
.brochure_sec.thanks_brochure_sec .main_ttl_box h4{
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
}
.brochure_sec.thanks_brochure_sec {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/features.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    padding: 180px 0 442px;
    z-index: 1;
    transition: all 0.5s;
}
.brochure_sec.thanks_brochure_sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53);
    z-index: -1;
    transition: all 0.5s;
}