body,
html,
.landing-page {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Default font size */
p {
  font-size: 14px;
  margin: 0;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  p {
    font-size: 18px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  p {
    font-size: 20px;
  }
}
.text_primary {
  color: #3469d5;
}
.bg_primary {
  background-color: #3469d5;
}

a {
  text-decoration: none;
  color: white;
}
.text_xsm {
  font-size: 12px;
}
header {
  position: relative;
  z-index: 20;
}
header .logo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 30;
}
header .banner {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  object-fit: cover;
  z-index: 10;
}
header .header-content {
  position: relative;
  z-index: 50;
}
.header-content .logo-image img {
  max-width: 40vw;
  margin: 20rem 0 1rem 0;
  width: auto;
  object-fit: cover;
}
@media (min-width: 1023px) and (max-width: 1280px) {
  .header-content .logo-image img {
  margin: 10rem 0 1rem 0 ;

}
}
.header-content h1 {
  font-size: 50px;
  color: white;
  font-weight: bold;
}

.apps-link div {
  margin: 30px 20px;
}
.apps-link img {
  height: auto;
  width: 100%;
  max-width: 200px;
}

.start-yaping {
  padding: 1rem 4rem;
  font-size: 16px;
  color: black;
  border: none;
  font-weight: bold;
  border-radius: 93px;
}
.header-content .banner-card-container {
  display: grid;
  border: 3px solid rgb(5 238 254);
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 575px) {
  .header-content .banner-card-container {
    gap: 5px;
  }
  .header-content .banner-card-container p{
    font-size: 12px;
  }
  .hide-on-mobile {
    display: none;
  }
  .header-content .logo-image img {
    max-width: 60vw;
    margin: 10rem 0 1rem 0;
  }
  .header-content h1 {
    font-size: 20px;
  }
  .apps-link div {
    margin: 10px;
  }
  .apps-link img {
    height: auto;
    max-width: 120px;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 1280px) {
  .header-content h1 {
    font-size: 32px;
  }
}
.growing-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.growing-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  height: 2px;
  width: 40%;
}
@media (min-width: 768px) {
  .growing-text {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.top-up-section {
  z-index: 20;
  margin-top: -50px;
  position: relative;
  padding: 100px 0;
}

.top-up-left-container img {
  position: absolute;
  right: 50px;
  top: 20px;
  width: auto;
  height: 100%;
  max-height: 180px;
  object-fit: cover;
}
@media (max-width: 575px) {
  .top-up-section {
    padding: 80px 16px 50px 16px;
  }
  .top-up-left-container img {
    max-height: 120px;
  }
}
.offers img {
  height: auto;
  width: 100px;
  object-fit: cover;
}
.offers .icon-box {
  width: 70%;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 20px;
  color: white;
  padding: 35px 0;
  border-bottom: 0.5px solid rgba(248, 250, 255, 0.5);
}
@media (max-width: 990px) {
  .offers .icon-box {
    width: 100%;
    padding: 20px 0;
  }
    .top-up-left-container img {
    max-height: 150px;
  }
}
.offers .icon-box img {
  width: 60px;
  height: auto;
}
.mobile-display {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 10;
}

.works {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 576px) {
  .works {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 577px) and (max-width: 1023px) {
  .works {
    grid-template-columns: 1fr 1fr;
  }
}
.works .border-effect {
  border: 3px solid rgb(94, 181, 216);
}
.works img {
  height: 80px;
  width: auto;
}
.works-card {
  min-height: 300px;
}
.works-card h4 {
  margin-top: 80px;
}
.circle {
  background-color: rgb(6, 6, 6);
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
}

.gradient-bg {
  background-image: linear-gradient(89deg, #2d5fd0 0%, #5ea1ef 100%);
}

a:hover {
  color: #cee7f3;
}
footer {
  margin-top: -52px;
  padding: 10px;
  position: relative;
  z-index: 100;
  background-color: white;
  color: black;
}
footer ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 575px) {
  footer ul {
    gap: 20px;
  }
}

footer a {
  font-size: 16px;
}
@media (max-width: 575px) {
  footer a {
    font-size: 12px;
  }
}
footer p {
  font-size: 10px;
}
.footer-menu-link {
  margin: 10px;
}
.rights {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  .rights {
    position: relative;
    margin: 5px 0;
    top: 0;
    right: 0;
  }
}
.footer-menu-text {
    font-size: 14px;
    color: #000000;
}
.footer-menu-text:hover {
    color: #5ea1ef;
}
.card-logo {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin: 0 5px;
  object-fit: cover;
}
.system-btn:hover {
  background: #e15012 !important;
  color: #ffffff !important;
}
