/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.tvtwoofferbanner-content {
    z-index: 1;
}

.tvtwoofferbanner-content {
    z-index: 1;
}

/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    width: max-content;
    max-width: 90%;
    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: 5%;
    text-align: left;
}

.tvtwoofferbanner-content.top-left {
    top: 8%;
    left: 5%;
    position: absolute;
    width: max-content;
    max-width: 90%;
    text-align: left;
}

.tvtwoofferbanner-content.bottom-left {
    bottom: 5%;
    left: 3.5%;
    position: absolute;
    width: max-content;
    max-width: 90%;
    text-align: left;
}

/*Right Align*/
.tvtwoofferbanner-content.right {
    position: absolute;
    width: max-content;
    max-width: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 3.5%;
    text-align: right;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
}

.tvtwoofferbanner-content.top-right {
    position: absolute;
    width: max-content;
    max-width: 90%;
    top: 8%;
    right: 3.5%;
    text-align: right;
}

.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: max-content;
    max-width: 90%;
    bottom: 5%;
    right: 3.5%;
    text-align: right;
}

/*Center Align*/
.tvtwoofferbanner-content.center {
    position: absolute;
    width: max-content;
    max-width: 90%;
    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: 50%; */
    top: 50%;
    right: 5%;
    left: 5%;
    text-align: center;
    transform: translateY(-50%);
}

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

.tvtwoofferbanner-content.none {
    display: none;
}

.tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
    display: block;
    height: 100%;
}

.tvofferbanner-two-wrapper.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.tvofferbanner-two-wrapper.row .tvofferbanner-two-inner {
    padding: 0 15px;
    /* min-height: 600px; */
}

.tvtwoofferbanner-content h6 {
    color: #5ADEEB;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.22223;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.tvtwoofferbanner-content h4 {
    margin-bottom: 0;
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 44px;
    font-weight: 700;
    line-height: 1.34091;
    text-transform: capitalize;
}

