* {
  font-family: "IBM Plex Mono", monospace;
  font-family: "Montserrat", sans-serif;
}

/* 
Navbar Area
*/

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

/* 
Main Body Area
*/

.header {
}

.subtitle {
}

#news-accordian {
  margin-bottom: 32px;
}

.accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  content: "";
  background-image: var(--bs-accordion-btn-active-icon);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button::after {
  display: none !important;
}

.news-card {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.news-card-image {
  min-height: 20rem;
  max-height: 30rem;
  width: 95.890411%;
  align-self: center;
  border-radius: 8px;
  object-fit: cover;
}

.news-card-image:hover {
  filter: brightness(0.5);
  transition: 0.5s ease all;
}

.news-body {
  margin: 1rem 2rem 0rem;
  min-height: 10rem;
  max-height: 20rem;
  align-self: flex-start;
}

.news-title {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
  color: #292b2e;
}

.news-author {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #292b2e;
}

.news-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #292b2e;
}

.news-link {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  text-decoration: none;
}

.news-control-btn {
  width: 2rem;
  height: 100%;
  padding: 20rem 0.3rem 0;
  opacity: 0.8;
  border: none;
  font-size: 2rem;
  border-radius: 8px;
  background-color: lightskyblue;
}

.news-carousel-prev-btn {
  position: absolute;
  top: 0;
  left: -1.2rem;
}

.news-carousel-next-btn {
  position: absolute;
  top: 0;
  right: -1.2rem;
}

/* 
Footer Area
*/

#footer {
  margin: 1rem 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#footer h5 {
  margin-right: 4.75rem;
  font-size: 1rem;
  font-weight: 500;
}

#footer h6 {
  font-size: 1rem;
  font-weight: 400;
}

.fa-brands {
  font-size: 1.6rem;
}
