/**
* 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
*/
.tvadvance-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-align: center;
    position: relative;
    padding-bottom: 100px;
}
@media (min-width:992px) {
    .tv-advance-block-image {
        width: 49.8958%;
    }
    .tvcmsadvance-block-content {
        width: 50.1042%;
    }
}
.tv-advance-block-image {
    text-align: left;
    position: relative;
    padding: 0;
}
.tvcmsadvance-block-content {
    position: relative;
    text-align: start;
    padding: 0;
    background: url(../img/block-bg.png), #2D333B;
    display: grid;
    align-items: center;
}
.tv-advance-block-image .tvadvance-block-image_2 {
    position: absolute;
    bottom: -100px;
    left: 14%;
    max-width: 65%;
    z-index: 1;
}
.tvcmsadvance-block-content-wrapper {
    padding-block: 15px;
    padding-inline-start: 60px;
    padding-inline-end: 14%;
}
.lang-rtl .tvadvance-block-content {
    direction: rtl;
}
.tvadvance-block-content .tvadvance-block-content-desc p {
    margin: 20px 0 40px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
.tvadvance-block-content:last-child .tvadvance-block-content-desc p {
    margin: 0px 0 40px;
}
.tvcmsadvance-block-content .tvcms-main-title:after {
    margin: 0 15px;
}
.tvadvance-block-content-img {
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}
.tvadvance-block-content-img:before {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #ffbe00;
    display: inline-block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.tvadvance-bolck-btn-link-wrapper {
    margin-top: calc(15px + (95 - 15) * ((100vw - 280px) / (1920 - 280)));
}
.tvadvance-bolck-btn-link-wrapper .tvadvance-bolck-btn span {
    font-weight: 700;
}
.tvadvance-bolck-btn-link-wrapper .tvall-inner-btn {
    padding: 20px 38px;
}
.tvadvance-bolck-btn-link-wrapper .tvall-inner-btn:hover svg path {
    fill: #D0DF56;
}
.tvadvance-bolck-btn-link-wrapper .tvall-inner-btn span {
    font-size: 16px;
}
.tvadvance-bolck-btn-link-wrapper .tvall-inner-btn svg {
    margin-left: 16px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.tvadvance-block {
    z-index: 1;
}
.tvadvance-block .tvcmsmain-title-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    text-align: start;
}
.tvadvance-block .tvcmsmain-title-wrapper .tvcms-main-title .tvmain-sub-title h4 {
    font-size: 19px;
    margin-bottom: 11px;
    display: inline-block;
    position: relative;
}
.tvcmsadvance-block {
    position: relative;
}
.tvcmsadvance-block .tvcms-main-title .tvmain-title h2:before {
    display: none;
}
.tvcmsadvance-block .tvcms-main-title .tvmain-title h2 {
    margin-bottom: 22px;
    color: #fff;
    font-size: calc(24px + (58 - 24) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.17241;
}
.tvcmsadvance-block .tvcms-main-title .tvmain-desc {
    margin-top: 0;
    font-size: 36px;
    color: #1f1b18;
    /*line-height: 40px;*/
    /*padding: 0 40px;*/
    font-weight: 600;
    text-align: center;
}
.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;
}
.tvadvance-block-sub-description {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #1F262F;
    margin-bottom: 26px;
}
.tvadvance-block .tvadvance-block-content .tvadvance-block-content-img img {
    transform: rotateY(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvadvance-block .tvadvance-block-content:hover .tvadvance-block-content-img img {
    transform: rotateY(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tvcmsadvance-block-image-signeture-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    margin: 25px 0;
}
.tvadvance-block-signeture-image,
.tv-advance-block-info-content {
    padding: 10px 20px;
}
.tvadvance-block-signeture-image {
    display: inline-block;
    text-align: center;
    position: relative;
    border-right: 1px solid #D9D9D9;
}
.lang-rtl .tvadvance-block-signeture-image {
    border-right: none;
    border-left: 1px solid #D9D9D9;
}
.tvadvanceblock-content-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    row-gap: 22px;
}
.tvadvanceblock-content-box:before {
    content: "";
    width: 77.344%;
    height: 1px;
    background: #e4e4e4;
    display: inline-block;
    margin-bottom: 15px;
    margin-inline-start: 15px;
}
.tvadvance-block-content {
    margin-bottom: 0px;
}
.tvadvance-block-content-details {
    display: flex;
}
.tvadvance-block-content-details:before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    min-width: 13px;
    margin-top: 4px;
    border-radius: 100%;
    background-color: #E6AF5D;
    margin-inline-end: 22px;
}
.tvadvance-block-content-title {
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}
.tvadvance-block-content-desc {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
}
.tvadvance-block-desc {
    margin-bottom: 60px;
}
.tv-advance-block-info-content {
    text-align: start;
}
.tvadvance-block-desc,
.tvadvance-block-sub-description {
    color: #CACACA;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.789473;
    letter-spacing: 0.02em;
    width: 94%;
}
.tv-advance-block-info-subtitle {
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #01996D;
}
.tv-advance-block-info-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
}
@media (max-width:1600px) {
    .tvadvanceblock-content-box:before {
        margin-bottom: calc(5px + (15 - 5) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-block .tvcmsmain-title-wrapper .tvcms-main-title .tvmain-sub-title h4 {
        font-size: calc(14px + (19 - 14) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: calc(8px + (11 - 8) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-title h2 {
        margin-bottom: calc(15px + (22 - 15) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-block-sub-description {
        font-size: calc(14px + (19 - 14) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: calc(18px + (26 - 18) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-bolck-btn-link-wrapper .tvall-inner-btn {
        padding-inline: calc(20px + (38 - 20) * ((100vw - 280px) / (1920 - 280)));
        padding-block: calc(9px + (20 - 9) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-bolck-btn-link-wrapper .tvall-inner-btn span {
        font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-block-content-title {
        font-size: calc(15px + (20 - 15) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-block-content-details:before {
        margin-inline-end: calc(10px + (22 - 10) * ((100vw - 280px) / (1920 - 280)));
        min-width: calc(9px + (13 - 9) * ((100vw - 280px) / (1920 - 280)));
        width: calc(9px + (13 - 9) * ((100vw - 280px) / (1920 - 280)));
        height: calc(9px + (13 - 9) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-bolck-btn-link-wrapper {
        margin-top: calc(15px + (65 - 15) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvanceblock-content-box {
        row-gap: calc(18px + (22 - 18) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcmsadvance-block-content-wrapper {
        padding-inline: calc(15px + (60 - 15) * ((100vw - 280px) / (1920 - 280)));
        ;
    }
}
@media (max-width:1280px) {
    .tvadvance-block-desc,
    .tvadvance-block-sub-description {
        font-size: 15px;
    }
    .tvcmsadvance-block-content {
        text-align: start;
    }
    .tvadvance-block-desc,
    .tvadvance-block-sub-description {
        width: 100%;
    }
}
@media (max-width:1024px) {
    .tvadvance-block .tvcmsmain-title-wrapper .tvcms-main-title .tvmain-sub-title h4 {
        font-size: 16px;
        line-height: 17px;
    }
    .tvadvance-bolck-btn-link-wrapper .tvall-inner-btn svg {
        width: 40px;
        height: 12px;
        margin-left: 10px;
    }
}
@media (max-width:991px) {
    .tvcmsadvance-block-content-wrapper{
        padding-top: calc(100px + 30px);
        padding-bottom: 30px;
    }
    .tvadvance-block-desc {
        margin-bottom: 36px;
    }
}
@media (max-width:767px) {
    .tvadvance-block-desc,
    .tvadvance-block-sub-description {
        width: 100%;
    }
    .tvadvance-bolck-btn-link-wrapper{
        margin-top: 30px;
    }
}
@media (max-width:350px){
    .tvadvance-block-content{
        width: 100%;
    }
}