@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --white-color: #FFFFFF;
    --black-color: #000;
    --green-color: #6da72c;
    --yellow-color: rgb(249 178 53);
    --violet-color: #482783;
    --gray-color: rgb(60 72 84 / 80%);
    --border-gray-color: #dee2e6;
    --dark-yellow-color: rgb(175 140 104);
    --red-color: #A83031;
    --blue-color: #1B3689;
    --brochure-color: #FE4848;
}

.yellow-color {
    color: var(--yellow-color) !important;
}

.iti {
    width: 100% !important;
}

*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Karla", sans-serif;


}

html,
body {
    margin: 0;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: "Karla", sans-serif;

}

.hor-row {
    border: 1px solid;
    width: 70%;
    margin: auto;
}

.yellow-color {
    color: var(--yellow-color);
}

.black -color {
    color: var(--black-color);
}

.gray-color {
    color: var(--gray-color);

}

.violet-color {
    color: var(--violet-color);
}

h3 {
    font-size: 40px;
}

h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
}

.contact-us {
    background-color: var(--blue-color);
}

.poppins {
    font-family: "Poppins", sans-serif;

}

.txt-banner {
    font-size: 22px;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

h1 {
    font-size: 60px;

}

h2 {
    font-size: 38px;

}

h2 b {
    font-family: "Playfair Display", serif;
}

h6 {
    font-size: 22px;
}

p {
    font-size: 18px;
    word-spacing: 2px;
    line-height: 28px;
    color: var(--gray-color);
}

/* nav  */

nav {
    background-color: #FFFFFF;
    padding: 4px 0;
}

@media (max-width: 768px) {
    .brochure {
        transform: translateX(18%) !important;
        width: 164px !important;
    }
}

.brochure-wrapper {
    /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 1000; */
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    right: 70px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    /* transform: rotate(-90deg); */
    z-index: 1000;
}

.brochure {
    /* position: fixed;
    top: 50%;
    right: 0; */
    transform: rotate(-90deg);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: none;
    background: var(--brochure-color);
    color: #FFFFFF;
    width: 200px;
    height: 46px;
    font-weight: 700;
    line-height: 15.68px;
    letter-spacing: 0%;
}



.hero-section {
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    padding: 50px;
    background: url("../imgs/home-banner.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    background-repeat: no-repeat;
}

.hero-section p {
    color: #FFFFFF;
    font-size: 14px;
}


/* .hero-content {
    max-width: 800px;
    position: relative;
    z-index: 2;
    margin-left: 90px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    margin-top: 130px;

} */

.hero-content {
    max-width: 800px;
    position: relative;
    z-index: 2;
    /* margin-left: 140px; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    margin-top: 130px;

}

.heading-location {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* gap: 10px; */
}

.heading-location span:first-of-type {
    font-family: Karla;
    font-weight: 600;
    font-size: 19px;
}

.location {
    backdrop-filter: blur(10px);
    /* Glass blur */
    background-color: rgba(255, 255, 255, 0.1);
    /* color: black; */
    padding: 10px 15px;
    display: inline-block;
    width: fit-content;
    font-size: 18px;
    font-weight: bold;

}

.price-box {
    background: #FFFFFF;
    color: black;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    width: fit-content;
}

.common-btn {
    border: none;
    padding: 8px 24px;
}

.yellow-btn {
    color: var(--white-color);
    background-color: var(--red-color);
    border: 2px solid var(--red-color);
    padding: 16px 42px;
    color: #FAEFEF;

    font-size: 14px;
    font-weight: 600;
}

.yellow-btn:hover {
    color: var(--red-color);
    background-color: transparent;
}

.green-btn {
    color: var(--white-color);
    background-color: var(--green-color);
}

.green-btn a {
    color: var(--white-color);
    text-decoration: none;
}

.first-section {
    background-image: url('./assets/imgs/banner-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;

}

.overlay {

    /* background-color: rgba(0, 0, 0, 0.5); */
    /* background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); */
}


/* second section  */

.second-section .yellow-color {
    font-size: 26px;
    font-weight: bold;
    color: #251C1C;
}

.heading {
    font-size: 48px;

}

.gray-color span {
    font-weight: 600;

}

.brown-underline {
    border: 2px solid var(--yellow-color);
    width: 50px;
}

.info-box {

    border: 2px solid var(--border-gray-color);
    padding: 20px;
    text-align: center;
    width: 100%;
}

.info-box hr {

    border: .2px solid var(--border-gray-color);

}

.schedule-btn {
    background-color: var(--white-color);
    padding: 14px 42px;
    color: #000000;
    border: none;
    font-size: 14px;
    font-weight: 600;


}

.submit-btn {
    background-color: var(--yellow-color);
    color: white;
    width: 153px !important;
    border: none;
    padding: 10px;
    font-weight: 700;
    border-radius: 0;
    font-size: 14px;


}

.contact-us {
    background-color: var(--blue-color);
}

.book-visit-btn {
    background-color: var(--brochure-color);
    color: white;
    font-size: 14px;
    border: none;
    padding: 10px;
    font-weight: 700;
    border-radius: 0;
    width: 219px;
    height: 46px;
}


/* .schedule-btn:hover {
    color: var(--red-color);
    background-color: transparent;
    
} */


.second-section-img {
    background-image: url("./assets/imgs/02@0.75x.jpg");
    background-position: cover;
    background-position: center;

}

.bold {
    font-weight: bold;
    color: #251C1C;
}

.new-third-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;

}

.fifth-section {
    background-color: #f5f5f5;

}

/* YouTube Section */
.video-section1 {
    background-color: #f5f5f5;
    /* color: #FFFFFF; */
    text-align: center;
    padding: 50px 20px;
}

.customer-testmonial {
    background-color: #A83031;
    color: #FFFFFF;
    text-align: center;
    padding: 50px 20px;
}

.customer-testmonial p {

    color: #FFFFFF;
}



.video-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;

}

.video-container iframe {
    width: 100%;
    height: 650px;

    /* border-radius: 10px; */
}

.accordion-item {
    border: solid 2px var(--border-gray-color) !important;
    outline: none !important;

}

.accordion-button:focus {
    box-shadow: none !important;
    /* Removes the focus outline */
}

.accordion-button {
    font-size: 26px;
    font-weight: bold;
    font-family: karla;
}

.accordion-body ul {
    color: var(--gray-color);
    font-size: 19px !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    /* Removes white background */
    color: inherit;
    /* Keeps default text color */
    border: none;
    /* Removes the border */
}

.modal-content {
    border-radius: 24px !important;
}

.modal-body p {
    font-size: 22px;
    color: #000
}




.info-box span {
    font-size: 1.2rem;
}

.parsley-errors-list {
    list-style: none;
    color: red;
    padding-left: 0rem !important;
}

.third-section .container {

    /* display: flex;
    align-items: center;
    flex-direction: column; */
}

.modal-header {
    border: none !important;
}

/* .third-section {
    background-color: #F5F5F5;
} */

.section-floorplan .row .col {
    border: 2px solid rgba(168, 48, 49, 0.16);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.floorplan-title {
    font-size: 36px;
}

/* fourth section  */

/* .fourth-section {
    background-color: rgba(246, 246, 246, 1);
} */

.fourth-section .container {

    display: flex;
    align-items: center;
    flex-direction: column;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 34px;
}

.owl-carousel .owl-stage-outer {

    /* overflow: visible !important; */
    /* padding: 0px 200px; */

}

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


.owl-theme .owl-dots .owl-dot span:hover,
.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--yellow-color);
}

