* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body {
    width: 100%;
    height: 100%;
    font-family: "HelveticaNeue", sans-serif; /* Define font family and fallback */
    background-color: black;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("./HelveticaNeue-Light.otf") format("opentype"); /* Specify the correct font file path */
}


img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 100%;
    height: 100%;
}

section.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #5546ff;
}

nav {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "ppneuemontreal-medium", sans-serif; /* Use the correct font family name */
    font-size: 40px;
    color: greenyellow;
}

@font-face {
    font-family: "pppneuemontreal-medium";
    src: url("./ppneuemontreal-medium.otf") format("opentype"); /* Specify the correct font file path */
}

.links {
    display: flex;
    align-items: center;
    gap: 1em;
}

.links a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.5em 1em;
    font-size: 15px;
    color: rgb(146, 255, 56);
    border: 1.25px solid #d7e275;
    border-radius: 20px;
}

.header {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header h1 {
    text-transform: uppercase;
    font-family: "Humane-Medium", sans-serif;
    font-size: 45vw;
    font-weight: 400;
    color: rgb(151, 255, 82);
    line-height: 100%;
}

@font-face {
    font-family: "Humane-Medium";
    src: url("./Humane-Medium.otf") format("opentype"); /* Specify the correct font file path */
}

section.website-content {
    position: absolute;
    top: 100vh;
    width: 100%;
    height: 300vh;
    background-color: #252525;
    padding: 6em 2em;
}

.tracker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 75%;
    padding: 2em 0;
}

.emoji {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 450px;
    background: url(./Glow.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-color: #d7e275;
    border-radius: 100%;
}

.emoji-face {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
}

.eyes, .mouth-wrapper {
    flex: 1;
}

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

.eyes img {
    width: 69px;
    height: 69px;
    animation: rotateEye 4s infinite linear;
}

.mouth-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.mouth {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #252525;
    animation: wonderFace 2s infinite cubic-bezier(0.075, 0.82, 0.165, 1);
}

.section-header {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 2em;
}

.section-header h1 {
    font-family: "Humane-Medium", sans-serif;
    font-size: 12vw;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

@font-face {
    font-family: "Humane-Medium";
    src: url("./Humane-Medium.otf") format("opentype"); /* Specify the correct font file path */
}

.section-header h2 {
    font-family: "Humane-Medium", sans-serif;
    font-size: 12vw;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

@font-face {
    font-family: "Humane-Medium";
    src: url("./Humane-Medium.otf") format("opentype"); /* Specify the correct font file path */
}

.section-header p {
    color: aliceblue;
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
    align-self: center;
    width: 25%;
}

.row {
    display: flex;
    gap: 2em;
    margin: 2em 0;
}

.row img {
    height: 600px;
}

#id {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-height: 100vh;
}

.nav {
    position: end;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 15vh;
    
    text-transform: uppercase;
    padding: 0vw 3vw;
    mix-blend-mode: difference;
}

.lft-nav {
    font-size: 1.5vw;
    height: 5.45vh;
    overflow: hidden;
    cursor: pointer;
}

.lft-nav h1 {
    color: #fff;
    font-family: "ppneuemontreal-medium", sans-serif;
    text-align: center;
    font-weight: 400;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) .35s;
}

.lft-nav:hover #Logo {
    margin-top: -5.4vh;
}

.rght-nav {
    font-size: 0.8vw;
    height: 3vh;
    overflow: hidden;
    cursor: pointer;
}

.rght-nav h2 {
    color: #fff;
    font-family: "ppneuemontreal-medium", sans-serif;
    text-align: center;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) .35s;
}

.rght-nav:hover #Mail {
    margin-top: -2.5vh;
}

.center {
    text-align: center;
    color: #fff;
    font-family: "ppneuemontreal-medium", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.note-nav {
    font-size: 1.5vw;
    height: 5.45vh;
    overflow: hidden;
    cursor: pointer;
}

.note-nav h2 {
    color: #fff;
    font-family: "ppneuemontreal-medium", sans-serif;
    text-align: center;
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) .35s;
}

.note-nav:hover #WorkFlow {
    margin-top: -4.5vh;
}

@font-face {
    font-family: "pppneuemontreal-medium";
    src: url("./ppneuemontreal-medium.otf") format("opentype"); /* Specify the correct font file path */
}


@keyframes rotateEye {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wonderFace {
    0% {
        height: 40px;
    }
    50% {
        height: 80px;
    }
    100% {
        height: 40px;
    }
}
