* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

.slick-slide {
    outline: none !important;
}

@font-face {
    font-family: 'elsie-black';
    src: url('../fonts/elsie/elsie-black-webfont.woff2') format('woff2'), url('../fonts/elsie-black-webfont.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'elsie-regular';
    src: url('../fonts/elsie/elsie-regular-webfont.woff2') format('woff2'), url('../fonts/elsie/elsie-regular-webfont.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'openSans-bold';
    src: url('../fonts/open-sans/OpenSans-Bold.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'openSans-medium';
    src: url('../fonts/open-sans/OpenSans-Medium.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'openSans-regular';
    src: url('../fonts/open-sans/OpenSans-Regular.woff2') format('woff2'), url('../fonts/open-sans/OpenSans-Regular.woff') format('woff');
    font-display: swap;
}

body {
    overflow-x: hidden;
    font-family: 'openSans-regular';
}

.nav-link {
    color: #9C1E43 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar {
    padding: 8px 40px;
} 

.navbar-brand {
    width: 200px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav {
    gap: 20px;
}

.topNav {
    gap: 20px;
}

.enquiryBtn  {
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #9C1E43;
    background-color: #D4D4D4;
    border: none;
    transition: 0.3s;
    border: 1px solid #D4D4D4;
}

.enquiryBtn:hover {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    color: #9C1E43;
    transition: 0.3s;
}

.call-icon-image {
    width: 25px;
}

.contact-number {
    letter-spacing: 1px;
    font-weight: 600;
}

.HeroSection {
    padding-left: 0px;
    padding-right: 0px;
}

.HeroSection img.img-fluid { width: 100%; }

.banner-section-main {
    position: relative;
}

.banner-section-main .carousel-indicators {
    margin-bottom: 5px;
}

.carousel-indicators {
    visibility: hidden;
}

.HeroSection_Button {
    position: absolute;
    bottom: 15px;
}

.viewDetailsBtn {
    background-color: #D4D4D4;
    color: #9C1E43;
    border: none;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s;
    border: 1px solid #D4D4D4;
}

.viewDetailsBtn:hover {
    background-color: #FFFFFF;
    color: #9C1E43;
    transition: 0.3s;
    border: 1px solid #D4D4D4;
}

.Button_center {
    display: flex;
    justify-content: center;
}

/* About Section */

.aboutBg {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.AboutSection {
    margin-top: 150px;
    margin-bottom: 150px;
    position: absolute;
    /* right: 15%; */
    /* margin-left: 80px; */
}

.AboutSection_heading {
    text-transform: uppercase;
    color: #9C1E43;
    font-size: 40px;
    margin-top: 25px;
}

.AboutSection_para {
    color: #9C1E43;
    font-size: 15px;
    letter-spacing: 1px;
    width: 720px;
}

.AboutSectionButtons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.AboutSection_btn {
    background-color: #9C1E43;
    color: #D4D4D4;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 30px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.AboutSection_btn:hover {
    background-color: #761532;
    transition: 0.3s;
}

.AboutSection_btn:nth-child(1) {
    width: 300px;
}

.AboutSection_btn:nth-child(2) {
    width: 200px;
}

/* AboutAmenities */
.AboutAmenities, .AboutSection_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
}

.AboutAmenities_heading {
    font-family: 'elsie-regular';
    text-transform: uppercase;
    color: #2C3078;
    font-size: 50px;
}

.AboutAmenities_subHeading, .AboutSection_2_heading {
    color: #9C1E43;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 10px;
}

.AboutAmenities_para, .AboutSection_2_para {
    color: #9C1E43;
    text-align: center;
    margin-bottom: 100px;
}

.amenities-slider-main .slick-arrow {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #FFFFFF;
    position: absolute;
    left: calc(50% - 25%);
    top: calc(50% - 40px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amenities-slider-main .slick-arrow::before {
    content: '';
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.amenities-slider-main .slick-arrow.slick-next {
    left: auto;
    right: calc(50% - 25%);
}

.amenities-slider-main .slick-arrow.slick-next::before {
    border: none;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

.amenities-slider-main .slick-track {
    display: flex;
    align-items: center;
}

.amenities-slider-main .amenities-slide {
    transform: scale(0.95);
    transition: 0.2s;
}

.amenities-slider-main .amenities-slide.slick-current {
    transform: scale(1);
    transition: 0.2s;
}

.amenities-slider-main .amenities-slide h3 {
    position: absolute;
    bottom: 0px;
    padding: 0 100px 0px 100px;
    width: 100%;
    font-size: 80px;
    color: #FFFFFF;
    font-family: 'elsie-regular';
    text-transform: uppercase;
}

/* AboutSection2 */
.AboutSection_2_heading {
    margin-top: 50px;
}

.AboutSection_2_para {
    margin-bottom: 50px;
}

.urbanfarmImage {
    width: 100%;
}

.urban-farming-section-main {
    position: relative;
}

.urban-farming-info {
    position: absolute;
    bottom: 20%;
    margin-left: 50px;
}

.info-heading {
    color: #FFFFFF;
    font-size: 90px;
    letter-spacing: 1px;
    font-family: 'elsie-regular';
}

.info-para {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}


/* ArtistSection */
.ArtistSection_bg {
    background-color: #9C1E43;
}

.ArtistSection {
    padding: 70px 0px;
}

.stacks-about-section, .stacks-footer-section, .stacks-poweredby-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.stacks-about-section::after {
    content: '';
    width: 80px;
    height: 5px;
    background: #FFFFFF;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
}

.stacks-about-section-para, .stacks-about-section-heading, .stacks-about-section-para2, .stacks-footer-section, .stacks-poweredby-section {
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stacks-about-section-para {
    margin: 0;
}

.stacks-about-section-heading {
    font-size: 45px;
    font-family: 'elsie-regular';
}

.stacks-about-section:nth-child(1) {
    margin: 20px 0px;
}

.stacks-about-section-heading2 {
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: 'elsie-regular';
    font-weight: inherit;
}

.stacks-main-wrappper {
    margin: 20px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    column-gap: 100px;
    row-gap: 30px;
}

.stacks-box {
    text-align: center;
    width: 165px;
}

.stacks-box > h2 {
    font-family: 'elsie-regular';
    font-weight: inherit;
    font-size: 70px;
    line-height: 70px;
}

.stacks-box > h2.small {
    font-size: 44px;
    line-height: 70px;
}

.stacks-box > h2, .stacks-box > p, .stacks-footer-section > p {
    color: #FFFFFF;
}

.stacks-box > p {
    font-size: 20px;
}

.stacks-footer-section {
    margin-top: 20px;
}

.stacks-footer-section > img {
    width: 130px;
}

.stacks-poweredby-section {
    margin-top: 30px;
}

.stacks-poweredby-section > img {
    width: 150px;
}


/* location-section */
.location-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0px;
}

.location-section > h2 {
    font-size: 50px;
    color: #9C1E43;
    letter-spacing: 1px;
    font-family: 'elsie-regular';
}

.prime-location-wrapper {
    display: flex;
    column-gap: 100px;
}

.prime-location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    row-gap: 20px;
    margin: 30px 0px;
}

.prime-location > img {
    width: 100px;
}

.prime-location > p {
    text-transform: uppercase;
    color: #2C3078;
    font-weight: 700;
    margin: 0;
}

.prime-location-map > img {
    width: 100%;
}

/* floorPlanCarousel */
.floorPlanCarousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 60px 0px;
}

/* map-section-main */

.floor-plan-section > h2 {
    font-size: 50px;
    color: #9C1E43;
    letter-spacing: 1px;
    font-family: 'elsie-regular';
    text-align: center;
    margin-bottom: 30px;
}

.floor-plan-slider .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    left:calc(50% - 60px);
    top:98%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #9C1E43;
}

.floor-plan-slider .slick-arrow::before {
    content: '';
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-left: 2px solid #9C1E43;
    border-bottom: 2px solid #9C1E43;
    margin-left: 7px;
}
.floor-plan-slider { margin-bottom:80px; }
.floor-plan-slider .slick-arrow.slick-next {
    left: auto;
    right:calc(50% - 60px);
}

.floor-plan-slider .slick-arrow.slick-next::before {
    border: none;
    border-top: 2px solid #9C1E43;
    border-right: 2px solid #9C1E43;
    margin-left: 0px;
    margin-right: 7px;
}

.floor-plan-box {
    display: flex !important;
    align-items: center;
    padding: 0 30px;
}

.floor-plan-box .floor-plan-info {
    position: relative;
    width:155px;
}

.floor-plan-box .floor-plan-info h3 {
    font-size: 50px;
    color: #9C1E43;
    letter-spacing: 1px;
    font-family: 'elsie-regular';
    line-height: 20px;
    margin-bottom: 15px;
}

.floor-plan-box .floor-plan-info p {
    font-size: 30px;
    color: #9C1E43;
    letter-spacing: 1px;
    font-family: 'elsie-regular';
    margin: 0;
}

.floor-plan-box .floor-plan-info::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #9C1E43;
    left: 0;
    bottom: 0;
}

.map-section {
    height: 500px;
}

.map-section iframe {
    display: block;
    height: 100%;
}

/* Footer */
.contact-details {
    list-style: none;
}

.contact-details > li {
    margin-bottom: 15px;
}

.footer-section {
    background-color: #9C1E43;
}

.top-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid white;
}

.footerFlex_heading {
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'elsie-regular';
}

.footerFlex_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footerFlex_para {
    color: #FFFFFF;
    line-height: 25px;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
}

.footer-icon {
    width: 15px;
    margin-right: 10px;
}

.footer-link {
    display: flex;
    align-items: first baseline;
}

.footer-link, .footer-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.qrcode {
    width: 200px;
}

/* bottom-footer-flex */
.bottom-footer-flex {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.copyrightText, .Terms, .Terms > a {
    color: #FFFFFF;
}

.copyrightText > a {
    color: #FFFFFF;
    font-weight: bold;
}

.TermsEnd {
    display: flex;
    flex-direction: row-reverse;
}

.stacks-footer-section > p, .stacks-about-section-heading, .AboutAmenities_subHeading, .AboutSection_2_heading {
    text-align: center;
}

@media (min-width:993px) and (max-width:1920px) {
    .container-fluid, .navbar {
        width: 1520px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width:769px) and (max-width:992px) {
    .viewDetailsBtn {
        font-size:12px;
        padding: 10px 20px;
    }

    .AboutSection {
        margin: 0;
        padding: 50px 40px;
    }

    .AboutSection_heading {
        font-size: 25px;
    }

    .AboutSection_para {
        font-size: 10px;
        width: 450px;
    }

    .AboutSection_btn  {
        padding: 10px 20px;
    }

    .AboutAmenities_heading {
        font-size: 35px;
    }

    .AboutAmenities_subHeading {
        text-align: center;
        font-size: 15px;
    }

    .AboutAmenities_para, .AboutSection_2_para {
        font-size: 12px;
    }

    .AboutSection_2_heading {
        text-align: center;
        font-size: 15px;
    }

    .info-heading {
        font-size: 45px;
    }

    .info-para {
        text-align: center;
    }

    .urban-farming-info {
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .footerFlex_content {
        flex-direction: column;
        height: 100%;
        margin-bottom: 30px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .contact-details {
        padding: 0;
    }

    .prime-location-wrapper {
        flex-wrap: wrap;
    }
}
@media (min-width:577px) and (max-width:768px) {
    .aboutBg {
        padding-bottom: 0px;
    }

    .AboutSection {
        position: relative;
        text-align: center;
        max-width: 100%;
    }

    .AboutSection_para {
        width: auto;
    }

    .viewDetailsBtn {
        font-size: 12px;
        padding: 10px 20px;
    }

    .AboutSection_btn:nth-child(1), .AboutSection_btn:nth-child(2)  {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .amenities-slider-main .amenities-slide h3 {
        font-size: 35px;
        padding: 0 70px 0 70px;
    }

    .AboutSection {
        margin: 0;
        padding: 50px 40px;
    }

    .urban-farming-info {
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .info-heading {
        font-size: 40px;
    }

    .footerFlex_content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        margin-bottom: 30px;
    } 

    .footerFlex_content > div:nth-child(3) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* footer */
    .TermsEnd {
        flex-direction: row;
    }
}
@media (min-width:320px) and (max-width:576px) {
    .navbar {
        padding: 8px 20px;
    }

    .navbar-brand {
        width: 150px;
        padding: 10px 0 0 0;
    }

    .topNav .navbar-nav:nth-child(2) {
        margin-top: 25px;
    }

    .navbar-light .navbar-toggler {
        padding: 0;
        border: none;
        outline: none !important;
    }

    .navbar-light .navbar-toggler .navbar-toggler-icon {
        width: 25px;
        height: 20px;
        border-top: 2px solid #9a1e22;
        border-bottom: 2px solid #9a1e22;
        background: none;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-light .navbar-toggler .navbar-toggler-icon::before {
        content: '';
        width: 100%;
        height: 2px;
        background: #9a1e22;
        margin-left: 5px;
    }

    .HeroSection_Button {
        bottom: 10px;
        padding: 10px;
    }

    /* .about-section-main { background:url('../images/about-bg-mob.jpg') no-repeat; background-size:110%; background-position:10% bottom; margin-bottom:40px; } */
    /* .AboutSectionButtons { width:130%; } */
    /* .AboutSectionButtons .AboutSection_btn  { font-size:12px !important; } */

    .about-logo {
        width: 200px;
    }

    .viewDetailsBtn {
        font-size: 12px;
        padding: 10px 20px;
    }

    .AboutSection {
        position: relative;
        margin: 0;
        text-align: center;
        padding: 40px 15px;
    }

    .AboutSection_heading {
        font-size: 16px;
    }

    .AboutSection_para {
        font-size: 12px;
        width: auto;
    }

    .AboutAmenities {
        padding: 0;
    }

    .AboutAmenities_heading {
        text-align: center;
        font-size: 35px;
    }

    .AboutAmenities_subHeading {
        line-height: 28px;
        font-size: 18px;
    }

    .AboutSection_btn:nth-child(1), .AboutSection_btn:nth-child(2)  {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
    }

    .AboutSection_2_heading {
        margin-top: 0px;
        line-height: 28px;
        font-size: 18px;
    }

    .AboutAmenities_para, .AboutSection_2_para {
        margin-bottom: 40px;
    }

    .amenities-slider-main .slick-arrow {
        width: 50px;
        height: 50px;
        left: calc(50% - 45%);
    }

    .amenities-slider-main .slick-arrow::before {
        transform: rotate(45deg) translate(2px, -2px);
    }

    .amenities-slider-main .slick-arrow.slick-next{
        left: auto;
        right: calc(50% - 45%);
    }

    .amenities-slider-main .slick-arrow.slick-next::before {
        transform: rotate(45deg) translate(-2px, 2px);
    }

    .urban-farming-info {
        margin: 0;
        margin-top: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
    }

    .ArtistSection {
        padding: 50px 0px;
    }

    .info-heading {
        font-size: 30px;
        text-align: center;
    } 

    .info-para {
        font-size: 12px;
        text-align: center;
    }

    .stacks-about-section-heading {
        font-size: 30px;
    }

    .stacks-about-section-para2, .stacks-about-section-para {
        font-size: 12px;
        text-align: center;
    }

    .stacks-about-section-heading2 {
        font-size: 20px;
        text-align: center;
    }

    .stacks-box > h2 {
        font-size: 50px;
        line-height: 40px;
    }

    .stacks-box > h2.small {
        font-size: 30px;
        line-height: 40px;
    }

    .stacks-box > p  {
        font-size: 15px;
    }

    .stacks-footer-section > p, .stacks-poweredby-section > p {
        font-size: 12px;
    }

    .stacks-main-wrappper {
        gap: 10px 0px !important;
        width: 100%;
    }

    .amenities-slider-main .amenities-slide h3 {
        font-size: 20px;
        padding: 0 50px 0 50px;
    }

    .location-section {
        padding: 40px 0;
    }

    .floor-plan-section {
        padding: 0;
    }

    .floor-plan-box {
        flex-direction: column-reverse;
    }

    .floor-plan-box .floor-plan-info {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .floor-plan-slider .slick-arrow {
        /* left: 0px; */
    }

    .floor-plan-slider .slick-arrow.slick-next {
        /* left: auto;
        right: 0px; */
    }

    .floor-plan-box .floor-plan-info h3, .floor-plan-box .floor-plan-info p {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 10px;
    }

    .floor-plan-box .floor-plan-info h3 {
        line-height: inherit;
        margin: 0 8px 18px 0px;
    }

    .location-section > h2, .floor-plan-section > h2, .footerFlex_heading {
        font-size: 35px;
    }

    .map-section {
        height: 320px;
    }

    .footer-logo {
        width: 250px;
        display: block;
        margin: auto;
    }
    
    .qrcode {
        width: 150px;
    }

    .footerFlex_content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        margin-bottom: 40px;
    } 

    .footerFlex_content > div:nth-child(3) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .TermsEnd {
        flex-direction: row;
    }
}

