/* assets/css/home.css */
body.home{
    background-color: #85B8FF;
}
.show-mobile{
    display: none;
}
.banner-section {
    position: relative;
    height: 100vh;
    max-height: 850px;
    overflow: hidden;

    .upper-image-container,
    .lower-image-container {
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%;
        overflow: hidden;
        z-index: 5;
        transition: none;
    }

    .main-banner-container {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        overflow: hidden;
        &::before{
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);
            top: 0;
            left: 0;
            z-index: 2;
        }
    }

    .main-banner-image,
    .main-banner-image-mobile {
        transform: scale(1.3);
        transition: none;
        width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main-title-container {
        position: absolute;
        bottom: 113px;
        text-align: center;
        width: 100%;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 30px;
    }

    .main-title h3{
        font-weight: 700;
        font-size: 60px;
        line-height: 70px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #FEFA8E;
        max-width: 1022px;
    }

    .banner-section {
        position: relative;
        overflow: hidden;
    }

    .upper-image-container {
        top: 0;
        transform: translateY(0);
    }

    .lower-image-container {
        bottom: 0;
        transform: translateY(0);
    }

    .upper-image-container img,
    .lower-image-container img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .upper-image-container .upper-image-layer{
        bottom: 15.5px;
        position: absolute;
        width: auto;
        height: auto;
    }

    .lower-image-container .lower-image-layer{
        top: 11px;
        position: absolute;
        width: auto;
        height: auto;
    }

    .image-content{
        position: relative;
        height: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .arrow-down{
        width: 24px;
        height: 15px;
        margin-top: 39px;
        background: url('../images/arrow.svg') no-repeat center center;
    }
}

.about-section {
    padding: 82px 0 99px;
    background-color: #85B8FF;

    .section-title-container {
        text-align: center;
        margin-bottom: 31px;
    }

    .section-title {
        color: #154F00;
        font-weight: 500;
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 0;
        text-align: center;
    }

    .section-content-container {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 83px;
    }

    .section-content {
        font-size: 1.1rem;
        line-height: 1.6;
        color: #154F00;
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0;
        text-align: center;
        p{
            margin-bottom: 40px;
        }
    }

    .video-container {
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

    .video-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
    }

    .video-play-button {
        position: absolute;
        top: 50%;
        left: 50.7%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        background: url('../images/icon_play.svg') no-repeat center center;
        background-size: contain;
    }

    .section-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.new-central-section {
    position: relative;
    overflow: hidden;
    padding: 160px 0;

    &::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2;
    }

    .section-background-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .section-background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.9;
    }

    .section-content-wrapper {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .first-line-title, .second-line-title {
        color: #FFE3CD;
    }

    .second-line-title-container {
        max-width: 900px;
    }

    .section-content {
        margin: 40px auto 0px;
        font-weight: 400;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0;
        max-width: 1200px;
        color: #FFE3CD;
    }

}

.sliders-section {
    position: relative;
    overflow: hidden;
    .subsection-swiper-container {
        width: 100%;
        height: 100vh;
        max-height: 820px;
        position: relative;
        .slider-content-container{
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            max-width: 720px;
            padding: 0 30px;
            margin: auto;
            height: max-content;
            color: #FFFFFF;
            cursor: default;
        }
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .slider-item-container {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
        padding: 0px;
        &::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            z-index: 2;
        }
    }

    .swiper-button-next{
        right: 50px;
    }
    
    .swiper-button-prev{
        left: 50px;
    }

    .slider-item-image,
    .slider-item-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .slider-item-image-mobile {
        display: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.9;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .slider-item-title {
        z-index: 2;
        position: relative;
        font-weight: 700;
        font-size: 130px;
        line-height: 130px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-top: -19px;
        pointer-events: none;
    }

    .slider-item-content {
        max-width: 660px;
        z-index: 2;
        position: relative;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        text-align: center;
        margin-top: 20px;
        pointer-events: none;
    }

    .pagination-wrapper{
        position: relative;
        bottom: 54px;
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 0px;
        .swiper-pagination-bullet{
            margin: 0 8px;
        }
    }
}

.our-global-section {
    position: relative;
    overflow: hidden;
    background-color: #154F00;
    padding: 80px 0 75px;
    
    .section-content-wrapper {
        position: relative;
        z-index: 2;
    }

    .first-line-title, .second-line-title {
        margin: 0;
        text-transform: uppercase;
        color: #9EFFEC;
    }

    .second-line-title-container{
        max-width: 1152px;
    }

    .section-content {
        margin-top: 55px;
        color: #9EFFEC;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        padding-left: 10px;
        max-width: 1200px;
        p{
            margin-bottom: 28px;
        }
    }

    .navigation-pagination-wrapper{
        margin-top: 55px;
        max-width: 238px;
        left: -6px;
    }

    .logo-slider-container {
        margin-top: 48px;
        position: relative;
        padding-left: 9px;
    }

    .logo-item-container {
        display: flex;
        flex-direction: row;
        gap: 40px;
        align-items: center;
    }

    .logo-image {
        width: 200px;
        height: 200px;
        align-items: center;
        justify-content: center;
        display: flex;
        background-color: #FFFFFF;
        border-radius: 10px;
    }

    .logo-info{
        width: calc(100% - 240px);
        margin-top: 2px;
    }

    .logo-name {
        color: #9EFFEC;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
    }

    .logo-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        color: #9EFFEC;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        bottom: 0px;
        transform: unset;
        width: 34px;
        height: 34px;
        z-index: 10;
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        content: '';
        width: 100%;
        height: 100%;
        border: 0;
        background: transparent;
    }
    
    .swiper-button-next::after{
        background: url('../images/arrow_global.svg') no-repeat center center;
        background-size: contain;
        transform: rotate(180deg);
    }
    .swiper-button-prev::after{
        background: url('../images/arrow_global.svg') no-repeat center center;
        background-size: contain;
        transform: rotate(0deg);
    }

    .swiper-pagination{
        color: #9EFFEC;
        font-size: 18px;
    }
}

.sustainability-section {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 144px 0 180px;

    &::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        z-index: 2;
    }

    .section-background-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .section-background {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.8;
    }

    .section-content-wrapper {
        position: relative;
        z-index: 3;
        width: 100%;
    }

    .section-title {
        margin-bottom: 60px;
        text-transform: uppercase;
        color: #FEFA8E;
    }

    .section-items-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
        max-width: 1200px;
        margin-top: 40px;
        padding-left: 9px;
    }

    .section-items-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 80.5px 115px;
        width: 100%;
    }

    .section-item {
        text-align: left;
    }

    .section-item-number {
        font-weight: 500;
        font-size: 35px;
        line-height: 45px;
        letter-spacing: 0;
        margin-bottom: 20px;
        color: #98FFEA;
    }

    .section-item-number span {
        display: block;
    }

    .section-item-content {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        color: #98FFEA;
    }
}


