/**
* 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
*/
.tvcmsmultibanners {
    position: relative;
}
.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-1 {
    padding: 0 15px;
}
.tvcmsmultibanners .tvmultibanner-2 {
    margin-bottom: 30px;
}
.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: 50%;
    height: max-content;
    top: 0;
    margin: auto;
    bottom: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    left: 7%;
    text-align: left;
}
.tvmultibanner-content.top-left {
    top: 7%;
    left: 7%;
    position: absolute;
    z-index: 3;
    width: 50%;
    margin: auto;
    height: max-content;
    text-align: left;
}
.tvmultibanner-content.bottom-left {
    bottom: 10%;
    left: 7%;
    position: absolute;
    z-index: 3;
    width: 50%;
    height: max-content;
    text-align: left;
}
/*Right Align*/
.tvmultibanner-content.right {
    position: absolute;
    width: 42%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 3%;
    left: auto;
    text-align: left;
}
.tvmultibanner-content.top-right {
    position: absolute;
    z-index: 3;
    width: 42%;
    height: max-content;
    top: 6%;
    right: 3%;
    text-align: left;
}
.tvmultibanner-content.bottom-right {
    position: absolute;
    z-index: 3;
    width: 40%;
    height: max-content;
    bottom: 10%;
    right: 3%;
    text-align: left;
}
/*Center Align*/
.tvmultibanner-content.center {
    position: absolute;
    z-index: 3;
    width: 90%;
    height: max-content;
    top: 0;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 0;
    margin: auto;
    left: 0;
    text-align: center;
}
.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;
    /* background: rgba(255, 255, 255, 0.6); */
    text-align: center;
}
.tvmultibanner-content.bottom-center {
    position: absolute;
    z-index: 3;
    width: 80%;
    height: max-content;
    margin: auto;
    bottom: 10%;
    right: 0;
    left: 13%;
    text-align: left;
}
.tvmultibanner-content h4 {
    font-weight: 500;
    font-size: 45px;
    font-family: 'Lora';
    line-height: 1.1;
    letter-spacing: 1.8px;
    color: #000000;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.tvmultibanner-content h6 {
    font-size: 40px;
    font-family: 'Great Vibes';
    letter-spacing: 0.8px;
    margin-bottom: 0;
    line-height: 0.5;
    text-transform: capitalize;
    color: #643C00;
}
.tvmultibanner-content p {
    font-size: calc(16px + (18 - 16) * ((100vw - 280px) / (1920 - 280)));
    text-transform: capitalize;
    margin-bottom: 45px;
    font-family: 'poppins';
    font-weight: 500;
    line-height: 1.11;
    letter-spacing: 0.04em;
    color: #000000;
}
.tvmultibanner-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    font-size: calc(26px + (62 - 26) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}
.tvmultibanner-content .tvall-inner-btn {
    padding: 14px 29px;
}
.tvmultibanner-content .tvall-inner-btn span {
    font-weight: 600;
    line-height: 18px;
}
.tvmultibanner-content>*:last-child {
    margin-bottom: 0;
}
/****************************** mobile tvcmsmultibanner1 *****************************************/
@media(max-width: 1440px) {
    .tvmultibanner-content h4 {
        font-size: calc(15px + (35 - 15) * ((100vw - 280px) / (1440 - 280)));
    }
}
@media(max-width: 1280px) {
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 15px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 12px 20px;
    }
    .tvmultibanner-content p {
        margin-bottom: 15px;
    }
    .tvmultibanner-content h4 {
        margin-bottom: 15px;
    } 
    .tvmultibanner-content h6 {
        font-size: 28px;
    }
}
@media(max-width: 1080px) {
    .tvmultibanner-content h4 {
        font-size: calc(13px + (22 - 13) * ((100vw - 280px) / (1080 - 280)));
    }
    .tvmultibanner-content.right {
        width: 48%;
    }
}
@media(max-width: 991px) {
    .tvmultibanner1-wrapper,
    .tvmultibanner2-wrapper {
        margin-bottom: 15px;
    }
    .tvmultibanner-content.top-left {
        top: 0;
        bottom: 0;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 10px 20px;
    }
    .tvmultibanner-3 .tvmultibanner-content p {
        margin-bottom: 10px;
    }
}
@media(max-width: 991px) and (min-width: 576px) {
    .tvcmsmultibanners {
        margin-bottom: 30px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 13px;
    }
}
@media(max-width: 1025px) {
    .tvmultibanner-content .tvall-inner-btn {
        padding: 11px 19px;
    }
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .tvmultibanner-content.top-center {
        left: 15px;
        right: 15px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 10px 24px;
    }
    .tvmultibanner-content h4 {
        margin-bottom: 5px;
    }
    .tvmultibanner-content h6 {
        font-size: 20px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 8px 14px;
    }
}
@media (max-width: 575px) {
    .tvcmsmultibanners .tvbanner-hover-wrapper {
        display: inline-block;
    }
    .tvcmsmultibanners .tvmultibanner-1,
    .tvcmsmultibanners .tvmultibanner-2 {
        margin-bottom: 15px;
    }
    .tvmultibanner-content h4 {
        font-size: calc(11px + (24 - 11) * ((100vw - 280px) / (575 - 280)));
    }
    .tvmultibanner-content.right {
        width: 45%;
    }
    .tvmultibanner3-wrapper {
        margin-bottom: 15px;
    }
}
@media(min-width: 655px) and (max-width: 991px) {
    .tvcmsmultibanners .tvmultibanner4-wrapper,
    .tvcmsmultibanners .tvmultibanner5-wrapper {
        padding: 0 15px;
    }
}
@media (max-width: 375px) {
    .tvmultibanner-content .tvall-inner-btn {
        padding: 8px 20px;
    }
    .tvmultibanner-content .tvall-inner-btn span {
        font-size: 11px;
    }
    .tvmultibanner-content.top-center {
        padding: 15px;
    }
    .tvmultibanner-content .tvall-inner-btn {
        padding: 7px 17px;
    }
    .tvmultibanner-content p:nth-child(2) {
        display: none;
    }
    .tvmultibanner-content h4 {
        margin-bottom: 10px;
    }
}