.homepage-first{
    width: 100%;
    background-color: var(--olive);
    padding-top: 130px;
    position: relative;
}

.homepage-first .container{
    position: relative;
}

.homepage-first-banner-mobile{
    display: none;
    color: var(--white);
}

.homepage-first-text{
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
}

.homepage-first h1,
.homepage-first h2{
    font-size: 246px;
    color: #F6F5EF;
    letter-spacing: 0;
    line-height: 246px;
}

.homepage-first h1{
    display: inline;
    position: relative;
}

.homepage-first h2{
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.homepage-first span{
    position: absolute;
    bottom: 50px;
    right: -230px;
    font-size: 24px;
    color: #000000;
    font-family: 'roboto';
    letter-spacing: 0;
    line-height: 32px;
    text-align: left;
}
.img-first-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 180px;
}

.home-first-img{
    z-index: 1;
    position: relative;
}

.home-first-img img{
    border-radius: 50% 50% 0 0;
}

.img-first-wrap a{
    position: absolute;
    top: 55%;
    left: -125px;
    z-index: 3;
}

.home-first-icon{
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
}

.home-first-icon p{
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
}

.home-first-icon i{
    font-size: 24px;
}

.home-first-icon .social > *{
    margin-right: 15px;
    text-decoration: none;
}

.homepage-first .container-1920{
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
}

.home-wine-slider{
    background-color: var(--gray-light);
    padding: 150px 0;
    position: relative;
}

.home-wine-slider a{
    text-decoration: none;
}

.swiper-container.wine-slider {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
}

.wine-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wine-slider .swiper-slide picture img {
    width: 325px;
}

.wine-slider.swiper-container-horizontal>.swiper-pagination-progressbar{
    top: unset;
    bottom: 0;
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.wine-slider .swiper-pagination-progressbar-fill{
    background: #000000;
}

.swiper-wine-name p{
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
}

.swiper-wine-name p:first-child{
    font-size: 48px;
    letter-spacing: 0;
    line-height: 56px;
    font-family: 'playfair';
}

.swiper-wine-price span{
    font-size: 24px;
}

.swiper-wine-price p{
    font-family: 'musetta';
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    line-height: 56px;
    margin-top: 40px;
}

.home-wine-slider .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -34px;
}

.swiper-wine-number-pag span{
    font-family: 'musetta';
    font-size: 24px;
}

.wine-slider-marquee-wrap{
    position: absolute;
    top: 26%;
    width: 100%;
    overflow: hidden;
}

.home-first-mobile-button{
    display: none;
}

.swiper-wine-number-pag{
    display: none;
}

@media (max-width: 1600px){
    .homepage-first h1,
    .homepage-first h2{
        font-size: 206px;
        line-height: 206px;
    }

    .img-first-wrap{
        padding-top: 110px;
    }

    .homepage-first-text{
        top: 10px;
    }
}

@media (max-width: 1410px){
    .homepage-first h1,
    .homepage-first h2{
        font-size: 150px;
        line-height: 150px;
    }

    .home-first-icon {
        bottom: 80px;
    }
}

@media (max-width: 1230px){
    .homepage-first span{
        font-size: 18px;
        line-height: 24px;
        right: -180px;
    }

    .img-first-wrap{
        padding-top: 130px;
    }

    .img-first-wrap a{
        top: 50%;
    }

    .home-first-icon {
        bottom: 100px;
    }

    .home-wine-slider .container .button{
        padding: 20px 25px 20px 45px;
    }

    .swiper-wine-name p:first-child {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width: 992px){
    .homepage-first {
        padding-top: 86px;
    }

    .homepage-first .container {
        padding: 0;
    }

    .homepage-first-text{
        top: 80px;
    }

    .homepage-first-banner-mobile{
        display: block;
        position: absolute;
        top: 86px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 6px;
        background-color: var(--olive);
        z-index: 3;
    }

    .home-first-img img{
        display: none;
    }

    .homepage-first{
        height: 100vh;
        min-height: 650px;
        background-image: url('../images/home-first-mobile.jpeg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .home-first-mobile-button{
        display: block;
        position: absolute;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
    }

    .img-first-wrap{
        padding-top:36px;
    }

    .home-first-img img{
        border-radius: unset;
    }

    .img-first-wrap a{
        left: 50%;
        transform: translateX(-50%);
        top: unset;
        bottom: 18%;
    }

    .homepage-first-text{
        z-index: 3;
    }

    .homepage-first span{
        display: none;
    }

    .home-first-icon{
        display: none;
    }

    .wine-slider-marquee-wrap{
        display: none;
    }

    .home-wine-slider .container-1920{
        padding-left: 0;
        padding-right: 0;
    }

    .home-wine-slider{
        padding: 100px 0;
    }

    .wine-slider .swiper-slide img{
        max-width: 60%;
    }

    .swiper-wine-price{
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
        display: none;
        cursor: pointer;
    }

    .swiper-slide.swiper-slide-active .swiper-wine-price{
        display: flex;
    }

    .swiper-wine-price p{
        margin-top: 0;
        font-size: 38px;
    }

    .swiper-wine-number-pag{
        display: block;
    }

    .swiper-number-desk{
        display: none;
    }

    .wine-slider .swiper-slide{
        background-color: var(--white);
        padding: 50px 30px 30px 30px;
    }

    .home-wine-slider .container{
        flex-direction: column;
        margin-top: -45px;
    }

    .swiper-wine-number-pag{
        margin-bottom: 65px;
    }

    .wine-slider.swiper-container-horizontal>.swiper-pagination-progressbar{
        width: 65%;
    }

    .swiper-wine-name p:first-child {
        font-size: 34px;
    }

    .home-wine-slider .container .button{
        padding: 15px 35px 15px 65px;
    }
}

@media (max-width: 560px){
    .homepage-first h1, .homepage-first h2 {
        font-size: 95px;
        line-height: 95px;
    }

    .swiper-wine-name p:first-child {
        font-size: 27px;
        line-height: 36px;
    }

    .swiper-wine-name p {
        font-size: 18px;
        line-height: 26px;
    }

    .swiper-arrow-next, .swiper-arrow-prev {
        top: 180px;
    }
}

@media (max-width: 350px){
    .homepage-first h1, .homepage-first h2 {
        font-size: 83px;
        line-height: 88px;
    }
}

