/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
.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-wrapper-inner .img-responsive{
    padding: 0%;
}
.badmultibanner-content-box {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 45px;
    text-align: left;
}
.badmultibanner-content-title {
    font-size: 30px;
    width: 75%;
    line-height: 39px;
    color: #000;
    font-weight: 700;
    border-radius: 3px;
    padding: 0px 0px 12px 0px;
    display: inline-block;
}
.badbanner-hover {
    position: relative;
}
.badbanner-hover:after{
    content: "";
    height: 100%;
    width: 100%;
    background-color: #b8b8b8;
    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: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;
}
.row1 {
    padding-top: 30px;
    display: inline-block;
}
.badmultibanner-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.badmultibanner-content-btn .badmultibanner-content-title-btn{
    font-size: 19px;
    font-weight: 700;
    line-height: 32px;
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
}
.badmultibanner-content-btn .badmultibanner-content-title-btn:hover{
    border: none;
}
.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-inner:hover .badbanner-hover a img{
     transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -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;
}
.badmultibanner.container{
    padding: 0px;
}
@media(max-width: 1440px) {
    .badall-multibanner{
        margin-bottom: 80px;
    }
}
@media(max-width:1200px) {
    .badall-multibanner{
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badall-multibanner {
        margin-bottom: 30px;
    }
    .badmultibanner-inner.badmultibanner-3{
        width: 50%;
        margin-top: 30px;
        padding: 0px 15px;
    }
    .badmultibanner-content-title {
        font-size: 35px;
        line-height: 48px;
    }
}
@media(max-width: 768px){
    .badmultibanner-inner.badmultibanner-3{
        width: 100%;
        padding-left: 15px;
    }
    .badmultibanner-content-title {
        font-size: 45px;
        line-height: 58px;
    }
}
@media(max-width: 700px){
    .badmultibanner-content-title {
        padding: 0px 0px 12px;
        font-size: 35px;
        line-height: 45px;
    }
}
@media(max-width: 575px){
    .badmultibanner-content-btn .badmultibanner-content-title-btn{
        font-size: 15px;
    }
}
@media(max-width: 425px){
    .badmultibanner-content-title {
        padding: 6px 0px;
        font-size: 25px;
        line-height: 32px;
    }
}