@font-face {
  font-family: 'JosefinSansMedium';
  src: url('static/JosefinSans-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: auto;
}

html {
    background: black;
    overflow: hidden scroll;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

:root {
    --main-width: 600px;
}

.vd {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-size: cover;
    object-fit: cover;
    filter: blur(15px);
}

.staticblur {
    position: fixed;
    z-index: -95;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    --wssc: #888888;
    background: 
    repeating-radial-gradient(#000 0 0.0001%,var(--wssc) 0 0.0002%) 50% 0/2500px 2500px,
    repeating-conic-gradient(#000 0 0.0001%,var(--wssc) 0 0.0002%) 60% 60%/2500px 2500px;
    background-blend-mode: difference;
    opacity: 0.1;
    animation: staticTv .1s linear infinite;
}

@keyframes staticTv {
    100% {background-position: 50% 0, 60% 50%}
}

.copl {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8;
    background: hsla(0, 0%, 0%, 0.514);
    backdrop-filter: blur(15px);
    cursor: pointer;
    transition: all 1s ease;
}

.copl > h1 {
    color: white;
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 45px;
    transform: translateY(-50%);
    text-align: center;
    filter: drop-shadow(0px 0px 40px #e72e2e);
    transition: all 0.75s ease;
    font-family: "JosefinSansMedium", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.void-space {
    position: relative;
    height: 200px;
}

.block2 {
    position: relative;
    left: 0;
    top: 0;
    gap: 45px;
    width: 100%;
    height: auto;
    background: none;
    z-index: 5;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.copl > h1 > strong {
    color: #e72e2e;
}

.copl.remove {
    backdrop-filter: blur(0px);
    opacity: 0;
}

.copl.remove > h1 {
    scale: 1.5;
    top: 55%;
}

.card {
    position: relative;
    width: 375px;
    height: 375px;
    max-width: var(--main-width);
    transition: all 0.5s ease;
}

.inercad {
    backdrop-filter: blur(15px);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
    object-position: center;
    border: solid 5px #ffffff0a;
}

.card:hover {
    scale: 1.025;
}

.inercad > img {
    position: absolute;
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    top: 50px;
}

.blr {
    filter: blur(50px);
    scale: 1.1;
    z-index: -1;
}

.h1inc {
    width: 100%;
    text-align: center;
    top: 200px;
    position: absolute;
    pointer-events: none;
    filter: drop-shadow(0px 0px 5px white);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 189, 189, 1) 100%);
    font-family: "JosefinSansMedium", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.spinc {
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 270px;
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.64);
    display: block;
    filter: drop-shadow(0px 0px 5px white);
    font-family: "JosefinSansMedium", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.slidebox_ll {
    position: relative;
    width: 375px;
    max-width: var(--main-width);
    height: auto;
}

@media (min-width: 768px) {
    .slidebox_ll {
        position: relative;
        width: 95%;
        height: auto;
    }

    .card {
        width: 95%;
    }
}

.backgounds2 {
    backdrop-filter: blur(15px);
    border: solid 5px #ffffff0a;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slidebox2 {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
    object-position: center;
    z-index: 9;
}

.scl {
    color: rgba(255, 255, 255, 0.659);
    font-size: 25px;
    position: relative;
    left: 15px;
    filter: drop-shadow(0px 0px 5px white);
    font-family: "JosefinSansMedium", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.sclicon2 {
    color: #ffffff93;
    text-decoration: none;
    position: absolute;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    transition: all 0.5s ease;
}

.flexbox {
    position: relative;
    top: -5px;
    left: 10px;
    width: calc(100% - 20px);
    display: block;
    height: auto;
    transition: height 0.5s ease;
}

.sclicon {
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    opacity: 0.5;
    transition: all 0.5s ease;
}

.sclname {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    font-size: 15px;
    left: 40px;
    top: -1px;
    transition: all 0.5s ease;
    display: block;
    user-select: none;
    filter: drop-shadow(0px 0px 5px white);
    font-family: "JosefinSansMedium", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.sclbox {
    position: relative;
    height: 30px;
    width: 100%;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.sclbox:hover {
    .sclname {
        color: rgba(255, 255, 255, 0.9);
        left: 45px;
    }
    .sclicon {
        opacity: 1;
        left: 3px;
        width: 30px;
    }

    .sclicon2 {
        font-size: 27px;
        color: white;
        left: 3px;
    }
}

.cfg-box {
    position: relative;
    width: calc(100% - 10px);
    top: 5px;
    left: 10px;
    height: 25px;
    overflow: hidden;
    transition: 0.5s ease;
}

.cfgch {
    width: 25px;
    border-radius: 100px;
    transition: all 0.5s ease;
}

.cfg2s {
    position: absolute;
    top: -4px;
    left: 35px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.768);
    filter: drop-shadow(0px 0px 5px white);
    font-family: "JosefinSansMedium", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.cfgbth {
    color: rgba(255, 255, 255, 0.557);
    position: absolute;
    font-size: 15px;
    right: 5px;
    top: 5px;
    transition: all 0.5s ease;
}

.headcfgg:hover {
    .cfgbth {
        color: rgba(255, 255, 255, 0.894);
    }

    .cfgch {
        scale: 1.1;
    }
}

.cfg-box.open {
    height: 330px;
    .cfgbth {
        transform: rotateZ(180deg);
    }
}

.stscfg {
    position: absolute;
    width: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    height: calc(100% - 45px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.get-cfg {
    color: white;
    filter: drop-shadow(0px 0px 5px white);
    font-family: "JosefinSansMedium", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 200px;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    background: #ffffff0a;
    cursor: pointer;
    height: 30px;
    line-height: 35px;
}

.get-cfg.sts {
    background: none;
    opacity: 0.7;
    width: calc(100% - 10px);
    text-align: left;
    cursor:unset;
}

#linkprofile {
    transition: all 0.75s ease;
}

#linkprofile:hover {
    width: 150px;
    top: 45px;
}