.tvtwoofferbanner-content h2 {
    margin-bottom: 0;
    color: #FFF;
    font-family: oxygen;
    font-size: 68px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.tvtwoofferbanner-content-two h2 span {
    position: relative;
}

.tvtwoofferbanner-content-two h2 span::before {
    position: absolute;
    content: "";
    width: calc(100% - 7px);
    height: calc(100% - 56px);
    background-color: #FF703B;
    bottom: 6px;
    z-index: -1;
    right: 2px;
}

.tvtwoofferbanner-content p {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.157;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.tvbanner1 .tvtwoofferbanner-content .tvall-inner-btn {
    background: #FF703B;
}

.tvbanner1 .tvtwoofferbanner-content .tvall-inner-btn span {
    color: #fff;
    font-weight: 500;
}

.tvtwoofferbanner-content .tvall-inner-btn {
    background: #88E1FD;
    padding: 18px 33px;
    margin-top: calc(10px + (52 - 10) * ((100vw - 280px) / (1920 - 280)));
    line-height: 0;
}

.tvtwoofferbanner-content .tvall-inner-btn span {
    font-size: 16px;
    line-height: 1;
    color: #000;
}

.tvtwoofferbanner-content-one p span {
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .5px;
}

.tvtwoofferbanner-content-one h3 {
    font-size: 54px;
    text-transform: capitalize;
    font-family: 'Oxygen';
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    padding: 0 10px;
}

.tvtwoofferbanner-content-one h3::before {
    content: "";
    position: absolute;
    width: 22%;
    height: 1px;
    background-color: #000;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
}

.tvofferbanner-two-inner .tvbanner-hover-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

@media (max-width: 1700px) and (min-width: 768px) {

    .tvtwoofferbanner-content.right,
    .tvtwoofferbanner-content.top-right,
    .tvtwoofferbanner-content.bottom-right {
        right: 5%;
    }

    .tvtwoofferbanner-content h6 {
        font-size: calc(12px + (27 - 12) * ((100vw - 768px) / (1920 - 768)));
        margin-bottom: calc(5px + (16 - 5) * ((100vw - 768px) / (1920 - 768)));
    }

    .tvtwoofferbanner-content h2 {
        font-size: calc(24px + (60 - 24) * ((100vw - 768px) / (1920 - 768)));
    }

    .tvtwoofferbanner-content h4 {
        font-size: calc(20px + (44 - 20) * ((100vw - 768px) / (1920 - 768)));
    }

    .tvtwoofferbanner-content p {
        font-size: calc(9px + (18 - 9) * ((100vw - 768px) / (1920 - 768)));
    }

    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: calc(10px + (14 - 10) * ((100vw - 768px) / (1920 - 768)));
    }

    .tvtwoofferbanner-content .tvall-inner-btn {
        padding-block: calc(7px + (14 - 7) * ((100vw - 768px) / (1920 - 768)));
        padding-inline: calc(12px + (29 - 12) * ((100vw - 768px) / (1920 - 768)));
        margin-top: calc(12px + (25 - 12) * ((100vw - 768px) / (1920 - 768)));
    }

    .tvtwoofferbanner-content .tvall-inner-btn:after {
        border-bottom-width: calc(3px + (5 - 3) * ((100vw - 768px) / (1920 - 768)));
        border-right-width: calc(2px + (4 - 2) * ((100vw - 768px) / (1920 - 768)));
        left: calc(3px + (6 - 3) * ((100vw - 768px) / (1920 - 768)));
        top: calc(4px + (7 - 4) * ((100vw - 768px) / (1920 - 768)));
    }
}

@media (max-width:1500px) {
    .tvtwoofferbanner-content-one h3 {
        font-size: 30px;
    }

    .tvtwoofferbanner-content-one p span {
        font-size: 16px;
    }

    .tvtwoofferbanner-content-two h2 span::before {
        height: calc(100% - 39px);
    }
}

@media (max-width:1200px) {
    .tvtwoofferbanner-content-one h3 {
        font-size: 24px;
    }

    .tvtwoofferbanner-content-one p span {
        font-size: 16px;
    }

    .tvtwoofferbanner-content-two h2 span::before {
        height: calc(100% - 32px);
    }
}

@media (max-width:991px) {
    .tvofferbanner-two-wrapper.row {
        margin: 0 -15px;
    }

    .tvofferbanner-two-wrapper.row .tvofferbanner-two-inner {
        padding: 0 15px;
    }

    .tvofferbanner-two-wrapper.row .tvofferbanner-two-inner {
        padding: 0 5px;
    }

    .tvtwoofferbanner-content-one h3 {
        font-size: 20px;
    }

    .tvtwoofferbanner-content-one p span {
        font-size: 16px;
    }

    .tvtwoofferbanner-content-two h2 span::before {
        height: calc(100% - 27px);
    }

    .tvofferbanner-two-wrapper.row {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {

    .tvtwoofferbanner-content.right,
    .tvtwoofferbanner-content.top-right,
    .tvtwoofferbanner-content.bottom-right {
        right: 5%;
    }

    .tvtwoofferbanner-content h6 {
        font-size: calc(10px + (27 - 10) * ((100vw - 280px) / (767 - 280)));
        margin-bottom: calc(2px + (16 - 2) * ((100vw - 280px) / (767 - 280)));
    }

    .tvtwoofferbanner-content h2 {
        font-size: calc(11px + (46 - 13) * ((100vw - 280px) / (767 - 280)));
    }

    .tvtwoofferbanner-content h4 {
        font-size: calc(18px + (44 - 18) * ((100vw - 280px) / (767 - 280)));
    }

    .tvtwoofferbanner-content p {
        font-size: calc(9px + (18 - 9) * ((100vw - 280px) / (767 - 280)));
    }

    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: calc(9px + (14 - 9) * ((100vw - 280px) / (767 - 280)));
    }

    .tvtwoofferbanner-content .tvall-inner-btn {
        padding-block: calc(6px + (12 - 6) * ((100vw - 280px) / (767 - 280)));
        padding-inline: calc(10px + (23 - 10) * ((100vw - 280px) / (767 - 280)));
        margin-top: calc(7px + (22 - 12) * ((100vw - 280px) / (767 - 280)));
    }

    .tvtwoofferbanner-content .tvall-inner-btn:after {
        border-bottom-width: calc(3px + (5 - 3) * ((100vw - 280px) / (767 - 280)));
        border-right-width: calc(2px + (4 - 2) * ((100vw - 280px) / (767 - 280)));
        left: calc(2px + (6 - 2) * ((100vw - 280px) / (767 - 280)));
        top: calc(4px + (7 - 4) * ((100vw - 280px) / (767 - 280)));
    }

    .tvtwoofferbanner-content-one h3 {
        font-size: 14px;
    }

    .tvtwoofferbanner-content-one p span {
        font-size: 10px;
    }

}

@media (max-width: 650px) and (min-width:576px) {
    .tvtwoofferbanner-content.left {
        left: 8%;
    }
}

@media (max-width: 767px) {
    .tvofferbanner-two-inner .tvbanner-hover-wrapper img {
        margin: auto;
    }

    .tvofferbanner-two-inner.tvbanner1 {
        margin-bottom: 15px;
    }

    .tvtwoofferbanner-content-two h2 span::before {
        height: calc(100% - 36px);
    }
}

@media (max-width: 575px) {
    .tvtwoofferbanner-content.left {
        left: 8%;
    }

    .tvtwoofferbanner-content.right {
        width: 46%;
    }

    .tvtwoofferbanner-content-one h3 {
        font-size: 28px;
    }

    .tvtwoofferbanner-content-one p span {
        font-size: 18px;
    }

    .tvtwoofferbanner-content-two h2 span::before {
        height: calc(100% - 26px);
    }

    .tvtwoofferbanner-content .tvall-inner-btn {
        margin-top: calc(25px + (25 - 12) * ((100vw - 280px) / (767 - 280)));
    }
}

@media (min-width: 576px) {
    .tvcmstwoofferbanners-one .col-sm-3 {
        width: 30%;
    }

    .tvcmstwoofferbanners-one .col-sm-9 {
        width: 70%;
    }
}
@media (max-width: 1700px) and (min-width:1501px)  {
    .tvtwoofferbanner-content-two h2 span::before {
        height: calc(100% - 40px);
    }
}