/**
* 2007-2025 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-2025 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.tvcmsadvance-block {
    /*background-position: center;*/
    background-repeat: no-repeat;
    text-align: center;
}
.tvadvance-block-wrapper {
    display: flex;
    /*align-items: center;*/
    background-position: center top;
    background-repeat: no-repeat;
}
.tv-advance-block-image {
    /*background-repeat: no-repeat;
    background-position: center center;
    text-align: center;*/
    /*padding-top: 100px;*/
    padding-left: 0px;
}
.tv-advance-block-image img {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tvadvance-block-wrapper:hover .tv-advance-block-image img {
    transform: translateY(-3%);
    -webkit-transform: translateY(-3%);
    -ms-transform: translateY(-3%);
    -o-transform: translateY(-3%);
    -moz-transform: translateY(-3%);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.tvadvance-block-content {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.tvadvance-block-content:last-child {
    margin-right: 0;
}
.tvadvance-block-content-img {
    /*width: 15%;*/
    text-align: center;
}
/*.tvadvance-block-content-img img {
    height: 45px;
    width: 45px;
}*/
.tvadvance-block-content-details {
    /*width: 85%;*/
    padding-left: 20px;
}
.tvadvance-block-content-title {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}
.tvadvance-block-content-desc {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
@media (max-height: 1440px) {
    /*.tvadvance-block-content-img {
        width: 20%;
    }
    .tvadvance-block-content-details {
        width: 80%;
    }*/
}
.tvcmsadvance-block-content:after {
    content: '';
}
/*.tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    padding: 0;
    background-color: transparent;
}*/
.tvcmsadvance-block-content {
    position: relative;
    text-align: initial;
}
.tvcmsadvanceblock-slider-main-title-wrapper .tvcmsmain-title-wrapper {
    /*margin-bottom: 0;*/
    text-align: left;
}
.tvcmsadvanceblock-slider-main-title-wrapper,
.tvadvance-block-desc {
    margin-bottom: 40px;
}
.tvcmsadvance-block-content-wrapper {
    margin-bottom: 35px;
}
.tvadvance-block-desc p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-align: initial;
}
.tvadvance-block-desc h4 {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 15px;
}
.tvcmsadvance-block-sub-title h1 {
    font-size: 107px;
    background: linear-gradient(to right, #C6426E, #642B73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: -35%;
    z-index: 1;
    opacity: 6%;
}
@media (max-width: 1280px) {
    .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-title h2 {
        font-size: 30px;
    }
    .tvcmsadvance-block-sub-title h1 {
        bottom: -55%;
    }
}
@media (max-width: 1100px) {
    .tvcmsadvance-block-sub-title h1 {
        bottom: -45%;
    }
}
/***** advance block *****/
.tvcmsadvance-block .tvcmsmain-title-wrapper {
    text-align: left;
}
.tvcmsadvance-block .tvcms-main-title .tvmain-title:after{
    margin: 0;
    margin-top: 20px;
}
.lang-rtl .tvcmsadvance-block-content,
.lang-rtl .tvcmsadvance-block .tvcmsmain-title-wrapper {
    text-align: right;
}
.lang-rtl .tvadvance-block-content-details {
    padding-left: 0;
    padding-right: 20px;
}
.lang-rtl .tv-advance-block-image{
    padding-left: 15px;
    padding-right: 0;
}