.slide,
.slider {
    width: 100%;
    height: 100%;
}
.whats-new-area {
    padding: 80px 0;
    color: #fff;
    display: flex;
    align-items: center;
}
.whats-new-area .wt-mew {
    padding: 40px 20px 40px 40px;
    background: #232323;
    height: 100%;
    border-radius: 15px;
}
.whats-new-area .wt-mew h2,
.whats-new-title {
    font-size: 3rem;
    font-weight: 700;
    color: #9dc33b;
    margin-bottom: 15px;
}
.whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}
.whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide .wt-mew-img img {
    width: 290px;
    height: 370px;
    object-fit: cover;
    border-radius: 10px;
}
.whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide .wt-mew-cnt p {
    padding: 0 50px 0 0;
}
.whats-new-area .wt-mew .whatsnewSwiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    left: -15px;
    position: relative;
}
.whats-new-area .wt-mew .whatsnewSwiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    left: -15px;
    position: relative;
}
.whats-new-text {
    flex: 1;
    max-width: 500px;
    padding-right: 40px;
}
.whats-new-subtitle {
    font-size: 16px;
    line-height: 28px;
    color: #ccc;
}
.whats-new-slider {
    flex: 1;
    max-width: 700px;
}
.slider-container {
    position: relative;
    border-radius: 20px;
}
.slider {
    position: relative;
    overflow: hidden;
}
.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
}
.slide.active {
    opacity: 1;
}
.slide-image {
    width: 55%;
    position: relative;
    overflow: hidden;
}
.responsive-img {
    width: 100%;
    height: auto;
    display: block;
}
.slide-content {
    flex: 1;
    background: #111;
    color: #fff;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    width: 45%;
}
.product-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.2;
}
.product-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 30px;
}
.nav-arrow,
.view-more-btn {
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.view-more-btn {
    background: #9dc33b;
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    align-self: flex-start;
    font-size: 1rem;
}
.whatsNavigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
    z-index: 10;
}
.nav-arrow {
    background: rgb(255 255 255 / 0.2);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    pointer-events: all;
    backdrop-filter: blur(10px);
    font-weight: 700;
}
.nav-arrow:hover {
    background: rgb(126 211 33 / 0.8);
    transform: scale(1.1);
}
.nav-arrow.prev {
    left: 20px;
}
.nav-arrow.next {
    right: 20px;
}
.view-more-btn:hover {
    background: #9dc33b;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(126 211 33 / 0.3);
}
@media (max-width: 1531px) {
    .whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide .wt-mew-img img {
        width: 260px;
        height: 330px;
    }
}
@media (max-width: 1200px) {
    .whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide .wt-mew-cnt p {
        padding: 0 20px;
    }
    .whats-new-area {
        padding: 60px 0;
    }
    .whats-new-area .wt-mew h2 {
        font-size: 2.4rem;
    }
    .whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide .wt-mew-img img {
        width: 100%;
    }
    .whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide {
        flex-direction: column;
        justify-content: center;
    text-align: center;
    }
    .whats-new-container {
        gap: 40px;
        max-width: 1200px;
    }
    .whats-new-title {
        font-size: 3.5rem;
    }
    .whats-new-text {
        padding-right: 20px;
    }
}
@media (max-width: 992px) {
    .whats-new-area .wt-mew h2 {
        font-size: 2.2rem;
    }
    .whats-new-container {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }
    .whats-new-text {
        max-width: 100%;
        padding-right: 0;
    }
    .whats-new-title {
        font-size: 3rem;
    }
    .whats-new-slider {
        max-width: 100%;
    }
    .slider-container {
        height: 450px;
    }
}
@media (max-width: 768px) {
    .whats-new-area .wt-mew {
        background: none;
        padding: 40px 20px 40px 20px;
    }
    .whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide .wt-mew-img img {
        height: 480px;
        width: 100%;
        object-fit: cover;
    }
    .whats-new-area .wt-mew h2 {
        font-size: 2.2rem;
    }
    .whats-new-area {
        padding: 30px 0;
    }
    .whats-new-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    .whats-new-subtitle {
        font-size: 1.1rem;
    }
    .slider-container {
        height: 400px;
    }
    .slide {
        flex-direction: column;
    }
    .slide-image {
        flex: 0 0 50%;
    }
    .slide-content {
        flex: 0 0 50%;
        padding: 30px 25px;
    }
    .product-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .product-description {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }
    .view-more-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}
@media (max-width: 576px) {
    .whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide .wt-mew-cnt p {
        padding: 0 10px 0 0;
    }
    .whats-new-area .wt-mew h2 {
        font-size: 1.8rem;
    }
    .whats-new-area {
        padding: 20px 0;
    }
    .whats-new-area .wt-mew {
        padding: 0 0 30px;
    }
    .navigation,
    .whats-new-container {
        padding: 0 15px;
    }
    .whats-new-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
    .whats-new-subtitle {
        font-size: 1rem;
    }
    .slider-container {
        height: 350px;
    }
    .slide-content {
        padding: 20px;
    }
    .product-title {
        font-size: 1.5rem;
    }
    .product-description {
        font-size: 0.85rem;
    }
    .nav-arrow {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}
@media (max-width: 400px) {
    .whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide .wt-mew-cnt p {
        padding: 0 10px 0 0;
    }
    .whats-new-area .wt-mew h2 {
        font-size: 2rem;
    }
    .whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide {
        flex-direction: column;
    }
    .whats-new-area .wt-mew .whatsnewSwiper .swiper-wrapper .swiper-slide .wt-mew-img img {
        width: 100%;
    }
    .whats-new-title {
        font-size: 1.8rem;
    }
    .slider-container {
        height: 300px;
    }
    .slide-content {
        padding: 15px;
    }
    .product-title {
        font-size: 1.3rem;
    }
    .product-description {
        font-size: 0.8rem;
        margin-bottom: 15px;
    }
    .view-more-btn {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
    .nav-arrow {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}
@media (max-height: 500px) and (orientation: landscape) and (max-width: 992px) {
    .whats-new-area {
        padding: 40px 0;
    }
    .whats-new-container {
        gap: 30px;
    }
    .whats-new-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .whats-new-subtitle {
        font-size: 0.9rem;
    }
    .slider-container {
        height: 300px;
    }
    .slide {
        flex-direction: row;
    }
    .slide-image {
        flex: 1;
    }
    .slide-content {
        flex: 1;
        padding: 20px;
    }
    .product-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    .product-description {
        font-size: 0.8rem;
        margin-bottom: 15px;
    }
    .view-more-btn {
        padding: 8px 20px;
        font-size: 0.8rem;
    }
}
