* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
  }

  body{
    height: 110vh;
    background: url('http://drive.google.com/uc?export=view&id=1oP-Vnm6CbUyFX_Mc0JJ7kmPZ5nWmcR-7') no-repeat;
    background-size: cover;
    background-position: center;
    /*background-color: darkviolet; */
    /* background-attachment: scroll; */
    background-attachment: fixed;
  }

  li{
    list-style: none;
  }

  a{
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
  }

  a:hover{
    color: orange;
  }

  /* HEADER */
  .header{
    position: relative;
    padding: 0 2rem;
  }


  .navbar{
    background-color: rgba(29, 28, 28, 0.1);
    width: 100%;
    padding: 20px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
  }

  .navbar .logo a{
    font-size: 2rem;
    font-weight: bold;
    color: rgb(58, 243, 181);
    text-shadow: 2px 2px 0 #000000, 3px 3px 0 #000000;
  }
  .navbar .links {
    display: flex;
    gap: 2rem;
  }

  .navbar .links a:hover,
  .navbar .links a.active {
    color: #60c5ff;
  } 

  .home{
    position: relative;
    padding: 0 5rem;
    width: 1000px;
  }

  .home.active {
    width: 500px;
    height: 200px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
  }

  .home-social {
    position: absolute;
    margin-left: 50px;
    padding-top: 25px;
    padding-left: 240px;
    /* padding-left: 100px; */
    width: 330px;
    /* text-align: left; */
    display: flex;
    justify-content: space-between;
    
  }

  .home-content {
    padding-left: 240px;
    padding-top: 200px;
    max-width: 650px;
    /* margin-top: 100px; */
    margin-left: 50px;
    text-align: justify;
  }

  .home-content h1{
    font-size: 30px;
    color: #8efff6;
    /* text-shadow: 2px 2px 0 #fff, 3px 3px 0 #ccc; */
  }

  .home-content h3{
    font-size: 20px;
    color: #ffffff;
    /* text-shadow: 2px 2px 0 #fff, 3px 3px 0 #ccc; */
  }

  .home-content p{
    color: #ffffff;
    /* text-shadow: 2px 2px 0 #fff, 3px 3px 0 #ccc; */
  }

  .home:hover {
    transform: scale(1.3);
  }

  
  .home-social a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #4ffde6;
    border-radius: 50%;
    font-size: 20px;
    color: #47f8db;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
  }

  .home-social a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #5f0185;
    z-index: -1;
    transition: 0.5s;
  }

  .home-social a:hover::before {
    width: 100%;
  }

  .home-social a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .contact{
    margin-left: 240px;
    margin-top: 100px;
    position: relative;
    padding: 0 5rem;
    width: 1000px;
  }

  .contact h1{
    padding-bottom: 20px;
    font-size: 30px;
    color: #8efff6;
    /* text-shadow: 2px 2px 0 #fff, 3px 3px 0 #ccc; */
  }
  .contact-content {
  
    max-width: 300px;
    text-align: justify;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    background-color: rgba(43, 40, 40, 0.5);
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    box-shadow: 10px 10px 0 #000000, 10px 10px 0 #000000;
    padding: 20px;
    padding-bottom: 10px;
  }

  .contact-content p{
    padding-bottom: 10px;
    color: #ffffff;
    /* text-shadow: 2px 2px 0 #fff, 3px 3px 0 #ccc; */
  }

  .contact-content p b{
    font-size: 14px;
    padding-top: 7px;
    color: #4397be;
  }



  .education{
    position: relative;
    padding: 0 5rem;
    width: 1000px;
    }
  
  .education-content {
    padding-left: 240px;
    padding-top: 80px;
    max-width: 1000px;
    /* margin-top: 100px; */
    margin-left: 50px;
    text-align: justify;
  }

  .education-item{
    padding: 20px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    background-color: rgba(43, 40, 40, 0.5);
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    box-shadow: 10px 10px 0 #000000, 10px 10px 0 #000000;
    margin-bottom: 30px;
  }

  .education-content h1{
    font-size: 30px;
    color: #8efff6;
    padding-bottom: 20px;
    /* text-shadow: 2px 2px 0 #fff, 3px 3px 0 #ccc; */
  }
  .education-content h2{
    font-size: 20px;
    color: #eeea1e;
    /* text-shadow: 2px 2px 0 #fff, 3px 3px 0 #ccc; */
  }
  .education-content h3{
    padding-top: 5px;
    font-size: 18px;
    color: #ffffff;
    /* text-shadow: 2px 2px 0 #fff, 3px 3px 0 #ccc; */
  }

  .education-duration {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 10px;
  }

  .education-content p{
    font-size: 14px;
    padding-top: 7px;
    color: #ffffff;
    /* text-shadow: 2px 2px 0 #fff, 3px 3px 0 #ccc; */
  }

  .education-content p b{
    font-size: 14px;
    padding-top: 7px;
    color: #4397be;
  }

  .education-content ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 5px;
  }
  
  .education-content ul li:before {
    content: "•";
    margin-right: 10px;
    color: #ffffff;
  }
  
  .education-content ul ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 20px;
  }
  
  .education-content ul ul li:before {
    content: "•";
    margin-right: 10px;
    color: #ffffff;
  }
  
  .education-content ul li,
  .education-content ul ul li {
    font-size: 14px;
    padding-top: 7px;
    color: #ffffff;
  }
  
  .education-content ul li b,
  .education-content ul ul li b {
    font-size: 14px;
    padding-top: 7px;
    color: #4397be;
  }

  .education-item a{
    color: rgb(255, 168, 55);
    text-decoration: underline;
  }

  /* Button styles */
