/**
* 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
*/
.badmultibanner-inner .badbanner-hover a{
    display: block;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}
.badall-multibanner{
    margin-bottom: 100px;
}
.badmultibanner-homecap{
    padding: 0;
}
.badmultibanner-content-sub-title {
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    color: var(--theme-custom-color);
    padding-bottom: 10px;
}
.badmultibanner-content-title {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
}
.badmultibanner-content-link a {
    color: var(--theme-custom-color);
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
.badbanner-hover {
    position: relative;
}
.badmultibanner-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.multibaner-black-wapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 10%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.badmultibanner-inner .badbanner-hover a::before {
    bottom: 0;
    right:30%;
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, .4);
}
.badmultibanner-inner .badbanner-hover a:after {
    bottom: 0;
    left:30%;
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, .4);
}
.badmultibanner-inner .badbanner-hover:hover a:after  {
    opacity: 1;
    left: 50%;
    -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
}
.badmultibanner-inner .badbanner-hover:hover a::before {
    opacity: 1;
    right: 50%;
    -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
}
.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: 1600px){
    .badmultibanner-content-title {
        font-size: 28px;
        line-height: 30px;
    }
    .badmultibanner-content-sub-title {
        font-size: 18px;
        line-height: 28px;
    }
    .badmultibanner-content-link a {
        font-size: 28px;
        line-height: 32px;
    }
}
@media(max-width: 1299px){
    .badmultibanner-content-sub-title {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 5px;
    }
    .badmultibanner-content-title {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 8px;
    }
    .badmultibanner-content-link a {
        font-size: 25px;
        line-height: 28px;
    }
}
@media(max-width: 1200px){
    .badall-multibanner{
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badmultibanner-content-title {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 5px;
    }
    .badall-multibanner{
        margin-bottom: 30px;
    }
    .badmultibanner-content-sub-title {
        font-size: 14px;
        line-height: 24px;
    }
    .multibaner-black-wapper {
        left: 10%;
    }
    .badmultibanner-content-link a {
        font-size: 20px;
        line-height: 25px;
    }
}
@media(max-width: 767px){
    .badbanner-hover a img {
        padding-bottom: 15px;
    }
}