* {
    padding: 0;
    margin: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
.content {
    padding-top: 10vh;
}

body {
    background-color: #000000;
    scroll-behavior: smooth;
}

#index {
  padding-top: 100px; 
}
:root {
  --navbar-height: 80px;
}

#index {
  padding-top: calc(var(--navbar-height) + 20px);
}

.nav {
  height: var(--navbar-height);
  top:0;
}
.divide {
    height: 2px;
    background-color: #aca7a7;
    margin: 10% 0 0 0;
    opacity: 60%;
}

.nav {
    font-size: 2em;
    background-color: #fffbf7;
    height: 80px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: 3px solid #558821;
    position: fixed;
    width: 100%;
    z-index: 100;
    font-family: 'Poppins', sans-serif;

}


.mainlogo {
    height: 100px;
}

.logoplace {
    display: flex;
    justify-content: flex-start;

}


ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
   
}

li:hover {
    transform: translateY(-9px);
    font-size: 4vh;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #141413;
     font-family: 'Poppins', sans-serif;
    text-decoration: overline solid #558821 5px;
    background-color: #8ead70;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    border: 2px soild #558821;
    transition: 200ms;
}

.img {
    display: flex;
    justify-content: center;

}

.profile {
    height: 20vh;
    margin: 10rem 0 5rem;
    border-radius: 20rem;
    border: 3px solid #31322f;
    box-sizing: border-box;
    box-shadow: whitesmoke;

}

.hi {
    display: flex;
    justify-content: center;
    font-size: 10vmin;
    color: #ffffff;
    position: relative;
    margin: 10vh;
     font-family: 'Poppins', sans-serif;

}


.hi::after {
    content: "Hi there!";
    background: linear-gradient(to right, #558821, rgb(13, 140, 132));
    width:inherit;
    height: 100px;
    padding: 1%;
    border-radius: 2rem;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
}

.hi:hover::after {
    content: "welcome";
    width: 1000px;
    height: 100px;

    transition: 900ms;


}

.Welcomes::after {
    content: " time.";
    height: 50px;
    width: 100px;
    background: linear-gradient(to right, #558821, rgb(13, 140, 132));
    position: absolute;
    margin-left: 10px;



}

.Welcomes:hover::after {
    height: 0;
    transition: 500ms;
    content: "moment";
    width: 170px;

}

.Welcomes {

    font-size: 4vmin;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    margin-top: 8rem;
    position: relative;



}

.hero {

    display: flex;
    justify-content: center;
  
}

button.know {
    display: flex;
    justify-content: center;
    font-size: 3rem;
    font-family: 'Poppins', sans-serif;
    border-radius: 1vmin;
    opacity: 50%;
    background-color: #ffffff;
    color: #000000;


}


.knowdiv {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    color: #558821;
}

.header {
    display: flex;
    justify-content: center;
}



.scrollupbutton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 15px;
    background-color: #fffefe;
    color: #1e9413;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    z-index: 1000;
    font-size: 14px;
    font-weight: bolder;
}

.scrollupbutton:hover {
    background-color:#1e9413;
    color:white;
}

.heroo {
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    color: #f3ecec;
    font-weight: bolder;



}

.borderrain {
    width: 80%;
    margin: 6rem;
    border: 5px solid transparent;
    border-image: linear-gradient(to left, transparent, rgb(40, 36, 36), transparent) 50;
    padding: 20px;
    text-align: center;
    justify-content: center;
}

.heroo1 {
    font-size: 1.7rem;
    border-radius: 1rem;
    padding: 1rem;
    color: #f9f8f8;
    line-height: 3rem;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    background-color: #2f8e8e;
     font-family: 'Poppins', sans-serif;


}


.heroo1:hover {

    color: #fffefe;
    transition: 700ms;
    border: 4px solid #2f8e8e;
    border-radius: 2rem;
    background-color: #000000;
     font-family: 'Poppins', sans-serif;



}

.Jalappa:hover {
    background-color: #000000;
    color: #fffefe;
    transition: 700ms;
    border: 4px solid #2f8e8e;
    border-radius: 2rem;
     font-family: 'Poppins', sans-serif;

}

.lrg:hover {
    background-color: #000000;
    color: #fffefe;
    transition: 700ms;
    border: 4px solid #2f8e8e;
    border-radius: 2rem;
     font-family: 'Poppins', sans-serif;
}



.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 2rem;
  background-color: #2f8e8e;
  border-radius: 1.5rem;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
   font-family: 'Poppins', sans-serif;
}

.skill-category h3 {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  color: #fff9c4;
   font-family: 'Poppins', sans-serif;
}


.heroborder {
    display: flex;
    justify-content: center;
    border-radius: 3vmin;
    text-align: auto;
    position: relative;
    margin: 20px;
}

.heroinborder{
    display: flex;
    justify-content: center;
    border-radius: 3vmin;
    text-align: auto;
    position: relative;
    margin: 20px;
    height: 200px;
    align-items: center;
    font-size: 1.2rem;
     font-family: 'Poppins', sans-serif;
}

