@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
* {
  border: initial;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
}
body {
  margin: 0;
  height: 100vh;
  padding: 1em;
  background-color: #93a7d9;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  line-height: 1.25em;
  font-size: 1em;
  color: #fff;
}
body:before,
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
body:before {
  background-image: url(../images/video.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body:after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #6d88cc 25%);
}
h1 {
  font-size: 3em;
  line-height: 1.25em;
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  text-align: center;
  padding: 0.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}
article {
  max-width: 1200px;
  margin: 3em auto;
}
.card__wrapper {
  display: flex;
  flex-direction: row;
}
.card {
  display: flex;
  width: 19em;
  padding: 1rem;
  background-color: #252525;
  border-radius: 0 0 1em 1em;
  justify-content: space-between;
  align-items: center;
}
.card__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.card__info h3 {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}
.card__info p {
  color: #919191;
  font-size: 0.8em;
  font-weight: 400;
}
.category {
  padding-top: 1em;
}
.card__info_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.card__info_buttons .button {
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 1em;
  font-size: 0.8em;
  background-color: #6d88cc;
  min-width: 9em;
  font-weight: 200;
  text-align: center;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  transition: 0.5s all ease;
}
.card__info_buttons .button:hover {
  background-color: #fff;
  color: #6d88cc;
}
.card__info_buttons .button:active {
  transform: scale(0.9);
}
.banner__wrapper {
  position: relative;
  overflow: hidden;
}
.banner {
  position: relative;
  width: 100%;
  height: 9em;
}
.banner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 19em;
  object-fit: cover;
  border-radius: 1em 1em 0 0;
}
header {
  margin-bottom: 1em;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
footer {
  text-align: center;
}
