.inner_featured_awards_wrp {
    overflow-x: hidden;
    background-color: #eaeef2
}

.inner_featured_awards_wrp .container .featured_awards_slider {
    padding: 80px 0 0;
    overflow: visible;
    margin-top: -50px
}

.inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box {
    overflow: hidden;
    display: block;
    position: relative
}

.inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.92%, rgba(0, 0, 0, 0.35) 100%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box img {
    border-radius: 16px
}

.inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box .desc_wrp {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 140px; /* collapsed state */
    overflow: hidden;
    padding: 30px;
    transition: max-height 0.3s ease-out;
}

.inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box .desc_wrp .ttle {
    color: var(--White);
    font-size: var(--fs-22);
    font-weight: var(--font-weight-500);
    margin-bottom: 20px;
    letter-spacing: -0.02rem
}

.inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box .desc_wrp .desc {
    color: var(--White);
    font-size: var(--fs-14);
    line-height: 24px;
    font-weight: var(--font-weight-400);
    opacity: 0;
    transition: 0.3s ease-out;
    transition-delay: 0.1s;
    /* overflow: hidden;
    max-height: 0;
    transition: max-height .45s ease, opacity .35s ease */
}

.inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box:hover::before {
    background: rgba(0, 0, 0, .5019607843)
}

.inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box:hover .desc_wrp {
    max-height: 400px; /* expanded state */
}

.inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box:hover .desc {
    /* max-height: 500px; */
    opacity: 1
}

.inner_featured_awards_wrp .container .featured_awards_slider .featured_awards_slider-next,
.inner_featured_awards_wrp .container .featured_awards_slider .featured_awards_slider-prev {
    width: 50px;
    height: 50px;
    top: 22px
}

.inner_featured_awards_wrp .container .featured_awards_slider .featured_awards_slider-next::after,
.inner_featured_awards_wrp .container .featured_awards_slider .featured_awards_slider-prev::after {
    display: none
}

.inner_featured_awards_wrp .container .featured_awards_slider .featured_awards_slider-prev {
    right: 60px;
    left: inherit;
    background-image: url(../../assets/images/prev-btn.png)
}

.inner_featured_awards_wrp .container .featured_awards_slider .featured_awards_slider-next {
    right: 0;
    background-image: url(../../assets/images/next-btn.png)
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .inner_featured_awards_wrp .desc_wrp {
        padding: 30px !important;
        bottom: 0 !important
    }
    .inner_featured_awards_wrp .desc_wrp .ttle {
        font-size: 16px !important;
        line-height: 1.3;
    }
    .inner_featured_awards_wrp .desc_wrp .desc {
        font-size: 12px !important;
        line-height: 19px !important;
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .inner_featured_awards_wrp .desc_wrp {
        padding: 20px !important;
        bottom: -82% !important;
        min-height: 100% !important
    }
    .inner_featured_awards_wrp .desc_wrp .ttle {
        font-size: 20px !important;
        margin-bottom: 25px !important
    }
    .inner_featured_awards_wrp .desc_wrp .desc {
        font-size: 14px !important;
        line-height: 22px !important
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .inner_featured_awards_wrp .desc_wrp {
        padding: 30px !important;
        bottom: -75% !important
    }
    .inner_featured_awards_wrp .desc_wrp .ttle {
        font-size: 24px !important
    }
    .inner_featured_awards_wrp .desc_wrp .desc {
        font-size: 16px !important;
        line-height: 24px !important
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    .inner_featured_awards_wrp .desc_wrp {
        padding: 10px !important
    }
    .inner_featured_awards_wrp .desc_wrp .ttle {
        font-size: 22px !important;
        margin-bottom: 25px !important
    }
    .inner_featured_awards_wrp .desc_wrp .desc {
        font-size: 14px !important;
        line-height: 22px !important
    }
    .inner_featured_awards_wrp .featured_awards_slider .product-next,
    .inner_featured_awards_wrp .featured_awards_slider .product-prev {
        width: 35px !important;
        height: 35px !important;
        background-size: cover !important;
        top: 27px !important
    }
    .inner_featured_awards_wrp .featured_awards_slider .product-prev {
        right: 45px !important
    }
    .common_tile {
        font-size: 24px !important
    }
    .inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box::before {
        display: none
    }
    .inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box .desc_wrp {
        position: relative
    }
    .inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box .desc_wrp .ttle,
    .inner_featured_awards_wrp .container .featured_awards_slider .swiper-wrapper .swiper-slide .featured_awards_box .desc_wrp .desc {
        color: #000;
        opacity: 1;
        max-height: fit-content;
        margin-bottom: 10px !important
    }
    .inner_featured_awards_wrp .container .featured_awards_slider .featured_awards_slider-next,
    .inner_featured_awards_wrp .container .featured_awards_slider .featured_awards_slider-prev {
        width: 40px;
        height: 40px;
        top: 37px;
        background-size: contain
    }
    .inner_featured_awards_wrp .container .featured_awards_slider .featured_awards_slider-prev {
        right: 50px
    }
}

/*# sourceMappingURL=featured-awards.css.map */