/**
* 2007-2021 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-2021 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;
}
.badtwoofferbanner-content-img {
    overflow: hidden;
    position: relative;
}
.badtwoofferbanner-wrapper,
.badtwoofferbanner-wrapper1 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.badtwoofferbanner-content-inner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
}
.badtwoofferbanner-subtitle {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: var(--theme-custom-color);
    text-transform: capitalize;
    padding-bottom: 5px;
    font-family: var(--badtheme-font-name-1);
}
.badtwoofferbanner-title {
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    width: 85%;
    font-weight: 500;
    padding-bottom: 8px;
    font-family: var(--badtheme-font-name-2);
}
.badtwoofferbanner-content.badtwoofferbanner-content1 {
    padding-left: 40px;
}
.badtwoofferbanner-content-row2 {
    padding-right: 40px;
}
.badtwoofferbanner-discription {
    font-size: 16px;
    line-height: 30px;
    font-family: var(--badtheme-font-name-1);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    color: #969696;
    font-weight: 300;
    margin-bottom: 20px;
    width: 96%;
}
.badtwoofferbanner-sub-discription {
    font-size: 24px;
    color: var(--theme-custom-color);
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 15px;
}
.badtwoofferbanner-btn a:hover{
    color: #fff;
}
.badtwoofferbanner-content a, .badtwoofferbanner-content1 a {
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-custom-color);
    text-decoration: underline;
    text-transform: uppercase;
}
.badtwoofferbanner-btn1{
    margin-top: 15px;
}

.badtwoofferbanner-content a:hover {
    color: var(--theme-custom-color);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    background-color: transparent;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-decoration: none;
}
 .badtwoofferbanner-content a:hover::before {
     width: 100%;
 }
.badtwoofferbanner-content {
    text-align: left;
}
.badtwoofferbanner-content-img1{
    margin-top: 60px;
}
.badtwoofferbanner-content-img img,
.badtwoofferbanner-content-img1 img  {
    overflow: hidden;
    cursor: pointer;
    -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;
    border-radius: 10px;
}
.badtwoofferbanner-content-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.badtwoofferbanner-content-img:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 50px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out;
    -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;
}
.badtwoofferbanner-content-img:hover:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition-delay: 0.1s;
}
.badtwoofferbanner-content-img1:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.badtwoofferbanner-content-img1:hover:after {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition-delay: 0.1s;
}
.badtwoofferbanner-content-img1:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 50px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out;
    -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;
}
.badtwoofferbanner-btn1 a:hover{
    color: #ffffff;
}
@media(max-width: 1700px){
    .badtwoofferbanner-title{
        width: 90%
    }
}
@media(max-width: 1530px){
    .badtwoofferbanner-title{
        width: 96%;
    }
}
@media(max-width: 1400px){
    .badtwoofferbanner-title {
        font-size: 37px;
        line-height: 45px;
        padding-bottom: 5px;
    }
    .badtwoofferbanner-btn1{
        margin-top: 5px;
    }
}
@media(max-width: 1300px){
    .badtwoofferbanner-title {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 5px;
    }
}
@media(max-width: 1200px){
    .badtwoofferbanner-subtitle {
        font-size: 15px;
        line-height: 20px;
    }
    .badtwoofferbanner-title {
        font-size: 30px;
        line-height: 35px;
    }
    .badtwoofferbanner-block {
        margin-bottom: 50px;
    }
    .badtwoofferbanner-content-img1{
        margin-top: 40px;
    }
    .badtwoofferbanner-discription{
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
    .badtwoofferbanner-sub-discription{
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .badtwoofferbanner-block {
        margin-bottom: 30px;
    }
    .badtwoofferbanner-title {
        width: 88%;
    }
    .badtwoofferbanner-content.badtwoofferbanner-content1 {
        padding-left: 20px;
    }
    .badtwoofferbanner-content-row2 {
        padding-right: 20px;
    }
    .badtwoofferbanner-discription {
        font-size: 16px;
        line-height: 25px;
    }
    .badtwoofferbanner-title {
        font-size: 26px;
        line-height: 33px;
    }
    .badtwoofferbanner-sub-discription {
        margin-bottom: 15px;
        font-size: 20px;
        margin-top: 10px;
    }
}
@media(max-width: 767px){
    .badtwoofferbanner-content {
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }
    .badtwoofferbanner-wrapper, .badtwoofferbanner-wrapper1{
        display: block;
    }
    .badtwoofferbanner-content-img1 {
        text-align: center;
        margin-top: 0;
    }
    .badtwoofferbanner-content.badtwoofferbanner-content1{
        padding-left: 0;
    }
    .badtwoofferbanner-title{
        width: 100%;
    }
    .badtwoofferbanner-content-inner{
        display: block;
    }
    .badtwoofferbanner-content.badtwoofferbanner-content1{
        text-align: center;
        padding: 15px;
    }
    .badtwoofferbanner-content-img {
        text-align: center;
    }
    .badtwoofferbanner-title {
        font-size: 25px;
        line-height: 35px;
    }
    .badtwoofferbanner-discription {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .badtwoofferbanner-content-img.col-md-12 {
        padding: 0;
    }
    .badtwoofferbanner-content-row2{
        padding: 15px;
    }
}
@media(max-width: 575px){
    .badtwoofferbanner-title {
        font-size: 22px;
        line-height: 25px;
    }
    .badtwoofferbanner-discription {
        font-size: 14px;
        line-height: 22px;
    }
}
@media(max-width: 480px){
    .badtwoofferbanner-content-img {
        padding: 0;
    }
    .badtwoofferbanner-discription {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .badtwoofferbanner-subtitle {
        font-size: 15px;
    }
    .badtwoofferbanner-sub-discription {
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .badtwoofferbanner-content a, .badtwoofferbanner-content1 a{
        font-size: 15px;
    }
}
@media (max-width: 375px){
    .badtwoofferbanner-title {
        font-size: 20px;
        line-height: 24px;
    }
    .badtwoofferbanner-sub-discription {
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 18px;
    }
    .badtwoofferbanner-content {
        padding: 10px 0;
    }
}