@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bagel+Fat+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600&display=swap');

/*section{
    font-family: 'Roboto', sans-serif;
    background-image: url("../img/background.png");
    background-size: cover;
    !*z-index: -1;*!
}


main{
    position: relative;
    height: 600vh;
    width: 98vw;

}
!*header styles*!
body>main>header{
    position:fixed;
    background: white;
    height: 50px;
    width: 98vw;
    top: 0;
    z-index: 0;

}
body>main>header>p{
    position: relative;
    display: inline;
    font-size: 20px;
    font-weight: bolder;
    font-family: 'Roboto Mono', monospace;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
body>main>header>p>span{
    color: rgba(255, 0, 0, 0.91);
}


body>main>header>nav{
    position: absolute;
    display: inline-block;
    right: 100px;
    top: 0;
}

body>main>header>nav>menu{
    position: relative;

}

body>main>header>nav>menu>li{
    position: relative;
    display: inline-block;
    padding-right: 10px;
    text-decoration: rgba(255, 0, 0, 0.91);
    font-size: 15px;
    font-weight: bolder;
    font-family: 'Roboto Mono', monospace;
}

body>main>section{
    position: relative;
    !*display: grid;*!
    flex-direction: column;
    height: 100vh;
    width: 98vw;
    top: 50px;
}
!*Landing page first potion (introduction)*!

!*First intro text*!

body>main>section:nth-child(2)>div:nth-child(1){
    position: absolute;
    font-size: 50px;
    font-weight: bolder;
    display: inline;
    z-index: 1;
    left: 100px;
    text-align: left;
    top: 50px;

}

body>main>section:nth-child(2)>div:nth-child(1)>p{
    margin: 0;
}
body>main>section:nth-child(2)>div:nth-child(1)>p:nth-child(1){
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .15rem;

}
body>main>section:nth-child(2)>div:nth-child(1)>p:nth-child(2){
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .15rem;

}
body>main>section:nth-child(2)>div:nth-child(1)>p:nth-child(3){
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .15rem;

}
body>main>section:nth-child(2)>div:nth-child(1)>p:nth-child(4){
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .15rem;
    color: rgba(255, 0, 0, 0.91);
}

body>main>section:nth-child(2)>div:nth-child(2){
    position: sticky;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}

body>main>section:nth-child(2)>div>img{
    position: relative;
    display: flex;
    top: 50px;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 800px;
    margin: auto;

}

body>main>section:nth-child(2)>div:nth-child(3){
    position: absolute;
    font-size: 50px;
    font-weight: bolder;
    display: inline;
    z-index: 1;
    right: 100px;
    text-align: right;
    bottom: 100px;
}
body>main>section:nth-child(2)>div:nth-child(3)>p{
    margin: 0;
}
body>main>section:nth-child(2)>div:nth-child(3)>p:nth-child(1){
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .15rem;

}
body>main>section:nth-child(2)>div:nth-child(3)>p:nth-child(2){
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .15rem;
}
body>main>section:nth-child(2)>div:nth-child(3)>p:nth-child(3){
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .15rem;

}
body>main>section:nth-child(2)>div:nth-child(3)>p:nth-child(4){
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: .15rem;
    color: rgba(255, 0, 0, 0.91);
}
!*Landing page second potion (Lang and tools)*!
body>main>section:nth-child(3)>p:nth-child(1){
    position: absolute;
    font-size: 50px;
    font-weight: bolder;
    display: inline;
    z-index: 1;
    left: 100px;
    text-align: right;
    top: 0;
}

body>main>section:nth-child(3)>p:nth-child(1)>span{
    color: rgba(255, 0, 0, 0.91);
}

body>main>section:nth-child(3)>div {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    width: 88vw;
    height: 300px;
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

body>main>section:nth-child(3)>div figure{
    position: relative;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}

body>main>section:nth-child(3)>div figure>img{
    vertical-align: top;
}

body>main>section:nth-child(3)>p:nth-child(3){
    position: absolute;
    display: inline;
    text-align: center;
    font-size: 35px;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;

}
!*<!--My Project section-->*!
body>main>section:nth-child(4){
    position: relative;
    display: flex !important;
    flex-direction:column;
    flex-grow: 1;
    overflow: hidden;
    justify-content: center;
}
body>main>section:nth-child(4)>div:nth-child(1){
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 200px;
}
body>main>section:nth-child(4)>div figure{
    position: relative;
    display: inline-block;
}
body>main>section:nth-child(4)>div:nth-child(2){
    position: relative;
    display: flex;

}

body>main>section:nth-child(4)>div:nth-child(2)>p{
    position: relative;
    display: inline;
    font-size: 50px;
    font-weight: bolder;
    font-family: 'Roboto Mono', monospace;
    width: 100%;

}
body>main>section:nth-child(5){
    background: url("../img/badges/IMG_20230522_171407_HDR.jpg") !important;
    background-size: cover;
    display: flex;
    flex-direction: row;
    width: 98%;
    overflow: hidden;
    justify-content: center;

}
body>main>section:nth-child(5)>h1{
    position: relative;
    display: inline-block;
    color: rgba(255, 0, 0, 0.91);
    left: 100px;
    top: 50px;
}

body>main>section:nth-child(5)>button{
    position: sticky;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    top: 75%;
    left: 75%;
    background-color: #1537f5;
    color: white;
    border: none;
}

body>main>section:nth-child(5)>div:nth-child(2)>h1{
    top: 100px;
}
body>main>section:nth-child(5)>div:nth-child(2){
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body>main>section:nth-child(5)>div:nth-child(3){
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
body>main>section:nth-child(5)>div:nth-child(4){
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
body>main>section:nth-child(5)>div:nth-child(5){
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body>main>section:nth-child(5)>div>div{
    position: relative;
    display: flex;
    flex-direction: row;
}

body>main>section:nth-child(6)>div{
    position: sticky;
    display: inline-block;
    top: 0;
    left: 100px;
    height: 100vh;
    margin: auto;
}

body>main>section:nth-child(6)>div>figure{
    width: 500px;
    height: 600px;
    object-fit: fill;
}

body>main>section:nth-child(6)>div>figure>img{
   filter: saturate(120%);

}


body>main>section:nth-child(6)>nav{
    position: absolute;
    display: inline-block;
    text-decoration: none;
}

body>main>section:nth-child(6)>nav>menu{
    position: absolute;
    display: grid;
    grid-template-rows: repeat(3,1fr);
    grid-gap: 30px;
    left: 0;
    top: 250px;
    bottom: 0;
    margin: auto;

}

body>main>section:nth-child(6)>nav>menu>div{
    height: 100px;
    width: 600px;
    background-color: rgba(255, 155, 155, 0.75);
    position: relative;
    display: block;
    padding-right: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    box-shadow: #49f5f3 3px 3px 7px 3px;

    text-align: center;


}
body>main>section:nth-child(6)>nav>menu>div:nth-child(2){
    left: 48px;
}
body>main>section:nth-child(6)>nav>menu>div:nth-child(3){
    left: 96px;
}

body>main>section:nth-child(6)>nav>menu>div>a{
    !*text-decoration: none;*!
    position: relative;
    display: inline-block;
    padding-top: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: white;
    text-shadow: -1px 1px 0 #000,
    2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000;
    font-size: 50px;
    font-weight: bolder;
    font-family: 'Beautiful People Personal Use', sans-serif;

}

body>main>section:nth-child(7){
    display: flex;
    top: 50px;
    flex-direction: column;
}

body>main>section:nth-child(7)>p:nth-child(1){
    position: relative;
    display: inline;
    top: 50px;
    width: 98vw;
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
    font-family: 'Roboto Mono', monospace;
}

body>main>section:nth-child(7)>p:nth-child(1)>span{
    color: rgba(255, 0, 0, 0.91);
}

body>main>section:nth-child(7)>div:nth-child(2){
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 400px;
    height: 50vh;
    font-size: 20px;
    font-weight: bolder;
    font-family: 'Paytone One', monospace;
    left: 50%;
    top: 20%;
}
body>main>section:nth-child(7)>div:nth-child(2)>div{
    display: block;
    width: 500px;
}

body>main>section:nth-child(7)>div:nth-child(2)>div:nth-child(1)>label{
    padding-right: 50px;
}
body>main>section:nth-child(7)>div:nth-child(2)>div:nth-child(2)>label{
    padding-right: 45px;
}
body>main>section:nth-child(7)>div:nth-child(2)>div:nth-child(3)>label{
    padding-right: 28px;
}

body>main>section:nth-child(7)>div:nth-child(2)>div:nth-child(3)>input{
    height: 200px;
}

body>main>section:nth-child(7)>div:nth-child(2)>div:nth-child(4){
    position: relative;
    display: block;
    width: 100px;
    height: 30px;
    left: 250px;
    margin: auto;
}

body>main>section:nth-child(7)>div:nth-child(2)>div:nth-child(4)>input{
    color: white;
    background-color: #5ae509;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: #c4ff16 2px 2px 2px 2px;
}
body>main>section:nth-child(7)>div:nth-child(2)>div>input:nth-child(2){
    background: #d9ff9c;
    border: none;
    width: 100%;
}
body>main>section:nth-child(7)>div:nth-child(3) {
    position: relative;
    display: block;
    width: 438px;
    height: 88px;
    left: 0;
    top: -200px;
}
body>main>section:nth-child(7)>div:nth-child(3)>a{
    position: relative;
    display: block;
    width: 438px;
    height: 88px;
}
body>main>section:nth-child(7)>div:nth-child(3)>a>input{
    position: relative;
    display: block;
    width: 438px;
    height: 88px;
    background-color: #1537f5;
    color: white;
    border-radius: 10px;
    box-shadow: #49f5f3 2px 2px 2px;
    font-size: 20px;
    text-align: center;
    left: 100px;
}

body>main>section:nth-child(7)>div:nth-child(3)>i{
    position: relative;
    display: inline-block;
    font-size: 50px;
    width: 438px;
    height: 88px;
    text-align: right;
    top: -70px;
    left: 80px;
    color: white;


}


body>main>section:nth-child(7)>p:nth-child(4){
    position: relative;
    display: inline-block;
    left: 300px;
    width: fit-content;
    font-size: 20px;
    font-weight: bolder;
    font-family: 'Paytone One', monospace;
    bottom: 100px;
}

body>main>section:nth-child(7)>div:nth-child(5){
    position: relative;
    display: inline-block;
    width: 40vw;
    height: 50px;
    left: 100px;
    bottom: 50px;
}

body>main>section:nth-child(7)>div:nth-child(5)>figure{
    position: relative;
    display: inline-block;
}

footer{
    position: relative;
    color: #fff;
    height: 30px;
    padding: 10px;
    bottom: -300px;
    background-color: rgba(255, 0, 0, 0.91);
    font-family: 'Karla Medium',sans-serif;
    font-size: 20px;
}

footer>p{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    top: 0;
    bottom: 0;
    margin: auto;
}

footer>p>span:nth-child(3){
    position: relative;
    width: fit-content;
    padding-left: 100px;
}*/

