/**
* 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 {
    position: relative;
}
.tv-advance-block-image {
    padding: 0;
    text-align: right;
    padding-right: 100px;
}
.tvcmsadvance-block .tvmain-title {
    padding-bottom: 25px;
}
.tvcmsadvance-block .tvcms-main-title .tvmain-desc {
    color: #6F6F6F;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.72px;
    margin-bottom: 0;
    text-transform: lowercase;
    width: 68%;
}
.tvadvance-block-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 10px 0;
}
.tvadvance-block-wrapper .tvcmsmain-title-wrapper {
    margin-bottom: 40px;
}
.advance-more span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.54px;
    text-transform: capitalize;
    color: #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.advance-more svg {
    margin-inline-start: 10px;
}
.lang-rtl .advance-more svg {
    transform: rotate(180deg);
}
.tvabout-event-link {
    margin-top: 50px;
}
.tvadvance-block-content .tvadvance-block-content-desc p {
    margin: 0;
    font-size: 16px;
    color: #6B6B6B;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 22px;
    width: 90%;
}
.tvadvance-block-content-img {
    width: 29%;
    text-align: start;
}
.tvadvance-block-content:hover .tvadvance-block-content-img img {
    transform: rotateY(360deg);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.tvadvance-block-content-img img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.tvadvance-block-content-details {
    width: 71%;
    padding-inline-start: 8px;
}
.tvadvance-block-content-title {
    font-size: 21px;
    color: #000;
    font-family: 'Lora';
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: 0.84px;
}
.tvadvance-block-content-desc {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 400;
}
.tvadvance-main-block-content-desc {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 30px;
}
.tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4 {
    font-size: 36px;
    letter-spacing: 0.72px;
}
.tvcmsadvance-block-content {
    padding: 93px 0 93px 140px;
}
.tvadvance-block {
    background-color: #F9F1EC;
    border-radius: 5px;
    position: relative;
    display: inline-block;
}
.tvadvance-block:before {
    position: absolute;
    content: '';
    background-image: url(..//img/advance-seperator.png);
    width: 118px;
    height: 178px;
    left: 0;
    bottom: 0;
}
.tv-advance-block-image  img {
    margin-top: -45px;
    border-radius: 10px;
}
.tvadvance-block .tvcms-main-title .tvmain-title h2 {
    padding-bottom: 10px;
    position: relative;
    font-size: 45px;
    color: #000; 
}
.tvadvance-block .tvcms-main-title .tvmain-title h2::after {
    position: absolute;
    content: '';
    width: 87px;
    height: 2px;
    background-color: #643C00;
    left: 0;
    bottom: 0;
}
.tvadvance-block-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tvadvance-block {
    z-index: 1;
}
.tvcmsadvance-block {
    position: relative;
}
.tvcmsadvance-block .tvcms-main-title {
    text-align: start;
}
.tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4,
.tvadvance-block-wrapper .tvcmsmain-title-wrapper {
    text-align: inherit;
}
.lang-rtl .tvadvance-block-content-wrapper {
    margin-right: auto;
}
.lang-rtl .tvadvance-block .tvcms-main-title .tvmain-title h2::after {
    right: 0;
    left: auto;
}
@media (max-width: 1140px) {
    .tv-advance-block-image:after {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        right: -70px;
    }
}
@media (max-width: 1440px) {
    .tvcmsadvance-block-content {
        padding: 50px 15px 50px 30px;
    }
}
@media (max-width: 1280px) {
    .tv-advance-block-image {
        padding-inline-end: 50px;
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        width: 80%;
        font-size: 17px;
    }
    .tvadvance-block-wrapper .tvcmsmain-title-wrapper {
        margin-bottom: 20px;
    }    
}
@media (max-width: 1200px) {
    .tvadvance-block-content .tvadvance-block-content-desc p {
        width: 100%;
    }
    .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-desc {
        width: 90%;
    }
    .tvadvance-block-content-title {
        font-size: 18px;
    }
}
@media (max-width: 1080px) {
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 16px;
        line-height: 26px;
    }
    .tv-advance-block-image {
        padding-inline-end: 20px;
    }
    .tvadvance-block .tvcms-main-title .tvmain-title h2 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .tvabout-event-link {
        margin-top: 40px;
    }
    .tvadvance-block-content-title {
        font-size: 17px;
    }
}
@media (max-width: 850px) {
    .tvcmsadvance-block-content {
        padding: 40px 15px 40px 16px;
    }
    .tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4,
    .tvadvance-block .tvcms-main-title .tvmain-title h2 {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .tvcmsadvanceblock-slider-main-title-wrapper .tvcms-main-title .tvmain-desc {
        width: 100%;
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 15px;
        line-height: 24px;
    }
    .tvadvance-block-content-title {
        font-size: 15px;
    }
}
@media (max-width: 650px) {
    .tvabout-event-link {
        margin-top: 25px;
    }
    .advance-more span {
        font-size: 16px;
    }
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .tvadvance-block-content-title {
        font-size: 17px;
    }
    .tv-advance-block-image img {
        margin-top: 0;
    }
    .tvcmsadvance-block-content {
        padding: 30px 15px;
    }
    .tvadvance-block .tvcms-main-title .tvmain-title h2::after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .tv-advance-block-image {
        padding: 0 15px;
        text-align: center;
        padding-bottom: 20px;
    }
    .tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4, 
    .tvadvance-block-wrapper .tvcmsmain-title-wrapper,
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc,
    .tvabout-event-link {
        text-align: center;
    }
    .tvadvance-block-content {
        width: 50%;
    }
}
@media (max-width: 375px) {
    .tvabout-event-link {
        text-align: center;
    }
    .tvadvance-block-content-title {
        font-size: 12px;
    }
    .tvadvance-block-content .tvadvance-block-content-desc p {
        font-size: 11px;
        line-height: 14px;
    }
    .tvcmsadvance-block-content {
        padding: 20px 10px;
    }
}
@media (max-width: 330px) {
    .tvadvance-block-content {
        width: 100%;
    }
    .tvadvance-block-content {
        padding: 3px 0;
    }
    .tvadvance-block-content-title {
        font-size: 15px;
    }
    .tvadvance-block-wrapper .tvcmsmain-title-wrapper {
        margin-bottom: 10px;
    }
    .tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4, 
    .tvadvance-block .tvcms-main-title .tvmain-title h2 {
        font-size: 24px;
    }
}

.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 .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.tvadvance-block: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 .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}