@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");

:root {
    --nav-width: 68px;
    --first-color: #e63912;
    --first-color-light: #681b09;
    --white-color: #DCDCDC;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*,
::before,
::after {
    box-sizing: border-box
}
html{
    height: 100%!important;
    width: 100%!important;
    overflow: hidden;
}
body {
    position: relative;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s;
    overflow-x: clip;
    overflow-y: clip;
}

a {
    text-decoration: none
}

body:before{
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 60vw;
    height: 60vw;
    background-color: #dcdcdc;
    right: 0;
    left: 0;
    z-index: 1;
    filter: blur(120px);
    bottom: 0;
    top: 70vw;
    margin: auto;
}
body:after{
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    width: 60vw;
    height: 60vw;
    background-color: #e63912;
    left: 0;
    top: 0;
    filter: blur(120px);
    right: 0;
    bottom: 70vw;
    margin: auto;
}

.header_toggle {
    color: var(--first-color);
    font-size: 2.5rem;
    cursor: pointer;
    position: absolute;
    transition: .5s;
    z-index: 10;
}

.header_img {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden
}

.header_img img {
    width: 40px
}

.l-navbar {
    position: fixed;
    top: 0;
    left: -30%;
    width: var(--nav-width);
    height: 100vh;
    background-color: var(--first-color);
    padding: .5rem 1rem 0 0;
    transition: .5s;
    z-index: var(--z-fixed)
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.nav_logo,
.nav_link {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    column-gap: 1rem;
    padding: .5rem 0 .5rem 1.5rem
}

.nav_logo {
    margin-bottom: 2rem;
    padding-left: 1rem!important;
}

.nav_logo-icon {
    font-size: 1.25rem;
    color: var(--white-color);
    width: 2.4rem;
    filter: invert(1);
}

.nav_logo-name {
    color: var(--white-color);
    font-weight: 700
}

.nav_link {
    position: relative;
    color: var(--first-color-light);
    margin-bottom: 1.5rem;
    transition: .3s
}

.nav_link:hover {
    color: var(--white-color)
}

.nav_icon {
    font-size: 1.25rem
}

.show {
    left: 0
}

.body-pd {
    padding-left: calc(var(--nav-width))
}

.active {
    color: var(--white-color)
}

.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 32px;
    background-color: var(--white-color)
}

.height-100 {
    height: 100vh
}




#content{
    z-index: 5;
}

#imgContainer{

}



#imgContainer:before{
    content: "";
    display: block;
    position: absolute;
    width: 210vw;
    height: 137vh;
    background-color: #353434;
    right: 0;
    top: 96vh;
    z-index: 1;
    bottom: 0;
    left: -40vw;
    margin: auto;
    transform: rotate(-16deg);
    box-shadow: 0 0 20px 0px;
    filter: unset;
}
#imgContainer:after{
    content: "";
    display: block;
    position: absolute;
    width: 141vw;
    height: 50vh;
    background-color: #353434;
    left: -17vw;
    top: 8vh;
    right: 0rem;
    bottom: 0;
    margin: auto;
    transform: rotate(12deg);
    box-shadow: 0 0 20px 0px;
    filter: unset;
}

#imgContainer img{
    width: 49vw;
    position: absolute;
    left: 0;
    top: 3vh;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

#mySelf{
    position: absolute;
    width: 100%!important;

}

#mySelf #hFi{
    color: var(--white-color);
    position: absolute;
    width: 24vw;
    top: 27vh;
    left: 5vw;
    font-size: 4vw!important;
}
#mySelf #hSe{
    color: var(--white-color);
    position: absolute;
    width: 27vw;
    top: 29vh;
    left: 5vw;
    font-size: 4vw!important;
}

#arrow1{
    display: none;
}

#mySelfText{
    color: var(--white-color);
    position: absolute;
    width: 85vw;
    top: 58vh;
    left: 0;
    z-index: 6;
    hyphens: auto;
    text-align: justify;
    font-size: 3vw;
    margin: 0 auto;
    right: 0;
}

#myImgContainer{
    width: 49vw;
    border-radius: 100%;
    overflow: hidden;
    height: 49vw;
    position: absolute;
    left: 0vw;
    top: 32vh;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}
