:root {
    --animate-delay: 0.5s;
}

a {
    text-decoration: none;
    color: black;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins";
}

html {
    width: 100%;
}

body {
    background: rgba(0, 230, 146, 0.08);
    width: 100%;
}

a {
    text-decoration: none;
}

body::-webkit-scrollbar {
    display: none;
}

.sideNav {
    z-index: 1;
    background: rgba(0, 230, 146, 0.2);
    position: fixed;
    width: 4%;
    height: 60%;
    top: 50%;
    transform: translate(0, -50%);

    border-radius: 30em;
}

.sideNav p {
    /* C */

    font-style: normal;
    font-weight: 500;
    font-size: 3em;
    /* identical to box height, or 42% */

    color: #000000;

    text-shadow: -0.17em 0.1em 0px #8de3c3;

    text-align: center;
    padding-top: 1%;
}

.sideNav i {
    font-size: 1.9em;
}

.sideNav .option {
    margin-top: 30%;
    color: #00e692;
    border-right: none;
    height: 8%;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* animation: fadeIn; */
}

.sideNav .option:hover {
    /* animation: fadeIn 1s; */
    transition: all 200ms ease-in-out;
    color: #236b51;
}

.sideNav .option:nth-of-type(1) {
    margin-top: 170%;
}

.sideNav .option.active {
    color: #236b51;
    border-right: #236b51 solid 0.3em;
}

.lowerNav {
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

    background: rgba(0, 230, 146, 0.2);
    position: fixed;
    width: 14%;
    height: 7.5%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);

    border-radius: 30em;
}

.lowerNav i {
    font-size: 1.9em;
}

.lowerNav .icons:hover {
    color: #00e692;
    transition: all 200ms ease-in-out;
}

.contentWrapper {
    /* scroll-snap-type: y mandatory; */
    width: 80%;
    margin: auto;
    height: 100%;
    overflow: hidden;
}

/* Content Profile */

.content.profile {
    /* margin-left: 10rem; */
    padding-top: 13%;
    display: flex;
    justify-content: left;
    /* height: 70vh; */
    width: 100%;
    height: 100%;
    margin-bottom: 50%;
}

.content.profile h1 {
    text-shadow: -0.2em 0.1em 0px #8de3c3;
    font-weight: 500;
    /* width: 10%; */
    font-size: 6.5em;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-top: 2%;
}

.content.profile p {
    margin-top: 5%;
    font-size: 2em;
}

.content.profile h5 {
    font-size: 2em;
}

.content.profile p:nth-last-of-type(1) {
    color: #236b51;
    margin-top: 4%;
    font-size: 1.8em;
    /* width: 90%; */
}

.rightSide {
    position: relative;
    width: 35%;
    height: 70%;
    overflow: hidden;
    border-radius: 30px;
    margin-left: 10%;
    box-shadow: 1em 1.3em 0px #8de3c3;
}

.rightSide img {
    width: 120%;
    /* height: 2%; */
    transform: scale(1);
    object-position: -2.5rem;
    /* object-position: bottom; */
}

.leftSide {
    margin-left: 2%;
    width: 50%;
}

/* Content Skill */

.content.skill {
    /* background-color: aqua;
    width: 20rem;
    height: 35rem; */
    /* margin-top: 5rem; */
    padding-top: 4%;
    width: 100%;
    height: 80%;
    /* margin-bottom: ; */
    /* padding-bottom: 10rem; */
    /* margin-left: 10rem; */
}

.content.skill h1 {
    text-shadow: -0.2em 0.1em 0px #8de3c3;
    font-weight: 500;
    /* width: 32vw; */
    font-size: 5em;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-left: 6.9%;
}

.content.skill p {
    color: #236b51;
    margin-top: 3%;
    font-size: 1.5em;
    width: 60%;
    margin-left: 6.2%;
}

.balls {
    width: 80%;
    height: 80%;
    margin-left: 13%;
    overflow: hidden;
    /* padding-bottom: 2rem; */
}

.upperSkill,
.lowerSkill {
    display: flex;
    margin-top: 8%;
}

.upperSkill {
    margin-top: 5%;
}

