body {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

/* footer */
footer {
  background: #22598e;
  padding: 50px 0px;
}

.footer-detail {
  display: flex;
  flex-direction: row;
}

.qr-footer > img {
  width: 200px;
  height: auto;
}

.footer-detail-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 40px;
}

.top-detail-footer {
  display: flex;
  color: #ffdd4d;
}

.top-detail-footer > h2 {
  font-size: 24px;
}

.top-detail-footer-mobile {
  display: none;
}

.bottom-detail-footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 12px;
}

.text-with-icon {
  display: flex;
  align-items: center;
  color: #fff;
}

.text-with-icon:hover {
  text-decoration: underline;
  color: #ffdd4d;
}

.text-with-icon > img {
  width: 12px;
  height: auto;
  margin-right: 5px;
}

/* content */
.bg-content {
  background: url("../img/bgContent.webp?v=2") no-repeat center center;
  background-size: auto 550px;
  min-height: 400px;
  height: 550px;
  position: relative;
}

.bg-white-overlay {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}

.bg-white-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to right,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0.95) 25%,
      rgba(255, 255, 255, 0.3) 30%,
      rgba(255, 255, 255, 0.0) 40%,
      rgba(255, 255, 255, 0.1) 90%,
      rgba(255, 255, 255, 0.95) 95%,
      rgb(255, 255, 255) 100%
    ),
    linear-gradient(
      to top,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0.95) 2%,
      rgba(255, 255, 255, 0.3) 7%,
      rgba(255, 255, 255, 0.1) 10%
    );
  z-index: 10;
  pointer-events: none;
}

.logo-nav {
  position: relative;
  z-index: 50;
  padding: 30px 0px;
}

.logo-nav > a > img {
  width: 175px;
  height: 55px;
}

.header-content {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}

.header-content > h1 {
  color: #1d91d0;
  width: 100%;
  font-weight: bolder;
  margin: 0px 0px 0px 20px;
  font-size: 48px;
}

.border-art {
  background: #1d91d0;
  width: 350px;
  height: 100px;
  flex-shrink: 0;
  margin-left: -320px;
}

.bg-card-section {
  background: #f5f5f5;
  position: relative;
  padding-bottom: 10px;
  z-index: 30;
}

.card-detail {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  padding: 30px 20px;
  height: 100%;
}

.card-detail-margin-top-first {
  margin-top: -30px;
}

.card-detail-margin-top {
  margin-top: -30px;
}

.card-detail-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
}

.card-detail-header > img {
  display: block;
  width: 50px;
  height: auto;
  margin-right: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f9b233;
}

.card-detail-header > h3 {
  color: #e94e1b;
  font-size: 24px;
}

.card-detail-body {
  margin: 15px 0px 30px 0px;
  color: #000000;
}

@media (min-width: 3500px) {
  .bg-white-overlay::before {
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.95) 30%,
      rgba(255, 255, 255, 0.4) 40%,
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0.4) 80%,
      rgba(255, 255, 255, 0.95) 90%,
      rgba(255, 255, 255) 100%
    ),
    linear-gradient(
      to top,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0.95) 2%,
      rgba(255, 255, 255, 0.3) 7%,
      rgba(255, 255, 255, 0.1) 10%
    );
  }

  .border-art {
    background: #1d91d0;
    width: 1435px;
    height: 100px;
    flex-shrink: 0;
    margin-left: -1415px;
  }
}

@media screen and (min-width: 1921px) and (max-width: 3499px) {
  .bg-white-overlay::before {
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.95) 30%,
      rgba(255, 255, 255, 0.4) 40%,
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0.2) 80%,
      rgba(255, 255, 255, 0.95) 90%,
      rgba(255, 255, 255) 100%
    ),
    linear-gradient(
      to top,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0.95) 2%,
      rgba(255, 255, 255, 0.3) 7%,
      rgba(255, 255, 255, 0.1) 10%
    );
  }

  .border-art {
    background: #1d91d0;
    width: 100%;
    height: 100px;
    flex-shrink: 0;
    margin-left: -925px;
  }
}

@media screen and (max-width: 450px) {
  /* footer */
  footer {
    padding: 25px 0px;
  }

  .footer-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .top-detail-footer {
    display: none;
  }

  .top-detail-footer-mobile {
    display: flex;
    color: #ffdd4d;
    margin-bottom: 20px;
  }

  .top-detail-footer-mobile > h2 {
    font-size: 20px;
  }

  .footer-detail-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    margin-left: 0px;
  }

  .text-with-icon {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
  }

  .bottom-detail-footer {
    font-size: 10px;
  }

  .qr-footer > img {
    width: 150px;
    height: auto;
  }

  .text-with-icon > img {
    width: 10px;
    height: auto;
    margin-right: 5px;
  }

  /* content */
  .mobile-container {
    padding: 0;
  }

  .bg-content {
    display: block;
    background: url("../img/bgContentMobile.webp?v=2") no-repeat center center;
    background-size: 100%;
    min-height: 400px;
    height: 610px;
  }

  .bg-white-overlay {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .bg-white-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.9) 20%,
      rgba(255, 255, 255, 0.6) 40%,
      rgba(255, 255, 255, 0) 80%,
      rgba(255, 255, 255, 0.6) 95%,
      rgba(255, 255, 255, 1) 100%
    );
    z-index: 10;
    pointer-events: none;
  }

  .logo-nav {
    position: relative;
    z-index: 50;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-content > h1 {
    font-size: 32px;
    margin: 0px 0px 0px 15px;
  }

  .border-art {
    height: 75px;
    margin-left: -340px;
  }

  .header-content {
    position: relative;
    height: 45%;
    width: 100%;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .card-detail-margin-top {
    margin-top: 0px;
  }

  .card-detail-margin-top-first {
    margin-top: -85px;
  }

  .card-detail {
    height: auto;
  }

  .card-detail-header > h3 {
    font-size: 20px;
  }

  .card-detail-body > span {
    font-size: 14px;
  }
}
