/* Home Banner Section */

.banner-bg .banner-bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    min-height: 600px;
    margin-top:10px;
}
.banner-bg.home-banner {
    position: relative;
}
.banner-bg.home-banner .banner-bg-image {
    background-image: url(/images/home-banner-bg.jpg?475b6b3528a507fbb8e525b9ac29f5b0);
}
.banner-bg.home-banner .home-banner_swiper-container {
    position: relative;
}
.banner-bg.home-banner .home-banner_swiper-container .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    min-height: 600px;
    position: relative;
}
.banner-bg.home-banner .swiper-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* ensures videos cover the full slide */
    z-index: -1; /* keeps the video behind slide content */
}
.banner-bg.home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 1;
}
.banner-bg.home-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--juno-c-secondary);
}
.banner-bg .banner-inner {
    position: relative;
    height: 100%;
}
.banner-bg.home-banner .banner-inner {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.banner-bg.home-banner .home-banner_swiper-container:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    /*background-image: linear-gradient(to bottom right, white, transparent);*/
}
.banner-bg.bg-desktop .banner-bg-content {
    display: none;
}
.banner-bg .banner-inner > * {
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .banner-bg .banner-bg-content-mobile {
        display: none;
    }
    .banner-bg.bg-desktop .banner-bg-content {
        display: block;
    }
}

/* Home Banner Contact Section */
.juno-contact-wrapper {
    z-index: 999;
    position: fixed;
    width: 100%;
    max-width: 320px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.contact-wrapper {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    background: rgba(65,64,66, 0.75);
    color: var(--vt-c-white);
}
.page-taksim .contact-wrapper, .page-taksim-subpage .contact-wrapper{
    background: rgba(125,49,43, 0.75);
}
.page-suites .contact-wrapper, .page-suite-subpage .contact-wrapper {
    background: rgba(113,28,81, 0.75);
}
.page-residences .contact-wrapper, .page-residences-subpage .contact-wrapper {
    background: rgba(1,110,61, 0.75);
}
.contact-wrapper .contact-item {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.contact-wrapper .contact-item.phone {
    padding-left: 20px;
}
.contact-wrapper .contact-item:first-child:after {
    content: '';
    width: 1px;
    background-color: #fff;
    height: 60%;
    position: absolute;
    top: 20%;
    right: 0;
}
.contact-wrapper .contact-item .content {
    flex-grow: 1;
    color: var(--vt-c-white);
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
}
.contact-wrapper .contact-item .content span {
    display: block;
}

/* Home Categories Section */

.juno-categories {
    flex-wrap: wrap;
}
.juno-categories > div {
    flex: 1 1 100%;
}
.juno-categories .juno-category-item {
    background: #fff;
    height: 100%;
    padding: 20px;
}
.juno-categories .juno-category-item .image-wrap {
    padding-top: 20px;
    padding-bottom: 10px;
}
.juno-categories .juno-category-item .image-wrap img {
    margin: auto;
    height: 150px
}
.juno-categories .juno-category-item .item-title{
    font-size: 50px;
    text-transform: uppercase;
    font-family: var(--juno-font-din-condensed);
}
.juno-categories .juno-category-item .item-title span{
    display: block;
    font-family: var(--juno-font-effra);
    font-size: 18px;
    margin-top: -30px
}
.juno-categories .juno-category-item .logo-wrap {
    align-self: center;
}
.juno-categories .juno-category-item .logo-wrap img {
    max-width: 120px;
}
.juno-categories .image-wrap {
    position: relative;
}
.juno-categories  .juno-categories__coming-soon {
    position: absolute;
    width: 100%;
    background: #fff;
    color: #1A4A29;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 10px;
}
.juno-categories .juno-category-item-wrap {
    display: flex;
}
@media (min-width: 768px) {
    .juno-categories {
        flex-wrap: nowrap;
    }
    .juno-categories > div {
        flex: 1 1 0;
    }
    .juno-categories .juno-category-item {
        padding: 40px 20px 0;
    }
    .juno-categories .juno-category-item .image-wrap {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .juno-categories .juno-category-item .image-wrap img {
        height: 255px
    }
    .juno-categories .juno-category-item-wrap {
        display: block;
    }
    .juno-rooms .middle-grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 2fr));
    }
}
@media (min-width: 1024px){
    .juno-rooms .large-grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 3fr));
    }
}
.juno-rooms h2 {
    font-family: 'DIN Condensed', 'Helvetica Neue', sans-serif;
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
}
.juno-rooms h2 span {
    font-weight: normal;
    font-family: var(--juno-font-brandon-text);
    font-size: 24px
}
.juno-rooms  .room-item {
    border-bottom: 1px solid #7D312B;
}
.juno-rooms .room-item__title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url(/images/angle-right.svg?bf190d0b2fb12722e9022baa96cd4c37) no-repeat center center;
    background-size: contain;
    width: 9px;
    height: 14px;
}
.juno-rooms .room-item__title {
    position: relative;
    padding: 15px;
    font-size: 24px;
    color: #7D312B;
    background-color: #fff;
}
.juno-rooms .image-wrap {
    min-height: 150px;
}
.room-types-text::first-letter {
    font-size: 70px;
    float: left;
    margin-right: 10px;
    line-height: 0.9;
    font-weight: bold;
}
@media (min-width: 768px) {
    .juno-rooms  .room-item {
        border: 1px solid #7D312B;
    }
    .room-types-text::first-letter {
        font-size: initial;
        float: none;
        margin-right: initial;
        line-height: initial;
        font-weight: initial;
    }
}
@media (min-width: 1536px) {
    .juno-rooms  .image-wrap {
        min-height: 180px;
    }
}

