/**
* 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
*/
.tvadvance-block-wrapper {
    /*align-items: flex-end;*/
    justify-content: flex-end;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -15px;
    direction: ltr;
}
.tv-advance-block-image {
    /*background-repeat: no-repeat;
    background-position: center center;
    text-align: center;*/
    /*padding-top: 100px;*/
    /*padding-left: 0px;*/
    margin: auto;
    display: inline-block;
    right: 0;
    text-align: right;
    position: relative;
    margin: 0;
}
.tv-advance-block-image:after{
    content: '';
    position: absolute;
    left: 0;
    max-width: 41%;
    width: 100%;
    height: 100%;
    max-height: 698px;
    display: inline-block;
    background-color: #fb7700;
    z-index: -1;
    bottom: -14%;
}
.tvadvance-block-content {
    /*display: flex;*/
    /*align-items: center;*/
    text-align: center;
    /*margin-bottom: 40px;*/
}
.tvadvance-block-content .tvadvance-block-content-desc p {
    margin: 20px 0 40px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
.tvadvance-block-desc{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
}
.tvadvance-block-content-img {
    /*width: 20%;*/
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}
.tvadvance-block-content-details {
    /*width: 80%;*/
    /*padding-left: 10px;*/
    text-align: center;
}
.tvadvance-block-content-title {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    /*margin-bottom: 10px;*/
}
.tvadvance-block-content-desc {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
}
.tvadvance-bolck-btn-link-wrapper {
    /*text-align: center;*/
    display: inline-block;
    margin-top: 50px;
}
@media (max-height: 1440px) {
    .tvadvance-block-content-img {
        /*width: 20%;*/
    }
    .tvadvance-block-content-details {
        /*width: 80%;*/
    }
}
.tvadvance-block {
    z-index: 1;
}
.tvcmsadvance-block {
    position: relative;
    padding: 150px 0;
    /*background-size: cover;*/
}
.tvcmsadvance-block-sub-title{
    position: absolute;
    left: 53%;
    transform: rotate(90deg);
    z-index: 0;
    top: -80px;
    opacity: 0.05;
}
.tvcmsadvance-block-sub-title h1{
    font-size: 240px;
    font-weight: 800;
}
/*advance-block*/
.tv-advance-block-image img{
    transform: translate(0px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tv-advance-block-image:hover img{
    transform: translate(-30px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.lang-rtl .tv-advance-block-image {
    text-align: left;
}
.lang-rtl .tv-advance-block-image:after {
    left: auto;
    right: 0;
}
.lang-rtl .tvcmsadvance-block-sub-title {
    left: -15%;
}
@media (min-width: 1200px){
    .tvcmsadvance-block-content{
        padding: 0;
    }
    .tvadvance-block-desc{
        width: 88%;
        margin-left: auto;
        margin-right: auto;
    }
    .tvcmsadvance-block{
        background-position: bottom;
    }
}
@media (max-width: 1199px){
    .tvcmsadvance-block{
        background-position: 60% 100%;
    }
}
@media (max-width: 991px){
    .tvcmsadvance-block{
        padding: 80px 0;
    }
    .tvcmsadvance-block{
        background-position: center right;
    }
}
@media (max-width: 650px){
    .tvcmsadvance-block{
        padding: 50px 0;
    }
}
@media (max-width: 370px){
    .tvadvance-block-content{
        width: 100%;
    }
}
.tvadvance-block-content-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}