.news-section {
    background-color: #00B0B7;
    color: white;
    padding: 128px 0 123px;
    position: relative;
    overflow: hidden;

    &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        
        pointer-events: none;
        z-index: 30;
        background: #00B0B7;
    }

    .section-title-container {
        margin-bottom: 59px;
        display: flex;
        justify-content: space-between;
    }

    .section-title {
        color: #FEFA8E;
    }

    .news-slider-container {
        margin: 0 auto;
        position: relative;
        padding-left: 4px;
    }

    .navigation-pagination-wrapper{
        margin-top: 66px;
        max-width: 233px;
        left: -3px;
        color: #FEFA8E;
        .swiper-pagination{
            bottom: 7px;
        }
    }

    .swiper-container {
        width: 100%;
        position: relative;
    }

    .news-item-container {
        display: flex;
        flex-direction: row;
        gap: 40px;
        transition: all 0.3s ease;
        min-height: 280px;
    }

    .news-item-image-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        max-width: 435px;
    }

    .news-item-image {
        object-fit: cover;
    }

    .news-item-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding-top: 18px;
    }

    .news-item-meta {
        display: flex;
        gap: 30px;
        margin-bottom: 9px;
        color: #98FFEA;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .news-item-title{
        a{
            font-weight: 400;
            font-size: 24px;
            line-height: 34px;
            letter-spacing: 0px;
            color: #98FFEA;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            max-height: 175px;
        }
    }

    .news-item-title a:hover{
        color: #FEFA8E;
    }

    .news-item-read-more {
        color: #98FFEA;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        text-transform: uppercase;
        
        position: absolute;
        bottom: 22px;

        &::after{
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
            bottom: -1px;
            background-color: #98FFEA;
            transition: all 0.3s ease;
        }
    }

    .news-item-read-more:hover{
        color: #FEFA8E;
        &::after {
            background-color: #FEFA8E;
        }
    }

    .view-all-container {
        text-align: center;
        margin: 21px 0 0;
    }

    .view-all-button {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        text-align: center;
        padding: 10px 20px 8px;
        color: #98FFEA;
        border: 1px solid #98FFEA;
        text-transform: uppercase;
        display: block;
    }

    .view-all-button:hover {
        color: #FEFA8E;
        border-color: #FEFA8E;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        bottom: 0px;
        transform: unset;
        width: 34px;
        height: 34px;
        z-index: 10;
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        content: '';
        width: 100%;
        height: 100%;
        border: 0;
        background: transparent;
    }
    
    .swiper-button-next::after{
        background: url('../images/arrow_news.svg') no-repeat center center;
        background-size: contain;
        transform: rotate(180deg);
    }
    .swiper-button-prev::after{
        background: url('../images/arrow_news.svg') no-repeat center center;
        background-size: contain;
        transform: rotate(0deg);
    }
}

