/**
* 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: 100px;
}
.badmultibanner-inner .badbanner-hover a{
    display: block;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}
.badmultibanner-inner{
    overflow: hidden;
}
.badmultibanner-content-box {
    text-align: center;
    position: absolute;
    top: auto;
    bottom: -56px;
    background-color: #fff;
    right: auto;
    left: 0;
    width: 75%;
    padding: 70px 14px 100px;
    border-radius: 30px 0 0 0;
    transform: rotate(25deg);
}
.badmultibanner-content-box::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 118px;
    background-color: rgba(255,255,255,0.25);
    right: auto;
    left: 15px;
    z-index: -1;
    width: 100%;
    padding: 70px 14px 100px;
    border-radius: 30px 0 0 0;
} 
.badmultibanner-content-box-inner {
    transform: rotate(-26deg);
}
.badmultibanner-content-title {
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    font-family: var(--badtheme-font-name-2);
    color: #121719;
    font-weight: 600;
    cursor: pointer;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}
.badmultibanner-content-sub-title {
    font-size: 16px;
    color: #787878;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.badmulti-banner-button a {
    padding: 8px 25px;
    background-color: var(--theme-custom-color);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.badmulti-banner-button a:hover{
    background-color: #333;
    color: #fff;
}
.badbanner-hover {
    position: relative;
}
.badmultibanner-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.badbanner-hover a img{
    width: 100%;
    -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 {
    position: relative;
}
@media(max-width: 1400px){
    .badmulti-banner-button a {
        padding: 7px 22px;
    }
}
@media(max-width:1200px){
    .badall-multibanner {
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badmultibanner-content-title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 12px;
    }
    .badmulti-banner-button a {
        padding: 6px 18px;
        font-size: 12px;
    }
    .badall-multibanner {
        margin-bottom: 30px;
    }
    .badmultibanner-content-box {
        padding: 50px 14px 100px;
    }
    .badmultibanner-content-box::after {
        bottom: 92px;
    }
}
@media(max-width: 700px){
    .badmultibanner-inner.badmultibanner-2 {
        margin-bottom: 15px;
    }
}
@media(max-width: 767px){
    .badmultibanner-inner{
        margin-bottom: 15px;
    } 
}
@media(max-width:575px){
    .badmultibanner-inner.badmultibanner-2 {
        margin: 25px 0;
    }
    .badmultibanner-inner {
        margin-bottom: 0;
    } 
    .badmultibanner-content-box {
        padding: 50px 14px 110px;
        bottom: -78px;
    }
    .badmultibanner-content-box::after {
        bottom: 98px;
    }
}
