* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
    /* background-color: rgb(0, 105, 105); */
}

html {
    scroll-behavior: smooth;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Roboto&display=swap');

body {
    background-color: rgb(255, 255, 255);
    color: black;
    font-family: 'Poppins', sans-serif;
}

header {
    width: 98vw;
    height: 100vh;
    /* background-color: crimson; */
    /* width: 1349px;
    height: 689px; */
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    padding-top: 25px;
}

ul.first {
    list-style: none;
    display: flex;
    margin-left: 23px;
}

div.name {
    /* background-color: rgb(158, 156, 156); */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 88px;
    width: 286px;
}

div.name img {
    width: 8rem;
    /* margin-right: 170px; */
}

div.name h2 {
    /* position: absolute;
    left: 100px; */
    font-size: 2rem;
    margin-left: -22px;
}

ul li {
    padding: 47px 43px;

}

ul li a {
    text-decoration: none;
    text-decoration-color: white;
    color: black;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 1000s ease;
    opacity: 100;
}

ul li a:hover {
    opacity: 50;
    text-decoration: underline;
    text-decoration-color: grey;
    transition: all 300ms ease;
}

.info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    padding-top: 63px;
}

hr {
    width: 1077px;
    margin: auto;
}

.profile-pic {
    width: 24rem;
    border-radius: 50%;
    /* border: 3px solid white;
    border: 5px solid black; */
}

div.text-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

div.text-info p {
    font-size: 22px;
}

div.text-info h1 {
    margin: 6px;
}

div.text-info h2 {
    margin-bottom: 10px;
    margin-top: -4px;
}

div.btn1 {
    display: flex;
    gap: 1rem;
}

div.btn2 {
    display: flex;
    gap: 6rem;
    margin: 6px;
}

.btn2 img {
    width: 2.5rem;
    margin: 6px;
    cursor: pointer;
}

div.btn1 button {
    border-radius: 2rem;
    width: 127px;
    height: 48px;
    background: none;
    font-weight: 600;
    cursor: pointer;
}

#github {
    background: rgb(53, 53, 53);
    color: white;
}

section#About {
    width: 98vw;
    height: 100vh;
    /* background-color: rgb(48, 2, 11); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

section#About h1 {
    font-size: 2.6rem;
    text-align: center;
    width: 1116px;
    height: 72px;
    position: absolute;
    top: 59px;
}

section#About div.info2 img {
    width: 325px;
    border-radius: 4rem;
}

div.info2 {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 3rem;
    gap: 4rem;
    margin-top: 3.2rem;

}

div.info2 div.text-info2 {
    margin-right: 60px;
}

.column {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

div.text-info2 p {
    width: 580px;
    margin-top: 22px;
    color: rgb(85, 85, 85);
    font-size: large;
}

div.edu1 {
    border: 0.1rem solid black;
    border-color: rgb(163, 163, 163);
    width: 216px;
    height: 100px;
    border-radius: 2rem;
    text-align: center;
    padding: 1.5rem;
    position: relative;
    cursor: pointer;
    /* transition: ease 0.1s; */
}


div.edu2 {
    border: 0.1rem solid black;
    border-color: rgb(163, 163, 163);
    width: 216px;
    height: 100px;
    border-radius: 2rem;
    text-align: center;
    padding: 1.5rem;
    position: relative;
    cursor: pointer;
    /* transition: ease 0.1s; */

}

img.imgs1 {
    width: 4rem !important;
    height: 4rem !important;
}

img.imgs2 {
    width: 4rem !important;
    height: 4rem !important;
}

span.auto-type {
    color: rgb(81, 81, 81);
}

div.edu11 {
    position: absolute;
    border: 0.1rem solid black;
    border-color: rgb(163, 163, 163);
    width: 216px;
    height: 100px;
    border-radius: 2rem;
    text-align: center;
    padding: 1.5rem;
    cursor: pointer;
    left: 0px;
    top: 0px;
    z-index: -1;
}

