/* ===========================
   Import Playfair Display (Regular 400)
   =========================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

@font-face {
    font-family: FreigDisProBoo;
    src: url(../fonts/FreigDisProBoo.otf)
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf)
}

@font-face {
    font-family: PlayfairDisplay-Regular;
    src: url(../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf)
}

@font-face {
    font-family: Graphik-Starwood-Regular;
    src: url(../fonts/Graphik-Starwood-Regular.otf)
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    --swiper-theme-color: #fff !important;
}

button {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    color: unset;
    border: none;
    cursor: pointer;
}



html {
    scroll-padding-top: 110px;
}

body {
    font-family: Graphik-Starwood-Regular;
    overflow-x: hidden;
}





button:focus {
    outline: none;
    box-shadow: none;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

.container {
    max-width: 94%;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

p.uppercase {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

.section-sub-heading {
    font-size: 15px;
    letter-spacing: 5px;
    font-family: 'Graphik-Starwood-Regular';
    border-bottom: 1px solid #000;
    padding-bottom: 7px;
    margin-bottom: 40px;
    width: fit-content;
    text-transform: uppercase;
}

.section-main-heading {
    font-family: FreigDisProBoo;
    font-size: 42px;
    letter-spacing: 3px;
    line-height: 52px;
    margin-bottom: 50px;
    color: #000;
}

.paragraph-font {
    font-family: Poppins;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
}

.custom-buttom {
    border: 1px solid #000;
    font-size: 14px;
    padding: 12px 34px;
    background-color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

/* ===========================
   Hero Section
   =========================== */
.hero-details-section {
     background-image: url(../images/banner_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100% !important;
    height: 400px;
    padding-left: 80px;
    padding-right: 80px;
    font-family: 'Poppins-Regular', serif;
}


/* ===========================
   Border
   =========================== */
.border-bottom-custom {
    margin-top: 27px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/* ===========================
   Headings
   =========================== */
.main-heading {
    font-size: 56px;
    color: #fff;
    letter-spacing: 3px;
    font-family: FreigDisProBoo;
    font-weight: 400;
}

h1.main-heading {
    padding-top: 170px;
    display: inline-block;
    transform-origin: left;
}

/* ===========================
   Menu Bar Section
   =========================== */
.menu-bar-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ffffff38;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 15px;
    padding-top: 20px;
}

.menu-bar-section.fixed {
    /* background: #405537; */
    /* transition: all 0.4s 
ease-in-out;
box-shadow: rgb(103 126 93 / 34%) 0 8px 6px -6px;
width: 100%; 
*/
    z-index: 999;
    background-image: url("../images/header_bg.webp");
    /* background-attachment: fixed; */
    background-position: right;
    width: 100% !important;
    background-size: cover;
}


.side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-image: url("../images/amenities_bg.webp");
    background-size: cover;
    background-position: right;
    color: var(--fff);
    padding: 10px 20px;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease;
    z-index: 20;
}

.manu_pop_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    height: auto;
    margin: auto;

}

.manu_pop_flex {
    display: flex;
    justify-content: space-between;
    width: 50%;
    position: relative;
    padding-left: 60px;
}

.manu_pop_flex::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            #ffffff 45.67%,
            rgba(255, 255, 255, 0) 100%);
}

.manu_list_area {
    width: 94%;
    margin: auto;
    padding: 40px 0px;
}

.manu_pop_flex_item {
    width: 50%;
}

.side-menu.activemanu {
    right: 0;
}

.side-menu .close-btn {
    background: none;
    border: 1px solid #ffffff !important;
    border-radius: 50px;
    padding: 10px 15px;
    color: #ffffff;
    cursor: pointer;
    /* position: absolute;
    top: 35px;
    right: 20px; */
}

.side-menu .side_nav_logo {
    /* width: 100%; */
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.side-menu .side_nav_logo img {
    width: 150px;

}

.side-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    gap: 22px;
}

.manu_list_area {
    display: flex;
    border-top: 1px solid #ffffff3c;
    border-bottom: 1px solid #ffffff3c;
    padding: 30px 0;
    margin-top: 20px;
}

.builderLogo_manu {
    width: 280px;
    filter: invert(1);
}

.popup_builderBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.popup_content {
    font-family: Poppins;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: justify;
    text-transform: capitalize;
    width: 80%;
    margin: 0px auto;
    color: #fff;
    line-height: 22px;
    margin-top: 45px;
}

