#paper {
    background: url(../assets/paper.jpg) center / contain repeat;
    position: relative;
    padding: 130px 0;
}

#paper::after {
    content: '';
    background-image: url(../assets/papdiv.png);
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: -6px;
    z-index: 2;
}

body.dark #paper::after {
    background-image: url(../assets/cut_b.png);
}

body.dark #paper {
    background: url(../assets/paper_head.jpg);
}

.paper_head {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 19px 16px 0;
    height: 203px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.paper_head::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 600px;
    background: url(../assets/pattern.png) center / contain no-repeat;
    pointer-events: none;
    z-index: 0;
    transform: scaleX(-1);
}

.paper_head::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 600px;
    background: url(../assets/pattern.png) center / contain no-repeat;
    pointer-events: none;
    z-index: 0;
}

body.dark .paper_head::before,
body.dark .paper_head::after {
    opacity: 0.1;
}

.paper_head_title {
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.30), 0 1px 3px rgba(0, 0, 0, 0.15);
    font-family: Colus;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.48px;
    position: relative;
    z-index: 1;
}

.paper_head_title span {
    color: #AA0909;
}

body.dark .paper_head_title span {
    color: #BD9C49;
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: none;
}

.paper_head_text {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    z-index: 1;
}

.paper_img {
    width: 264px;
    height: 264px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(0deg, #0000000d 0%, #0000000d 100%), linear-gradient(0deg, #F2F2F2 0%, #F2F2F2 100%), linear-gradient(180deg, #F0E1FF 0%, #FFCDB5 100%);
    box-shadow: 0 1px 0 0 #FFF, 0 -1px 0 0 #00000040, 0 -1.5px 1px 0 #FFF inset, 0 -3.009px 0.602px 0 #ffffff4d inset, 0 1.505px 3.009px 0 #00000066 inset;
}

body.dark .paper_img {
    background: #0000000d;
    border-radius: 8px;
    position: relative;
    background-size: cover;
    box-shadow: 0px 1.25px 2.51px 0px #00000066 inset, 0px -2.51px 0.5px 0px #4d4c4c4d inset, 0px -1.25px 0.83px 0px #4f4f4f inset, 0px -0.83px 0px 0px #00000040, 0px 0.83px 0px 0px #373737;
}

.paper_cloud {
    position: relative;
    max-width: 1350px;
    height: 100vh;
    margin: 0 auto;
}

.paper_card {
    background: #FFFFFF;
    width: 394px;
    height: 623px;
    border-radius: 20px;
    background: url(../assets/white-paper.jpg);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 2px 6px 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 53px;
    position: absolute;

    opacity: 0;
}

body.dark .paper_card {
    background: url(../assets/paper_black.jpg) center / cover no-repeat;
}

.paper_card:nth-child(1) {
    top: 170px;
    left: 20px;
    transform: rotate(-3deg) translateY(100px);
    z-index: 1;
}

.paper_card:nth-child(2) {
    top: 230px;
    left: 270px;
    transform: rotate(4deg) translateY(100px);
    z-index: 2;
}

.paper_card:nth-child(3) {
    top: 152px;
    left: 610px;
    transform: rotate(-5deg) translateY(100px);
    z-index: 3;
}

.paper_card:nth-child(4) {
    top: 221px;
    right: 31px;
    transform: rotate(5deg) translateY(100px);
    z-index: 4;
}

.paper_card:nth-child(5) {
    top: 288px;
    left: 480px;
    transform: rotate(-2deg);
    z-index: 5;
}

.paper_card_framer {
    position: absolute;
    top: -37px;
    left: 38px;
    pointer-events: none;
}

.paper_card_framel {
    position: absolute;
    bottom: -36px;
    right: 41px;
    transform: rotate(180deg);
    pointer-events: none;
}

body.dark .paper_card_framer,
body.dark .paper_card_framel {
    filter: brightness(0) saturate(100%) invert(67%) sepia(3%) saturate(6906%) hue-rotate(8deg) brightness(85%) contrast(90%);
}

.paper_card_pic {
    position: relative;
    z-index: 2;
}

.paper_name_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 46px;
    position: absolute;
    gap: 21px;
}

