body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  color: #535862;
}

h1,
h2,
h3 {
  color: #181d27;
}

.banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner-bg.png);
  background-position: bottom;
  background-size: cover;
  background-size: cover;
  opacity: 0.39;
  z-index: -1;
  transform: rotate(180deg);
}

.banner-bg .title {
  font-size: 57px;
  margin-top: 110px;
  margin-bottom: 118px;
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
}

.features-area {
  padding-top: 96px;
}

.features-area .title-area {
  max-width: 768px;
  margin: auto;
  text-align: center;
  padding-bottom: 96px;
}

.features-area .sub-title,
.brand .sub-title,
.integrations .sub-title {
  color: #026aa2;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.features-area .title {
  color: #181d27;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 44px;
}

.text-18 {
  font-size: 18px;
}

.features-area ul {
  list-style: none;
  padding-left: 10px;
  margin-top: 32px;
}

.features-area ul li {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.features-area ul li i {
  font-size: 28px;
  color: #0086c9;
}

.icon-box {
  border: solid 8px #f0f9ff;
  background-color: #ffffff;
  color: #0086c9;
  font-size: 20px;
  width: 48px;
  height: 48px;
  border-radius: 28px;
  line-height: 32px;
  text-align: center;
}

.mt-96 {
  margin-top: 96px;
}

.mt-64 {
  margin-top: 64px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.brand .d-flex,
.integrations .d-flex {
  gap: 32px;
}

.integrations {
  background-color: #ffffff;
}

.footer {
  background-color: #ffffff;
  padding: 64px 0;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer ul li {
  margin-bottom: 12px;
}

.footer ul li a {
  color: #a4a7ae;
  text-decoration: none;
}

.footer .social a i {
  font-size: 24px;
  color: #717680;
  margin-right: 24px;
}

@media only screen and (max-width: 600px) {
  .mt-96 {
    margin-top: 60px;
  }

  .mt-64 {
    margin-top: 40px;
  }

  .py-96 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .brand .d-flex {
    flex-direction: column;
  }
  .footer {
    padding: 64px 20px;
  }
  .social {
    text-align: left !important;
    margin-top: 20px;
  }
}


.banner-bg {
  background-color: #ffffff !important;
}