.side-menu ul li {
    color: #fff;
    text-align: left;
    font-family: FreigDisProBoo;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--primary-color);
    width: 100%;
}

.side-menu ul li:last-child {
    border-bottom: none;
}

.side-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}

.side-menu ul li a:hover {
    color: #fcfcfc;
}

.menu_popup_rera.project_rera {
    text-align: center;
}

.menu_popup_rera {
    text-align: center;
    margin-top: 30px;
    padding: 0 60px;
}

.menu_popup_rera .project_rera {
    justify-content: center;
}

.menu_popup_rera .project_rera .rera-specific {
    font-size: 12px;
}

/* ===========================
   Logo Image
   =========================== */
img.img-fluid.project-logo-img {
    width: auto;
    height: 70px;
}

.second-content-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    /* gap: 0px 100px; */
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 3px;
    margin-top: 41px;
    font-weight: 300;
}

.hero-details-section .custom-col {
    /* width: 20%; */
}

.hero-details-section .custom-col p {
    padding: 0px;
    margin: 0px;
}

.banner_v_line {
    width: 1px;
    height: 40px;
    background-color: #fff;
}

/* .hero-details-section .custom-col:nth-of-type(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 10px 40px;

}

.hero-details-section .custom-col:nth-of-type(1),
.custom-col:nth-of-type(2) {
    position: relative;
} */

/* .hero-details-section .custom-col:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -14%;
    width: 1px;
    height: 40px;
    background-color: #fff;
}

.hero-details-section .custom-col:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -14%;
    width: 1px;
    height: 40px;
    background-color: #fff;
} */


.menu-bar-section .custom-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.menu-bar-section .custom-col {
    width: 50%;
    display: flex;
    align-items: center;
}

.menu-bar-section img.img-fluid.call-icon-top {
    width: auto;
    height: 29px;
}

.menu-bar-section .custom-col:nth-of-type(2) {
    justify-content: end;
    display: flex;
    gap: 0px 40px;
}

.top-form-button {
    color: #fff;
}

.price_section .section-sub-heading{border-bottom: 1px solid #ffffff;}
p.top-form-button {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-weight: 500;
    cursor: pointer;
}

.menu-bar-section .menu-bar {
    width: auto;
    height: 33px;
}



.img-comp-container {
    position: relative;
    width: 100%;
    /* Full width */
    max-width: 100%;
    /* Prevent overflow */
    /* height: 70vh; */
    /* Full viewport height (you can change this to a fixed px value if desired) */
    overflow: hidden;
}

.img-comp-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-comp-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    /* Keeps image proportional while filling space */
    display: block;
    vertical-align: middle;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    border-radius: 50%;
}

.img-comp-container {
    position: relative;
    width: 100%;
    aspect-ratio: 24/9;
    overflow: hidden;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    width: 40px;
    height: 650px;
    /* Make slider full container height */
    background: #00000000;
    /* Make circle background transparent */
    top: 0px !important;
}

/* Circle handle */
.img-comp-slider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    /* Circle size */
    height: 90px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 10;
}

/* Vertical line */
.img-comp-slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    /* Line thickness */
    height: 101%;
    /* Full container height */
    background-color: #ffffff;
    z-index: 5;
}

.img-comp-slider img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    /* Adjust icon size */
    height: 26px;
    z-index: 11;
    pointer-events: none;
    /* Prevent dragging issues */
}


