/**
* 2007-2022 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-2022 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;
    flex-wrap: wrap;
    align-items: center;
    padding: 70px 0;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.tvcmsvideo-block-wrapper {
    position: relative;
    background-attachment: fixed;
    background-position: center;
}
.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: 77%;
    margin: 0 auto;
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
/*.tv-videoblock-video-playbtn {
    align-content: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    height: 86px;
    width: 86px;
    border-radius: 100%;
    background-color: #ffffff;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}*/
/*.tv-videoblock-video-playbtn span {
    position: relative;
    display: block;
    background-color: #ffffff;
    display: grid;
    align-content: center;
    justify-content: center;
    margin: auto;
    height: 80px;
    width: 80px;
    border-radius: 100%;
}*/
.tv-videoblock-video-playbtn i {
    font-size: 36px;
    color: #ca3863;
    z-index: 5;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
/*.tv-videoblock-video-playbtn span:before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: auto;
    height: 106px;
    width: 106px;
    border-radius: 100%;
    z-index: -1;
    background-color: rgba(238, 238, 238, 0.3);
}*/
/*.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: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}
.lang-rtl .tv-video-block-image img {
    margin-right: 45px;
    margin-left: 0;
}
.lang-rtl .tv-videoblock-video-playbtn {
    left: auto;
    right: 15px;
}
.tvcmsvideo-block-wrapper:before {
    /*content: '';*/
    background-image: url(../img/Leaf_Shadow.png);
    background-repeat: no-repeat;
    top: -55%;
    left: 0;
    display: block;
    background-size: cover;
    width: 579px;
    height: 669px;
    position: absolute;
}
.tvcmsvideo-block-wrapper:after {
    content: '';
    background-image: url(../img/right-image.jpg);
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
    display: block;
    background-size: cover;
    width: 430px;
    height: 512px;
    position: absolute;
}
@media (min-width: 992px) {
    .tvcmsvideo-block-wrapper:after {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .tvcmsvideo-block-wrapper:hover:after {
        transform: rotate(5deg);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
}
@media (max-width: 1440px) {
    .tv-video-block-image:after {
        width: 546px;
        right: -220px;
    }
    .tvvideo-block-main-title-wrapper .tvvideo-block-title p {
        font-size: 80px;
    }
    .tvvideo-block-main-title-wrapper .tvvideo-block-sub-title {
        font-size: 16px;
    }
    .tvcmsvideo-block-wrapper:after {
        right: -80px;
    }
}
@media (max-width: 1200px) {
    .tvcmsvideo-block-wrapper:after {
        height: 550px;
        width: 485px;
        top: -10%;
    }
    .tvvideo-block-desc p {
        width: 60%;
    }
}
@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;
    }
    .tvcmsvideo-block-wrapper:after {
        height: 500px;
        width: 415px;
        top: 15%;
    }
    .tvcmsvideo-block-wrapper:before {
        width: 539px;
        height: 640px;
        top: -45%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .tv-videoblock-video-playbtn span,
    .tv-videoblock-video-playbtn {
        /*height: 66px;*/
        /*width: 66px;*/
    }
    .tv-videoblock-video-playbtn::before {
        content: '';
        height: 86px;
        width: 86px;
    }
    .tv-video-block-image img {
        margin-left: 35px;
    }
    .lang-rtl .tv-video-block-image img {
        margin-right: 35px;
    }
}
@media (max-width: 768px) {
    .tvvideo-block-main-title-wrapper {
        /*margin-bottom: 15px;*/
    }
    .tvcmsvideo-block-wrapper:after{
        display: none;
    }
}
@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;
    }
}
@media (max-width: 480px) {
    .tvvideo-block-desc p {
        width: auto;
    }
    .tv-videoblock-video-playbtn::before {
        content: '';
        height: 86px;
        width: 86px;
    }
    .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 span {
    border-radius: 50%;
    min-height: 64px;
    min-width: 64px;
    max-height: 64px;
    max-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0.3rem 0.3rem 0.5rem rgb(195 193 198 / 35%), -0.2rem -0.2rem 0.4rem #fff;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}
.tv-videoblock-video-playbtn span:hover,
.tv-videoblock-video-playbtn span:active {
    box-shadow: inset 0.2rem 0.2rem 0.5rem rgb(195 193 198 / 35%), inset -0.2rem -0.2rem 0.5rem #fff;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}