body {
  background-color: #221f1f;
}

video {
  display: block;
  width: 100%;
  height: auto;
  background-color: black;
}

.scroller-container {
  background-color: #2ff1eb;
  overflow: hidden;
}

.scroller {
  height: 41px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1 rem;
}

.scroller p {
  margin: 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.scroller-container[data-animated='true'] .scroller {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 100s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller-container[data-direction='right'] {
  --_animation-direction: reverse;
}

@keyframes scroll {
  to {
    transform: translate(-50%);
  }
}

.section-block {
  position: relative;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#home-section-1 .bg-wrapper {
  position: absolute;
  overflow: hidden;
}

.home-section-bg {
  height: 378px;
}


.home-section-bg-gw {
  height: 378px;
}
@media only screen and (max-width: 576px) {
  .home-section-bg-gw {
    height: 650px;
  }
}


#home-section-1-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

#home-section-1-left span:first-of-type {
  font-family: 'aDrippingMarker';
  font-size: 57px;
  margin-top: 7px;
  margin-bottom: -26px;
}

#home-section-1-left span:last-of-type {
    font-family: 'aDrippingMarker';
    font-size: 27px;
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: 19px;
  }

#home-section-1-left img {
  width: 88px;
}

#home-section-1-left button {
  background-color: #ed780f;
  width: 136px;
  height: 43px;
  color: black;
  border: 1px solid #707070;
  font-family: 'Kanit', sans-serif;
  font-size: 15px;
  text-decoration: underline;
  white-space: nowrap;
}

#home-section-1-right {
  padding: 0;
  display: flex;
  justify-content: center;
}

#home-section-1-right img {
  width: 90%;
}

#home-section-2-left {
  color: #ed780f;
}

#home-section-2-left h3 {
  font-family: 'Kanit', sans-serif;
  font-size: 31px;
  font-weight: bold;
}

#home-section-2-left p {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 0.25rem;
}

#home-section-2-left .wrapper {
  margin-bottom: 20px;
}

#home-section-2-right .wrapper {
  width: 100%;
  align-items: center;
}

#home-section-2-right .wrapper .btn:last-of-type {
  margin-top: 35px;
  margin-bottom: 20px;
}

.btn-action {
  width: 277px;
  height: 43px;
  background: #2ff1eb 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #52f1eb;
  border-radius: 28px;
  padding-top: 8px;
}

.btn-action span {
  line-height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

@media only screen and (min-width: 576px) {
  .bg-wrapper {
    width: 100%;
  }
  .home-section-bg {
    height: auto;
    width: 100%;
  }

  .home-section-bg-gw {
    height: auto;
    width: 100%;
  }

  #home-section-1-left span:first-of-type {
    margin-top: 50px;
  }

  #home-section-1-right img {
    margin-top: 26px;
  }

  #home-section-2-left h3 {
    font-size: 46px;
  }

  #home-section-2-left p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  #home-section-1-left span:first-of-type {
    font-size: 110px;
    margin-bottom: -45px;
  }

  #home-section-1-left span:last-of-type {
    font-size: 27px;
  }

  #home-section-1-left button {
    width: 204px;
    height: 65px;
    font-size: 25px;
  }

  #home-section-2-right .wrapper {
    align-items: flex-start;
    justify-content: center;
  }

  .btn-action {
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  video {
    height: 561px;
  }

  .scroller {
    height: 98px;
  }

  .scroller p {
    font-size: 32px;
  }

  #home-section-1 {
    padding: 0 105px;
  }

  #home-section-1-left span:first-of-type {
    margin-top: 74px;

    font-size: 100px;
  }

  #home-section-1-left span:last-of-type {
    font-size: 42px;
  }

  #home-section-1-right img {
    margin-top: 50px;
    width: 100%;
  }

  #home-section-1-left img {
    width: 256px;
  }

  #home-section-1-left button {
    width: 394px;
    height: 103px;
    font-size: 45px;
  }

  #home-section-2-left h3 {
    font-size: 58px;
  }

  #home-section-2-left p {
    font-size: 24px;
  }

  .btn-action {
    width: 80%;
    height: 66px;
    border-radius: 33px;
    padding-top: 16px;
  }

  .btn-action span {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1600px) {
  #home-section-1-left {
    margin-top: 120px;
    margin-bottom: -74px;

    font-size: 50px;
  }

  #home-section-1-left button {
    height: 125px;
  }

  #home-section-1-right img {
    margin-top: 70px;
  }

  #home-section-2-left h3 {
    font-size: 64px;
  }

  #home-section-2-left p {
    font-size: 32px;
  }

  .btn-action {
    width: 100%;
    max-width: 100%;
    height: 93px;
    border-radius: 47px;
    padding-top: 23px;
  }

  .btn-action span {
    font-size: 41px;
  }
}

@media only screen and (min-width: 1900px) {
  #home-section-2-left h3 {
    font-size: 89px;
  }

  #home-section-2-left p {
    font-size: 40px;
  }
}

@font-face {
  font-family: aDrippingMarker;
  src: url(../res/font/adrip1.ttf);
}
