/**
* 2007-2025 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-2025 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 {
    padding: calc(15px + (130 - 15) * ((100vw - 280px) / (1920 - 280))) 0;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
    text-align: center;
}
.tvcmsvideo-block-wrapper {
    position: relative;
    direction: ltr;
}
.tvcmsvideo-block:after {
    /* content: ''; */
    background-color: #000000;
    opacity: 60%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.tvvideo-block-main-title-wrapper {
    margin-top: calc(10px + (49 - 10) * ((100vw - 280px) / (1920 - 280)));
    position: relative;
    display: inline-block;
    padding: 18px 39px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #000000;
}
.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);
}
.tv-video-block-content h4 {
    font-size: calc(22px + (99 - 22) * ((100vw - 280px) / (1920 - 280)));
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 0;
    font-family: Moneta;
    color: #000;
    text-align: center;
    font-weight: 700;
    line-height: 1.20;
    text-transform: uppercase;
}
.tv-video-block-content h4::after {
    background-color: #000;
    height: 1px;
    width: 105px;
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
}
.tv-videoblock-video-playbtn {
    cursor: pointer;
}
.tv-videoblock-video-playbtn span {
    font-size: calc(9px + (16 - 9) * ((100vw - 280px) / (1920 - 280)));
    color: #000;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
.tvcmsvideo-block .tvcms-main-title .tvmain-sub-title h4 {
    color: #ecbf0d;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}
.tvcmsvideo-block .tv-video-block-content h2 {
    color: #fff;
    font-size: calc(16px + (56 - 16) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.088;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.tvcmsvideo-block .tv-video-block-content h2 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
    letter-spacing: 0.04em;
}
.tvcmsvideo-block-wrapper {
    background-size: cover;
}
.tv-videoblock-video-playbtn i {
    font-size: 36px;
    color: #fffbf0;
    z-index: 5;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}
.tv-videoblock-video-playbtn span:before {
    /* content: ''; */
    position: absolute;
    top: 50%;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    height: 140px;
    width: 140px;
    border-radius: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.5);
    -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;
    }
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 1024px) {
    .tvvideo-block-main-title-wrapper .tvvideo-block-sub-title {
        font-size: 15px;
    }
    .tvcmsvideo-block .tvvideo-block-title,
    .tvcms-main-title .tvmain-title h2 {
        font-size: 30px;
    }
    .tvvideo-bolck-btn-link {
        font-size: 14px;
        padding: 9px 18px;
    }
    .tvvideo-block-main-title-wrapper {
        padding: 11px 23px;
    }
    .tv-video-block-content h4::after {
        width: calc(30px + (100 - 30) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media (max-width: 575px) {
    .tvvideo-block-main-title-wrapper {
        padding: calc(4px + (16 - 4) * ((100vw - 280px) / (1920 - 280))) calc(12px + (35 - 12) * ((100vw - 280px) / (1920 - 280)));
    }
    .tv-video-block-content h4 {
        padding-bottom: calc(10px + (25 - 10) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media (max-width: 480px) {
    .tv-videoblock-video-playbtn::before {
        content: '';
        height: 86px;
        width: 86px;
    }
    .tv-videoblock-video-playbtn span {
        height: 45px;
        width: 45px;
    }
    .tv-videoblock-video-playbtn span:before {
        height: 55px;
        width: 55px;
    }
    .tv-video-block-image img {
        margin-left: 35px;
    }
    .lang-rtl .tv-video-block-image img {
        margin-right: 35px;
    }
}
@media (min-width: 991px) {
    .tvcmsvideo-block {
        width: 89%;
    }
}