#toools{
}
#mememe{
}
#toools img{
    width: 5vw;
    position: absolute;
    z-index: 6;
}
#toools img:nth-child(1){
    top: 85vh;
    left: 0;
    width: 21vw;
    right: 0;
    margin: 0 auto;
}
#toools img:nth-child(2){
    top: 76vh;
    left: 5vw;
    width: 44vw;
}
#toools img:nth-child(3){
    top: 74vh;
    left: 55vw;
    width: 38vw;
}
#toools img:nth-child(4){
    top: 57vh;
    left: 2vw;
    width: 32.2vw;
}
#toools img:nth-child(5){
    top: 57vh;
    left: 37vw;
    width: 23vw;
}
#toools img:nth-child(6){
    top: 57vh;
    left: 68vw;
    width: 24vw;
}

#games img{
    width: 5vw;
    position: absolute;
    z-index: 6;
}
#games img:nth-child(1){
    top: 65vh;
    left: 0;
    width: 67vw;
    right: 0;
    margin: 0 auto;
}
#games img:nth-child(2){
    top: 57vh;
    left: 0;
    width: 58vw;
    right: 0;
    margin: 0 auto;
}
#games img:nth-child(3){
    top: 80vh;
    left: 51vw;
    width: 38vw;
}
#games img:nth-child(4){
    top: 80vh;
    left: 9vw;
    width: 32.2vw;
}
#games img:nth-child(5){
    top: 57vh;
    left: 37vw;
    width: 23vw;
}
#games img:nth-child(6){
    top: 57vh;
    left: 68vw;
    width: 24vw;
}

.section{
    position: absolute;
    transition: 1s;
    width: 100%;
    left: 0;
}

.ooWindowTop{
    left: 96vw!important;
}

.ooWindowBot{
    left: -96vw!important;
}

#meImgContainer{
    border-radius: 100%;
    width: 49vw;
    height: 49vw;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: 1s;
}
#meImg{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.innerImg{
    width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.innerImg1{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#toolsImgContainer{
    position: absolute;
    width: 49vw;
    height: 49vw;
    top: 0;
    transition: 1s;
}
#gamesImgContainer{
    position: absolute;
    width: 49vw;
    height: 49vw;
    top: 0;
    transition: 1s;
}

.ooFrameBot{
    top: 25vh!important;
}
.ooFrameTop{
    top: -25vh!important;
}

#imgContainer img.hide{
    opacity: 0;
}
#vidContainer{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 1s;
    opacity: 0;
}
#vidContainer.play{
    opacity: 1;
}
#vid{
    width: 115vw;
    position: absolute;
    left: -8vw;
    top: -1vh;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

