@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-primary: #932D24;
    --bs-secondary: #D6854F;
    --bs-body-font-family: "Montserrat", sans-serif;
    --bs-body-font-secondary: "cofo-raffine", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000;
    --bs-body-bg: #fff;
}

body {
    overflow-x: hidden
}

html {
    scroll-behavior: initial !important
}

img {
    max-width: 100%;
    height: auto
}

.section {
    padding: 50px 0;
}


.btn {
    font-size: .875rem;
    border-radius: 6px;
    padding: 8px 24px;
}

.btn-primary {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: transparent
}

.btn-primary:hover {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
}

.btn-secondary {
    background-color: #FFFFFF;
    color: var(--bs-primary);
    border-color: transparent;
}

.btn-secondary:hover {
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: transparent;
}

.btn-secondary.navbtn {
    padding: 8px 16px;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid;
    box-shadow: none
}

.sec_head {
    font-size: 2.5rem;
    margin-bottom: 2px;
    color: var(--bs-primary);
    font-weight: 500;
    line-height: 1.3;
    font-family: var(--bs-body-font-secondary);
}
.header_nav {
    padding: 8px 20px;
}

.navbar {
    background-color: #fff;
    border-radius: 8px;
    /* border-bottom: 2px solid var(--bs-secondary); */
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
}

.navbar-expand .navbar-collapse {
    justify-content: end;
}

.navbar-brand img {
    height: 60px;
}
.invalid-feedback {
    color:#0bff00;
}
/*  */
 .banner-img img {
        height: 100vh;
    }
.banner-img::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, #000);
    pointer-events: none;
}

.banner-content-row {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.banner-content h5 {
    font-weight: 400;
    font-size: 1.5rem;
}

.banner-content h1 {
    font-size: 3.5rem;
    font-weight: 500;
    font-family: var(--bs-body-font-secondary);
}

.banner-content .banner-content-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
}

.banner-bottom-info {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
}

.banner-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: self-end;
}

.banner-location {
    line-height: 1;
    border-bottom: 1px solid #fff;
}

.banner-bottom .rera_small {
    font-size: .75rem;
    text-align: end;
}

.banner-form-row {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.banner_form {
    padding: 24px 20px;
    border-radius: 4px;
    background: var(--bs-primary);
    box-shadow: 0 13px 20px #0000000d;
}

.banner-form .form-control,
.banner-form .form-select {
    padding: 5px 10px;
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff !important;
    box-shadow: none !important;
    margin-bottom: 8px;
}

.banner-form .form-control::placeholder {
    color: #fff !important;
}
.banner_form h4 {
    font-family: var(--bs-body-font-secondary);
    font-size: 2.5rem;
    margin-bottom: 0;
}
.over_block {
    padding: 8px 8px 8px 60px;
    background-color: var(--bs-secondary);
    height: 100%;
    border-radius: 6px;
}
.overview_list {
    column-count: 2;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
}
.overview_list li {
    font-family: var(--bs-body-font-secondary);
    font-size: 2.5rem;
    font-weight: 500;
}
.whatelse_sec,.ameniti_sec {
    background-color: var(--bs-primary);
}
.whatelse_block {
    background-color: #fff;
    border-radius: 6px;
}
.life_swiper {
    overflow: visible;
}
.life_img,
.life_img img {
    height: 100%;
}
.swiper-slide {
    height: inherit;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid var(--bs-primary);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
}
.ameniti_div img {
    width: 60px;
}
.igbc_card {
    width: fit-content;
}
.igbc_card .card-body {
    gap: 10px;
    padding: 0px 26px 0 0;
}
.floor_sec {
    background-color: #D6854F;
    border-radius: 8px;
}
.Floorplans_swiper {
    overflow: visible;
}
.swiper-slide-center {
   position: absolute;
    right: 0;
    top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: fit-content;
}
.swiperbtn-next, .swiperbtn-prev {
    padding: 12px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 0;
    position: static;
}
.swiperbtn-next::after, .swiperbtn-prev::after {
    color: var(--bs-primary);
    font-size: 12px;
    font-weight: 900;
}
.swiperbtn-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.swiperbtn-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color:#fff;
}
.specifications_sec {
    background-color: var(--bs-primary);
}
.speci_block {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 30px 10px; 
}
.speci_block .speci .head {
    font-family: var(--bs-body-font-secondary);
    font-size: 1.75rem;
    color: var(--bs-primary);
    margin-bottom: 0;
    font-weight: 500;
}
.speci_block .speci li {
    color: #000;
    font-weight: 500;
}
@media (max-width: 1199px) {
    .banner-img img {
        height: 640px;
    }

    .banner-content h1 {
        font-size: 1.75rem;
    }
}

@media (max-width: 991px) {
    .navbar-expand .navbar-nav {
        position: absolute;
        bottom: -36px;
        display: inline-flex;
        justify-content: space-around;
        width: 100%;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: scroll;
        padding: 0 10px;
        background-color: #fff;
    }

    .header_nav {
        padding: 0;
    }

    .navbar-nav .nav-link {
        color: var(--bs-primary);
        font-weight: 500;
    }

    .banner-content .banner-content-info {
        margin: auto;
    }

    .banner-bottom-info {
        padding: 6px 13px;
    }

    .banner-form-row {
        position: relative;
        transform: none;
    }

    .banner_form {
        border: 1px solid var(--bs-secondary);
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .banner-img img {
        height: 520px;
    }
    .swiper-slide-center {
        top: auto;
        right: 50%;
        display: flex;
        transform: translateX(50%);
        margin: 20px 0 0;
    }
}

@media (max-width: 576px) {
    .banner-img img {
        object-fit: cover;
        object-position: center;
    }

    .banner-content h1 {
        font-size: 1.475rem;
    }

    .banner-content .banner-content-info {
        padding: 0;
    }

    .banner-bottom-info .banner-bottom {
        flex: 1 1 auto;
        flex-direction: column;
        gap: 6px !important;
    }

    .banner-location {
        font-size: 14px;
        border-bottom: 0;
        text-align: end;
    }

    .banner-location img {
        width: 10px;
    }
}