div.edu12 {
    position: absolute;
    border: 0.1rem solid black;
    border-color: rgb(163, 163, 163);
    width: 216px;
    height: 100px;
    border-radius: 2rem;
    /* text-align: center; */
    padding: 1.5rem;
    cursor: pointer;
    left: 0px;
    top: 0px;
    z-index: -1;
}

div.edu11 li {
    opacity: 0;
    font-size: large;
}

div.edu12 li {
    opacity: 0;
    font-size: large;
}

div.edu11 li#one {
    width: 131px;
    margin-left: -15px;
}

div.edu11 li#two {
    width: 110px;
    margin-left: -10px;
}

div.edu11 li#three {
    width: 155px;
    margin-left: -6px;
}

section#Projects {
    /* width: 98vw;
    height: 100vh; */
    /* background-color: rgb(133, 45, 63); */
    width: 98vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

section#Projects h1 {
    font-size: 2.6rem;
    text-align: center;
    width: 1116px;
    height: 72px;
    position: absolute;
    top: 59px;
}

section#Projects div.work {
    width: 86vw;
    height: 67vh;
    /* background-color: rgb(139, 137, 137); */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 1.5rem;
    box-shadow: 10px 10px 15px #cbc8c8;
}

section#Projects div.card {
    width: 17vw;
    height: 47vh;
    border: 2px solid rgb(237 237 237);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 0.7rem;
    cursor: pointer;
    /* box-shadow: 5px 5px 10px #c1c1 */
    box-shadow: -10px -10px 15px #cbc8c8;
}

section#Projects div.secondcard img {
    border-radius: 7rem !important;
}

section#Projects div.card img {
    width: 12rem;
    border-radius: 3rem;
}

section#Projects div.thirdcard p {
    display: grid;
    place-items: center;
    padding-top: 2px !important;
    height: 47px !important;
}

section#Projects div.card p {
    font-family: 'Roboto', sans-serif;
    border-radius: 22px;
    width: 160px;
    height: 34px;
    text-align: center;
    padding-top: 15px;
    font-size: large;
    border: 2px solid black;
    background: rgb(53, 53, 53);
    color: white;
}

section#Contact {
    /* width: 100%;*/
    width: 100%;
    height: 37vh;
    background-color: #7d7d7d;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

section#Contact div.abbr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

section#Contact div.abbr ul.order {
    height: 175px;
    width: 7%;
    height: 34vh;
}

section#Contact div.abbr ul.order li {
    padding: 12px 47px 12px 15px;
    /* margin-top: 22px; */
    font-size: 18px;
}

span.spin2 {
    margin-top: -148px;
    font-size: 18px;
}

span.spin {
    width: 100%;
    text-align: center;
    display: block;
}

div.abbr img {
    position: absolute;
    width: 20rem;
    left: 131px;
    top: 12px;
    opacity: 5;
}

@media screen and (max-width : 1350px) and (min-width: 1025px) {
    section#Projects div.card img {
        width: 9rem;
        border-radius: 3rem;
    }

    section#Projects div.card p {
        font-family: 'Roboto', sans-serif;
        border-radius: 22px;
        width: 128px;
        height: 28px;
        text-align: center;
        padding-top: 15px;
        font-size: large;
        border: 2px solid black;
        background: rgb(53, 53, 53);
        color: white;
    }

    section#Projects div.card {
        width: 15vw;
        height: 35vh;
        border: 2px solid rgb(237 237 237);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        border-radius: 0.7rem;
        cursor: pointer;
        /* box-shadow: 5px 5px 10px #c1c1; */
        box-shadow: -10px -10px 15px #cbc8c8;
    }

    section#Projects div.work {
        width: 87vw;
        height: 57vh;
        /* background-color: rgb(139, 137, 137); */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        border-radius: 1.5rem;
        box-shadow: 10px 10px 15px #cbc8c8;
    }
}