.heart-of-the-city-section {
    position: relative;
    overflow: hidden;
    padding: 69px 0 0;
    background-color: #FFE3CD;

    .section-content-wrapper {
        position: relative;
        z-index: 2;
        width: 100%;
        margin-bottom: 71px;
    }

    .first-line-title {
        color: #91004F;
    }

    .second-line-title-container{
        max-width: 1321px;
    }

    .first-line-title,
    .second-line-title {
        color: #F7603D;
    }

    .gallery-container {
        position: relative;
        height: 100vh;
        max-height: 750px;
    }

    .gallery-item-container{
        position: relative;
    }

    .gallery-thumbs,
    .thumbs-wrap{
        position: absolute;
        bottom: 96px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        width: 100%;
        max-width: calc(120px * var(--slide-items));
        height: auto;
        min-height: 58px;
        &.has-navigation{
            max-width: 580px;
        }
        .owl-stage-outer{
            z-index: 2;
        }
        .owl-item {
            width: 100px !important;
            .thumb-slide{
                border: 0;
                border-radius: 2px;
                height: 58px !important;
                cursor: pointer;
            
                &::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100px;
                    height: 100%;
                    z-index: 1;
                    background: #00000080;
                }

                &.is-active{
                    border: 1px solid #fff;
                    &::before {
                        background: transparent;
                    }
                }
            }
        }
        
        .owl-item img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 2px;
        }

        /* Navigation */
        .owl-nav {
            position: absolute;
            width: 100%;
            display: flex;
            justify-content: space-between;
            top: 50%;
            transform: translateY(-50%);
            margin-top: 0;
            z-index: 1;
            button {
                cursor: pointer;
                width: 15px;
                height: 24px;
                margin: 0;
                position: relative;
                &:hover{
                    background: transparent;
                }
                &::before{
                    content: '';
                    width: 100%;
                    height: 100%;
                    background: url('../images/arrow_gallery.svg') no-repeat top center;
                    display: block;
                }
                span{
                    display: none;
                }
                &.owl-prev{
                    left: -35px;
                }
                &.owl-next{
                    right: -35px;
                    transform: rotate(180deg);
                }
            }
        }
    }

    .gallery-item-image {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        aspect-ratio: 1.54;
        max-height: 750px;
    }

    .gallery-item-caption {
        position: absolute;
        bottom: 272px;
        left: -3px;
        right: 0;
        margin: auto;
        transform: translateY(20px);
        background-color: #FFE3CD;
        padding: 20px 25px 24px;
        border-radius: 10px;
        max-width: 471px;
        text-align: center;
        opacity: 0;
        transition: all 0.8s ease;
        z-index: 2;
        &.active{
            opacity: 1;
            transform: translateY(0px);
        }
        p{
            color: #F7603D;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            letter-spacing: 0;
        }
    }

    .gallery-add-button-container {
        position: absolute;
        bottom: 184px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    .gallery-add-button {
        background-color: #F7603D;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        &::before{
            content: "";
            background: url("../images/cross.svg") no-repeat center center;
            background-size: contain;
            height: 34px;
            width: 34px;
            display: inline-block;
            transform: rotate(45deg);
            z-index: 1;
            transition: all 0.3s ease;
        }
        &.rotating::before{
            transform: rotate(90deg);
        }
    }

    .gallery-caption-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 20;
        transition: all 0.3s ease;
    }

    .gallery-caption-content {
        position: relative;
        max-width: 80%;
        text-align: center;
        color: white;
        padding: 20px;
        background-color: rgba(255,255,255,0.1);
        border-radius: 8px;
    }

    .gallery-caption-close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 2rem;
        cursor: pointer;
        color: white;
        transition: all 0.3s ease;
    }

    .gallery-caption-close:hover {
        transform: rotate(90deg);
        color: #ff6b35;
    }

    .gallery-main{
        height: 100%;
    }

    .gallery-main {
        .owl-item {
            overflow: hidden;
            &.center {
                .gallery-slide{
                    z-index: 10;
                    &::before{
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 75.83%);
                        z-index: 1;
                    }
                }
            }
            .gallery-slide{
                &::before{
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.7);
                    z-index: 1;
                    transition: background 0.3s ease;
                }
            }
        }
    }
}

