@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@700&display=swap');
html,
body {
    overflow: hidden;
    font: 16px 'Nunito', sans-serif;
    color: #fefeff;
}

:root {
    --ablazeAqua: #00ffa9;
}

@font-face {
    font-family: HelveticaNow;
    src: url(fonts/HelveticaNowDisplay-ExtraBold.ttf);
}

@font-face {
    font-family: HelveticaNowLight;
    src: url(fonts/HelveticaNowDisplay-Regular.ttf);
}

@font-face {
    font-family: TitanLight;
    src: url(fonts/GALACTICNCV.ttf);
}

body {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.about::-webkit-scrollbar {
    display: none;
    width: 0.5em;
}

.about::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(126, 126, 126, 0.3);
}

.about::-webkit-scrollbar-thumb {
    background-color: #4cb08e;
    outline: 1px solid rgb(54, 54, 54);
    border-radius: 10px;
}

.page-container {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
}


/* About Page Styling */

.about {
    visibility: visible;
    position: absolute;
    top: 10%;
    bottom: auto;
    height: 88%;
    width: 87%;
    font-family: HelveticaNow;
    overflow: auto;
    margin-left: 15%;
    display: inline-flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    /* pointer-events: none; */
    /*   width: 1em; */
}

.about>#heading {
    color: #00ffa9;
    font-family: HelveticaNow;
    letter-spacing: 0.1em;
    font-size: 4em;
    /* user-select: none;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.5px;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s; */
}

.about>#headings {
    text-transform: uppercase;
    text-decoration: none;
    color: #00ffa9;
    font-family: HelveticaNow;
    font-size: 6.66667vmin;
    text-align: left;
    padding: 50px 0px 0px 0px;
    color: transparent;
    -webkit-text-stroke-color: #00ffa9;
    -webkit-text-stroke-width: 1px;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s;
}

.about>#headings:hover {
    color: #00ffa9;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s;
}

.about>#sub-heading {
    font: 16px 'Lato', sans-serif;
    font-size: 1.5em;
    padding-bottom: 2em;
    text-align: left;
    max-width: 30%;
    /* user-select: none;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.5px;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s; */
}

.about>#sub-headinglist {
    font: 16px 'Lato', sans-serif;
    font-size: 1.5em;
    text-align: left;
}

.about>#summary {
    font: 16px 'Lato', sans-serif;
    font-size: 1.5em;
    padding: 0.4em 0em;
    text-align: left;
    color: #fff;
    max-width: 48.88889vmin;
    /* user-select: none;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.5px;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s; */
}

.about>#summarylist {
    font: 13px 'Lato', sans-serif;
    font-size: 1.5em;
    padding: 0.4em 0em;
    text-align: left;
    color: #fff;
    max-width: 48.88889vmin;
    /* user-select: none;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.5px;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s; */
}


/* Text flicker Animation */

.flicker-slow {
    animation: flicker 3s alternate infinite;
}

.flicker-fast {
    animation: flicker 1s linear infinite;
}

@keyframes flicker {
    40% {
        opacity: 1;
    }
    42% {
        opacity: 0.8;
    }
    43% {
        opacity: 1;
    }
    45% {
        opacity: 0.3;
    }
    46% {
        opacity: 1;
    }
}


/* Adding Flex to elements */

.title,
.content,
#heading {
    font-family: HelveticaNow;
    visibility: visible;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
    z-index: -100;
}

h1 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2em;
    font-size: 5em;
    user-select: none;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.5px;
    /* font-family: TitanLight !important; */
    visibility: hidden;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s;
    /* animation: flicker 3s alternate infinite; */
}

h1:hover {
    color: #e3e3e3;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .4), 0 0 20px #69F0AE, 0 0 40px rgba(0, 230, 118, .75), 0 0 50px rgba(0, 230, 118, .75), 0 0 100px rgba(0, 230, 118, .75);
}

h1:active {
    pointer-events: none;
}

[class^="letter"] {
    -webkit-transition: opacity 3s ease;
    -moz-transition: opacity 3s ease;
    transition: opacity 3s ease;
}

.letter-0 {
    transition-delay: 0.1s;
}

.letter-1 {
    transition-delay: 0.3s;
}

.letter-2 {
    transition-delay: 0.5s;
}

.letter-3 {
    transition-delay: 0.7s;
}

.letter-4 {
    transition-delay: 0.9s;
}

.letter-5 {
    transition-delay: 1.1s;
}

.letter-6 {
    transition-delay: 1.3s;
}

.letter-7 {
    transition-delay: 1.5s;
}

h1.transition-in {
    visibility: visible;
}

h1 [class^="letter"] {
    opacity: 0;
}

h1.transition-in [class^="letter"] {
    opacity: 1;
}


/* h2 styling */

h2 {
    /* font-family: TitanLight !important; */
    letter-spacing: 0.2em;
    font-size: 5em;
    user-select: none;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.5px;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s;
}