@media screen and (max-width : 1024px) and (min-width: 767px) {
    header {
        /* width: 98vw;
        height: 100vh; */
        /* background-color: crimson; */
        width: 1349px;
        height: 1057px;
    }

    hr {
        width: 1077px;
        margin-left: 149px;
    }

    section#About {
        /* width: 98vw;
        height: 100vh; */
        /* background-color: rgb(48, 2, 11); */
        width: 1349px;
        height: 1057px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    section#Projects {
        /* width: 98vw;
        height: 100vh; */
        /* background-color: rgb(133, 45, 63); */
        width: 1349px;
        height: 1057px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    section#Projects div.work {
        width: 112vw;
        height: 62vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        border-radius: 1.5rem;
        box-shadow: 10px 10px 15px #cbc8c8;
    }

    section#Projects div.card {
        width: 24vw;
        height: 43vh;
        border: 2px solid rgb(237 237 237);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        border-radius: 0.7rem;
        cursor: pointer;
        /* box-shadow: 5px 5px 10px #c1c1; */
        box-shadow: -10px -10px 15px #cbc8c8;
    }
}

@media screen and (max-width : 766px) and (min-width: 481px) {
    header {
        /* width: 98vw;
        height: 100vh; */
        /* background-color: crimson; */
        width: 1349px;
        height: 1689px;
    }

    section#About {
        /* width: 98vw;
        height: 100vh; */
        /* background-color: rgb(48, 2, 11); */
        width: 1349px;
        height: 1689px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    section#Projects {
        /* width: 98vw;
        height: 100vh; */
        /* background-color: rgb(133, 45, 63); */
        width: 1349px;
        height: 1689px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    section#Contact {
        height: 397px;
        width: 1349px;
        /* background-color: #7d7d7d; */
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    section#Projects div.work {
        width: 151vw;
        height: 65vh;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        border-radius: 1.5rem;
        box-shadow: 10px 10px 15px #cbc8c8;
    }

    hr {
        width: 1077px;
        margin-left: 142px;
    }

    section#Projects div.card {
        width: 32vw;
        height: 47vh;
        border: 2px solid rgb(237 237 237);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        border-radius: 0.7rem;
        cursor: pointer;
        /* box-shadow: 5px 5px 10px #c1c1; */
        box-shadow: -10px -10px 15px #cbc8c8;
    }
}



