.dark-btn {
  background: #451617;
  color: #af9479;
}
.logo-container img {
  filter: invert(1) !important;
}

.cd-page header .nav-menu-desktop,
.cd-page .nav-menu-mobile {
  background: #af9479 !important;
  border-bottom: 1px solid #0000004d;
}
/* baner secyion css  */

.banner_sec {
  background: #af9479;
  padding-top: 24px;
  padding-bottom: 80px;
}
.cd-sub p {
  color: #f5efe2 !important;
}
.cd-bottom {
  color: #f5efe2 !important;
}
.cd-top {
  color: #f5efe2 !important;
}
.cd-image {
  width: 580px;
  position: absolute;
  top: 336px !important;
  left: 714px !important;
  z-index: 3;
}
.cd-page header .nav-links a,
.nav_black header .nav-links a {
  color: #fff;
}
.hamburger-container {
  color: #fff;
}
.hamburger .hamburger-line {
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
.nav-links a,
.nav-links button {
  text-decoration: none;
  color: #fff;
  font-family: "Inter";
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.open_course {
  filter: invert(1) !important;
}
.cd-desc {
  color: #ffffff;
}
.cd-meta p {
  color: #ffffff;
}
.dot {
  background-color: #ffffff;
}

.cd-bottom-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  margin-top: 500px !important;
}
.faculty-filter-btn {
  width: 268px;
  height: 86px;
  display: flex;
  border: 2px solid #fff;
  font-family: "edge";
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  background-color: #fff;
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0, 100% 77%, 94.1% 100%, 0% 100%);
  /* width: 100%; */
  text-decoration: none;
}
.faculty-filter-btn span {
  background: #af9479;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  width: 100%;
  padding: 10px 13px 0px 13px;
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0, 100% 77%, 94.1% 100%, 0% 100%);
}
.courses-btn.active .open_course img {
  transform: rotate(-45deg);
  transform-origin: center;
  scale: 1.3;
  filter: invert(0);
}
.card-content {
  min-height: 214px !important;
}
