/**
* 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-multibanner {
    margin-bottom: 80px;
}
.badmultibanner-inner .badbanner-hover a{
    display: block;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}
.multibaner-black-wapper {
    position: absolute;
    right: 0;
    top: 30%;
    left: 0;
    margin: auto;
    width: 78%;
}
.badmultibanner-content-box {
    text-align: center;
}
.badmultibanner-content-sub-title {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
}
.badmultibanner-content-sub-title::after {
    position: absolute;
    content: '';
    background-color: var(--theme-custom-color);
    width: 40px;
    height: 2px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.badmultibanner-content-title {
    font-size: 16px;
    line-height: 28px;
    color: #ddd;
    font-weight: 400;
    cursor: pointer;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}
.badmultibanner-subcribation {
    color: #fff;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badmulti-banner-button a {
    padding: 15px 35px;
    background-color: var(--theme-custom-color);
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.badmulti-banner-button a:hover{
    background-color: #000;
    color: #fff;
}
.badbanner-hover {
    position: relative;
}
.badmultibanner-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.badmultibanner-wrapper > div {
    position: relative;
}
.badbanner-hover a img{
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.badbanner-hover a img:hover{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.badmultibanner {
    position: relative;
}
@media(max-width:1200px){
    .badall-multibanner {
        margin-bottom: 50px;
    }
    .badmultibanner-subcribation {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
        width: 90%;
        margin: 0 auto 20px;
    }
    .badmultibanner-content-sub-title {
        font-size: 32px;
        line-height: 40px;
    }
    .badmulti-banner-button a {
        padding: 9px 22px;
        font-size: 15px;
    }
    .badmultibanner-content-title {
        margin-bottom: 22px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
    .multibaner-black-wapper {
        top: 23%;
    }
}
@media(max-width: 991px){
    .badall-multibanner {
        margin-bottom: 30px;
    }
    .badmulti-banner-button a {
        padding: 8px 20px;
        font-size: 12px;
    }
    .badmultibanner-content-title {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .badmultibanner-content-sub-title {
        font-size: 27px;
        line-height: 36px;
        padding-bottom: 10px;
    }
    .badmultibanner-content-title {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 16px;
    }
    .multibaner-black-wapper {
        top: 27%;
    }
}
@media(max-width: 767px){
    .badmultibanner-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .badmultibanner-inner.badmultibanner-2 {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }
    .badmultibanner-inner.badmultibanner-1 {
        width: 50%;
        order: 2;
    }
    .badmultibanner-inner.badmultibanner-3 {
        width: 50%;
        order: 3;
    }
    .badmultibanner-content-sub-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 8px;
    }
    .multibaner-black-wapper {
       display: none;
    }
}
@media(max-width:575px){
    .badmultibanner-inner {
        margin-bottom: 0;
    }
    .badmultibanner-content-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 13px;
    }
    .badmultibanner-inner.badmultibanner-1 {
        width: 100%;
        order: 2;
        margin-bottom: 20px;
    }
    .badmultibanner-inner.badmultibanner-3 {
        width: 100%;
        order: 3;
    }
}