@font-face {
    font-family: "YSMusic-HeadlineBold";
    font-style: normal;
    font-weight: 700;
    src: local("YSMusic-HeadlineBold"),
    url("assets/YSMusic-HeadlineBold.woff2") format("woff2");
}
@font-face {
    font-family: "SpecialElite";
    font-display: swap;
    font-weight: 600;
    src: url("assets/SpecialElite.ttf");
}
:root {
    --hover_color: #a349ff;
    --bck_color: 0,0,0;
    --main_color: 163,73,255;
}
body
{
    font-family: "YSMusic-HeadlineBold", sans-serif;
    font-style: normal;
    color: #fff;
    overflow: hidden;
    background: rgb(var(--bck_color));
}
*, ::after, ::before {
    box-sizing: border-box;
}
.null_a {
    margin-top: -5px;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
}
.container {
    position: absolute;
    display: grid;
    align-content: center;
    justify-content: center;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 1310px;
    width: 100% !important;
    height: 100% !important;
    @media (min-width: 1900px) {
        max-width: 1900px;
    }
    @media (max-width: 431px) {
        margin-left: -4px;
        justify-content: center;
    }


}
.main_element {
    padding-top: 0 !important;
    flex-grow: 1;
    position: relative;
    max-width: 1310px;
    width: 100% !important;
    height: 100% !important;
    z-index: 101;
    display: flex;
    justify-content: center;
    @media (max-width: 431px) {
        max-width: 400px;
    }
    @media (max-width: 361px) {
        max-width: 340px;
    }
}
.row {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    transition-property: transform;
    box-sizing: content-box;
    margin: 0 auto;

    @media (max-width: 1281px) {
        padding: 0;
    }
    @media (max-width: 431px) {
        max-width: 390px;
    }
    @media (max-width: 361px) {
        max-width: 340px;
    }
}
.box_main {
    gap: 35px;
    position: relative;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;


}
.box_item {
    width: 50vh;
    height: 75vh;
    border: 0.75px solid #555;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    flex-direction: column;
    text-align: center;
    letter-spacing: normal;
    @media (min-width: 1900px) {
        align-content: center;
        align-items: center;
    }
    @media (max-width: 961px) and (min-height: 900px) {
        align-content: center;
        display: grid;
        justify-content: center;
    }
    @media (max-width: 431px) {
        max-width: 390px;
        align-content: center;
        display: grid;
        justify-content: center;
    }
    @media (max-width: 361px) {
        max-width: 340px;
    }
    .nick {
        font-size: 24px;
        margin-top: 5px;
        @media (max-width: 961px) and (min-height: 900px) {
            font-size: 38px;
        }
        @media (max-width: 431px) {
            font-size: 36px;
        }
    }
    .age {
        color: #666;
        font-size: 16px;
        height: 32px;
        margin-top: -25px;
        font-family: "Space Mono", monospace;
        @media (max-width: 431px) {
            font-size: 22px;
            margin-top: -35px;
        }
        @media (max-width: 961px) and (min-height: 900px) {
            font-size: 22px;
            margin-top: -30px;
        }
    }
    .about {
        color: #fff;
        font-size: 32px;
        margin-top: -15px;
    }
    .album {
    }
    transition: transform 0.4s ease;
    img {
        transition: transform 0.2s ease;
    }


}
.box_item:hover {
    border: 0.75px solid #fff;
    img {
        box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
    }
}
.noise {
    background-color: transparent;
    background-image: url(assets/noise.svg);
    background-repeat: repeat;
    opacity: 0.15;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;

}
canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120% !important;


}
.info_up
{
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: -12%;
    font-family: "SpecialElite";

    @media(max-width: 1024px) {
        display: none;
    }
}
.release_info_img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 250px;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
}
.release_info_box {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 110px;
    .release_name {
        height: 75px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 30px;
        overflow: hidden;
        place-items: center;
        align-content: center;
    }
    .release_artist {
        height: 30px;
        font-size: 28px;
        color: #666;
        align-content: center;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
    }
}

.links {
    margin-top: -15px;
    .click_to {
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: sticky;
        width: 45vh;
        height: 7vh;
        margin-top: 10px;
        border: 0.75px solid #555;
        border-radius: 10px;
        transition: transform 0.2s ease;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        text-decoration: none;
        @media (max-width: 431px) {
            max-width: 360px;

        }
        @media (max-width: 361px) {
            max-width: 320px;
        }
        .logo {
            &.tiktok {
                width: 34px;
                height: 34px;
            }
            position: absolute;
            display: inline-block;
            vertical-align: middle;
            left: 10px;
            width: 36px;
            height: 36px;
            overflow: hidden;
            @media (max-width: 961px) and (min-height: 900px) {
                margin-top: 5px;
            }
        }
        display: grid;
        place-items: center;
        align-content: center;
        vertical-align: middle;
        .kontora {

            color: #fff;
            font-weight: 400;
            font-size: 26px;
            text-align: center;
            @media (max-width: 961px) and (min-height: 900px) {
                font-size: 34px;
            }

        }
    }
    .click_to:hover {
        transform: scale(1.05);
        cursor: pointer;
        box-shadow: 0 0 25px rgba(256, 256, 256, 0.3);
        border: 0.75px solid rgba(256, 256, 256, 0.3);
        .logo {
            fill: var(--hover_color);
        }
        .kontora {
            color: var(--hover_color);
            text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
        }
    }
}
.main_info_avatar {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
    @media (max-width: 961px) and (min-height: 900px) {
        width: 250px !important;
        height: 250px !important;
        margin-top: -10px;
    }


}
@media (max-width: 1025px)  {
    .single {
        display: none;
    }
    .album {
        display: none;
    }
}