.skill-category:hover{
  
    background-color:#000000;
    transition: 100ms;
    border-radius: 2rem;
    border: 2px solid rgb(240, 240, 240);
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;

}

.skill-category:hover::before{
    content: "%";
    transition: 100ms;
    background-color: rgb(255, 250, 250);
    border: 2px solid rgb(0, 0, 0);
    align-items: center;
    justify-content: center;
    display: flex;
    width: 70px;
    height: 50px;
    font-size: 2rem;
    color: #010000;
     font-family: 'Poppins', sans-serif;
}

.edu {

    display: flex;
    justify-content: center;
    gap: 5rem;


}


.Jalappa {

    font-size: 1.7rem;
     font-family: 'Poppins', sans-serif;
    border-radius: 1rem;
    padding: 1rem;
    color: #f9f8f8;
    line-height: 3rem;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #2f8e8e;
    justify-content: space-around;
    width: 50vh;
}

.lrg {
    width: 50vh;
     font-family: 'Poppins', sans-serif;
    font-size: 1.7rem;
    border-radius: 1rem;
    padding: 1rem;
    color: #f9f8f8;
    line-height: 3rem;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    background-color: #2f8e8e;
    justify-content: space-around;

}






.account {
    font-size: 2rem;
    justify-content: space-around;
    color: #f3ecec;
     font-family: 'Poppins', sans-serif;
}



.heroo2 {
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    color: #fcf9f9;
    font-weight: bolder;
    margin: 2rem;
}

#campusChatbot {
    background-color: #2f8e8e;
    border-radius: 2rem;
    width: 92%;

}

#tictaetoe {

    background-color: #2f8e8e;
    border-radius: 2rem;
    width: 92%;


}

.projectcenter {
    display: flex;
    justify-content: center;
    margin-top: 2rem;


}

.prjhero {

    font-size: 1.7rem;
     font-family: 'Poppins', sans-serif;
    margin-top: 2rem;
    border-radius: 1rem;
    padding: 1rem;
    text-align: justify;
    color: #f7ebeb;
    line-height: 3rem;
}

#campusChatbot:hover {
    border: 4px solid #2f8e8e;
    border-radius: 2rem;
    background-color: #000000;
    transition: 50ms;


}

#tictaetoe:hover {
    border: 4px solid #2f8e8e;
    border-radius: 2rem;
    background-color: #000000;
    transition: 50ms;

}

.prj1 {
    border-radius: 1rem;
}

.buttonn {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
    align-items: center;


}

.contactme {
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    height: 100px;
    justify-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    float: left;
}

.profileimg {
    height: 50px;
    margin: 2rem;
    align-items: center;
    display: flex;
    justify-content: center;

}




#resume {
    display: flex;
    flex-wrap: wrap;
    background-color: #000000;
    justify-content: space-around;
    width: 40%;
    height: 5vh;
    font-family: 'Poppins', sans-serif;

}



#resume:hover {
    color: #abaea9;
}

.downloadresume {
    width: 360px;
    height: 100px;
    color:#ffffff;
    display: flex;
    align-items: center;
    margin-top: 5rem;
    justify-content: center;


}

.justifyresume {
    display: flex;
    height: 10px;
}

