@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Ysabeau+SC:100,200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300italic,regular,italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Saira+Stencil+One:regular);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: #0a0f17;
    background-image: url(img/Sprinkle.svg);
    color: white;
    background-blend-mode: darken;
}
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo span {
    font-family: "Saira Stencil One", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 38.4px;
    color: red;
}
.logo h2 {
    font-size: 2rem;
    font-family: "Saira Stencil One", "Poppins", sans-serif;
    letter-spacing: 5px;
    font-weight: 100;
}
.logo h2:hover {
    cursor: pointer;
    color: tomato;
}
header {
    display: flex;
    align-items: center;
    padding: 2px 20px;
    position: fixed;
    z-index: 2;
    width: 100%;
    background-color: #0a0f17;
}
.menu_icon {
    margin-left: 50vw;
}
ul {
    margin-left: 55rem;
}
ul li {
    list-style: none;
    padding: 1%;
}
nav {
    display: none;
}

ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
}
nav a:hover {
    color: red;
    font-weight: bold;
}

.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: center;
}
.heading h1 {
    font-family: "Saira Stencil One", "Poppins", sans-serif;
    font-weight: 900;
    letter-spacing: 5px;
}
.heading h4 {
    letter-spacing: 10px;
    text-transform: uppercase;
}
.heading p {
    color: #ffffff8a;
}
.profile {
    padding-top: 50px;
    text-align: center;
    position: relative;
    height: 100vh;
}

.social_icons {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 180px;
    left: 20px;
}
.social_icons i {
    margin-top: 8px;
}
.social_icons i:hover {
    color: red;
    cursor: pointer;
}

.profile img {
    margin-left: 10px;
    width: 80vw;
}
.footer {
    margin: 1rem;
}
.footer h1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-decoration: underline;
}
.footer p {
    position: absolute;
    transform: rotate(270deg);
    right: -27px;
    bottom: 60px;
    font-weight: 200;
}

.about {
    height: 100vh;
    padding: 5%;
    position: relative;
}
.about_heading {
    text-align: center;
}
.about_heading h1 {
    font-family: "Saira Stencil One", "Poppins", sans-serif;
    font-size: 3rem;
    letter-spacing: 3px;
}
.about_heading h2 {
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about_heading p {
    margin: 10px 0px;
    font-size: 0.8rem;
    color: #ffffff8a;
}
.bar {
    width: 80%;
    height: 10px;
    background-color: #787878;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.progress {
    display: flex;
    align-items: center;
}
.progress p {
    margin-left: 10px;
}
.progress_section {
    width: 100%;
    padding: 5%;
}
.bar span {
    width: 90%;
    height: 100%;
    display: block;
    background-color: white;
    border-radius: 30px;
}
.css span {
    width: 70%;
}
.javascript span {
    width: 50%;
}
.react span {
    width: 40%;
}
.per {
    color: #585858;
}
.about_container {
    display: flex;
    justify-content: space-evenly;
}
.about_image img {
    display: none;
}
.about_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_footer h1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-decoration: underline;
}
.about_footer p {
    position: absolute;
    transform: rotate(270deg);
    right: -40px;
    bottom: 70px;
    font-weight: 200;
}
.contact {
    position: relative;
    height: 100vh;
}
.contact_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_footer h1 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    text-decoration: underline;
}
.contact_footer p {
    position: absolute;
    transform: rotate(90deg);
    right: -30px;
    bottom: 50px;
    font-weight: 200;
}
#button {
    outline: none;
    border: none;
    background-color: tomato;
    color: white;
    letter-spacing: 2px;
    cursor: pointer;
}
#button:hover {
    background-color: red;
    color: white;
    font-weight: bold;
}
.contact_details {
    margin: 2em;
    letter-spacing: 2px;
}
#contact_heading {
    display: none;
    margin-top: 1em;
}
.contact_details h1 {
    margin-top: 3em;
    text-align: center;
    font-family: "Saira Stencil One", "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 100;
    text-decoration: underline;
    text-decoration-color: #ffffff6e;
}
.contact_details p {
    text-align: justify;
    font-size: 0.9rem;
    margin-left: 2em;
    margin-top: 10px;
}
.contact_details i {
    padding: 8px;
    color: #ffffff8a;
}
.contact_inputs {
    text-align: center;
}
.contact_inputs input,
textarea {
    width: 80%;
    margin-bottom: 1.5em;
    padding: 5px 20px;
    background-color: #cdcdcd;
    border-radius: 20px;
    outline: none;
    border: none;
}
.contact {
    border: 1px solid transparent;
}

