.section-hero {
    position: relative;
}

.hero-swiper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
    background: linear-gradient(
        to top,
        rgba(19, 9, 17, 1) 0%,
        rgba(19, 9, 17, 0) 100%
    );
    z-index: 1;
}




.hero-swiper-item {
    position: relative;
    overflow: hidden;
}


.hero-style1 .hero-swiper-item::after {
    content: url(../../img/slide-shape.svg);
    position: absolute;
    left: -42%;
    top: 0;
    animation-delay: 3s;
    transform-origin: center;
}


.hero-style1 .hero-swiper-item::before {
    content: url(../../img/slide-shape3.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-style2 .hero-swiper-item::after{
    background-image: url(../../img/hero2-shape.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    content: '';
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}


.hero-style2 .hero-swiper-item::before{
    background-image: url(../../img/hero-cover.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-style2 .hero-item-content{
    padding-left: 108px;
}

.hero-style2::before {
    content: url(../../img/hero2-shape2.svg);
    position: absolute;
    top: -46%;
    left: -50%;
    z-index: 2;
}

.hero-item-content {
    position: relative;
}

.hero-style1 .hero-item-content::after {
    content: url(../../img/slide-shape2.svg);
    position: absolute;
    bottom: -43%;
    left: 96px;
    z-index: -1;
    animation: shapePulse 10s ease-in-out infinite;
}

@keyframes shapePulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.hero-swiper-item img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}

.hero-swiper-item .container {
    position: absolute;
    right: 0;
    top: 30%;
    z-index: 2;
    left: 0;
}

.hero-item-content {

    max-width: 512px;
}

.hero-item-title {
    font-weight: 400;
    font-size: 36px;
    line-height: normal;
    color: rgba(248, 250, 252, 1);
    margin-bottom: 32px;
    text-transform: uppercase;
}

.hero-item-des {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: rgba(248, 250, 252, 1);
    margin-bottom: 48px;
}

.hero-item-content .swiper-pagination {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 99px;
    margin-bottom: 24px;
}

.hero-item-content .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: 0.3s;
}

.hero-item-content .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 90px;
}

.hero-item-content .hero-item-title,
.hero-item-content .hero-item-des,
.hero-item-content .websima-button-more {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.hero-item-content.animate-in>.hero-item-title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.hero-item-content.animate-in>.hero-item-des {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
}

.hero-item-content.animate-in>.websima-button-more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

@media (max-width: 991px) {
    .hero-swiper-item .container {
        padding: 0;
    }

    .hero-item-title {
        font-weight: 500;
        font-size: 20px;
        line-height: normal;
        text-align: center;
        color: rgba(248, 250, 252, 1);
        max-width: 71%;
        margin: 0 auto 14px;
    }

    .websima-button-more {
        margin: auto;
    }

    .hero-swiper-item .container {
        top: auto;
        bottom: 16%;
    }

    .hero-swiper-item::after {
        content: '';
        background-image: url(../../img/slide-shape-mobile.svg);
        left: 0;
        right: 0;
        bottom: -63px;
        height: 100%;
        top: auto;
    }

    .hero-item-content::after {
        content: url(../../img/slide-shape2mobile.svg);
        position: absolute;
        bottom: -38%;
        left: auto;
        z-index: -1;
        animation: shapePulse 10s ease-in-out infinite;
        right: 31px;
    }

    .hero-item-content .swiper-pagination {
        position: absolute;
        bottom: -44px;
        align-items: center;
        z-index: 4;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 3px;
    }

    .hero-swiper .swiper-pagination {
        position: absolute;
        display: flex;
        align-items: center;
        width: max-content;
        padding: 8px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 99px;
        margin-bottom: 24px;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
        bottom: 39px;
    }

    .websima-button-more span::before{
        width: 57px;
        height: 57px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero-swiper .swiper-pagination-bullet-active {
        width: 24px !important;
        background: rgba(255, 255, 255, 1) !important;
        border-radius: 90px !important;
    }

    .hero-swiper .swiper-pagination-bullet {
        display: block;
        width: 8px;
        height: 8px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transition: 0.3s;
    }

    .hero-swiper-item::before {
        display: none;
    }
    .hero-swiper::after{
        height: 110px;
    }
    .hero-swiper::after{
        bottom: -1px;
    }
    .hero-style2::before{
        display: none;
    }
    .hero-style2 .hero-swiper-item::after{
        background-image: url(../../img/hero2-shape-mobile.svg);
    }
    .hero-style2 .hero-item-content{
        padding: 0;
    }
    .hero-style2  .hero-item-content::after{
        display: none;
    }
}


@media (max-width: 1496px) {
    .hero-swiper-item::after {
        left: -42%;
    }

}

@media (min-width: 1496px) {
    .hero-swiper-item::after {
        left: -42%;
        top: 0;
    }
}

@media (min-width: 1700px) {
    .hero-swiper-item::after {
        left: -24%;
        top: 11%;
    }
}

@media (min-width: 2000px) {
    .hero-swiper-item::after {
        left: -11%;
        top: 16%;
    }
}