.nav-link {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #282828;
}

div.sticky-wrapper {
  display: none;
}

.curved {
  height: 50px;
  margin-top: -1px;
  margin-bottom: -1px;
}

.section {
  padding-top: 50px;
}

.section-footer {
  padding-bottom: 50px;
}

.section-hero1 {
  background-color: #284AA0;
  color: white;
  padding-top: 25px;
}

.section-hero2 {
  padding-top: 25px;
}

.font-main {
  font-family: 'Noto Sans Thai', sans-serif;
}

.text-hero1 {
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
}

.text-hero2 {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
}

.text-contact {
  font-size: 14px;
  line-height: 22px;
}

.text-social {
  font-size: 13px;
}

.image-hero {
  width: 100%;
}

.image-content {
  max-width: 535px;
  width: 100%;
  z-index: 1;
}

.image-easy {
  width: 250px;
  margin-bottom: -16px;
}

.image-build {
  width: 300px;
  margin-bottom: -15px;
}

.image-earn {
  width: 270px;
  margin-bottom: 10px;
}

.image-never {
  width: 300px;
  margin-bottom: -35px;
}

.image-bid {
  width: 300px;
  margin-bottom: -35px;
}

.image-gather {
  width: 320px;
  margin-bottom: -45px;
}

.image-boost {
  width: 320px;
  margin-bottom: -45px;
}

.image-brand {
  width: 300px;
  margin-bottom: -30px;
}

.card-pricing {
  transition: transform 0.1s ease-in-out;
}

.card-pricing .price {
  font-size: 26px;
  font-weight: 800;
}

.card-pricing:hover {
  transform: scale(1.1);
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  border-radius: 25px;
}

.brand-list {
  display: flex;
  justify-content: center;
  transition: 0.5s transform;
}

.icon-brand {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-top: 20px;
  border-radius: 50%;
  filter: drop-shadow(0px 3.4275px 4.28437px rgba(175, 180, 198, 0.25));
}

.card-testimonial {
  display: flex;
  flex-direction: column;
  width: 333px;
  height: 311px;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0px 4px 5px rgba(175, 180, 198, 0.25);
  background: white;
  font-size: 16px;
}

.card-testimonial .header {
  height: 95px;
}

.card-testimonial .header .logo {
  width: 40px;
  border-radius: 50%;
}

.card-testimonial .header .title,
.card-testimonial .header .subtitle {
  font-size: 14px;
}

.card-testimonial .header .title {
  font-weight: bold;
}

.splide__pagination__page.is-active {
  background: #1C3B8B;
}

.splide__pagination__page {
  background: white;
  opacity: 1;
}

.btn-main {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #284AA0;
  color: white;
}

.btn-lg.btn-main {
  width: 200px;
  font-size: 14px;
}

.btn-main:active,
.btn-main:hover {
  background-color: #1B367B !important;
  color: white !important;
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-main .arrow {
  width: 0;
  transition: width 0.1s ease-in-out;
  transition: margin 0.1s ease-in-out;
  display: inline-block;
  overflow: hidden;
}

.content-pricing {
  margin-top: -60px;
}

.content-customer {
  margin-top: -110px;
}

.content-testimonial {
  margin-top: -90px;
}

.navbar-brand {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.btn-lang {
  font-size: 12px;
  color: #284AA0;
  padding: 2px 4px;
  border: 1px solid #284AA0;
  font-weight: 500;
}

.btn-lang:hover,
.btn-lang:active,
.btn-lang:focus {
  color: #1f3a7f !important;
  border: 1px solid #1f3a7f !important;
}

.dropdown-item:active,
.dropdown-item:focus {
  background-color: #284AA0;
}

.ring {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 5px solid #FFF;
}

.ring.ring-secondary {
  border-color: #F1F4FF;
}

.ring.ring-w-10 {
  border-width: 10px;
}

.ring.ring-s-40 {
  width: 40px;
  height: 40px;
}

.ring.ring-s-70 {
  width: 70px;
  height: 70px;
}

.ring.ring-s-200 {
  width: 200px;
  height: 200px;
}

#section-contact .title {
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
}

#cookie-consent-container {
  position: fixed;
  color: #262626;
  background-color: rgb(255 255 255 / 95%);
  left: 0;
  bottom: 0;
  padding: 20px 22px;
  border-radius: 15px;
  font-weight: 100;
  margin: 10px;
  font-size: 14px;
  z-index: 2147483647;
  filter: drop-shadow(0px 3.4275px 4.28437px rgba(175, 180, 198, 0.25));
}

#cookie-consent-container a {
  color: #284AA0;
}

.grecaptcha-badge {
  display: none;
}

@media screen and (min-width: 768px) {
  .image-easy {
    width: 478px;
  }

  .image-build {
    width: 478px;
  }

  .image-earn {
    width: 478px;
  }

  .image-bid {
    width: 478px;
  }

  .image-never {
    width: 478px;
  }

  .image-gather {
    width: 478px;
  }

  .image-boost {
    width: 478px;
  }

  .image-brand {
    width: 478px;
  }
}

@media screen and (min-width: 992px) {
  .curved {
    height: 110px;
  }

  .section {
    padding-top: 80px;
  }

  .section-footer {
    padding-bottom: 80px;
  }

  .section-hero2 {
    padding-top: 60px;
  }

  .text-hero1 {
    font-weight: bold;
    font-size: 52px;
    line-height: 61px;
  }

  .text-hero2 {
    font-size: 18px;
    line-height: 30px;
  }

  .text-contact {
    font-size: 16px;
    line-height: 24px;
  }

  .text-social {
    font-size: 14px;
  }


  .image-hero {
    position: absolute;
    top: 85px;
    right: 40px;
    width: 500px;
  }

  .image-content {
    width: unset;
    margin-bottom: unset;
  }

  .image-easy {
    width: 478px;
  }

  .image-brand {
    width: unset;
    position: absolute;
    margin-bottom: 0px;
  }

  .btn-main:hover .arrow {
    width: 20px;
    margin-left: 10px;
  }

  .btn-lg.btn-main {
    width: 300px;
    font-size: 18px;
  }

  .icon-brand {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    filter: drop-shadow(0px 3.4275px 4.28437px rgba(175, 180, 198, 0.25));
  }

  .icon-brand+.icon-brand {
    margin-left: 15px;
  }

  .content-pricing {
    margin-top: -70px;
  }

  .content-customer {
    margin-top: -100px;
  }

  .content-testimonial {
    margin-top: -125px;
  }

  .card-testimonial {
    font-size: 16px;
    width: 290px;
    height: 313px;
    padding: 1.3rem;
  }

  .card-testimonial .header .title {
    font-size: 14px;
    font-weight: bold;
  }

  .navbar-brand {
    position: unset;
    left: unset;
    transform: unset;
  }

  .nav-lang {
    font-size: 16px;
    padding: 8px;
  }

  #section-contact .title {
    font-size: 28px;
  }

  #cookie-consent-container {
    left: 50%;
    bottom: 34px;
    transform: translate(-50%, 0%);
    max-width: 640px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .image-hero {
    top: 20px;
    width: unset;
  }
}

@media screen and (min-width: 1580px) {
  .brand-list {
    display: flex;
    justify-content: center;
  }
}