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

/* Default font size */
p {
  font-size: 12px;
  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: #8524a6;
}
.bg_primary {
  background-color: #ffffff;
}

a {
  text-decoration: none;
  color: #8524a6;
}
.text_xsm {
  font-size: 12px;
}
header {
  position: relative;
  z-index: 20;
  color: rgb(0, 0, 0);
}
header .login {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}
header .banner {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 49px;
  left: 0;
  object-fit: cover;
  z-index: 10;
}
header .header-content {
  position: relative;
  z-index: 50;
  padding-top: 100px;
}
.header-content img {
  max-width: 300px;
  width: 15vw;
  height: auto;
  margin-bottom: 20px;
  object-fit: cover;
    @media (max-width: 575.98px) {
   width: 50vw;
   margin-bottom: 20px;
  }
  @media (min-width: 576px) and (max-width: 1024px) {
width: 30vw;
margin-bottom: 30px;
  }
}
.header-content h1 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 50px;
  font-style: italic;
  margin-top: -40px;
  font-weight: bold;
  @media (max-width: 575.98px) {
    font-size: 24px;
  }
  @media (min-width: 576px) and (max-width: 1280px) {
    font-size: 28px;
  }
}

.start-yaping {
  padding: 1rem 4rem;
  font-size: 16px;
  border: none;
  font-weight: bold;
  border-radius: 93px;
}
.header-content .banner-card-container {
  border: 2px solid #5ea1ef;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  @media (max-width: 575px) {
    gap: 5px;
  }
}
.header-content .banner-card-container p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    background-color: white;
      @media (max-width: 1440px) {
  padding: 10px ;
  }
}
.second-section {
  position: relative;
  padding: 60px 0 100px 0;
  @media (max-width: 575px) {
    padding: 20px 16px 100px 16px;
  }
}
.confeti-img {
  max-height: 100%;
  position: absolute;
  z-index: 10;
  top: -50px;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.community-section {
  z-index: 20;
  position: relative;
}

.join-community img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.6);
}
.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: 10px 0;
  border-bottom: 0.5px solid rgba(248, 250, 255, 0.5);
  @media (max-width: 1440px) {
    width: 80%;
  }
  @media (max-width: 990px) {
    width: 100%;
  }
}

.offers .icon-box img {
  width: 90px;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}
.offers h5 {
  font-weight: bold;
}
.offers p {
  font-size: 12px;
  font-weight: 400;
}
.mobile-display {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 10;
}
.mobile-display img {
  max-width: 10vw;
  height: auto;
}
.works {
  z-index: 100;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 50px;
  column-gap: 20px;
  @media (max-width: 576px) {
    grid-template-columns: 1fr;
      row-gap: 20px;
  }
  @media (min-width: 577px) and (max-width: 1023px) {
    grid-template-columns: 1fr 1fr;
     row-gap: 20px;
  }
}
.works .border-effect {
  border: 3px solid; /* Set a border width */
  border-image: linear-gradient(89deg, #e41dd7 0%, #12b1c3 100%);
  border-image-slice: 1; /* Ensures the border gradient applies correctly */
}

.works p {
  font-size: 14px;
}

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

a:hover {
  color: #ca36a5;
}
footer {
  margin-top: -52px;
  padding: 14px;
  position: relative;
  z-index: 100;
  background-color: white;
  color: black;
}


footer a {
  color: black !important;
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
  @media (max-width: 575px) {
    font-size: 12px;
  }
}
footer p {
  font-size: 10px;
}

