.banner-swiper {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
}

.banner-swiper .swiper-slide img {
    width: 100%;
    height: calc(90vh - 20px);
    object-fit: cover;
    object-position: top center;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet-active {
    background: #000;
}
.swiper.banner-swiper {
    margin: 0px;
    border-radius: 0px;
    min-width: 100%;
    width: 100% !important;
}

h1.banner-subtitle {
    position: absolute;
    right: -10%;
    top: 50%;
    transform: rotate(90deg);
    color: white;
}
.banner-info.right {
    right: 5rem !important;
    display: flex;
    align-items: flex-end;
}

h1.banner-subtitle.left {
    right: auto;
    left: -10%;
}

.banner-info.center {
    right: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-info.center * {
    text-align: center;
}

h1.banner-subtitle.center {
    transform: rotate(0deg);
    right: auto;
    top: 5%;
    width: 100%;
    left: 0px;
    text-align: center;
}

.banner-info {
    position: absolute;
    bottom: 5rem;
    left: 5rem;
    color: white;
    font-size: 10rem;
    line-height: 10rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    font-family: Glacial Indifference;
}

a.banner-shp-now {
    font-size: 1.5rem;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    background: rgb(255 255 255 / 50%);
    font-family: 'Poppins';
    border: 1px solid black;
    line-height: 2rem;
}

.swiper-slide.swiper-slide-active {
    border-radius: 0px !important;
}
@media (max-width: 768px) {
    .banner-swiper .swiper-slide img {
        height: 56.25vw;
        object-fit: cover;
    }

    h1.banner-subtitle {
        font-size: 1rem;
        right: -15%;
        transform: rotate(90deg);
        white-space: nowrap;
    }

    h1.banner-subtitle.left {
        left: -15%;
    }

    h1.banner-subtitle.center {
        font-size: 1rem;
        top: 2%;
    }

    .banner-info {
        font-size: 2rem;
        line-height: 2.5rem;
        bottom: 2rem;
        left: 2rem;
        gap: 10px;
    }

    .banner-info.right {
        right: 2rem !important;
        align-items: flex-end;
    }

    .banner-info.center {
        right: 2rem;
        left: 2rem;
        align-items: center;
    }

    a.banner-shp-now {
        font-size: 1rem;
        padding: 6px 16px;
        line-height: 1.5rem;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .banner-swiper .swiper-slide img {
        height: 56.25vw;
        object-fit: cover;
    }

    h1.banner-subtitle {
        font-size: 1.5rem;
        right: -12%;
    }

    h1.banner-subtitle.left {
        left: -12%;
    }

    h1.banner-subtitle.center {
        font-size: 1.5rem;
        top: 4%;
    }

    .banner-info {
        font-size: 4rem;
        line-height: 4.5rem;
        bottom: 3rem;
        left: 3rem;
        gap: 16px;
    }

    .banner-info.right {
        right: 3rem !important;
    }

    .banner-info.center {
        right: 3rem;
        left: 3rem;
        align-items: center;
    }

    a.banner-shp-now {
        font-size: 1.25rem;
        padding: 8px 24px;
        line-height: 1.75rem;
    }
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2rem !important;
}
