body {
  width: 100%;
  background-color: #0f1624 !important;
  height: 100%;
}

#header {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #0f1624 !important;
  z-index: 1;
  position: fixed;
  width: 100%;
}
#header .container-fluid a img {
  margin-left: 50px;
}
#header #navbarNav {
  justify-content: right;
  margin-right: 30px;
}
#header #navbarNav ul li a {
  color: white;
  font-size: larger;
  margin-left: 30px;
}
#header #navbarNav ul li a:hover {
  color: #0f1624;
  -webkit-text-stroke: 1px #eeb7d4;
  transition: all 0.3s ease;
  transform: translateY(4px);
}

#about {
  padding-top: 150px;
  margin: 0px auto 30px 60px;
}
#about h1 {
  color: white;
  font-size: 80px;
  width: 60%;
}
#about h1 span {
  background-image: linear-gradient(#0f1624, #eeb7d4);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
#about p {
  margin-top: 30px;
  color: rgb(206, 206, 206);
  font-size: larger;
  width: 60%;
  text-align: justify;
}
#about .download-btn {
  display: inline-block;
  padding: 18px 32px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #0f1624, #eeb7d4);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
#about .download-btn:hover {
  transform: translateY(4px);
}

h1 {
  margin: 120px auto 60px 10px;
}
h1 span {
  font-weight: 900;
  background-image: linear-gradient(#0f1624, #eeb7d4, #fff);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

#skillsTools {
  margin-left: 60px;
  color: white;
  padding-top: 100px;
}
#skillsTools .skillsTools {
  display: inline-flex;
  flex-wrap: wrap;
}
#skillsTools .skillsTools .frontend, #skillsTools .skillsTools .Machine, #skillsTools .skillsTools .Tools {
  text-align: center;
  padding: 0px;
}
#skillsTools .skillsTools .frontend .skills-grid, #skillsTools .skillsTools .Machine .skills-grid, #skillsTools .skillsTools .Tools .skills-grid {
  padding: 20px;
  margin: 50px;
  border: #5a516c solid 2px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 0fr); /* 3 columns */
  gap: 20px;
  margin-top: 20px;
}
#skillsTools .skillsTools .frontend .skills-grid p, #skillsTools .skillsTools .Machine .skills-grid p, #skillsTools .skillsTools .Tools .skills-grid p {
  margin: 5px;
  font-size: large;
  font-weight: lighter;
}
#skillsTools .skillsTools .frontend .skills-grid:hover, #skillsTools .skillsTools .Machine .skills-grid:hover, #skillsTools .skillsTools .Tools .skills-grid:hover {
  border: #5a516c solid 2px;
  box-shadow: 0px 10px 10px #5a516c;
  transition: all 0.3s ease;
  transform: translateY(4px);
}

#projects {
  padding-top: 100px;
  margin-left: 60px;
}
#projects #card {
  display: inline-flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}
#projects #card .card {
  border-radius: 10px;
  border: #5a516c solid 2px;
  margin-top: 30px;
  margin-bottom: 60px;
  background-color: #0f1624;
  color: white;
  padding: 10px;
}
#projects #card .card:hover {
  border: #5a516c solid 2px;
  box-shadow: 0px 10px 10px #6e7a91;
  transition: all 0.3s ease;
  transform: translateY(4px);
}
#projects #card .card a {
  z-index: 1;
  text-decoration: none;
  color: #0f1624;
  font-weight: bold;
  border-radius: 10px;
  padding: 5px 15px 5px 15px;
  background-image: linear-gradient(#5a516c, #fff);
}
#projects #card .card a:hover {
  color: white;
}
#projects #card .card p {
  margin: 10px auto 10px auto;
}

#education {
  padding-top: 100px;
  margin-left: 60px;
}
#education #container {
  color: #fff;
  display: inline-flex;
}
#education #container .verticalLine {
  width: 5px;
  height: 500px;
  background-color: #6e7a91;
  margin: 50px 20px auto auto;
}
#education #container .container {
  justify-content: center;
  gap: 20px;
  margin: 10px auto 30px 20px;
}
#education #container .container .row {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}
#education #container .container .row span {
  margin-bottom: 30px;
  background-image: linear-gradient(#0f1624, #eeb7d4, #fff);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 30px;
  font-weight: bold;
}
#education #container .container .row .col .content {
  margin-bottom: 50px;
}

#soft {
  padding-top: 100px;
  color: white;
  font-size: larger;
  margin: 20px auto 30px 60px;
}

#contact {
  padding-top: 100px;
  margin-left: 60px;
  padding-bottom: 100px;
}
#contact .additional {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
#contact .additional p {
  color: white;
  text-align: left;
}
#contact .additional p span {
  font-weight: bold;
}
#contact .icons {
  display: flex;
  gap: 30px;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
#contact .icons .github, #contact .icons .email, #contact .icons #Ring {
  color: white;
}
#contact .icons .github:hover, #contact .icons .email:hover, #contact .icons #Ring:hover {
  color: #eeb7d4;
}
#contact .icons .whatsapp {
  color: green;
}
#contact .icons .whatsapp:hover {
  color: greenyellow;
}/*# sourceMappingURL=style.css.map */