.sppb-carousel-extended-outer-stage {
    height: auto !important;
}

.sppb-carousel-extended-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sppb-carousel-extended-item {
    aspect-ratio: 16 / 9 !important;
}

.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap,
.sppb-image-carousel-layout1 .sppb-carousel-extended-item img,
.sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay { border-radius: 0 !important; }

div.sppb-carousel-extended-dots { bottom: 20px; }

.home-slideshow-001 .sp-slider-content-align-left{
    width:70%;
}

.home-slideshow-001 .sppb-sp-slider-title{
    font-family:'Nunito' !important;
    font-weight:800;
    text-transform:capitalize;
    font-size: 48px !important;
    margin-top:0 !important;
    margin-bottom:30px !important;
    color:#fdcb4a !important;
}
.home-slideshow-001 .sppb-sp-slider-text p{
    font-weight:500;
    font-size:18px;
    margin-bottom:30px;
    color:#fff;
}

.home-slideshow-001 .sppb-sp-slider-button span{
    border-radius:20px !important;
    background:#aa212b;
    font-weight:500;
    font-size:14px !important;
}





/* Home Intro */
.feature-box-002 img {
    height: 60px;
    width: auto;
}

#sp-page-builder .sppb-section-title {
    margin-bottom: 30px !important;
}

.swiper-slide.hikashop_carousel_item.hikashop_subcontainer {
    min-height:0px !important;
}

.feature-box-002 .sppb-feature-box-title {
    font-weight: 800 !important;
}

.feature-box-002 .sppb-addon-text {
    font-size: 16px !important;
}

.home-3s-001 .sppb-title-heading {
    font-weight: 800 !important;
}

.background-home .sppb-addon-title {
    font-weight: 800;
    letter-spacing: 0px !important;
    margin-bottom: 30px !important;
}

.background-home .sppb-section {
    border-radius: 30px !important;
}

.home-cta-001 h4.sppb-addon-title a {
    font-weight: 800;
}



/* Responsive */
@media (max-width: 991px){
    .sppb-carousel-extended-item { 
        aspect-ratio: 1 / 1 !important; 
    }
    .home-slideshow-001 .sp-slider-content-align-left {
        width: 100%;
        text-align: center;
    }
    .home-slideshow-001 .sp-background{
        background-position:90% 50% !important;
        position:relative;
    }
    .home-slideshow-001 .sp-background:before{
        content:'';
        background:rgb(0 0 0 / 70%);
        position:absolute;
        height:100%;
        width:100%;
        top:0;
        left:0;
    }
    .home-slideshow-001 .sppb-sp-slider-title{
        text-align:center;
        color:#fdcb4a !important;
        font-size: 24px !important;
        margin-left: auto !important;
    }
    .home-slideshow-001 .sppb-sp-slider-text p{
        text-align:center;
        color:#fff;
    }
    .home-slideshow-001 .sppb-sp-slider-button{
        margin:auto;
    }
}


@media (max-width: 525px){
    .home-slideshow-001 .sppb-sp-slider-title br{
        display:none;        
    }
}