.alkira-header {
  height: 418px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./assets/alkira-header.png);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  background-size: 100% 100%;
}

.alkira-knowledge-base {
  font-size: 56px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -1.96px;
  color: var(--white);
  text-align: center;
  font-family: "Poppins";
}

.alkira-logo {
  width: 111px;
  height: 35px;
}

.alkira-logo-container {
  padding: 32px 0 0 80px;
}

.alkira-title {
  padding-bottom: 140px;
}

.alkira-card-container {
  padding-top: 90px;
}

.alkira-card-image {
  width: 87px;
  height: 87px;
  margin: 23px 0 10px 41px;
}
.card-title {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -0.98px;
  color: #162530;
}

.download-button {
  background-color: #ff9901 !important;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;

  color: #ffffff;
}

.card-body {
  padding-left: 38px;
}
.card {
  border-radius: 18px;
  box-shadow: 0 4px 48px 0 rgba(196, 192, 192, 0.1);

  background-color: var(--white);
}

.card:hover {
  border-radius: 18px;
  box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}

.card-text {
  opacity: 0.8;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #162530cc;
}
a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #006df0;
}
footer {
  background-color: #f6faff;
}

.alkira-copyright {
  display: flex;
  justify-content: space-between;

  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #162530;
}
.alkira-copyright p {
  opacity: 0.5;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network i {
  font-size: 16px;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.form-control:focus {
  border-color: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(196, 192, 192, 0.1);
}

.btn:focus {
  box-shadow: none;
}

.btn:focus i {
  color: #3e95ff;
}

.alkira-subheader {
  width: 783px;
  height: 56px;

  font-weight: 100;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.035em;
  color: #ffffff;
  padding-top: 50px;
}