.ball img {
    width: 90%;
    /* object-position: 0 0.5rem; */
    margin-top: 8%;
    /* height: 10rem; */
}

.ball {
    text-align: center;
    width: 16%;
    /* height: 20%; */
    overflow: hidden;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0.5em 0.8em 0px #8de3c3;
    margin-left: 20%;
}

.ball:nth-of-type(1) {
    margin-left: 0;
}

.lowerSkill .ball {
    margin-left: 20%;
}

.ball.js img {
    transform: scale(0.7);
    /* object-position: 0 0.5rem; */
    /* height: 8rem; */
}

.ball.php img {
    margin-top: 27%;
}

.ball.mysql img {
    margin-top: 3%;
    /* object-position: center; */
}

/* Custom Animation */

.ball.html {
    --animate-duration: 2s;
}

/* Projects */

.buttons {
    display: flex;
    margin-top: 2%;
    margin-left: 50%;
    justify-content: space-around;
    width: 10%;
}
.headerWrapper {
    display: flex;
    /* justify-content: space-evenly; */
    width: 90%;
    /* align-items: center; */
    /* height: 100%; */
}

.headerWrapper i {
    font-size: 2em;
}

.headerWrapper .backButton,
.headerWrapper .nextButton {
    display: flex;
    background-color: #8de3c3;
    width: 3em;
    height: 3em;
    border-radius: 50em;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* margin-top: 2%; */
}

.headerWrapper .backButton:hover,
.headerWrapper .nextButton:hover {
    background-color: #00e692;
    transition: all 200ms ease-in-out;
}

.content.projects {
    /* padding-bottom: 100vh; */
    width: 100%;
    height: 50%;
    margin-top: 30%;
    padding-bottom: 20%;
}

.projects .projectWrapper .project {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    height: 80%;
    align-items: center;
    margin-left: 1%;
    transition: all 200ms ease-out;
}

.projectWrapper {
    display: flex;
    flex: 0 0 auto;
    /* position: relative; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* margin: left; */
}

.projectLeftSide {
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    margin-left: 3%;
    box-shadow: -1.44783em 1.083em 0px #8de3c3;
    transition: all 300ms ease-in-out;
    position: relative;
}

.projectLeftSide:hover {
    box-shadow: -2.44783em 2.083em 0px #8de3c3;
}

.blurLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 230, 146, 0.2);
    transition: all 300ms ease-in-out;
}

.projectLeftSide:hover .blurLayer {
    background-color: rgba(0, 230, 146, 0);
}

.projectLeftSide img {
    width: 100%;
    /* object-position: 0rem; */
}

.projectRightSide {
    width: 50%;
    /* align-self: center; */
    margin-left: 2%;
}

.projects h1 {
    text-shadow: -0.2em 0.1em 0px #8de3c3;
    font-weight: 500;
    /* width: 30%; */
    font-size: 4.6em;
    letter-spacing: 0.3rem;
    line-height: 5rem;
    margin-left: 2rem;
    margin-bottom: 4%;
}

.projects .project p {
    width: 100%;
    font-size: 1.2em;
}

.projects .project h2 {
    font-size: 5em;
}

.projects span {
    font-size: 1.3em;
    font-weight: 700;
    color: #00e692;
}

.projectWrapper .project.hide {
    margin-left: -93em;
    transition: all 200ms ease-out;
}

.backButton.dead,
.nextButton.dead {
    background-color: grey;
    cursor: unset;
}

.headerWrapper .backButton.dead:hover,
.headerWrapper .nextButton.dead:hover {
    background-color: grey;
}



@media only screen and (max-width: 1709px) {
    *{
        font-size: 98%;
    }

    .projectWrapper .project.hide{
        margin-left: -88rem;
    }
  }


@media only screen and (max-width: 1504px) {
    *{
        font-size: 95%;
    }

    .projectWrapper .project.hide{
        margin-left: -79rem;
    }

  }

  @media only screen and (max-width: 1253px) {
    *{
        font-size: 92%;
    }

    .projectWrapper .project.hide{
        margin-left: -68rem;
    }

   
  }
