@font-face {
  font-family: "anakodmai";
  font-weight: 200;
  src: url("../fonts/Anakotmai-Light.ttf")
}

@font-face {
  font-family: "anakodmai";
  font-weight: 300;
  src: url("../fonts/Anakotmai-Light.ttf")
}

@font-face {
  font-family: "anakodmai";
  font-weight: 400;
  src: url("../fonts/Anakotmai-Medium.ttf")
}

@font-face {
  font-family: "anakodmai";
  font-weight: 400;
  src: url("../fonts/Anakotmai-Medium.ttf")
}

@font-face {
  font-family: "anakodmai";
  font-weight: bold;
  src: url("../fonts/Anakotmai-Bold.ttf")
}

body {
  font-family: "Kanit", serif;
  background: url("../img/BG.png");
  height: 100dvh;
  background: url("../img/BG.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.main-block {
  /* height: 100dvh;
  background: url("../img/BG.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}

.content-block {
  text-align: center;
  padding: 0 64px;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 678px) {
  .content-block {
    padding: 0 36px;
  }
}

/* logo section */

.logo {
  width: 312px;
}

.logo-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 200;
}

.title-block {
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  margin-top: 64px;
  min-height: 66px;
}

@media screen and (max-width: 1000px) {
  .logo {
    width: 240px;
  }

  .logo-text {
    font-size: 16px;
  }

  .title-block {
    font-size: 32px;
    line-height: 34px;
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    width: 196px;
  }

  .logo-text {
    font-size: 14px;
  }

  .title-block {
    font-size: 24px;
    line-height: 28px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 678px) {
  .logo {
    width: 144px;
  }

  .logo-text {
    font-size: 12px;
  }

  .title-block {
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
  }
}

/* slide block */

.slide-block {
  margin-top: 24px;
}

.carousel-indicators {
  bottom: -48px;
}

.carousel-indicators li {
  height: 12px !important;
  width: 12px !important;
  border: 2px #ffffff solid !important;
  background: none !important;
  border-radius: 12px;
}

.carousel-indicators li.active {
  background: #ffffff !important;
}

.slide-image {
  width: 100%;
  max-width: 928px;
}

#carouselExampleIndicators .active.carousel-item-end,
#carouselExampleIndicators .active.carousel-item-start {
  transition-duration: 600ms;
  transition-delay: 0ms;
}

#carouselExampleIndicators .carousel-item-next,
#carouselExampleIndicators .carousel-item-prev {
  transition-duration: 600ms;
  transition-delay: 600ms;
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 768px) {
  .carousel-indicators li {
    height: 10px !important;
    width: 10px !important;
    border: 3px #ffffff solid !important;
    background: none !important;
    border-radius: 10px;
  }
}

@media screen and (max-width: 678px) {
  .carousel-indicators li {
    height: 8px !important;
    width: 8px !important;
    border: 2px #ffffff solid !important;
    background: none !important;
    border-radius: 8px;
  }
}

/* button section */

a {
  text-decoration: none;
}

.button-block {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 64px;
}

.button-block button {
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 70px;
  width: 306px;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  border-radius: 20px;
  padding: 0 36px;
}

.button-block button img {
  width: 34px;
}

.btn-psn-grey {
  background: #423e4c;
}

.btn-psn-grey:hover {
  background: #312e38;
  color: #ffffff;
}

.btn-psn-purple {
  background: #634c54;
}

.btn-psn-purple:hover {
  background: #523f45;
  color: #ffffff;
}

.text-button {
  /* width: 100%; */
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 768px) {
  .button-block button {
    height: 56px;
    font-size: 14px;
  }

  .button-block button img {
    width: 28px;
  }
}

@media screen and (max-width: 678px) {

  .text-button {
    width: auto;
  }

  .button-block {
    flex-direction: column;
  }

  .button-block button {
    width: 100%;
    justify-content: center;
  }
}

/* footer section */

.footer {
  z-index: 99;
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 200;
  padding: 0 90px;
}

@media screen and (max-width: 1000px) {
  .footer {
    padding: 0 72px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 24px;
    height: 36px;
    font-size: 14px;
  }
}

@media screen and (max-width: 678px) {
  .footer {
    padding: 0 12px;
    height: 32px;
    font-size: 12px;
  }
}

/* input */

.input-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.input-item {
  text-align: left;
  margin-top: 24px;
  width: 100%;
  max-width: 724px;
}

.input-text {
  padding: 0 16px;
  color: #ffffff;
  font-weight: 200;
}

.input-psn {
  height: 70px;
  border: 1px solid #aaaaaa;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  font-size: 24px;
  font-weight: 300;
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 768px) {
  .input-psn {
    height: 56px;
    padding: 16px;
    font-size: 18px;
  }
}

@media screen and (max-width: 678px) {

}
