/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.tvcmsofferbanners-one .tvbanner1 {
    position: relative;
}
/*Left Align*/
.tvofferbanner-content.left {
    position: absolute;
    width: 50%;
    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: 8%;
    text-align: left;
}

.tvofferbanner-content.top-left {
    top: 10%;
    left: 6%;
    position: absolute;
    width: 50%;
    text-align: left;
}

.tvofferbanner-content.bottom-left {
    bottom: 10%;
    left: 6%;
    position: absolute;
    width: 50%;
    text-align: left;
}

/*Right Align*/

.tvofferbanner-content.right {
    position: absolute;
    width: 31%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    height: max-content;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 2%;
    text-align: left;
}

.tvofferbanner-content.top-right {
    position: absolute;
    width: 50%;
    top: 10%;
    right: 4%;
    text-align: right;
}

.tvofferbanner-content.bottom-right {
    position: absolute;
    width: 50%;
    bottom: 10%;
    right: 4%;
    text-align: right;
}

/*Center Align*/

.tvofferbanner-content.center {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: auto;
    left: 11%;
    text-align: center;
}


.tvofferbanner-content.center  h2{
    font-size: calc(12px + (75 - 12) * ((100vw - 280px) / (1920 - 280)));
    color: #000;
    font-weight: 500;
    line-height: 1.3;
    font-family: Roboto Slab;
    text-transform: uppercase;
}
.tvofferbanner-content.center  h2 span
{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
    letter-spacing: 0.07em;
}

.tvofferbanner-content.top-center {
    position: absolute;
    /*width: 50%;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvofferbanner-content.bottom-center {
    position: absolute;
    /*width: 50%;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvofferbanner-content.none {
    display: none;
}
.none.tvofferbanner-content {
    display: none;
}
.tvcmstvcmssliderofferbanners img {
    border-radius: 3px;
}
.tvofferbanner-content>*:last-child {
    margin-bottom: 0;
}
.tvofferbanner-content h3 {
    font-weight: 500;
    font-size: 58px;
    line-height: 76px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'EB Garamond';
    background: linear-gradient(151.57deg, #E5C9A0 -3.39%, #A87B51 96.54%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.tvofferbanner-content h4 span {
    color: #A54201;
}
 .tvofferbanner-content h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Montserrat';
    margin-bottom: 0px;
    letter-spacing: 0.03em;
} 
.tvofferbanner-content p {
    line-height: 1;
    font-size: calc(10px + (47 - 10) * ((100vw - 280px) / (1920 - 280)));
    color: #000;
    font-family: Grand Hotel;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}
.tvcmsofferbanners-one .tvall-inner-btn
{
    margin-top: 80px;
}

@media (max-width: 1440px) 
{
    .tvofferbanner-content h3 {
        font-size: 48px;
        line-height: 69px;
    }
    .tvofferbanner-content h6 {
        font-size: 18px;
        line-height: 10px;
    }
 
}

@media (max-width: 1280px) {
    .tvcmsofferbanners-one .tvall-inner-btn {
        margin-top: 48px;
    }

}
@media (max-width: 1200px) 
{
    .tvofferbanner-content h3 {
        font-size: 38px;
        line-height: 65px;
    }


}
@media (max-width: 1140px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 12px 27px;
    }
    .tvcmsofferbanners-one .tvall-inner-btn {
        margin-top: 28px;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 14px;
    }
    .tvofferbanner-content h3 {
        font-size: 34px;
        line-height: 58px;
        margin-bottom: 12px;
    }
}
@media(max-width: 991px) {
    .tvofferbanner-content.center h2 span
    {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #fff;
    }
}
@media(max-width: 850px) {
   
    .tvofferbanner-content .tvall-inner-btn {
        padding: 9px 20px;
    }
    .tvofferbanner-content .tvall-inner-btn:after {
        top: -3px;
        left: 3px;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 13px;
    line-height: 19px;
    }
}

@media(max-width: 768px) {
    .tvcmsofferbanners-one .tvall-inner-btn {
        margin-top: 10px;
    }
    .tvofferbanner-content.center {
    width: 55%;
    }
}
@media(max-width: 767px) {
 
    .tvofferbanner-content h3 {
        font-size: 27px;
        line-height: 51px;
        margin-bottom: 7px;
    }
    .tvofferbanner-content h6 {
        font-size: 14px;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 17px;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 10px;
    }
}
@media (max-width: 650px) {
    
    .tvofferbanner-content h6
    {
        display: none;
    }
    .tvofferbanner-content h3 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 0px;
    }
}
@media(max-width: 575px) {
    .tvofferbanner-content h6 {
        font-size: 15px;
    }
    .tvofferbanner-content p {
        font-size: 12px;
    }
}
@media(max-width: 480px) {
    .tvofferbanner-content {
        width: 100%;
    }
    .tvofferbanner-content h4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 17px;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 14px;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 9px;
    }
    .tvofferbanner-content h6 {
        margin-bottom: 3px;
        font-size: 13px;
    }
    .tvofferbanner-content p {
        font-size: 12px;
    }
}
@media(max-width: 425px)
{
    .tvofferbanner-content .tvall-inner-btn {
        padding: 3px 14px;
    }
}
@media(max-width: 375px) {
    .tvofferbanner-content h4 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 9px;
    }
    .tvofferbanner-content p {
        margin-top: 10px;
    }
    .tvofferbanner-content h4:after {
        width: 60px;
    }
    .tvofferbanner-content h3 {
        font-size: 14px;
        line-height: 12px;
        margin-bottom: 0px;
    }
    .tvofferbanner-content.left
    {
        left: 5%;
    }
    .tvofferbanner-content h6 {
        margin-bottom: 3px;
        font-size: 10px;
    }
    .tvofferbanner-content p {
        font-size: 12px;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 9px 5px;
    }
    .tvofferbanner-content .tvall-inner-btn span {
        font-size: 9px;
        line-height: 11px;
    }
}