.downloadresume::after {
    content: "Download My resume";
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.address {
    padding: 30px;
    color: #f7ebeb;
    font-size: 3rem;
  
    
}

.author {
    background-color:#2f8e8e;
    display: grid;
    height: 70px;
    width: 30%;
    margin: 0 30px;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
     font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: rgb(0, 0, 0);

}
.author:hover{
    border-radius: 10px;
    height: 120px;
    background-color: #000000;
    transition: 1s;
    color: #f3ecec;

}
.author:hover:after {
    content: "💕✌️";
    display: inline;
    font-size: 4rem;
    
  

}

.end {

    height: 15px;
    background-color: #d48585;
    margin: 70px 0 0 0;

}

.setbackground{
    background-color: #747871;
}
@media (max-width: 600px) {

    body {
        width: 500px;
        height: auto;
    }

    .mainlogo {
        height: 20%;

    }



    .nav {
        display: flex;
        height: 60px;
        width: 500px;
        flex-direction: column;

    }

    a {
        font-size: 15px;
         font-family: 'Poppins', sans-serif;

    }

    .profile {
        display: flex;
        justify-content: center;
        margin:5rem;
        height: 200px;
    }



    .borderrain {
        width: 300px;
        margin: 3rem;

    }

    .heroborder {
        width: 460px;
        margin: 0 1rem;

    }

    .edu {
        width: 460px;
        display: grid;
    }

    
    .skills,
    .heroo1,
    .prjhero {
        font-size: 1rem;
        line-height: 2rem;
        margin: 0 1rem;
         font-family: 'Poppins', sans-serif;

    }

    .Jalappa,
    .lrg {
        width: 400px;
        margin-left:30px;
        font-size: 1rem;
        line-height: 2rem;
         font-family: 'Poppins', sans-serif;
    }

    .heroo2 {
        font-size: 1.1rem;
        margin-top: 1rem;
         font-family: 'Poppins', sans-serif;

    }

    .projectcenter {
        width: 460px;
        margin: 2rem 1rem;

    }

    .tictaetoe {
        width: 460px;
        margin: 2rem 1rem;
    }

    .Welcomes {

        font-size: 1.2rem;
        font-family: 'Poppins', sans-serif;
        color: #fafafa;
        margin-top: 8rem;

    }

    button.know {
        display: flex;
        font-size: 3rem;
        font-family: 'Poppins', sans-serif;
        background-color: white;
        border-radius: 0.9rem;

    }

    a:hover {
        color: #141413;
        text-decoration: overline solid #558821 2.5px;
        background-color: #8ead70;
        padding: 10px 20px 22px 20px;
        border-radius: 10px;
        border: 5px soild #558821;
    }

    .Welcomes::after {
        content: " time.";
        height: 25px;
        width: 50px;
        background: linear-gradient(to right, #558821, rgb(13, 140, 132));
        position: absolute;
        margin-left: 10px;
         font-family: 'Poppins', sans-serif;



    }

    .Welcomes:hover::after {
        height: 0;
        transition: 500ms;
        content: "moment";
        width: 100px;
         font-family: 'Poppins', sans-serif;


    }

    .justifyafter {
        display: block;
        justify-self: flex-start;
        margin: 50px;
         font-family: 'Poppins', sans-serif;
    }

    .hi::after {
        content: "Hi there!";
        background: linear-gradient(to right, #558821, rgb(13, 140, 132));
        width: 450px;
        height: 100px;
        padding: 1%;
        border-radius: 2rem;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
         font-family: 'Poppins', sans-serif;


    }

    .hi:hover::after {
        content: "welcome";
        width: 460px;
        height: 100px;
        transition: 900ms;
         font-family: 'Poppins', sans-serif;

    }

    .author {
        background:linear-gradient(to right,rgb(205, 126, 37),rgb(209, 127, 127));
        display: flex;
        flex-direction: column;
        height: 50px;
        width: 350px;
        margin: 150px 30px 0;
        align-items: center;
        font-size: 1.5rem;
         font-family: 'Poppins', sans-serif;
        font-weight: normal;
        color: rgb(0, 0, 0);
        
    }
.setbackground{
    width: 500px;
}
    .author:hover:after {
        content: "💕✌️";
        font-size: 1rem;
         font-family: 'Poppins', sans-serif;
        

    }

    img.profile {
        margin: 150px 0 30px;
    }

    .downloadresume::after {
        content: "Download My resume";
        font-size: 20px;
        font-weight: bolder;
        font-family: 'Poppins', sans-serif;
        color: #e1d8d8;
    }

    .address {
        color: #f7ebeb;
        font-size: 3rem;
         font-family: 'Poppins', sans-serif;
    }

  .linkedin{
    font-size: 1.5rem;
     margin-top:20px;
      font-family: 'Poppins', sans-serif;
  }
.address{
    font-size: 2rem;
     font-family: 'Poppins', sans-serif;
    
}

.heroinborder{
    display:grid;
    justify-content: center;
    border-radius: 3vmin;
    text-align: auto;
    position: relative;
    margin:  20px 30px 20px 30px;
    height: 600px;
    width: 360px;
    align-items: center;
    font-size: 1.2rem;
     font-family: 'Poppins', sans-serif;
    
}

@keyframes apperred{
    from{
        opacity: 0;
        transform: translateX(-500px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

.B_block {
    animation: apperred linear;
    animation-timeline:view();
    animation-range: entry 0% cover 40%;
}

@keyframes skillss{
    from{
        opacity: 0;
        transform: translate(500px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

.skills_t {
    animation:skillss linear;
    animation-timeline:view();
    animation-range: entry 0% cover 40%;
}

@keyframes apper{
    from{
        opacity: 0;
        scale:0.5 ;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}

.get {
    animation: apper linear;
    animation-timeline:view();
    animation-range: entry 0% cover 40%;
}


@keyframes meetme{
    from{
        opacity: 100%;
        transform: translateX(100px);
    }
    to{
        opacity: 100%;
        transform: translateX(0px);
    }
}

.bye {
    animation: meetme linear;
    animation-timeline:view();
    animation-range: entry 0% cover 30vmax;
}

}


@keyframes apperred{
    from{
        opacity: 0;
        transform: translateX(-500px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

.B_block {
    animation: apperred linear;
    animation-timeline:view();
    animation-range: entry 0% cover 40%;
}



@keyframes apper{
    from{
        opacity: 0;
        scale:0.5 ;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}

.get {
    animation: apper linear;
    animation-timeline:view();
    animation-range: entry 0% cover 40%;
}


@keyframes meetme{
    from{
        opacity: 100%;
        transform: translateX(100px);
    }
    to{
        opacity: 100%;
        transform: translateX(0px);
    }
}

.bye {
    animation: meetme linear;
    animation-timeline:view();
    animation-range: entry 0% cover 30vmax;
}