@media screen and (max-width: 480px) {
    header {
        /* width: 98vw;
        height: 100vh; */
        /* background-color: crimson; */
        width: 1349px;
        height: 1689px;
    }

    .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8rem;
        padding-top: 63px;
        margin-left: 68px;
    }

    section#About {
        /* width: 98vw;
        height: 100vh; */
        /* background-color: rgb(48, 2, 11); */
        width: 1349px;
        height: 1689px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    div.info2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4rem;
        margin-top: 3.2rem;
        margin-left: 131px;
    }

    nav {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: relative;
        padding-top: 100px;
    }

    section#Projects {
        /* background-color: rgb(133, 45, 63); */
        width: 1349px;
        height: 2425px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    section#Projects h1 {
        font-size: 5.6rem;
        text-align: center;
        width: 1116px;
        height: 72px;
        position: absolute;
        top: 59px;
    }

    .profile-pic {
        width: 49rem;
        border-radius: 50%;
    }

    section#About div.info2 img {
        width: 499px;
        border-radius: 4rem;
    }

    section#Projects div.work {
        width: 86vw;
        height: 67vh;
        display: flex;
        flex-direction: column;
        flex-wrap: revert;
        align-items: center;
        justify-content: space-evenly;
        border-radius: 1.5rem;
        box-shadow: 10px 10px 15px #cbc8c8;
    }

    div.name {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        height: 88px;
        width: 286px;
        margin-left: 80px;
    }

    div.name h2 {
        font-size: 4rem;
        margin-left: -22px;
    }

    div.name img {
        width: 12rem;
    }

    span.spin2 {
        margin-top: -148px;
        font-size: 40px;
    }

    section#About h1 {
        font-size: 5.6rem;
        text-align: center;
        width: 1116px;
        height: 72px;
        position: absolute;
        top: 59px;
    }

    hr {
        width: 1026px;
        margin-left: 159px;
    }

    section#Projects div.work {
        width: 303vw;
        /* background-color: green; */
        height: 203vh;
        display: grid;
        align-items: center;
        justify-content: space-evenly;
        border-radius: 1.5rem;
        box-shadow: 12px 12px 15px #cbc8c8;
        grid-template-rows: 550px 550px;
        grid-template-columns: 528px 650px;
    }

    section#Contact {
        height: 397px;
        width: 1401px;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    section#Projects div.card {
        width: 102vw;
        margin-left: 124px;
        margin-right: 127px;
        margin-bottom: 127px;
        height: 79vh;
        border: 2px solid rgb(237 237 237);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        border-radius: 0.7rem;
        cursor: pointer;
        box-shadow: -10px -10px 15px #cbc8c8;
    }

    section#Projects div.card p {
        font-family: 'Roboto', sans-serif;
        border-radius: 22px;
        width: 206px;
        height: 40px;
        text-align: center;
        padding-top: 15px;
        font-size: large;
        border: 2px solid black;
        background: rgb(53, 53, 53);
        color: white;
    }

    section#Projects div.card img {
        width: 18rem;
        border-radius: 3rem;
    }

    div.edu1 {
        border: 0.1rem solid black;
        border-color: rgb(163, 163, 163);
        width: 432px;
        height: 200px;
        border-radius: 2rem;
        text-align: center;
        padding: 1.5rem;
        position: relative;
        cursor: pointer;
    }

    div.edu11 {
        position: absolute;
        border: 0.1rem solid black;
        border-color: rgb(163, 163, 163);
        width: 432px;
        height: 200px;
        border-radius: 2rem;
        text-align: center;
        padding: 1.5rem;
        cursor: pointer;
        left: 0px;
        top: 0px;
        z-index: -1;
    }

    div.edu2 {
        border: 0.1rem solid black;
        border-color: rgb(163, 163, 163);
        width: 432px;
        height: 200px;
        border-radius: 2rem;
        text-align: center;
        padding: 1.5rem;
        position: relative;
        cursor: pointer;
    }

    div.edu12 {
        position: absolute;
        border: 0.1rem solid black;
        border-color: rgb(163, 163, 163);
        width: 432px;
        height: 200px;
        border-radius: 2rem;
        padding: 1.5rem;
        cursor: pointer;
        left: 0px;
        top: 0px;
        z-index: -1;
    }

    img.imgs1 {
        width: 9rem !important;
        height: 9rem !important;
    }

    img.imgs2 {
        width: 9rem !important;
        height: 9rem !important;
    }

    div.text-info2 p {
        width: 1008px;
        margin-top: 22px;
        color: rgb(85, 85, 85);
        font-size: 34px;
    }

    section#About h2 {
        font-size: 45px;

    }

    span.spin {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 31px;
    }

    div.abbr img {
        position: absolute;
        width: 20rem;
        left: 241px;
        top: 79px;
        opacity: 5;
    }

    div.firstcard {
        margin-top: 258px !important;
    }

    div.secondcard {
        margin-top: 258px !important;
    }

    div.thirdcard {
        margin-top: 786px !important;
    }

    div.fourthcard {
        margin-top: 786px !important;
    }

    span.auto-type {
        color: rgb(81, 81, 81);
        font-size: 63px;
    }

    div.text-info p {
        font-size: 50px;
    }

    div.text-info h1 {
        margin: 6px;
        font-size: 88px;
    }

    .btn2 img {
        width: 6.5rem;
        margin: 6px;
        cursor: pointer;
    }

    div.btn1 button {
        border-radius: 2rem;
        width: 295px;
        height: 70px;
        background: none;
        font-weight: 600;
        cursor: pointer;
        font-size: 22px;
    }
}