/**
* 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
*/
.badofferbanner-block {
    margin-bottom: 100px;
    position: relative;
    padding: 100px 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.badofferbanner-content-wrapper {
    text-align: center;
}
.badofferbanner-img img{
    width: 100%;
}
.badofferbanner-img{
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
}
.badofferbanner-img:hover::after{
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0;
    transition-delay: 0.1s;
}
.badofferbanner-img:hover {
    border-color: #eaf5e5;
}
.badofferbanner-img::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    border: 15px solid #eaf5e5;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-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;
}
.badofferbanner-subtitle {
    padding-bottom: 35px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ffffff;
}
.badofferbanner-title {
    font-size: 50px;
    line-height: 60px;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px;
}
.badofferbanner-block .badofferbanner-sub-title {
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 34px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badofferbanner-block .badofferbanner-btn {
    color: #ffffff;
    display: inline-block;
}
.badofferbanner-block .badofferbanner-btn-title {
    position: relative;
    background: var(--theme-custom-color);
    padding: 5px 30px;
    border-radius: 100px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    -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;
    z-index: 1;
}
.badofferbanner-block .badofferbanner-btn-title:hover{
    background-color: #000;
}
.badofferbanner-content-wrapper img {
    position: relative;
    -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: 1800px){
    .badofferbanner-content-wrapper{
        left: 80px;
    }
    .badofferbanner-content-wrapper{
        left: 0px;
    }
}
@media(max-width: 1600px){
    .badofferbanner-content-wrapper{
        margin-left: 15px;
    }
}
@media(max-width: 1440px){
    .badofferbanner-block {
        padding: 80px 0;
        margin-bottom: 80px;
    }
}
@media(max-width: 1300px){
    .badofferbanner-content-wrapper {
        width: auto;
        left: 0px;
    }
}
@media(max-width: 1200px){
    .badofferbanner-block {
        margin-bottom: 45px;
        padding: 45px 0px;
    }
    .badofferbanner-title {
        padding-bottom: 15px;
        font-size: 30px;
        line-height: 34px;
    }
    .badofferbanner-block .badofferbanner-sub-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .badofferbanner-block .badofferbanner-btn-title {
        padding: 10px 20px;
        font-size: 15px;
        line-height: 22px;
    }

}
@media(max-width: 991px){
    .badofferbanner-block {
        margin-bottom: 30px;
        padding: 30px 0px;
    }
    .badofferbanner-title {
        padding-bottom: 10px;
        font-size: 24px;
        line-height: 30px;
    }
    .badofferbanner-block .badofferbanner-sub-title {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .badofferbanner-block .badofferbanner-btn-title {
        padding: 7px 20px;
        font-size: 12px;
    }
    .badofferbanner-content-wrapper {
        width: auto;
    }
}
@media(max-width: 575px){
    .badofferbanner-title {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .badofferbanner-block .badofferbanner-sub-title{
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .badofferbanner-block .badofferbanner-btn-title {
        padding: 6px 15px;
        font-size: 11px;
        line-height: 20px;
    }
    .badofferbanner-block .badofferbanner-btn-title {
        font-size: 12px;
    }
}
@media(max-width: 480px){
    .badofferbanner-block .badofferbanner-sub-title{
        margin-bottom: 8px;
    }
    .badofferbanner-title {
        font-size: 20px;
        padding-bottom: 10px;
        line-height: 25px;
    }
}