.home-hero--container {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}
.home-hero--container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
    width: 100%;
    height: 100px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(102,102,102,0) 100%);
}
.home-hero--carousel .swiper-slide {
    min-height: 600px;
    height: 40vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.home-hero--carousel .swiper-slide img {
    position: absolute;
    top: 0; 
    bottom:0;
    left:0;
    right:0;
    width: 100%;
    height: 100%; 
    object-fit: cover;
    object-position: center;
}
.home-hero--carousel-content-wrapper {
    position: relative;
    color: var(--e-global-color-primary);
    max-width: 40%;
    height: 100%;
    z-index: 1;
    padding: 57px 150px 100px 0px;
}
.home-hero--carousel-content-inner {
    position: absolute;
    top: 0%;
    left: -10%;
    z-index: 1;
    height: 100%;
    aspect-ratio: 1;
    transform: rotate(19deg);
    background-color: var(--white-transparent);
}



@media (min-width:1201px) and (max-width:1400px){

    .home-hero--carousel-content-wrapper {
        max-width: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .home-hero--carousel-content-wrapper {
        padding-right: 50px;
    }


}
@media screen and (max-width: 800px) {
    .home-hero--carousel-content-wrapper {
        max-width: 100%;
        padding: 50px  0;
    }
    
}
.home-hero--carousel-content-wrapper h1, .home-hero--carousel-content-wrapper h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.home-hero--carousel-content-wrapper h2 {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: none;
    font-size: 28px;
    line-height: 38px;
}


/* pagination */
.home-hero--carousel .home-hero--carousel-pagination {
    bottom: 50px;
}

.home-hero--carousel-pagination .swiper-pagination-bullet{
    border-radius: 0;
    background-color: transparent;
    border: 1px solid var(--e-global-color-secondary);
    opacity: 1;
    width: 22px;
    height: 22px;
}
.home-hero--carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--e-global-color-secondary);
}

@media screen and (max-width:1679px){
    .home-hero--carousel-content-wrapper {
        padding: 57px 100px 100px 0px;
    }
    .home-hero--carousel-content-wrapper h2 {
        font-size: 24px;
        /* line-height: 30px; */
    }
}

@media screen and (max-width: 1400px) {

    .home-hero--carousel-content-wrapper h1{
        margin-bottom: 15px;
        font-size: 45px;
        line-height: 50px;
    }

    .home-hero--carousel-content-wrapper h2 {
        font-size: 20px!important;
        line-height: 35px!important;
    }

    .home-hero--carousel-content-inner {
    }
    .home-hero--carousel .swiper-slide{
        min-height: 570px;
    }
    .home-hero--carousel-content-wrapper {
        padding: 80px 200px 100px 0px;
    }


}
@media screen and (max-width: 1199px){
    .home-hero--carousel-content-wrapper h1{
        margin-bottom: 15px;
        font-size: 40px;
        line-height: 50px;
    }
    .home-hero--carousel-content-inner {
        transform: rotate(10deg)!important;
    }
    .home-hero--carousel-content-wrapper{
        max-width: 50%;
    }
    .home-hero--carousel-content-wrapper {
        padding: 80px 120px 100px 0px;
    }
    .home-hero--carousel .swiper-slide{
        min-height: 520px;
    }
}
@media screen and (max-width: 1024px){ 
    .home-hero--carousel-content-wrapper {
        padding: 80px 50px 80px 0px;
    }
    .home-hero--carousel-content-inner {
    }
}
@media screen and (max-width: 991px){ 
    .home-hero--carousel-content-wrapper {
        padding: 80px 0px 80px 0px;
    }
    .home-hero--carousel-content-inner {
        left: -12%;
    }
    .home-hero--carousel-content-wrapper h1{
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 40px;
    }
    .home-hero--carousel-content-wrapper h2 {
        font-size: 18px!important;
        line-height: 30px!important;
        margin-bottom: 15px!important;
    }
    .container-fluid.home-hero.g-0 {--bs-gutter-x: 0rem;}
}

@media screen and (max-width: 767px) {
    .home-hero--carousel-content-wrapper{
        max-width: 70%;
        padding: 70px 50px 60px 0px;
    }
    .home-hero--carousel-content-wrapper h1{
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 40px;
    }
    .home-hero {
        padding: 0;
    }
    .home-hero--carousel-content-inner {
        left: -10%;
        transform: rotate(14deg)!important;
        top: 2%;
    }
    .home-hero--carousel-content-wrapper h2 {
        font-size: 18px!important;
        line-height: 30px!important;
        margin-bottom: 15px!important;
    }
    .home-hero--carousel-content-inner {
       /* width: 200%;
        height: 200%;
        top: -50%;
        left: -20%;
        transform: rotate(0deg)!important;
        */
    }
    .home-hero--carousel .swiper-slide{
        min-height: 450px;
        height: auto!important;
    }
    
}
@media screen and (max-width: 575px) { 
    .home-hero--carousel-content-wrapper{
        max-width: 100%;
        padding: 70px 20px 60px 0px;
    }
    .home-hero--carousel-content-inner {
        left: -10%;
        transform: rotate(14deg)!important;
        top: 2%;
    }
}

@media screen and (max-width: 420px) { 
    .home-hero--carousel-content-inner {
        left: -14%;
        transform: rotate(14deg)!important;
        top: 4%;
        height: 90%;
    }
    .home-hero--carousel-content-wrapper{
        max-width: 100%;
        padding: 70px 20px 60px 0px;
    }
}