.trending-container{
    position: relative;
    height: auto;
    padding: 0;
    margin: 100px auto 100px;
    max-width: 1700px;
}
.trending-container h2{
    font-family: Archivo;
    font-weight: 700;
    font-size: 62px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
    margin-bottom: 13px;
}
.trending-subheading{
    font-family: Archivo;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}
.trending-container .swiper {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}
.trending-container .swiper-wrapper:first-child {
    padding: 0 !important;
}
.trending-container .swiper-slide{
    width: max-content;
    /* background: linear-gradient(106.52deg, #092D35 4.45%, #BBE0F3 27.08%, #FFDF00 45.38%, #092D35 62.72%, #82D5FF 82.46%, #FFDF00 100.76%);
    border-radius: 30px;
    padding: 2px; */
}
.trending-swiper-container{
    margin-left: 100px;
}
.swiper-trending{
    display: flex;
    flex-direction: column;
    width: 498px;
    height: 555px;
    background: #fff;
    border: 1px solid #989898;
    border-radius: 20px;
}
.trending-img{
    width: 100%;
    height: 300px;
    flex-shrink: 0;
}
.trending-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.trending-detail{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 25px 20px 25px 15px;
}
.trending-detail small {
    width: max-content;
    display: inline-block;
    padding: 7px 10px !important;
    border-radius: 100px;
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);
    background-color: #f4f4f4;
}
.trending-detail h3 a{
    font-family: Archivo;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #191919;
    margin: 0;
    text-decoration: none;
}
.date_name{
    display: flex;
    justify-content: space-between;
}
.trending-detail h4{
    font-family: Archivo;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
    color: #00000066;
    margin: 0;
}
.trending-detail .readMore-btn a{
    display: flex;
    text-decoration: none;
    background-color: #FFDF00;
    padding: 17.5px 20px;
    border-radius: 100px;
    width: max-content;
}
.trending-detail a span{
    /* width: 89px; */
    font-family: Archivo;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
    color: #000000;
}
.trending-detail a .button-svg{
    height: 20px;
    background-color: #000000;
}
@media (max-width: 767px) {
    .trending-container{
        margin: 30px 0;
    }
    .trending-container h2{
        font-size: 35px;
        margin: 0 40px 15px;
    }
    .trending-subheading{
        font-size: 22px;
        margin: 0 40px 21.75px;
    }
    .trending-swiper-container{
        margin-left: 18px;
    }
    .swiper-trending{
        flex-direction: column;
        width: 360px;
        max-width: calc(100vw - 32px);
        height: 663px;
        border: unset;
        border-radius: 28px;
        padding: 32px 20px;
    }
    .trending-container .swiper-slide{
        background: linear-gradient(106.52deg, #092D35 4.45%, #BBE0F3 27.08%, #FFDF00 45.38%, #092D35 62.72%, #82D5FF 82.46%, #FFDF00 100.76%);
        border-radius: 30px;
        padding: 2px;
    }
    .trending-img{
        width: 100%;
        height: 300px;
    }
    .trending-img img{
        border-radius: 20px;
    }
    .date_name{
        flex-direction: column;
        gap: 4px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .trending-container h2{
        font-size: 35px;
    }
    .trending-container{
        margin: 30px 0;
    }
    .image-swiper .swiper-heading h2 {
        font-size: 35px !important;
    }
}