.amenities-section {
    background-image: url(../images/amenities_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 0px;
    padding-right: 0;
    /* margin-top: 80px; */
}

.about-section .paragraph-font {
    margin-bottom: 22px;
    width: 80%;
}

.about-section h2.section-main-heading {
    width: 70%;
}


.amenities-section h2.section-main-heading {
    color: #fff;
    width: 73%;
}

.amenities-section h4.section-sub-heading {
    color: #fff;
}

.amenities-section .section-sub-heading {
    border-bottom: 1px solid #ffffff;
}

.amenities-section .container {
    padding-left: 30px;
    padding-right: 30px;
}

.amenities-section .custom-three-img-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.amenities-section .custom-three-img-row .amenity-img-box {
    width: 33.3%;
    height: 339px;
    object-fit: cover;
}

.box-all-amenities-details {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 30px;
}

.amenity-box-1 {
    width: 25%;
}

.amenity-box-1 h4 {
    font-family: PlayfairDisplay-Regular !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px !important;
    line-height: 60px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;

}

ul.amenities-details {
    list-style: none;
    font-family: Poppins;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 30px;
}

.amenities-section .custom-border {
    width: 90%;
    height: 1px;
    background-color: #fff;
    margin: 0px auto;
    margin-top: 50px;
}


.amenities-section h4 {
    font-family: 'Graphik-Starwood-Regular';
    text-transform: capitalize;
    letter-spacing: 3px;
    font-size: 15px;
    text-align: center;
}

.custom-border.custom-border-2 {
    margin-top: 10px;
}

.amenities-section button.custom-buttom {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    margin: 0px auto;
    display: block;
    margin-top: 40px;
}

.highlights-sectio h2.section-main-heading {
    margin-bottom: 100px;
    width: 70%;
}

.highlights-section {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0;
}

.highlights-section h2.section-main-heading {
    width: 70%;
    margin-bottom: 80px;
}

/* highlights section */
.highlights_section {
    /* padding-bottom: 60px; */
    padding: 80px 0px;
    overflow-x: hidden;
}

.highlights_section h2.section-main-heading {
    width: 70%;
    margin-bottom: 80px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlights_slider_btn {
    position: relative;
    width: 130px;
    margin: auto;
    margin-top: 80px;
}

.highlights_slider_area {
    padding-left: 80px;
}

.highlights_slider_area .nav-tabs {
    margin-bottom: 35px;
    border-bottom: none;
}

.highlights_slider_area .nav-tabs .nav-item {
    display: flex;
    justify-content: center;
}

.highlights_slider_area .nav-tabs .nav-link.active {
    border: none;
    color: #5a754e;
    font-weight: 500;
}

.highlights_slider_area .nav-tabs .nav-link:hover {
    border: none;
    text-align: center;
}

.highlights_slider_area .nav-tabs .nav-link {
    font-family: Poppins;
    font-weight: 300;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    line-height: 25px;
}

.highlights_slider_btn .swiper-button-prev,
.highlights_slider_btn .swiper-button-next {
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Custom images */
.highlights_slider_btn .swiper-button-prev {
    background-image: url('../images/icons/right-arrow.svg');
}

.highlights_slider_btn .swiper-button-next {
    background-image: url('../images/icons/left-arrow.svg');
}

/* Remove Swiper’s default arrows */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}


.highlights_section .tab-content .swiper-slide img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.highlights_section .tab-content .swiper-slide {
    position: relative;
}

.highlights_section .tab-content .swiper-slide .highlights_desc {
    position: absolute;
    bottom: 0px;
    padding: 180px 20px 20px 20px;
    padding-top: 180px;
    padding-bottom: 20px;
    left: 0;
    width: 100%;
    margin: 0px auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgb(6 6 6 / 68%) 80%, #000000 100%);

}

.highlights_section .tab-content .swiper-slide .highlights_desc p {
    color: #fff;
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center
}

.highlights_section .custom-buttom {
    /* border-color: #fff; */
    background-color: transparent;
    /* color: #fff; */
    margin: 0px auto;
    display: block;
    margin-top: 125px;
}


/* price section */
.price_section {
      background-image: url(../images/amenities_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 0px;
    padding-right: 0;
    padding: 80px 0px;
    color: #fff;
}

.price_section .container {
    padding-left: 30px;
    padding-right: 30px;
}

.price_section h2.section-main-heading {
    color: #fff;
    width: 70%;
    margin-bottom: 80px;
}

/* .price_section .table .price_box th, .price_section .table .price_box td{
border-top:none !important;
} */

.price_section .table tr th {
    border-bottom: 1px solid #ffffff3b;
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0px !important;
    border-color: #ffffff3b;

}

.price_section .table tr td {
    /* border-bottom: 1px solid #fff; */
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0px !important;
    border-top: none;

}

.price_b_last {
    border-bottom: 1px solid #ffffff3b;
}

.price_section .table .custom-buttom {
    margin-top: 0px;
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
}

.price_section tr th,
.price_section tr td {
    border-right: 1px solid #ffffff3b;
}

.price_section tr th:last-child,
.price_section tr td:last-child {
    border-right: none;
}

/* .price_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
} */

/* Remove border from the last column */
.table_item:last-child {
    border-right: none;
}

/* floor_plan_sec */
.floor_plan_sec {
    padding: 80px 0px;
}

.floor_plan_sec .floor_plan_img {
    width: 100%;
    height: 800px;
    object-fit: contain;
    margin-top: 30px;
    margin-bottom: 60px;
}

.floor_plan_sec .typo_header {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0px;
    margin: 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.floor_plan_sec .typo_header h4 {
    font-family: Poppins;
    /* font-weight: bold; */
    font-style: Medium;
    font-size: 24px;
    line-height: 61px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.floor_plan_sec .typo_header img {
    width: 50px;
    height: 50px;
}

.floor_plan_sec .master_plan_img {
    width: 100%;
    height: 596px;
    object-fit: cover;
    margin-top: 60px;
    /* margin-bottom: 60px; */
}

.floor_plan_sec .plan_text1,
.floor_plan_sec .plan_text2,
.floor_plan_sec .plan_text3 {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;

}

.floor_plan_sec .section-main-heading {
    font-size: 36px;
    width: 70%;
}

.floor_plan_sec .plan_text2 {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.floor_plan_sec .card {
    border: none !important;
    padding: 0px 60px;
}

.floor_plan_sec .card .view_btn {
    font-size: 16px;
    text-transform: capitalize;
    padding: 5px 8px;
    border-left: none;
    border-right: none;
}

.floor_plan_sec .card .download_btn {
    width: fit-content;
    margin: auto;
    margin-top: 40px;
}

/* location sectioon */
.location_sectioon {
    padding: 80px 0px;
    background-image: url(../images/amenities_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.location_sectioon .section-sub-heading {
    color: #fff;
    border-color: #fff;
}

.location_sectioon .section-main-heading {
    color: #fff;
    border-color: #fff;
    width: 70%;
}

.location_sectioon .nav-tabs {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 20px;

}

.location_sectioon .nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;

}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    font-weight: 500;
}

.location_sectioon .tab-content {
    padding: 40px 0px;
    border-bottom: 1px solid #dee2e6;

}

.location_sectioon .tab-content ul {
    margin: 0 !important;
    padding: 0;

}

.location_sectioon .tab-content ul li {
    list-style: none;
    padding: 20px 0px;
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ffffff88;
    display: flex;

}

.location_sectioon .tab-content ul li span {
    margin-right: 20px;
}

.location_sectioon .custom-buttom {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

/* developer_sec */
.developer_sec {
    padding: 80px 0px;
    padding-top: 0;
}

.developer_sec .section-main-heading {
    width: 70%;
}

.developer_sec .dev_desc {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;

}

.developer_logo {
    padding: 10px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 100px;
}

.developer_logo h4 {
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 28px;
    line-height: 70px;
    letter-spacing: 3px;
    text-transform: capitalize;
    color: #184797;

}

.developer_logo img {
    width: 300px;
    /* height: 107px; */


}



.custom-gallery-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col-gallery-1 {
    width: 50%;
}

.progress-bar-box {
    margin-top: 59px;
    display: flex;
    align-items: center;
    gap: 0px 30px;
}

.progress-bar {
    width: 300px;
    height: 2px;
    background-color: #00000038;
    position: relative;
}

span.load-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    background-color: #000;
    height: 2px;
}

.progress-bar-box span {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.gallery-section {
    padding-left: 0px;
    padding-right: 0px;
}

img.img-fluid.gallery-img {
    width: 100%;
    height: 559px;
    object-fit: cover;
}

a.carousel-control-next,
a.carousel-control-prev {
    position: unset;
    width: 30px;
}

.custom-button-slide {
    position: absolute;
    top: -90px;
    right: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 20px;
}

a.carousel-control-prev img {
    transform: rotate(180deg);
}


footer {
    padding: 80px 0px;
    background-image: url(../images/amenities_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0px;
}

footer .section-main-heading {
    color: #fff;
    text-transform: capitalize;
}

.footer_form input {
    background-color: transparent;
    border-color: #fff;
    border-radius: 0px;
    padding: 25px 18px;
    color: #fff !important;
}

.message_input {
    height: 70px;
}

.form_desc {
    font-size: 12px;
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    line-height: 25px;
    letter-spacing: 1px;

}

.footer_form input:focus {
    background-color: transparent;
}

.footer_form input::placeholder {
    color: #fff;

}

.footer_form .custom-buttom {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.form_disc {
    margin-top: 20px;
}

.footer_rera {
    padding: 60px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 120px;

}

footer .disclaimer {
    text-align: left;
}

footer .disclaimer p {
    color: #fff;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
}

footer .disclaimer .moreless-button {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

.project_rera {
    color: #fff;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    line-height: 20px;
    letter-spacing: 1px;
}

.copy_write_con {
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.copy_write_con p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
}

.copy_write_con .gtf_name {
    font-size: 14px;
}

.copy_write_con .gtf_name a {
    text-decoration: none;
    color: #fff;
    text-decoration: underline;
}

/* write by sandeep */

/* modal */

.modal .modal-title {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    max-width: 70%;
}

.modal .modal-content {
    /* background-color: #474646; */
    /* Dark Green */
}

.modal .form-control {
    background-color: transparent;
    border-color: #000;
    color: #000;
    border-radius: 0px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    min-height: 48px;
}

.modal_close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #000 !important;
    border-radius: 50px;
    padding: 10px 15px !important;
    color: #ffffff;
    cursor: pointer;
    z-index: 999;
}

.modal_close_btn img {
    filter: invert(1);
}

.modal .message_input {
    color: #000;
}

.modal_logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.modal_logo img {
    width: 150px;
    margin: 0px auto;
    filter: invert(1);
}

.modal .form-check label {
    color: #000 !important;
}

.modal .form-control::placeholder {
    /* color: #fff !important; */
    /* opacity: 0.5; */
}

/* .modal .form-control:focus {
    background-color: transparent !important;
    border-color: #fff !important;
    color: #fff !important;
} */

.modal .form-control:focus,
.modal .btn-outline-white:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.modal .btn-outline-white {
    color: white;
    border-color: white;
}

.modal .btn-outline-white:hover {
    background-color: white;
    color: #fff;
}

.modal .modal-header,
.modal .modal-footer {
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255 255 255 / 15%);
}

.footer_rera p.uppercase {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Poppins';
}

.modal .modal-body {
    padding: 30px;
}

.modal .form-check .form-check-label {
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 0.3px;
}

.modal .modal-footer button {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    border-width: 1px;
    border-color: #ffffff;
    color: #ffffff;
    background-color: #004d1a !important;
    width: fit-content;
    margin: auto;
    padding: 10px 50px;
}


.mobile-section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 0px;
    left: 0;
    background-color: #395531;
    color: #fff;
    z-index: 999;
    width: 100%;
    display: none;
    overflow: hidden;
    padding: 4px;
}

.mobile-section a {
    color: #fff;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 300;
    letter-spacing: 1px;
    /* box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important; */
}

.mobile-section a:focus {
    color: #fff;
}

.mobile-section a:active {
    color: #fff;
}

.mobile-section a:hover {
    color: #fff;
}

.project_rera {
    color: #fff;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    line-height: 20px;
    letter-spacing: 1px;
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}
label.form-check-label.text-white {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Poppins-Regular';
}
span.rera-specific {
    width: auto;
}
input.checkbox-pd{padding: 0;}

.btn-dark:hover{
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #395531 !important;
    transition: all 0.3s ease-in-out;
}
.btn-light:hover{
    background-color: #004d1a !important;
    border-color: #004d1a !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: unset;
    background-color: unset;
    border-color: unset;
}
.btn-light.focus, .btn-light:focus {
    color: unset;
    background-color: unset;
    border-color: unset;
    box-shadow: none;
}



/* start responsive css */


@media (max-width: 1444px) {
    h1.main-heading {
        padding-top: 170px;
        font-size: 40px;
    }

    .hero-details-section .custom-col p {
        font-size: 15px;
    }

    .section-main-heading {
        font-size: 30px;
        font-size: 30px;
        line-height: 40px;
    }

    .amenity-box-1 h4 {
        font-size: 30px !important;
        line-height: 38px;

    }

    .highlights_slider_area .nav-tabs .nav-link {
        font-size: 16px;
    }

    .price_section .table tr th,
    .price_section .table tr td {
        font-size: 16px;
    }

    .floor_plan_sec .section-main-heading {
        font-size: 30px;
    }

    .floor_plan_sec .typo_header h4 {
        font-size: 20px;
        line-height: 36px;
    }

    .floor_plan_sec .typo_header img {
        width: 40px;
        height: 40px;
    }

    .floor_plan_sec .plan_text1,
    .floor_plan_sec .plan_text2,
    .floor_plan_sec .plan_text3 {
        font-size: 16px;
        line-height: 25px;

    }

    .floor_plan_sec .card .view_btn {
        font-size: 14px;
    }

    .floor_plan_sec .typo_header {
        padding: 10px 0px;
    }

    .floor_plan_sec .master_plan_img {
        height: 434px;

    }

    .location_sectioon .nav-tabs .nav-link {
        font-size: 16px;
    }

    .location_sectioon .tab-content ul li {
        font-size: 16px;
        padding: 12px 0px;
    }

    .img-comp-container {
        aspect-ratio: 18 / 9;

    }

    .highlights_slider_area .nav-tabs {
        margin-bottom: 25px;

    }

}

@media (max-width: 1367px) {
    .img-comp-container {
        aspect-ratio: 19 / 9;

    }

    h1.main-heading {
        padding-top: 150px;
        font-size: 40px;
    }

    .border-bottom-custom {
        margin-top: 18px;
    }

    .second-content-box {
        /* gap: 0px 80px; */
        font-size: 18px;
        margin-top: 30px;
    }

    .hero-details-section {
        height: 325px;
    }

    .hero-section img {
        height: 550px;
        object-fit: cover;
        width: 100%;
    }

    .section-sub-heading {
        margin-bottom: 40px;
    }

    .img-comp-img img {
        height: 549px;
    }

    .section-main-heading {
        font-size: 30px;
        line-height: 44px;
    }

    .highlights_section .tab-content .swiper-slide img {
        height: 390px;
    }

    .highlights_section h2.section-main-heading {
        margin-bottom: 30px;
    }

    .floor_plan_sec .floor_plan_img {
        width: 100%;
        height: 633px;
        /* object-fit: cover; */
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .floor_plan_sec .master_plan_img {
        width: 100%;
        height: 386px;
        object-fit: cover;
        margin-top: 60px;
        margin-bottom: 0px;
    }

    .custom-button-slide {
        top: -67px;
    }

    img.img-fluid.gallery-img {
        width: 100%;
        height: 513px;
        object-fit: cover;
    }

    .highlights_section {
        /* padding-bottom: 60px; */
        padding: 80px 0px;
        overflow-x: hidden;
        padding-top: 40px;

    }

    .img-comp-container {
        position: relative;
        width: 100%;
        max-width: 100%;
        /* height: 90vh; */
        overflow: hidden;
    }

    .price_section .table tr th,
    .price_section .table tr td {
        font-size: 16px;
    }

    .amenity-box-1 h4 {

        font-size: 30px !important;
        line-height: 40px;


    }

    img.img-fluid.project-logo-img {
        width: auto;
        height: 53px;
    }

    .menu-bar-section {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .highlights_slider_area .nav-tabs .nav-link {
        font-size: 16px;
        line-height: 24px;
    }

    .highlights_section .tab-content .swiper-slide .highlights_desc p {
        font-size: 16px;
    }

    .floor_plan_sec .section-main-heading {
        font-size: 30px;
    }

    .floor_plan_sec .typo_header h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .floor_plan_sec .typo_header img {
        width: 38px;
        height: 38px;
    }

    .floor_plan_sec .typo_header {
        padding: 12px 0px;
        margin-bottom: 22px;
    }

    .floor_plan_sec .plan_text1,
    .floor_plan_sec .plan_text2,
    .floor_plan_sec .plan_text3 {
        font-size: 16px;
    }

    .floor_plan_sec .card .view_btn {
        font-size: 14px;
    }

    .floor_plan_sec .card .download_btn {
        margin-top: 30px;
    }

    .location_sectioon .nav-tabs .nav-link {
        font-size: 16px;
    }

    .location_sectioon .tab-content ul li {
        padding: 15px 0px;
        font-size: 16px;
        line-height: 22px;

    }

    .developer_sec .dev_desc {
        font-size: 16px;
    }

    .developer_logo h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .developer_logo img {
        width: 210px;
        /* height: 107px; */
    }

    .developer_logo {
        padding: 15px 0px;
        margin-top: 70px;
    }

    .menu-bar-section .custom-col:nth-of-type(2) {
        gap: 0px 20px;
    }
}