html {
    --color-one: #0ad9f3;
    --color-two: #eefb15;
    --color-three: #da0c73;
}

body {
    background-color: #040b0c;
    color: var(--color-one);
    font-family: "Historic";
    overflow: hidden;
    cursor: default;
}
.container {
    position: absolute;
    background: repeating-linear-gradient(45deg, transparent, transparent calc(10dvh - 1px), #0f262a calc(10dvh - 1px), #0f262a 10dvh),
        repeating-linear-gradient(135deg, transparent, transparent calc(10dvh - 1px), #0f262a calc(10dvh - 1px), #0f262a 10dvh);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    overflow: hidden;
    display: flex;
    justify-content: center;
    font-size: 10dvh;
}
.content-border-left {
    position: absolute;
    top: 10dvh;
    bottom: 10dvh;
    width: 80dvh;
    background-color: var(--color-three);
    clip-path: polygon(calc(50% - 32px) 0, 0 calc(50% - 32px),
        calc(45% + 32px) 95%, calc(45% + 36px) calc(95% - 4px),
        8px calc(50% - 32px), calc(50% - 32px) 8px,
        60% calc(10% + 40px), calc(60% + 4px) calc(10% + 36px));
}

.content-border-right {
    position: absolute;
    top: 10dvh;
    bottom: 10dvh;
    width: 80dvh;
    background-color: var(--color-one);
    clip-path: polygon(55% 5%, 100% 50%,
        50% 100%, 36% 86%,
        calc(36% + 4px) calc(86% - 4px), 50% calc(100% - 8px),
        calc(100% - 8px) 50%, calc(55% - 4px) calc(5% + 4px));
}
.content-accents {
    position: absolute;
    top: 10dvh;
    bottom: 10dvh;
    width: 80dvh;
}
.svg-accents {
    width: 100%;
    height: 100%;
    z-index: 0;
}
.pink {
    stroke: var(--color-three);
    stroke-width: 4px;
}
.blue {
    stroke: var(--color-one);
    stroke-width: 4px;
}
.gradient-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4dvh;
    background: linear-gradient(to left, var(--color-three), var(--color-two));
}
.gradient-top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 4dvh;
    background: linear-gradient(to right, var(--color-three), var(--color-one));
}
.container-fill {
    z-index: -1;
    position: absolute;
    top: 10dvh;
    bottom: 10dvh;
    width: 80dvh;
    background-color: #040b0c;
    clip-path: polygon(calc(50% - 32px) 0, 0 calc(50% - 32px),
    50% 100%, 100% 50%);
}
.title {
    position: absolute;
    bottom: 69dvh;
    font-size: 6dvh;
    padding: 1dvh;
    text-transform: uppercase;
    background-color: #040b0c;
    border: 4px solid var(--color-two);
    display: flex;
    line-height: 1;
    place-items: center;
    justify-content: center;
    cursor: default;
}
.navtext {
    fill: var(--color-two);
    font-family: "Orbitron";
    font-size: 1.4dvh;
}
.navtext a:hover {
    fill: var(--color-three);
    cursor: pointer;
}
.floatbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    padding-left: 1dvh;
    overflow: hidden;
    font-size: 1.37dvh;
    font-family: "NIN";
    text-align: justify;
    pointer-events: none;
}
.left-float {
    float: left;
    height: 100dvh;
    width: 100dvw;
    shape-margin: 10px;
    shape-outside: polygon(50% calc(90dvh - 32px), 50% 100%, 0 100%, 0 31dvh, 50% 31dvh, calc((100% - 47dvh) / 2) 31dvh, calc((100% - 80dvh) / 2) calc(50% - 32px));
    clip-path: polygon(50% calc(90dvh - 32px), 50% 100%, 0 100%, 0 31dvh, 50% 31dvh, calc((100% - 47dvh) / 2) 31dvh, calc((100% - 80dvh) / 2) calc(50% - 32px));
}
.right-float {
    float: right;
    height: 100dvh;
    width: 100dvw;
    background-color: red;
    shape-margin: 10px;
    shape-outside: polygon(50% 90dvh, 50% 100%, 100% 100%, 100% 31dvh, 50% 31dvh, calc(100% - 80dvh - 32px) 31dvh, calc(100% - (100% - 80dvh) / 2 - 32px) 50%);
    clip-path: polygon(50% 90dvh, 50% 100%, 100% 100%, 100% 31dvh, 50% 31dvh, calc(100% - 80dvh - 32px) 31dvh, calc(100% - (100% - 80dvh) / 2 - 32px) 50%);
}
.top-spacer {
    position: relative;
    width: 100dvw;
    height: 32dvh;
}
.ptitle {
    color: var(--color-two);
}
.status {
    color: var(--color-three);
    text-transform: uppercase;
}
#playbutton {
    pointer-events: all;
}
#marquee {
    position: absolute;
    width: 100%;
    font-size: 4dvh;
    line-height: 1;
    text-transform: uppercase;
    color: #040b0c;
    transform: translateX(100%);
}
a {
    color: var(--color-two);
    fill: var(--color-two);
}
textPath {
    color: var(--color-three);
    fill: var(--color-three);
}
.scroll {
    animation: scroll-left 40s linear infinite;
}
#volume {
    position: absolute;
    width: 100%;
    font-size: 4dvh;
    color: #040b0c;
    display: none;
}
.volinput {
    position: absolute;
    display: inline-block;
    left: 5dvh;
    height: 100%;
    width: calc(100dvw - 5dvh);
}
#vol {
    position: relative;
    width: 100%;
    height: 100%;
}
input[type="range"] {
    -webkit-appearance: none;
  background: transparent;
  justify-content: center;
}
input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
  background: transparent;
  width: 100%;
  border: none;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
  background-color: #040b0c;
  width: 1dvh;
    height: 4dvh;
  border-radius: 0;
  border: 1px solid #040b0c;
}
input[type="range"]::-moz-range-thumb {
  background-color: #040b0c;
  width: 2dvh;
  height: 4.4dvh;
  border-radius: 0;
  border: 1px solid #040b0c;
}
input[type="range"]::-moz-range-track {
  background: transparent;
  height: 4dvh;
  width: 100%;
  border: none;
}
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-20%);
    }
}
/* @media screen and (orientation: portrait) {
    .container {
        font-size: 10dvw;
    }
    .content-border-left {
        top: calc((100dvh - 90dvw) / 2);
        bottom: calc((100dvh - 90dvw) / 2);
        width: 90dvw;
    }
    .content-border-right {
        top: calc((100dvh - 90dvw) / 2);
        bottom: calc((100dvh - 90dvw) / 2);
        width: 90dvw;
    }
} */