h2:hover {
    color: #e3e3e3;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .4), 0 0 20px #69F0AE, 0 0 40px rgba(0, 230, 118, .75), 0 0 50px rgba(0, 230, 118, .75), 0 0 100px rgba(0, 230, 118, .75);
}

#h2 {
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 5em;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#h2.transition-in {
    visibility: visible;
}

#h2 [class^="letter"] {
    opacity: 0;
}

#h2.transition-in [class^="letter"] {
    opacity: 1;
}


/* h3 styling */

h3 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2em;
    font-size: 2em;
    user-select: none;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.4px;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s;
}

h3:hover {
    color: #e3e3e3;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s;
    text-shadow: 2px 2px 1px rgb(0 0 0 / 40%), 0 0 20px #69f0ae, 0 0 40px rgb(0 230 118 / 75%), 0 0 50px rgb(0 230 118 / 75%), 0 0 100px rgb(0 230 118 / 75%);
}

#h3 {
    visibility: visible;
    position: absolute;
    top: 57%;
    left: 40%;
    padding-left: 5em;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#h3.transition-in {
    visibility: visible;
}

#h3 [class^="letter"] {
    opacity: 0;
}

#h3.transition-in [class^="letter"] {
    opacity: 1;
}

#h4 {
    visibility: visible;
    position: absolute;
    top: 35%;
    left: 56%;
    padding-left: 5em;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


/* 
#h4:hover {
    color: #e3e3e3;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .4), 0 0 20px #fe3a80, 0 0 40px rgba(255, 0, 91, .75), 0 0 50px rgba(255, 0, 91, .75), 0 0 100px rgba(255, 0, 91, .75);
} */

#h4.transition-in {
    visibility: visible;
}

#h4 [class^="letter"] {
    opacity: 0;
}

#h4.transition-in [class^="letter"] {
    opacity: 1;
}


/* title styling */

.title {
    visibility: visible;
    position: absolute;
    top: 2%;
    bottom: auto;
    height: 80px;
    width: 100%;
    z-index: 1000;
    /*   width: 1em; */
}

.title a {
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'HelveticaNow';
    color: #666;
    /* font-family: 'Roboto', sans-serif; */
    font-size: 1.3em;
    transition: color .35s;
}

.title a:hover {
    color: #00ffa9;
    transition: color .35s;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .4), 0 0 20px #69F0AE, 0 0 40px rgba(0, 230, 118, .75), 0 0 50px rgba(0, 230, 118, .75), 0 0 100px rgba(0, 230, 118, .75);
}


/* nav styling */

.nav {
    visibility: visible;
    position: absolute;
    top: 2%;
    left: 85%;
    bottom: auto;
    height: 80px;
    width: 100%;
    z-index: 1000;
    /*   width: 1em; */
}

.nav a {
    text-decoration: none;
    color: #909090;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    transition: color .35s;
    font-size: 2em;
    transition: all .2s cubic-bezier(.3, 0, .5, 1);
    -webkit-font-smoothing: antialiased;
}

.nav .menu {
    color: #909090;
    font-size: 1em;
    line-height: 1.0625rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 15px 35px 0 0;
    padding-bottom: 10px;
    transition: color .2s linear;
}

.nav a:hover {
    color: #00ffa9;
    transition: color .35s;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .4), 0 0 20px #69F0AE, 0 0 40px rgba(0, 230, 118, .75), 0 0 50px rgba(0, 230, 118, .75), 0 0 100px rgba(0, 230, 118, .75);
}


/* Icon 1 */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 36px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* content styling */

.content {
    visibility: visible;
    position: absolute;
    top: 50%;
    bottom: auto;
    height: 80px;
    width: 100%;
    z-index: 1000;
    font-family: HelveticaNow;
    /*   width: 1em; */
}

.content ul>li {
    list-style-type: none;
    padding: 1em;
}

.content a {
    text-decoration: none;
    color: #fff;
    font-family: HelveticaNow;
    font-size: 5em;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s;
}

.content a:hover {
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s;
}

d
/* contact styling */

.contact {
    visibility: visible;
    position: absolute;
    top: 50%;
    bottom: auto;
    height: 80px;
    width: 100%;
    z-index: 1000;
    font-family: HelveticaNow;
    /*   width: 1em; */
}

.contact>#heading {
    font-size: 8em;
    top: 25%;
    pointer-events: none;
    -webkit-text-stroke-width: 1px;
    text-align: center;
}

.contact ul {
    margin: 0;
    padding: 1em;
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact ul li {
    list-style: none;
    margin: 0 15px;
}

.contact i {
    pointer-events: none;
}

.contact ul li a,
button {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    text-decoration: none;
    line-height: 103px;
    margin: 0.5em;
    background: rgb(51, 51, 51);
    border-radius: 50%;
    font-size: 40px;
    color: #c2c2c2;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    border-color: transparent;
}

#tooltip {
    font-size: .5em;
    font-weight: bold;
    float: none;
    opacity: 0;
    transition: .5s;
}

#info {
    float: none;
    right: auto;
    font-size: .5em;
    font-weight: bold;
    transition: .5s;
}


