@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.head {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 28px;
  }
}

.text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.navbar {
  background: transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar .navbar-brand {
  width: 150px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar.scrolled {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.navbar.scrolled .navbar-brand {
  width: 90px;
  position: relative;
}

.hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 575.98px) {
  .hero {
    height: 60vh;
  }
}
.hero .bg {
  background: url("../img/bg.webp") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98vw;
  height: 98vh;
  z-index: 1;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .hero .bg {
    height: 60vh;
  }
}
.hero::after {
  content: "";
  background: url("../img/after.webp") no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 99%;
  height: 67%;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575.98px) {
  .hero::after {
    height: 36%;
    width: 100%;
  }
}
.hero h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #000;
  z-index: 2;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 2rem;
    margin-bottom: 0px;
  }
}

.data {
  background: linear-gradient(135deg, rgba(9, 54, 171, 0.03) 0%, rgba(66, 191, 235, 0.06) 100%);
  position: relative;
}
.data .stat-item {
  text-align: center;
  padding: 40px 25px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(9, 54, 171, 0.08);
}
.data .stat-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0936AB 0%, #42BFEB 100%);
  border-radius: 16px 16px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.data .stat-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(9, 54, 171, 0.12);
}
.data .stat-item:hover::before {
  opacity: 1;
}
.data .stat-item:hover .stat-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, rgba(9, 54, 171, 0.15) 0%, rgba(66, 191, 235, 0.15) 100%);
}
.data .stat-item:hover .stat-number {
  background: linear-gradient(135deg, #0936AB 0%, #42BFEB 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.data .stat-item .stat-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(9, 54, 171, 0.08) 0%, rgba(66, 191, 235, 0.08) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.data .stat-item .stat-icon img {
  width: 28px;
  height: 28px;
}
@media (max-width: 575.98px) {
  .data .stat-item .stat-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .data .stat-item .stat-icon img {
    width: 24px;
    height: 24px;
  }
}
.data .stat-item .stat-number {
  font-family: "Poppins", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  display: block;
}
@media (max-width: 991.98px) {
  .data .stat-item .stat-number {
    font-size: 2.75rem;
  }
}
@media (max-width: 575.98px) {
  .data .stat-item .stat-number {
    font-size: 2.25rem;
    margin-bottom: 8px;
  }
}
.data .stat-item .stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .data .stat-item .stat-label {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
}

.about {
  background-image: url("../img/bg-highlights.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about .feature-card {
  border: 1px solid #eaeaea !important;
  background: #fff;
  background-image: url("../img/bg-cards.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
}
.about .feature-card .title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 575.98px) {
  .about .feature-card .title {
    font-size: 20px;
  }
}

.products {
  background: linear-gradient(135deg, rgba(9, 54, 171, 0.06), rgba(66, 191, 235, 0.06));
}
.products .bg {
  border-radius: 10px !important;
  background: #FFF;
}
@media (max-width: 575.98px) {
  .products .bg {
    border-radius: 0px !important;
    box-shadow: none !important;
  }
}
.products .products-separator {
  position: relative;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .products-separator .separator-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.products .products-separator .separator-diamond {
  position: relative;
  width: 12px;
  height: 12px;
  background: #333;
  transform: rotate(45deg);
  z-index: 1;
}
.products .product-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .products .product-title {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}
.products .product-category {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding-bottom: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.products .product-category::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 30px);
  height: 1px;
  background: #333;
}
.products .product-category .category-label {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  position: relative;
}
.products .product-category .category-arrow {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 2px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 2px;
}

footer {
  background: #FFF;
}
footer .text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #737373;
}/*# sourceMappingURL=style.css.map */