.homepage-slider-item {
    position: relative;
    overflow: hidden;
}
.homepage-slider-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.homepage-slider-image .section {
    position: absolute;
}
.homepage-slider-image .section.top {
    top: 0;
    left: 0;
    width: 50%;
    height: 170px;
}
.homepage-slider-image .section.bottom {
    right: 0;
    height: 200px;
    top: 195px;
}
.homepage-slider-image .section img {
    height: 100%;
    object-fit: contain;
}
.homepage-slider-image .section.top img {
    object-position: top left;
}
.homepage-slider-image .section.bottom img {
    object-position: bottom right;
}
.homepage-slider-over {
    position: relative;
}
.homepage-slider-over .logo {
    position: absolute;
    top: 155px;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 110px;
    z-index: 1;
}
.homepage-slider-over .logo img {
    width: 100%;
}
.homepage-slider-over .section {
    position: relative;
}
.homepage-slider-over .section.top {
    height: 180px;
}
.homepage-slider-over .section.bottom {
    height: 340px;
}
.homepage-slider-over .section.top .curvy-line {
    width: 57%;
    position: absolute;
    right: 0;
    top: 70px;
    -webkit-mask-position: right;
    mask-position: right;
}
.homepage-slider-over .section.bottom {
    padding: 40px 0;
}
.homepage-slider-over .section.bottom .curvy-line {
    margin-bottom: 20px;
    width: 60%;
}
.homepage-slider-flavor {
    font-size: 12px;
    font-weight: 700;
}
.homepage-slider-title {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    max-width: 1200px;
}
.homepage-slider-title span {
    font-size: 14px;
    display: none;
}
.homepage-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.owl-carousel.homepage-slider button.owl-dot {
    flex: unset;
    width: auto;
    margin-right: 4px;
}
.owl-carousel.homepage-slider button.owl-dot span {
    border-bottom: none;
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    background-color: #b1b0b0;
    border-radius: 50%;
}
.owl-carousel.homepage-slider button.owl-dot.active span {
    background-color: #7f7f7f;
}
/*Resposive - Mobile First*/
/* md */
@media (min-width: 768px) {
    .homepage-slider-image .section.top,
    .homepage-slider-image .section.bottom {
        width: 31%;
        height: auto;
    }
    .homepage-slider-over .section.top,
    .homepage-slider-over .section.bottom {
        height: 430px;
    }
    .homepage-slider-image .section.bottom {
        top: auto;
        bottom: 0;
    }
    .homepage-slider-image .section img {
        height: auto;
    }
    .homepage-slider-over .section.top .curvy-line {
        width: 37%;
        transform: rotate(180deg);
        top: 135px;
    }
    .homepage-slider-over .section.bottom .curvy-line {
        margin-bottom: 30px;
        width: 620px;
    }
    .homepage-slider-over .logo {
        top: 0;
        bottom: 0;
        width: 600px;
        height: 215px;
    }
    .homepage-slider-flavor {
        font-size: 15px;
    }
    .homepage-slider-title span {
        font-size: 16px;
        display: inline-block;
    }
    .homepage-slider .owl-dots {
        bottom: 25px;
    }
    .owl-carousel.homepage-slider button.owl-dot {
        margin-right: 7px;
    }
    .owl-carousel.homepage-slider button.owl-dot span {
        width: 10px;
        height: 10px;
    }
}
/* xl */
@media (min-width: 1350px) {
    .homepage-slider-over .section.top,
    .homepage-slider-over .section.bottom {
        height: 480px;
    }
    .homepage-slider-over .logo {
        width: 750px;
        height: 260px;
    }
    .homepage-slider-flavor {
        font-size: 18px;
    }
    .homepage-slider-title span {
        font-size: 18px;
    }
}
@media (max-width: 1800px) {
    .homepage-slider-over .section.top .curvy-line {
        width: 40%;
    }
}
@media (max-width: 1615px) {
    .homepage-slider-title {
        max-width: 1000px;
        font-size: 90px;
    }
}
@media (max-width: 1600px) {
    .homepage-slider-over .section.top .curvy-line {
        width: 42%;
    }
}
@media (max-width: 1500px) {
    .homepage-slider-title {
        font-size: 80px;
        z-index: 1;
        position: relative;
    }
}
@media (max-width: 1450px) {
    .homepage-slider-over .section.top .curvy-line {
        width: 46%;
    }
}
@media (max-width: 1300px) {
    .homepage-slider-title {
        max-width: 800px;
        font-size: 70px;
    }
}
@media (max-width: 1280px) {
    .homepage-slider-over .section.top .curvy-line {
        width: 41%;
        top: 120px;
    }
}
@media (max-width: 1240px) {
    .homepage-slider-over .section.top .curvy-line {
        width: 44%;
        top: 115px;
    }
    .homepage-slider-title {
        max-width: 750px;
        font-size: 65px;
    }
}
@media (max-width: 1115px) {
    .homepage-slider-over .section.top .curvy-line {
        width: 50%;
    }
    .homepage-slider-title {
        max-width: 670px;
        font-size: 60px;
    }
}
@media (max-width: 1024px) {
    .homepage-slider-title {
        max-width: 600px;
        font-size: 50px;
    }
        .homepage-slider-over .section.bottom {
            height: 350px;
        }
    .homepage-slider-over .section.top {
        height: 360px;
    }

}
@media (max-width: 769px) {
    .homepage-slider-over .section.bottom {
        height: 250px;
    }
    .homepage-slider-over .logo {
        width: 350px;
    }
    .curvy-line {
        height: 29px;
    }
    .homepage-slider-over .section.top .curvy-line {
        width: 30%;
        top: 75px;
    }
    .homepage-slider-image .section.bottom {
        top: 255px;
    }
}
@media (max-width: 600px) {
    .homepage-slider-over .section.top .curvy-line {
        width: 42%;
    }
}
@media (max-width: 583px) {
    .homepage-slider-title {
        font-size: 40px;
    }
}
@media (max-width: 414px) {
    .homepage-slider-title {
        font-size: 30px;
    }
}
@media (max-width: 375px) {
    .homepage-slider-image .section.top {
        height: 150px;
    }
    .homepage-slider-image .section.bottom {
        top: 275px;
        height: 160px;
    }
}