/*
version: 1.0
author: Felgun Design
email: felgun.design01@gmail.com
*/
body {
  font-family: "Outfit", sans-serif;
  color: #212529;
  font-size: 18px;
}
a:not(.btn) {
  color: #1252AE !important;
  text-decoration: none;
}
.text-primary {
  color: #1252AE !important;
}
.text-muted {
  color: #455164 !important;
}
.bg-light {
  background-color: #fbfcfd !important;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-12 {
  font-size: 12px;
}
         
.btn-primary {
  background-image: linear-gradient(to right, #7367fe 0%, #ff5299 51%, #7367fe 100%);
  text-align: center;
  padding: 8px 24px;
  font-size: 15px;
  transition: 0.5s;
  background-size: 200% auto;
  color: #ffffff;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: inline-block;
  border: none;
}
.btn.btn-lg {
  padding: 14px 36px;
  font-size: 20px;
}

.btn-primary:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn.btn-lg {
  --bs-btn-padding-y: 0.6rem;
  --bs-btn-padding-x: 1.4rem;
}
hr {
  opacity: 0.15;
}
.title-bg-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 120px;
  left: 50%;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.25;
  text-shadow: 0px 0px 2px #1252AE;
}
/* Topbar */
.topbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.section {
  padding: 80px 0;
  overflow: hidden;
}
.card {
  box-shadow: 0px 6px 14px rgba(13, 30, 32, 0.06);
  border-radius: 10px;
  border: 1px solid #e8ebf0;
  margin-bottom: 24px;
}

/* Main Page css */
.hero-section {
  background-image: url('../images/hero-bg-01.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 160px 0 150px;
}
.hero-logos .logo-item {
  background-color: #ffffff;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0px 6px 6px rgba(13, 38, 74, 0.08);
}
.hero-logos .logo-item>img {
  height: 46px;
  width: 46px;
  filter: drop-shadow(0px 4px 2px rgba(13, 38, 74, 0.15));
}
.img-card {
  box-shadow: 0px 6px 14px rgba(13, 30, 32, 0.06);
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #e8ebf0;
}
.demo-img {
  border: 1px solid #eceef4;
  display: block;
}

/* Doc css */
.doc-badge {
  background-color: rgba(255, 255, 255, .12);
  padding: 10px 12px;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 30px;
  display: block;
  font-size: 24px;
}
.content-section {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.docs-list {
  list-style: circle;
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.docs-list li {
  margin-bottom: 4px;
}

/* Footer */
.footer-section {
  background-image: url('../images/hero-bg-01.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 120px 0;
}
