/* @font-face {
  font-family: 'SF-Pro-Display-Light';
  src: url('./resources/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'SF-Pro-Display-Regular';
  src: url('./resources/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'SF-Pro-Display-Bold';
  src: url('./resources/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
} */

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: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #151313;
  height: 100vh;

}

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

.page-container .header-section {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 8px 24px 8px 24px;
  align-items: center;
  z-index: 9999;
}

.download-btn {
  background-image: url(./resources/download_botton_top.png);
  background-size: cover;
  width: 148px;
  height: 48px;
  border: none;
  background-color: transparent;
}

.download-btn.en_US {
  background-image: url(./resources/en_US/download_english.png);
}
.download-btn.vi_VN {
  background-image: url(./resources/vi_VN/download_viet.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;
  padding-top: 10px;
}

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

.banner-text {
  position: absolute;
  bottom: 0px;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 31px;
  font-weight: 500;
  width: max-content;
  max-width: 304px;
  text-align: center;
}

.download-section {
  padding: 15px;
  padding-bottom: 0;
  width: 100%;
}

.download-section a {
  border: none;
  display: flex;
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 55px;
  border-radius: 30px;
  font-size: 19px;
  font-weight: 500;

  background-image: url(./resources/download_button.png);
  background-size: cover;
  height: 63px;
  border: none;
  background-color: transparent;
}

.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: white;
  font-family: "Smooch Sans", serif;
  
}

.feature-cont {
  background-color: #1C1A1A;
  padding: 18px 25px;
  border-radius: 12px;
  /* background-image: url('./resources/sheild.png'); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  margin-top: 12px;
}

.feature-header {
  display: flex;
  align-items: center;

}

.feature-header span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-left: 13px;
  font-family: "Miriam Libre", sans-serif;

}

.feature-cont p {
  font-family: 'Mariam Libre', sans-serif;
  font-weight: 400;

  color: #fff;
  font-size: 12px;
  margin-top: 4px;
  opacity: 0.8;
  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: 351px;
  height: 450px;
  background-image: url(./resources/popup-new.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 200px;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  position: relative;
}

.modal-content h4 {
  margin-top: 200px;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 28px;
  max-width: 320px;
}

.modal-content .download-ios {
  background-image: url(./resources/button-ios.png);
  background-size: cover;
  height: 63px;
  border: none;
  background-color: transparent;
  width: 300px;
}

.modal-content .download-ios.en_US {
  background-image: url(./resources/en_US/button-english_ios.png);
}
.modal-content .download-ios.vi_VN {
  background-image: url(./resources/vi_VN/button-viet-ios.png);
}


.modal-content .download-android {
  background-image: url(./resources/button-android.png);
  background-size: cover;
  height: 63px;
  border: none;
  background-color: transparent;
  width: 300px;
  margin-top: 7px;
}

.modal-content .download-android.en_US {
  background-image: url(./resources/en_US/button-english_android.png);
}
.modal-content .download-android.vi_VN {
  background-image: url(./resources/vi_VN/button-viet-android.png);
}

.empty-box {
  position: absolute;
  height: 140px;
  width: 351px;
  top: 0px;
}