/**
* 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
*/
.tvcmsadvance-block {
    position: relative;
    padding-block: 222px;
    background-position: right;
    background-size: cover;
}
.tvadvance-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: right;
    margin: 0 -15px;
}
.tv-advance-block-image {
    display: inline-block;
    right: 0;
    position: relative;
}
.tvadvance-block-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #C2C2C2;
    padding-top: 40px;
    row-gap: 20px;
}
.tvadvance-block-content {
    display: flex;
    align-items: center;
    width: 50%;
}
.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;
}
.tvadvance-block-content-img {
    /*width: 20%;*/
    text-align: center;
    display: inline-block;
    position: relative;
    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;
}
.tvadvance-block-content-details {
    text-align: center;
}
.tvadvance-block-content-title {
    font-size: 16px;
    color: #13213B;
    font-weight: 400;
    line-height: 1.5;
}
.tvadvance-block-content-title-svg {
    width: 21px;
    height: 21px;
    color: #FAFCFE;
    background-color: #Db915E;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 8px;
}
.tvadvance-block-content-desc {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
}
.tv-advance-block-image .tvadvance-block-img {
    z-index: 0;
    position: relative;
}
/*.tv-advance-block-image .tvadvance-block-img::after {
    position: absolute;
    content: "";
    width: 470px;
    height: 630px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border: 10px #B47aea solid;
    border-radius: 30px;
    animation: moveleftbounce 5s linear infinite
}

@keyframes moveleftbounce {
    0% {
        transform: translate(0)
    }
    50% {
        transform: translate(20px)
    }
    to {
        transform: translate(0)
    }
}*/
.tvadvance-bolck-btn:hover span {
    color: #333;
}
.tvcmsadvance-block-content {
    text-align: center;
    padding-left: 3%;
}
.tvadvance-block .tvcms-main-title .tvmain-sub-title h4 {
    margin-bottom: 20px;
}
.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);
    top: -80px;
    opacity: 0.05;
}
.tvcmsadvance-block-sub-title h1 {
    font-size: 240px;
    font-weight: 800;
}
.tv-advance-block-image img {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tvadvance-block-sub-description {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #495054;
    margin-bottom: 30px;
}
.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-content-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;
}
.tv-advance-block-info-content {
    text-align: start;
}
.tvadvance-block-desc,
.tvadvance-block-sub-description {
    color: #ffffffb3;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 60px;
}
.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;
}
.tvadvance-bolck-btn-link-wrapper .tvall-inner-btn {
    padding: 16px 29px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.tvadvance-bolck-btn-link-wrapper .tvall-inner-btn span {
    font-size: 18px;
    line-height: 1;
}
.tv-advance-block-info-title {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
}
.tvadvance-block .tv-advance-block-bottom-image {
    text-align: right;
}
@media (max-width: 1500px) {
    .tvcmsadvance-block {
        padding-block: 160px;
    }
    .tvadvance-block .tvcmsmain-title-wrapper .tvcms-main-title .tvmain-sub-title h4 {
        font-size: calc(12px + (20 - 12) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: calc(8px + (30 - 8) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-block-desc,
    .tvadvance-block-sub-description {
        margin-inline-end: 0;
        font-size: calc(15px + (20 - 15) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: calc(25px + (60 - 25) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-block .tvcmsmain-title-wrapper {
        margin-bottom: calc(20px + (35 - 20) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media (max-width: 1480px) {
    .tvadvance-block-wrapper {
        padding: 0;
    }
    .tvcmsadvance-block-content {
        padding: 0 15px;
    }
    .tvcmsadvance-block-desc-content {
        margin-bottom: 30px;
    }
    .tvadvance-block-wrapper {
        display: flex;
        align-items: center;
    }
    .tvadvance-bolck-btn-link-wrapper .tvall-inner-btn {
        padding-block: calc(10px + (16 - 10) * ((100vw - 280px) / (1920 - 280)));
        padding-inline: calc(20px + (29 - 20) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-bolck-btn-link-wrapper .tvall-inner-btn span {
        font-size: calc(13px + (18 - 13) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadvance-bolck-btn-link-wrapper .tvall-inner-btn svg {
        width: calc(14px + (24 - 14) * ((100vw - 280px) / (1920 - 280)));
        height: calc(14px + (24 - 14) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media (max-width: 991px) {
    .tvcmsadvance-block {
        padding-block: 120px;
    }
}
@media (max-width: 768px) {
    .tvcmsadvance-block {
        padding-block: 80px;
    }
}
@media (max-width:767px) {
    .tvcmsadvance-block {
        background-size: initial;
        padding-block: 50px;
    }
    .tv-advance-block-image {
        margin-bottom: 30px;
    }
    .tvcmsadvance-block-content {
        padding: 0 20px;
    }
}
@media (max-width:350px) {
    .tvadvance-block-content {
        width: 100%;
    }
}