@font-face {
    font-family: 'Archimoto V01';
    src: url('fonts/ArchimotoV01-Thin.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archimoto V01';
    src: url('fonts/ArchimotoV01-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RX100';
    src: url('fonts/RX100-Regular.woff2') format('woff2'),
         url('fonts/RX100-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --neon-pink: #d37df0;
    --primary-blue: #586ae2;
    --primary-cta: #7c8fff;
    --text-glow: 0 0 2px rgba(194, 82, 225, 0.8);
}

body {
    margin: 0;
    padding: 0 0 200px;
    font-family: 'RX100', 'Courier New', monospace;
    background: url('img/background.png') no-repeat center center fixed;
    background-size: cover;
    color: var(--neon-pink);
    min-height: 100vh;
}

.container {
    margin: 0 auto;
    padding: 2rem;
}

@media (min-width: 1441px) {
    .container,
    .logo {
        max-width: 32vw;
    }
    
    .hero h1 {
        margin-left: -55px;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .container,
    .logo  {
        max-width: 38vw;
    }
    
    .hero h1 {
        margin-left: -75px;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .container,
    .logo {
        max-width: 60vw;
    }
    .hero h1 {
        margin-left: -50px;
    }
}

.logos.content-section {
    flex-direction: initial;
    padding: 0;
}
@media (min-width: 991px) {
    .scrolled .logos.content-section {
        max-width: 1800px;
    }
}

.logo {
    width: 100%;
    height: auto;
    aspect-ratio: 1000/380;
    position: relative;
    margin: auto;
}

.logo img {
    width: 100%;
    margin-top: 94px;
}
.logo-circle {
    
    height: auto;
    position: relative;
}
@media (min-width: 991px) {
    .logo-circle {
        position: absolute;
        width: 200px;
        right: -200px;
        margin-left: auto;
        top: 0;
    }
    .logo img {
        margin-left: -15px;
    }
}

.hero h1 {
    font-family: 'Archimoto V01', 'Courier New', monospace;
    font-size: 2.625em; 
    font-weight: 100;
    line-height: 1.2;
    letter-spacing: 0.35em;
    color: var(--primary-blue);
    text-align: left;
    max-width: 600px;
    
    text-shadow: 
        0 0 7px var(--primary-blue),
        0 0 10px rgba(88, 106, 226, 0.7),
        0 0 21px rgba(88, 106, 226, 0.5);
    mix-blend-mode: screen;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px; 
    position: relative;
    left: 0;
}

.description {
    font-family: 'Archimoto V01', 'RX100', monospace;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(211, 125, 240, 0.8);
    color: var(--neon-pink);
    margin: 2rem 0;
    line-height: 1.5;
    font-size: 20px;
}

.content-section {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.icon-block {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.icon {
    display: block;
    width: 100px;
    height: 60px;
    background-size: 75%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

@media (max-width: 990px) {
    .icon {
        margin: 0 auto;
        background-position: center center;
        width: 180px;
        height: 100px;
    }
    .icon.sunburst {
        background-position-x: 37px;
    }

    .icon.circles {
        background-position-x: 22px;
    }

    .icon.globe {
        background-position-x: 37px;
    }
    
}
.icon.sunburst {
    background-image: url(img/sunburst.png);
}
.icon.circles {
    background-image: url(img/circles.png);
}
.icon.globe {
    background-image: url(img/globe.png);
}


.text-block {
    font-size: 18px;
    line-height: 1.6;
    color: var(--neon-pink);
    opacity: 0.9;
    text-shadow: var(--text-glow);
}

.cta-button {
    font-family: 'Archimoto V01', 'Courier New', monospace;
    font-weight: 400;
    color: var(--primary-cta);
    font-size: 1.1rem;
    line-height: 0.9;
    letter-spacing: 2px;
    margin-left: 0;
    margin-right: auto;
    align-self: flex-start;
    background: rgba(88, 106, 226, 0.1);
    border: 1px solid rgba(88, 106, 226, 0.8);
    border-radius: 25px;
    padding: 14px 20px 10px;
    cursor: pointer;
    position: relative;
    backdrop-filter: blur(4px);
    text-decoration: none;
    box-shadow: 0 0 15px rgba(88, 106, 226, 0.3),
                inset 0 0 15px rgba(88, 106, 226, 0.3);
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    transition: all 0.3s ease;
}
@media (max-width: 991px) {
    .cta-button {
        margin: auto;
    }   
}

.cta-button::after {
    content: '';
    display: block;
    margin-left: 10px;
    background: url(img/cta_icon.png) top right no-repeat;
    background-size: 75%;
    width: 40px;
    height: 20px;
}

.cta-button:hover {
    background: rgba(88, 106, 226, 0.3);
    box-shadow: 0 0 25px rgba(88, 106, 226, 0.5),
                inset 0 0 20px rgba(88, 106, 226, 0.4);
    transform: translateY(-2px);
}

.container::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 3rem 2rem 1rem;
    margin: 0 auto;
}

@media (min-width: 991px) {
    .logo {
        transition: all 0.5s ease;
        white-space: nowrap;
  display: inline-block;
    }
    .logo-circle {
        transition: width 0.5s ease;
    }

    header.scrolled {
        padding: 0.5rem 2rem;
        max-width: none;
    }

    header.scrolled .logos {
        justify-content: space-between;
        width: 100%;
    }

    header.scrolled .logo-circle {
        transform: translateX(0);
    }

    header.scrolled .logo {
        width: 150px;
        max-width: 150px;
        position: absolute;
    }
    header.scrolled .logo img {
        margin-top: 0;
        position: absolute;
        right: -12vw;
    }
    header.scrolled .logo-circle {
        width: 80px;
        max-width: 80px;
        right: -60vw;
    }

    .content-wrapper {
        padding-top: 65%;
    }
}

@media (min-width: 1441px) {
    header.scrolled .logo {
        width: 200px;
        max-width: 200px;
    }
}

@media (max-width: 990px) {
    header {
        position: relative;
        padding: 0.5rem 0;
        max-width: 100%;
    }

    .logo {
        width: 180px;
        max-width: 180px;
    }

    .content-wrapper {
        padding-top: 20px;
    }
    
    .container {
        padding: 1rem;
    }

    .content-section {
        padding: 0 1rem;
        margin-left: 0;
    }

    .hero h1 {
        font-size: 2em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
    }

    .icon-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .description {
        font-size: 18px;
        text-align: center;
    }

    .text-block {
        font-size: 16px;
    }
}
