.st-features {
    background: #000;
    color: #fff;
    padding: 100px 0 0 0;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.96)),
        url('/wp-content/themes/razzi-child/assets/backgrounds/main-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: repeat;
}

.st-features__item {
    position: relative;
    padding: 150px 0 190px;
    min-height: 800px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.st-features__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% + 60px);
    width: 100%;
    height: 550px;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0) 5%, #000000 96%);
    z-index: 8;
    pointer-events: none;
    transform: rotate(180deg);
}

.st-features__item::after {
    content: '';
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(182deg, rgba(0, 0, 0, 0) 0%, #000000 80%);
    z-index: 6;
    pointer-events: none;
    transform: rotate(0deg);
}

.st-features__item.st-features__item--01:after {
    bottom: 0;
}

.st-features__item--reverse .st-features__container {
    flex-direction: row-reverse;
}

.st-features__container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    /* align-items: center;
    justify-content: space-between; */
    position: relative;
    z-index: 5;
}

.st-features__content {
    flex: 0 0 50%;
    position: relative;
    min-width: 680px;
}

.st-features__bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    pointer-events: none;
    z-index: 1;
}

.st-features__number {
    font-family: 'Keania One', cursive;
    font-size: 349px;
    line-height: 1;
    text-transform: uppercase;
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    opacity: 0.5;
    position: absolute;
    top: -150px;
    left: -50px;
    z-index: 2;
}

.st-features__title {
    font-family: 'Tektur', sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

.st-features__item:nth-child(2n+1) h2 {
    margin-left: 180px;
}

.st-features__title span {
    display: block;
    background-image: linear-gradient(0.1deg, rgba(0, 0, 0, 0) -8.08%, #ffffff 99.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.st-color-main {
    color: #b18a55;
    font-weight: 600;
}

.st-features__description {
    font-family: 'Tektur', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #d4d4d4;
    max-width: 720px;
    position: relative;
    z-index: 3;
}

.st-features__description p {
    margin-bottom: 20px;
}

.st-features__media {
    flex: 0 0 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    max-width: 500px;
}

.st-features__bg-line {
    position: absolute;
    width: 1155px;
    height: 71px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    pointer-events: none;
    top: 86px;
    left: 0;
}

/* .st-features__item--01 .st-features__bg-line {
    right: -200px;
    top: 20%;
}

.st-features__item--02 .st-features__bg-line {
    left: -200px;
    top: 50%;
}

.st-features__item--03 .st-features__bg-line {
    right: -200px;
    top: 70%;
} */

.st-features__item--reverse .st-features__container .st-features__media {
    right: auto;
    left: 0;
}

.st-features__item--reverse .st-features__container .st-features__media .st-features__bg-line {
    left: auto;
    right: -250px;
}

.st-features__item.st-features__item--02.st-features__item--reverse::before {
    left: auto;
    right: calc(50% + 86px);
}

.st-features__image-wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.st-features__img-bg {
    position: absolute;
    max-width: 100%;
    height: auto;
    z-index: 1;
    filter: blur(0px);
}

.st-features__img-main {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
}

/* Specific item adjustments */
.st-features__item--01 .st-features__img-bg {
    transform: rotate(110deg);
    opacity: 0.8;
    max-width: 220%;
    left: -240px;
}

.st-features__item--01 .st-features__img-main {
    transform: rotate(30deg);
    bottom: -206px;
    left: -65px;
}

.st-features__item--02 .st-features__number {
    left: auto;
    right: -50px;
}

.st-features__item--02 .st-features__img-bg {
    transform: rotate(-83deg);
    left: -80px;
    bottom: 68px;
    z-index: 10;
}

.st-features__item.st-features__item--02.st-features__item--reverse .st-features__img-main {
    max-width: 110%;
    top: -160px;
}

.st-features__item--03 .st-features__img-main {
    max-height: 900px;
    top: -200px;
    max-width: 110%;
}

/* Responsive */
/* @media (max-width: 1200px) {
    .st-features__container {
        flex-direction: column !important;
        text-align: center;
    }
    .st-features__content, .st-features__media {
        flex: 0 0 100%;
    }
    .st-features__number {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        font-size: 200px;
        margin-bottom: -50px;
    }
    .st-features__description {
        margin: 0 auto;
    }
    .st-features__media {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .st-features__title {
        font-size: 32px;
    }
    .st-features__number {
        font-size: 150px;
    }
} */
