/**
* 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-top:80px;
    margin-bottom: 80px;
}
.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-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: 1200px){
    .badofferbanner-block {
        margin-bottom: 50px;
        margin-top: 50px;
    }
}
@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-bottom: 30px;
        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;
    }
}
@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;
    }
}
@media(max-width: 575px){
    .badofferbanner-subtitle {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .badofferbanner-title {
        font-size: 26px;
        line-height: 30px;
    }
}
@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;
    }
}