a {
    text-decoration: none;
}

.scroll-animate{
    opacity:0;
    transition:all 1s;
}

.show{
    opacity: 1;
}

/*media queries*/
/*Laptop large*/
@media (max-width: 1427px) {
    body > main > header {
        position: fixed;
        background: white;
        display: flex;
        height: 40px;
        width: 99%;
        top: 0;
        z-index: 2;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;

    }

    body > main > header > p {
        position: relative;
        display: inline;
        font-size: 18px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        padding-left: 1.2rem;
        top: 0;
        bottom: 0;
        margin: 0 auto 0 20px;
    }

    body > main > header > p > span {
        color: rgb(235, 38, 20);
    }


    body > main > header > nav {
        position: relative;
        display: flex;
        flex-direction: row;
        right: 100px;
        top: 0;
    }

    body > main > header > nav > menu {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    body > main > header > nav > menu > li {
        position: relative;
        display: inline-block;
        padding-right: 8px;
        text-decoration: rgb(235, 38, 20);
        font-size: 12px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        color: #211f1f!important;
    }
    .nav-link{
        transition: 0.7s ease;
    }

    .nav-link:hover{
        color: red;
    }
    .hamburger{
        display: none;
    }

    .bar{
        display: block;
        width:25px;
        height:3px;
        margin: 5px 0 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color:darkblue;
    }

    body > main > section {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 98vh;
        width: 100%;
        top: 40px;
        background-image: url("/assets/img/background.png");
        background-size: cover;
    }

    /*Landing page first potion (introduction)*/
    /*First intro text*/
    body > main > section:nth-child(2) > div:nth-child(1) {
        position: absolute;
        font-size: 45px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        left: 100px;
        text-align: left;
        top: 45px;
        line-height: calc(45px*1.2);
        font-family: 'Titillium Web', sans-serif !important;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p {
        /*-webkit-text-stroke: 1px white;*/
        margin: 0;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: 0;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: 0;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: 0;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;
        color: rgb(235, 38, 20);
    }

    body > main > section:nth-child(2) > div:nth-child(2) {
        position: sticky;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;

    }

    body > main > section:nth-child(2) > div > img {
        position: relative;
        display: flex;
        top: 50px;
        bottom: 50px;
        left: 0;
        right: 0;
        width: 700px;
        margin: auto;

    }

    body > main > section:nth-child(2) > div:nth-child(3) {
        position: absolute;
        font-size: 45px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        right: 5%;
        text-align: right;
        bottom: 10%;
        line-height: calc(45px*1.2);
        font-family: 'Titillium Web', sans-serif;
    }

    body > main > section:nth-child(2) > div:nth-child(3) > p {
        /*-webkit-text-stroke: 1px white;*/
        margin: 0;
    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: 0;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: 0;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: 0;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: 0;

        color: rgb(235, 38, 20);
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p >span{
        opacity:0;
        transition: all 0.4s ease;
        transform: translateY(50px);
        display:inline-block;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p >span.fade{
        opacity:1;
        transform: translateY(0px);
    }

    body > main > section:nth-child(2) > div:nth-child(3) > p >span{
        opacity:0;
        transition: all 0.4s ease;
        transform: translateY(50px);
        display:inline-block;
    }

    body > main > section:nth-child(2) > div:nth-child(3) > p >span.fade{
        opacity:1;
        transform: translateY(0px);
    }

    /*Landing page second potion (Lang and tools)*/
    body > main > section:nth-child(3) {
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
    }

    body > main > section:nth-child(3) > p:nth-child(1) {
        position: relative;
        font-size: 40px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        height: fit-content;
        top: 2%;
        left: 0;
        right: 0;
        margin: auto;
        text-shadow: 2px 2px 8px #360f0f;
    }

    body > main > section:nth-child(3) > p:nth-child(1) > span {
        color: rgb(235, 38, 20);
        text-shadow: 2px 2px 8px #360f0f;
    }

    body > main > section:nth-child(3) > div:nth-child(2) {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        height: fit-content;
        top: 0;
    }

    body > main > section:nth-child(3) > div figure {
        position: relative;
        display: flex;
        flex-direction: row;
        margin: auto;
    }

    body > main > section:nth-child(3) > div figure figcaption {
        position: relative;
        display: inline-block;
        top: 0;
        bottom: 0;
        font-size: 20px;
        font-family: "Karla Medium", sans-serif;
        text-shadow: 0px 0px 2px white;
        color: #3f3d3d;
        margin: auto;
    }

    body > main > section:nth-child(3) > div figure > img {
        max-width: 100%;
        height: auto;
    }

    body > main > section:nth-child(3) > p:nth-child(3) {
        font-family: 'Montserrat Alternates', sans-serif;
        font-weight: bold;
        font-style: italic;
        position: relative;
        display: block;
        text-align: center;
        font-size: 30px;
        margin: auto;
        bottom: 20px;
        color: #ffffff;
        text-shadow: 2px 2px 8px #360f0f;
    }

    /*<!--My Project section-->*/
    body > main > section:nth-child(4) {
        position: relative;
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        overflow: hidden;
        justify-content: center;
    }

    body > main > section:nth-child(4) > div:nth-child(1) {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-columns: auto;
        gap: 100px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body > main > section:nth-child(4) > div:nth-child(1) figure {
        position: relative;
        display: inline-block;
        width: 200px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }


    body > main > section:nth-child(4) > div > p {
        position: relative;
        display: inline-block;
        font-size: 80px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        bottom: 10px;
        margin: auto;
        color: rgba(76, 175, 80, 0%);
        -webkit-text-stroke: 2px black;
    }

    body > main > section:nth-child(5) {
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow: hidden;
        justify-content: center;
    }

    body > main > section:nth-child(5) > h1 {
        position: relative;
        display: inline-block;
        color: rgba(255, 92, 0, 0.91);
        left: 100px;
        top: 50px;
    }

    body > main > section:nth-child(5) > button {
        position: absolute;
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-color: #1537f5;
        color: white;
        border: none;
        top: 80%;
        left: 90%;
    }


    body > main > section:nth-child(5) > button:hover{
        background-color: white;
        color:#1537f5 ;
        border: 2px solid #1537f5;
    }

    body > main > section:nth-child(5) > div:nth-child(2) > h1 {
        top: 100px;
    }

    body > main > section:nth-child(5) > div:nth-child(2) {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        /*background: url("../img/badges/IMG_20230522_171407_HDR.jpg");
        background-size: cover;*/
    }

    body > main > section:nth-child(5) > div:nth-child(3) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(4) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(5) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div > div {
        position: relative;
        display: flex;
        flex-direction: row;

    }

    body > main > section:nth-child(6) {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-content: center;


    }

    body > main > section:nth-child(6) > div:nth-child(1) {
        position: relative;
        display: flex;
        top: 0;
        left: 0;
        width: 50%;
        height: 100vh;
    }

    body > main > section:nth-child(6) > div > figure {
        object-fit: fill;
    }

    body > main > section:nth-child(6) > div > figure > img {
        filter: saturate(120%);

    }


    body > main > section:nth-child(6) > nav {
        position: relative;
        display: flex;
        text-decoration: none;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-content: space-around;
        align-items: center;
    }

    body > main > section:nth-child(6) > nav > menu {
        position: absolute;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 30px;

    }

    body > main > section:nth-child(6) > nav > menu > div {
        height: 100px;
        width: 450px;
        background-color: rgba(255, 155, 155, 0.75);
        position: relative;
        display: block;
        padding-right: 10px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 10px;
        box-shadow: #49f5f3 3px 3px 7px 3px;
        text-align: center;


    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(2) {
        left: -48px;
    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(1) {
        left: -96px;
    }

    body > main > section:nth-child(6) > nav > menu > div > a {
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding-top: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        color: white;
        text-shadow: -1px 1px 0 #000,
        2px 2px 0 #000,
        2px -2px 0 #000,
        -2px -2px 0 #000;
        font-size: 50px;
        font-weight: bolder;
        font-family: 'Beautiful People Personal Use', sans-serif;

    }

    body > main > section:nth-child(7) {
        display: flex;
        top: 50px;
        flex-direction: column;
    }

    body > main > section:nth-child(7) > p:nth-child(1) {
        position: relative;
        display: inline;
        top: 50px;
        width: 98vw;
        text-align: center;
        font-size: 50px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
    }

    body > main > section:nth-child(7) > p:nth-child(1) > span {
        color: rgba(255, 0, 0, 0.9);
        -webkit-text-stroke: 1px white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: space-around;
        align-items: flex-start;

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) {
        display: flex;
        flex-direction: column;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) input {
        position: relative;
        display: block;
        width: 400px;
        height: 88px;
        background-color: #1537f5;
        color: white;
        border-radius: 10px;
        box-shadow: #49f5f3 2px 2px 2px;
        font-size: 20px;
        text-align: center;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) i {
        position: relative;
        display: inline-block;
        font-size: 45px;
        width: 438px;
        height: 88px;
        text-align: right;
        top: -70px;
        left: -50px;
        color: white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        font-family: 'Paytone One', monospace;
        text-shadow: #49f5f3 2px 2px 2px;
        text-align: center;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-content: center;
        justify-content: start;
        align-items: center;
        justify-items: stretch;
        gap: 50px;
        font-size: 20px;
        font-weight: bolder;
        font-family: 'Paytone One', monospace;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div input {
        color: white;
        background-color: #5ae509;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #386ef5 2px 2px 2px 2px;
        font-family: 'Titillium Web', sans-serif;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div textarea {
        color: white;
        background-color: #5ae509;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #386ef5 2px 2px 2px 2px;
        text-shadow: 2px 2px 2px #5e5e5e;
    }


    footer {
        position: relative;
        color: #fff;
        height: 30px;
        padding: 10px;
        bottom: -300px;
        background-color: rgba(255, 0, 0, 0.8);
        font-family: 'Karla Medium', sans-serif;
        font-size: 20px;
    }

    footer > p {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    footer > p > span:nth-child(3) {
        position: relative;
        width: fit-content;
        padding-left: 100px;
    }
}

/*Laptop*/
@media (max-width: 1024px) {
    body > main > header {
        position: fixed;
        background: white;
        display: flex;
        height: 40px;
        width: 99%;
        top: 0;
        z-index: 2;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;

    }

    body > main > header > p {
        position: relative;
        display: inline;
        font-size: 18px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        padding-left: 1.2rem;
        top: 0;
        bottom: 0;
        margin: 0 auto 0 20px;
    }

    body > main > header > p > span {
        color: rgb(235, 38, 20);
    }


    body > main > header > nav {
        position: absolute;
        display: inline-block;
        right: 100px;
        top: 0;
    }

    body > main > header > nav > menu {
        position: relative;

    }

    body > main > header > nav > menu > li {
        position: relative;
        display: inline-block;
        padding-right: 8px;
        text-decoration: rgb(235, 38, 20);
        font-size: 12px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
    }

    body > main > section {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        top: 40px;
        background-image: url("/assets/img/background.png");
        background-size: cover;
    }

    /*Landing page first potion (introduction)*/
    /*First intro text*/
    body > main > section:nth-child(2) > div:nth-child(1) {
        position: absolute;
        font-size: 40px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        left: 100px;
        text-align: left;
        top: 50px;
        font-family: 'Titillium Web', sans-serif;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p {
        margin: 0;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .30rem;
        color: rgb(235, 38, 20);
        font-family: 'Bagel Fat One', cursive;
        -webkit-text-stroke: 0.01rem #ffacac;
        text-shadow: 3px 3px 2px rgba(159, 1, 1, 0.95);
    }

    body > main > section:nth-child(2) > div:nth-child(2) {
        position: sticky;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;

    }

    body > main > section:nth-child(2) > div > img {
        position: relative;
        display: flex;
        top: 50px;
        bottom: 50px;
        left: 0;
        right: 0;
        width: 700px;
        margin: auto;

    }


    body > main > section:nth-child(2) > div:nth-child(3) {
        position: absolute;
        font-size: 40px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        right: 5%;
        text-align: right;
        bottom: 10%;
        font-family: 'Titillium Web', sans-serif;
    }

    body > main > section:nth-child(2) > div:nth-child(3) > p {
        margin: 0;
    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;
        -webkit-text-stroke: 0.01rem #ffacac;
        text-shadow: 3px 3px 2px rgba(159, 1, 1, 0.95);
        font-family: 'Bagel Fat One', cursive;
        color: rgb(235, 38, 20);
    }

    /*Landing page second potion (Lang and tools)*/
    body > main > section:nth-child(3) {
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
    }

    body > main > section:nth-child(3) > p:nth-child(1) {
        position: relative;
        font-size: 40px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        height: fit-content;
        top: 2%;
        left: 0;
        right: 0;
        margin: auto;
        font-family: 'Titillium Web', sans-serif;
        text-shadow: 2px 2px 2px #fda9a9;
    }

    body > main > section:nth-child(3) > p:nth-child(1) > span {
        color: rgb(235, 38, 20);
        text-shadow: 2px 2px 2px #637eff;
    }

    body > main > section:nth-child(3) > div:nth-child(2) {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        height: fit-content;
        top: 0;
    }

    body > main > section:nth-child(3) > div figure {
        position: relative;
        display: flex;
        flex-direction: row;
        margin: auto;
    }

    body > main > section:nth-child(3) > div figure figcaption {
        position: relative;
        display: inline-block;
        top: 0;
        bottom: 0;
        font-size: 20px;
        font-family: "Karla Medium", sans-serif;
        text-shadow: 0px 1px 2px white;
        color: #3f3d3d;
        margin: auto;
    }

    body > main > section:nth-child(3) > div figure > img {
        max-width: 100%;
        height: auto;
    }

    body > main > section:nth-child(3) > p:nth-child(3) {
        font-family: 'Montserrat Alternates', sans-serif;
        font-weight: bold;
        font-style: italic;
        position: relative;
        display: block;
        text-align: center;
        font-size: 30px;
        margin: auto;
        bottom: 20px;
        color: #ffffff;
        -webkit-text-stroke-color: rgba(255, 0, 0, 0.82);
        -webkit-text-stroke-width: 1px;
        text-shadow: 2px 2px 2px #ababab;
    }

    /*<!--My Project section-->*/
    body > main > section:nth-child(4) {
        position: relative;
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        overflow: hidden;
        justify-content: center;
    }

    body > main > section:nth-child(4) > div:nth-child(1) {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-columns: auto;
        gap: 100px;
        left: 0;
        right: 0;
        margin: auto;
    }

    body > main > section:nth-child(4) > div:nth-child(1) figure {
        position: relative;
        display: inline-block;
        width: 200px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }


    body > main > section:nth-child(4) > div > p {
        position: relative;
        display: inline-block;
        font-size: 80px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        bottom: 10px;
        margin: auto;
        color: rgba(76, 175, 80, 0%);
        -webkit-text-stroke: 2px black;
    }

    body > main > section:nth-child(5) {
        display: flex;
        flex-direction: row;
        width: 100%;
        overflow: hidden;
        justify-content: center;
        background: url(../img/badges/IMG_20230522_171407_HDR.jpg);
        background-size: cover;
        align-content: center;
        align-items: stretch;
        flex-wrap: nowrap;
    }

    body > main > section:nth-child(5) > h1 {
        position: relative;
        display: inline-block;
        color: rgba(255, 92, 0, 0.91);
        left: 100px;
        top: 50px;
    }

    body > main > section:nth-child(5) > button {
        position: absolute;
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background-color: #1537f5;
        color: white;
        border: none;
        top: 80%;
        left: 90%;
    }

    body > main > section:nth-child(5) > div:nth-child(2) > h1 {
        top: 100px;
    }

    body > main > section:nth-child(5) > div:nth-child(2) {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;

    }

    body > main > section:nth-child(5) > div:nth-child(3) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(4) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(5) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div > div {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;

    }

    body > main > section:nth-child(6) {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-content: center;


    }

    body > main > section:nth-child(6) > div:nth-child(1) {
        position: relative;
        display: flex;
        top: 0;
        left: 0;
        width: 50%;
        height: 100vh;
    }

    body > main > section:nth-child(6) > div > figure {
        object-fit: fill;
    }

    body > main > section:nth-child(6) > div > figure > img {
        filter: saturate(120%);

    }


    body > main > section:nth-child(6) > nav {
        position: relative;
        display: flex;
        text-decoration: none;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-content: space-around;
        align-items: center;
        right: 5%;
    }

    body > main > section:nth-child(6) > nav > menu {
        position: absolute;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 30px;

    }

    body > main > section:nth-child(6) > nav > menu > div {
        height: 100px;
        width: 350px;
        background-color: rgba(255, 155, 155, 0.75);
        position: relative;
        display: block;
        padding-right: 10px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 10px;
        box-shadow: #49f5f3 3px 3px 7px 3px;
        text-align: center;


    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(2) {
        left: 0;
    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(1) {
        left: 0;
    }

    body > main > section:nth-child(6) > nav > menu > div > a {
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding-top: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        color: white;
        text-shadow: -1px 1px 0 #000,
        2px 2px 0 #000,
        2px -2px 0 #000,
        -2px -2px 0 #000;
        font-size: 40px;
        font-weight: bolder;
        font-family: 'Beautiful People Personal Use', sans-serif;

    }

    body > main > section:nth-child(7) {
        display: flex;
        top: 50px;
        flex-direction: column;
    }

    body > main > section:nth-child(7) > p:nth-child(1) {
        position: relative;
        display: inline;
        top: 50px;
        width: 98vw;
        text-align: center;
        font-size: 50px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
    }

    body > main > section:nth-child(7) > p:nth-child(1) > span {
        color: rgba(255, 0, 0, 0.9);
        -webkit-text-stroke: 1px white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: space-around;
        align-items: flex-start;

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) {
        display: flex;
        flex-direction: column;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) input {
        position: relative;
        display: block;
        width: 438px;
        height: 88px;
        background-color: #1537f5;
        color: white;
        border-radius: 10px;
        box-shadow: #49f5f3 2px 2px 2px;
        font-size: 20px;
        text-align: center;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) i {
        position: relative;
        display: inline-block;
        font-size: 50px;
        width: 438px;
        height: 88px;
        text-align: right;
        top: -70px;
        left: -10px;
        color: white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        font-family: 'Paytone One', monospace;
        text-shadow: #49f5f3 2px 2px 2px;
        text-align: center;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-content: center;
        justify-content: start;
        align-items: center;
        justify-items: stretch;
        gap: 50px;
        font-size: 20px;
        font-weight: bolder;
        font-family: 'Paytone One', monospace;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div input {
        color: white;
        background-color: #5ae509;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #c4ff16 2px 2px 2px 2px;
        font-family: 'Titillium Web', sans-serif;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div textarea {
        color: white;
        background-color: #5ae509;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #c4ff16 2px 2px 2px 2px;
    }


    footer {
        position: relative;
        color: #fff;
        height: 30px;
        padding: 10px;
        bottom: -300px;
        background-color: rgba(255, 0, 0, 0.8);
        font-family: 'Karla Medium', sans-serif;
        font-size: 20px;
    }

    footer > p {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    footer > p > span:nth-child(3) {
        position: relative;
        width: fit-content;
        padding-left: 100px;
    }
}

/*tablet size*/
@media (max-width: 768px) {
    body > main > header {
        position: fixed;
        background: white;
        height: 40px;
        width: 100%;
        top: 0;
        z-index: 2;

    }

    body > main > header > p {
        position: relative;
        display: inline;
        font-size: 18px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > header > p > span {
        color: rgb(235, 38, 20);
    }


    body > main > header > nav {
        position: absolute;
        display: inline-block;
        right: 100px;
        top: 0;
    }

    body > main > header > nav > menu {
        position: relative;

    }

    body > main > header > nav > menu > li {
        position: relative;
        display: inline-block;
        padding-right: 8px;
        text-decoration: rgb(235, 38, 20);
        font-size: 12px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
    }

    .hamburger{
        display: block;

    }
    .hamburger.active .bar:nth-child(2){
        opacity:0;
    }
    .hamburger.active .bar:nth-child(1){
       transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    .nav-menu{
        position:fixed;
        left:-100%;
        top:25px;
        flex-direction: column;
        background-color: #ffffff;
        /*width:100%;*/
        text-align: center;
        transition: 0.3s;

    }

    .nav-item{
        margin: 16px 0;
    }

     .nav-menu.active{
         left: 0;
         width:100%;
     }


    body > main > section {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        top: 40px;
        background-image: url("/assets/img/background.png");
        background-size: cover;
    }

    /*Landing page first potion (introduction)*/
    /*First intro text*/
    body > main > section:nth-child(2) > div:nth-child(1) {
        position: absolute;
        font-size: 30px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        left: 100px;
        text-align: left;
        top: 50px;
        font-family: 'Titillium Web', sans-serif;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p {
        -webkit-text-stroke: 1px white;
        margin: 0;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .30rem;
        color: rgb(235, 38, 20);
        font-family: 'Bagel Fat One', cursive;
        -webkit-text-stroke: 0.01rem #ffacac;
        text-shadow: 3px 3px 2px rgba(159, 1, 1, 0.95);
    }

    body > main > section:nth-child(2) > div:nth-child(2) {
        position: sticky;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;

    }

    body > main > section:nth-child(2) > div > img {
        position: relative;
        display: flex;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 500px;
        margin: auto;

    }


    body > main > section:nth-child(2) > div:nth-child(3) {
        position: absolute;
        font-size: 30px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        right: 5%;
        text-align: right;
        bottom: 10%;
        font-family: 'Titillium Web', sans-serif;
    }

    body > main > section:nth-child(2) > div:nth-child(3) > p {
        margin: 0;
        -webkit-text-stroke: 1px white;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;
        -webkit-text-stroke: 0.01rem #ffacac;
        text-shadow: 3px 3px 2px rgba(159, 1, 1, 0.95);
        font-family: 'Bagel Fat One', cursive;
        color: rgb(235, 38, 20);
    }

    /*Landing page second potion (Lang and tools)*/
    body > main > section:nth-child(3) {
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
    }

    body > main > section:nth-child(3) > p:nth-child(1) {
        position: relative;
        font-size: 35px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        height: fit-content;
        top: 4%;
        left: 0;
        right: 0;
        margin: auto;
        font-family: 'Titillium Web', sans-serif;
        text-shadow: 2px 2px 2px #fda9a9;
    }

    body > main > section:nth-child(3) > p:nth-child(1) > span {
        color: rgb(235, 38, 20);
        text-shadow: 2px 2px 2px #637eff;
    }

    body > main > section:nth-child(3) > div:nth-child(2) {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        height: fit-content;
        top: 0;
    }

    body > main > section:nth-child(3) > div figure {
        position: relative;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    body > main > section:nth-child(3) > div figure figcaption {
        position: relative;
        display: none;
        top: 0;
        bottom: 0;
        font-size: 15px;
        font-family: "Karla Medium", sans-serif;
        text-shadow: 0px 1px 2px white;
        color: #3f3d3d;
        margin: auto;
    }

    body > main > section:nth-child(3) > div figure > img {
        max-width: 100%;
        height: auto;
    }

    body > main > section:nth-child(3) > p:nth-child(3) {
        font-family: 'Montserrat Alternates', sans-serif;
        font-weight: bold;
        font-style: italic;
        position: relative;
        display: block;
        text-align: center;
        font-size: 25px;
        margin: auto;
        bottom: 20px;
        color: #ffffff;
        -webkit-text-stroke-color: rgba(255, 0, 0, 0.82);
        -webkit-text-stroke-width: 1px;
        text-shadow: 2px 2px 2px #ababab;
    }

    /*<!--My Project section-->*/
    body > main > section:nth-child(4) {
        position: relative;
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        overflow: hidden;
        justify-content: center;
    }

    body > main > section:nth-child(4) > div:nth-child(1) {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-columns: auto;
        gap: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    body > main > section:nth-child(4) > div:nth-child(1) figure {
        position: relative;
        display: inline-block;
        width: 150px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(4) > div:nth-child(1) figure > img {
        position: relative;
        width: 200px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(4) > div > p {
        position: relative;
        display: inline-block;
        font-size: 50px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        bottom: 10px;
        margin: auto;
        color: rgba(76, 175, 80, 0%);
        -webkit-text-stroke: 2px black;
    }

    body > main > section:nth-child(5) {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        justify-content: center;
        background: url(../img/badges/IMG_20230522_171407_HDR.jpg);
        background-size: cover;
        align-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    body > main > section:nth-child(5) > h1 {
        position: relative;
        display: inline-block;
        color: rgba(255, 92, 0, 0.91);
        left: 50px;
        top: 50px;
    }

    body > main > section:nth-child(5) > button {
        position: absolute;
        display: inline-block;
        width: 75px;
        height: 75px;
        border-radius: 100%;
        background-color: #1537f5;
        font-size: 10px;
        color: white;
        border: none;
        top: 75%;
        left: 85%;
    }

    body > main > section:nth-child(5) > div:nth-child(2) > div > figure {
        width: 50px;
    }

    body > main > section:nth-child(5) > div:nth-child(2) > h1 {
        top: 100px;
    }

    body > main > section:nth-child(5) > div:nth-child(2) {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;

    }

    body > main > section:nth-child(5) > div:nth-child(3) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(4) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(5) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div > div {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row;

    }

    body > main > section:nth-child(6) {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-content: center;


    }

    body > main > section:nth-child(6) > div:nth-child(1) {
        position: relative;
        display: flex;
        top: 0;
        left: 0;
        width: 50%;
        height: 100vh;
    }

    body > main > section:nth-child(6) > div > figure {
        object-fit: fill;
    }

    body > main > section:nth-child(6) > div > figure > img {
        filter: saturate(120%);

    }


    body > main > section:nth-child(6) > nav {
        position: relative;
        display: flex;
        text-decoration: none;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-end;
        right: 5%;
        align-content: flex-end;
        flex-direction: row;
    }


    body > main > section:nth-child(6) > nav > menu {
        position: absolute;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 25px;

    }

    body > main > section:nth-child(6) > nav > menu > div {
        height: 100px;
        width: 350px;
        background-color: rgba(255, 155, 155, 0.75);
        position: relative;
        display: block;
        padding-right: 10px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 10px;
        box-shadow: #49f5f3 3px 3px 7px 3px;
        text-align: center;


    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(2) {
        left: 0;
    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(1) {
        left: 0;
    }

    body > main > section:nth-child(6) > nav > menu > div > a {
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding-top: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        color: white;
        text-shadow: -1px 1px 0 #000,
        2px 2px 0 #000,
        2px -2px 0 #000,
        -2px -2px 0 #000;
        font-size: 40px;
        font-weight: bolder;
        font-family: 'Beautiful People Personal Use', sans-serif;

    }

    body > main > section:nth-child(7) {
        display: flex;
        top: 50px;
        flex-direction: column;
    }

    body > main > section:nth-child(7) > p:nth-child(1) {
        position: relative;
        display: inline;
        top: 50px;
        width: 98vw;
        text-align: center;
        font-size: 40px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
    }

    body > main > section:nth-child(7) > p:nth-child(1) > span {
        color: rgba(255, 0, 0, 0.9);
        -webkit-text-stroke: 1px white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
        position: relative;
        top: 15%;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) input {
        position: relative;
        display: block;
        width: 400px;
        height: 88px;
        background-color: #1537f5;
        color: white;
        border-radius: 10px;
        box-shadow: #49f5f3 2px 2px 2px;
        font-size: 20px;
        text-align: center;

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) i {
        position: relative;
        display: inline-block;
        font-size: 40px;
        width: 400px;
        height: 88px;
        text-align: right;
        top: -70px;
        left: -10px;
        color: white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        font-family: 'Paytone One', monospace;
        text-shadow: #49f5f3 2px 2px 2px;
        text-align: center;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-content: center;
        justify-content: start;
        align-items: center;
        justify-items: stretch;
        gap: 50px;
        font-size: 20px;
        font-weight: bolder;
        font-family: 'Paytone One', monospace;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div input {
        color: white;
        background-color: #5ae509;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #c4ff16 2px 2px 2px 2px;
        font-family: 'Titillium Web', sans-serif;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div textarea {
        color: white;
        background-color: #5ae509;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #c4ff16 2px 2px 2px 2px;
    }


    footer {
        position: relative;
        color: #fff;
        height: 25px;
        padding: 10px;
        bottom: -300px;
        background-color: rgba(255, 0, 0, 0.8);
        font-family: 'Karla Medium', sans-serif;
        font-size: 12px;
    }

    footer > p {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    footer > p > span {
        padding: 20px;
        width: max-content;
        padding-bottom: 0;
    }

    footer > p > span:nth-child(3) {
        position: relative;
        width: fit-content;
        text-align: left;
    }

}

/*mobile large*/
@media (max-width: 425px) {
    body > main > header {
        position: fixed;
        background: white;
        height: 40px;
        width: 100%;
        top: 0;
        z-index: 2;

    }

    body > main > header > p {
        position: relative;
        display: inline;
        font-size: 18px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        left: 20px;
        margin: 0;
    }

    body > main > header > p > span {
        color: rgb(235, 38, 20);
    }


    body > main > header > nav {
        position: absolute;
        display: inline-block;
        right: 10px;
        top: 0;
    }

    body > main > header > nav > menu {
        position: relative;

    }

    body > main > header > nav > menu > li {
        position: relative;
        display: inline-block;
        padding-right: 8px;
        text-decoration: rgb(235, 38, 20);
        font-size: 12px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
    }
    .hamburger{
        right:0;
    }

    body > main > section {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        top: 40px;
        background-image: url("/assets/img/background.png");
        background-size: cover;
    }

    /*Landing page first potion (introduction)*/
    /*First intro text*/
    body > main > section:nth-child(2) > div:nth-child(1) {
        position: absolute;
        font-size: 30px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        left: 0;
        right: 0;
        top: 50px;
        font-family: 'Titillium Web', sans-serif;
        text-align: center;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p {
        -webkit-text-stroke: 1px white;
        margin: 0;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .30rem;
        color: rgb(235, 38, 20);
        font-family: 'Bagel Fat One', cursive;
        text-shadow: 3px 3px 2px rgba(159, 1, 1, 0.95);
    }

    body > main > section:nth-child(2) > div:nth-child(2) {
        position: sticky;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;

    }

    body > main > section:nth-child(2) > div > img {
        position: relative;
        display: flex;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 400px;
        margin: auto;

    }


    body > main > section:nth-child(2) > div:nth-child(3) {
        position: absolute;
        font-size: 30px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        text-align: center;
        bottom: 10%;
        font-family: 'Titillium Web', sans-serif;
        left: 0;
        right: 0;
        margin: auto;
    }

    body > main > section:nth-child(2) > div:nth-child(3) > p {
        margin: 0;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;
        -webkit-text-stroke: 0.01rem #ffacac;
        text-shadow: 3px 3px 2px rgba(159, 1, 1, 0.95);
        font-family: 'Bagel Fat One', cursive;
        color: rgb(235, 38, 20);
    }

    /*Landing page second potion (Lang and tools)*/
    body > main > section:nth-child(3) {
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        height: max-content;
    }

    body > main > section:nth-child(3) > p:nth-child(1) {
        position: relative;
        font-size: 35px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        height: fit-content;
        top: 4%;
        left: 0;
        right: 0;
        margin: auto;
        font-family: 'Titillium Web', sans-serif;
        text-shadow: 2px 2px 2px #fda9a9;
    }

    body > main > section:nth-child(3) > p:nth-child(1) > span {
        color: rgb(235, 38, 20);
        text-shadow: 2px 2px 2px #637eff;
    }

    body > main > section:nth-child(3) > div:nth-child(2) {
        position: relative;
        display: flex;
        flex-direction: column;
        height: fit-content;
        top: 0;
        justify-content: start;
        align-content: space-evenly;
        align-items: center;

    }

    body > main > section:nth-child(3) > div figure {
        position: relative;
        display: flex;
        flex-direction: row;
        margin: 0;
        width: 100%;
        background-image: linear-gradient(rgba(228, 38, 255, 0.8), #ffffff);
    }

    body > main > section:nth-child(3) > div figure figcaption {
        position: relative;
        display: grid;
        align-content: center;
        font-size: 20px;
        text-align: left;
        font-family: "Karla Medium", sans-serif;
        text-shadow: 0px 1px 2px white;
        color: #3f3d3d;
        left: 0;
        margin: 0;
    }

    body > main > section:nth-child(3) > div figure > img {
        max-width: 100%;
        height: auto;
    }

    body > main > section:nth-child(3) > p:nth-child(3) {
        font-family: 'Montserrat Alternates', sans-serif;
        font-weight: bold;
        font-style: normal;
        position: relative;
        display: block;
        text-align: center;
        font-size: 20px;
        margin: auto;
        bottom: 0;
        color: #ffffff;
        -webkit-text-stroke-color: initial;
        -webkit-text-stroke-width: revert;
        text-shadow: none;
    }

    /*<!--My Project section-->*/
    body > main > section:nth-child(4) {
        position: relative;
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        overflow: hidden;
        justify-content: center;
        height: max-content;
    }

    body > main > section:nth-child(4) > div:nth-child(1) {
        position: relative;
        display: flex;
        flex-direction: column;
        left: 0;
        right: 0;
        margin: auto;

    }

    body > main > section:nth-child(4) > div:nth-child(1) figure {
        position: relative;
        display: inline-block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-image: linear-gradient(rgba(255, 0, 0, 0.8), #ffffff);
        width: 100%;

    }

    body > main > section:nth-child(4) > div:nth-child(1) figure > img {
        position: relative;
        width: 200px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }


    body > main > section:nth-child(4) > div > p {
        position: relative;
        display: inline-block;
        font-size: 50px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        bottom: 10px;
        margin: auto;
        color: rgba(76, 175, 80, 0%);
        -webkit-text-stroke: 2px black;
    }

    body > main > section:nth-child(5) {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        justify-content: center;
        background: url(../img/badges/IMG_20230522_171407_HDR.jpg);
        background-size: cover;
        align-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        height: max-content;
    }

    body > main > section:nth-child(5) > h1 {
        position: relative;
        display: inline-block;
        color: rgba(255, 92, 0, 0.91);
        left: 50px;
        top: 50px;
    }

    body > main > section:nth-child(5) > button {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 20px;
        border-radius: 0;
        background-color: #fdfdff;
        font-size: 12px;
        color: rgba(255, 0, 0, 0.8);
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        border: 1px solid rgba(255, 0, 0, 0.8);
    }

    body > main > section:nth-child(5) > button:hover {
        color: rgba(255, 255, 255, 0.8);
        background-color: rgba(255, 0, 0, 0.8);
    }

    body > main > section:nth-child(5) > div:nth-child(2) > div > figure {
        display: flex;
        justify-content: center;
        width: 50px;
    }

    body > main > section:nth-child(5) > div:nth-child(2) > h1 {
        top: 0;
        display: inline;
    }

    body > main > section:nth-child(5) > div:nth-child(2) {
        position: relative;
        display: flex;
        flex-direction: column;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;

    }

    body > main > section:nth-child(5) > div:nth-child(3) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(4) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(5) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div > div {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;

    }

    body > main > section:nth-child(6) {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-content: center;


    }

    body > main > section:nth-child(6) > div:nth-child(1) {
        position: relative;
        display: flex;
        top: 0;
        left: 0;
        width: 50%;
        height: 100vh;
    }

    body > main > section:nth-child(6) > div > figure {
        object-fit: fill;
    }

    body > main > section:nth-child(6) > div > figure > img {
        filter: saturate(120%);

    }


    body > main > section:nth-child(6) > nav {
        position: relative;
        display: flex;
        text-decoration: none;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-end;
        right: 5%;
        align-content: flex-end;
        flex-direction: row;
    }


    body > main > section:nth-child(6) > nav > menu {
        position: absolute;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 25px;

    }

    body > main > section:nth-child(6) > nav > menu > div {
        height: 100px;
        width: 350px;
        background-color: rgba(255, 155, 155, 0.75);
        position: relative;
        display: block;
        padding-right: 10px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 10px;
        box-shadow: #49f5f3 3px 3px 7px 3px;
        text-align: center;


    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(2) {
        left: 0;
    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(1) {
        left: 0;
    }

    body > main > section:nth-child(6) > nav > menu > div > a {
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding-top: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        color: white;
        text-shadow: -1px 1px 0 #000,
        2px 2px 0 #000,
        2px -2px 0 #000,
        -2px -2px 0 #000;
        font-size: 40px;
        font-weight: bolder;
        font-family: 'Beautiful People Personal Use', sans-serif;

    }

    body > main > section:nth-child(7) {
        display: flex;
        top: 50px;
        flex-direction: column;
    }

    body > main > section:nth-child(7) > p:nth-child(1) {
        position: relative;
        display: inline;
        top: 50px;
        width: 98vw;
        text-align: center;
        font-size: 30px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
    }

    body > main > section:nth-child(7) > p:nth-child(1) > span {
        color: rgba(255, 0, 0, 0.9);
        -webkit-text-stroke: 1px white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
        position: relative;
        top: 15%;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) input {
        position: relative;
        display: block;
        width: 400px;
        height: 88px;
        background-color: #1537f5;
        color: white;
        border-radius: 10px;
        box-shadow: #49f5f3 2px 2px 2px;
        font-size: 20px;
        text-align: center;

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) i {
        position: relative;
        display: inline-block;
        font-size: 40px;
        width: 400px;
        height: 88px;
        text-align: right;
        top: -70px;
        left: -10px;
        color: white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        font-family: 'Paytone One', monospace;
        text-shadow: #49f5f3 2px 2px 2px;
        text-align: center;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-content: center;
        justify-content: start;
        align-items: center;
        justify-items: stretch;
        gap: 50px;
        font-size: 20px;
        font-weight: bolder;
        font-family: 'Paytone One', monospace;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div {
        display: flex;
        flex-direction: column;

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div input {
        color: white;
        background-color: #5ae509;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #c4ff16 2px 2px 2px 2px;
        font-family: 'Titillium Web', sans-serif;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div textarea {
        color: white;
        background-color: #5ae509;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #c4ff16 2px 2px 2px 2px;
    }


    footer {
        position: relative;
        color: #fff;
        height: 25px;
        padding: 10px;
        bottom: -300px;
        background-color: rgba(255, 0, 0, 0.8);
        font-family: 'Karla Medium', sans-serif;
        font-size: 12px;
    }

    footer > p {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    footer > p > span {
        padding: 20px;
        width: max-content;
        padding-bottom: 0;
    }

    footer > p > span:nth-child(3) {
        position: relative;
        width: fit-content;
        text-align: left;
    }

}

/*mobile medium*/
@media (max-width: 375px) {
    body > main > header {
        position: fixed;
        background: white;
        height: 40px;
        width: 100%;
        top: 0;
        z-index: 2;

    }

    body > main > header > p {
        position: relative;
        display: inline;
        font-size: 18px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        left: 20px;
        top: 0;
        bottom: 0;
        margin: 0 auto 0 10px;
    }

    body > main > header > p > span {
        color: rgb(235, 38, 20);
    }


    body > main > header > nav {
        position: absolute;
        display: inline-block;
        right: 10px;
        top: 0;
    }

    body > main > header > nav > menu {
        position: relative;

    }

    body > main > header > nav > menu > li {
        position: relative;
        display: inline-block;
        padding-right: 8px;
        text-decoration: rgb(235, 38, 20);
        font-size: 12px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
    }

    body > main > section {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        top: 40px;
        background-image: url("/assets/img/background.png");
        background-size: cover;
    }

    /*Landing page first potion (introduction)*/
    /*First intro text*/
    body > main > section:nth-child(2) > div:nth-child(1) {
        position: absolute;
        font-size: 30px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        left: 0;
        right: 0;
        margin:auto;
        top: 50px;
        font-family: 'Titillium Web', sans-serif;
        text-align: center;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p {
        -webkit-text-stroke: 1px white;
        margin: 0;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .30rem;
        color: rgb(235, 38, 20);
        font-family: 'Bagel Fat One', cursive;
        text-shadow: 3px 3px 2px rgba(159, 1, 1, 0.95);
    }

    body > main > section:nth-child(2) > div:nth-child(2) {
        position: sticky;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;

    }

    body > main > section:nth-child(2) > div > img {
        position: relative;
        display: flex;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 350px;
        margin: auto;

    }


    body > main > section:nth-child(2) > div:nth-child(3) {
        position: absolute;
        font-size: 30px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        text-align: center;
        bottom: 10%;
        font-family: 'Titillium Web', sans-serif;
        left: 0;
        right: 0;
        margin: auto;
    }

    body > main > section:nth-child(2) > div:nth-child(3) > p {
        margin: 0;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;
        -webkit-text-stroke: 0.01rem #ffacac;
        text-shadow: 3px 3px 2px rgba(159, 1, 1, 0.95);
        font-family: 'Bagel Fat One', cursive;
        color: rgb(235, 38, 20);
    }

    /*Landing page second potion (Lang and tools)*/
    body > main > section:nth-child(3) {
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        height: max-content;
    }

    body > main > section:nth-child(3) > p:nth-child(1) {
        position: relative;
        font-size: 35px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        height: fit-content;
        top: 4%;
        left: 0;
        right: 0;
        margin: auto;
        font-family: 'Titillium Web', sans-serif;
        text-shadow: 2px 2px 2px #fda9a9;
    }

    body > main > section:nth-child(3) > p:nth-child(1) > span {
        color: rgb(235, 38, 20);
        text-shadow: 2px 2px 2px #637eff;
    }

    body > main > section:nth-child(3) > div:nth-child(2) {
        position: relative;
        display: flex;
        flex-direction: column;
        height: fit-content;
        top: 0;
        justify-content: start;
        align-content: space-evenly;
        align-items: center;

    }

    body > main > section:nth-child(3) > div figure {
        position: relative;
        display: flex;
        flex-direction: row;
        margin: 0;
        width: 100%;
        background-image: linear-gradient(rgba(228, 38, 255, 0.8), #ffffff);
    }

    body > main > section:nth-child(3) > div figure figcaption {
        position: relative;
        display: grid;
        align-content: center;
        font-size: 20px;
        text-align: left;
        font-family: "Karla Medium", sans-serif;
        text-shadow: 0px 1px 2px white;
        color: #3f3d3d;
        left: 0;
        margin: 0;
    }

    body > main > section:nth-child(3) > div figure > img {
        max-width: 100%;
        height: auto;
    }

    body > main > section:nth-child(3) > p:nth-child(3) {
        font-family: 'Montserrat Alternates', sans-serif;
        font-weight: bold;
        font-style: normal;
        position: relative;
        display: block;
        text-align: center;
        font-size: 20px;
        margin: auto;
        bottom: 0;
        color: #ffffff;
        -webkit-text-stroke-color: initial;
        -webkit-text-stroke-width: revert;
        text-shadow: none;
    }

    /*<!--My Project section-->*/
    body > main > section:nth-child(4) {
        position: relative;
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        overflow: hidden;
        justify-content: center;
        height: max-content;
    }

    body > main > section:nth-child(4) > div:nth-child(1) {
        position: relative;
        display: flex;
        flex-direction: column;
        left: 0;
        right: 0;
        margin: auto;

    }

    body > main > section:nth-child(4) > div:nth-child(1) figure {
        position: relative;
        display: inline-block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-image: linear-gradient(rgba(255, 0, 0, 0.8), #ffffff);
        width: 100%;

    }

    body > main > section:nth-child(4) > div:nth-child(1) figure > img {
        position: relative;
        width: 200px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }


    body > main > section:nth-child(4) > div > p {
        position: relative;
        display: inline-block;
        font-size: 50px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        bottom: 10px;
        margin: auto;
        color: rgba(76, 175, 80, 0%);
        -webkit-text-stroke: 2px black;
    }

    body > main > section:nth-child(5) {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        justify-content: center;
        background: url(../img/badges/IMG_20230522_171407_HDR.jpg);
        background-size: cover;
        align-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        height: max-content;
    }

    body > main > section:nth-child(5) > h1 {
        position: relative;
        display: inline-block;
        color: rgba(255, 92, 0, 0.91);
        left: 50px;
        top: 50px;
    }

    body > main > section:nth-child(5) > button {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 20px;
        border-radius: 0;
        background-color: #fdfdff;
        font-size: 12px;
        color: rgba(255, 0, 0, 0.8);
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        border: 1px solid rgba(255, 0, 0, 0.8);
    }

    body > main > section:nth-child(5) > button:hover {
        color: rgba(255, 255, 255, 0.8);
        background-color: rgba(255, 0, 0, 0.8);
    }

    body > main > section:nth-child(5) > div:nth-child(2) > div > figure {
        display: flex;
        justify-content: center;
        width: 50px;
    }

    body > main > section:nth-child(5) > div:nth-child(2) > h1 {
        top: 0;
        display: inline;
    }

    body > main > section:nth-child(5) > div:nth-child(2) {
        position: relative;
        display: flex;
        flex-direction: column;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;

    }

    body > main > section:nth-child(5) > div:nth-child(3) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(4) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(5) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div > div {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;

    }

    body > main > section:nth-child(6) {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-content: center;


    }

    body > main > section:nth-child(6) > div:nth-child(1) {
        position: relative;
        display: flex;
        top: 0;
        left: 0;
        width: 50%;
        height: 100vh;
    }

    body > main > section:nth-child(6) > div > figure {
        object-fit: fill;
    }

    body > main > section:nth-child(6) > div > figure > img {
        filter: saturate(120%);
        width:350px;
    }


    body > main > section:nth-child(6) > nav {
        position: relative;
        display: flex;
        text-decoration: none;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-end;
        right: 5%;
        align-content: flex-end;
        flex-direction: row;
    }


    body > main > section:nth-child(6) > nav > menu {
        position: absolute;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 25px;

    }

    body > main > section:nth-child(6) > nav > menu > div {
        height: 100px;
        width: 350px;
        background-color: rgba(255, 155, 155, 0.75);
        position: relative;
        display: block;
        padding-right: 10px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 10px;
        box-shadow: #49f5f3 3px 3px 7px 3px;
        text-align: center;


    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(2) {
        left: 0;
    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(1) {
        left: 0;
    }

    body > main > section:nth-child(6) > nav > menu > div > a {
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding-top: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        color: white;
        text-shadow: -1px 1px 0 #000,
        2px 2px 0 #000,
        2px -2px 0 #000,
        -2px -2px 0 #000;
        font-size: 40px;
        font-weight: bolder;
        font-family: 'Beautiful People Personal Use', sans-serif;

    }

    body > main > section:nth-child(7) {
        display: flex;
        top: 50px;
        flex-direction: column;
    }

    body > main > section:nth-child(7) > p:nth-child(1) {
        position: relative;
        display: inline;
        top: 50px;
        width: 98vw;
        text-align: center;
        font-size: 30px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
    }

    body > main > section:nth-child(7) > p:nth-child(1) > span {
        color: rgba(255, 0, 0, 0.9);
        -webkit-text-stroke: 1px white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
        position: relative;
        top: 15%;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) input {
        position: relative;
        display: block;
        width: 350px;
        height: 88px;
        background-color: #1537f5;
        color: white;
        border-radius: 10px;
        box-shadow: #49f5f3 2px 2px 2px;
        font-size: 20px;
        text-align: center;

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) i {
        position: relative;
        display: inline-block;
        font-size: 40px;
        width: 350px;
        height: 88px;
        text-align: right;
        top: -70px;
        left: -10px;
        color: white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        font-family: 'Paytone One', monospace;
        text-shadow: #49f5f3 2px 2px 2px;
        text-align: center;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-content: center;
        justify-content: start;
        align-items: center;
        justify-items: stretch;
        gap: 50px;
        font-size: 20px;
        font-weight: bolder;
        font-family: 'Paytone One', monospace;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div {
        display: flex;
        flex-direction: column;

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div input {
        color: white;
        background-color: #5ae509;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #c4ff16 2px 2px 2px 2px;
        font-family: 'Titillium Web', sans-serif;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div textarea {
        color: white;
        background-color: #5ae509;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #c4ff16 2px 2px 2px 2px;
    }


    footer {
        position: relative;
        color: #fff;
        height: 25px;
        padding: 10px;
        bottom: -300px;
        background-color: rgba(255, 0, 0, 0.8);
        font-family: 'Karla Medium', sans-serif;
        font-size: 12px;
    }

    footer > p {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    footer > p > span {
        padding: 20px;
        width: max-content;
        padding-bottom: 0;
    }

    footer > p > span:nth-child(3) {
        position: relative;
        width: fit-content;
        text-align: left;
    }

}

/*mobile small*/
@media (max-width: 320px) {
    body > main > header {
        position: fixed;
        background: white;
        height: 40px;
        width: 100%;
        top: 0;
        z-index: 2;

    }

    body > main > header > p {
        position: relative;
        display: inline;
        font-size: 18px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: 0 auto 0 5px;
    }

    body > main > header > p > span {
        color: rgb(235, 38, 20);
    }


    body > main > header > nav {
        position: absolute;
        display: inline-block;
        right: 100px;
        top: 0;
    }

    body > main > header > nav > menu {
        position: relative;

    }

    body > main > header > nav > menu > li {
        position: relative;
        display: inline-block;
        padding-right: 8px;
        text-decoration: rgb(235, 38, 20);
        font-size: 12px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
    }

    body > main > section {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100%;
        top: 40px;
        background-image: url("/assets/img/background.png");
        background-size: cover;
    }

    /*Landing page first potion (introduction)*/
    /*First intro text*/
    body > main > section:nth-child(2) > div:nth-child(1) {
        position: absolute;
        font-size: 30px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        left:0;
        right:0;
        top: 50px;
        margin:auto;
        font-family: 'Titillium Web', sans-serif;
        text-align: center;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p {
        -webkit-text-stroke: 1px white;
        margin: 0;
    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(1) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .30rem;
        color: rgb(235, 38, 20);
        font-family: 'Bagel Fat One', cursive;
        text-shadow: 3px 3px 2px rgba(159, 1, 1, 0.95);
    }

    body > main > section:nth-child(2) > div:nth-child(2) {
        position: sticky;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;

    }

    body > main > section:nth-child(2) > div > img {
        position: relative;
        display: flex;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 300px;
        margin: auto;

    }


    body > main > section:nth-child(2) > div:nth-child(3) {
        position: absolute;
        font-size: 30px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        text-align: center;
        bottom: 10%;
        font-family: 'Titillium Web', sans-serif;
        left: 0;
        right: 0;
        margin: auto;
    }

    body > main > section:nth-child(2) > div:nth-child(3) > p {
        margin: 0;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(1) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(2) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(3) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;

    }

    body > main > section:nth-child(2) > div:nth-child(3) > p:nth-child(4) {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: .15rem;
        -webkit-text-stroke: 0.01rem #ffacac;
        text-shadow: 3px 3px 2px rgba(159, 1, 1, 0.95);
        font-family: 'Bagel Fat One', cursive;
        color: rgb(235, 38, 20);
    }

    /*Landing page second potion (Lang and tools)*/
    body > main > section:nth-child(3) {
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        height: max-content;
    }

    body > main > section:nth-child(3) > p:nth-child(1) {
        position: relative;
        font-size: 35px;
        font-weight: bolder;
        display: inline;
        z-index: 1;
        height: fit-content;
        top: 4%;
        left: 0;
        right: 0;
        margin: auto;
        font-family: 'Titillium Web', sans-serif;
        text-shadow: 2px 2px 2px #fda9a9;
    }

    body > main > section:nth-child(3) > p:nth-child(1) > span {
        color: rgb(235, 38, 20);
        text-shadow: 2px 2px 2px #637eff;
    }

    body > main > section:nth-child(3) > div:nth-child(2) {
        position: relative;
        display: flex;
        flex-direction: column;
        height: fit-content;
        top: 0;
        justify-content: start;
        align-content: space-evenly;
        align-items: center;

    }

    body > main > section:nth-child(3) > div figure {
        position: relative;
        display: flex;
        flex-direction: row;
        margin: 0;
        width: 100%;
        background-image: linear-gradient(rgba(228, 38, 255, 0.8), #ffffff);
    }

    body > main > section:nth-child(3) > div figure figcaption {
        position: relative;
        display: grid;
        align-content: center;
        font-size: 20px;
        text-align: left;
        font-family: "Karla Medium", sans-serif;
        text-shadow: 0px 1px 2px white;
        color: #3f3d3d;
        left: 0;
        margin: 0;
    }

    body > main > section:nth-child(3) > div figure > img {
        max-width: 100%;
        height: auto;
    }

    body > main > section:nth-child(3) > p:nth-child(3) {
        font-family: 'Montserrat Alternates', sans-serif;
        font-weight: bold;
        font-style: normal;
        position: relative;
        display: block;
        text-align: center;
        font-size: 20px;
        margin: auto;
        bottom: 0;
        color: #ffffff;
        -webkit-text-stroke-color: initial;
        -webkit-text-stroke-width: revert;
        text-shadow: none;
    }

    /*<!--My Project section-->*/
    body > main > section:nth-child(4) {
        position: relative;
        display: flex !important;
        flex-direction: column;
        flex-grow: 1;
        overflow: hidden;
        justify-content: center;
        height: max-content;
    }

    body > main > section:nth-child(4) > div:nth-child(1) {
        position: relative;
        display: flex;
        flex-direction: column;
        left: 0;
        right: 0;
        margin: auto;

    }

    body > main > section:nth-child(4) > div:nth-child(1) figure {
        position: relative;
        display: inline-block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-image: linear-gradient(rgba(255, 0, 0, 0.8), #ffffff);
        width: 100%;

    }

    body > main > section:nth-child(4) > div:nth-child(1) figure > img {
        position: relative;
        width: 200px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }


    body > main > section:nth-child(4) > div > p {
        position: relative;
        display: inline-block;
        font-size: 50px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
        bottom: 10px;
        margin: auto;
        color: rgba(76, 175, 80, 0%);
        -webkit-text-stroke: 2px black;
    }

    body > main > section:nth-child(5) {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        justify-content: center;
        background: url(../img/badges/IMG_20230522_171407_HDR.jpg);
        background-size: cover;
        align-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        height: max-content;
    }

    body > main > section:nth-child(5) > h1 {
        position: relative;
        display: inline-block;
        color: rgba(255, 92, 0, 0.91);
        left: 50px;
        top: 50px;
    }

    body > main > section:nth-child(5) > button {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 20px;
        border-radius: 0;
        background-color: #fdfdff;
        font-size: 12px;
        color: rgba(255, 0, 0, 0.8);
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        border: 1px solid rgba(255, 0, 0, 0.8);
    }

    body > main > section:nth-child(5) > button:hover {
        color: rgba(255, 255, 255, 0.8);
        background-color: rgba(255, 0, 0, 0.8);
    }

    body > main > section:nth-child(5) > div:nth-child(2) > div > figure {
        display: flex;
        justify-content: center;
        width: 50px;
    }

    body > main > section:nth-child(5) > div:nth-child(2) > h1 {
        top: 0;
        display: inline;
    }

    body > main > section:nth-child(5) > div:nth-child(2) {
        position: relative;
        display: flex;
        flex-direction: column;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;

    }

    body > main > section:nth-child(5) > div:nth-child(3) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(4) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div:nth-child(5) {
        position: relative;
        display: none;
        flex-direction: column;
        justify-content: center;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    body > main > section:nth-child(5) > div > div {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;

    }

    body > main > section:nth-child(6) {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-content: center;


    }

    body > main > section:nth-child(6) > div:nth-child(1) {
        position: relative;
        display: flex;
        top: 0;
        left: 0;
        width: 50%;
        height: 100vh;
    }

    body > main > section:nth-child(6) > div > figure {
        object-fit: fill;
    }

    body > main > section:nth-child(6) > div > figure > img {
        filter: saturate(120%);
        width:300px;
    }


    body > main > section:nth-child(6) > nav {
        position: relative;
        display: flex;
        text-decoration: none;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-end;
        right: 5%;
        align-content: flex-end;
        flex-direction: row;
    }


    body > main > section:nth-child(6) > nav > menu {
        position: absolute;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 25px;

    }

    body > main > section:nth-child(6) > nav > menu > div {
        height: 100px;
        width: 300px;
        background-color: rgba(255, 155, 155, 0.75);
        position: relative;
        display: block;
        padding-right: 10px;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border-radius: 10px;
        box-shadow: #49f5f3 3px 3px 7px 3px;
        text-align: center;


    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(2) {
        left: 0;
        width:300px;
    }

    body > main > section:nth-child(6) > nav > menu > div:nth-child(1) {
        left: 0;
        width:300px;
    }

    body > main > section:nth-child(6) > nav > menu > div > a {
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding-top: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        color: white;
        text-shadow: -1px 1px 0 #000,
        2px 2px 0 #000,
        2px -2px 0 #000,
        -2px -2px 0 #000;
        font-size: 40px;
        font-weight: bolder;
        font-family: 'Beautiful People Personal Use', sans-serif;

    }

    body > main > section:nth-child(7) {
        display: flex;
        top: 50px;
        flex-direction: column;
    }

    body > main > section:nth-child(7) > p:nth-child(1) {
        position: relative;
        display: inline;
        top: 50px;
        width: 98vw;
        text-align: center;
        font-size: 30px;
        font-weight: bolder;
        font-family: 'Roboto Mono', monospace;
    }

    body > main > section:nth-child(7) > p:nth-child(1) > span {
        color: rgba(255, 0, 0, 0.9);
        -webkit-text-stroke: 1px white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
        position: relative;
        top: 15%;
        width: 300px;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) input {
        position: relative;
        display: block;
        width: 300px;
        height: 88px;
        background-color: #1537f5;
        color: white;
        border-radius: 10px;
        box-shadow: #49f5f3 2px 2px 2px;
        font-size: 20px;
        text-align: center;

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) i {
        position: relative;
        display: none;
        font-size: 40px;
        width: 200px;
        height: 88px;
        text-align: right;
        top: -70px;
        left: -10px;
        color: white;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
        font-family: 'Paytone One', monospace;
        text-shadow: #49f5f3 2px 2px 2px;
        text-align: center;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
    }


    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-content: center;
        justify-content: start;
        align-items: center;
        justify-items: stretch;
        gap: 50px;
        font-size: 20px;
        font-weight: bolder;
        font-family: 'Paytone One', monospace;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div {
        display: flex;
        flex-direction: column;

    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div input {
        color: white;
        background-color: #5ae509;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #c4ff16 2px 2px 2px 2px;
        font-family: 'Titillium Web', sans-serif;
    }

    body > main > section:nth-child(7) > div:nth-child(2) > div:nth-child(2) > div textarea {
        color: white;
        background-color: #5ae509;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        border: none;
        box-shadow: #c4ff16 2px 2px 2px 2px;
    }


    footer {
        position: relative;
        color: #fff;
        height: 25px;
        padding: 10px;
        bottom: -300px;
        background-color: rgba(255, 0, 0, 0.8);
        font-family: 'Karla Medium', sans-serif;
        font-size: 12px;
    }

    footer > p {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        top: 0;
        bottom: 0;
        margin: auto;
    }

    footer > p > span {
        padding: 20px;
        width: max-content;
        padding-bottom: 0;
    }

    footer > p > span:nth-child(3) {
        position: relative;
        width: fit-content;
        text-align: left;
    }

}

#pre-loader{
    background: #ffffff url("/assets/img/hell trans.gif") no-repeat center center fixed;
    background-size: 30%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

/*Animations*/




