/**
* 2007-2026 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-2026 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.tvcmstwoofferbanners-one {
    margin-bottom: 30px;
}
.tvcmstwoofferbanners-one .tvofferbanner-two-inner {
    position: relative;
    text-align: center;
}
.tvtwoofferbanner-content {
    z-index: 3;
}
/*Left Align*/
.tvtwoofferbanner-content.left { 
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    left: 3.6%;
    text-align: left;
    z-index: 1;
}
.tvtwoofferbanner-content.top-left {
    top: 10%;
    left: 3.6%;
    position: absolute;
    width: auto;
    text-align: left;
}
.tvtwoofferbanner-content.bottom-left {
    bottom: 5%;
    left: 3.6%;
    position: absolute;
    width: auto;
    text-align: left;
}
/*Right Align*/
.tvtwoofferbanner-content.right {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 3.6%;
    text-align: left;
}
.tvtwoofferbanner-content.top-right {
    position: absolute;
    width: auto;
    top: 10%;
    right: 3.6%;
    text-align: right;
}
.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: auto;
    bottom: 10%;
    right: 3.6%;
    text-align: right;
}
/*Center Align*/
.tvtwoofferbanner-content.center {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.top-center {
    position: absolute;
    /*width: auto;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.bottom-center {
    position: absolute;
    /*width: auto;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
    display: inline-block;
    position: relative;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvtwoofferbanner-content h4{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 21px;
}
.tvtwoofferbanner-content h6 {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 70px;
}
.tvtwoofferbanner-content h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 58px;
    color: #000;
    margin-bottom: 25px;
    font-family: 'Poppins';

}
.tvtwoofferbanner-content p {
    font-size: 25px;
    /* line-height: 84px; */
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}
.tvtwoofferbanner-content h4 span {
    font-family: 'Corinthia';
    font-style: normal;
    font-weight: 700;
    font-size: 109px;
    line-height: 84px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #D0CDCD;
}
.tvtwoofferbanner-content.tvtwoofferbanner-content-two h4 span {
    color: #FFFFFF;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
    transform: rotate(-8.68deg);
    font-size: 91px;
    line-height: 78px;
    display: inline-block;
}
.tvtwoofferbanner-content .tvall-inner-btn {
    padding: 13px 46px;
    margin-bottom: 0;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn {
    background-color: transparent;
    color: #ffffff;
    padding: 7px 26px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    box-shadow: none;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn a {
    color: #ffffff;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn:hover {
    background-color: #ffffff;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn:hover a {
    color: #000000;
}
.tvtwoofferbanner-content>*:last-child {
    margin-bottom: 0;
}

.tvtwoofferbanner-content.left,
.tvtwoofferbanner-content.right {
    /* transform: translateY(15%); */
}
/* .lang-rtl .tvtwoofferbanner-content.left{
  text-align: right;
} */

@media(max-width: 1399px) and (min-width: 1200px) {
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 12px 25px;
    }
    .tvtwoofferbanner-content h2{
        font-size: 40px;
        line-height: 47px;
    }
    
}
@media(max-width: 1399px){
.tvtwoofferbanner-content h6{
    margin-bottom: 50px;
    font-size: 16px;
}
.tvtwoofferbanner-content h4{
    font-size: 18px;
}
}
@media (max-width: 1200px) {
    .tvtwoofferbanner-content.left {
        left: 6%;
    }
    
}
@media(max-width: 1199px) and (min-width: 1025px) {
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 11px 20px;
    }
    .tvtwoofferbanner-content h2{
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .tvtwoofferbanner-content h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn span{
        font-size: 12px;
    }
}
@media(max-width: 1024px) and (min-width: 768px) {
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 9px 18px;
    }
    .tvtwoofferbanner-content h2{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .tvtwoofferbanner-content h4{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn span{
        font-size: 12px;
    }
}

@media(max-width:991px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content h6 {
        margin-bottom: 30px;
    }
}
@media(max-width: 850px) and (min-width: 768px) {
    .tvtwoofferbanner-content h6 {
        margin-bottom: 20px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        line-height: 0.25;
    }
    .tvtwoofferbanner-content .tvall-inner-btn span{
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
        display: block;
    }
}
@media(max-width: 1100px) and (min-width: 768px) {
    
    .tvtwoofferbanner-content h6 {
        font-size: calc(11px + (22 - 11) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media(max-width: 767px) and (min-width: 375px) {
   
    .tvtwoofferbanner-content h6 {
        font-size: calc(11px + (25 - 11) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media(max-width: 767px) {
    .tvbanner1 {
        margin-bottom: 15px;
    }
    .tvtwoofferbanner-content h2 {
        font-size: 45px;
        line-height: 45px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 10px 30px ;
    }
    .tvtwoofferbanner-content h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media(max-width: 680px) {
    
    .tvtwoofferbanner-content h6 {
        margin-bottom: 20px;
    }
}
@media(max-width: 575px) {
    .tvtwoofferbanner-content.left {
        left: 5%;
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 9px 24px;
        line-height: 1;
    }
    .tvcmstwoofferbanners-one .tvbanner1 .tvofferbanner-two-inner {
        margin-bottom: 15px;
    }
    .tvtwoofferbanner-content h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .tvtwoofferbanner-content .tvall-inner-btn span{
        font-size: 12px;
    }

}
@media(max-width: 480px) {
    .tvtwoofferbanner-content h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .tvtwoofferbanner-content h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
@media(max-width: 360px) {
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding: 7px 13px;
        line-height: 0;
    }
    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: 10px;
        line-height: 1.5;
    }
    .tvtwoofferbanner-content h6{
        display: none;
    }
    .tvtwoofferbanner-content h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .tvtwoofferbanner-content h4 {
    letter-spacing: 0.2em;
   }
   .tvtwoofferbanner-content h4 {
    font-size: 12px;
    line-height: 1;
}
}