.banner {
  height: 100vh;
  width: 100%;
  background-image: url("../img/banner/background.svg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .banner {
    height: auto;
    padding-top: 150px;
  }
}
.banner .banner-container {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1199px) {
  .banner .banner-container {
    height: auto;
  }
}
.banner .banner-container .banner-buildings {
  position: absolute;
  left: -17%;
  bottom: 0;
}
.banner .banner-container .banner-body {
  height: 100vh;
}
@media only screen and (max-width: 1199px) {
  .banner .banner-container .banner-body {
    height: auto;
  }
}
.banner .banner-container .banner-body .banner-form-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner-container .banner-body .banner-form-container .banner-card {
  padding: 20px;
  background-color: #fff;
  border-radius: 24px;
  width: 600px;
}
@media only screen and (max-width: 1599px) {
  .banner .banner-container .banner-body .banner-form-container .banner-card {
    width: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .banner-container .banner-body .banner-form-container .banner-card {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-container .banner-body .banner-form-container .banner-card {
    margin-bottom: 0;
  }
}
.banner .banner-container .banner-body .banner-form-container .banner-card-title {
  font-size: 28px;
  font-weight: 600;
  color: #222;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .field-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #F5F5F5;
  padding: 8px;
  border-radius: 10px;
  border: #E3E3E8 solid 1px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .field-input:first-child {
  margin-bottom: 8px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .field-input .banner-icon {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: var(--primary-color);
  position: relative;
  margin-right: 10px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .field-input .banner-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .field-input input {
  outline: none;
  border: none;
  background-color: transparent;
  width: 100%;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-form-buttons {
  margin-top: 24px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-form-buttons .banner-form-button {
  width: 100%;
  height: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .banner .banner-container .banner-body .banner-form-container .banner-card .banner-form-buttons .banner-form-button {
    height: 40px;
  }
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-form-buttons .banner-form-button.book-now {
  background-color: #222;
  color: #fdba1c;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-form-buttons .banner-form-button.shop-now {
  background-color: #f6841f;
  color: #222;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .or-label {
  font-size: 10px;
  color: #B2B8C5;
  font-weight: 600;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-app-download-title {
  font-size: 20px;
}
.banner .banner-container .banner-body .banner-form-container .banner-card .banner-app-download-image {
  height: 40px;
}
@media only screen and (max-width: 320px) {
  .banner .banner-container .banner-body .banner-form-container .banner-card .banner-app-download-image {
    margin-bottom: 8px;
  }
}
.banner .banner-container .banner-body .carousel-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .banner .banner-container .banner-body .carousel-container {
    padding-top: 0;
  }
}
.banner .banner-container .banner-body .carousel-container .banner-image {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: auto;
}

.highlight {
  color: #E8893C;
}

.home-endorser1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .guidelines {
    width: 100%;
  }
}

.howto #example-vertical .btn-guidelines {
  position: absolute;
  bottom: 130px;
  right: -100%;
}
@media only screen and (max-width: 991px) {
  .howto #example-vertical .btn-guidelines {
    bottom: 220px;
    right: -110%;
  }
}

.toktokmall {
  height: 100vh;
  width: 100%;
  background-image: url("../img/toktokmall/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 64px 0;
}
@media only screen and (max-width: 1199px) {
  .toktokmall {
    height: auto;
  }
}
.toktokmall-image {
  width: 740px;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .toktokmall-image {
    width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .toktokmall-image {
    width: 100%;
  }
}

/*# sourceMappingURL=style2.css.map */
