/* Move indicators to middle-right */


section.hero-area {
    height: 120vh;
}

#heroCarousel .carousel-item {
  transition: transform 1.5s ease-in-out;
}

.banner-content {
    position: absolute;
    top: 23%;
    left: 17.5%;
}

.banner-content h3 {
    width: fit-content;
    color: #fff;
    font-size: 24px;
    font-family: "Red Hat Display", sans-serif;
}

.banner-content h4 {
    width: fit-content;
    color: #fff;
    font-size: 32px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 300;
    margin: 0 auto 25px;
}

section.hero-area.slider-1 .banner-content {
    bottom: auto;
    top: 14%;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.hero-area.slider-1 .banner-content figure { position: relative; margin: 0; }
section.hero-area.slider-1 .banner-content figure:after {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    top: 15px;
    bottom: 15px;
    right: -40px;
}
section.hero-area.slider-1 .banner-content figure span {
    display: block;
    text-align: left;
    color: #fff;
    width: fit-content;
    padding-left: 10px;
    position: relative;
    top: 10px;
    letter-spacing: 1px;
    font-size: 15px;
}
section.hero-area.slider-1 .banner-content h3 {
    display: inline-block;
    background-color: unset;
    padding: 12px;
    margin-left: 70px;
}
section.hero-area.slider-1 .banner-content h3 span {
    font-weight: 100;
    font-size: 18px;
    padding: 0 8px;
}


section.hero-area.slider-2 .banner-content,
section.hero-area.slider-3 .banner-content {
    bottom: 35%;
}
section.hero-area.slider-2 .banner-content h3,
section.hero-area.slider-3 .banner-content h3 {
    margin-top: 28px;
    border-top: 1px solid #fff;
    padding-top: 12px;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    font-size: 20px;
}



.carousel-indicators.right-centered {
    position: absolute;
    top: 35%;
    left: 15px;
    right: auto;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

/* Circle style */
.carousel-indicators.right-centered button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 1;
    transition: all 0.3s ease;
}

/* Active dot */
.carousel-indicators.right-centered .active {
    background-color: #fff;
}


.text-center.btn-scroll-wrapper {
    position: relative;
    bottom: 14em;
    z-index: 99;
}



.introducing-left-image .watermark-text {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-style: italic;
    z-index: 1;
    pointer-events: none;
}

section.introducing-area a.theme-btn.style-three.text-uppercase {
    position: relative;
    top: 4em;
}


#amenities .apartment-content ul {
    position: relative;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#amenities .apartment-content ul li {
    position: relative;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    display: flex;
    width: 49%;
}

#amenities .apartment-content ul ul {
    position: relative;
    top: 10px;
    bottom: 0;
    right: 160px;
    padding: 20px 0 10px;
}

#amenities ul.full-w {
    display: flex;
    flex-direction: column;
}

#amenities ul.full-w li {
    width: 100%;
}

#amenities .dropdown-toggle::after {
    opacity: 0;
}

#amenities .icon {
    width: 20px;
    height: 20px;
    -webkit-box-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    border-radius: 50%;
    margin-right: 20px;
    border: 1px solid var(--heading-color);
}

#amenities .icon:before {
    content: '';
    width: 148%;
    height: 148%;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
}

#amenities .icon:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 5px;
    height: 5px;
    background: var(--heading-color);
    line-height: 10px;
    border-radius: 50%;
    text-align: center;
}

#amenities .icon:hover:before {
    opacity: 1;
}

#amenities .apartment-content h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

#amenities .apartment-content p {
    margin-bottom: 30px;
}


#amenities .label-ami {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgb(100 96 47 / 70%);
    color: #fff;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 500;
}

#amenities .watermark-text {
    position: absolute;
    bottom: 55px;
    left: -40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-style: italic;
    z-index: 1;
    pointer-events: none;
    transform: rotate(-90deg);
}

section#amenities a.theme-btn.style-three.text-uppercase {
    display: block;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    top: 4em;
}


section.cta {
    background-color: #068FC4;
}

.video-area .watermark-text {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-style: italic;
    z-index: 1;
    pointer-events: none;
}


#gallery .watermark-text {
    position: absolute;
    bottom: 25px;
    left: 35px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-style: italic;
    z-index: 1;
    pointer-events: none;
}

.label-gallery {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #068FC4;
    color: #ffffff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 2;
}

.glightbox-clean .gdesc-inner {
    position: absolute;
    top: auto;
    bottom: 0;
    background-color: #068FC4;
    color: #fff;
    right: 0;
    padding: 10px 10px 0;
}

