/**
* 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-wrapper {
    margin-bottom: 100px;
}
.tvcmsvideo-block {
    position: relative;
    direction: ltr;
    padding: 130px 0;
    border: 1px solid #E4E4E4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}
.tvvideo-block-main-title-wrapper {
    text-align: center;
    padding: 0 15px;
    background-color: rgb(255, 255, 255 , 0.9);
    width: 60%;
    margin: auto;
    border-radius: 14px;
    padding: 60px 90px;
    outline: #fff 3px solid;
    outline-offset: 5px;
}
.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 {
    display: inline-flex;
    align-items: center;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.tv-videoblock-video-playbtn .tvvideoblock-playicon {
  
    position: relative;
    width: 100px;
    height: 99px;
    background-color: #D98CB7;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 0;

}
.tv-videoblock-video-playbtn .tvvideoblock-playicon svg {
    /*filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.15));*/
    height: 52px;
    width: 52px;
}
.tv-videoblock-video-playbtn .tvvideoblock-playtext {
    margin-left: 15px;
    font-size: 17px;
    font-weight: 500;
    color: #252324;
    text-transform: uppercase;
}
.tv-videoblock-video-playbtn i {
    color: #fff;
    font-size: 100px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.tv-videoblock-video-playbtn:hover i {
    color: #00abea;
}
.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%;
    width: calc(100% + 22px);
    height: calc(100% + 22px);
    opacity: .3;
    z-index: -1;
    background-color: #D98CB7;
}
.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: .6;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}
.tvmain-video-title {
    margin-bottom: 35px;
}
.tvmain-video-title h4 {
    font-weight: 600;
    font-size: calc(16px + (63 - 16) * ((100vw - 280px) / (1920 - 280)));
    line-height: 83px;
    line-height: 1.2029;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000;
    font-family: 'Petrona';
}

.tvmain-video-title span {
    color: #FF7C00;
}
.tvmain-video-title h6 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 23px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 28px;
    text-align: center;
    margin-bottom: 16px;
}
.tvmain-video-desc {
    font-size: 18px;
    font-weight: 400;
    color: #252324;
    margin-bottom: 0;
}
.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) {
    .tvcmsvideo-block {
        padding: 150px 0;
    }
    .tv-video-block-image:after {
        width: 546px;
        right: -220px;
    }
    .tvmain-video-title h6
    {
        font-size: 20px;
    }
    .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: 1300px) {
    .tvmain-video-title p,
    .tvmain-video-title {
        font-size: 46px;
    }
}

@media (max-width: 1024px) {
    .tvvideo-block-main-title-wrapper   {
    width: 65%; 
    padding: 45px 55px;

}
}
@media (max-width: 1140px) {
    .tvmain-video-title p,
    .tvmain-video-title {
        font-size: 55px;
        line-height: normal;
        /*margin-bottom: 30px;*/
    }
    .tvmain-video-title span {
        font-size: 100px;
    }
    
    .tvmain-video-title {
        margin-top: 40px;
    }
}
@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;
    }
    .tvcmsvideo-block {
        padding: 100px 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .tv-video-block-image img {
        margin-left: 35px;
    }
    .lang-rtl .tv-video-block-image img {
        margin-right: 35px;
    }
}
@media (max-width: 900px) {
    .tvmain-video-title p,
    .tvmain-video-title {
        font-size: 44px;
    }
    .tvmain-video-title span {
        font-size: 70px;
    }
    .tvmain-video-title {
        margin-top: 30px;
    }
    .tv-videoblock-video-playbtn .tvvideoblock-playicon {
        height: 80px;
        width: 80px;
    }
    .tv-videoblock-video-playbtn .tvvideoblock-playicon svg
    {
        height: 40px;
        width: 40px;
    }
    .tvmain-video-title h6 {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .tvvideo-block-main-title-wrapper {
        /*margin-bottom: 15px;*/
    }
    .tvvideo-block-main-title-wrapper {
        width: 65%;
        padding: 30px 39px;
    }
}
@media (max-width: 650px) {
    .tvmain-video-title p,
    .tvmain-video-title {
        font-size: 34px;
    }
    .tvmain-video-title span {
        font-size: 55px;
    }
    .tvmain-video-title {
        margin-top: 25px;
    }
    .tv-videoblock-video-playbtn .tvvideoblock-playicon {
        height: 75px;
        width: 75px;
    }
}
@media (max-width: 575px) {
    .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 {
        padding: 70px 0;
    }
    .tv-videoblock-video-playbtn .tvvideoblock-playicon {
        height: 65px;
        width: 65px;
    }
    .tv-videoblock-video-playbtn .tvvideoblock-playicon svg {
        filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.15));
        height: 35px;
        width: 35px;
    }
    .tvmain-video-title {
        margin-top: 20px;
    }
    .tv-videoblock-video-playbtn .tvvideoblock-playicon {
        height: 90px;
        width: 90px;
    }
    .tvcmsvideo-block {
        padding: 70px 0;
    }
    .tvvideo-block-main-title-wrapper {
        width: 75%;
        padding: 20px 18px;
    }
}
@media (max-width: 480px) {
    .tvcmsvideo-block {
        padding: 50px 0;
    }
    .tv-video-block-image img {
        margin-left: 35px;
    }
    .lang-rtl .tv-video-block-image img {
        margin-right: 35px;
    }
    .tv-videoblock-video-playbtn .tvvideoblock-playicon {
        height: 75px;
        width: 75px;
    }
    .tvmain-video-title h6 {
        font-size: 12px;
        margin-bottom: 5px;
    }
}
@media (max-width: 425px) {
    .tvmain-video-title p .tvmain-video-title {
        font-size: 24px;
        stroke-width: .4px;
    }
    .tvmain-video-desc {
        font-size: 14px;
    }
    .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 .tvvideoblock-playtext {
        font-size: 16px;
    }
    .tvcmsvideo-block {
        padding: 40px 0;
    }
    .tvmain-video-title span {
        font-size: 35px;
    }
}
@media (max-width: 480px) {
    .tv-videoblock-video-playbtn .tvvideoblock-playicon {
        height: 65px;
        width: 65px;
    }
}