.slider-has-1{
    .pagination-wrapper,
    navigation-wrapper{
        display: none !important;
    }
}

video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.second-line-title-container{
    text-align: right;
}

.navigation-wrapper{
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 2020px;
}

.navigation-pagination-wrapper{
    position: relative;
    max-width: 213px;
    margin: 50px auto 0;
    font-size: 18px;
    height: 34px;
}

/* Pagination */
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    transition: all 0.3s ease;
    .swiper-button-next, .swiper-button-prev{
        transform: unset;
    }
    opacity: 1 !important;
}

.swiper-pagination-bullet-active,.swiper-pagination-bullet:hover {
    background-color: white;
}

/* Navigation */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    bottom: 0px;
    width: 12px;
    height: 21px;
    display: flex;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.8;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/slider_arrow.svg') no-repeat center center;
    background-size: contain;
}

.swiper-button-next::after {
    transform: rotate(180deg);
}

.swiper-button-prev::after {
    transform: rotate(0);
}

@media (max-width: 1199.98px) {
    .banner-section{
        .main-title-container{
            max-width: 940px;
        }
    }
    .home h2{
        font-size: 70px;
        line-height: 80px;
    }

    .sliders-section{
        .swiper-button-next{
            right: 30px;
        }
        
        .swiper-button-prev{
            left: 30px;
        }
    }
}

@media (max-width: 990.98px) {
    .banner-section{
        .main-title-container{
            max-width: 540px;
        }
    }
    .home h2{
        font-size: 60px;
        line-height: 70px;
    }
    .news-section {
        .view-all-container {
            margin-top: 12px;
        }
    }
}

