@font-face {
  font-family: 'Axiforma';
  src: url('https://s3.amazonaws.com/files.jampp.com/developers.jampp.com/fonts/axiforma-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url('https://s3.amazonaws.com/files.jampp.com/developers.jampp.com/fonts/axiforma-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url('https://s3.amazonaws.com/files.jampp.com/developers.jampp.com/fonts/axiforma-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axiforma';
  src: url('https://s3.amazonaws.com/files.jampp.com/developers.jampp.com/fonts/axiforma-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: 'Axiforma' !important;
  padding-bottom: 20px;
  color: #76747c;
}

a {
  color: #3159e5;
  text-decoration: none;
  transition: all 350ms ease;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 64px;
  padding: 0px 16px;
  background-color: white;
  border-bottom: 1px solid rgb(237, 239, 245);
  box-shadow: 0 1px 15px rgb(27 31 35 / 15%);
}

header .jampp-logo {
  height: 42px;
  width: auto;
}

header .login-button {
  padding: 14px 28px;
  border-radius: 12px;
  background-color: #3159e5;
  transition: all 350ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: none;
  box-shadow: 4px 4px 16px 0 rgb(49 89 229 / 20%);
}

header .login-button:hover {
  background-color: #133bc7;
}

/* Body */
main {
  margin-top: 64px;
}

main .hero {
  background-color: #3159e5;
  color: #fff;
}

main .hero .button {
  padding: 14px 28px;
  border-radius: 12px;
  background-color: #fff;
  transition: all 350ms ease;
  color: #3159e5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: none;
  box-shadow: 4px 4px 16px 0 rgb(49 89 229 / 20%);
}

.product .card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #fff;
  color: #76747c;
  box-shadow: 0 0 4px 0 rgb(11 9 29 / 2%), 7px 7px 34px 0 rgb(11 9 29 / 6%);
  text-align: center;
  cursor: pointer;
  margin-top: 1rem;
  padding: 20px 0;
}

.product .card:hover {
  transition: all 350ms ease;
  box-shadow: 0 0 4px 0 rgb(11 9 29 / 8%), 7px 7px 25px 0 rgb(11 9 29 / 15%);
}

.product .card img {
  max-height: 72px;
  width: auto;
}

.product .card h5 {
  margin-top: 1rem;
  margin-bottom: 0 !important;
}

/* Footer */
footer {
  border-top: 1px solid #dddddf;
}

.footer-main {
  padding-top: 95px;
}

.footer-main .footer-links .title {
  margin-bottom: 32px;
  color: #0b091d;
  font-size: 18px;
  font-weight: 600;
}

.footer-main .footer-links .link {
  display: block;
  margin-bottom: 24px;
  transition: all 350ms ease;
  color: #76747c;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}



.footer-bottom {
  border-top: 1px solid #dddddf;
  padding-top: 25px;
  margin-top: 105px;
}

.footer-bottom .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-bottom .social .social-item {
  margin-right: 1rem;
  transition: all 350ms ease !important;
}

.footer-bottom .social .social-item :hover {
  transform: scale(1.08);
  transition: all 350ms ease;
}
