body {
  margin: 0;
  /* padding: 20PX 0;  */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

html,
body {
  overflow-x: hidden;
}
* {
  font-family: "Josefin Sans", sans-serif;
  color: #3291b6;
  box-sizing: border-box;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 650;
  color: #3291b6;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px 54px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.site-header.scrolled {
  background: #f6f1f1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.site-header.scrolled .logo {
  color: #5a5a5a;
}
.site-header.scrolled nav a {
  color: #5a5a5a;
}
.site-header.scrolled nav a:hover {
  color: #3291b6;
}
nav a {
  font-size: 16px;
  font-weight: 600;
  margin-left: 25px;
  text-decoration: none;
  color: rgba(160, 160, 160, 0.925);
}

.hero-left1 img {
  width: 34px;
  height: auto;
  display: block;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 10%;
  flex-wrap: wrap;
}

.hero-left {
  flex: 1 1 320px;
}

.hero-right {
  flex: 1 1 320px;
  display: flex;
  justify-content: center;
}

.hero-right img {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
}

.hero-left h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.15;
  margin: 0 0 16px;
  text-align: left;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-buttons a {
  text-decoration: none;
  font-weight: 590;
  border-radius: 10px;
  padding: 10px 15px;
  margin-right: 15px;
  color: #ffffff;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.hero-left pre {
  font-weight: 800;
}

.features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    border-radius: 40px;
    padding: 12px 22px;
    font-weight: 600;
    font-size: 15px;
    color: #12344a;
    box-shadow: none;
}

.feature-item i {
    color: #3291B6;
    font-size: 18px;
}

/* problem section */

.container {
  max-width: 1280px;
  margin: 0 auto; /* HOW IT WORK*/
  padding: 0 39px;
}

/* problem section */

.problem-section {
  padding: 80px 0;
  background: #fafcff;
  /* background-size: cover;
    background-image: url(image/image13.png); */
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.problem-list {
  margin-top: 32px;
  line-height: 1.5;
  color: #0a1e3c;
}

.soultion-badge {
  background: #991b1b;
  color: white;
  padding: 8px 20px;
  border-radius: 40px 8px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.5;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #5a5a5a;
}

/* ul list */

.problem-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 1.1rem;
  color: #2a3e5c;
}
.problem-list i {
  color: #dc2626;
  font-size: 1.2rem;
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.how-title h3 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* How it work */

.inside-all {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
/* .how-title {
     /* font-weight: 600;  */
/* margin-bottom: 12px; */

.steps {
  display: flex;
  flex-direction: column;
  /* font-size: 17px; */
  /* margin-bottom: 20px; */
  /* font-weight: 750; */
}

.about-sec-btn {
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 20px;
  background: #3291b6;
  color: white;
  margin-bottom: 30px;
}

ul li {
  list-style: none;

  color: #1b211a;
}

.step-li i {
  line-height: 1.7;
  font-size: 1.2rem;
}

.step-li li {
  display: flex;

  align-items: center;
  gap: 12px;
}

.left-image img {
  width: 300px;
  margin-bottom: 100px;
}

.right-image img {
  width: 350px;
  margin-top: 200px;
}

.about-sec-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 40px;
  margin-bottom: 100px;
}

.about-sec-stat h2 {
  color: black;
}
.about-sec-stat p {
  color: rgba(0, 0, 0, 0.644);
}
