/* ========== Hero slider — 1920px media, content in .container ========== */
.sz-hero {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #0a0a0a;
    overflow: hidden;
}

.sz-hero__slider.mainSlider,
.sz-hero__slider {
    width: 100%;
    max-width: 1920px;
    height: 849px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sz-hero__slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sz-hero__slide.swiper-slide:after,
.mainSlider .sz-hero__slide:after {
    content: none !important;
    display: none !important;
}

/* Image layer — 1920 × 849 */
.sz-hero__media {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.sz-hero__img {
    display: block;
    width: 1920px;
    max-width: none;
    height: 849px;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* Text / button — Bootstrap .container */
.sz-hero__content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 56px;
    pointer-events: none;
}

.sz-hero__content .container {
    pointer-events: auto;
}

.sz-hero__info {
    max-width: 848px;
    color: #fff;
}

.sz-hero__title {
    margin: 0 0 39px;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 59px;
    letter-spacing: 0;
    color: #fff;
    max-width: 850px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.sz-hero__desc {
    display: none;
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}

/* Figma 1273:69 — CTA pill button */
.sz-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: auto;
    padding: 15px 51px;
    border: 0;
    border-radius: 100px;
    background: #243F69;
    color: #fff !important;
    font-family: 'Noto Sans Armenian', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    box-sizing: border-box;
    transition: background 0.2s ease;
}

.sz-hero__btn:hover {
    background: #1a2f4f;
    color: #fff !important;
}

.sz-hero__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 41px;
    height: 41px;
    border: 0;
    border-radius: 5px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.sz-hero__nav img {
    width: 23px;
    height: 23px;
    display: block;
}

.sz-hero__nav--prev {
    left: 197px;
}

.sz-hero__nav--next {
    right: 207px;
}

.sz-hero__nav:hover {
    background: #f5f5f5;
}

@media (max-width: 1919.98px) {
    .sz-hero__img {
        width: 100%;
        max-width: 1920px;
        height: 100%;
        left: 0;
        transform: none;
    }
}

@media (max-width: 1599.98px) {
    .sz-hero__nav--prev {
        left: 24px;
    }

    .sz-hero__nav--next {
        right: 24px;
    }

    .sz-hero__title {
        font-size: 42px;
    }
}

@media (max-width: 1199.98px) {
    .sz-hero__slider.mainSlider,
    .sz-hero__slider {
        height: 560px;
    }

    .sz-hero__content {
        padding-bottom: 40px;
    }

    .sz-hero__title {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .sz-hero__nav--prev {
        left: 12px;
    }

    .sz-hero__nav--next {
        right: 12px;
    }
}

@media (max-width: 767.98px) {
    .sz-hero__slider.mainSlider,
    .sz-hero__slider {
        height: 420px;
    }

    .sz-hero__content {
        padding-bottom: 32px;
    }

    .sz-hero__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .sz-hero__desc {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .sz-hero__btn {
        min-width: 0;
        height: auto;
        padding: 12px 32px;
        font-size: 15px;
    }

    .sz-hero__nav {
        width: 36px;
        height: 36px;
    }
}
.sz-hero__slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: fill; */
}
/* ========== End hero slider ========== */
