body {
    margin: 0px;
    font-family: "Outfit", helvetica, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #ffffff;
    overflow-x: hidden;
    background-color: #0f0f0f;
    font-family: 'Outfit', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background:  #000;
    height: 100%;
    width: 100vw;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    -webkit-transform: translateZ(0);
}

.markers {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    max-width: 1900px;
    margin: auto;
    z-index: 5;
    width: 100%;
}

.markers img {
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: .25;
}

.markers img:nth-of-type(1){ 
    top: 15px;
    left: 15px;
}

.markers img:nth-of-type(2){ 
    top: 15px;
    right: 15px;
}

.markers img:nth-of-type(3){ 
    bottom: 15px;
    right: 15px;
}

.markers img:nth-of-type(4){ 
    bottom: 15px;
    left: 15px;
}

.section-markers {
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: .5;
}

.section-markers:nth-of-type(1){ 
    top: 15px;
    left: 15px;
}

.section-markers:nth-of-type(2){ 
    top: 15px;
    right: 15px;
}

.section-markers:nth-of-type(3){ 
    bottom: 15px;
    right: 15px;
}

.section-markers:nth-of-type(4){ 
    bottom: 15px;
    left: 15px;
}

html {
    overflow-x: hidden;
}
#smooth-wrapper {
    z-index: 2;
    max-width: 1900px;
    margin: auto;
}
canvas {
    z-index: 0;
    position: fixed;
    top: 0px;
    margin: auto;
    max-width: 1900px;
    pointer-events: none;
}

@font-face {
    font-family: 'Gosna';
    src: url('../assets/gosna.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Gosna', sans-serif;
    text-transform: uppercase;
    font-size: 5rem;
    text-align: center;
    margin: 0 0 10px;
    line-height: 150%;
}

h2 {
    font-family: 'Gosna', sans-serif;
    text-transform: uppercase;
    font-size: 4rem;
    text-align: center;
    margin: 0 0 10px;
    line-height: 150%;
}

h3 {
    text-transform: uppercase;
    font-size: 2.2rem;
    text-align: center;
    margin: 0 0 10px;
    line-height: 150%;
    font-weight: 800;
    letter-spacing: .2rem;
    filter: blur(2.5px);
}

h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    line-height: 100%;
    font-weight: 800;
}

h5 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    line-height: 100%;
    font-weight: 800;
}

p {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 3px;
}

.p2 {
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: unset;
    line-height: 200%;
    padding-right: 50px;
    letter-spacing: 0px;
}

.sections {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 200px;
    max-height: 1000px;
}

.hero {
    position: fixed;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    mix-blend-mode: difference;
    width: 100%;
    top: 100px;
}

.section-0 {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    mix-blend-mode: difference;
    padding: 50px 0 ;
}

.section-0 p {
    filter: blur(1.5px);
} 

.section-0 {
    mix-blend-mode: difference;
}

.section-1 {
    padding: 100px 10% 0;
    align-items: center;
    justify-content: start;
}

.section-1 .child-panel {
    width: 66%;
    text-align: center;
}

#triangle {
    height: 250px;
}

#line {
    width: 50%;
    position: absolute;
    left: 0px;
    bottom: 50%;
    transform: translateY(calc(50% + 150px));
}

.section-2 {
    padding: 0 10%;
    align-items: start;
}

.section-2 .child-panel {
    width: 66%;
}

.section-2 h3  {
    text-align: left;
}

.section-3 {
    padding: 50px 5%;
    align-items: end;
    flex-direction: row;
    justify-content: end;
}

