@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Work Sans", sans-serif;
  color: #113e5d;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  background: #fff;
}

.btn {
  background-color: #113e5d !important;
  color: #fff !important;
  padding: 20px 70px;
  border-radius: 3px;
  margin-bottom: 30px;
  font-weight: bold;
}

.btn:hover {
  background: #0b3551 !important;
}

.blue {
  color: #113e5d;
}

.header {
  background: #fff;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 2px solid #f0f0f0;
}

.hero-area {
  padding: 80px 0 0;
}

.hero-area h1 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-area h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-area p {
  font-size: 18px;
  line-height: 1.5;
  margin: 25px 0;
}

.hero-area .btn {
  margin: 15px 0;
}

.section {
  padding: 40px 0;
}

.section h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.section h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 25px 0 15px;
}

.section h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}

.section img {
  padding: 30px 0;
  width: 100%;
}

.section ul {
  margin: 0;
  padding: 0;
}

.section ul.features {
  margin: 20px 0 0 30px;
  list-style: none;
}

.section ul.features li {
  margin-bottom: 15px;
  line-height: 1.5;
}

.section ul.features li:before {
  margin-left: -32px;
  margin-right: 11px;
  display: inline-block;
  content: " ";
  background-image: url("../img/Icon.svg");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

.section hr {
  border-top: 1px solid #ccc;
  margin: 50px 0;
}

.section-pop-up {
  background: #f3f0ef;
  border-radius: 20px;
  padding: 40px 60px;
  display: flex;
  align-items: center;
}

.section-middle {
  display: flex;
  align-items: center;
}

.section-gray {
  background: #f3f0ef;
  padding: 0;
}

.section-mid-gray {
  padding: 0;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 50%,
    #f3f0ef 50%,
    #f3f0ef 100%
  );
}

.section .card {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

.section .card img {
  width: 100%;
  float: left;
  max-width: 120px;
  margin-right: 30px;
  padding: 0;
}

.section .apps img {
  max-width: 90px;
}

.feature-item {
  margin: 60px 0 20px;
  background: #fff;
  min-height: 240px;
  padding: 0 30px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.feature-item .bar {
  height: 20px;
  margin: 0 -30px 30px;
  border-radius: 10px 10px 0 0;
}

.feature-item p {
  font-size: 16px;
  min-height: 120px;
}

.feature-item h4 {
  text-transform: initial;
  font-weight: bold;
}

.tag {
  position: absolute;
  top: 115px;
  left: 240px;
  background-color: #245496;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 0.6em;
  font-weight: normal;
  white-space: nowrap;
}

#trial {
  padding: 100px 0;
  background: #062032;
}

#trial h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 40px;
}

#trial p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#copyright {
  background: #062032;
  padding-bottom: 30px;
}

#copyright p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

#copyright em {
  font-size: 13px;
  color: #7d7d82;
}

/* Responsive Styles */
@media (max-width: 768px) {
  header,
  header .text-right {
    text-align: center !important;
  }

  .hero-area {
    padding: 40px 0 0;
    text-align: center;
  }

  .hero-area h2 {
    font-size: 36px;
  }

  .section-middle {
    display: block;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 30px 0 !important;
  }

  .section h2 {
    font-size: 32px;
  }

  .section-pop-up {
    padding: 20px;
    display: block !important;
  }

  .section .card {
    padding: 25px;
    margin: 20px 0;
  }

  .section .card img {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }

  .section .apps img {
    padding: 10px 0;
    max-width: 90px;
  }

  #trial {
    padding: 40px 0;
  }

  #trial h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
