/**
* 2007-2023 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-2023 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 {
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
    text-align: center;
    left: auto;
    margin: 0;
    margin-left: auto;
}
.tv-video-block-content{
    text-align: start;
}
.tvcmsvideo-block-wrapper {
    position: relative;
    direction: ltr;
}
.tv-video-block-content P:first-child{
    color: #000;
}
.tv-video-block-content P{
    color: #5F5F5F;
font-family: Poppins;
font-size:  calc(12px + (19 - 12) * ((100vw - 280px) / (1920 - 280)));
font-weight: 400;
line-height: 29px; /* 152.632% */
letter-spacing: 0.38px;
}
.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;
    top: -50px;
    right: -42%;
}
.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 + (72 - 22) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.1944;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
    font-family: Playfair Display;
}
.tv-videoblock-video-playbtn {
    cursor: pointer;
}
.tv-video-block-content img{
    position: relative;
    overflow: hidden;
}
.tv-videoblock-video-playbtn span {
    position: relative;
    display: grid;
    align-content: center;
    justify-content: center;
    margin: auto;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background-color: #fff;
}
.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: #000;
    font-family: Marcellus;
    font-size:  calc(14px + (58 - 14) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.29;
    letter-spacing: 1.74px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: calc(9px + (18 - 9) * ((100vw - 280px) / (1920 - 280)));
}
.tvcmsvideo-block-wrapper {
    margin-bottom: 50px;
}
.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: 50px;
    color: #000;
    z-index: 5;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}
.tvall-inner-btn {
    padding: 20px 29px;
}
.tv-videoblock-video-playbtn span:before {
    content: '';
    position: absolute;
    border-radius: 10px;
    top: 50%;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    height: 122px;
    width: 122px;
    border-radius: 100px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.20);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
    
.tvcmsvideo-block  .tvall-inner-btn{
    margin-top: 41px;
}
.tv-videoblock-video-playbtn svg path {
    fill:   #211D1B;
}

@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);
    }
}
.tvcmsvideo-block-wrapper .tvvideo-block-sub-description{
    color: #FFF;
    text-align: center;
    font-size: calc(30px + (180 - 30) * ((100vw - 280px) / (1920 - 280)));
    font-style: normal;
    font-weight: 400;
    line-height: 1.22;
    text-transform: capitalize;
    position: absolute;
    top: -36%;
    /* margin: 0 auto; */
    right: 12%;
    /* transform: translateX( -7%); */
    width: 150%;
    font-family: DM Serif Display;
}
@media(max-width:1600px){
    .tvcmsvideo-block-wrapper .tvvideo-block-sub-description{
        top: -32%;
        right: 14%;
    }
}
@media(max-width:1400px){
    .tvcmsvideo-block-wrapper .tvvideo-block-sub-description{
        top: -31%;
        right: 14%;
    }
}
@media (max-width: 1340px) {
    .tvvideo-block-main-title-wrapper {
        padding: 45px 31px;
    }
    .tv-videoblock-video-playbtn span:before {
        height: 117px;
        width: 117px;
    }
    .tvcmsvideo-block .tvall-inner-btn {
        margin-top: 0;
    }
    .tv-video-block-content {
        text-align: center;
    }
    .tvvideo-block-main-title-wrapper {
        top: -92px;
        right: -40%;
    }
    .tv-videoblock-video-playbtn span {
        width: 90px;
        height: 90px;
    }
}
@media (max-width: 1280px) {
    .tvcmsvideo-block-wrapper {
        margin-bottom: 20px;
    }
    .tvcmsvideo-block-wrapper .tvvideo-block-sub-description{

        top: -43%;
        right: -41%;
    }
    .tvcmsvideo-block-wrapper .tvvideo-block-sub-description{
        display: none;
    }
    .tvcmstab-title-product{
        padding: 100px 0 100px !important;
    }
}
@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: 31px 21px;
    }
    .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;
    }
    .tvcmsvideo-block .tvall-inner-btn{
        padding: 13px 35px;
    }
}

@media(max-width: 991px){
    .tvvideo-block-main-title-wrapper{
        position: absolute;
        top: 72%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .tvcmsvideo-block img{
        position: relative;
    }
   
    
}
@media (max-width: 768px) {
    .tv-video-block-content h4 {
        font-size: calc(22px + (50 - 22) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvvideo-block-main-title-wrapper {
        padding: 23px 14px;
    }
    .tv-videoblock-video-playbtn span:before {
        height: 76px;
        width: 76px;
    }
    .tv-video-block-content{
        text-align: center;
    }
    .tvcmsvideo-block .tvall-inner-btn{
        margin-top: 0;
    }
    .tv-video-block-content P{
        line-height: normal;
        margin: 10px 0;
    }
}
@media (max-width: 575px) {
    .tv-videoblock-video-playbtn span:before {
        height: 62px;
        width: 62px;
    }
    .tvvideo-block-main-title-wrapper {
        padding: 17px 11px;
    }
    .tv-videoblock-video-playbtn i {
        font-size: 30px;
    }
    .tv-videoblock-video-playbtn span {
        width: 50px;
        height: 50px;
    }
    .tvvideo-block-main-title-wrapper {
        top: 76%;
       
    }
}
@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;
    }
    .tvcmsvideo-block {
        margin: auto;
    }
    .tvcmsvideo-block-wrapper {
        background-position: right;
        background-size: inherit;
    }
    .tvvideo-block-main-title-wrapper {
        top: 80%;
    }
}
@media(max-width: 330px){
    .tvvideo-block-main-title-wrapper {
        top: 85%;
    }
}
@media(max-width: 280px){
    .tvvideo-block-main-title-wrapper {
        top: 88%;
    }
}