/* Button styles */
button {
  margin-left: 210px;
  margin-bottom: 10px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #1eb3ee;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button i {
  font-size: 20px;
  color: #fff;
}

button:hover {
  background-color: #0095c8;
}


#prevButton {
  margin-right: 10px;
}

#nextButton {
  margin-left: 10px;
}

.project{
  margin-top: 100px;
  margin-left: 30px;
}
.project h1 {
  font-size: 30px;
  margin-bottom: 30px;
  color:#8efff6;
}

.project-layout {
  display: inline-flex;
}

.project-topic {
  padding: 20px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  background-color: rgba(43, 40, 40, 0.5);
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
  box-shadow: 10px 10px 0 #000000, 10px 10px 0 #000000;
  margin-bottom: 30px;
  margin-right: 30px;
  width: 350px;
  height: 100%;
}

.project-content {
  padding: 20px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  background-color: rgba(43, 40, 40, 0.5);
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
  box-shadow: 10px 10px 0 #000000, 10px 10px 0 #000000;
  margin-bottom: 30px;
  width: 800px;
  height: 100%;
}

.project-topic ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 5px;
  margin-bottom: 20px;
}

.project-topic ul li:before {
  margin-right: 10px;
  color: #ffffff;
}

.project-topic ul ul {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 20px;
}

.project-topic ul ul li:before {
  content: "•";
  margin-right: 5px;
  color: #ffffff;
}


.project-topic ul ul li {
  margin-bottom: 10px;
}

.project-topic ul li b,
.project-topic ul ul li b {
  font-size: 19px;
  color: #43be81;
  margin-bottom: 20px;
}

.project-topic ul ul li a {
  font-size: 15px;
}

.project-content h2{
  font-size: 25px;
  color: #fff565;
  margin-bottom: 15px;
}

.project-content p{
  font-size: 15px;
  color: #ffffff;
  text-align: justify;
  padding-bottom: 10px;
}

.project-content p b{
  color: #4397be;
}

.project-content p a{
  color: #ffd931;
  text-decoration: underline;
}

/* .project-content p ul li{
  color: #ffffff;
} */


.project-content ul {
  margin-top: 5px;
  margin-bottom: 10px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 20px;
  color: #ffffff;
  font-size: 15px;
}

.project-content ul li:before {
  content: "•";
  margin-right: 5px;
}

.project-content ul li a {
  font-size: 15px;
  color: #ffd931;
  text-decoration: underline;
  padding-bottom: 5px;
}
