/**
* 2007-2024 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-2024 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-multibanner2{
    margin-bottom: 100px;
}
.badbanner-hover img{
    width: 100%;
    cursor: pointer;
    -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;
}
.badmultibanner2-wrapper {
    display: flex;
    margin: 0 -15px;
}
.badmultibanner2-postion2 {
    padding: 0;
}
.badmultibanner2-content-title {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    font-family: var(--badtheme-font-name-2);
    padding-bottom: 10px;
}
.badmultibanner2-postion2 .badmultibanner2-content-title {
    padding-top: 45px;
}
.badmultibanner2-content-btn {
    text-transform: uppercase;
    color: var(--theme-custom-color);
    border-bottom: 2px solid var(--theme-custom-color);
    display: inline-block;
    margin-bottom: 35px;
    padding-bottom: 2px;
}
.badmultibanner2-content-sub-title {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 30px;
}
.badmultibanner2-postion2 .badmultibanner2-content-sub-title{
    padding: 0;
}
.badbanner-hover {
    overflow: hidden;
}
.badmultibanner2-inner a {
    display: block;
    -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;
}
.badmultibanner2-inner a:hover {
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -o-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -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;
}
@media(max-width: 1200px){
    .badall-multibanner2{
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .badall-multibanner2{
        margin-bottom: 30px;
    }
    .badmultibanner2-content-title {
        font-size: 26px;
    }
    .badmultibanner2-content-sub-title {
        font-size: 13px;
        padding-bottom: 25px;
    }
    .badmultibanner2-content-btn {
        margin-bottom: 30px;
        font-size: 13px;
    }
    .badmultibanner2-postion2 .badmultibanner2-content-title {
        padding-top: 25px;
    }
}
@media(max-width: 767px){
    .badmultibanner2-content-title {
        font-size: 20px;
        line-height: 26px;
    }
    .badmultibanner2-content-sub-title {
        font-size: 12px;
        padding-bottom: 15px;
        line-height: 16px;
    }
    .badmultibanner2-content-btn {
        margin-bottom: 20px;
        font-size: 12px;
    }
}
@media(max-width: 575px){
    .badmultibanne2-postion4, .badmultibanne2-postion5 {
        width: 50%;
    }
    .badmultibanner2-wrapper {
        flex-wrap: wrap;
    }
    .badmultibanner2-postion2 {
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
    }
}
@media(max-width: 400px){
    .badmultibanne2-postion4, .badmultibanne2-postion5 {
        width: 100%;
    }
    .badmultibanner2-inner.badmultibanner2-3 {
        padding-top: 15px;
    }
}