@media (min-width: 576px) {
    #disclaimer .modal-dialog {
        max-width: 732px !important;
        margin: 1.75rem auto;
    }
}

@media screen and (max-width: 767px) {
    #disclaimer p {
        font-size: 12px;
        word-spacing: 2px;
        line-height: 18px;
    }
}

#disclaimer p {
    font-size: 12px;
    word-spacing: 2px;
    line-height: 18px;
}

/* fifth section  */

.site-plan-map {
    height: 500px;
    /* transition: transform 0.25s ease; */
    cursor: pointer;
    overflow: hidden;
}

.green-btn:hover {
    color: white;
    text-decoration: none;
}

.sc-fTFjTM .iMnCAe .commonninja-ribbon {
    display: none !important;
}

.commonninja-ribbon-link {
    display: none !important;
}

.stick {
    padding-top: 100px;
}

.content {
    width: 100%;
    height: 100%;
    transform-origin: center center;
    /* Scale from the center */
}

/* sixth section  */

.sixth-section {
    background-color: rgba(246, 246, 246, 1);
}

.location-img {
    background-image: url('./assets/imgs/location-img.webp');
    height: 399px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.movie-img {
    background-image: url('./assets/imgs/movie-img.jpg');
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.building-img {
    background-image: url('./assets/imgs/building-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}

.underline {
    border-bottom: 2px solid var(--gray-color);
    opacity: 0.5;
}

.sixth-section hr {
    /* width: 80%; */
    margin: 0 auto;
}

.sixth-section p {
    margin-bottom: 0;
}

.out-line-btn {
    background: transparent;
    border: 2px solid var(--yellow-color);
    color: var(--yellow-color);
}

.out-line-btn:hover {
    color: var(--white-color);
    background-color: var(--yellow-color);
}

.about-video {
    height: 320px;
    width: 100%;
    margin-bottom: 12px;
}

.video-section iframe {
    border: 8px solid rgb(60 72 84 / 80%);
}

.eight-section {
    background-color: var(--violet-color);
}

/* form section  */

.slider-container {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
}

.noUi-target,
.noUi-connects {
    background: var(--yellow-color);
    /* Custom color for the slider */
}

.noUi-handle {
    border-color: var(--yellow-color);
    /* Custom color for the handle */
}

.noUi-connect {
    background: var(--yellow-color) !important;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none !important;
}

.noUi-horizontal .noUi-handle {
    width: 12px !important;
    height: 12px !important;
    right: -10px !important;
    top: -6px !important;
}

.noUi-horizontal {
    height: 6px !important;
}

.noUi-handle {
    border: 2px solid var(--yellow-color) !important;
    border-radius: 100% !important;
}

.noUi-tooltip {
    background-color: var(--yellow-color) !important;
    color: var(--white-color) !important;
}

/* .form-section form input {
    height: 50px !important;
    margin-bottom: 20px !important;
} */

form select {
    height: 50px !important;
    margin-bottom: 25px !important;


}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

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

.banner-form {
    margin-top: -10%;
}

.form-control {
    height: calc(1.5em + .75rem + 2px) !important;
}

.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
    border-color: var(--yellow-color);
}

.hero-content-wrapper {
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;

}

@media screen and (min-width:1700px) and (max-width:1980px) {}

@media screen and (min-width:1400px) and (max-width:1700px) {}

@media screen and (min-width:1200px) and (max-width:1400px) {}

@media screen and (min-width:1024px) and (max-width:1980px) {}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .info-box span {
        font-size: 1rem;
    }

    .second-section .yellow-color {
        font-size: 20px;
    }

    .site-plan-map {
        height: 600px;
    }
}

@media screen and (max-width:991px) {
    .banner-heading {
        font-size: 34px !important;
    }

    .heading {
        font-size: 28px;

    }

    .hero-content {
        margin-top: 150px;
        margin-left: 0px;
        align-items: center;
    }

    .hero-section {
        flex-direction: column;
        text-align: center;
    }

    .call-us-btn {
        border-radius: 6px;
        padding: 8px 12px;
        color: white;
        font-weight: 600;
        width: 120px;
    }

    .mbl-sticky {
        position: fixed;
        bottom: 0;
        background-color: white;
        z-index: 999;
        width: 100%;

    }

    .hero-image {
        width: 80%;
        margin-top: 20px;
    }

    .video-container iframe {
        height: 300px;
    }

    .brochure {
        transform: translateX(18%) !important;
        /* width: 164px !important; */
    }

    .brochure-wrapper {
        top: auto !important;
        bottom: 0 !important;
        right: 90% !important;
        transform: translateX(50%) !important;
    }

    .mobile-sticky-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        padding: 10px 15px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        transition: all 0.3s ease;
        height: 50px;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {
    .site-plan-map {
        height: 400px;
    }

    .heading-location {
        align-items: center;
    }


}


@media screen and (max-width:767px) {
    .second-section .yellow-color {
        font-size: 20px;
    }

    .hero-content-wrapper {
        height: 100vh;
        display: flex;
        width: 100%;
        align-items: flex-start;


    }

    .banner-form {
        margin-top: -30% !important;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 34px;
    }

    h6 {
        font-size: 16px;
    }


    p {
        font-size: 18px;
        word-spacing: 2px;
        line-height: 28px;
    }

    nav {
        padding: 14px 0px;
    }

    nav img {
        height: 64px !important;
    }

    .heading-location span:first-of-type {

        font-size: 16px;
    }

    /* fifth seection  */
    .site-plan-map {
        /* height: 276px; */
        height: 198px;
    }

    .banner-heading {
        font-size: 30px !important;
    }

    h3 {
        font-size: 22px !important;
    }


    .location-img {
        height: 252px;
    }

    .movie-img {
        height: 134px;
    }

    .building-img {
        height: 134px;
    }

    .direction {
        flex-direction: column-reverse;
    }

    .hero-section {

        background-position: center;
        background-size: cover !important;
        position: relative;
        background-repeat: no-repeat !important;
        background: url("../imgs/home-banner-responsive.jpg");
        flex-direction: column;
        text-align: center;
        min-height: 100vh;
        padding: 0px;

    }

    .hero-section p {
        color: #FFFFFF;
        font-size: 14px;
    }

    .fs-5,
    .fs-4 {
        font-size: 18px !important;
        margin-bottom: 0;
    }

    .hero-content {
        margin-top: 120px;
        width: 100%;
        gap: 8px
    }

    .heading-location {


        align-items: center;

    }

    .location {
        /* background: #FFFFFF; */
        color: black;
        padding: 8px 12px;
        width: fit-content;
        font-size: 16px;
        font-weight: bold;
    }

    .price-box {
        background: var(--red-color);
        color: #FFFFFF;
        padding: 12px 12px;
        font-size: 16px;
        font-weight: bold;
        width: fit-content;
    }

    .accordion-button {
        font-size: 20px;
    }

    .element-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
    }

    .modal-body p {
        font-size: 20px;
        color: #000
    }

    /* .form-section form input {
        height: 35px !important;
        margin-bottom: 15px !important;
    } */
}


@media (max-width: 320px) {
    .mbl-para {
        font-size: 14px;
    }

    /* .hero-section {
        background-image: url("./assets/imgs/Mobile-banner-3.png");
    } */

}


/* ---------------------------------------------------- */

.info-section {
    background-color: #a02d2d;
    color: white;
    padding: 25px 0;
    position: relative;
}

.info-section p {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: bold;
}

.info-section h6 {
    font-size: 26px;
    font-weight: bold;
    font-family: 'karla', sans-serif !important;
}

.info-section {
    font-size: 19px;
    font-family: 'karla', sans-serif;
}

.img-fluid {
    max-width: 60px;
    /* Adjust icon size */
    height: auto;
}

.sticky-enquire {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background-color: white;
    color: #a02d2d;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {

    /* .row {
        flex-direction: column;
        align-items: center;
    } */
    .sticky-enquire {
        right: 10px;
        top: auto;
        bottom: 10px;
        transform: rotate(0deg);
    }
}


.info-box {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.info-box span {
    display: block;
    font-size: 1rem;
    color: gray;
    margin-top: 5px;
}

.call-button {
    position: fixed;
    right: 3%;
    bottom: 3%;
    transform: translateY(-50%);
    background-color: #0071BA;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}

.call-button img {
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .call-button {
        top: auto;
        bottom: 0;
        right: 16%;
        transform: translateX(50%);
    }
}

/* sticky btn  */

@media (max-width: 767px) {
    .mobile-sticky-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        padding: 10px 15px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        transition: all 0.3s ease;
        height: 50px;
    }

    .mobile-sticky-bottom.hidden {
        transform: translateY(100%);
        opacity: 0;
    }

    .brochure-wrapper {
        flex-grow: 1;
        position: unset;
        transform: none;
    }

}


.simple-carousel {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    flex: 0 0 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.carousel-slide img {
    width: 100%;
    height: 320px;
    display: block;
}

.carousel-prev,
.carousel-next {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10; */
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-dot.active {
    background: rgb(249 178 53);
}

/* Responsive settings */
@media (min-width: 992px) {
    .carousel-slide {
        flex: 0 0 33.333%;
    }


}

@media (min-width: 576px) and (max-width: 991px) {
    .carousel-slide {
        flex: 0 0 50%;
    }
}

@media (max-width: 575px) {
    .carousel-slide {
        flex: 0 0 100%;
    }

    .brochure-wrapper {
        flex-grow: 1;
        position: unset;
        transform: none !important;
    }
}

.iti__selected-flag {
    height: 36px !important;
}