.scroll-hero {
    width: 100%;
    height: 100%;
    overflow: auto;
}


.scroll-black {
    background-color: black;
    color: white;
}

.scroll-black,.scroll-white,.scroll-hero {
    width: 100%;
}

.scroll-logo {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: Lexend;
    color: white;
    position: fixed;
    height: 41px;
    top: calc((100% - 41px) / 2);
    left: 0px;
    pointer-events: none;
}

.scroll-logo img {
    height: 40px;
}

.scroll-logo-text {
    font-size: 40px;
    overflow: hidden;
    height: 40px;
    width: 220px;
    text-align: center;
}

.scroll-about {
    color: black;
    pointer-events: none;
    font-family: Lexend;
    top: 100px;
    left: 0px;
}

.scroll-about-title {
    font-size: 48px;
}

.scroll-about-text {
    font-size: 28px;
}

.scroll0 {
    font-family: Lexend;
}

.scroll0-title {
    font-size: 48px;
}

.scroll0-text {
    font-size: 28px;
}

.scroll-tv-text {
    position: fixed;
    top: 64px;
    left: 8px;
    font-size: 36px;
    color: white;
    font-family: Lexend, sans-serif;
    opacity: 0;
    transition: 500ms;
    filter: drop-shadow(0px 0px 4px black);
    pointer-events: none;
}

.scroll-tv-text span {
    font-size: 22px;
}

.scroll-tv {
    position: fixed;
    pointer-events: none;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: 500ms;
}

.scroll-tv-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: fit-content;
    width: 100%;
}

.scroll-tv-img {
    width: calc(100% - 12px);
    border: 6px solid white;
    background-color: black;
    border-radius: 20px;
}

.scroll-meet {
    position: fixed;
    font-size: 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: Lexend;
    transition: 500ms;
    pointer-events: none;
    z-index: 2;
}

.scroll-ghost0 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0px;
    left: 0px;
    pointer-events: none;
    z-index: 1;
}

.scroll-ghost0-flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.scroll-ghost0-img {
    position: relative;
    filter: drop-shadow(0px 0px 5px #12478c);
    animation-iteration-count: infinite;
    animation-name: ghost0;
    animation-duration: 1000ms;
    height: 300px;
}

@keyframes ghost0 {
    0% {
        top: -1px; left: 0px;
    }
    10% {
        top: 1px; left: 2px;
    }
    20% {
        top: -2px; left: -1px;
    }
    30% {
        top: 0px; left: 0px;
    }
    40% {
        top: 0px; left: 1px;
    }
    50% {
        top: -1px; left: 1px;
    }
    60% {
        top: -1px; left: 2px;
    }
    70% {
        top: -1px; left: 0px;
    }
    80% {
        top: -3px; left: 1px;
    }
    90% {
        top: -2px; left: 2px;
    }
    100% {
        top: 0px; left: 0px;
    }
}

.scroll-blocks {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scroll-blocks-flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.scroll-block {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (min-width: 1205px) {
    .scroll-block {
        width: 400px;
        height: 400px;
    }
}

@media screen and (min-width: 1565px) {
    .scroll-block {
        width: 520px;
        height: 520px;
    }
}

@media screen and (min-width: 1820px) {
    .scroll-block {
        width: 600px;
        height: 600px;
    }
}

@media screen and (min-width: 2430px) {
    .scroll-block {
        width: 800px;
        height: 800px;
    }
}

@media screen and (min-width: 3050px) {
    .scroll-block {
        width: 1000px;
        height: 1000px;
    }
}

.scroll-block-data {
    font-family: Lexend;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: #0000007f;
    color: white;
    font-size: 21px;
    opacity: 0;
    transition: 500ms;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: default;
}

.scroll-block-data:hover {
    opacity: 1;
}

.scroll-air {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align:center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    transition: 300ms;
    pointer-events: none;
}

.scroll-air-flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.scroll-air-div { position: relative; }

.scroll-air-img {
    height: 100px;
    width: 100px;
}

.scroll-air-dot {
    height: 37px;
    width: 37px;
    position: absolute;
    bottom: -10px;
    right: -11px;
    border-radius: 50%;
    background-color: red;
    animation-iteration-count: infinite;
    animation-duration: 630ms;
    animation-name: airdotblinky;
}

@keyframes airdotblinky {
    0% { background-color: red; }
    50% { background-color: #ac1515; }
}