html,
body {
  font-family: "Montserrat";
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

.navbar-brand {
  letter-spacing: 2px;
  word-spacing: 2px;
  font-size: 24px;
  font-weight: bold;
}

.carousel-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width:768px) {
  .carousel-img {
    width: 100%;
    height: 400px;
  }
}

@media (min-width:414px) {
  .carousel-img {
    width: 100%;
    height: 300px;
  }
}

.card {
  background-color: unset;
  background-clip: unset;
  border: none;
}

carousel-img:hover {
  filter: brightness(50%);
  transform: scale(1.5);
  transition: all 0.4s;
}

.icon {
  width: 27px;
  height: 9px;
  background: linear-gradient(96.34deg, #e537b9 0%, #c040df 100%);
  border-radius: 4.5px;
}

.btn {
  display: flex;
  text-align: start;
  border: none;
  margin: 5px;
  padding-left: 25px;
}

.btn-link {
  width: 100%;
  position: relative;
  text-align: left;
  opacity: 0.7;
  font-weight: bold;
  color: unset;
  text-decoration: none;
}

.btn-link::before {
  content: "\f107";
  color: #737373;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.btn-link[aria-expanded="true"]::before {
  content: "\f106";
  color: #737373;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: unset;
}

.car-rectangle-left,
.car-rectangle-right {
  width: 15px;
  height: auto;
  margin-right: 20px;
  background: linear-gradient(96.34deg, #bab1b8 0%, #6a5b6d 100%);
  opacity: 0.5;

}

.car-rectangle-right {
  margin-right: 0px;
}

.line {
  position: absolute;
  width: 100%;
  top: 91px;
  border: 1px solid #646466;
}