.logo-title {
  text-align: center;
  font-family: "RammettoOne-Regular";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.logo-footer {
  color: #fff;
  padding-top: 1.5rem;
}
.header-title {
  color: #ff4098;
}
.footer-title {
  color: #ff4098;
  /* background-color: #000; */
}
.download-btn {
  border-radius: 25px;
  background: linear-gradient(90deg, #ff77d6 0%, #ff4098 100%);
  box-shadow: 0 6px 16px 0 rgba(255, 64, 152, 0.4);
}
.home-title {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
  position: absolute;
  z-index: 999;
  top: -30px;
  left: 0;
}
.dot {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: -15px;
  top: 0;
}
.home-text {
  color: #000;
  font-family: "Inter-Regular";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  /* font-weight: 400; */
  line-height: 30px;
  opacity: 0.5;
}
.fadeInRight {
  color: #fff;
}
.swiper-slide {
  background: #fff;
  /* border: 10px solid #fff;
    border-radius: 10px;
    box-sizing: border-box; */
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
}
