/**
* 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 {
    margin: 0 15px 80px;
    padding: 0 30px;
}
.badmultibanner-inner .badbanner-hover a{
    display: block;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}
.badmultibanner-content-box {
    position: absolute;
    left: 0;
    right:0;
    bottom: 6%;
    margin: auto;
    width: 65%;
    text-align: left;
    z-index: 39;
    padding: 20px 40px 0;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
}
.badbanner-hover {
    position: relative;
}
.row1 {
    padding-top: 30px;
    display: inline-block;
}
.badmultibanner-wrapper {
    position: relative;
    background-color: #fff;
    z-index: 2;
    padding: 15px 0;
    box-shadow: 0px 0px 16.38px 1.62px rgba(0, 0, 0, 0.17);
    margin-top: -5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: 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-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-content-title {
    font-size: 25px;
    line-height: 38px;
    color: #010000;
    font-weight: 700;
    padding-bottom: 15px;
}
.badmultibanner-4 .badmultibanner-content-title {
    color: #000;
}
.badmultibanner-content-subtitle {
    font-size: 40px;
    line-height: 60px;
    color: #252525;
    font-weight: 500;
}
.badmultibanner-content-desc  {
    font-size: 18px;
    line-height: 60px;
    color: #555555;
    font-weight: 500;
    padding-bottom: 20px;
}
.badmultibanner-content-link a{
    font-size: 16px;
    display: inline-block;
    padding: 8px 15px;
    line-height: 20px;
    color: #ffffff;
    background-color: var(--theme-custom-color);
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
    margin-bottom: -5%;
}
.badmultibanner-content-link a:hover {
    background-color: #000;
    color: #fff;
    font-weight: 600;
}
.badmultibanner-content-link a:hover:before {
    bottom: 5px;
    right: 5px;
}
@media(max-width: 1400px){
    .badmultibanner-content-box {
        padding: 20px 30px 0;
    }
    .badmultibanner-content-title {
        font-size: 20px;
        line-height: 38px;
    }
    .badall-multibanner{
        padding: 0;
    }
}
@media (max-width:1200px) {
    .badall-multibanner {
        margin-bottom: 50px;
    }
    .badmultibanner-content-box {
        padding: 17px 15px 0;
    }
    .badmultibanner-content-title {
        font-size: 18px;
        line-height: 25px;
    }
    .badmultibanner-content-link a{
        padding: 5px 10px;
        line-height: 20px;
        font-size: 14px;
    }
}
@media(max-width: 991px){
    .badall-multibanner {
        margin-bottom: 30px;
    }
    .badmultibanner-content-desc {
        line-height: 40px;
        font-size: 16px;
    }
    .badmultibanner-content-subtitle {
        font-size: 30px;
        line-height: 40px;
    }
    .badmultibanner-content-title {
        font-size: 19px;
        line-height: 22px;
    }
    .badmultibanner-content-box {
        padding: 23px 20px 0;
    }
    .badmultibanner-content-link a{
        padding: 8px 13px;
        line-height: 20px;
        font-size: 16px;
    }
    .badmultibanner-inner.badmultibanner-3{
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .badmultibanner-inner {
        margin-bottom: 15px;
    }
    .badmultibanner-wrapper {
        padding-bottom: 0;
    }
    .badmultibanner-content-link a{
        padding: 5px 13px;
        font-size: 14px;
    }
    .badmultibanner-content-box{
        padding:15px 18px 0;
    }
    .badmultibanner-inner.badmultibanner-3{
        margin-top: 0;
    }
}
@media(max-width: 575px){
    .badmultibanner-inner {
        margin-bottom: 15px;
    }
    .row1 {
        padding-top: 0;
    }
    .badmultibanner-content-title {
        font-size: 22px;
        line-height: 30px;
    }
    .badmultibanner-content-link a {
        font-size: 14px;
        line-height: 20px;
    }
    
    .badmultibanner-inner.badmultibanner-3{
        margin-top: 0;
    }
}
@media (max-width: 425px) {
    .badmultibanner-content-title {
        font-size: 18px;
        line-height: 24px;
    }
    .badmultibanner-content-subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    .badmultibanner-content-desc {
        font-size: 12px;
        line-height: 20px;
    }
    .badmultibanner-content-link a {
        font-size: 12px;
        padding: 6px 19px;  
    }
    .badmultibanner-content-box {
        padding: 15px 25px 0;
    }
}
@media(max-width:380px){
    .badmultibanner-content-title {
        font-size: 17px;
        line-height: 15px;
    }
    .badmultibanner-content-box {
        padding: 15px 20px 0;
    }
}