/**
* 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-wrapper {
    padding: 178px 8.33%;
    position: relative;
    background-repeat: no-repeat;
    margin: 0 8%;
    z-index: 1;
}
.tvcmsvideo-block {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.tvvideo-block-main-title-wrapper {
    text-align: center;
}
.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: 400;
    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%;*/
    z-index: 1;
    cursor: pointer;
}
.tv-videoblock-video-playbtn span {
    position: relative;
    display: inline-flex;
    height: 122px;
    width: 122px;
    margin: 17px 17px 0;
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.tv-videoblock-video-playbtn span svg {
    color: #000;
    position: relative;
    cursor: pointer;
    z-index: 2;
    transform: translateX(4px);
}
.tv-videoblock-video-playbtn:hover svg {
    fill: #FF4487;
}
/* .tv-videoblock-video-playbtn:hover span:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    border: 2px #FF4487 solid;
    opacity: 1;
    left: 0;
    top: 0;
    z-index: 0;
    animation: 1s .8s bloom infinite ease-in-out;
} */
/* .tv-videoblock-video-playbtn:hover span:before  */
/* .tv-videoblock-video-playbtn span:before {
    content: "";
    position: absolute;
    opacity: 1;
    border-radius: 50%;
    top: -17px;
    bottom: -17px;
    left: -17px;
    right: -17px;
    background: rgba(198, 16, 0, 0);
    transition: all .35s ease-in-out 0s;
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -ms-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
} */
.tvmain-video-title,
.tvmain-video-desc {
    margin-bottom: 20px;
    font-family: 'Oregano';
    font-weight: 400;
    font-size: calc(20px + (82 - 20) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.025;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
}
.tvmain-video-desc {
    font-size: calc(16px + (52 - 16) * ((100vw - 280px) / (1920 - 280)));
    /* line-height: 1.5;
    font-weight: 300;   
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 26px; */
}
.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: 1024px) {
    .tvvideo-block-main-title-wrapper .tvvideo-block-sub-title {
        font-size: 15px;
    }
    .tvvideo-block-main-title-wrapper .tvvideo-block-title p {
        font-size: 70px;
    }
    .tvcmsvideo-block .tvvideo-block-title,
    .tvcms-main-title .tvmain-title h2 {
        font-size: 30px;
    }
    .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;
    }
    .tv-videoblock-video-playbtn span {
        height: 80px;
        width: 80px;
    }
    .tv-videoblock-video-playbtn span svg {
        width: 3.5em;
        height: 3.5em;
        transform: translateX(3px);
    }
    .tv-videoblock-video-playbtn span:before {
        top: -14px;
        bottom: -14px;
        left: -14px;
        right: -14px;
    }
}

@media (max-width: 768px) {
    .tvvideo-block-main-title-wrapper {
        padding: 30px 15px;
    }
}
@media (max-width: 575px) {
    .tvcmsvideo-block-wrapper {
        padding: 40px 15px;
    }
    .tv-videoblock-video-playbtn span {
        height: 70px;
        width: 70px;
    }
    .tv-videoblock-video-playbtn span svg {
        width: 3em;
        height: 3em;
        transform: translateX(3px);
    }
    .tv-videoblock-video-playbtn span:before {
        top: -14px;
        bottom: -14px;
        left: -14px;
        right: -14px;
    }
    .tvmain-video-title {
        font-size: 26px;
    }
    .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;
    }
}
@media (max-width: 480px) {
    .tv-video-block-image img {
        margin-left: 35px;
    }
    .lang-rtl .tv-video-block-image img {
        margin-right: 35px;
    }
}
@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;
    }
}
.tv-videoblock-video-playbtn:hover span{
        animation: 1s .4s bounceIn ease-in-out;
}
@keyframes bloom {
    0% {
        transform: scale(0);
        opacity: .5;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.tv-videoblock-video-playbtn:hover span:before {
    box-shadow: 0px 0px 23px 3px #ff4487;
}   