/*
* 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
*/
.badhome-slider-inner img.owl-lazy {
    width: 100%;
}
.badhome-slider-items{
    position: relative;
}
.badhome-slider-items-content.left{
    text-align: left;
}
.badhome-slider-items-content.center{
    text-align: center;
    display: none;
}
.badhome-slider-items-content.right{
    text-align: right;
}
.badhome-slider-items-content.hide{
    display: none;
}
.badhome-slider-items-content {
    position: absolute;
    bottom: 0;
    width: 45%;
    top: 55%;
    right: auto;
    left: 8%;
    margin: auto;
    transform: translateY(-50%);
}
.badhome-slider-items-sub-title h5 {
    font-size: 26px;
    line-height: 34px;
    color: #CCCCCC;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}
.badhome-slider-items-content .badhome-slider-items-title {
    font-size: 50px;
    line-height: 60px;
    color: var(--theme-text-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 20px;
    font-family: var(--badtheme-font-name-2);
}
.badhome-slider-items-description p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #CCCCCC;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
}
.badhome-slider-items-description p.main-des{
    margin-bottom: 0;
}
.list-wrapper {
    margin-top: 15px;
}
.list-wrapper .list-content {
    color: var(--theme-text-color);
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    padding-left: 32px;
} 
.list-wrapper .list-content::before {
    position: absolute;
    content: '';
    background-image: url(../img/shine.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.badhome-slider-items-btn a {
    background-color: var(--theme-custom-color);
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 6px;
    color: #000;
    font-weight: 700;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    gap: 5px;
    width: fit-content;
    -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;
    z-index: 1;
}
.badhome-slider-items-btn a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #333;
    border: none;
    transition: all .35s;
    z-index: -1;
}
.badhome-slider-items-btn a:hover,
.badhome-slider-items-btn a:focus{
    color: #fff;
}
.badhome-slider-items-btn a:hover::after {
    width: 100%;
}
.badhome-slider-items video {
    width: 100%;
}
.badhome-slider-block .mobile-slider-image{
    display: none !important;
}
@media(max-width: 1440px){
    .badhome-slider-items-content {
        width: 50%;
        left: 2%;
        top: 52%;
    }
    .badhome-slider-items-sub-title h5 {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 10px;
    }
    .badhome-slider-items-content .badhome-slider-items-title {
        font-size: 44px;
        line-height: 54px;
        padding-bottom: 15px;
    }
    .badhome-slider-items-description p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
        -webkit-line-clamp: 3;
    }
    .badhome-slider-items-btn a {
        padding: 10px 22px;
        font-size: 15px;
        border-radius: 4px;
    }
}
@media(max-width: 1200px){
    .badhome-slider-items-content {
        width: 55%;
        top: 49%;
    }
    .badhome-slider-items-sub-title h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .badhome-slider-items-content .badhome-slider-items-title {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 10px;
    }
}
@media(max-width: 1024px){
    .badhome-slider-items-content {
        top: 46%;
    }
}
@media(max-width: 991px){
    .badhome-slider-items-content {
        top: 45%;
    }
    .badhome-slider-items-sub-title h5 {
        font-size: 15px;
        line-height: 20px;
    }
    .badhome-slider-items-btn a {
        padding: 9px 18px;
        font-size: 12px;
        border-radius: 4px;
    }
    .badhome-slider-items-content .badhome-slider-items-title {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: 3px;
    }
    .badhome-slider-items-description p {
        font-size: 14px;
        line-height: 23px;
        -webkit-line-clamp: 2;
    }
    .list-wrapper .list-content {
        font-size: 14px;
        line-height: 20px;
    }
    .list-wrapper .list-content::before {
        width: 20px;
        height: 20px;
    }
}
@media(max-width: 767px){
   .badhome-slider-items-content .badhome-slider-items-title {
        font-size: 28px;
        line-height: 38px;
    }
    .badhome-slider-items-sub-title h5 {
        font-size: 13px;
        line-height: 16px;
    }
    .list-wrapper .list-content {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
        padding-left: 25px;
    }
    .badhome-slider-items-content {
        top: 43%;
        width: 70%;
    }
}
@media(max-width: 700px){
    .list-wrapper{
        display: none;
    }
    .badhome-slider-items-content {
        width: 80%;
    }
}
@media(max-width: 575px){
    .badhome-slider-items-sub-title h5 {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 8px;
    }
    .badhome-slider-items-content .badhome-slider-items-title {
        font-size: 24px;
        line-height: 30px;
    }
    .badhome-slider-items-description p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .badhome-slider-block .desktop-slider-image{
        display: none !important;
    }
    .badhome-slider-block .mobile-slider-image{
        display: block !important;
    }
    .badhome-slider-items-content {
        top: auto;
        bottom: 0;
    }
}
@media(max-width: 480px){
    .badhome-slider-items-content .badhome-slider-items-title {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 8px;
    }
    .badhome-slider-items-content {
        left: 5%;
        bottom: -8%;
    }
    .badhome-slider-items-btn a {
        padding: 8px 13px;
        font-size: 11px;
        border-radius: 4px;
    }
}
@media(max-width: 350px){
    .badhome-slider-items-sub-title h5 {
        font-size: 12px;
        line-height: 10px;
        padding-bottom: 8px;
    }
    .badhome-slider-items-description p.main-des {
        display: -webkit-box;
        margin-bottom: 15px;
    }
    .badhome-slider-items-description p{
        display: none;
    }
}