#skills {
    padding: 225px 0 220px;
    background: url(../assets/skills.png) center / cover no-repeat;
    position: relative;
    overflow: hidden;
}

#skills::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(180deg, #0A100A 0%, transparent 500px),
        linear-gradient(90deg, #0A100A 0%, transparent 20%);
}

#skills::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
    background:
        linear-gradient(0deg, #0A100A 0%, transparent 500px),
        linear-gradient(270deg, #0A100A 0%, transparent 20%);
}

.skills {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    position: relative;
    z-index: 1;
}

.skills::after {
    content: '';
    position: absolute;
    border-radius: 1088px;
    width: 1088px;
    height: 476px;
    background: radial-gradient(50% 50% at 50% 50%, #0a100acc 0%, #0a100a00 100%),
        radial-gradient(50% 50% at 50% 50%, #0a100acc 0%, #0a100a00 100%),
        radial-gradient(50% 50% at 50% 50%, #0a100acc 0%, #0a100a00 100%);
    bottom: -165px;
    z-index: -1;
    pointer-events: none;
}

.skills_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-bottom: 16px;
}

.skills_after_title {
    color: #CCFBFF;
    text-align: center;
    font-size: 24px;
    line-height: 130%;
    max-width: 882px;
    will-change: transform, opacity;
    opacity: 0;
}

.skills_title {
    text-align: center;
    font-size: 64px;
    line-height: 100%;
    will-change: transform, opacity;
    opacity: 0;
}

#skills.show .skills_title {
    animation: bumpUp 0.5s cubic-bezier(.29, 0.74, 1, 1) forwards
}

#skills.show .skills_after_title {
    animation: bumpUp 0.5s cubic-bezier(.29, 0.74, 1, 1) 0.3s forwards
}

.slider_for {
    will-change: opacity;
    opacity: 0;
}

#skills.show .slider_for {
    animation: justShow 0.9s linear 0.5s forwards
}

.skills_img {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    border-radius: 6px;
    border: 2px solid #256C51;
    box-shadow: 0 0 54px 0 #4c94c800, 0 0 24px 0 #4c94c800, 0 0 26px 0 #3596ac66 inset;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.6s ease;
}

.skills_item:hover .skills_img,
.skills_item.slick-current .skills_img {
    border: 2px solid #256C51;
    box-shadow: 0 0 24px 0 #88ee9652, 0 0 28px 0 #88ee961f, 0 0 26px 0 #88EE96 inset;
}

.skills_img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    z-index: -1;
    position: relative;
}

.skills_video {
    width: 1184px;
    height: 660px;
    border-radius: 12px;
    border-radius: 12px;
    border: 3px solid #256C51;
    box-shadow: 0 0 64px 0 #141C22;
}

.skills_video::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 2;
    border-radius: 12px;
    background: linear-gradient(180deg, #0a100a00 45%, #0A100A 100%), linear-gradient(180deg, #0a100a00 45%, #0A100A 100%);
    border-radius: 8px;
}

.skills_video video {
    height: 660px;
    width: 1184px;
    object-fit: cover;
    border-radius: 8px;
}

.skills_slider {
    margin: auto;
    width: 100%;
    max-width: 1184px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
}

.skills_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    padding-top: 48px;
    will-change: transform, opacity;
    opacity: 0;
}

#skills.show .skills_item:nth-child(1) {
    animation: bumpUp 0.5s cubic-bezier(.29, 0.74, 1, 1) 1.3s forwards
}

#skills.show .skills_item:nth-child(2) {
    animation: bumpUp 0.5s cubic-bezier(.29, 0.74, 1, 1) 1.6s forwards
}

#skills.show .skills_item:nth-child(3) {
    animation: bumpUp 0.5s cubic-bezier(.29, 0.74, 1, 1) 1.9s forwards
}

#skills.show .skills_item:nth-child(4) {
    animation: bumpUp 0.5s cubic-bezier(.29, 0.74, 1, 1) 2.2s forwards
}

#skills.show .skills_item:nth-child(5) {
    animation: bumpUp 0.5s cubic-bezier(.29, 0.74, 1, 1) 2.5s forwards
}

.skills_item:hover .skills_name,
.skills_item.slick-current .skills_name {
    color: #83FF94;
}

.skills_name {
    text-align: center;
    font-family: 'Inter Medium';
    font-size: 18px;
    line-height: 130%;
    padding-top: 16px;
    transition: all 0.6s ease;
    margin: 0 auto;
}

