/**
* 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
*/
.tvcmsvideo-block {
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 13.11% 0 13.875%;
}
.tvcmsvideo-block-wrapper {
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
}
.tvvideo-block-main-title-wrapper {
    background-color: #165644e6;
    text-align: center;
    /* width: 73%; */
    float: initial;
    padding: 64px 86px;
    margin: auto;
    border-radius: 20px;
}
.tvvideo-bolck-btn-link-wrapper {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 13px 31px;
}
.tv-video-block-image {
    position: relative;
    display: flex;
}
.tv-video-block-image img {
    max-width: 78.5%;
    margin-left: 45px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}
.tvvideo-block-desc p {
    width: 80%;
    margin: 0 auto;
    font-weight: 500;
    margin-bottom: 70px;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
.tv-videoblock-video-playbtn {
    /*position: absolute;*/
    /*display: grid;*/
    align-content: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    height: 86px;
    width: 86px;
    border-radius: 100%;
    background-color: #ffffff;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.tv-videoblock-video-playbtn span {
    position: relative;
    display: block;
    background-color: #EEBB63;
    display: grid;
    align-content: center;
    justify-content: center;
    margin: auto;
    height: 78px;
    width: 118px;
    border-radius: 20px;
}
.tv-videoblock-video-playbtn i {
    font-size: 60px;
    color: #000;
    z-index: 5;
}
.tv-videoblock-video-playbtn span:before {
    content: '';
    position: absolute;
    top: 50%;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    border-radius: 100%;
    height: 92px;
    width: 130px;
    border-radius: 20px;
    background-color: #EEBB6357;
}
.tv-videoblock-video-playbtn span:hover:before {
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}
.tvcmsvideo-block .tvcms-saperator {
    display: none;
}
.tvcmsvideo-block .tvcms-main-title .tvmain-title h2 {
    font-size: calc(25px + (68 - 25) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.2355;
    color: #FFFFFF;
}
.tvcmsvideo-block-wrapper .tvcms-main-title .tvmain-sub-title h4 {
    color: #fff;
    line-height: 1.5;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 6px;
}
.tvcmsvideo-block .tvcmsmain-title-wrapper {
    border-bottom: none;
    margin-bottom: 50px;
}
.lang-rtl .tv-video-block-image img {
    margin-right: 45px;
    margin-left: 0;
}
.lang-rtl .tv-videoblock-video-playbtn {
    left: auto;
    right: 15px;
}
@media (max-width: 1440px) {
    .tv-video-block-image:after {
        width: 546px;
        right: -220px;
    }
    .tvvideo-block-main-title-wrapper .tvvideo-block-title p {
        font-size: 80px;
    }
    .tvvideo-block-main-title-wrapper .tvvideo-block-sub-title {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .tvcmsvideo-block .tvvideo-block-desc {
        margin-bottom: 30px;
    }
    .tvvideo-block-desc p {
        font-size: 13px;
    }
    .tvvideo-bolck-btn-link {
        font-size: 14px;
        padding: 9px 18px;
    }
    .tv-video-block-image:after {
        width: 376px;
        right: -85px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .tv-videoblock-video-playbtn span,
    .tv-videoblock-video-playbtn {
        /*height: 66px;*/
        /*width: 66px;*/
    }
    .tv-video-block-image img {
        margin-left: 35px;
    }
    .lang-rtl .tv-video-block-image img {
        margin-right: 35px;
    }
}
@media (max-width: 768px) {
    .tvvideo-block-main-title-wrapper {
        margin-bottom: 15px;
        padding: 15% 0;
    }
    .tv-videoblock-video-playbtn i {
        font-size: 56px;
    }
    .tv-videoblock-video-playbtn span {
        height: 90px;
        width: 90px;
    }
    .tv-videoblock-video-playbtn span:before {
        height: 112px;
        width: 112px;
    }
    .tvcmsvideo-block-wrapper {
        background-position: 27% center;
    }
}
@media (max-width: 575px) {
    .tvcmsvideo-block .tvcms-main-title .tvmain-sub-title h4 {
        font-size: 18px;
        line-height: normal;
    }
    .tvvideo-block-main-title-wrapper .tvvideo-block-title p {
        font-size: 60px;
        margin-bottom: 10px;
    }
    .tvvideo-block-main-title-wrapper .tvvideo-block-title p span {
        margin-left: 0;
    }
    .tvcmsvideo-block .tvcmsmain-title-wrapper {
        margin-bottom: 20px;
    }
    .tv-videoblock-video-playbtn i {
        font-size: 50px;
    }
    .tv-videoblock-video-playbtn span {
        height: 80px;
        width: 80px;
    }
    .tv-videoblock-video-playbtn span:before {
        height: 102px;
        width: 102px;
    }
}
@media (max-width: 480px) {
    .tv-videoblock-video-playbtn::before {
        content: '';
        height: 86px;
        width: 86px;
    }
    .tv-video-block-image img {
        margin-left: 35px;
    }
    .lang-rtl .tv-video-block-image img {
        margin-right: 35px;
    }
    .tvcmsvideo-block {
        padding: 70px 0 70px;
    }
}
@media (max-width: 425px) {
    .tvvideo-block-main-title-wrapper .tvvideo-block-title p {
        font-size: 54px;
    }
    .tv-video-block-image {
        width: 100%;
    }
    .tv-video-block-image::after {
        content: '';
        right: 0;
    }
}