#smi {
    padding: 0 0 112px;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.smi_img {
    background: url(../assets/bgsmi.jpg) top / cover no-repeat;
}

.smi_card_border {
    min-width: 474px;
    width: 474px;
    height: 452px !important;
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    position: relative;
    padding: 3px;
    margin: 0 16px;
}

.smi_cards {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.smi_card {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: linear-gradient(251deg, #191613 11.34%, #29241F 96.12%), linear-gradient(251deg, #131313 11.34%, #1C1C1C 96.12%), linear-gradient(180deg, rgba(18, 18, 18, 0.82) 0%, rgba(18, 18, 18, 0.42) 100%);
}

.smi_text {
    font-family: 'OpenSans Medium';
    color: #FFF4E7;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.24px;
}

.smi_content {
    max-width: 1488px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    transform: translateY(100px);
    transition: all 0.3s ease;
    opacity: 0;
}

.smi_scroll {
    width: 100%;
    height: 8px;
    background: #483520;
    padding: 0 32px;
    position: relative;
}

.smi_drag {
    width: 280px;
    height: 8px;
    background: #B0944D;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.smi_card_border {
    transform: scale(0.9);
    filter: blur(4px);
    transition: all 0.3s linear;
}

.smi_card_border.slick-center {
    transform: scale(1);
    filter: blur(0);
}

.smi_arrow {
    min-width: 62px;
    height: 62px;
    transform: rotate(-45deg);
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
    padding: 2px;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 101;
    cursor: pointer;
    top: 205px;
}

.smi_arrow img {
    transition: all 0.3s ease;
    transform: rotate(45deg);
}

.smi_arrow_l img {
    transform: rotate(225deg);
}

.smi_arrow_l {
    left: 205px;
}

.smi_arrow_r {
    right: 205px;
}

.smi_inarrow {
    background: #1c160e;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smi_cards .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.smi_cards .slick-dots li.slick-active button:before {
    opacity: .75;
    transform: scale(1.5);
}

.smi_cards .slick-dots li button:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #676767;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: all 0.3s ease;
    transform: scale(1);
    background: linear-gradient(180deg, #BD9C49 0%, #E6B843 63.5%, #EECE7F 79%, #8C7845 98.5%);
}

.smi_cards.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

@media (max-width: 1570px) {
    .smi_content {
        max-width: 100%;
    }
}

@media (max-width: 1430px) {
    .smi_content {
        max-width: 100%;
        padding: 0;
    }

    .smi_card_border {
        height: 348px !important;
    }

    .smi_text {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.18px;
    }

    .smi_arrow {
        top: 135px;
    }
}

@media (max-width: 1245px) {
    .smi_arrow_l {
        left: 80px;
    }

    .smi_arrow_r {
        right: 80px;
    }
}

@media (max-width: 930px) {

    .smi_arrow {
        min-width: 48px;
        height: 48px;
    }

    .smi_arrow img {
        width: 30px;
        height: 30px;
    }

    .smi_card_border {
        margin: 0 8px;
    }

    .smi_arrow {
        top: 170px;
    }

    .smi_drag {
        width: 25%;
    }

    .smi_name img {
        display: block;
        max-width: 210px;
    }

    .smi_card_border {
        min-width: 260px;
        width: 260px;
        height: 406px !important;
    }

    .smi_card {
        padding: 24px;
    }

    .smi_text {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.16px;
    }
}

@media (max-width: 630px) {
    .smi_arrow_l {
        left: 16px;
    }

    .smi_arrow_r {
        right: 16px;
    }
}

@media (max-width: 490px) {

    .smi_card_border {
        margin: 0;
    }

    .smi_arrow {
        top: auto;
        bottom: -75px;
    }

    .smi_arrow_l {
        left: 32px;
    }

    .smi_arrow_r {
        right: 32px;
    }

    .smi_cards .slick-dots {
        bottom: -65px;
    }
}