html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0 auto;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  background-color: white;
  height: 100vh;

}

.page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-container .header-section {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px 12px 14px;
  align-items: center;
  z-index: 9999;
  background-color: white;
  border-radius: 16px;

  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
}

.logo-container {
  display: flex;
  gap: 6px;
  align-items: center;
}

.logo-container .logo-text {
  font-size: 19px;
  font-weight: bold;
}

.download-btn {
  height: 36px;
  border: none;
  display: flex;
  align-items: center;
  border-radius: 12px;
  gap: 5px;
  padding: 7px 11px;
  background-color: #4308DE;
  color: white;
  font-size: 15px;
}

.download-btn.en_US {
  background-image: url(./resources/en_US/download_english.png);
}
#download-content.vi_VN {
  background-image: url(./resources/vi_VN/download_vietnamese.png);
}



.after-downloading {
  text-decoration: none;
  font-size: 9px;
  line-height: 14px;
  color: #fff;

  padding: 14px 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 58px;
  width: 100%;
  background: #1B1B1E;
}

.after-downloading p {
  margin: 0;
  width: 100%;
  text-align: center;
}

.banner-section {
  display: flex;
  width: 100%;
  position: relative;
}

.banner-section img {
  width: 100%;
  object-fit: cover;
}

.banner-container {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -15%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-text {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  width: max-content;
  max-width: 304px;
  text-align: center;
}

.banner-container #download-section-text {
  color: #353535;
  opacity: .7;
  font-size: 17px;
}

.banner-container a {
  background-image: url(./resources/download_chinese.png);
  background-size: cover;
  height: 60px;
  width: 312px;
}

.download-section a.en_US {
  background-image: url(./resources/en_US/button_english-download.png);
}
.download-section a.vi_VN {
  background-image: url(./resources/vi_VN/button-viet-download.png);
}

.download-section span {
  margin-right: 10px;
}

.download-section p {
  font-size: 10px;
  color: #fff;
  max-width: 340px;
  margin: auto;
  margin-top: 15px;
  font-family: "Miriam Libre", sans-serif;
  text-align: center;
}

.features-section {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 80px;

}

.features-section h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  
}

.feature-cont {
  padding: 18px;
  border-radius: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  margin-top: 12px;
}

.feature-header {
  display: flex;
  align-items: self-start;
  flex-direction: column;

}

.feature-header span {
  font-size: 21px;
  font-weight: 800;
  color: #4308DE;

}

.feature-cont p {
  font-weight: 400;

  color: #353535;
  font-size: 12px;
  margin-top: 4px;
  opacity: 0.7;
  max-width: 285px;
}

.telegram-link {
  position: fixed;
  bottom: 30px;
  right: 20px;
  text-decoration: none;
  display: flex;
  width: 107px;
  background-color: #2AABEE;
  padding: 6px;
  border-radius: 23px 2px 23px 22px;
}

.telegram-text {
  display: flex;
  flex-direction: column;
  margin-left: 7px;
}

.telegram-text .title {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

.telegram-text .subtitle {
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  opacity: 73%;
  margin-top: 2px;
}


a {
  text-decoration: none;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.83);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  width: 340px;
  min-height: 470px;
  margin: auto;
  margin-top: 200px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}

.modal-content h4 {
  text-align: center;
  color: #353535;
  opacity: .7;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 28px;
  max-width: 320px;
}

.modal-content .divider {
  height: 1px;
    width: 100%;
    margin: 15px 0;
    background-color: white;
    padding: 0 19px;
    opacity: 0.11;
    max-width: 315px;
}

.modal-content .backup-message {
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  padding: 6px 15px;
  background-color: #1b1b1e;
  border-radius: 60px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.modal-content .download-android {
  background-image: url(./resources/android_download_chinese.png);
  background-size: cover;
  height: 63px;
  border: none;
  background-color: transparent;
  width: 304px;
}
.modal-content .download-ios {
  background-image: url(./resources/ios_download_chinese.png);
  background-size: cover;
  height: 63px;
  border: none;
  background-color: transparent;
  width: 304px;
}
.modal-content .download-pc {
  background-image: url(./resources/windows_download_chinese.png);
  background-size: cover;
  height: 63px;
  border: none;
  background-color: transparent;
  width: 304px;
}
.modal-content .download-mac {
  background-image: url(./resources/mac_download_chinese.png);
  background-size: cover;
  height: 63px;
  border: none;
  background-color: transparent;
  width: 304px;
}

.modal-content .download-android.vi_VN {
  background-image: url(./resources/vi_VN/android_download_vietnamese.png);
}
.modal-content .download-ios.vi_VN {
  background-image: url(./resources/vi_VN/ios_download_vietnamese.png);
}
.modal-content .download-pc.vi_VN {
  background-image: url(./resources/vi_VN/windows_download_vietnamese.png);
}
.modal-content .download-mac.vi_VN {
  background-image: url(./resources/vi_VN/mac_download_vietnamese.png);
}


.modal-content .d-flex{
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.empty-box {
  position: absolute;
  height: 140px;
  width: 351px;
  top: 0px;
}

footer {
  padding: 32px;
  background-color: #24154D;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 6px;
}

footer .footer-logo .logo-text {
  font-size: 19px;
  color: #fff;
}