body {
  font-family: 'Jost', sans-serif;
}

.text-justify {
  text-align: justify;
}

.big-title {
  font-size: 4rem;
}

.small-title {
  font-size: 1rem;
}

.fs-ul {
  font-size: 1rem;
  padding-left: 1.25rem;
}

.solid-button {
  border: 4px solid #5E2BFF;
  color: #fff;
  background-color: #5E2BFF;
}

.primary-color {
  color: #5E2BFF;
}

.primary-button {
  border: 2px solid #5E2BFF;
  color: #5E2BFF;
}

.secondary-button {
  border: 2px solid #fff;
  color: #fff;
}

.primary-button:hover {
  color: #fff;
  background-color: #5E2BFF;
}

.secondary-button:hover,
.solid-button:hover {
  color: #5E2BFF;
  background-color: #fff;
}

a:hover {
  color: #7525bb;
}

.mb-7 {
  margin-bottom: 6rem;
}

#about {
  padding: 2rem 2rem 5rem 2rem;
}

#projects {
  padding-bottom: 13rem;
}

.width-img {
  width: 100%;
}

.border-project {
  border-bottom: 1px solid #dee2e6;
}

/* Profile border style */
.gradient-bg {
  background-image: linear-gradient(to right, #8e2de2, #4a00e0);
  border-radius: 100%;
  border: 7px solid #ffffff50;
}

/* Nav underline animation */
.nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: #5E2BFF;
  transition: width .3s;
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link-active::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #5E2BFF;
  transition: width .3s
}

/* Animation skills card popping */
.skill-card {
  transition: .5s;
}

.skill-card:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.arrow-move:hover {
  color: #5E2BFF;
}

.social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  background-color: #5E2BFF;
  border-radius: 100%;
  font-size: 1.5rem;
  height: 3.5rem;
  width: 3.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  fill: #fff;
  border: 4px solid #5E2BFF;
  transition: .4s;
}

.social-icons .social-icon:hover {
  background-color: #fff;
  color: #5E2BFF;
  border: 4px solid #5E2BFF;
  fill: #5E2BFF;
}

.notion-logo {
  width: 25px;
  height: 25px;
}

.notion-logo-sm {
  width: 20px;
  height: 20px;
}

.hover-notion {
  fill: #5E2BFF;
}

.hover-notion:hover {
  fill: #fff;
}

.svelte-logo {
  width: 30px;
  padding-bottom: 5px;
}

.ionic-logo {
  width: 40px;
  height: 40px;
  margin-top: 6px;
}

.dev-icons {
  color: #5E2BFF;
  fill: #5E2BFF;
  font-size: 2.5rem;
  margin-right: 2.5rem;
}

.resume-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  background-color: #5E2BFF;
  border-radius: 100%;
  font-size: 1.5rem;
  height: 3.5rem;
  width: 3.5rem;
  margin-right: 2rem;
  pointer-events: none;
  cursor: default;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  font-size: 7rem;
  height: 9rem;
  width: 9rem;
}

/* Width ul list in navbar when is mobile */
.width-mobile {
  width: 25%;
  margin: auto;
}

.w-variable {
  width: 90%;
}

.w-linkedin {
  width: 75%;
}

@media (min-width: 576px) and (max-width: 768px) {
  .width-img {
    width: 60%
  }

  .w-variable {
    width: 60%;
  }
}

@media (min-width: 769px) {
  .width-img {
    width: 50%;
  }

  .social-icons .social-icon {
    margin-right: 1rem;
  }

  .w-variable {
    width: 40%;
  }
}


@media (min-width: 992px) {
  .border-project {
    border-bottom: none;
    border-right: 1px solid #dee2e6;
  }

  .width-img {
    width: 85%;
  }

  /* Width ul list in navbar when is not mobile */
  .width-mobile {
    width: unset;
    margin: unset;
  }

  .social-icons .social-icon {
    margin-right: 2rem;
  }

  .w-variable {
    width: 80%;
  }

  .fs-ul {
    font-size: 1.25rem;
    padding-left: 2rem;
  }

  .w-linkedin {
    width: 50%;
  }

}

@media (min-width: 1200px) {
  .width-img {
    width: 80%
  }

  .container-width {
    width: 75%;
  }

  .home-title {
    font-size: 4.5rem;
  }

  #about {
    padding: 5rem;
  }

  .social-icons .social-icon {
    font-size: 2rem;
    height: 4.5rem;
    width: 4.5rem;
    margin-right: 3rem;
  }

  .notion-logo {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 1000px) {
  .small-title {
    font-size: 1.5rem;
  }
}

/* Background particles.js */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1200;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: white;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 10px;
  border: 3px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #9da7af;
}


/* Scroll animations */
.home-section {
  opacity: 0;
  transition: opacity 2s;
  transition-delay: 1s;
}

.exp-section,
.ed-section,
.skills-section,
.contact-animate {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 2s, transform 2s;
}

.contact-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s, transform 2s;
}

.about-section,
.projects-animate {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 2s, transform 2s;
}

.contact-section {
  background: #5E2BFF;
}

.fadeIn {
  opacity: 1;
}

.fadeInUp {
  opacity: 1;
  transform: translateY(0px);
}

.fadeInScale {
  opacity: 1;
  transform: scale(1);
}

/* Shape divider */
.shapedividers_com-1378 {
  overflow: hidden;
  position: relative;
}

.shapedividers_com-1378::before {
  content: '';
  font-family: 'shape divider from ShapeDividers.com';
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  background-size: 179% 170px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%235e2bff"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%235e2bff"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%235e2bff"/></svg>');
}

@media (min-width:2100px) {
  .shapedividers_com-1378::before {
    background-size: 179% calc(2vw + 170px);
  }
}

.form-check-input {
  border-color: #5E2BFF;
  background-color: #5E2BFF;
  border-color: #5E2BFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;

}

.form-check-input:checked {
  background-color: #5E2BFF;
  border-color: #5E2BFF;
}

.form-check-input:focus {
  border-color: #5E2BFF;
  box-shadow: 0 0 0 0.25rem rgba(37, 13, 253, 0.25);
}