* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    background-color: #191924;
    color: white;
    margin: 0;
    padding: 0;
}

#header {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 10vh;
    background-color: #191924;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 0px solid white
}

#navbar {
    display: flex;
    gap: 1rem;
    margin-left: 50%;

}
.toggle{
  display: none;
  position: relative;
}
#off-canvas{
    display: none;
    position: absolute;
    flex-direction: column;
    width:100%;
    height: 70vh;
    background-color: aliceblue;
    color: black;
    font-size: 50px;
    margin-top: 5rem;
    padding: 5rem;
    text-align: center;
    background-color: #191924;
    & a{
        margin: 1rem;
        text-decoration: none;
        color: white;
    }
}


#header a {
    color: white;
    text-decoration: none;

}

.btn1,.btn {
    width: 10vw;
    min-height: 2rem;
    border-radius: 20px;
    border: 1px solid orange;
    background: linear-gradient(45deg, purple, pink);
    color: white;
}

.main-container {
    width: 100%;
    height: 100vh;
}

#profile-div {
    width: 100%;
    height: 50vh;
    padding: 15rem 5rem 0 5rem;
    display: flex;
    gap: 2rem;
    
}



.left-div {
    width: 100%;
    height: 50vh;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    margin: 0 5rem;

    & h1 {
        font-size: 70px;
        font-weight: 700px;
        color: purple;
    }

    & h2 {
        font-size: 50px;
        font-weight: 500;
    }

    & h3 {
        font-size: 60px;
        font-weight: 500;

    }

    & p {
        font-size: 20px;
        font-weight: 300;
    }

}


.right-div {
    width: 40%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;

    & img {
        width: 20rem;
        height: 20rem;
        border-radius: 100%;
        border: 2px solid orange;
        box-shadow: 1rem orange;
    }
}

#head-tag{
    font-size: 40px;
    font-weight: 600;
    color: purple ;
}
#para-tag{
    font-size: 25px;
    font-weight: 400;
}

#second-div {
    display: flex;
    width: 100%;
    height: 100vh;
    padding: 0 10%;
    flex-direction: column;
    color: white;
    /* justify-content: center; */
    align-items: center;
}

#skill-div {
    width: 100%;
    height: 50vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-content: center;
    gap: 1rem;
    margin-top: 5rem;
}

.skills-box {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 2px solid orange;
    text-align: center;
    padding: 1rem;
}

.front-skills {
    display: flex;
    font-size: 10px;
    flex-wrap: wrap;
    padding: 20px;
    gap: 1rem;

    & span {
        display: flex;
        gap: 0.2rem;
        border: 1px solid orange;
        padding: 0.5rem;
        border-radius: 10px;

    }

    & img {
        width: 20px;
        height: 20px;
    }
}

#experience-line{
    position: absolute;
    height:22vh;
    width: 3px;
    border: 1px solid orange;
    margin-top: 10rem;
    background-color: black;
    margin-top:var(--line) ;
    box-shadow: 1px blue;
}
#experience-ball{
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color:black;
    margin-top:var(--line) ;
    border: 1px solid orange;
}

#experience {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.experience-box {
    width: 40%;
    height: 25vh;
    border-radius: 20px;
    border: 2px solid orange;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    /* position: absolute; */
    margin-left: var(--move);
    & h2{
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    & h3{
        margin-left: 4rem;
    }
    & img{
        width: 50px;
        height: 50px;
        border-radius: 100%;
    }
}

#project {
    display: flex;
    width: 100%;
    height: 100vh;
    padding: 15vh 10%;
    flex-direction: column;
    color: white;
    justify-content: center;
    align-items: center;
}


.project-div {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin-top: 20rem;
    & img{
        width: 20rem;
        height: 20rem;
        border-radius: 2rem;
        padding: 2rem;
    }
}
.project-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
    height: max-content;
    margin-top: 5rem;
}
.project-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25vw;
    height: auto;
    border: 2px solid orange;
    border-radius: 10px;


    & img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
}

#education {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin:0 5rem 5rem 5rem;
    
}
#education-line{
    position: absolute;
    height:18vh;
    width: 3px;
    left: 28rem;
    border: 1px solid orange;
    margin-top: 10rem;
    background-color: black;
    margin-top: var(--Eline);
    box-shadow: 1px blue;
}
#education-ball{
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color:black;
    margin-top: var(--Eball);
    border: 1px solid orange;
    left: 27.77rem;
}
.education-box {
    width: 40%;
    height: 25vh;
    border-radius: 20px;
    border: 2px solid orange;
    padding: 1rem;
    margin-left: var(--move);

    & h2{
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    & h3{
        margin-left: 4rem;
    }
    & img{
        width: 50px;
        height: 50px;
        border-radius: 100%;
    }
}


#contact {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    background: linear-gradient(45deg, rgb(46, 14, 46), rgb(36, 33, 27));
}

.form {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    width: 40%;
    height: auto;
    background-color: black;
    border-radius: 20px;
    padding: 5rem;
}

.form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

input {
    height: 2.5rem;
    border-radius: 20px;
}

textarea {
    height: 20vh;
    border-radius: 20px;
}
