@font-face {
  font-family: 'Poppins';
  src: url('./font/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  src: url('./font/Poppins-Regular.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Poppins';
  src: url('./font/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
}
body {
  font-family: "Poppins", sans-serif;
}
.w-full {
  width: 100%;
}
.flex {
  display: flex;
}
.none {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.text-white {
  color: #ffffff;
}
.text-yellow {
  color: #fff012;
}
.text-gray {
  color: #4b4b4b;
}
.text-gray-dark {
  color: #1e1e1e;
}
.gap-32 {
  gap: 32px;
}
.gap-6 {
  gap: 6px;
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}
.gap-120 {
  gap: 120px;
}
.pt-80 {
  padding-top: 80px;
}
.p-12 {
  padding: 12px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-50{
  padding-bottom: 50px;
}
.pt-50{
  padding-top: 50px;
}
.mb-32 {
  margin-bottom: 32px;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.text-decoration-none {
  text-decoration: none;
}
.text-base-14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.text-base-16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.text-base-36 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 54px */
}
.px-content {
  padding-left: 80px;
  padding-right: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}
.py-64 {
  padding-bottom: 64px;
  padding-top: 64px;
}
.main-header {
  background-size: cover;
  padding-top: 32px;
}

.header {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 6px 24px 0px rgba(5, 117, 28, 0.3);
}

.btn-download {
  display: flex;
  text-decoration: none;
  height: 40px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #2db742;
  cursor: pointer;
}

.header-text-btn {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

.text-banner {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.text-banner-description {
  padding-top: 24px;
  color: #fff;
}
.text-banner-note {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.banner-note {
  margin-top: 16px;
  width: fit-content;
  padding: 4px 6px;
  border-radius: 1000px;
  border: 1px solid #fff012;
  background: rgba(255, 240, 18, 0.1);
}
.content-qr {
  width: 50%;
  border-radius: 24px;
  padding-left: 32px;
  padding-right: 32px;
}
.content-gg {
  background: #d5f1d9;
}

.content-ios {
  background: #faf6c7;
}

.btn {
  display: flex;
  align-items: center;
  width: 160px;
  height: 48px;
  padding: 0px 10px;
  gap: 10px;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
}
.btn-shadow {
  box-shadow: 0px 8px 16px -4px #d5e3d3;
}

.btn-android {
  background: #2db742;
}
.btn-ios {
  background: #fff;
}
.content-reverse {
  flex-direction: row-reverse;
  background: rgba(45, 183, 66, 0.05);
}

.footer {
  display: flex;
  padding: 64px 80px 32px 80px;
  flex-direction: column;
  background: #1e1e1e;
}
.footer-border{
  border-bottom: 1px solid #ffffff1a;
}

.subscribe-container {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 5px;
  width: fit-content;
}

/* Input field styling */
.subscribe-input {
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 30px 0 0 30px;
  color: #888;
  width: 200px;
}

/* Button styling */
.subscribe-button {
  background-color: #2db742;
  color: #fff;
  padding: 10px 20px;
  border: none;
  outline: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

.change-language {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 10px;
  border-radius: 1000px;
  cursor: pointer;
  background: #2db742;
}

.menu-mobile {
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  display: flex;
  text-align: center;
  background-color: #fff;
  margin-top: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 6px 24px 0px rgba(5, 117, 28);
}
.img-content{
  max-width: 400px;
}
@media (max-width: 1140px) {
  .column-tablet {
    flex-direction: column;
  }
  .px-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .content-qr {
    width: -webkit-fill-available !important;
    width: -moz-available !important;
  }
  .px-180 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 768px) {
  .column-mobile {
    flex-direction: column;
  }
  .none-mobile {
    display: none !important;
  }
  .block-mobile {
    display: block !important;
  }
  .flex-mobile {
    display: flex !important;
  }
}

@media (max-width: 576px) {
  .none-mini {
    display: none !important;
  }
  .content-qr{
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
