/**
* 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: 40%;
    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: 42%;
    text-align: left;
}
.tvofferbanner-content.bottom-left {
    bottom: 10%;
    left: 6%;
    position: absolute;
    width: 42%;
    text-align: left;
}
/*Right Align*/
.tvofferbanner-content.right {
    position: absolute;
    width: 40%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 4%;
    text-align: left;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
}
.tvofferbanner-content.top-right {
    position: absolute;
    width: 42%;
    top: 10%;
    right: 4%;
    text-align: right;
}
.tvofferbanner-content.bottom-right {
    position: absolute;
    width: 42%;
    bottom: 10%;
    right: 4%;
    text-align: right;
}
/*Center Align*/
.tvofferbanner-content.center {
    position: absolute;
    width: 42%;
    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;
}
.tvofferbanner-content.top-center {
    position: absolute;
    /*width: 42%;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.bottom-center {
    position: absolute;
    /*width: 42%;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.none {
    display: none;
}
.none.tvofferbanner-content {
    display: none;
}
.tvofferbanner-content h4 {
    margin-bottom: 17px;
    color: #000;
    font-family: DM Serif Display;
    font-size: 62px;
    font-family: Mulish;
    font-weight: 800;
    line-height: 1.12;
    text-transform: capitalize;
    font-size: calc(20px + (62 - 20) * ((100vw - 280px) / (1920 - 280)));
}
.tvofferbanner-content h3 {
    font-size: calc(8px + (31 - 8) * ((100vw - 280px) / (1920 - 280)));
    position: relative;
    margin-bottom: 17px;
    letter-spacing: 0;
    display: inline-block;
    font-family: Grand Hotel;
    z-index: 1;
    color: #000;
    font-weight: 400;
    line-height: 0.85;
    text-transform: capitalize;
}
.tvofferbanner-content h4 span {
    color: #FFF500;
}
.tvofferbanner-content p {
    margin-bottom: 64px;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    letter-spacing: 0.28px;
}
.tvofferbanner-content {
    padding: 0 15px;
}
.tvofferbanner-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;
}
.tvofferbanner-content .tvtwoofferbaner-btn a {
    color: #ffffff;
}
.tvofferbanner-content .tvtwoofferbaner-btn:hover {
    background-color: #ffffff;
}
.tvofferbanner-content .tvtwoofferbaner-btn:hover a {
    color: #000000;
}
.tvofferbanner-content .tvall-inner-btn {
    padding: 16px 29px;
}
.tvofferbanner-content .tvall-inner-btn span {
    line-height: 1;
    text-transform: uppercase;

}
@media(max-width: 1600px) {
  .tvofferbanner-content .tvall-inner-btn span {
        font-size: calc(9px + (15 - 9) * ((100vw - 280px) / (1920 - 280)));
        line-height: normal;
    }
    .tvofferbanner-content.left {
        left: 5%;
    }
    .tvofferbanner-content.right {
        width: 45%;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 8px 18px;
    }
    .tvadvance-block .tvcmsmain-title-wrapper {
        margin-bottom: calc(15px + (35 - 15) * ((100vw - 280px) / (1600 - 280)));

    }
}

@media(max-width: 1200px) {
    .tvofferbanner-content.left {
        left: 2%;
    }
    .tvofferbanner-content p {
        margin-bottom: 40px;
    }
}

@media(max-width:1024px) {
    .tvofferbanner-content h4
    {
        font-size: calc(17px + (50 - 17) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media(max-width:991px) {
    .tvofferbanner-content {
        margin-bottom: 30px;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 10px 18px;
    }
}
@media(max-width: 889px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 15px;
    }
}


@media(max-width: 768px) {
    .tvofferbanner-content p
    {
        display: none;
    }
}
@media(max-width: 767px) {
    .tvofferbanner-content .tvofferbanner-two-inner:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media(max-width: 575px) {
    .tvofferbanner-content.left {
        left: 1%;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 11px;
    }
    .tvofferbanner-content p{
        display: none;
    }
    .tvofferbanner-content h3
    {
        display: none;
    }
}
@media(max-width: 480px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 6px 11px;
    }
    .tvofferbanner-content p {
        display: none;
    }
}
@media(max-width: 435px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 5px 11px;
    }
}
@media(max-width: 400px) {
    .tvofferbanner-content .tvall-inner-btn {
        padding: 4px 9px;
    }
}
@media(max-width: 330px) {
    .tvofferbanner-content.left {
        left: 0;
        width: 60%;
    }
    .tvofferbanner-content .tvall-inner-btn {
        padding: 4px 8px 2px;
    }
}
.tvofferbanner-content>*:last-child {
    margin-bottom: 0;
}