.glightbox-clean .gslide-title {
    font-size: 16px;
    font-weight: 600;
    font-family: arial;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: "Red Hat Display", sans-serif;
}


section.benefits-area ul {
    padding-left: 20px;
}

section.benefits-area ul li {
    list-style: disc;
    font-size: 17px;
}


#about-triaa .watermark-text {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-style: italic;
    z-index: 1;
    pointer-events: none;
}



.rera-wrapper {
    position: absolute;
    right: 110px;
    left: auto;
    top: 125px;
    z-index: 99;
    width: 300px;
}
.rera-wrapper img {
    width: 100%;
}

.banner-watermark-text {
    position: absolute;
    transform: rotate(-90deg);
    left: -35px;
    bottom: 45%;
    font-size: 13px;
    font-weight: 400;
    z-index: 99;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    pointer-events: none;
}


section.introducing-area a.theme-btn.style-three.text-uppercase {
    top: -5px;
    margin: 0 auto;
    display: block;
    width: 70%;
}

section#about .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


#amenities .apartment-content {
    padding-left: 0;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

section#amenities a.theme-btn.style-three.text-uppercase {
    top: 2.5em;
}


#gallery .watermark-text {
    bottom: 15px;
    left: 20px;
}

#amenities .label-ami {
    font-size: 14px;
}

.glightbox-mobile .glightbox-container .gslide-description {
    bottom: 230px;
}

.glightbox-mobile .glightbox-container .gslide-title {
    font-size: 14px;
}

.glightbox-clean .gdesc-inner {
    width: 100%;
    text-align: center;
}



@media(max-width: 1600px) {
    .rera-wrapper {
        width: 200px;
    }

    .banner-content {
        left: 17%;
    }
}



@media (max-width: 767px) {

    .text-center.btn-scroll-wrapper {
    bottom: 12em;
    }

    .rera-wrapper {
        width: 70px;
        right: 5% !important;
        top: 9% !IMPORTANT;
    }

    .banner-frm {
        position: relative !important;
        right: 0 !important;
        z-index: 99 !important;
        width: 100% !important;
        top: 30px !important;
    }

    .banner-watermark-text {
        left: -30px !important;
        bottom: 18% !important;
        font-size: 10px !important;
    }

    section.hero-area {
        height: 77vh;
    }


    section.hero-area.slider-1 {
        background-image: url(../images/1-m.jpg) !important;
    }

    .banner-content {
        text-align: center;
        left: 0;
        right: 0;
    }

    .banner-content h3 {
        font-size: 15px;
        margin: 0 auto;
    }


section.hero-area.slider-1 .banner-content figure span {
    margin: 0 auto 15px;
}

section.hero-area.slider-1 .banner-content {
    display: flex;
    flex-direction: column;
}

section.hero-area.slider-1 .banner-content h3 {
    margin: 0;
    font-size: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
section.hero-area.slider-1 .banner-content h3 span {
    font-weight: 100;
    font-size: 11px;
    padding: 0 3px;
}
section.hero-area.slider-1 .banner-content figure:after {
    opacity: 0;
}
section.hero-area.slider-1 .banner-content figure img {
    width: 250px;
}


    section.hero-area.slider-2 {
        background-image: url(../images/2-m.jpg) !important;
    }
section.hero-area.slider-2 .banner-content, section.hero-area.slider-3 .banner-content {
    left: 0;
    right: 0;
    bottom: auto;
    top: 13%;
}

    .banner-content h4 {
    font-size: 16px;
    margin: 0 auto 10px;
    }

    section.hero-area.slider-3 {
        background-image: url(../images/3-m.jpg) !important;
    }
    section.hero-area.slider-2 .banner-content figure img, 
    section.hero-area.slider-3 .banner-content figure img {
        width: 230px;
    }
    
    section.hero-area.slider-2 .banner-content h3, section.hero-area.slider-3 .banner-content h3 {
    margin-top: 15px;
    font-size: 11px;
    }


    .carousel-indicators.right-centered {
        position: absolute;
        top: auto;
        left: 50%;
        right: 50%;
        bottom: 50px;
        flex-direction: column;
        gap: 10px;
        margin: 0;
        transform: rotate(-90deg);
    }

    .hero-content h5 {
        font-size: 20px;
    }

    #amenities .apartment-content ul li {
        width: 100%;
    }

}


@media(max-width: 360px) {
    section.hero-area {
        height: 84vh;
    }
}






