body {
  font-family: Raleway, sans-serif;
  background: #f6f8fd;
  color: #212529;
}

html {
  scroll-behavior: smooth;
}

.mt--2 {
  margin-top: -0.5rem !important;
}

.hr-dotted {
  border-top: 1px dotted;
  opacity: 0.25;
}

.navbar-light .navbar-nav .nav-link {
  background-color: transparent !important;
  color: #212529 !important;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #615fff !important;
}

.feature-icon-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  font-size: 2.4rem;
  color: #fff;
  border-radius: 100%;
}

.btn-social-media {
  color: #31316a;
  background-color: #cdcfdf;
  border-color: #cdcfdf;
  width: 2rem;
  height: 2rem;
  padding: 1.2rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.btn-social-media:hover {
  color: #fff;
  background-color: #615fff;
  border-color: #615fff;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #615fff;
  --bs-btn-border-color: #615fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #372aac;
  --bs-btn-hover-border-color: #372aac;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #372aac;
  --bs-btn-active-border-color: #372aac;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #615fff;
  --bs-btn-disabled-border-color: #615fff;
}

.btn-outline-primary {
  --bs-btn-color: #615fff;
  --bs-btn-border-color: #615fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #615fff;
  --bs-btn-hover-border-color: #615fff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #372aac;
  --bs-btn-active-border-color: #372aac;
}

.bg-primary {
  background-color: #615fff !important;
}

.text-primary {
  color: #615fff !important;
}

.bg-primary-subtle {
  background-color: rgba(97, 95, 255, 0.12) !important;
}

.card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08) !important;
}

.about-list {
  padding-left: 1.1rem;
}

.about-list li {
  margin-bottom: 0.6rem;
}

.mini-box {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.2rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
  height: 100%;
}

/* Footer */
.footer .copyright a,
.footer .copyright span {
  color: #615fff;
  text-decoration: none;
}

.footer .link a {
  color: #212529;
  text-decoration: none;
}

.footer .link a:hover {
  color: #615fff;
}

section {
  scroll-margin-top: 90px;
}