.sliderMain.-type-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

@media (max-width: 991px) {
    .sliderMain.-type-1 {
        height: auto;
    }
}

.sliderMain.-type-1 .sliderMain__wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .sliderMain.-type-1 .sliderMain__wrap {
        position: relative;
        padding-top: 8.75rem;
        padding-bottom: 0;
        flex-direction: column;
    }
}

.sliderMain.-type-1 .sliderMain__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sliderMain.-type-1 .sliderMain__img.-cover-dark::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

@media (max-width: 991px) {
    .sliderMain.-type-1 .sliderMain__img {
        margin-top: 2.5rem;
        order: 2;
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
    }
    .sliderMain.-type-1 .sliderMain__img div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .sliderMain.-type-1 .sliderMain__img.-cover-dark::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .sliderMain.-type-1 .sliderMain__container {
        order: 1;
    }
}

.sliderMain.-type-1 .sliderMain__content {
    position: relative;
}

@media (max-width: 991px) {
    .sliderMain.-type-1 .sliderMain__content {
        text-align: left !important;
    }
}

@media (max-width: 991px) {
    .sliderMain.-type-1 .sliderMain__subtitle {
        color: black !important;
    }
}

.sliderMain.-type-1 .sliderMain__bgTitle {
    position: absolute;
    font-size: 10rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.03);
    text-align: center;
}

.sliderMain.-type-1 .sliderMain__title {
    font-size: 6.25rem;
    line-height: 1.1;
}

@media (max-width: 1229px) {
    .sliderMain.-type-1 .sliderMain__title {
        font-size: 9.6vw;
    }
}

@media (max-width: 991px) {
    .sliderMain.-type-1 .sliderMain__title {
        font-size: 5.25rem;
    }
}

@media (max-width: 767px) {
    .sliderMain.-type-1 .sliderMain__title {
        font-size: 4.5rem;
    }
}

@media (max-width: 575px) {
    .sliderMain.-type-1 .sliderMain__title {
        font-size: 3.125rem;
    }
}

@media (max-width: 991px) {
    .sliderMain.-type-1 .sliderMain__title {
        color: black !important;
    }
}


.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.5rem;
    bottom: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 15px;
    height: 15px;
}
.swiper-pagination-bullet-active {
    background: var(--primary);
}
.reveal,
.reveal2 {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}