@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

html{
    scrollbar-width: bold;
    scrollbar-color: #3399ff #222;
}
body {
    overflow: hidden;
}
section {
    overflow: hidden;
    scrollbar-width: hidden;
    scrollbar-color: transparent transparent;
}

html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    scroll-snap-type: y proximity;
    overflow-y: scroll;
    height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    cursor: default;
    margin: 0;
    padding: 0;
    background-color: black
}

.head {
    display: flex;
    flex-direction: row;
    gap: 7%;
    align-items: flex-start;
    margin: 2% 4%;
}

a {
    all: unset;
    cursor: pointer;
    transition: 0.5s;
}

a:hover {
    transform: scale(1.10);
}

img {
    border-radius: 10%;
    height: 525px;
    margin-top: -5%;
}

.head h1:not(.main) {
    font-weight: 600;
}

section {
    height: 110vh;
    flex-direction: column;
    scroll-snap-align: start;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    overflow: hidden
    
}

.scroll-down {
    margin-top: 0%;
    font-size: 1.5rem;
    font-size: 30px;
    font-weight: 900;
}

#page1 {
    background-color: rgba(67,170,255,1.00);
    color: yellow

}
#page2 {
    background-color:yellow;
    color: hotpink;
}
#page3 {
    background-color: hotpink;
    color: rgba(185,0,2,1.00);
}
#page4 {
    background-color: rgba(235,0,73,1.00);
    color: rgba(141,203,255,1.00);
}



@media (max-width: 768px) {

    body {
        min-height: 100%;
        background-color: rgba(67,170,255,1.00);
        color: rgba(0,104,143,1.00);
        text-align: center;
        font-family: "Nunito", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        cursor: default;
        margin: 0;
        padding: 0;
    }

    .head {
        display: flex;
        flex-direction: row;
        gap: 7%;
        align-items: flex-start;
        margin: 2% 4%;
        font-size: 9px;
    }

    a {
        all: unset;
        cursor: pointer;
    }

    img {
        border-radius: 10%;
        height: 225px;
        margin-top: 40%;
    }
    #page1 {
    font-size: 11px;

}

    .head h1:not(.main) {
        font-weight: 900;
	font-size: 13px;
    }
    .scroll-down {
        margin-top: 20%;
        font-size: 1.5rem;
        font-size: 30px;
        font-weight: 900;
}
}