.image-banner {
    padding-top: 0;
    padding-bottom: 0
}
.home-map {
    padding-bottom: 0;
}
.home-map .juno-map-wrapper {
    background-image: url(/images/map_en.jpg?24ea6a98e0f14d1dc65059137fdcde75);
    background-position: top right;
    background-size: 100% auto;
    min-height: 500px;
    padding-top: 45%;
}
html[lang="tr"] .home-map .juno-map-wrapper {
    background-image: url(/images/map_tr.jpg?e5801ca5717ed00b545877146bf82c2f);
}
.home-map .home-map-grouped-image {
    padding-top: 30px;
    margin-left: 0;
}
.home-map .home-map-text2, .home-map .home-map-text1 {
    max-width: 420px;
}
.home-map .home-map-text2 {
    margin-top: 30px;
}
.home-banner-2 {
    background-image: url(/images/home-banner-bg-1.jpg?4b7950797bcd1543c314afbb7fd22470);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    height: 80vh;
}
@media (min-width: 768px) {
    .home-map .juno-map-wrapper {
        padding-top: 10%;
    }
    .home-map  .home-map-text2 {
        margin-top: -30%;
    }
    .home-map .home-map-grouped-image {
        padding-top: 5%;
        margin-left: 20%;
    }
}
@media (min-width: 1536px) {
    .home-map .juno-map-wrapper {
        padding-top: 10%;
    }
    .home-map .home-map-grouped-image {
        padding-top: 8%;
        margin-left: 20%;
    }
    .home-map  .home-map-text2 {
        margin-top: -30%;
    }
}

.image-wrap {
    min-height: 150px;
    cursor: pointer;
}
.hidden-for-mobile {
    display: none;
}
@media (min-width: 768px) {
    .hidden-for-mobile {
        display: block;
    }
}
@media (min-width: 1536px) {
    .image-wrap {
        min-height: 180px;
    }
}

.taksim-banner-bg.banner-bg .banner-bg-image {
    min-height: 665px;
    background-position: top center;
    background-image: url(/images/taksim-banner-bg.jpg?41309eb9285ceb96d72a17e284d250a1);
}
.taksim-banner-bg.banner-bg .banner-inner {
    padding-top: 50px;
}

.suites-banner-bg.banner-bg .banner-bg-image {
    min-height: 665px;
    background-position: center center;
    background-image: url(/images/suites-banner-bg.jpg?bd0d23161dad2dda26011bc7ae422641);
}
.suites-banner-bg.banner-bg .banner-inner {
    padding-top: 300px;
}


.residences-banner-bg.banner-bg .banner-bg-image {
    min-height: 665px;
    background-position: center center;
    background-image: url(/images/residences-banner-bg.jpg?bd0d23161dad2dda26011bc7ae422641);
}
.residences-banner-bg.banner-bg .banner-inner {
    padding-top: 300px;

}

/* Category Features Styles  */

