@font-face {
  font-family: Giga Sans;
  src: url(../fonts/GigaSansRegular.otf) format ("opentype");
  src: local("Giga Sans"), url(../fonts/GigaSansRegular.otf) format("opentype");
}

* {
  font-family: Giga Sans;
}

.bgc {
  background-color: #f1f1ee;
}

.qr-icon {
  width: 90px;
  height: auto;
}

.mobile-heading {
  font-size: 1.3125rem;
  letter-spacing: 0.231px;
  line-height: 1.5rem;
}

.header-mobile {
  background-color: #ffffff;
  height: 150px;
}

.hero {
  background-color: #ffffff;
  height: calc(100vh - 150px);
  overflow: clip;
  overflow-clip-margin: 0px;
}

.hero h2 {
  font-size: 2.125rem;
  font-style: normal;
  line-height: 130%;
  width: 85%;
}

.play-store {
  height: 40px;
  width: auto;
}

@media screen and (max-width: 300px) {
  .play-store {
    height: 30px;
  }
}

.happy {
  font-size: 1.75rem;
  line-height: 122%;
  width: 85%;
}

.enjoy {
  font-size: 1.0625rem;
  line-height: 155%;
  width: 85%;
}

.phone {
  width: 95%;
}

.card1 {
  width: 90%;
  aspect-ratio: 0.775;
  background: linear-gradient(170.67deg, #fbfbfb 1.49%, #f4f4f5 98.25%);
  border-radius: 14.978px;
  overflow: hidden;
}

.card1 h3 {
  color: #000000;
  font-size: 1.25rem;
  line-height: 140%;
  width: 85%;
  z-index: 100;
}

@media only screen and (max-width: 350px) {
  .card1 h3 {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 550px) {
  .card1 h3 {
    font-size: 1.5rem;
  }
}

.card1 .card1-img {
  border: inherit;
}

.card2 {
  width: 90%;
  aspect-ratio: 0.775;
  background-image: url(../images/BarcodeBackground.png);
  background-size: cover;
  border-radius: 7.35971px;
}

.card2 h3 {
  color: #000000;
  font-size: 1.25rem;
  line-height: 140%;
  width: 85%;
  z-index: 100;
}

@media only screen and (max-width: 350px) {
  .card2 h3 {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 550px) {
  .card2 h3 {
    font-size: 1.5rem;
  }
}

.card3 {
  width: 90%;
  aspect-ratio: 1.5787;
  background: linear-gradient(170.67deg, #fbfbfb 1.49%, #f4f4f5 98.25%);
  border-radius: 7.35971px;
}

.card3 h3 {
  color: #000000;
  font-size: 1.25rem;
  line-height: 140%;
  width: 85%;
  z-index: 100;
}

@media only screen and (max-width: 350px) {
  .card3 h3 {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 550px) {
  .card3 h3 {
    font-size: 1.5rem;
  }
}

.card3 img {
  width: 80%;
}

.ratings {
  font-size: 2rem;
  line-height: 122%;
  width: 85%;
}

.detail-card-container {
  width: 85%;
}

.detail-card {
  aspect-ratio: 0.8382;
  width: 48%;
  background-color: #ffffff;
  border-radius: 27.6486px;
}

.title {
  color: #3997b8;
  font-size: 1.0625rem;
  line-height: 136%;
}

@media only screen and (max-width: 350px) {
  .title {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 550px) {
  .title {
    font-size: 1.25rem;
  }
}

.stat {
  color: #1d1d1f;
  font-size: 2rem;
  line-height: 115%;
  bottom: 15%;
}

@media only screen and (max-width: 350px) {
  .stat {
    font-size: 1.4rem;
    bottom: 10%;
  }
}

@media only screen and (min-width: 550px) {
  .stat {
    font-size: 2.75rem;
    bottom: 25%;
  }
}

.more-apps {
  font-size: 2rem;
  line-height: 122%;
}

.carousel-inner {
  width: 95%;
}

.app-card {
  aspect-ratio: 0.7115;
  background-color: #ffffff;
  border-radius: 25.6154px;
}

.card-text-container {
  width: 85%;
}

.card-title {
  font-size: 1.8rem;
  line-height: 35px;
  z-index: 10;
  top: 60%;
}

@media only screen and (max-width: 350px) {
  .card-title {
    font-size: 1.2rem;
  }
}

.card-body {
  color: #86868b;
  font-size: 1.0625rem;
}

@media only screen and (max-width: 350px) {
  .card-body {
    font-size: 0.8rem;
  }
}

.eet-container {
  width: 80%;
}

.eet-desc {
  color: #1d1d1f;
  font-size: 1.0625rem;
  line-height: 23px;
  padding-bottom: 100px;
}

.footer-mobile {
  background-color: #ffffff;
}

.footer-mobile a {
  text-decoration: none;
  color: #1d1d1f;
  font-size: 0.75rem;
  line-height: 200%;
  display: block;
}

/* DESKTOP */

.header-bgc {
  background-color: #ffffff;
}

.header-container-desktop {
  width: 70%;
  height: 80px;
}

@media screen and (max-height: 700px) {
  .header-container-desktop {
    height: 60px;
  }
}

.q-icon-desktop {
  width: 36px;
}

.desktop-heading {
  font-size: 1.3125;
}

.play-store-desktop {
  height: 36px;
}

@media only screen and (max-width: 1200px) {
  .play-store-desktop {
    height: 30px;
  }
}

.hero-desktop {
  background-color: #ffffff;
  height: calc(100vh - 80px);
  overflow: clip;
  overflow-clip-margin: 0px;
}

@media screen and (max-height: 700px) {
  .hero-desktop {
    height: calc(100vh - 60px);
  }
}

.hero-icon-container {
  padding-top: 3rem;
}

@media only screen and (max-width: 1200px) {
  .hero-icon-container {
    padding-top: 2rem;
  }
}

.hero-icon-desktop {
  height: 100px;
  width: auto;
}

@media screen and (max-height: 700px) {
  .hero-icon-desktop {
    height: 60px;
  }
}

.hero-text {
  font-size: 2.5rem;
  letter-spacing: -0.1rem;
  color: #1b1b1b;
}

@media screen and (max-height: 700px) {
  .hero-text {
   font-size: 2rem;
  }
}

.hero-img-desktop {
  width: 70%;
  left: 15%;
}

@media screen and (max-height: 700px) {
  .hero-img-desktop {
    width: 50%;
    left: 25%;
  }
}

.main-container-desktop {
  width: 60%;
  z-index: 1;
}

.happy-desktop {
  font-size: 3rem;
  letter-spacing: -0.1rem;
  line-height: 122%;
  color: #0a171a;
}

@media only screen and (max-width: 1199px) {
  .happy-desktop {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .happy-desktop {
    font-size: 2.8rem;
  }
}

.enjoy-desktop {
  font-size: 1.75rem;
  letter-spacing: -0.1rem;
  line-height: 125%;
  width: 90%;
}

@media only screen and (max-width: 1200px) {
  .enjoy-desktop {
    font-size: 1.25rem;
  }
}

.phone-desktop {
  width: 60%;
  height: auto;
  z-index: 0;
}

.card1-desktop {
  aspect-ratio: 0.7761;
  width: 48%;
  height: auto;
  background: linear-gradient(170.67deg, #fbfbfb 1.49%, #ffffff 98.25%);
  border-radius: 30px;
  overflow: hidden;
}

.card1-desktop h3 {
  color: #000000;
  font-size: 1.5rem;
  line-height: 125%;
  z-index: 100;
}

@media only screen and (max-width: 1200px) {
  .card1-desktop h3 {
    font-size: 1.2rem;
  }
}

.card1-desktop .copy1-desktop-img {
  border: inherit;
}

.card2-desktop {
  aspect-ratio: 0.7761;
  width: 48%;
  height: auto;
  background-image: url(../images/BarcodeBackground.png);
  background-size: cover;
  border-radius: 30px;
}

.card2-desktop h3 {
  color: #000000;
  font-size: 1.5rem;
  line-height: 125%;
  z-index: 100;
}

@media only screen and (max-width: 1200px) {
  .card2-desktop h3 {
    font-size: 1.2rem;
  }
}

.card3-desktop {
  aspect-ratio: 1.5795;
  width: 100%;
  height: auto;
  background: linear-gradient(170.67deg, #fbfbfb 1.49%, #f4f4f5 98.25%);
  border-radius: 30px;
}

.card3-desktop h3 {
  width: 37.5%;
  left: 6.25%;
  color: #000000;
  font-size: 1.5rem;
  line-height: 121%;
  z-index: 100;
}

@media only screen and (max-width: 1200px) {
  .card3-desktop h3 {
    font-size: 1.2rem;
  }
}

.card3-img-1 {
  width: 43%;
  left: 3.5%;
}

.card3-img-2 {
  width: 43%;
  right: 3.5%;
}

.card3-img-3 {
  width: 45%;
  left: 25%;
  bottom: 3%;
}

.ratings-desktop {
  color: #0a171a;
  font-size: 3rem;
  line-height: 122%;
}

.detail-card-container-desktop {
  width: 80%;
}

.detail-card-desktop {
  aspect-ratio: 1.6742;
  width: 32%;
  height: auto;
  background-color: #ffffff;
  border-radius: 27.6486px;
}

.detail-card-desktop h5 {
  color: #3997b8;
  font-size: 0.8rem;
  line-height: 119%;
}

.detail-card-desktop h4 {
  color: #1d1d1f;
  font-size: 2.25rem;
}

@media only screen and (max-width: 1200px) {
  .detail-card-desktop h4 {
    font-size: 1.8rem;
  }
}

.app-card-desktop {
  aspect-ratio: 0.7115;
  background-color: #ffffff;
  border-radius: 25.6154px;
}

.card-text-desktop {
  bottom: 10;
  height: 40%;
}

@media only screen and (max-width: 992px) {
  .card-text-desktop {
    height: 50%;
  }
}

.card-title-desktop {
  color: #1d1d1f;
  font-size: 1.4rem;
  line-height: 111%;
  width: 80%;
}

@media only screen and (max-width: 991px) {
  .card-title-desktop {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card-title-desktop {
    font-size: 1.2rem;
  }
}

.card-body-desktop {
  color: #86868b;
  font-size: 1rem;
  line-height: 119%;
  width: 80%;
}

@media only screen and (max-width: 991px) {
  .card-body-desktop {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card-body-desktop {
    font-size: 0.87rem;
  }
}

.eet-logo-desktop {
  width: 350px;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .eet-logo-desktop {
    width: 300px;
    height: auto;
  }
}

.eet-desc-desktop {
  color: #1d1d1f;
  font-size: 1.4rem;
  line-height: 125%;
}

@media only screen and (max-width: 1200px) {
  .eet-desc-desktop {
    font-size: 1.1rem;
  }
}

.eet-container-desktop {
  padding-bottom: 250px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .eet-container-desktop {
    padding-bottom: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .eet-container-desktop {
    padding-bottom: 125px;
  }
}

.footer-desktop {
  background-color: #ffffff;
  color: #1d1d1f;
}

.footer-desktop a {
  color: #1d1d1f;
}

.support {
  color: #1d1d1f;
}

.support a {
  color: #3b87f1;
}
