@import url('https://fonts.googleapis.com/css2?family=Tektur:wght@400..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/profontwindows');
@keyframes fadein {
    from {
        opacity: 0.0;
    }
    to {
        opacity: 1;
    }
}
html, body {
    padding: 0;
    margin: 0;
}
div {
    animation: fadein 1s;
}
body {
    background: url(bg.jpg);
    font-family: Arial, sans-serif;
    background-size: cover;
    background-color: #000000d5;
    background-blend-mode: multiply;
}
.container {
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.warn {
    font-family: "ProFontWindows", sans-serif;
    font-size: 16px;
    color: #3a3a3a;
    margin-bottom: 10px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@keyframes scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(calc(-100% - 2rem));
  }
}
.mqc {
    padding: 10px;
    background: linear-gradient(25deg,#98e8b5, #f7c281);
    width: 60%;
    aspect-ratio: 64/1;
    display: flex;
    align-items: center;
    overflow: hidden;
    user-select: none;
    gap: 2rem;
    border-radius: 5px;
}
.mq {
    font-size: 16px;
    font-family: "Tektur", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "wdth" 100;

    display: flex;
    justify-content: space-around;
    min-width: 100%; 
    flex-shrink: 0;
    gap: 4rem;
    animation: scroll 46.5s linear infinite;
}
.mq span b {
    font-family: "ProFontWindows", sans-serif;
    font-weight: 800;
    font-size: 20px;
}
.main {
    margin-top: 40px;
    display: flex;
    background: rgba(255, 255, 255, 0.053);
    width: 75%;
    height: 65%;
    align-items: center;
    justify-content: center;
}
.box {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
}
.ls { 
    font-family: "ProFontWindows", sans-serif;
    font-size: 24px;
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding: 40px;
}
.rs {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.redir a {
    text-decoration: none;
    color: white;
    font-family: "ProFontWindows", sans-serif;
    font-size: 24px;
    padding: 3px 10px 0px 10px;
}
.redir span {
    text-decoration: none;
    color: rgb(77, 77, 77);
    font-family: "ProFontWindows", sans-serif;
    font-size: 16px;
    padding: 0px 10px 3px 10px;
}
.redir {
    margin: 10px 0;
    background: #00000050;
    background-origin: border-box;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    --s: 15px; /* the size on the corner */
    --t: 3.5px;  /* the thickness of the border */
    --g: 4px; /* the gap between the border and image */
    height: 60px;
    width: 425px;
    padding: calc(var(--g) + var(--t));
    outline: var(--t) solid #ffffff; /* the color here */
    outline-offset: calc(-1*var(--t));
    mask:
        conic-gradient(at var(--s) var(--s),#0000 75%,#000 0)
        0 0/calc(100% - var(--s)) calc(100% - var(--s)),
        conic-gradient(#000 0 0) content-box;
    transition: .2s;
}
.redir:hover {
    --g: 12px;
    cursor: pointer;
}
.tit{
    background: linear-gradient(90deg,#b9ffd3 10%, #b6f9ff 40%);
    background-clip: text;
    font-family: "Tektur", sans-serif;
    font-size: 45px;
    font-weight: 600;
    color: transparent;
}
.subtit {
    font-family: "Tektur", sans-serif;
    font-size: 20px;
    color: rgb(128, 128, 128);
}
.desc {
    font-family: "ProFontWindows", sans-serif;
    font-size: 18px;
    color: white;
    margin-top: 20px;
}
a.special {
    display: block;
    width: 100%;
    height: 100%;
}
.bigclock {
    font-size: 20px;
}
.bighe {
    margin-top: 5px;
}
.aud {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 20px;
    margin-left: 30px;
    font-size: 20px;
    color: white;
    font-family: "ProFontWindows", sans-serif;
    width: 75%;
}
.mn {
    font-size: 25px;
}
.sp {
    font-size: 14px;
    color: rgb(169, 168, 168);
}
.xtra {
    font-size: 14px;
    color: #636363;
    font-family: "ProFontWindows", sans-serif;
    width: 75%;
    margin-top: 10px;
    margin-left: 30px;
}