.typed-cursor {
  color: #e88431;
  font-size: clamp(20px, 3vw, 35px);
}

.learn-more {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.learn-more a {
  font-size: clamp(16px, 3vw, 18px);
  color: #e88431;
  font-family: var(--font-family-mitr-light);
  text-decoration: none;
}

.learn-more::before {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #707070;
  margin: auto;
}

.service-header {
  position: relative;
  transition: 0.2s;
  overflow: hidden;
  height: 55vh;
  width: 100%;
}

.service-header .moon {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: auto;
  max-width: 400px;
  top: -100px;
  left: -100px;
  transition: 0.3s;
  animation: moonCircle 200s infinite linear;
}

.service-body {
  padding: 5% 0;
  font-family: "Kanit", sans-serif;
  position: relative;
  overflow: hidden;
}

.service-body .label-blackcat {
  color: #e88431;
  font-size: clamp(20px, 3vw, 35px);
  letter-spacing: 3px;
  font-weight: 400;
  margin-right: 0.5rem;
}

.service-body .label-title {
  color: #e88431;
  font-size: clamp(20px, 3vw, 24px);
  letter-spacing: 3px;
  font-weight: 400;
  word-break: break-word;
}

.service-body .service-text-main {
  font-weight: 600;
  color: #000;
  font-size: clamp(30px, 3vw, 50px);
}

.service-body .service-text-submain {
  font-weight: 400;
  color: #e88431;
  font-size: clamp(20px, 3vw, 25px);
}

.service-body .service-text-detail {
  color: #000;
  font-weight: 300;
  font-size: clamp(14px, 3vw, 16px);
}

.service-body .box-price {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.service-body .box-price .text-price {
  font-size: clamp(18px, 3vw, 20px);
}

.service-body .box-price .num-price {
  font-size: clamp(34px, 3vw, 36px);
  font-weight: 600;
}

.service-body .service-text-title {
  font-weight: 600;
  color: #000;
  font-size: clamp(30px, 3vw, 36px);
  margin-bottom: 1rem;
}

.service-body .service-text-title span {
  color: #e88431;
  font-weight: 500;
  font-size: clamp(20px, 3vw, 32px);
}

.service-body .service-img,
.img-hover {
  width: 100%;
  max-width: 500px;
  height: 100%;
  display: block;
  float: right;
  margin: auto;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
  padding-bottom: 1rem;
}

.img-hover {
  display: none !important;
}

.hover-img:hover .service-img {
  display: none !important;
}

.hover-img:hover .img-hover {
  display: block !important;
}

.service-rate {
  border: 1px solid rgba(26, 26, 26, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 250px;
  padding: 2rem 0.5rem;
  word-break: break-word;
  text-align: center;
  text-decoration: none !important;
}

.service-rate h3 {
  font-size: clamp(26px, 3vw, 30px);
  margin-bottom: 1rem;
  color: #212121;
}

.service-rate p,
.service-rate .contact-order {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 300;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #000;
}

.service-rate:hover {
  border: 1px solid rgba(232, 132, 49, 0.5);
  box-shadow: 0 3px 6px rgba(232, 132, 49, 0.5);
}

.service-rate:hover .contact-order {
  color: #e88431;
}

.service-rate p span {
  font-weight: 600;
  color: #e88431;
  font-size: clamp(26px, 3vw, 30px);
  font-weight: 600;
  padding-left: 10px;
}

.box-workflow {
  text-align: center;
  font-size: clamp(16px, 3vw, 18px);
  font-family: var(--font-family-mitr);
  font-weight: 500;
}

.box-workflow img {
  width: 100%;
  height: 100%;
  max-width: 150px;
}

.box-bccnx .title-bccnx {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-bottom: 5rem;
}

.box-bccnx .title-bccnx::before,
.box-bccnx .title-bccnx::after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #707070;
  margin: auto;
}

.box-bccnx .title-bccnx h2 {
  font-size: clamp(20px, 3vw, 30px);
  margin-bottom: 0;
  font-family: var(--font-family-mitr);
  font-weight: 500;
}

.content-bccnx {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 5rem;
}

.content-bccnx img {
  width: auto;
  height: 100%;
  max-height: 60px;
  margin-right: 1rem;
}

.content-bccnx .detail-bccnx {
  border-left: 1px solid #707070;
  padding-left: 1rem;
}

.content-bccnx .detail-bccnx h3 {
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
  margin-bottom: 1rem;
}

.content-bccnx .detail-bccnx p {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  margin-bottom: 0;
}

.txt-seo {
  font-size: clamp(16px, 3vw, 18px);
  font-family: var(--font-family-mitr-light);
  color: #e88431;
  text-decoration: underline;
  margin-bottom: 1rem;
}

.seo-footer {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  text-align: center;
}

.seo-footer::before,
.seo-footer::after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid;
  margin: auto;
}

.seo-footer h3 {
  font-size: clamp(14px, 3vw, 16px);
}

.seo-review-text {
  text-align: center;
  margin-bottom: 2rem;
  font-family: var(--font-family-mitr);
  font-size: clamp(26px, 3vw, 36px);
}

.seo-review-text span {
  display: inline-block;
  border-bottom: 2px solid #707070;
  padding-bottom: 5px;
}

.seo-review-slide .slick-center .slider__item {
  transform: scale(1);
  opacity: 1;
}

.seo-review-slide .slider__item {
  border-radius: 20px;
  position: relative;
  height: 100%;
  overflow: hidden;
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.seo-review-slide .slider__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5);
}