.juno-category-features .feature-item .feature-item__icon {
    width: 50px;
    height: 50px;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.juno-category-features .feature-item .feature-item__title {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 18px;
    color: var(--juno-c-taksim)
}

/* Taksim, Suites Category Intro Styles  */
.single-category-intro {
    background-color: rgba(237,237,237, 0.7);
}
.page-suites .single-category-intro {
    background-color: rgba(164,188,205, 0.7);
}
.single-category-intro .category-intro_image {
    position: absolute;
    top: 0;
    right: 0;
}
.single-category-intro .category-intro-logo {
    max-width: 240px;
}

.page-residences .single-category-intro .category-intro-logo {
    max-width: 200px;
}
@media (min-width: 768px) {
    .single-category-intro {
        margin-top: -150px;
    }
    .single-category-intro .category-intro_image {
        right: 15px;
    }
}
.juno-masonry-grid .image-item {
    padding: 5px;
    box-sizing: border-box;
}
.juno-masonry-grid .image-item .image-wrap {
    min-height: 150px;
}
.juno-masonry-grid .image-item.image-item--width2 .image-wrap {
    min-height: 250px;
}
.juno-masonry-grid .image-item, .juno-masonry-grid .grid-sizer {
    width: 50%;
}
.juno-masonry-grid .image-item.image-item--width2 {
    width: 100%;
}
@media (min-width: 768px) {
    .taksim-banner-bg.banner-bg .banner-inner {
        padding-top: 300px;
    }
    .juno-masonry-grid .image-item .image-wrap {
        min-height: 200px;
    }
    .room-details-gallery .juno-masonry-grid .image-item .image-wrap {
        min-height: 150px;
    }
    .juno-masonry-grid .image-item.image-item--width2 .image-wrap {
        min-height: 410px;
    }
    .room-details-gallery .juno-masonry-grid .image-item.image-item--width2 .image-wrap {
        min-height: 310px;
    }
    .juno-masonry-grid .image-item, .juno-masonry-grid .grid-sizer {
        width: 33.33%;
    }
    .juno-masonry-grid .image-item.image-item--width2 {
        width: 66.66%;
    }
}
.juno-room-types-section {
    background-color: #ededed;
}
body.page-suite-subpage .juno-room-types-section {
    background-color: #A4BCCD;
}
.juno-rooms-logo-image {
    max-width: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .room-features .juno-category-features {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.room-features .juno-category-features .feature-item .feature-item__icon {
    background-size: auto 30px;
}

.room-details-gallery {
    position: relative;
}
.room-details-gallery .juno-booking-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


/* tt edit */
.banner-inner {
    padding-top:3rem;
}
.juno-booking-form {
    margin-top:2rem;
}
@media (max-width: 1024px) {
}
@media screen and (max-width: 1023px){
    .banner-inner {
        padding-top:2rem;
        }
    
        .booking-wrapper {
            padding-left: 50px;
            padding-right: 50px;
        }
        .suites-banner-bg.banner-bg .banner-inner {
            padding-top: 30px;
            }
        /*.juno-rooms .large-grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 5fr));
            }*/
}

.home-banner-2{
    color:#fff;
}

.juno-rooms .room-item__title {
    padding: 20px;
    font-size: 20px;
    line-height: 19px;
    }

.juno-rooms .image-wrap {
    min-height: 75px;
    }



@media (min-width: 1024px){
    .juno-rooms .large-grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 5fr));
        }
}


@media (min-width: 1024px){
    .w-6\/12 {
    width: 50%;
    }

}

.suites-banner-bg.banner-bg .banner-bg-image {
    background-image: url(/images/suites-banner-bg_mobile.jpg);
}
.home-map .juno-map-wrapper {
    background-image: url(/images/map_mobile_en.jpg);
    }
html[lang="tr"] .home-map .juno-map-wrapper {
    background-image: url(/images/map_mobile_tr.jpg);
    }
@media screen and (min-width: 1024px){
    .suites-banner-bg.banner-bg .banner-bg-image {
        background-image: url(/images/suites-banner-bg.jpg?bd0d23161dad2dda26011bc7ae422641);
    }
    .home-map .juno-map-wrapper {
        background-image: url(/images/map_en.jpg?24ea6a98e0f14d1dc65059137fdcde75);
    }
    html[lang="tr"] .home-map .juno-map-wrapper {
        background-image: url(/images/map_tr.jpg);
    }

}
