.accordion collapse {
  border: 0;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  background: none;
  color: #020202;
  box-shadow: none;
  border-bottom: none;
}

.accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 41px;
  background-image: none;
  font-weight: 100;
  transform: translateY(-4px);
}

.accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 48px;
  transform: translate(-5px, -4px);
  transform: rotate(0deg);
}

.accordion-button {
  font-size: 3rem;
  color: #a2a6aa;
  font-weight: 300;
}

#services .accordion, .accordion-button, .accordion-item {
  background-color: rgba(255,255,255,0);
}

#services .accordion-button::after {
  /*color: var(--bs-primary);*/
}

@media (min-width: 481px) {
  .accordion-button {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .accordion-button {
    font-size: 1.5rem;
  }
}

.navbar-nav .nav-link, .navbar-nav {
  color: #47525d;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02rem;
  font-weight: 400;
}

.navbar-fixed-top {
  transition: top 0.3s ease-in-out;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-primary);
}

.menu-pill {
  border-radius: 2rem;
  filter: brightness(200%) saturate(0%);
  backdrop-filter: opacity(1) blur(100px) brightness(30%) contrast(200%) invert(0%);
  -webkit-backdrop-filter: opacity(1) blur(100px) brightness(30%) contrast(200%) invert(0%);
}

@media (max-width: 991px) {
  .menu-pill {
    border-radius: 0.5rem;
    backdrop-filter: blur(100px) brightness(0%);
    -webkit-backdrop-filter: blur(100px) brightness(0%);
    background-color: rgba(2,2,2,0.7);
  }
}

#carousel-1 .card {
  min-height: 460px;
}

#process .card {
  background: linear-gradient(rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.3));
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 1rem;
  height: 100%;
}

.carousel-indicators {
  margin-left: 0;
  margin-right: 0;
  justify-content: start;
}

.carousel-indicators [data-bs-target] {
  /*height: 8px;*/
  /*border-radius: 32;*/
  /*width: 80%;*/
}

#process .card .step {
  justify-content: space-between;
  height: 380px;
  display: flex!important;
  flex-direction: column;
}

.card-body {
}

.icon-step {
  width: 120px;
  height: 120px;
  background-color: var(--bs-card-cap-bg);
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #FFFFFF;
}

.accordion-button {
  color: #020202;
}

h2 .accordion-button.btn {
  color: #020202;
}

