.haduka-site p, .haduka-site a {
  font-size: 16px;
}
.haduka-site .btn {
  border-radius: 50px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.12s ease-in-out;
}
.haduka-site .btn.btn-primary {
  background-color: #31373e;
  color: #fff;
}
.haduka-site .btn.btn-primary:hover {
  background-color: #66757f;
}

.haduka-site {
  background: linear-gradient(44deg, #f3fbef, #e6e7e4);
  font-family: "Avenir", "Open Sans", sans-serif;
  color: #333;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.haduka-site .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@keyframes zoomOutRightAndFadeBackIn {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(500%, 0, 0);
    opacity: 0;
  }
}
.haduka-site .navbar {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin-top: 30px;
  padding: 10px 18px;
  max-width: 350px;
  margin: 30px auto;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}
.haduka-site .navbar .logo {
  height: 30px;
  width: 30px;
  background-color: none;
  background-size: contain;
  transition: all 0.3s;
}
.haduka-site .navbar .logo img {
  height: 100%;
  width: 100%;
}
.haduka-site .navbar .logo:hover {
  animation: zoomOutRightAndFadeBackIn 1s;
  animation-delay: 0.5s;
}
.haduka-site .navbar .nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.haduka-site .navbar .nav a.nav-item {
  font-weight: 600;
  color: #666;
  font-size: 14px;
  text-decoration: none;
}
.haduka-site .navbar .nav a.nav-item:hover {
  text-decoration: underline;
}
.haduka-site .hero {
  text-align: center;
}
.haduka-site .hero h1 {
  font-size: 50px;
  font-weight: 700;
  color: #31373e;
  margin: 40px 0 10px;
}
.haduka-site .hero p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #66757f;
  font-weight: 500;
}
.haduka-site .hero p .logo-small {
  height: 20px;
  width: 20px;
  background-size: contain;
}
.haduka-site .hero p .logo-small:hover {
  animation: wobble 1s infinite;
}

.haduka-site .dashboard-preview .dashboard-preview-image {
  height: auto;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.haduka-site .footer {
  padding: 40px 0;
  text-align: center;
}
.haduka-site .footer .footer-logo {
  height: 40px;
  width: 40px;
  background-size: contain;
  margin-bottom: 20px;
}
.haduka-site .footer .footer-logo:hover {
  animation: buzz 1s infinite;
}
.haduka-site .footer p {
  font-size: 14px;
  color: #66757f;
  margin: 0;
}
.haduka-site .footer a {
  color: #66757f;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.haduka-site .footer a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */
