/** Slider   *************************************/

.swiperhero {
    margin-top: -77px;
}

.hero-wrapper{
    position: relative;
}

.pagination-swiperhero{
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.swiperhero .hero-item-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero-item {
    position: relative;
    height: 98vh;
}

.hero-content {
    position: relative;
    text-align: center;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 187px;
    width: 100%;
    max-width: 65%;
    margin: auto;
}

.content-list-main{
    position: absolute;
    top: 117px;
    right: 0;
    left: 0;
    z-index: 2;
}

.hero-item-title {
    color: #F15B2A;
    font-size: 28px;
}

.hero-item-subtitle {
    color: #FFFFFF;
    font-size: 2.5rem;
    margin-bottom: 48px;
    font-weight: normal;
    line-height: normal;
}

.hero-content-list {
    padding: 40px;
    background: #0000002e;
    width: max-content;
    position: relative;
}

.hero-content-list ul li img {
    width: 23px;
    height: 23px;
}


.hero-content-list .hero-list-title {
    font-size: 14px;
    color: #F15B2A;
    display: block;
    text-align: center;
    padding: 24px 16px;
    font-weight: bold;
}

.websima-dots::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="30" viewBox="0 0 29 30" fill="none"><circle cx="3.16569" cy="3.82253" r="3.04654" fill="%23E1E8EB"/><circle cx="24.4899" cy="3.82255" r="3.04654" fill="%23E1E8EB"/><circle cx="3.16569" cy="26.1638" r="3.04654" fill="%23E1E8EB"/><circle cx="25.5055" cy="26.1639" r="3.04654" fill="%23E1E8EB"/></svg>');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 25px;
    top: 26px;
}

.websima-dots::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="30" viewBox="0 0 29 30" fill="none"><circle cx="3.16569" cy="3.82253" r="3.04654" fill="%23E1E8EB"/><circle cx="24.4899" cy="3.82255" r="3.04654" fill="%23E1E8EB"/><circle cx="3.16569" cy="26.1638" r="3.04654" fill="%23E1E8EB"/><circle cx="25.5055" cy="26.1639" r="3.04654" fill="%23E1E8EB"/></svg>');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 25px;
    top: 26px;
}

.websima-dots2::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="30" viewBox="0 0 29 30" fill="none"><circle cx="3.16569" cy="3.82253" r="3.04654" fill="%23E1E8EB"/><circle cx="24.4899" cy="3.82255" r="3.04654" fill="%23E1E8EB"/><circle cx="3.16569" cy="26.1638" r="3.04654" fill="%23E1E8EB"/><circle cx="25.5055" cy="26.1639" r="3.04654" fill="%23E1E8EB"/></svg>');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 25px;
    bottom: 26px;
}

.websima-dots2::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="30" viewBox="0 0 29 30" fill="none"><circle cx="3.16569" cy="3.82253" r="3.04654" fill="%23E1E8EB"/><circle cx="24.4899" cy="3.82255" r="3.04654" fill="%23E1E8EB"/><circle cx="3.16569" cy="26.1638" r="3.04654" fill="%23E1E8EB"/><circle cx="25.5055" cy="26.1639" r="3.04654" fill="%23E1E8EB"/></svg>');
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 25px;
    bottom: 26px;
}

.hero-content-list .hero-list-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(225, 232, 235, 0.4);
    top: 116px;
    left: 0;
}

.hero-list {
    background: #ffffff2e;
    padding: 20px 20px 64px;
    min-width: 290px;
}

.hero-list ul {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-top: 24px;
}

.hero-list ul li span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #fff;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.hero-list ul li span:hover {
    color: #F15B2A;
}

.hero-list ul li span::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" fill="none"><path d="M7.65625 13L1.9994 7.34315L7.65625 1.68629" stroke="white" stroke-width="2"/></svg>');
    position: absolute;
    left: 0;
}

.hero-list ul::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: rgba(225, 232, 235, 0.4);
    left: 40px;
    top: 0;
}

.hero-list ul::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: rgba(225, 232, 235, 0.4);
    right: 40px;
    top: 0;
}

.hero-content-list::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(225, 232, 235, 0.4);
    left: 0;
    bottom: 40px;
}



.section-hero .swiper-pagination-bullet {
    width: 27px;
    height: 27px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    border: 1px solid #ffffff43;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    box-shadow: 0px 0px 5px 0px rgba(241, 91, 42, 0.18);
}

.section-hero .swiper-pagination-bullet-active {
    width: 33px;
    height: 33px;
    color: #fff;
    background: #F15B2A;
}

.section-hero .swiper-pagination {
    flex-direction: column;
    gap: 8px;
    margin: 0;
    width: max-content;
    margin-right: auto;
    align-items: center;
}

@media (max-width: 991px) {
    .pagination-swiperhero{
        top: auto;
        bottom: 0;
    }
    .hero-content {
        padding-top: 130px;
    }

    .hero-item-title {
        font-size: 18px;
    }

    .hero-item-subtitle {
        font-size: 29px;
        font-weight: normal;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .hero-item .container {
        padding: 0;
    }

    .hero-item {
        height: 78vh;
        object-fit: cover;
    }

    .section-hero .swiper-pagination {
        position: absolute;
        left: 0;
        top: auto;
        display: flex;
        flex-direction: row-reverse;
        gap: 8px;
        bottom: 16px;
        transform: none;
        justify-content: center;
        width: 100%;
    }

    .hero-content-list {
        position: absolute;
        top: 77px;
        right: 0;
        padding: 16px;
        right: 50%;
        transform: translateX(50%);
    }

    .hero-content-list .hero-list-title {
        padding: 5px 16px;
    }

    .hero-list ul::before,
    .hero-list ul::after,
    .hero-content-list .hero-list-title::before,
    .hero-content-list::after {
        display: none;
    }
    .hero-list {
        padding: 60px 20px 60px;
    }
    .hero-list ul{
        margin: 0;
    }
}