/* .contact ul li a:hover+#info {
    font-size: .5em;
    font-weight: bold;
    color: #fff;
    opacity: 1;
    transition: .5s;
} */

.contact ul li a::before,
#email::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffee10;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}

.contact ul li a:hover::before,
#email:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #ffee10;
}

.contact ul li a:hover,
#email:hover {
    color: #ffee10;
    box-shadow: 0 0 5px #ffee10;
    text-shadow: 0 0 5px #ffee10;
}

.contact ul>li h1 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.2em;
    font-size: 5em;
    user-select: none;
    color: #fff;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.5px;
    transition: color .35s, -webkit-text-stroke-color .35s, -webkit-text-stroke-width .35s, text-shadow .35s;
}


/* .contact ul>li text {
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 5em;
} */


/* reveal effect styling  */

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

#wrapper {
    width: 80px;
    height: 250px;
    position: absolute;
    top: 2%;
    right: 0;
    bottom: auto;
    left: 5%;
    margin: auto;
    font-family: "proxima-nova";
    font-size: 20px;
    background: transparent;
}

.jey {
    text-transform: capitalize;
    font-family: 'HelveticaNow';
    font-style: normal;
    font-weight: 700;
}

.ef {
    text-transform: capitalize;
    font-family: 'HelveticaNowLight';
    font-style: normal;
    font-weight: 300;
}

#reveal {
    float: left;
    padding: 10px;
    border: 2px solid var(--ablazeAqua);
    background: transparent;
}

#reveal a {
    text-decoration: none;
    color: inherit;
}

#reveal span {
    float: left;
    right: 50%;
}

other {
    opacity: 0;
}

.subtitle {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    color: rgb(255, 255, 255);
    display: none;
}


/* KeyFrame Animation */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    animation: fadeIn ease-in 2s;
    animation-fill-mode: forwards;
    animation-duration: 4s;
}


/* CSS Media Queries to handle Responsive View */

@media only screen and (max-width: 1600px) {
    /*Tablets [601px -> 1200px]  15inch*/
    #h1 {
        top: 42%;
        left: 50%;
        font-size: 3em;
    }
    #h2 {
        top: 50%;
        left: 50%;
        padding-left: 5em;
        font-size: 3em;
    }
    #h3 {
        top: 57%;
        left: 40%;
        font-size: 1.5em;
    }
    #h4 {
        font-size: 1.5em;
    }
    .content a {
        font-size: 3em;
    }
    .about>#summary {
        max-width: 40%;
        font-size: 1.2em;
    }
    .about>#headings {
        font-size: 9vmin;
    }
    .about>#sub-heading {
        max-width: 40%;
    }
    .about>#sub-heading {
        font-size: 1.2em;
    }
    .contact>#heading {
        font-size: 5em;
    }
}

@media only screen and (max-width: 1400px) {
    /*Tablets [601px -> 1200px]*/
    h1 {
        /* color: red; */
    }
    .contact>#heading {
        font-size: 4em;
    }
}

@media only screen and (max-width: 1200px) {
    /*Tablets [601px -> 1200px]  large Phone*/
    #h1 {
        top: 46%;
        left: 45%;
        font-size: 5em;
    }
    #h2 {
        top: 52%;
        left: 60%;
        padding-left: 0em;
        font-size: 5em;
    }
    #h3 {
        top: 57%;
        left: 52%;
        font-size: 2em;
    }
    #h4 {
        font-size: 2em;
        top: 41%;
        left: 46%;
        padding-left: 0em;
    }
    .content a {
        font-size: 7em;
    }
    /* about media */
    .about {
        margin-left: 7%;
    }
    .about>#summary {
        max-width: 90%;
        font-size: 1.5em;
    }
    .about>#headings {
        font-size: 7vmin;
        -webkit-text-stroke-width: 1.5px;
        letter-spacing: 3px;
    }
    .about>#sub-heading {
        max-width: 90%;
        margin-bottom: 50px;
    }
    .about>#sub-heading {
        font-size: 1.2em;
    }
    .contact>#heading {
        font-size: 3em;
    }
    #reveal {
        float: left;
        padding: 20px;
        border: 4px solid var(--ablazeAqua);
        background: transparent;
    }
    #reveal a {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 600px) {
    /*Big smartphones [426px -> 600px]*/
    h1 {
        top: 42%;
        left: 50%;
    }
    #h2 {
        top: 52%;
        left: 45%;
    }
    #h3 {
        top: 60%;
        left: 40%;
    }
    #h4 {
        top: 34%;
        left: 56%;
    }
    .about>#sub-heading {
        max-width: 55%;
    }
}

@media only screen and (max-width: 425px) {
    /*Small smartphones [325px -> 425px]*/
    h1 {
        top: 42%;
        left: 50%;
    }
    #h2 {
        top: 52%;
        left: 44%;
    }
    #h3 {
        top: 60%;
        left: 40%;
    }
    #h4 {
        top: 34%;
        left: 56%;
    }
    .about>#sub-heading {
        max-width: 55%;
    }
}