html,
body {
  scroll-behavior: smooth;
}

.logo {
  height: 60px;
  width: 52px;
}

.banner-content .section-title {
  font-size: 48px;
}

.banner-content .section-title span img {
  bottom: -24px;
}

.space-top {
  margin-top: 2rem;
}

.brand-item img {
  height: 50px;
}

.brand-item .brand-main-img {
  filter: saturate(0);
}

.brand-item .brand-hover-img {
  margin: 0;
  filter: saturate(1);
}

.sea-teach {
  height: 40px !important;
  margin-top: 5px !important;
}

.innerPage_gallery-img img {
  height: 420px;
  object-fit: cover;
}

.section-subtitle {
  color: #d2093c;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  background-color: rgba(210, 9, 59, 0.04);
  padding: 10px 25px;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.about-content-list ul li {
  font-weight: 300;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.category-img {
  text-align: center;
}

.category-item {
  min-height: 205px;
}

.category-img img {
  padding: 0 2rem;
  height: 100px;
  width: auto;
}

.category-content h5 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.bg-white {
  background-color: #fff !important;
}

#about .section-subtitle {
  min-width: 250px;
}

#about .section-text {
  margin-bottom: 10px;
}

.testimonial-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial-admin-info span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.course_details-top {
  border-radius: 0 0 10px 10px;
}

.course-img img {
  width: 100%;
  height: 125px;
  object-fit: cover;
}

.course_details-img img {
  height: 580px;
  width: 100%;
  object-fit: cover;
}

.banner-img {
  transform: translate(10%, -5%);
}

.ludusXR {
  border: none;
  width: 100px;
}

.event-img img {
  height: 200px;
  object-fit: cover;
}

.event-area {
  /* background-color: #bae3f2; */
}

a.hitCounter.badge-done0 {
  line-height: 22px;
}

.guides .h2_category-item {
  padding: 1rem;
  box-shadow: 0px 5px 0px rgba(8, 5, 33, 0.08);
}
.guides .h2_category-img {
  font-size: 32px;
}

#guides {
  background-color: #fff;
}

#guides .category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#guides .guide-number {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.15);
  font-weight: 600;
}

#guides .category-content a {
  display: block;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: 5px;
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #c5c5c5;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.12;
}

#guides .category-item:hover a {
  transform: translateY(-10px);
}

.popup {
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  display: none;
}

.popup[data-open="true"] {
  display: grid;
}

.popup .content {
  width: 800px;
  height: 600px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.5rem;

  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
}

video {
  width: 100%;
}

.popup i {
  display: block;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 2rem;
  right: 1rem;
}

.popup i:hover {
  transform: scale(1.25);
}

main + .popup[data-open="true"] {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}

body:has(.popup[data-open="true"]) {
  overflow-y: hidden;
}

@media screen and (max-width: 767px) {
  .mobile {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
