/**
* 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
*/
.tvcmsmultibanners {
    position: relative;
    z-index: 1;
    margin-bottom: 0 !important;
}
.tvmultibanner-part1,
.tvmultibanner-part2 {
    padding: 0;
    text-align: center;
}
.tvcmsmultibanners {
    text-align: center;
}
.tvcmsmultibanners .tvmultibanner-1,
.tvcmsmultibanners .tvmultibanner-2,
.tvcmsmultibanners .tvmultibanner-3,
.tvcmsmultibanners .tvmultibanner-4,
.tvcmsmultibanners .tvmultibanner-5 {
    display: inline-block;
    vertical-align: middle;
    /* padding: 0; */
    position: relative;
}
.tvcmsmultibanners .tvmultibanner {
    margin: 0 -15px;
}
.tvcmsmultibanners {
    margin-bottom: 80px;
}
.tvmultibanner-wrapper_inner {
    margin: 0 -15px;
}
.tvcmsmultibanners .tvbanner-hover-wrapper {
    display: block;
}
.none.tvmultibanner-content {
    display: none;
}
.tvmultibanner-content.left {
    position: absolute;
    z-index: 3;
    width: 55%;
    height: max-content;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 6%;
    text-align: left;
}
.tvmultibanner-content.top-left {
    top: 16%;
    left: 6%;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: max-content;
    text-align: left;
}

