/**
* 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.
*/

.tvcmstwoofferbanners-one {
    margin: 0 -15px 30px -15px;
}

.tvcmstwoofferbanners-one .tvofferbanner-two-inner {
    position: relative;
    text-align: center;
    padding: 0 15px;
}

.tvcmstwoofferbanners-one .tvofferbanner-two-inner img {
    border-radius: 5px;
    border: none;
}

/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    width: 59%;
    top: 0;
    bottom: 0;
    /* padding: 31px 20px; */
    /* background-color: rgba(255, 255, 255, 0.2); */
    margin: auto;
    height: max-content;
    left: 5%;
    text-align: left;
}

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

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

/*Right Align*/

.tvtwoofferbanner-content.right {
    position: absolute;
    width: 59%;
    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: 5.2%;
    text-align: right;
}

.tvtwoofferbanner-content.top-right {
    position: absolute;
    width: 50%;
    top: 10%;
    right: 15px;
    text-align: right;
}

.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: 50%;
    bottom: 10%;
    right: 15px;
    text-align: right;
}

/*Center Align*/

.tvtwoofferbanner-content.center {
    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);*/
    right: 0;
    left: 0;
    text-align: center;
}

.tvtwoofferbanner-content.top-center {
    position: absolute;
    width: 86%;
    top: 4%;
    margin: auto;
    right: 0;
    left: 0;
    padding: 31px 20px;
    display: inline-block;
    text-align: center;
}

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

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

.tvofferbanner-two-wrapper .tvbanner-hover-wrapper {
    /*display: block;*/
    font-family: 'Orbitron';

}

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

.tvtwoofferbanner-content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: Nunito;
    text-transform: uppercase;
}

.tvtwoofferbanner-content h4 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0C0000;
    font-family: 'El Messiri';
}

.tvtwoofferbanner-content h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #4E7661;
    font-family: 'Poppins';
    margin-bottom: 5%;
}

/* .tvtwoofferbanner-content-one h6 span,
.tvtwoofferbanner-content-two h6 span{
    color: #DEE14D;
} */

.tvtwoofferbanner-content .btn {
    padding: 12px 26px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    border-radius: 5px;
    margin-top: 0px;
}

.tvtwoofferbanner-content .btn span {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.02em;
    font-family: 'Poppins';
    color: #FFFFFF;
}

@media(max-width: 1440px) {
    .tvtwoofferbanner-content h4 {
        font-size: 58px;
    }

    .tvtwoofferbanner-content h2 {
        font-size: calc(18px + (55 - 18) * ((100vw - 280px) / (1440 - 280)))
    }

    .tvtwoofferbanner-content h6 {
        margin-bottom: 4%;
    }
}

@media(max-width: 1360px) and (min-width: 1200px) {
    .tvtwoofferbanner-content .btn {
        font-size: 13px;
        padding: 10px 20px;
    }
}

@media(max-width: 1199px) and (min-width: 992px) {

    .tvtwoofferbanner-content h6,
    .tvbanner2 .tvtwoofferbanner-content h6,
    .tvtwoofferbanner-content h4 {
        margin-bottom: 10px;
    }

    .tvtwoofferbanner-content p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .tvtwoofferbanner-content .btn {
        font-size: 14px;
        padding: 8px 20px;
    }

}

@media(max-width: 1199px) {
    .tvcmstwoofferbanners-one {
        margin: 0 -7.5px 50px -7.5px;
    }

    .tvtwoofferbanner-content h4 {
        font-size: 50px;
    }

    .tvtwoofferbanner-content h6 {
        font-size: 18px;
    }
}

@media(max-width: 991px) {
    
}

@media(max-width:991px) and (min-width: 768px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }

    .tvtwoofferbanner-content .btn {
        font-size: 13px;
        padding: 9px 20px;
        margin-bottom: 2%;
    }
    .tvtwoofferbanner-content h4 {
        font-size: 42px;
    }
}

@media(max-width: 768px) {
    .tvofferbanner-two-inner.tvbanner1 {
        margin-bottom: 15px;
    }

    .tvtwoofferbanner-content p {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }
    

}

@media(max-width: 575px) {
    .tvcmstwoofferbanners-one .tvbanner1 .tvofferbanner-two-inner {
        margin-bottom: 15px;
    }

    .tvtwoofferbanner-content .btn {
        font-size: 14px;
        padding: 8px 20px;
    }

    .tvtwoofferbanner-content.bottom-center {
        bottom: 7%;
    }
    .tvtwoofferbanner-content h6 {
        font-size: 16px;
    }
}

@media(max-width: 480px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }

    .tvtwoofferbanner-content.left {
        width: 100%;
    }
}

@media(max-width: 400px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }

    .tvtwoofferbanner-content .btn {
        font-size: 11px;
    }

    .tvtwoofferbanner-content h4 {
        font-size: 40px;
        line-height: 38px;
        margin-bottom: 10px;
    }
}


.lang-rtl .tvcmstwoofferbanners-one {
    display: flex;
    flex-wrap: wrap;
}