@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");

.logo {
  position: relative;
}

a,
a:hover,
.btn-link,
.btn-link:hover {
  text-decoration: none !important;
  color: #292b2e !important;
}

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

h5 > button > span, i {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #737373;
}

.page-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #252b42;
}

.page-subtitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #858585;
}

.logo-text {
  position: relative;
  width: 211px;
  height: 24px;
  left: 0px;
  top: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #292b2e;
}

.article-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: #292b2e;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 4px 0px;
}

span.dot {
  /* background: #586069; */
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.card {
  border: none !important;
}

.card:hover img {
  filter: brightness(60%);
}

.carousel {
  display: flex;
}

.carousel-inner {
  width: auto;
  margin: 0 auto;
  width: 98%;
}

.carousel-control-prev, .carousel-control-next {
  position: unset;
  width: auto;
  background: #F6F8FA;
  border-radius: 10px;
  margin: 0 5px;
  padding: 0 5px;
}

.carousel-control-next-icon, .carousel-control-prev-icon .sr-only {
  color: #737373;
}

.arrow-toggle {
  transform: rotate(180deg);
  transition: ease-in-out .3s;
}


@media(max-width: 767px) {
  .carousel-control-prev, .carousel-control-next {
    background: none;
    margin: 0 5px;
    padding: 0 5px;
  } 
}