.section-3 .child-panel {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-3 .child-panel:nth-of-type(2) {
    text-align: right;
    transform: translateY(-25px);
}

.section-3 .child-panel:nth-of-type(1) {
    height: 100%;
    display: block;
    left: 5%;
    position: absolute;
    top: 50px;
}

.section-3 .child-panel:nth-of-type(2) p {
    padding-right: 0px;
}

.section-3 h3  {
    text-align: left;
}


.indicator-points {
    position: absolute;
    display: flex;
    pointer-events: none;
    width: 33%;
}

.indicator-points path {
    opacity: 0;
}

.indicator-points div {
    max-width: 400px;
}

.indicator-point-1 {
    bottom: 50px;
    transform: translate(0%, -50%);
    left: 19%;
    flex-direction: row;
}

.indicator-point-1 div {
    margin: 25px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.indicator-point-1 svg {
    margin-bottom: 30px;
}

.indicator-point-2 {
    top: 45%;
    transform: translate(0%, -50%);
    right: 15%;
    flex-direction: row-reverse;
    align-items: center;
}

.indicator-point-2 div {
    margin: 25px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.indicator-point-2 svg {
}

.indicator-point-3 {
    top: 15%;
    transform: translate(0%, 0%);
    left: 43%;
    flex-direction: row-reverse;
    align-items: start;
    max-height: 50%;
}

.indicator-point-3 div {
    margin: 25px;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.indicator-point-3 svg {
    margin-top: 30px;
}

.section-4 {
    align-items: end;
    flex-direction: row;
    padding: 0 50px;
    padding-bottom: 50px;
}

.section-4 .university {
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center;
}

.section-4 h3 {
    text-align: left;
}

.section-4 .school {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.section-4 .child-panel:nth-of-type(1) {
    width: calc(100% / 3);
}

.section-4 .child-panel:nth-of-type(2) {
    width: calc(100% / 2);
}

.wavelength-parent {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 10px;
    text-align: center;
}

.wavelength-parent p {
    margin: 0;
    font-weight: 900;
    font-size: 25px;
}

.wavelength-school {
    display: flex;
    justify-content: space-between;
}

.wavelength {
    height: 100px;
    background: linear-gradient(90deg, rgba(151,0,255,1) 0%, rgba(0,0,255,1) 20%, rgba(0,243,255,1) 30%, rgba(0,255,0,1) 50%, rgba(255,255,0,1) 75%, rgba(255,0,0,1) 100%);
}

.section-5 {
    padding: 50px 5%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.section-5 .child-panel {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-5 h3  {
    text-align: left;
    font-size: 2.2rem;
}
.section-5 svg {

}
.section-5 .p2 {
    margin: 0;
}

.section-5 h5 {
    position: absolute;
    right: 50px;
    bottom: 50px;
    text-align: right;
}

.section-5 h5 div {
    opacity: .3;
    width: 300px;
    border-top: transparent solid 1px;
    padding-top: 18px;
    transition: ease-in-out;
}

.section-6 {
    padding: 50px 5%;
    align-items: center;
    flex-direction: row;
    justify-content: end;
}

.section-6 .child-panel {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-6 h3  {
    text-align: left;
    font-size: 2.2rem;
}

.section-6 .p2 {
    margin: 0;
}

.section-6 h4 {
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.section-7 {
    align-items: end;
    flex-direction: row;
    padding: 50px 50px;
    padding-bottom: 50px;
}

.section-7 .university {
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center;
}

.section-7 h3 {
    text-align: left;
}

.section-7 .school {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.section-7 .child-panel:nth-of-type(1) {
    width: calc(100% / 3);
}

.section-7 .child-panel:nth-of-type(2) {
    width: calc(100% / 2);
}

/* TABLET */

@media (max-width: 1080px) {
    h1 {
        font-size: 3rem;
    
    }
    .wavelength-parent {
        width: 100%;
    }

    .sections .child-panel {
        width: 100%;
    }

    .sections {
        padding: 100px 5%;
    }

    #line {
        top: 50%;
        transform: translateY(calc(-50% - 100px));
    }

    .indicator-points  {
        display: none;
    }

    section-3 .child-panel:nth-of-type(1) {
        height: 100%;
        display: block;
        left: auto;
        position: relative;
        top: auto;
    }

    .section-3 {
        flex-direction: column;
    }

    .section-3 .child-panel {
        width: 66.6%;
    }

    .section-4 .school {
        flex-direction: column;
    }

    .section-4 .child-panel:nth-of-type(1) {
        width: calc(100% / 2);
    }
    .section-7 .child-panel:nth-of-type(1), .section-7 .child-panel:nth-of-type(2) {
        width: 50%;
    }

    html .section-7 .child-panel p {
        padding: 0px;
    }

    .section-4 .child-panel:nth-of-type(1) {
        width: 66%;
    }
}

/* MOBILE */

.mobile-break {
    display: none;
}

@media (max-width: 500px) {
    .mobile-break {
        display: initial;
    }
    .desktop-break {
        display: none;
    }
    h1 {
        font-size: 3rem;
        margin-bottom: 25px;
    }

    h3 {
        font-size: 1.7rem;
        letter-spacing: .1rem;
        filter: blur(1.8px);
        margin-bottom: 10px;
    }

    h5 {
        font-size: 10px;
    }

    .section-5 h3 {
        font-size: 1.7rem;
    }

    .section-6 h3 {
        font-size: 1.7rem;
    }

    p {
        font-size: 14px;
    }

    .p2 {
        font-size: 10px;
        padding-right: 0px;
        letter-spacing: 0px;
    }

    section-1 {
        padding: 0 5%; 
    }

    .section-4 {
        padding: 0 5%;
    }

    .section-4 .child-panel:nth-of-type(1) {
        width: 100%;
    }

    .section-4 .child-panel:nth-of-type(2) {
        width: 100%;
    }

    #line {
        top: 50%;
        transform: translateY(calc(-50% + 100px));
    }

    .wavelength {
        height: 50px;
    }

    .section-7 {
        padding: 50px 5%;
        padding-bottom: 50px;
    }

    .section-7 .school {
        flex-direction: column;
    }

    .section-7 .child-panel:nth-of-type(1), .section-7 .child-panel:nth-of-type(2) {
        width: 100%;
    }

    .section-5 h5 {
        bottom: 15px;
    }

    .section-5 h5 div {
        width: 150px;
    }
}