/**
* 2007-2022 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-2022 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-top:80px;
    background-size: cover;
    background-attachment: fixed;
    padding: 110px 0;
}
.badofferbanner-subtitle {
    padding-bottom: 35px;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #1c1c1c;
    font-weight: 500;
}
.badofferbanner-title {
    font-family: var(--badtheme-font-name-2);
    padding-bottom: 10px;
    font-size: 48px;
    line-height: 55px;
    color: #252525;
    text-transform: capitalize;
    font-weight: 500;
}
.badofferbanner-block .badofferbanner-desc {
    font-size: 14px;
    color: #a8a8a8;
    line-height: 24px;
    width: 92%;
    padding-bottom: 60px;
}
.badofferbanner-content{
    width: 60%;
    background-color: rgb(255, 255, 255,0.8);
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px;
}
.offerbanner-subtitle{
    display: none;
}
.offerbanner-title{
    font-size: 45px;
    color: #000;
    font-family: var(--badtheme-font-name-2);
    font-weight: 600;
}
.offerbanner-desc p{
    font-size: 16px;
    margin: 15px;
    line-height: 30px;
    color: #000;
    padding: 0;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.offerbanner-button{
    padding: 10px 20px;
    background-color: var(--theme-custom-color);
    display: inline-block;
}
.offerbanner-button:hover{
    background-color: #000;
}
.offerbanner-button a{
    color: #fff;
}
.offerbanner-button:hover a{
    color: #fff;
}
.badofferbanner-content-wrapper .badnewsletter-block-inner{
    max-width: 700px;
}
.badofferbanner-content-wrapper .badnewsletter-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.badofferbanner-content-wrapper .block_newsletter form input[type=email] {
    background: none;
    border: 1px solid #c7c5c2;
    border-radius: 30px;
    height: 60px;
}
.badofferbanner-content-wrapper .block_newsletter .input-wrapper-button{
    margin:0 0 0 20px;
}
.badofferbanner-img{
    position: relative;
}
.badofferbanner-img::before {
    border: 70px solid rgba(255,255,255,0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.badofferbanner-img::after {
    background: rgba(255,255,255,.6) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 600ms ease-in-out 0s;
    width: 100%;
}
.badofferbanner-img:hover::before {
    border: 0 solid rgba(255,255,255,.5);
}
.badofferbanner-img:hover::after {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
}
.badofferbanner-content-wrapper .block_newsletter .input-wrapper-button input{
    padding: 10px 44px;
    border-radius: 30px;
    height: auto;
}
.badofferbanner-content-wrapper img {
    position: relative;
    transition: all 0.5s ease-in-out;
}
@media(max-width:1300px){
    .offerbanner-title{
        font-size: 40px;
    }
}
@media(max-width: 1200px){
    .badofferbanner-block {
        margin-top: 50px;
    }
    .offerbanner-title{
        font-size: 32px;
    }
    .badofferbanner-content{
        padding: 40px 35px;
    }
    .badofferbanner-block{
        padding: 50px 0;
    }
}
@media(max-width: 1199px){
    .badofferbanner-title {
        font-size: 40px;
        line-height: 50px;
    }
    .badofferbanner-subtitle {
        padding-bottom: 25px;
        font-size: 20px;
        line-height: 22px;
    }
    .badofferbanner-content-wrapper .block_newsletter form input[type=email]{
        height: 50px;
    }
    .badofferbanner-content-wrapper .block_newsletter .input-wrapper-button input{
        padding: 5px 36px;
    }
}
@media(max-width: 991px){
    .badofferbanner-block {
        margin-top: 30px;
    }
    .badofferbanner-title {
        font-size: 35px;
        line-height: 42px;
    }
    .badofferbanner-content-wrapper .badnewsletter-block-inner {
        max-width: 700px;
    }
    .badofferbanner-subtitle {
        font-size: 18px;
        line-height: 20px;
    }
    .offerbanner-title{
        font-size: 30px;
    }
    .badofferbanner-content{
        padding: 30px 25px;
        width: 55%;
    }
    .offerbanner-desc p{
        margin: 10px;
    }
    .badofferbanner-block{
        padding: 30px 0;
    }
}
@media(max-width: 767px){
    .badofferbanner-title {
        font-size: 30px;
        line-height: 36px;
    }
    .badofferbanner-content-wrapper .badnewsletter-block-inner {
        max-width: 520px;
    }
    .badofferbanner-subtitle {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 15px;
    }
    .badofferbanner-content-wrapper .block_newsletter form input[type=email] {
        height: 42px;
    }
    .badofferbanner-content-wrapper .block_newsletter .input-wrapper-button {
        margin: 0 0 0 10px;
    }
    .badofferbanner-content-wrapper .block_newsletter .input-wrapper-button input {
        padding: 1px 25px;
        font-size: 14px;
    }
    .badofferbanner-content{
        width: 65%;
    }
    .offerbanner-title{
        font-size:25px;
    }
    .offerbanner-desc p{
        font-size: 14px;
    }
    .badofferbanner-block{
        padding: 30px 0;
    }
}
@media(max-width: 575px){
    .badofferbanner-subtitle {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .badofferbanner-title {
        font-size: 26px;
        line-height: 30px;
    }
    .offerbanner-title{
        font-size:22px;
    }
    .badofferbanner-content{
        width: 80%;
    }
    .badofferbanner-content{
        padding: 20px 10px;
    }
    .offerbanner-button{
        padding: 7px 15px;
    }
}
@media(max-width: 480px){
    .badofferbanner-title {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 5px;
    }
    .badofferbanner-content-wrapper .block_newsletter .input-wrapper-button input {
        padding: 0px 18px;
        font-size: 13px;
    }
    .badofferbanner-img img{
        height: 150px;
    }
    .offerbanner-button{
        padding: 8px 12px;
    }
}
@media(max-width:420px){
    .badofferbanner-content{
        width: 100%;
    }
}