@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
#hero {
  height: 720px;
  background-image: url(/assets/bg-home-banner-2-fe7972593eb2acd96f73f04de4f7d216e162edeae1eb19bd8cbad763388af107.jpg);
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  background-position: left center;
}
#hero .hero-card {
  max-width: 626px;
}
#hero .hero-card h1 {
  font-size: 45px;
  font-weight: bold;
}
#course {
  background-image: url(/assets/home/mosque-40a696ab84b3730ab5018fdae744454afcc42e9cf3509873705911b4a0ca8e3d.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.swiper-wrapper {
  height: 316.5px;
}
.swiper-wrapper.roadmap {
  height: 428.5px;
}
.swiper-wrapper .swiper-slide .card {
  height: 100%;
}
.swiper-navigate {
  margin-top: -100px;
  z-index: 9999;
}
.swiper-navigate::after {
  display: none !important;
}
.swiper-navigate svg {
  height: 20px;
}
.swiper-navigate.swiper-button-prev {
  margin-left: -23px;
}
@media (max-width: 1024px) {
  .swiper-navigate.swiper-button-prev {
    margin-left: -8px;
  }
}
.swiper-navigate.swiper-button-next {
  margin-right: -23px;
}
@media (max-width: 1024px) {
  .swiper-navigate.swiper-button-next {
    margin-right: -8px;
  }
}
.swipper {
  padding-bottom: 30px;
}
.swiper-pagination {
  bottom: -30px !important;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: #dacfc7;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 2rem;
  border-radius: 8px;
}
#premium-skill {
  background-color: #7d5260;
  background-image: url(/assets/home/arabic-ff8549c15f07c471d8530b2dd8a7a3e2d69d04d56be36f374549b4651c9d261a.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#infographic {
  background-image: url(/assets/home/arabic-2-bfae90d2db8f3cd28dcef519db5308b0de43ffc54503340899a4dc75e638bdb9.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#roadmap {
  background-color: #817565;
  background-image: url(/assets/bg-roadmap-f54a5b411a9cba98fed04721fe6ee2390c389531550bd025cb021842e48b8c70.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
#roadmap .swiper-navigate {
  margin-top: -20px !important;
}
#roadmap .swiper-pagination {
  margin-top: 130px;
}
.roadmap-card .image-overlay {
  margin-bottom: -100px;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.roadmap-card .image-overlay .img-bg {
  background-image: url(/assets/infographic-bg-76c5394100f092944c9bf5756174006a04a9d937efd55eb6a3fc8c070d4df493.svg);
  background-repeat: no-repeat;
  padding: 15px;
  background-size: contain;
  background-position: center;
}
.roadmap-card .image-overlay img {
  mask-image: url(/assets/infographic-bg-76c5394100f092944c9bf5756174006a04a9d937efd55eb6a3fc8c070d4df493.svg);
  mask-size: contain;
  mask-position: center;
  mask-border-width: 20px;
  height: 207px;
  mask-repeat: no-repeat;
  width: 162px;
  object-fit: cover;
}
.roadmap-card .card {
  padding-top: 100px;
}
.roadmap-card .image-overlay {
  position: relative;
  z-index: 100;
}
.roadmap-card .border-line {
  margin-left: -15px;
  margin-right: -15px;
}
#benefit-and-faq {
  background-color: #817565;
  background-image: url(/assets/bg-home-benefits-c7a53a64b758f453b2b73b5abef1443a7f302d2ce4caf113a3406f84d17a2481.png);
  background-repeat: no-repeat;
}
#benefit-and-faq .faq-home .title {
  color: #eee6dd;
  text-align: center;
}
#benefit-and-faq .faq-home .accordion {
  max-width: 1056px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 !important;
}
#benefit-and-faq .faq-home .accordion .accordion-item {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 18px;
  color: white;
}
#benefit-and-faq .faq-home .accordion .accordion-item .accordion-button {
  background: #f4e6db;
  color: #000;
  border-radius: 0 !important;
  font-weight: 600;
}
#benefit-and-faq
  .faq-home
  .accordion
  .accordion-item
  .accordion-button.collapsed {
  background: none !important;
  color: white !important;
  border: none;
  border-top: 1px solid #f4e6db;
  font-weight: 400;
}
#benefit-and-faq .faq-home .accordion .accordion-item .accordion-body {
  padding: 10px;
}
#benefit-and-faq
  .faq-home
  .accordion
  .accordion-item:first-child
  .accordion-button {
  border-top: unset;
}
