@import "./fonts.css";
@import "./normalize.css";

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: auto; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  margin-left: 72px;
}

.main {
  height: 800px;
  width: 1440px;
  background-color: #0a0c1c;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  display: flex;
  width: 1110px;
  height: 446px;
  box-shadow: 0px 20px 20px -10px #17192934;
  background: #1B1937;
  border-radius: 8px;
}

.card__left {
  display: flex;
  flex-direction: column;
  width: 500px;
}

.card__left_title {
  margin-top: 71px;
  font-family: "Inter";
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
  width: 403px;
  height: 88px;
}

.color {
  color: #142593c5;
}

.card__left_description {
  margin-top: 25px;
  width: 374px;
  height: 75px;
  opacity: 0.75;
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}

.statistics {
  display: flex;
  margin-top: 72px;
  gap:60px;
}

.statistics__partner {
  display: flex;
  flex-direction: column;
}

.stat__title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #ffffff;
}

.stat__description {
  margin-top: 2px;
  font-family: "Lexend Deca";
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.6;
}

.statistics__partner:hover .stat__title{
    color:#202b7d;
}

.statistics__partner:hover .stat__description{
    color: #202b7d;
}

.card__right {
}

.card__right_img{
    opacity: 75.11%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}