/**
* 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;
}
.tv-advance-block-image {
    position: relative;
    padding: 0;
    padding-block: 40px;
    display: grid;
    align-items: center;
}
.tvadvance-block-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 769px) {
    .tvcmsadvance-block-content {
        width: calc(50% - 15px);
    }
    .tv-advance-block-image {
        width: calc(50% + 15px);
        padding-inline-start: 6px;
    }
}
.tvcmsadvance-block-content {
    display: grid;
    justify-content: end;
    align-items: center;
    padding: 30px;
    background: url(../img/bg_pattern.png), #Fa589d;
}
@media (max-width: 1920px) and (min-width:1500px) {
    .tvcmsadvance-block-content {
        padding-inline-start: calc(15px + (166 - 15) * ((100vw - 1500px) / (1920 - 1500)));
    }
}
.tvcmsadvance-block .tvcms-main-title .tvmain-desc {
    color: #000;
    font-size: calc(14px + (47 - 14) * ((100vw - 280px) / (1920 - 280)));
    font-family: 'Playfair Display';
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1.41px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.tvadvance-block-wrapper .tvcmsmain-title-wrapper {
    margin-bottom: 40px;
}
.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;
}
.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 {
    position: relative;
    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 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tvadvance-block-content-img:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tvadv-block-sub-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tvadv-block-title {
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.33333;
    text-transform: capitalize;
    margin-bottom: 10px;
    max-width: 92%;
}
.tvadv-block-short-desc {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    margin-inline-end: 10%;
}
.tvadvance-block-content-wrapper {
    margin-top: 34px;
}
.tvadvance-block-content {
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.tvadvance-block-content:not(:last-child) {
    margin-bottom: 41px;
}
.tvadvance-block-content-details {
    padding-inline-start: 14px;
}
.tvadvance-block-content-count span {
    position: relative;
}
.tvadvance-block-content-count {
    height: 34px;
    width: 34px;
    min-width: 34px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 12px;
    text-transform: uppercase;
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
}
.tvadvance-block-content-count:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    bottom: -12px;
    right: -12px;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.3;
}
.tvadvance-block-content-count:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 20px;
    background-color: #fff;
    top: calc(100% + 22px);
    left: 0;
    right: 0;
    margin: auto;
}
.tvadvance-block-content:last-child .tvadvance-block-content-count:after {
    display: none;
}
.tvadvance-block-content-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.tvadvance-block-content-desc {
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.09091;
}
.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;
}
.tvadvance-block .tvcms-main-title .tvmain-title h2 {
    padding-bottom: 10px;
    position: relative;
    font-size: 19px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.tvadvance-block .tvcms-main-title .tvmain-title h2::after,
.tvadvance-block .tvcms-main-title .tvmain-title h2::before {
    width: 35px;
    height: 2px;
    background-color: #4F88a7;
}
.tvadvance-block .tvcms-main-title .tvmain-title h2::before {
    margin-inline-end: 15px;
}
.tvadvance-block .tvcms-main-title .tvmain-title h2::after {
    margin-inline-start: 15px;
}
.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: 1600px) {
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 24px;
    }
    .tvadvance-block-wrapper .tvcmsmain-title-wrapper {
        margin-bottom: 20px;
    }
    .tvabout-event-link {
        margin-top: 35px;
    }
    .tvadvance-block-content-wrapper {
        margin-top: calc(20px + (34 - 20) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadv-block-sub-title {
        font-size: calc(14px + (20 - 14) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadv-block-title {
        font-size: calc(24px + (39 - 24) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvadv-block-short-desc {
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .tvadvance-block-content .tvadvance-block-content-desc p {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .tv-advance-block-image {
        padding-block: 5px;
    }
    .tvadvance-block-wrapper .tvcms-main-title .tvmain-sub-title h4 {
        font-size: 30px;
    }
    .tvadvance-block-content-title {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .tvcmsadvance-block .tvcms-main-title .tvmain-desc {
        font-size: 20px;
    }
    .tvadvance-block-content-title {
        font-size: 15px;
    }
}
@media (max-width: 650px) {
    .tvabout-event-link {
        margin-top: 25px;
    }
    .advance-more span {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .tvadvance-block-content-title {
        font-size: 15px;
    }
    .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;
    }
    .tvadv-block-short-desc {
        margin: 0;
    }
    .tvcmsadvance-block-content{
        padding: 30px 20px;
    }
    .tvadvance-block-content-wrapper {
        gap: 15px;
    }
}
@media (max-width: 480px) {
    .tvadvance-block-content-title {
        font-size: 14px;
    }
    .tvadvance-block .tvcms-main-title .tvmain-title h2 {
        font-size: 16px;
    }
    .tvadv-block-sub-title {
        margin-bottom: 10px;
    }
}
@media (max-width: 375px) {
    .tvadvance-block-content-title {
        font-size: 13px;
    }
    .tvadvance-block-content .tvadvance-block-content-desc p {
        font-size: 11px;
        line-height: 14px;
    }
    .tvadvance-block-content {
        width: 100%;
    }
}
@media (max-width: 330px) {
    .tvadvance-block-content-title {
        font-size: 15px;
    }
    .tvadvance-block-wrapper .tvcmsmain-title-wrapper {
        margin-bottom: 10px;
    }
}

.tv-advance-block-image img {
    position: relative;
}