/**
* 2007-2022 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-2022 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{
    padding: 80px 0;
}
.badmultibanner-wrapper .badmultibanner-inner {
    padding: 0 15px;
}
.badmultibanner-inner.badmultibanner-3{
    margin-top: 39px;
}
.badmultibanner-inner .badbanner-hover a{
    display: block;
    position: relative;
}
.badmultibanner-inner .badbanner-hover a:after{
    position: absolute;
    content: "";
    width: 50px;
    -webkit-transform: skewX(-50deg);
    -moz-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    transform: skewX(-50deg);
    bottom: 0%;
    left: -110%;
    height: 100%;
    background-color: rgba(255,255,255,.2);
}
.badmultibanner-inner .badbanner-hover:hover a:after {
    left: 300%;
    -webkit-transition: all 1.5s ease 0.1s;
    -o-transition: all 1.5s ease 0.1s;
    transition: all 1.5s ease 0.1s;
}
.badmultibanner-inner .badbanner-hover a img{
    width: 100%;
    border-radius: 6px;
}
.badmultibanner-right, .badmultibanner-left {
    padding: 0;
}
.badmultibanner-inner.badmultibanner-4 {
    padding-top: 10px;
}
.badmultibanner-content-box {
    position: absolute;
    top: auto;
    bottom: 13%;
    margin: auto;
    padding: 0 15px;
    width: 70%;
    left: 6%;
}
.badmultibanner-inner.badmultibanner-1 .badmultibanner-content-box{
    bottom: 7%;
}
.badmultibanner-content-title {
    font-weight: 600;
    font-size: 35px;
    display: inline-block;
    padding-bottom: 20px;
    color: #FFFFFF;
}
.badmultibanner-content-sub-title {
    font-size: 16px;
    color: #cccccc;
    font-weight: 400;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.badmultibanner-inner .badbanner-hover a{
    border-radius: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}
@media(max-width: 1600px){
    .badmultibanner-inner.badmultibanner-3 {
        margin-top: 30px;
    }
}
@media(max-width: 1440px){
    .badmultibanner-content-title{
        font-size: 30px;
        padding-bottom: 15px;
    }
    .badmultibanner-content-sub-title{
        font-size: 15px;
        line-height: 23px;
    }
    .badmultibanner-inner.badmultibanner-1 .badmultibanner-content-box {
        bottom: 6%;
    }
}
@media(max-width: 1200px){
    .badall-multibanner{
        padding: 50px 0;
    }
    .badmultibanner-content-title {
        font-size: 27px;
        padding-bottom: 12px;
    }
    .badmultibanner-inner.badmultibanner-3 {
        margin-top: 25px;
    }
}
@media(max-width: 991px){
    .badall-multibanner{
        padding: 30px 0;
    }   
    .badmultibanner-content-title {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .badmultibanner-content-sub-title {
        font-size: 14px;
        line-height: 21px;
    }
}
@media(max-width: 767px){
    .badmultibanner-inner.badmultibanner-2,.badmultibanner-inner.badmultibanner-3 {
        margin-top: 30px;
    }
    .badmultibanner-content-box{
        width: 80%;
    }
}
@media(max-width: 480px){
    .badmultibanner-content-title {
        font-size: 22px;
        padding-bottom: 6px;
    }
    .badmultibanner-content-sub-title {
        font-size: 12px;
        line-height: 18px;
    }
    .badmultibanner-content-title {
        font-size: 18px;
        padding-bottom: 6px;
    }
}