/**
* 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
*/
.tvcmsfeature-block {
    position: relative;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tvfeature-block-img-box {
    padding-right: 0;
}

.tvfeature-signature-img {
    margin-left: -50px;
}

.tvfeature-block-main-des {
    margin-bottom: 40px;
}

.tvfeature-block-main-des p {
    margin-bottom: 0;
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 40px 0;
    letter-spacing: 1px;
    display: block;
    font-family: 'Poppins';
    text-transform: capitalize;
    letter-spacing: 0.01em;
    width: 90%;
}

.tvfeature-block-wrapper {
    margin-bottom: 10px;
}

.tvfeature-block-wrapper-info {
    text-align: center;
    position: relative;
}

.tvfeature-block-des.right {
    position: absolute;
    bottom: 20px;
    right: 0px;
    text-align: right;
    width: 50%;
}

.tvfeature-block-des.left {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 50%;
    text-align: left;
}

.tvfeature-block-des.center {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.tvfeature-content-wrapper .tvfeature-block-info-box.left {
    position: absolute;
    bottom: 10%;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eeeeee;
}

.tvfeature-content-wrapper .tvfeature-block-info-box.right {
    position: absolute;
    bottom: 10%;
    right: 0;
    min-width: 200px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eeeeee;
}

.tvfeature-content-wrapper .tvfeature-block-info-box.center {
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eeeeee;
}

.tvfeature-content-wrapper .tvfeature-block-info-box.none,
.tvfeature-block-des.none {
    display: none;
}

@media (max-width: 991px) {
    .tvcmsfeature-block {
        margin-bottom: 50px;
    }
}

.tvfeature-block-main-title-wrapper .tvcmsmain-title-wrapper {
    margin: 0!important;
}

.tvfeature-block-bolck-btn-link.tvfeature-block-bolck-btn {
    color: #ffffff;
    font-size: 12px;
}

.tvfeature-block-bolck-btn-link.tvfeature-block-bolck-btn i {
    font-size: 13px;
}

.tvfeature-content-wrapper .tvfeature-block-info-box h2 {
    font-size: 16px;
    color: #291720;
    font-weight: 600;
    margin-bottom: 0;
}

.tvfeature-img-block {
    margin-right: 15px;
    background: transparent;
    display: inline-block;
}

.tvfeature-block-wrapper-info {
    display: flex;
    align-items: center;
}

.tvfeature-block-wrapper:hover .tvfeature-img-block {
    border-color: #da3b5a;
}

.tvfeature-block-wrapper:hover .tvfeature-content-wrapper .tvfeature-block-info-box h2 {
    color: #da3b5a;
}

.tvfeature-content-wrapper .tvfeature-block-items {
    font-size: 14px;
    text-transform: uppercase;
}

.tvfeature-block-video-block {
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.tvfeature-block-video-button {
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 5px;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
    display: grid;
    align-items: center;
    justify-content: center;
}

.tvfeature-block-video-button:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    /*box-shadow: 0 0 0 1px #000;*/
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(1);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 0.2s, opacity 0.2s;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    /* content: ''; */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tvfeature-block-video-button:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.tvfeature-block-video-link {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: max-content;
    height: max-content;
}

.tvfeature-block-video-button i {
    color: #000;
    font-size: 50px;
    z-index: 1;
    /*text-shadow: 0px 2px 6px rgba(34, 34, 34, 0.2);*/
}

.tvfeature-block-video-block h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.tvfeature-block-content-wrapper {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*border: 1px solid #00000015;*/
    /*background-color: #fff;*/
    /*padding: 70px 0;*/
}

.tvfeature-block-content-box {
    padding: 50px 6%;
}

.tvfeature-block-main-title h2 {
    font-size: 42px;
    line-height: normal;
    font-weight: 700;
    color: #291720;
    margin-bottom: 20px;
}

.tvfeature-block-inner-info-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tvfeature-block-main-title h2:after {
    content: '';
    background-color: #da3b5a;
    height: 2px;
    width: 130px;
    display: block;
    margin-top: 10px;
}

.tvfeature-block-main-title h2 span {
    color: #da3b5a;
}

.tvfeature-block-img-box img.tvfeature-signature-img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tvfeature-block-img-box:hover img.tvfeature-signature-img {
    transform: scale(1.08);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lang-rtl .tvfeature-block-video-button {
    margin-left: 15px;
    margin-right: 0;
}

.lang-rtl .tvfeature-block-content-box {
    float: right;
}

.lang-rtl .tvfeature-img-block {
    margin: 0 0 0 15px;
}
.tvfeature-block {
    background: #EDF1F0;
}

.tvcmsfeature-block .tvcms-main-title .tvmain-title h2 {
    text-align: left;
    width: 60%; 
}
.lang-rtl .tvcmsfeature-block .tvcms-main-title .tvmain-sub-title h4,
.lang-rtl .tvcmsfeature-block .tvcms-main-title .tvmain-title h2{
    text-align: right;
}
.tvcmsfeature-block .tvcms-main-title .tvmain-sub-title h4 {
    margin-bottom: 20px;
    text-align: left;
}
.tvcmsfeature-block .tvcmsmain-title-wrapper{
    margin-bottom: 30px;
}
.tvcmsfeature-block .tvcms-main-title {
    margin: 0;
}
@media (max-width: 1440px) {
.tvcmsfeature-block .tvcms-main-title .tvmain-title h2 {
    width: 70%;
}
}
@media (max-width: 1200px) {
    .tvcmsfeature-block .tvcms-main-title .tvmain-sub-title h4 {
        margin-bottom: 15px;
    }
    .tvfeature-block-content-box {
        padding: 15px 6%;
    }
    .tvfeature-block-main-des p,
    .tvcmsfeature-block .tvcms-main-title .tvmain-title h2 {
        width: 100%;
    }
    .tvfeature-block-main-des p{
        font-size: 16px;
    }
    }
@media (max-width: 1140px) {
    .tvfeature-content-wrapper .tvfeature-block-info-box h2 {
        font-size: 16px;
    }
    .tvfeature-block-content-box{
        padding: 15px 4%;
    }
    .tvfeature-block-video-button{
        width: 80px;
       height: 80px;
    }
    .tvfeature-block-video-button i {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .tvfeature-block-wrapper {
        padding: 0 5px;
    }
}

@media (max-width: 991px) {
   
    .tvfeature-block-main-des p{
        font-size: 14px;
        margin: 0 0;
    }
    .tvcmsfeature-block .tvcmsmain-title-wrapper,
    .tvfeature-block-main-des{
        margin-bottom: 20px;
    }
}

@media (max-width: 850px) {
    .tvfeature-block-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }

    .tvfeature-block-video-block {
        margin: 30px 0;
    }

    .tvfeature-block-main-title h2 {
        font-size: 35px;
    }
}
@media (max-width: 768px) {
    .tvcmsfeature-block .tvcms-main-title .tvmain-sub-title h4,
    .tvcmsfeature-block .tvcmsmain-title-wrapper,
    .tvfeature-block-main-des p{
        margin-bottom: 10px;
    }
    
}
@media (max-width: 767px) {
.tvfeature-block-img-box {
    margin-bottom: 15px;
    text-align: center;
}
  .tvfeature-block-content-box {
        padding: 20px 6%;
    } 
}
@media (max-width: 575px) {

    .tvfeature-block-main-title h2 {
        font-size: 32px;
    }

    .tvfeature-block-main-des {
        margin-bottom: 25px;
    }
    .tvfeature-block-main-des p{
        font-size: 14px;
    }
   
}
@media (max-width: 480px) {
    .lang-rtl .tvcmsfeature-block .tvcms-main-title .tvmain-title h2,
    .lang-rtl .tvcmsfeature-block .tvcms-main-title .tvmain-sub-title h4,
    .lang-rtl .tvfeature-block-content-box,
    .tvcmsfeature-block .tvcms-main-title .tvmain-title h2,
    .tvcmsfeature-block .tvcms-main-title .tvmain-sub-title h4,
    .tvfeature-block-content-box {
        text-align: center;
    }
}

@media (max-width: 375px) {
    .tvfeature-block-main-title h2 {
        font-size: 28px;
    }
}