.skills_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 130px 27px;
    border-radius: 12px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.skills_text_name {
    text-align: center;
    font-family: Colus;
    font-size: 32px;
    line-height: 100%;
    background: linear-gradient(180deg, #83FF94 0%, #509159 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.skills_discribe {
    text-align: center;
    font-size: 18px;
    line-height: 130%;
}

.wiki_but {
    will-change: transform, opacity;
    opacity: 0;
    background: linear-gradient(180deg, #256c5147 0%, #256c5194 100%);
}

#skills.show .wiki_but {
    animation: bumpUp 0.5s cubic-bezier(.29, 0.74, 1, 1) 2.8s forwards
}

.slider_arrow {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    background: linear-gradient(0deg, #256C511f 0%, #256C511f 100%), radial-gradient(0.46% 50% at 50% 50%, #256C5152 0%, #256C5152 100%);
    box-shadow: 0 0 16px 0 #256C51a3 inset;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    border: 2px solid #256C51;
    transition: all 0.6s ease;
}

.arrow_left {
    left: -115px;
    top: 315px;
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity;
}

.arrow_right {
    right: -115px;
    top: 315px;
    opacity: 0;
    transform: translateX(40px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity;
}

#skills.show .arrow_left,
#skills.show .arrow_right {
    opacity: 1;
    transform: translateX(0);
}

.slider_arrow.disabled {
    opacity: 0.24 !important;
    pointer-events: none;
}

.arrow_body {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #256c5100;
    transition: all 0.3s ease;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_arrow:hover {
    border: 2px solid #256C51;
    box-shadow: 0 0 16px 0 #256C51d6 inset;
}

.slider_arrow:hover .arrow_body {
    background: #256c51a3;
}

.arrow_img {
    width: 26px;
    height: 26px;
    display: block;
    z-index: 3;
    transition: all 0.3s ease;
}

.arrow_left .arrow_img {
    transform: rotate(180deg);
}

.slider_mobile {
    display: none !important;
}

@media (max-width: 1600px) {
    .skills_title {
        font-size: 48px;
        line-height: 110%;
    }

    .skills_after_title {
        font-size: 18px;
    }

    #skills {
        padding: 352px 0 220px;
    }

    .skills {
        gap: 48px;
    }

    .skills_video,
    .skills_video video {
        width: 863px;
        height: 485px;
    }

    .skills_slider {
        max-width: 863px;
    }

    .slider_arrow {
        width: 64px;
        height: 64px;
    }

    .arrow_right {
        right: -88px;
        top: 202px;
    }

    .arrow_left {
        left: -88px;
        top: 202px;
    }

    .arrow_img {
        width: 28px;
        height: 25px;
    }

    .skills_img {
        width: 64px;
        height: 64px;
    }

    .skills_item {
        padding-top: 42px;
    }

    .skills_name {
        font-size: 16px;
        line-height: 130%;
    }

    .skills_text_name {
        font-size: 24px;
        line-height: 100%;
    }

    .skills_discribe {
        font-size: 16px;
        line-height: 130%;
    }

    .skills_text {
        padding: 0 40px 35px;
    }

    .wiki_in_but {
        font-size: 18px;
        line-height: normal;
        padding: 12px 32px;
    }
}

@media (max-width: 1400px) {
    .skills_after_title {
        font-size: 16px;
    }

    .skills_title {
        font-size: 32px;
        line-height: 110%;
    }

    #skills {
        padding: 80px 0 80px;
    }

    .skills {
        gap: 22px;
    }

    .skills_video,
    .skills_video video {
        width: 630px;
        height: 354px;
    }

    .skills_slider {
        max-width: 630px;
    }

    .slider_arrow {
        width: 56px;
        height: 56px;
    }

    .arrow_right {
        right: -88px;
        top: 139px;
    }

    .arrow_img {
        width: 25px;
        height: 18px;
    }

    .arrow_left {
        left: -88px;
        top: 139px;
    }

    .skills_text {
        font-size: 12px;
        line-height: 130%;
        padding: 0 24px 26px;
    }

    .skills_img {
        width: 48px;
        height: 48px;
    }

    .skills_name {
        font-size: 14px;
        line-height: 130%;
    }

    .skills_item {
        padding-top: 26px;
    }

    .wiki_in_but {
        padding: 10px 24px;
        font-size: 14px;
        line-height: normal;
    }

    .skills_after_title {
        max-width: 565px;
    }
}

@media (max-width: 1000px) {
    .wiki_but {
        width: 100%;
        max-width: 327px;
    }

    .slider_mobile {
        display: block !important;
    }

    #skills {
        padding: 80px 16px 80px;
    }

    .skills {
        gap: 34px;
    }

    .skills_head {
        align-items: flex-start;
    }

    .skills_title {
        text-align: left;
    }

    .skills_after_title {
        text-align: left;
    }

    .skills_video,
    .skills_video video {
        width: 327px;
        height: 179px;
    }

    .skills_slider {
        max-width: 327px;
    }

    .slider_arrow {
        width: 48px;
        height: 48px;
    }

    .arrow_left {
        left: -24px;
        top: 68px;
        z-index: 2;
    }

    .arrow_right {
        right: -24px;
        top: 68px;
        z-index: 2;
    }

    .arrow_img {
        width: 22px;
        height: 16px;
    }

    .skills_name {
        display: none;
    }

    .skills_item {
        padding: 16px 0;
    }

    .skills_img {
        width: 44px;
        height: 44px;
    }

    .skills_item:hover .skills_img,
    .skills_item.slick-current .skills_img {
        border-radius: 6px;
        box-shadow: 0 0 10px 0 #88ee9652, 0 0 28px 0 #88ee961f, 0 0 26px 0 #88EE96 inset;
    }

    .skills_video .skills_text {
        display: none;
    }

    .skills_text {
        position: static;
        padding: 0;
    }

    .skills_text * {
        text-align: left;
    }

    .skills_text_name {
        padding: 16px 0 12px;
    }
}

@media (max-width: 450px) {
    .wiki_but {
        width: calc(100% - 48px);
    }

    .wiki_in_but {
        width: 100%;
    }
}