/**
* 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
*/
.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-inner{
    position: relative;
}
.badmultibanner{
    padding: 0;
}
.badmultibanner-wrapper-inner .img-responsive{
    padding: 0%;
}
.badmultibanner-inner-block.row-2 {
    padding: 0;
}
.badmultibanner-inner .badmultibanner-content-box{
    position: absolute;
    top: 30%;
    bottom: auto;
    right: 0;
    text-align: center;
    left: 0;
    margin: auto;
    opacity: 0;
    width: 90%;
    -webkit-transform: translate(0, -30%);
    -o-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    -moz-transform: translate(0, -30%);
    transform: translate(0, -30%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.badmultibanner-inner:hover .badmultibanner-content-box{
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.badmultibanner-inner .badbanner-hover a::after {
    background: rgba(0,0,0,0.6);
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    height: 20%;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.badmultibanner-inner:hover  .badbanner-hover a::after {
    opacity: 1;
    top: 0;
    height: 100%;
}
.badmultibanner-item-title{
    font-size: 30px;
    color: #ddd;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.badmultibanner-item-title i{
    color: #ddd;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.badmultibanner-item-title i:hover{
    color: #fff;
}
.badmultibanner-inner:hover .badmultibanner-item-title{
    opacity: 1;
    display: block;
}
.badmultibanner-4, .badmultibanner-1 {
    margin-bottom: 30px;
}
.badmultibanner-content-title{
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
    padding-bottom: 10px;
    font-family: 'Rakkas', cursive;
}
.badmultibanner-inner.badmultibanner-4 .badmultibanner-content-title,
.badmultibanner-inner.badmultibanner-3 .badmultibanner-content-title {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 0;
}
.badmultibanner-content-sub-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}
.badmultibanner-btn {
    font-size: 16px;
    color: #fff;
    background-color: var(--theme-custom-color);
    display: inline-block;
    padding: 14px 22px;
    line-height: 16px;
    margin-top: 20px;
    border-radius: 25px;
    border: 1px solid var(--theme-custom-color);
}
.badmultibanner-inner.badmultibanner-4 .badmultibanner-btn,
.badmultibanner-inner.badmultibanner-3 .badmultibanner-btn{
    font-size: 15px;
    padding: 12px 16px;
}
.badmultibanner-btn:hover{
    background-color: #fff;
    color: var(--theme-custom-color);
}
.badbanner-hover {
    position: relative;
}
.row1 {
    padding-top: 30px;
    display: inline-block;
}
.badmultibanner-wrapper {
    position: relative;
}
.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;
}
@media(max-width: 1199px){
    .badall-multibanner {
        margin-bottom: 45px;
    }
    .badmultibanner-content-title {
        font-size: 40px;
    }
    .badmultibanner-content-sub-title {
        font-size: 15px;
    }
}
@media(max-width: 991px){
    .badall-multibanner {
        margin-bottom: 30px;
    }
    .badmultibanner-content-title {
        font-size: 30px;
    }
    .badmultibanner-content-sub-title {
        font-size: 14px;
    }
    .badmultibanner-inner.badmultibanner-4 .badmultibanner-content-title,
    .badmultibanner-inner.badmultibanner-3 .badmultibanner-content-title {
        font-size: 22px;
        line-height: 22px;
    }
}
@media(max-width: 875px){
    .badmultibanner-content-title {
        font-size: 28px;
        line-height: 28px;
    }
}
@media(max-width: 767px){
    .badmultibanner-4, .badmultibanner-1{
        margin-bottom: 15px;
    }
    .badmultibanner-inner{
        padding: 0 15px;
    }
    .badmultibanner-inner-block {
        padding: 0 3px;
    }
    .badmultibanner-content-title {
        font-size: 30px;
        line-height: 20px;
    }
    .badmultibanner-inner.badmultibanner-4 .badmultibanner-content-title,
    .badmultibanner-inner.badmultibanner-3 .badmultibanner-content-title {
        font-size: 22px;
        line-height: 20px;
    }
    .badmultibanner-content-sub-title {
        font-size: 13px;
    }
}
@media(max-width: 575px){
    .badmultibanner-4, .badmultibanner-1,
    .badmultibanner-3,.badmultibanner-2{
        margin-bottom: 15px;
    }
    .badmultibanner-content-box {
        bottom: 50px;
    }
    .badmultibanner-inner-block{
        padding: 0;
    }
}
@media(max-width: 425px){
    .badmultibanner-content-title {
        font-size: 22px;
        line-height: 22px;
    }
    .badmultibanner-content-sub-title {
        font-size: 14px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }
    .badmultibanner-btn {
        font-size: 14px;
        padding: 10px 15px;
        margin-top: 10px;
    }
    .badmultibanner-content-box {
        bottom: 30px;
    }
    .badall-multibanner {
        margin-bottom: 30px;
    }
}