body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.pc-header {
  position: absolute;
}

.btn-explore {
  cursor: pointer;
  width: fit-content;
  display: block;
}

.btn-explore svg {
  width: 127px;
  height: 56px;
}

.btn-explore .expand-path {
  animation: expand-contract 1.2s ease-in-out infinite;
}

.btn-explore path {
  fill: #e96024;
  transition: fill 0.3s ease-in-out;
}

.btn-explore:hover path {
  fill: #ffc801;
}

.btn-explore span {
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: fill 0.3s ease-in-out;
}

.btn-explore:hover span {
  color: #e96024;
}

.btn-blog svg {
  width: 120px;
  height: 42px;
}

.btn-subscribe svg {
  width: 180px;
  height: 56px;
}

.btn-subscribe path {
  fill: #e7bd11;
}

.btn-subscribe span {
  color: #e96024;
}

.btn-build {
  width: fit-content;
  display: block;
  margin: 0 auto;
}

.btn-build svg {
  width: 260px;
  height: 56px;
}

.btn-more svg {
  width: 200px;
  height: 52px;
}

.btn-close svg {
  width: 45px;
  height: 38px;
}

.-translate-x-1\/2 {
  translate: none;
  transform: translateX(-50%);
}

.lazy-load {
  background-color: transparent !important;
}

@keyframes expand-contract {
  0%,
  100% {
    transform: scaleX(1.15);
  }
  50% {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {
  .md\:inline {
    display: inline;
  }

  .md\:font-semibold {
    font-weight: 600;
  }
}

#menu-main-menu ul::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  left: 0;
  top: -10px;
  background-color: transparent;
}

.experience-swiper .swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
}
.experience-swiper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0 !important;
  display: block !important;
  box-sizing: border-box;
  padding: 0 10px;
}
#blogModal .experience-swiper {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