@media (max-width: 767.98px) {
    .show-mobile{
        display: block;
    }
    .show-desktop{
        display: none;
    }

    .home h2{
        font-size: 40px;
        line-height: 48px;
    }

    .banner-section{
        max-height: 700px;
        .main-banner-image{
            height: 100%;
            object-fit: cover;
        }
        .main-title-container{
            bottom: 41px;
            max-width: 440px;
        }
        .main-title h3{
            font-size: 40px;
            line-height: 48px;
        }
        .upper-image-container .upper-image-layer{
            max-width: 207px;
            bottom: 0px;
        }
        .lower-image-container .lower-image-layer{
            max-width: 173px;
        }
    }
    
    .about-section{
        padding: 70px 0;
        .section-title{
            font-size: 22px !important;
            line-height: 30px !important;
        }
        .section-content {
            max-width: 100%;
            p {
                margin-bottom: 28px;
            }
        }
        .section-content-container{
            margin-bottom: 39px;
        }
        .video-play-button{
            width: 40px;
            height: 40px;
        }
    }

    .new-central-section{
        padding: 108px 0 126px;
    }

    .second-line-title-container{
        text-align: left;
    }

    .section-title{
        font-size: 40px !important;
        line-height: 48px !important;
    }

    .section-content,
    .news-item-title a{
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .section-background {
        display: none;
    }
    
    .section-background-mobile {
        display: block;
    }

    .sliders-section{
        .subsection-swiper-container{
            min-height: 800px;
        }
        .slider-item-image{
            display: none;
        }
        .slider-item-image-mobile{
            display: block;
        }
        .slider-item-container{
            padding: 30px;
        }
        .slider-item-title{
            font-size: 60px;
            line-height: 70px;
            margin-bottom: 0px;
            margin-top: -40px;
        }
        .pagination-wrapper{
            bottom: 96px;
        }
        .navigation-wrapper{
            bottom: 93px;
            top: auto;
            .swiper-button-next{
                right: 30px;
            }
            .swiper-button-prev{
                left: 30px;
            }            
        }
        .slider-item-content{
            font-size: 16px;
            line-height: 26px;
        }
    }

    .our-global-section {
        padding: 71px 0 64px;
        .logo-item-container {
            flex-direction: column;
            row-gap: 20px;
        }
        
        .logo-image {
            width: 100%;
        }
        .container{
            padding-left: 22px;
            padding-right: 22px;
        }
        .section-content{
            margin-top: 30px;
            padding-left: 8px;
        }

        .logo-slider-container{
            margin-top: 29px;
            padding-left: 8px;
            padding-right: 8px;
        }

        .logo-info{
            width: 100%;
        }

        .navigation-pagination-wrapper{
            margin-top: 44px;
            left: 0px;
        }
    }

    .sustainability-section {
        padding: 81px 0 79px;
        .section-items-grid {
            grid-template-columns: 1fr;
            row-gap: 30px;
        }

        .section-title{
            margin-bottom: 49px;
        }
                
        .section-item-number {
            font-size: 30px;
            line-height: 38px;
            margin-bottom: 10px;
        }

        .section-item-content{
            font-size: 16px;
            line-height: 26px;
        }

        .section-items-container{
            padding-left: 0px;
        }
    }

    .news-section {
        padding: 72px 0 71px;

        .news-item-container{
            flex-direction: column;
            row-gap: 20px;
        }

        .news-item-read-more,
        .swiper-pagination{
            display: none;
        }

        .navigation-pagination-wrapper{
            max-width: 118px;
        }

        .news-item-image-container{
            max-width: 100%;
        }

        .news-slider-container{
            padding-left: 0px;
        }

        .section-title-container{
            margin-bottom: 29px;
        }

        .news-item-content{
            padding-top: 0px;
        }

        .news-item-meta{
            margin-bottom: 11px;
        }

        .view-all-container.show-mobile{
            display: inline-block;
            margin-top: 39px;
            max-width: 122px;
        }
        
        .navigation-pagination-wrapper{
            right: -10px;
            left: auto;
            position: absolute;
            width: 130px;
            bottom: 2px;
            margin-top: 0;
        }

        .view-all-button{
            padding-left: 19px;
            padding-right: 19px;
        }
    }

    .heart-of-the-city-section {
        padding-top: 50px;

        .section-content-wrapper{
            margin-bottom: 49px;
        }

        .gallery-container{
            min-height: 750px;
        }

        .gallery-item-image{
            aspect-ratio: 0.52;
            min-height: 750px;
        }

        .gallery-main .swiper-slide {
            width: 100% !important;
        }

        .gallery-item-container{
            height: 100%;
        }

        .gallery-thumbs,
        .thumbs-wrap {
            bottom: 54px;
            max-width: 340px;
            &.has-navigation{
                max-width: 340px;
            }
        }

        .gallery-add-button-container{
            bottom: 142px;
        }

        .gallery-item-caption{
            bottom: 232px;
            max-width: 330px;
            padding-top: 16px;
        }
    }
}

@media (max-width: 389.98px) {
    .banner-section{
        .main-title-container{
            max-width: 340px;
        }
        .main-title h3{
            font-size: 36px;
            line-height: 46px;
        }
    }
    .section-title {
        font-size: 34px !important;
        line-height: 44px !important;
    }
}