.tvmultibanner3-wrapper .tvmultibanner-content.top-left {
    top: 7%;
    left: 8%;
}
.tvmultibanner-content.bottom-left {
    bottom: 10%;
    left: 9%;
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    text-align: left;
}
/*Right Align*/
.tvmultibanner-content.right {
    position: absolute;
    z-index: 3;
    width: 46%;
    height: max-content;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 3%;
    text-align: left;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
}
.tvmultibanner1-wrapper .tvmultibanner-content.right {
    width: 55%;
    right: 3%;
}
.tvmultibanner-content.top-right {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    top: 6%;
    right: 9%;
    text-align: center;
}
.tvmultibanner-content.bottom-right {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    bottom: 10%;
    right: 9%;
    text-align: center;
}
/*Center Align*/
.tvmultibanner-content.center {
    position: absolute;
    z-index: 3;
    max-width: 40%;
    height: max-content;
    top: 20%;
    bottom: 0;
    right: 10%;
    text-align: start;
}
.lang-rtl .tvmultibanner-content.center {    
    text-align: end;
}
.tvmultibanner-content.top-center {
    position: absolute;
    z-index: 3;
    width: 80%;
    height: max-content;
    top: 6%;
    margin: auto;
    padding: 50px 0px;
    right: 0;
    left: 0;
    text-align: center;
}
.tvmultibanner-content.bottom-center {
    position: absolute;
    z-index: 3;
    width: 80%;
    height: max-content;
    margin: auto;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvmultibanner-content h4 {
    position: relative;
    font-size: calc(16px + (47 - 16) * ((100vw - 280px) / (1920 - 280)));
    letter-spacing: 0;
    color: #000;
    font-family: Poppins;
    font-weight: 600;
    line-height: 1.25;
    text-transform: capitalize;
    display: inline-block;
}
.tvmultibanner-content h4 {
    margin-bottom: 29px;
}
.tvmultibanner-content p{
    font-size: calc(12px + (32 - 12) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    font-family: poppins;
    color: #000;
}
.tvmultibanner3-wrapper .tvmultibanner-content span{
    font-weight: 700;
}
.tvmultibanner-content p span{
    position: relative;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    /* margin-bottom: 15px; */
    display: inline-block;
}
.tvmultibanner-content span::before {
    content: "";
    position: absolute;
    width: 28%;
    height: 2px;
    background-color: #000;
    bottom: -4px;
}
.tvmultibanner-content .tvall-inner-btn span::before{
    content: normal;
}

.tvmultibanner-content h2 {
    font-size: 53px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.tvmultibanner1-wrapper .tvmultibanner-content h4 {
    border-bottom: 1px solid #000;
}
.tvmultibanner2-wrapper .tvmultibanner-content h4 {
    color: #CCE94D;
    font-size: calc(15px + (39 - 15) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 500;
    font-family: Barlow;
    text-transform: uppercase;
}
.tvmultibanner3-wrapper .tvmultibanner-content h4{
    color: #000;
    font-size: calc(15px + (40 - 15) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 500;
    font-family: Barlow;
    text-transform: uppercase;
    margin-bottom: 0;
}
.tvmultibanner-content h6 {
    font-size: calc(15px + (32 - 15) * ((100vw - 280px) / (1920 - 280)));
    letter-spacing: 0;
    font-family: Barlow;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 28px;
    font-weight: 400;
}
.tvmultibanner-content .tvall-inner-btn {
        /* font-size: 35px;
                padding: 8px 37px;
                border: none;
                cursor: pointer;
                font-weight: bold;
                color: #000;
                background: linear-gradient(to bottom left,#000 50%,#0000 50.1%) top right, linear-gradient(to top right,#000 50%,#0000 50.1%) bottom left;
                background-size: calc(0.7em + 1.3*3px) calc(0.7em + 1.3*3px);
                background-repeat: no-repeat;
                box-shadow: 0 0 0 200px inset var(--s,#0000), 0 0 0 3px inset #000;
                clip-path: polygon(0 0, calc(100% - 0.7em) 0, 100% 0.7em, 100% 100%, 0.7em 100%,0 calc(100% - 0.7em) );
                transform: rotateY(180deg);
    transition: color var(--t,0.3s), background-size 0.3s; */

    background-color: #002D5A;
}
.tvmultibanner-content .tvall-inner-btn span {
    color: #fff;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    /* margin-bottom: 6px; */
}
.tvmultibanner-content .tvall-inner-btn{
    /* box-shadow: none; */
    padding: 20px 35px;
}
.tvmultibanner-content>*:last-child {
    margin-bottom: 0;
}

.tvmultibanner-content .multibanner_txt {
    color: #777777;
    font-size: 16px;
    text-wrap: balance;
    letter-spacing: 0.6px;
    margin-bottom: 85px;
}
/****************************** mobile tvcmsmultibanner1 *****************************************/
@media(min-width: 375px){
    .tvmultibanner-content .tvall-inner-btn span {
        padding: 4px 0;
    }
}
@media(min-width: 1900px){
    .tvmultibanner-content .multibanner_txt {
        max-width: 65%;
    }
    .lang-rtl .tvmultibanner-content .multibanner_txt{
        max-width: 100%;
    }
}
@media(max-width: 1700px){
    .tvmultibanner-content h2 {
        font-size: 48px;
    }
}
@media(max-width: 1600px) {
    .tvmultibanner-content h6 {
        font-size: calc(10px + (16 - 10) * ((100vw - 280px) / (1600 - 280)));
    }
    .tvmultibanner-content.center {
        width: 100%;
    }
    .tvmultibanner-content h2 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .tvmultibanner-content .multibanner_txt {
        font-size: 14px;
        max-width: 100%;
        margin-bottom: 15px;
        line-height: 1;
    }
    .tvmultibanner-content p span {
        font-size: 16px;
    }
}

@media(max-width: 1440px) {
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 13px;
        /* line-height: 13px; */
    }
    .tvmultibanner-content .tvall-inner-btn{
        padding: 2px 20px;
    }
}
@media(max-width: 1200px) {
    
    .tvmultibanner-content h4 {
        margin-bottom: 26px;
    }
}

@media(max-width: 1024px) {
    .tvmultibanner-content h4 {
        margin-bottom: 9px;
    }
    .tvmultibanner-content h4
    {
        font-size: calc(15px + (27 - 14) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvmultibanner-content.left
    {
        width: 60%;
    }
}
@media(max-width: 991px) {
    .tvcmsmultibanners .tvmultibanner-1,
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: 30px;
    }
    .tvmultibanner-content h4
    {
        font-size: calc(16px + (36 - 16) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvmultibanner-content h2 {
        font-size: 21px;
        line-height: 1.2;
    }
    .tvmultibanner-content .multibanner_txt {
        font-size: 12px;
        max-width: 100%;
        margin-bottom: 10px;
        line-height: 1;
    }
    .tvmultibanner-content h2 {
        margin-bottom: 6px;
        line-height: 1;
    }
    .tvmultibanner-content p span {
        font-size: 16px;
    }
    .tvmultibanner-content p {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .tvmultibanner-content.top-center {
        left: 15px;
        right: 15px;
    }
    .tvmultibanner-content {
        padding: 12px;
    }
    .tvmultibanner-block-1,
    .tvmultibanner-block-2 {
        padding: 7.5px;
    }
    .tvmultibanner-content h4 {
        font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (768 - 280)));
    }
    
}
@media (max-width: 767px){
 .multibanner_txt {
    display: none;
 }
 .tvmultibanner-content p {
    font-size: calc(0px + (32 - 12) * ((100vw - 280px) / (1920 - 280)));
    margin-bottom: 3px;
}
.tvmultibanner-content p span {
    font-size: 10px;
    margin-bottom: 0;
    display: inline-block;
} 
.tvmultibanner-content span::before {
    bottom: 1px;
}
.tvmultibanner-content h2 {
    line-height: 1.1;
    font-size: 23px;
    margin-bottom: 3px;
}  
}
@media (max-width: 575px) {
    .tvcmsmultibanners .tvbanner-hover-wrapper {
        display: inline-block;
    }
    .tvcmsmultibanners .tvmultibanner-1,
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: 15px;
    }
    .tvmultibanner-content.top-left {
        left: 10%;
    }
    .tvmultibanner-content h4 {
        font-size: calc(15px + (25 - 15) * ((100vw - 280px) / (575 - 280)));
    }
    .tvmultibanner-content h2 {
        font-size: 9px;
    }
}
@media (max-width: 375px) {

    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 7px;
    }
    .tvmultibanner-content.top-center {
        padding: 15px;
    }
}