.name_card_norm {
    top: -31px;
    left: -44px;
}

.paper_card_letter {
    font-family: Colus;
    font-size: 54px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--primary-black);
}

body.dark .paper_card_letter {
    background: linear-gradient(180deg, #AF934C 0%, #DEBC66 50%, #AF934C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.name_card_revers {
    transform: rotate(180deg);
    bottom: -46px;
    right: -42px;
}

.paper_card_letter_mini {
    font-family: Colus;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #997F59;
}

.paper_name_card img {
    width: 30px;
}

body.dark .paper_name_card img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(53%) saturate(387%) hue-rotate(5deg) brightness(89%) contrast(90%);
}

.paper_card_pics {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
}

.paper_card_title {
    text-align: center;
    font-family: Jost;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.26px;
    text-transform: uppercase;
    padding: 25px 0 14px;
}

.paper_card_text {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.red_card {
    color: #AA0909;
}

.gold_card {
    color: #997F59;
}

.joker_card .paper_name_card {
    gap: 0;
}

@media (max-width: 1400px) {
    .paper_card:nth-child(1) {
        top: 125px;
        left: 20%;
    }

    .paper_card:nth-child(2) {
        top: 125px;
        left: 46%;
    }

    .paper_card:nth-child(3) {
        top: 230px;
        left: 46%;
    }

    .paper_card:nth-child(4) {
        top: 290px;
        right: 50%;
    }

    .paper_card:nth-child(5) {
        top: 385px;
        left: 30%;
    }
}

@media (max-width: 950px) {

    .paper_head::before,
    .paper_head::after {
        display: none;
    }
}

@media (max-width: 920px) {

    .paper_card {
        width: 300px;
        height: 465px;
        padding: 30px;
    }

    .paper_img {
        width: 190px;
        height: 190px;
    }

    .paper_card_title {
        font-size: 22px;
        line-height: 26px;
        padding: 16px 0 12px;
    }

    .paper_card_text {
        font-size: 15px;
        line-height: 18px;
    }

    .paper_card_framel {
        bottom: -70px;
        right: 60px;
        transform: rotate(180deg) scale(0.7);
    }

    .paper_card_framer {
        top: -75px;
        left: 60px;
        transform: scale(0.7);
    }

    .paper_card_letter {
        font-size: 42px;
        line-height: 46px;
    }

    .name_card_norm {
        top: -20px;
        left: -26px;
    }

    .paper_name_card {
        gap: 10px;
    }

    .name_card_revers {
        bottom: -20px;
        right: -32px;
    }

}

@media (max-width: 680px) {
    .paper_card:nth-child(1) {
        top: 125px;
        left: 21%;
    }

    .paper_card:nth-child(2) {
        top: 205px;
        left: 21%;
    }

    .paper_card:nth-child(3) {
        top: 275px;
        left: 21%;
    }

    .paper_card:nth-child(4) {
        top: 360px;
        right: auto;
        left: 21%;
    }

    .paper_card:nth-child(5) {
        top: 440px;
        left: 21%;
    }
}

@media (max-width: 600px) {

    .paper_head_title {
        font-size: 32px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -0.01em;
    }

    .paper_head_text {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 425px) {
    .paper_card:nth-child(1) {
        top: 125px;
        left: 10%;
    }

    .paper_card:nth-child(2) {
        top: 205px;
        left: 10%;
    }

    .paper_card:nth-child(3) {
        top: 275px;
        left: 10%;
    }

    .paper_card:nth-child(4) {
        top: 360px;
        right: auto;
        left: 10%;
    }

    .paper_card:nth-child(5) {
        top: 440px;
        left: 10%;
    }
}