.swiper-container, .aoc-hero-container {
    width: 100%;
    height: 85vh;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}

.aoc-hero-container {
    cursor: default;
}

.aoc-hero-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.aoc-hero {
    width: 100%;
    height: 100%;
}
.aoc-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-overlay, .aoc-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.38);
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-content, .aoc-hero-content {
    position: absolute;
    top: 20%;
    left: 10%;
    color: #fff;
    padding-right: 20px;
}

.slide-content h2, .aoc-hero-content h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff !important;
    font-family: Montserrat, sans-serif;
}

.slide-content p, .aoc-hero-content p {
    width: 45%;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
}

.buy-now {
    display: inline-block;
    padding: 15px 45px;
    background-color: #ff4e00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

.buy-now:hover {
    background-color: #fff;
    color: #ff4e00;
    border: 1px solid #e2e2e2;
}

.price {
    font-size: 16px;
    margin-top: 10px;
}

.aoc-models {
    margin: 30px 0 30px 0;
}
.aoc-model {
    margin-bottom: 30px;
}
.aoc-model .image {
    margin-bottom: 20px;
}

.aoc-model .image img {
    border-radius: 10px;
    max-width: 300px;
    max-height: 225px;
}
.aoc-model h2 {
    font-family: Roboto, Montserrat, sans-serif;
    font-size: 25px;
    text-align: center;
}
@media (min-width: 1900px) {
    .swiper-container, .aoc-hero-container {
        height: 80vh;
    }
}

@media (max-width: 1023px) {
    .slide-content, .aoc-hero-content {
        position: absolute;
        top: 10%;
        left: 0;
        padding: 0 20px;
    }

    .slide-content h2, .aoc-hero-content h2 {
        font-weight: 900;
        padding-bottom: 20px;
        width: 90%;
        font-size: 25px;
    }

    .slide-content p, .aoc-hero-content p {
        width: 100%;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .buy-now-btn-container {
        text-align: center;
    }
}
@media (min-width: 1024px) {
    .slide-content h2, .aoc-hero-content h2 {
        width: 100%;
    }
}