body {
  margin: 0;
  font-family: "Lato", sans-serif !important;
}

h2 {
  color: #001359 !important;
  font-size: 40px !important;
  font-weight: 600 !important;
}

p {
  font-size: 20px;
}

.full-nav-image img {
  width: 100%;
  display: block;
}

.hero-section {
  background: url("images/img1.png") center center/cover no-repeat;
  height: 100vh;
  position: relative;
  width: 100%;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}

.hero-text-box {
  position: relative;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(3px);
  padding: 35px 25px;
  border-radius: 6px;
  color: #fff;
  opacity: 1;
  transform: translateZ(0);
}

.hero-section-2 {
  background: url("images/img10.png") center center/cover no-repeat;
  height: 100vh;
  position: relative;
  width: 100%;
}

.usecase-card,
.usecase-card-2 {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
  flex-direction: row;
  align-items: flex-start;
  display: flex !important;
  background: #fff;
  padding: 35px;
  border: 2px solid #fff;
  transition: border-color 0.5s;
  margin-bottom: 25px;
  height: 220px;
}

.usecase-card {
  height: 180px;
}

.usecase-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

.usecase-text {
  font-size: 20px;
  color: #333;
}

.usecase-icon {
  /* width: 70px;
  height: 70px; */
  margin-right: 20px;
}

.usecase-card-2 {
  height: 180px;
}

.usecase-card:hover,
.usecase-card-2:hover {
  border: 2px solid #001359;
}

.box {
  background-color: #0c71c3;
  border-radius: 40px;
  padding: 40px 45px;
  color: #fff;
}

.app-box {
  text-align: center;
  border-radius: 12px;
  padding: 30px 25px;
  height: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}

.app-box:hover {
  transform: translateY(-3px);
}

.icon-wrap img {
  width: 90px;
  height: 90px;
  margin-bottom: 18px;
}

.app-box h4 {
  color: #000;
  font-weight: 600;
  margin-bottom: 12px;
}

.app-box p {
  font-size: 20px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 18px;
}

.impact-box {
  background: #0c71c3;
  color: #fff;
  font-size: 20px;
  padding: 10px 14px;
  border-radius: 8px;
  display: inline-block;
  line-height: 1.5;
}

.pricing-card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 12px 0px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 280px;
  padding: 35px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-image: initial;
  transition: 1s ease-out;
  border-radius: 15px;
}

.buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.btn-demo {
  background: #0c71c3;
  border: 2px solid #0c71c3;
  padding: 11px 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.22s;
}

.btn-demo:hover {
  transform: translateY(-3px);
  background: transparent;
  color: #fff;
  background-color: #001359;
}

@media screen and (max-width: 768px) {
  .hero-text-box {
    padding: 55px 25px;
    backdrop-filter: none;
  }

  .usecase-card,
  .impact-card,
  .pricing-card,
  .usecase-card-2 {
    height: auto;
    flex-direction: column;
    padding: 25px;
  }

  .usecase-card img,
  .impact-card img,
  .usecase-card-2 {
    margin-bottom: 10px;
  }
}
