@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    overflow-x: hidden;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navigation {
    padding: 0px 25px;
    background-color: rgb(255, 255, 255);
    border: 1px solid hsl(240, 5.9%, 90%);
    height: 65px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

nav ul {
    padding: 23px;
    list-style: none;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
}

nav ul li a {
    margin: 12px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-family: sans-serif;
    /*position: relative;
            bottom: 21px;*/
}

.name {
    padding: 14px 20px;
    width: 300px;
    /* position: relative ;
            top: 23px;*/
    font-size: 27px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.photo {
    width: 170px;
    border-radius: 100px;
    margin: 38px 0px 10px 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.heading {
    width: 100%;
    height: 50px;
    margin: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.para {
    color: rgb(107, 102, 102);
    margin: 45px 0px 5px 0px;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: 450;
    font-size: 20px;
    font-style: normal;
}

p {
    margin: 2px;
}

.button {
    margin: 5px 0px 0px 0px;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.work {
    background-color: black;
    border-radius: 5px;
    color: white;
    padding: 12px 28px;
    text-decoration: none;
}

.resume {
    background-color: white;
    border: 1px solid hsl(0, 0%, 84%);
    border-radius: 5px;
    color: black;
    padding: 12px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Josefin Sans", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.resume:hover {
    background-color: #c9ccc9;
}

.button a {
    font-family: "Josefin Sans", sans-serif;
}

.work:hover {
    background-color: #333333;
}

button a {
    text-decoration: none;
    color: black;
    font-size: 17px;
}

#about {
    height: 600px;
    width: 100%;
    background-color: rgb(249, 249, 249);
    margin: 70px 0px;
}

.About {
    height: 70px;
    width: 100%;
    padding: 85px 0px;
    text-align: center;
    font-size: 20px;
    font-family: sans-serif;
}

.dis {
    height: 350px;
    width: 750px;
    background-color: white;
    border: 1px solid hsl(240, 5.9%, 90%);
    border-radius: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 35px;
}

.discription {
    margin: 0px 0px 30px 0px;
    font-size: larger;
    line-height: 30px;
}

.flexplatform {
    height: 50px;
    width: 675px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.platform {
    padding: 4px;
    height: 35px;
    width: 100px;
    border: 1px solid hsl(240, 5.9%, 90%);
    border-radius: 6px;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-weight: 550;
    font-family: sans-serif;
    text-decoration: none;

}

.linkedin {
    gap: 8px;
}

.platform:hover {
    background-color: rgb(239, 239, 239);
}

#Projects {
    height: 690px;
    width: 100%;
}

.pro {
    height: 70px;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 21px;
    font-family: sans-serif;
}

.project {
    height: 495px;
    width: 435px;
    padding: 20px;
    margin: 40px 20px;
    border-radius: 10px;
    border: 1px solid hsl(240, 5.9%, 90%);
}

.project img {
    height: 245px;
    width: 434px;
    margin-top: -20px;
    margin-left: -20px;
    display: block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.pname {
    padding: 20px 0px 2px 0px;
    font-size: larger;
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.project p {
    font-family: sans-serif;
    font-size: 14px;
    color: rgb(136, 134, 134);
    line-height: 20px;
}

.applications {
    height: 45px;
    width: 394px;
    padding: 10px;
    padding-left: 0px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.app {
    padding: 3px 12px;
    background-color: hsl(240, 22%, 95%);
    border-radius: 12px;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #4a4a4a;
}

.cd {
    height: 56px;
    width: 394px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.code {
    padding: 10px 25px;
    text-decoration: none;
    color: black;
    border: 1px solid hsl(240, 5.9%, 90%);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 18px;
}

.demo {
    padding: 10px 25px;
    text-decoration: none;
    color: white;
    background-color: black;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 18px;
}

.code:hover {
    background-color: hsl(240, 8%, 97%);
}

.demo:hover {
    background-color: #414141;
}

.flexx {
    display: flex;
    justify-content: center;
    align-items: center;
}

#Skills {
    height: 330px;
    width: 100%;
    background-color: rgb(249, 249, 249);
}

.st {
    padding: 70px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 21px;
    font-family: sans-serif;
}

.skills {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 17px;
}

.sname {
    padding: 7px 22px;
    border: 1px solid hsl(240, 4%, 85%);
    border-radius: 25px;
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

#Contact {
    height: 370px;
    width: 100%;
}

.lwt {
    padding: 80px;
    padding-bottom: 28px;
    text-align: center;
    font-size: 23px;
    font-family: sans-serif;
}

#Contact p {
    text-align: center;
    margin: 2px 395px;
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #737272;
}

.touch {
    height: 45px;
    width: 190px;
    display: block;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    color: white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.touch:hover {
    background-color: #252525;
}

.last {
    height: 90px;
    width: 100%;
    padding: 20px;
    border: 1px solid hsl(240, 5%, 84%);
}

.last p {
    text-align: center;
    color: #737272;
    font-family: sans-serif;
    line-height: 48px;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 30px;
    margin-top: 16px;
    margin-right: 10px;
    cursor: pointer;
    z-index: 1001;
}

.hamburger div {
    width: 100%;
    height: 3px;
    background-color: black;
    transition: all 0.3s ease;
}

.hamburger.open div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open div:nth-child(2) {
    opacity: 0;
}

.hamburger.open div:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

@media only screen and (max-width: 768px) {
    nav#navMenu {
        flex-direction: column;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        background-color: white;
        border-top: 1px solid hsl(240, 5.9%, 90%);
        z-index: 999;

        overflow: hidden;
        max-height: 0;
        transition: max-height 0.6s ease-out;
    }

    nav#navMenu ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 0;
    }

    nav#navMenu ul li {
        padding: 15px;
        text-align: center;
    }

    nav#navMenu ul li a:hover {
        border-bottom: 1px solid hsl(240, 2%, 84%);
        width: 100%;
    }

    .hamburger {
        display: flex;
    }

    nav#navMenu.show {
        display: flex;
        max-height: 500px;
    }

    .navigation{
        box-sizing: border-box;
    }

}