/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2024 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
/****************************category*********************/
.tvcmscategory-slider {
    position: relative;
}

.tvcategory-slider {
    position: relative;
    z-index: 1;
}

.tvcategory-slider-content-image img {
    border-radius: 20px;
}

.tvcategory-img-block {
    overflow: hidden;
    position: relative;
    /* background: #FFFFFF; */
    /* border-radius: 5px; */
}

.tvcategory-slider-wrapper-info-block {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin: 0;
    padding: 73px 56px;
}

.tvcategory-slider-content-box {
    margin-inline-start: -17%;
}

.tvcategory-slider-inner-info-box {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
}

.tvcategory-slider-wrapper-info a.tvcategory-slider-title {
    display: block;
    cursor: pointer;
}

.tvcategory-slider-info-box {
    /* margin-block-start: 20px; */
}

.tvcategory-slider-info-box .tvcategory-slider-info-title {
    padding-top: 21px;
    position: relative;
}

.tvcategory-slider-info-box .tvcategory-slider-info-title span {
    display: block;
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 21px;
    line-height: 0.95;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000;
}

.tvcategory-slider-info-box:hover .tvcategory-slider-info-title span
{
    color:#C6D9DD;
}

.tvcategory-slider-title-content-wrapper {
    padding-top: 90px;
}

/* .tvcategory-slider-info-box span,
.tvcategory-img-block img {
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
} */
.owl-carousel .owl-item .tvcategory-img-block img {
    width: auto;
}

.tvcategory-slider-wrapper-info:hover .tvcategory-img-block img {
    animation: category-shake 0.25s infinite;
}

@keyframes category-shake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.tvcategory-slider-info-box .tvcategory-slider-info-icon {
    width: 60px !important;
    height: 60px;
    margin-left: 15px;
    background-color: #C6D9DD;
}

.tvcategory-slider-wrapper-info {
    padding: 38px 15px 56px;
    text-align: center;
    position: relative;
    border-top: 1px dashed #C6D9DD;
    border-right: 1px dashed #C6D9DD;
}

.tvcategory-slider-wrapper-info:nth-child(4n) {
    border-right: none;
}

.tvcategory-slider-wrapper-info:nth-child(1),
.tvcategory-slider-wrapper-info:nth-child(2),
.tvcategory-slider-wrapper-info:nth-child(3),
.tvcategory-slider-wrapper-info:nth-child(4) {
    border-top: none;
}

.tvcategory-slider-main-title-wrapper {
    position: relative;
}

.tvcategory-slider-inner-info-box {
    display: flex;
}

@media (max-width: 1440px) {
    .tvcategory-slider-info-box .tvcategory-slider-info-title span {
        font-size: calc(15px + (20 - 15) * ((100vw - 280px) / (1440 - 280)));
    }

    .tvcategory-slider-wrapper-info-block {
        padding: 40px 40px;
    }

    .tvcategory-slider-wrapper-info {
        padding: 30px 15px;
    }
}

@media (max-width: 1280px) {
    .tvcategory-slider-wrapper-info-block {
        padding: 30px 15px;
    }

    .tvcategory-slider-wrapper-info {
        padding: 20px 15px;
    }

    .tvcategory-slider-title-content-wrapper {
        padding-top: 30px;
    }
}

@media (max-width: 1080px) {
    .tvcategory-slider-inner-info-box {
        display: block;
    }

    .tvcategory-slider-content-image {
        width: 50%;
        margin: auto;
        float: none;
    }

    .tvcategory-slider-title-content-wrapper {
        width: 100%;
    }

    .tvcategory-slider-content-box {
        margin-inline-start: 0;
    }
}

@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 30px;
    }

    .tvcategory-slider-inner-info-box {
        top: 0;
    }

    .tvcategory-slider-wrapper-info {
        /* margin: 0 7.5px; */
    }
}

@media (max-width: 767px) {
    .tvcategory-slider-wrapper-info {
        border: none;
    }

    .tvcategory-slider-content-image {
        width: 80%;
    }
}

@media(max-width: 575px) {
    .tvcategory-slider-inner-info-box {
        padding: 0;
    }

    .tvcategory-slider-info-box span {
        font-size: 15px;
    }

    .tvcategory-slider-info-box .tvcategory-slider-info-title {
        padding: 10px 15px;
    }

    .tvcategory-slider-content-image {
        width: 100%;
    }
}

@media(max-width: 375px) {
    .tvcategory-slider-wrapper-info {
        width: 50%;
        padding: 5px;
    }
}

@media(max-width: 340px) {
    .tvcategory-slider-wrapper-info {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .tvcmscategory-slider {
        margin-bottom: 50px;
    }
}

@media (min-width: 1440px) {
    .tvcategory-slider-content-image {
        width: 42.77%;
    }

    .tvcategory-slider-title-content-wrapper {
        width: 60.23%;
    }
}