/**
* 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 {
    display: flex;
    align-items: center;
}
.tv-videoblock-video-playbtn span svg {
    margin-left: 5px;
}
.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 {
    position: relative;
    display: inline-block;
    padding: 33px 34px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    z-index: 2;
    background-color: #fff;
    border-radius: 100px;


    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.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: 20px;
    line-height: 1.1944;
    letter-spacing: 1.2px;
    text-align: center;
    font-weight: 600;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    color: #C29545;
    margin-bottom: 23px;
}
.tv-videoblock-video-playbtn {
    cursor: pointer;
}
.tv-videoblock-video-playbtn span {
    font-size: calc(9px + (24 - 9) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.tvcmsvideo-block .tvcms-main-title .tvmain-sub-title h4 {
    color: #ecbf0d;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}
.tvvideo-main-img
{
    padding-left: 50px;
}

.tvcmsvideo-block .tv-video-block-content h2 {
    color: #000;
    font-size: calc(18px + (52 - 18) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.153;
    font-weight: 800;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 21px;
}
.tv-video-block-content p
{
    color: #646464;
    font-size: 18px;
    opacity: 0.81;
    line-height: 1.55;
    letter-spacing: 0;
    margin-bottom: 85px;
}
.tv-video-block-content 
{
    width: 35%;
    padding-left: 38px;

}
.tvcmsvideo-block-wrapper .tvall-inner-btn
{
    padding: 16px 25px;
}
.tvcmsvideo-block-wrapper .tvall-inner-btn svg
{
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}
.tvcmsvideo-block-wrapper .tvall-inner-btn:hover svg path
{
    fill: #000 !important;
}
.tvcmsvideo-block-wrapper .tvall-inner-btn svg path
{
    fill: #fff !important;
}
.tvcmsvideo-block-wrapper .tvall-inner-btn span
{
    font-weight: 500;
    font-size: 17px;
    font-family: Mulish;
    line-height: 1;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
}

.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;
    padding: 48px 0;
}
.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(-58%);
    margin: auto;
    height: 122px;
    width: 122px;
    border-radius: 100%;
    z-index: 2;
    background-color: #d6d6d6b8;
    -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: 1340px) {
    .tvcmsvideo-block {
        right: 3%;
    }
    .tv-videoblock-video-playbtn span:before {
        height: 117px;
        width: 117px;
    }
}

@media (max-width: 1440px) {
    .tv-video-block-content {
        width: 45%;
    }

    .tvofferbanner-content p {
        margin-bottom: 35px;
    }
    .tv-video-block-content p
    {
        font-size: 14px;
    margin-bottom: 50px;
    }
    .tvcmsvideo-block-wrapper .tvall-inner-btn span {
font-size: 15px;
    }
    .tvcmsvideo-block-wrapper .tvall-inner-btn svg
    {
        width: 30px;
        height: 12px;
    }

}
@media (max-width: 1280px) {
    .tvcmsvideo-block-wrapper {
        margin-bottom: 20px;
    }
 
}

@media (max-width: 1200px) {
    .tvvideo-main-img {
        padding-left: 20px;
    }
    .tv-video-block-content
    {
    padding-left: 15px;
    }
    .tvcmsvideo-block-wrapper
    {
        padding: 20px 0;
    }
    .tv-videoblock-video-playbtn span svg
    {
        width: 22px;
        height: 29px;
    }
    .tv-video-block-content h4 {
        font-size: 16px;
    }
    .tvvideo-block-main-title-wrapper
    {
        padding: 25px 25px;
        width: 80px;
        height: 80px;
    }
    .tv-videoblock-video-playbtn span:before {
        height: 95px;
        width: 95px;
    }
}
@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;
    }
    .tv-video-block-content h4::after {
        width: calc(30px + (100 - 30) * ((100vw - 280px) / (1920 - 280)));
    }
    .tv-videoblock-video-playbtn span:before {
        height: 94px;
        width: 94px;
    }
}

@media (max-width: 992px) {
    .tvcmsvideo-block-wrapper .tvall-inner-btn svg {
        width: 28px;
        height: 11px;
    }
    .tv-video-block-content p
    {
        margin-bottom: 18px;
    }
    .tvcmsvideo-block-wrapper .tvall-inner-btn span {
        font-size: 15px;
    }
    .tvcmsvideo-block-wrapper .tvall-inner-btn {
        padding: 14px 17px;
    }
}
@media (max-width: 768px) {
    .tvvideo-main-img {
padding: 0 15px;
margin-bottom: 20px;
    }
    .tv-videoblock-video-playbtn span svg {
        width: 18px;
        height: 29px;
    }
    .tvvideo-block-main-title-wrapper {
        padding: 18px 20px;
        width: 66px;
        height: 66px;
    }
    .tv-video-block-content h4
    {
        margin-bottom: 12px;
    }
    .tv-videoblock-video-playbtn span:before {
        height: 76px;
        width: 76px;
    }
    .tvcmsvideo-block {
        right: 6%;
    }
    .tvcmsvideo-block {
        display: block;
    }
    .tvvideo-main-img,
    .tv-video-block-content 
    {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tvcmsvideo-block-wrapper .tvall-inner-btn svg {
        width: 26px;
        height: 9px;
    }
    .tvcmsvideo-block-wrapper .tvall-inner-btn span {
        font-size: 13px;
    }
    .tvcmsvideo-block-wrapper .tvall-inner-btn {
        padding: 12px 11px;
    }
}
@media (max-width: 575px) {
    .tv-videoblock-video-playbtn span:before {
        height: 62px;
        width: 62px;
    }
    .tvcmsvideo-block-wrapper .tvall-inner-btn {
        padding: 12px 11px;
    }
    .tvcmsvideo-block-wrapper .tvall-inner-btn span {
        font-size: 14px;
    }
    .tvcmsvideo-block-wrapper .tvall-inner-btn svg {
        width: 24px;
        height: 11px;
    }
    .tv-video-block-content h4 {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .tv-videoblock-video-playbtn::before {
        content: '';
        height: 86px;
        width: 86px;
    }
    .tvvideo-block-main-title-wrapper {
        padding: 15px 15px;
        width: 50px;
        height: 50px;
    }
    .tv-videoblock-video-playbtn span svg {
        width: 14px;
        height: 21px;
    }
    .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;
    }
    .tvcmsvideo-block-wrapper {
        background-position: right;
        background-size: inherit;
    }
}