/**
* 2007-2023 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-2023 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badtwoofferbanner-block {
    margin-bottom: 80px;
    position: relative;
}
.badtwoofferbanner-content-img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.badtwoofferbanner-content {
    position: absolute;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 40px;
    z-index: 2;
    text-align: left;
}
.badtwoofferbanner-title {
    font-size: 45px;
    line-height: 56px   ;
    color: #000;
    font-weight: 400;
    font-family: var(--badtheme-font-name-2);
    padding-bottom: 10px;
}
.badtwoofferbanner-content-row1 .badtwoofferbanner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 0;
    margin-bottom: 15px;
    transform: translateY(0);
    text-align: center;
    display: flex;
    align-items: end;
}
.badtwoofferbanner-content-row1 .badtwoofferbanner-title {
    width: 54%;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin: 0 auto;
    font-weight: 600;
    padding-bottom: 0;
    font-family: var(--badtheme-font-name-3);
}
.badtwoofferbanner-sub-title {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #797979;
    font-weight: 400;
    padding-bottom: 15px;
}
.badtwoofferbanner-btn {
    display: inline-block;
    border: 2px solid #000;
    padding: 2px;
    margin-top: 10px;
}
.badtwoofferbanner-block .badtwoofferbanner-content a {
    background: var(--theme-custom-color);
    padding: 7px 25px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
}
.badtwoofferbanner-subtitle,
.badtwoofferbanner-desc{
    display: none;
}
.badtwoofferbanner-content a:hover {
    background-color: #ffffff;
    color: #111111;
}
.badtwoofferbanner-content-img{
    position: relative;
    cursor: pointer;
}
.badtwoofferbanner-content-img:hover::before {
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
.badtwoofferbanner-content-img::before {
    background: rgba(255, 255, 255, 0.30);
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    z-index: 1;
}
.badtwoofferbanner-content-img::after {
    background: rgba(255, 255, 255, 0.30);
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
}
.badtwoofferbanner-content-img:hover::after {
    bottom: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    top: 0;
    transition: all 900ms ease-in-out 0s;
    -webkit-transition: all 900ms ease-in-out 0s;
    -moz-transition: all 900ms ease-in-out 0s;
    -o-transition: all 900ms ease-in-out 0s;
    -ms-transition: all 900ms ease-in-out 0s;
}
.badtwoofferbanner-content-img{
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media(max-width: 1200px){
    .badtwoofferbanner-title {
        font-size: 30px;
        line-height: 35px;
    }
    .badtwoofferbanner-sub-title {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a {
        font-size: 16px;
    }
    .badtwoofferbanner-block {
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner-title {
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .badtwoofferbanner-sub-title {
        font-size: 15px;
    }
    .badtwoofferbanner-content-row1 .badtwoofferbanner-title {
        width: 70%;
    }
    .badtwoofferbanner-content-row1 .badtwoofferbanner-title {
        font-size: 22px;
        line-height: 30px;
    }
    .badtwoofferbanner-content {
        top: 60%;
        padding-left: 30px;
    }
    .badtwoofferbanner-block {
        margin-bottom:30px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a {
        padding: 5px 20px;
        font-size: 14px;
    }
}
@media(max-width :767px){
    .badtwoofferbanner-title {
        font-size: 22px;
        line-height: 25px;
        padding-bottom: 5px;
    }
    .badtwoofferbanner-sub-title {
        padding-bottom: 5px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a{
        padding: 4px 15px;
    }
    .badtwoofferbanner-content-row1 .badtwoofferbanner-title {
        width: 80%;
        font-size: 18px;
        line-height: 27px;
    }
}
@media(max-width: 600px){
    .badtwoofferbanner-sub-title {
        line-height: 18px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a {
        padding: 5px 20px;
        line-height: 22px;
    }
}
@media(max-width: 575px){
    .badtwoofferbanner-content-row2 {
        padding-top: 20px;
    }
    .badtwoofferbanner-content-img {
        text-align: center;
    }
    .badtwoofferbanner-title {
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .badtwoofferbanner-btn {
        margin-top: 5px;
    }
    .badtwoofferbanner-sub-title {
        padding-bottom: 10px;
    }
    .badtwoofferbanner-content-row1 .badtwoofferbanner-title {
        width: 52%;
        font-size: 24px;
        line-height: 37px;
    }
}
@media(max-width: 480px){
    .badtwoofferbanner-title {
        font-size: 20px;
        line-height: 22px;
    }
    .badtwoofferbanner-content-row1 .badtwoofferbanner-title {
        font-size: 20px;
        line-height: 30px;
    }
    .badtwoofferbanner-block .badtwoofferbanner-content a {
        font-size: 12px;
        line-height: 18px;
        padding: 4px 15px;
    }
}
@media(max-width: 430px){ 
    .badtwoofferbanner-title {
        padding-bottom: 5px;
    }
    .badtwoofferbanner-title {
        font-size: 18px;
    }
    .badtwoofferbanner-sub-title {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 5px;
    }
    .badtwoofferbanner-content {
        padding-left: 20px;
    }
}
