@import url("https://fonts.googleapis.com/css2?family=Vollkorn:wght@400;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
}
html {
  overflow-x: hidden;
}

.wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Inter", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  color: #000;
  line-height: 1.6;
}

#head-banner {
  background: linear-gradient(to right, #639dd4, #01ad88);
  background-size: cover;
  background-position: center;
  background-size: 100%;
  min-height: 100vh;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

#head-banner h2 {
  font-family: "Vollkorn", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 40px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
}

#head-banner h2:before,
h2:after {
  margin: 0px 20px;
  background: #fff;
  height: 7px;
  flex: 1;
  content: "          ";
  white-space: pre;
}

#head-banner h1 {
  margin-top: 20px;
  font-family: "Vollkorn", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
}

#head-banner p {
  margin-top: 1rem;
  font-size: 20px;
  max-width: 80%;
  color: #000;
}

#head-banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
}
#head-banner .banner-content * {
  min-width: 0 !important;
  min-height: 0 !important;
}

#head-banner .action-area {
  margin-top: 2rem;
  display: flex;
}

.button {
  margin: 0px 1rem;
  font-size: 18px;
  text-decoration: none;
  background-color: #eb722c;
  color: #fff;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button i {
  margin-left: 1rem;
}

.button:hover {
  background-color: #f68848;
}

.outline-button {
  background-color: rgba(0, 0, 0, 0);
  border: #fbc18a 2px solid;
  color: #fbc18a;
}

#contact-support-button {
  margin-top: 2rem;
}

.outline-button:hover {
  background-color: #fbc18a;
  color: #fff;
}

.feature-section {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  margin-top: 6rem;
}

@media (min-width: 750px) {
  .feature-section {
    padding: 0 120px;
  }
}

.feature-section strong {
  color: #eb722c;
}

.feature-section .feature-section-title {
  font-size: 35px;
}

.feature-section .feature-section-secondary-text {
  color: #696969;
  font-weight: 400;
}
@media (min-width: 1000px) {
  .feature-card-container {
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6rem;
    row-gap: 3rem;
  }
}

.feature-card-container {
  margin-top: 6rem;
  display: grid;
  row-gap: 5rem;
}

.feature-card {
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 1.5rem;
}

.feature-card-icon {
  font-size: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-card-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-card-title {
  font-weight: 700;
}
.feature-card-body {
  margin-top: 10px;
  color: #48434f;
}

footer {
  border-top: 1px solid #f0f0f2;
  padding: 3rem 5rem;
  display: flex;
  color: #78757a;
  font-size: 11px;
  margin-top: 5rem;
  justify-content: center;
}
