:root {
  --white: #ffffff;
  --brown: #652800;
  --blue: #007bff;
  --orange: #f89a5c;
  --green: #5a9145;
  --black: #323336;
  --gray: #999999;
  --light-gray: #d9d9d9;
  --radius-40: 40px;
  --radius-30: 30px;
  --radius-20: 20px;
  --radius-10: 10px;
  --radius-15: 15px;
  --radius-5: 5px;
}

@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");

* {
  font-family: "Hind", sans-serif;
}

html,
body {
  min-height: 100vh;
}

body {
  background: #fff;
  font-size: 14px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.btn,
input,
.form-control,
.page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: var(--radius-5);
}

.btn {
  font-weight: 400;
  font-size: 14px;
}

.form-control {
  font-weight: 300;
}

.form-control:focus {
  box-shadow: none;
  outline: 0;
}

label {
  font-weight: 700;
}

.page-link {
  margin-left: 5px;
  font-weight: 700;
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
}

.page-link:hover {
  background: var(--blue);
  color: #fff;
}

.mainContainer {
  overflow: hidden;
}

.mainContainer::before {
  content: "";
  position: absolute;
  left: -200px;
  bottom: -500px;
  width: 1200px;
  height: 1200px;
  display: block;
  background-color: var(--orange);
  filter: blur(150px);
  -webkit-filter: blur(150px);
  -webkit-backdrop-filter: blur(150px);
  border-radius: 100%;
}

.mainContainer::after {
  content: "";
  position: absolute;
  top: -300px;
  right: -300px;
  width: 700px;
  height: 700px;
  display: block;
  background-color: var(--green);
  filter: blur(150px);
  -webkit-filter: blur(150px);
  -webkit-backdrop-filter: blur(150px);
  border-radius: 100%;
}

header {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-15);
  padding: 15px;
  width: 100%;
  max-width: 1170px;
  -webkit-backdrop-filter: blur(43px);
  backdrop-filter: blur(43px);
  z-index: 1;
  position: relative;
  margin: 0 auto;
  align-items: center;
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.langGg {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  justify-content: flex-end;
}

.bannerContainer {
  overflow: hidden;
}

.bannerBox {
  width: 100%;
  max-width: 1170px;
  overflow: hidden;
  padding: 113px 0 15px 0;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.bannerBox img {
  height: 100%;
  width: auto;
}

.bannerBox img.qrCode {
  height: 30%;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 100%;
  margin-right: -60px;
}

.bannerBox .imgBox {
  height: 100%;
  position: relative;
}

.bannerBox .txtBox {
  width: 60%;
  color: var(--white);
}

.bannerBox h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.bannerBox h1.english {
  font-size: 2.25rem;
}

.bannerBox h1 span {
  color: var(--brown);
  position: relative;
}

.bannerBox h1 .ptrn {
  background: url(../images/txt-ptrn.svg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 25px;
}

.bannerBox ul {
  margin: 20px 0;
  font-size: 16px;
  display: block;
}

.bannerBox p {
  font-size: 16px;
}

.bannerBox li + li {
  margin-top: 10px;
}

.bannerBox .btn {
  padding: 15px;
  height: auto;
  font-weight: 700;
  border-radius: var(--radius-10);
}

.bannerBox .btn.brown {
  background-color: var(--brown);
  color: var(--white);
}

.bannerBox .btn.white {
  background-color: var(--white);
  color: var(--black);
}

.btnGrp {
  gap: 15px;
}

.bannerBox .btn:hover {
  background: var(--blue);
  color: var(--white);
}

.modal-header {
  border: 0;
}

.modal-body {
  text-align: center;
  padding: 0 40px 50px;
}

.modal-content {
  border-radius: var(--radius-15);
}

.modal-body h4 {
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.modal-body p {
  margin-top: 20px;
}

.iconBox .icon {
  border-radius: var(--radius-15);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--light-gray);
  width: calc(50% - 8px);
}

.iconBox .icon img {
  width: 100%;
}

.iconBox .icon img + img {
  margin-top: 10px;
}

.iconBox .icon label {
  width: 100%;
  cursor: pointer;
}

.iconBox .icon a {
  color: var(--black);
  cursor: pointer;
  display: block;
}

.iconBox {
  margin: 0 auto;
  width: 100%;
  gap: 15px;
  justify-content: center;
}

.mobileAppBox {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    background: linear-gradient(45deg, #f89a5c 47%, #5a9145 100%);
    overflow: inherit;
    min-height: inherit;
    background-attachment: fixed;
  }

  .mainContainer::before,
  .mainContainer::after {
    display: none;
  }

  header.d-flex {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0;
    transform: translateX(0%);
  }

  header img {
    width: 100px;
    height: auto;
  }

  .langGg img {
    width: auto;
    height: 35px;
  }

  .bannerBox {
    flex-wrap: wrap;
    padding: 80px 15px 120px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    left: inherit;
    transform: inherit;
  }

  .bannerBox .imgBox {
    position: static;
    padding-bottom: 40px;
  }

  .mobileAppBox {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
    width: 100%;
  }

  .bannerBox img.qrCode {
    display: none;
  }

  .bannerBox > div {
    width: 100%;
  }

  .bannerBox .imgBox img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .btnGrp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 15px;
    -webkit-backdrop-filter: blur(43px);
    backdrop-filter: blur(43px);
    flex-wrap: wrap;
  }

  .bannerBox .btn,
  .bannerBox .txtBox {
    width: 100%;
  }
  .bannerBox .btn {
    padding: 10px;
  }
  .bannerBox h1 {
    font-size: 2.25rem;
  }

  .bannerBox ul {
    padding-left: 20px;
    font-size: 18px;
  }
  .iconBox {
    /* flex-wrap: wrap; */
    width: 100%;
  }
  .iconBox .icon {
    width: auto;
    padding: 2px;
    border-radius: var(--radius-10);
  }

  .modal-body .iconBox .icon img:first-child {
    display: none;
  }
  .modal-body .iconBox .icon img {
    margin-top: 0;
  }
  .modal-body {
    padding: 0 15px 30px;
  }
  .modal-body h4 {
    font-size: 22px;
  }
  .webOnly {
    display: none;
  }
  .mobileOnly {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .webOnly {
    display: inline-block;
  }
  .mobileOnly {
    display: none;
  }
}
