/**
* 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
*/
.badall-multibanner2{
    margin-bottom: 80px;
}
.badmultibanner2{
    padding: 0;
}
.badmultibanner2-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.badbanner-hover img{
    width: 100%;
    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;
}
.badmultibanner-title-inner {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 38px;
    color: #0f0f0f;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}
.badmultibanner2-1.badmultibanner2-inner .badmultibanner2-content-box{
    position: absolute;
    top: 12%;
    right: 30px;
    -webkit-transform: translate(0, -12%);
    -o-transform: translate(0, -12%);
    -ms-transform: translate(0, -12%);
    -moz-transform: translate(0, -12%);
    transform: translate(0, -12%);
}
.badmultibanner2-2.badmultibanner2-inner .badmultibanner2-content-box {
    position: absolute;
    top: 25%;
    left: 45px;
    -webkit-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.badmultibanner2-3 .badmultibanner2-content-box{ 
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0, -30%);
    -o-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    -moz-transform: translate(0, -30%);
    transform: translate(0, -30%);
    text-align: center;
}
.badmultibanner2-4 .badmultibanner2-content-box{
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
}
.badmultibanner2-content-sub-title {
    font-size: 29px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    padding-bottom: 15px;
}
.badmultibanner2-3 .badmultibanner2-content-sub-title{
    color: #fff;
}
.badmultibanner2-1 .badmultibanner2-content-title,
.badmultibanner2-2 .badmultibanner2-content-title{
    font-size: 27px;
    line-height: 40px;
    color: var(--theme-custom-color);
    font-weight: 600;
    font-family: var(--badtheme-font-name-2);
    margin-bottom: 12px;
}
.badmultibanner2-content-title{
    font-size: 35px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
    font-family: var(--badtheme-font-name-2);
}
.badmultibanne2-postion2 .badmultibanner2-content-btn{
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
}
.badmultibanner2-content-box a.badmultibanner2-btn-title {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    background-color: #fff;
    padding: 9px 50px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
}
.badmultibanner2-content-box a.badmultibanner2-btn-title:hover {
    background: var(--theme-custom-color);
    color: #fff;
}
.badbanner-hover {
    overflow: hidden;
}
.badmultibanner2 .badbanner-hover a:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    opacity: 0.5;
    border: 30px 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;
}
.badbanner-hover a: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;
}
.badmultibanner2-inner a {
    display: block;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.badmultibanner2-content-btn a{
    font-size: 16px;
    display: inline;
    padding: 10px 25px;
    display: inline-block;
    line-height: 20px;
    color: #fff;
    border: 1px solid #321f28;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    transition: none;
    background-color: #321f28;
}
.badmultibanner2-3 .badmultibanner2-content-btn a{
    font-size: 16px;
    display: inline-block;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    padding: 0;
    background-color: transparent;
    border: none;
    text-decoration: underline;
}
.badmultibanner2-content-btn a:hover{
    color: #321f28;
    background-color: #fff;
}
.badmultibanner2-3 .badmultibanner2-content-btn a:hover{
    background-color: transparent;
    color: #fff;
}
@media(max-width: 1456px){
    .badmultibanner2-content-sub-title{
        font-size: 20px;
        padding-bottom: 8px;
    }
    .badmultibanner2-content-title{
        font-size: 32px;
    }
    .badmultibanner2-content-btn a{
        font-size: 14px;
        padding: 8px 20px;
    }
}
@media(max-width: 1199px){
    .badmultibanner2-content-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .badmultibanne2-postion2{
        padding: 0 15px;
    }
    .badmultibanner2-inner.badmultibanner2-4{
        padding: 0;
    }
    .badmultibanner2-content-sub-title {
        font-size: 16px;
        line-height: 25px;
    }
    .badmultibanner2-content-btn a {
        font-size: 14px;
        padding: 8px 16px;
    }
    .badmultibanner2-content-sub-title {
        font-size: 20px;
    }
}
@media(max-width: 991px){
    .badmultibanner2-2.badmultibanner2-inner .badmultibanner2-content-box{
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        -ms-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0);
    }
    .badmultibanner2-content-sub-title {
        font-size: 14px;
        line-height: 20px;
    }
    .badmultibanner2-content-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .badall-multibanner2{
        margin-bottom: 30px;
    }
    .badmultibanner2-content-title {
        font-size: 30px;
        line-height: 40px;
    }
    .badmultibanner2-content-sub-title {
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .badmultibanner2-inner{
        padding-bottom:30px;
    }
    .badmultibanner2-inner.badmultibanner2-3{
        padding-bottom: 0;
    }
    .badmultibanner2-content-sub-title {
        font-size: 22px;
        line-height: 25px;
    }
    .badmultibanner2-content-title{
        font-size: 40px;
    }
}
@media(max-width: 575px){
    .badall-multibanner2{
        margin-bottom: 30px;
    }
}
@media(max-width: 425px){
    .badmultibanner2-content-title {
        font-size: 30px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .badmultibanner2-inner .badmultibanner2-content-btn a {
        font-size: 12px;
        padding: 6px 14px;
    }
    .badmultibanner2-content-sub-title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 5px;
    }
}
@media(max-width: 375px){
    .badmultibanner2-content-title {
        font-size: 24px;
        line-height: 30px;
    } 
    .badmultibanner2-content-sub-title {
        font-size: 16px;
        line-height: 20px;
    }
}