
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');

/* common css */
html,
body{
  margin: 0;
  padding: 0;
  font-family: 'Arvo', serif; 
}

/* header */
.navbar-brand{
    font-size: 1.6rem;
}
.nav-link{
    font-size: 1.2rem;
}

/* home */
#home{
    width: 100%;
    min-height: 100vh;
}
#particles-js{
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0; left: 0;
    background-image: linear-gradient(#A10BEC,#f50ef9);
}

#name{
    /* margin-top: 20rem; */
    font-size: 5rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    margin: auto;
    padding-top: 20rem;
}
#tagline{
    margin-top: 1px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}
#learn-more{
    padding: .4rem 1rem;
    max-width: 10rem;
    color: #fff;
    margin: 0 auto;
    display: block;
    border: 2px solid #fff;
    border-radius: 1rem;
    text-decoration: none;
    text-align: center;
}
#learn-more:hover{
    text-decoration: none;
}

.resume .resume-title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #050d18;
    padding:80px 0;
  }
 .resume-header{
    width: fit-content;
    margin: auto;
    padding: 30px 0 20px 0;
 }
  .resume .resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #A10BEC;
    position: relative;
  }
  
  .resume .resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    /* font-family: "Poppins", sans-serif; */
    color: #050d18;
    margin-bottom: 10px;
  }
  
  .resume .resume-item h5 {
    font-size: 16px;
    background: #e4edf9;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .resume .resume-item ul {
    padding-left: 20px;
  }
  
  .resume .resume-item ul li {
    padding-bottom: 10px;
  }
  
  .resume .resume-item:last-child {
    padding-bottom: 0;
  }
  
  .resume .resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: #fff;
    border: 2px solid #A10BEC;
  }
.user-name{
    font-family: 'Arvo', serif;
}
.section-title{
    padding: 70px;
}

/* about */
#about{
  width: 100%;
  min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 30px;
  margin-bottom: .5rem;
}




