.main-vid {
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: #f2f4f8;
}

.more-vids {
  display: flex;
  background-color: #f2f4f8;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 80px;
}

h2 {
  color: #0F2F49 !important;
}

.lecture-card {
  text-decoration: none !important;
}
.lecture-card h5 {
  color: #0F2F49 !important;
  font-weight: 700 !important;
}

.main-lecture {
  height: 458px;
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
}
.main-lecture h6 {
  font-weight: 700 !important;
}
.main-lecture p {
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
}

.thumbnail {
  width: 400px;
  height: 185px;
}

iframe {
  height: 100% !important;
  width: 100% !important;
}

.overflow-x-scroll {
  overflow-x: scroll;
  scrollbar-width: none;
}
.overflow-x-scroll::-webkit-scrollbar {
  display: none !important;
}

.category {
  min-width: 150px;
  border-radius: 8px;
  border: 1px solid #666666;
  color: #666666;
  text-align: center;
  align-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 0 10px;
}
.category:hover {
  color: #ffffff;
  background-color: #2676b6;
  border: 1px solid #2676b6;
  transition: all 0.3s ease-in-out;
}

.active2 {
  color: #ffffff !important;
  background-color: #2676b6;
  border: 1px solid #2676b6;
}

.g-24 {
  gap: 24px;
}

/*--- faq section ---*/
.faq-section {
  padding: 110px 0;
}

.faq-angle {
  color: #2676b6;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
}

.faq-element {
  width: 100%;
  background: transparent;
  transition: 300ms;
}

.seperator {
  width: 100%;
  border: 1px solid #999999;
  height: 1px;
  margin: 8px 0;
}

.faq-question {
  height: 90px;
  padding: 0 30px;
  cursor: pointer;
}

.faq-question h6 {
  color: #101828;
  font-size: 18px;
}

.faq-container {
  margin-top: 60px;
  width: 100%;
}

.faq-question img {
  height: 7px;
  width: auto;
}

.faq-element.active {
  background: transparent;
  border: none;
}

.faq-element.active .faq-angle {
  transform: rotate(180deg);
  color: #2676b6;
  transition: all 0.3s ease-in-out;
}

.faq-answer {
  height: 0;
  transition: 300ms;
  overflow: hidden;
}

.faq-answer > div {
  padding: 0 30px 30px 30px;
}

.faq-image {
  max-height: 460px;
  width: 100%;
  border-radius: 20px;
}

.faq-image img {
  max-height: 460px;
  border-radius: 20px;
}

.slideOne {
  width: 52px;
  height: 32px;
  background: #ffffff;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  border: 1px solid #cccccc;
}
.slideOne label {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 6px;
  cursor: pointer;
  background: #cccccc;
  border-radius: 50px;
  transition: all 0.4s ease;
}
.slideOne input[type=checkbox] {
  visibility: hidden;
}
.slideOne input[type=checkbox]:checked + label {
  left: 24px;
}

.playbtn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
}
