@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Paytone+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");

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

/* navbar */

nav .navbar-brand img {
  height: 50px;
  width: 104px;
}

.navlink {
  position: relative;
  right: 25px;
}

.nav-float-right {
  float: right;
}
.navbar-brand img {
  width: 104px;
}

.scrollEffect {
  background-color: white;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  transition: background-color 400ms linear;
}

.navbar {
  position: fixed;
  z-index: 1000;
  width: 100%;
  z-index: 100;
  top: 0;
}

.navbar a {
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* navbar end */

/* arrow button */
.btn-arrow p {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  margin-bottom: 0px !important;
  transition: 0.3s;
  transform: translateX(5px);
}
.btn-blue p {
  color: #ffffff !important;
}
.btn-blue {
  background: #504ee4 !important;
}
.btn-arrow i {
  transition: 0.3s;
  opacity: 0;
  transform: translateX(-3px);
}
.k-cta:hover {
  text-decoration: none !important;
}
.btn-arrow:hover p {
  transform: translateX(-2px);
  text-decoration: none !important;
}
.btn-arrow:hover i {
  opacity: 1;
  transform: translateX(9px);
  text-decoration: none !important;
}
.btn-arrow {
  padding: 0px !important;
}
.btn-border-blue p {
  color: #504ee4 !important;
}
.btn-border-blue {
  border: 1px solid #504ee4;
  background: white !important;
}

/* main-landing */

.all-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.all-center2 {
  display: flex;
  justify-content: center;
}
.main-landing {
  background-color: rgba(73, 70, 255, 0.23);
  border-radius: 50%;
  height: 500px;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading404 {
  line-height: 100%;
  font-size: 120px;
  color: #504ee4;
  font-family: "Paytone One", sans-serif;
  margin-bottom: 20px !important;
}

.subheading404 {
  font-size: 20px;
  margin-bottom: 30px;
}