footer {
    display: flex;
    justify-content: center;
    background-color: #0a0f17;
}

footer b {
    color: red;
}
footer h2 {
    display: none;
}
footer p {
    padding: 4%;
    font-size: 0.9rem;
}

@media screen and (min-width: 600px) {
    .menu_icon {
        display: none;
    }
    nav {
        display: block;
        margin: 2%;
    }
    nav ul {
        display: flex;
        gap: 10px;
    }
    nav li {
        padding: 0px 10px;
    }
    .logo span {
        font-size: 40px;
    }
    .profile {
        display: flex;
        flex-direction: row-reverse;
        justify-content: start;
        align-items: center;
    }
    .heading {
        font-size: 3rem;
    }
    .heading h1 {
        letter-spacing: 15px;
    }
    .heading h4 {
        letter-spacing: 20px;
    }
    .heading p {
        font-family: "Ubantu", "Ysabeau SC", sans-serif;
    }
    .social_icons {
        font-size: 2rem;
        gap: 10px;
        margin-left: 10px;
    }
    .profile img {
        width: 400px;
        margin-left: 4em;
        filter: grayscale(100%);
    }
    .footer h1 {
        font-size: 4rem;
        font-weight: bold;
        bottom: 10px;
        letter-spacing: 5px;
    }
    .footer p {
        bottom: 80px;
    }
    .about_heading h1 {
        font-size: 5rem;
    }
    .about_heading h2 {
        font-size: 2rem;
        letter-spacing: 5px;
    }
    .about_heading p {
        color: #ffffff8a;
    }
    .about_image img {
        display: block;
        width: 300px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: grayscale(100%);
    }
    .about_footer h1 {
        font-size: 4rem;
        font-weight: bold;
        bottom: 10px;
        letter-spacing: 5px;
    }
    .about_footer p {
        bottom: 80px;
    }
    .contact_footer h1 {
        font-size: 4rem;
        font-weight: bold;
        bottom: 10px;
    }
    #contact_heading {
        display: block;
        text-align: center;
        font-size: 5rem;
        font-family: "Saira Stencil One", "Poppins", sans-serif;
    }

    .contact_container {
        display: flex;
        justify-content: space-between;
        margin-top: 2em;
    }
    .contact_details {
        width: 50%;
        margin: 0;
        padding: 0;
    }
    .contact_details h1 {
        margin: 0;
        font-size: 2.5rem;
    }
    .contact_details i {
        margin-left: 10em;
    }
    .contact_details p {
        margin: 0;
        padding: 0;
        text-align: justify;
        margin-top: 2em;
        font-size: 1.2rem;
        /* margin-left: 10em; */
    }
    .contact_inputs {
        width: 50%;
        padding: 2%;
    }
    .contact_inputs input,
    textarea {
        width: 70%;
    }
    footer h2 {
        font-family: "Saira Stencil One", "Poppins", sans-serif;
        display: block;
        font-weight: 100;
        letter-spacing: 3px;
    }
    footer span {
        font-family: "Saira Stencil One", sans-serif;
        font-weight: bold;
        font-size: 40px;
        line-height: 38.4px;
        color: red;
    }
    footer {
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
    }
    footer p {
        padding: 0;
        letter-spacing: 1px;
    }
}