.seo-review-slide .slider__item img {
  width: 100%;
  height: auto;
}

.animate-box img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 4;
  display: block;
}

.ani-dev-1 {
  max-width: 150px;
  bottom: calc(100% - 65%);
  left: calc(100% - 85%);
  animation: animate1 20s infinite linear;
}

.ani-dev-2 {
  max-width: 150px;
  top: calc(100% - 85%);
  left: calc(100% - 75%);
  animation: animate3 30s infinite ease-in-out;
}

.ani-dev-3 {
  max-width: 100px;
  bottom: calc(100% - 65%);
  left: calc(100% - 65%);
  animation: animate2 35s infinite linear;
}

.ani-dev-4 {
  max-width: 150px;
  top: calc(100% - 75%);
  left: calc(100% - 45%);
  animation: animate1 35s infinite linear;
}

.ani-dev-5 {
  max-width: 80px;
  top: calc(100% - 40%);
  left: calc(100% - 25%);
  animation: animate2 10s infinite linear;
}

.ani-dev-6 {
  max-width: 250px;
  top: calc(100% - 90%);
  left: calc(100% - 25%);
  animation: animate2 20s infinite ease-in;
}

@media screen and (max-width: 1200px) {
  .ani-dev-2 {
    max-width: 100px;
  }

  .ani-dev-3 {
    max-width: 80px;
  }
  .box-workflow img {
    max-width: 120px;
  }
}

@media screen and (max-width: 992px) {
  .service-header {
    height: 30vh;
  }

  .service-header .moon {
    max-width: 300px;
  }

  .box-bccnx .title-bccnx {
    gap: 1rem;
    margin-bottom: 3rem;
  }

  .content-bccnx {
    margin-bottom: 3rem;
    padding: 0 1rem;
  }

  .content-bccnx img {
    height: 70px;
    max-height: unset;
  }

  .ani-dev-1,
  .ani-dev-4 {
    max-width: 110px;
  }

  .ani-dev-2 {
    max-width: 80px;
  }

  .ani-dev-3 {
    max-width: 50px;
  }

  .ani-dev-6 {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .service-header {
    height: 15vh;
  }

  .service-header .moon {
    top: -275px;
    left: 0;
    max-width: 100%;
  }

  .service-body .label-blackcat {
    margin-right: unset;
    display: block;
  }

  .service-body .label-title {
    margin: 0.5rem 0;
  }

  .learn-more::before {
    border-bottom: 1px solid #f1f1f1;
  }

  .service-body .box-price {
    justify-content: space-between;
  }

  .box-bccnx .title-bccnx {
    gap: 0;
  }

  .box-bccnx .title-bccnx::after,
  .box-bccnx .title-bccnx::before,
  .seo-footer::before,
  .seo-footer::after {
    border-bottom: unset;
    flex: unset;
    margin: unset;
  }

  .content-bccnx .detail-bccnx h3 {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 374px) {
  .service-header .moon {
    top: -200px;
  }
}

@keyframes moonCircle {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate1 {
  0% {
    transform: translate3d(-25%, 25%, 0);
  }

  50% {
    transform: translateZ(0);
  }

  100% {
    transform: translate3d(-25%, 25%, 0);
  }
}

@keyframes animate2 {
  0% {
    transform: translate3d(25%, 25%, 0);
  }

  50% {
    transform: translateZ(0);
  }

  100% {
    transform: translate3d(25%, 25%, 0);
  }
}

@keyframes animate3 {
  0% {
    transform: translate3d(50%, 25%, 0);
  }

  50% {
    transform: translateZ(0);
  }

  100% {
    transform: translate3d(50%, 25%, 0);
  }
}