@media screen and (min-width: 768px) {
    body {
        padding-left: var(--nav-width);
        position: relative;
    }

    body:before{
        content: "";
        display: block;
        position: absolute;
        border-radius: 100%;
        width: 40vw;
        height: 40vw;
        background-color: #dcdcdc;
        right: 0;
        top: 0;
        z-index: 1;
        filter: blur(250px);
        bottom: 0;
        left: 50vw;
        margin: auto;
    }
    body:after{
        content: "";
        display: block;
        position: absolute;
        border-radius: 100%;
        width: 40vw;
        height: 40vw;
        background-color: #e63912;
        left: 0;
        top: 0;
        filter: blur(250px);
        right: 50vw;
        bottom: 0;
        margin: auto;
    }

    .header_img {
        width: 40px;
        height: 40px
    }

    .header_img img {
        width: 45px
    }

    .header_toggle{
        font-size: 2rem;
        position: absolute;
        left: 1rem;
        top: 0.5rem;
    }

    .l-navbar {
        left: 0;
        padding: 1rem 1rem 0 0
    }

    .show {
        width: calc(var(--nav-width) + 156px)
    }

    .body-pd {
        padding-left: 156px;
    }

    #content{
        z-index: 5;
    }

    #imgContainer{

    }



    #imgContainer:before{
        content: "";
        display: block;
        position: absolute;
        width: 108vw;
        height: 50vh;
        background-color: #353434;
        right: 0;
        top: 55vh;
        z-index: 1;
        bottom: 0;
        left: -5vw;
        margin: auto;
        transform: rotate(-16deg);
        box-shadow: 0 0 20px 0px;
        filter: unset;
    }
    #imgContainer:after{
        content: "";
        display: block;
        position: absolute;
        width: 104vw;
        height: 50vh;
        background-color: #353434;
        left: -5vw;
        top: 55vh;
        right: 0rem;
        bottom: 0;
        margin: auto;
        transform: rotate(12deg);
        box-shadow: 0 0 20px 0px;
        filter: unset;
    }

    #imgContainer img{
        width: 25vw;
        position: absolute;
        left: 0;
        top: 3vh;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        opacity: 1;
        transition: 1s;
    }

    #imgContainer img.hide{
        opacity: 0;
    }

    #mySelf{
        position: absolute;

    }

    #mySelf #hFi{
        color: var(--white-color);
        position: absolute;
        width: 14vw;
        top: 50vh;
        left: 19vw;
        font-size: 2vw!important;
    }
    #mySelf #hSe{
        color: var(--white-color);
        position: absolute;
        width: 14vw;
        top: 54vh;
        left: 19vw;
        font-size: 2vw!important;
    }

    #arrow1{
        width: 13vw;
        position: absolute;
        top: 68vh;
        z-index: 6;
        left: 9vw;
        transform: rotate(5deg);
        filter: invert(1);
        display: block;
    }

    #mySelfText{
        color: var(--white-color);
        position: absolute;
        width: 48vw;
        top: 65vh;
        right: 0;
        left: 0;
        z-index: 6;
        hyphens: auto;
        text-align: justify;
        font-size: 1vw;
        margin: 0 auto;
    }

    #myImgContainer{
        width: 14vw;
        border-radius: 100%;
        overflow: hidden;
        height: 14vw;
        position: absolute;
        left: 3vw;
        top: 42vh;
        margin: unset;
    }
    #meImgContainer{
        border-radius: 100%;
        width: 14vw;
        height: 14vw;
        overflow: hidden;
        position: absolute;
        top: 0;
        transition: 2s;
    }
    #meImg{
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #toools img{
        width: 5vw;
        position: absolute;
        z-index: 6;
    }
    #toools img:nth-child(1){
        top: 78vh;
        left: 9vw;
        width: 7vw;
        margin: unset;
    }
    #toools img:nth-child(2){
        top: 75vh;
        left: 21vw;
        width: 17vw;
    }
    #toools img:nth-child(3){
        top: 72vh;
        left: 43vw;
        width: 14vw;
    }
    #toools img:nth-child(4){
        top: 54vh;
        left: 61vw;
        width: 11.2vw;
    }
    #toools img:nth-child(5){
        top: 54vh;
        left: 73vw;
        width: 8vw;
    }
    #toools img:nth-child(6){
        top: 54vh;
        left: 84vw;
        width: 8vw;
    }

    #games img{
        width: 5vw;
        position: absolute;
        z-index: 6;
    }
    #games img:nth-child(1){
        top: 69vh;
        left: 5vw;
        width: 26vw;
        margin: unset;
    }
    #games img:nth-child(2){
        top: 70vh;
        left: 36vw;
        width: 27vw;
        right: unset;
    }
    #games img:nth-child(3){
        top: 50vh;
        left: 65vw;
        width: 14vw;
    }
    #games img:nth-child(4){
        top: 52vh;
        left: 82vw;
        width: 11.2vw;
    }


    .section{
        left: 0;
        top: 0;
        position: absolute;
        transition: 2s;
        width: 100%;
    }

    .ooWindowTop{
        left: 88vw!important;
        top: -47vh!important;
    }

    .ooWindowBot{
        left: -88vw!important;
        top: 51vh!important;
    }

    #toolsImgContainer{
        position: absolute;
        width: 14vw;
        height: 14vw;
        top: 0;
        transition: 2s;
    }
    #gamesImgContainer{
        position: absolute;
        width: 14vw;
        height: 14vw;
        top: 0;
        transition: 2s;
    }

    .ooFrameBot{
        top: 29vh!important;
    }
    .ooFrameTop{
        top: -29vh!important;
    }
    #vidContainer{
        position: absolute;
        width: 100%;
        height: 100%;
        transition: 1s;
        opacity: 0;
    }
    #vidContainer.play{
        opacity: 1;
    }
    #vid{
        width: 60vw;
        position: absolute;
        left: 0;
        top: -6vh;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }
}