* {
  font-family: Segoe UI;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.hero {
  background-image: url('./images/hero-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0px 0 100px;
}

.hero-header {
  background: rgba(255, 255, 255, 0.7);
}

.hero-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 47px 0;
}

.hero-header__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 98.2%;
  letter-spacing: -2%;
  color: #000;
}

.hero-header-nav {
  display: flex;
  gap: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 145%;
}
.hero-header-nav__link {
  color: #000;
}

.hero-header-nav__link:hover {
  text-decoration: underline;
}

.btn {
  box-sizing: border-box;
  border: 1px solid rgb(0, 103, 184);
  border-radius: 5px;
  background: #0067b8;
  padding: 18px 30px;

  font-size: 14px;
  font-weight: 400;
  line-height: 98.2%;
  letter-spacing: -2%;
}

.btn:hover {
  background: rgb(0, 73, 129);
  transition: background 0.4s ease-in-out;
}

.hero-header--btn {
  border: 1px solid rgb(0, 0, 0);
  background-color: #000;
}

.hero-content {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-content__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #fff;
  min-width: 650px;
}

.hero-content__info h1 {
  font-family: Segoe UI;
  font-size: 76px;
  font-weight: 600;
  line-height: 98.2%;
  letter-spacing: -2.5%;
}

.hero-content__info p {
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -2.5%;
}

.hero-content--btn {
  max-width: 200px;
}

.reviews-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 367px;
  height: 386px;
  margin: 20px 0;
  border-radius: 25px;
  background: rgb(245, 245, 245);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding-top: 34px;
}

.reviews-item h3 {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: 0%;
}

hr {
  margin-top: 24px;
  border: 1px solid rgba(35, 34, 40, 0.15);
  width: 80%;
}

.reviews-item p {
  margin-top: 14px;
  max-width: 350px;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
  letter-spacing: 0%;
}

.reviews-item a {
  margin-top: 18px;
}

.city {
  font-size: 15px;
  font-weight: 400;
  line-height: 124%;
  letter-spacing: 0%;
  color: #23222875;
}

.partners {
  margin-top: 100px;
  text-align: center;
}

.partners h2 {
  font-size: 64px;
  line-height: 98.2%;
  letter-spacing: -2.5%;
}

.partners h2 span {
  color: #0067b8;
}

.partners p {
  margin-top: 54px;
  font-size: 32px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -2.5%;
}

.partners-items {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partners-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 176.4px;
}

.partners-item h3 {
  margin-top: 30px;
  max-width: 262px;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -2.5%;
}

.slider {
  margin-top: 100px;
  text-align: center;
}

.slider h2 {
  font-size: 64px;
  line-height: 98.2%;
  letter-spacing: -2.5%;
}

.splide__track {
  overflow: visible;
}

.slider h2 span {
  color: #0067b8;
}

.splide {
  margin-top: 54px;
}

.splide__arrow:disabled {
  opacity: 0;
}

.stats {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.stats-title {
  font-size: 57px;
  line-height: 94%;
  text-align: center;
}

.stats-title span {
  color: #0067b8;
}

.stats-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: max-content max-content max-content max-content max-content max-content max-content;
  grid-template-rows: max-content max-content max-content;
  gap: 12px;
  grid-template-areas:
    'chart risk risk subs subs upgrade upgrade'
    'chart low-risk low-risk low-risk save save save'
    'transactions transactions transactions transactions transactions transactions transactions';
  width: 1170px;
}

.stats-grid div {
  padding: 30px 27px;
}

.stats-chart {
  grid-area: chart;
  background-image: url('./images/chart.png');
  width: 300px;
  height: 617px;
}

.stats-chart p span {
  color: #0067b8;
  font-weight: 600;
}

.stats-risk {
  grid-area: risk;
  background-image: url('./images/risk.png');
  width: 278px;
  height: 293px;
}

.stats-subs {
  grid-area: subs;
  background-image: url('./images/subs.png');
  width: 278px;
  height: 293px;
}

.stats-upgrade {
  grid-area: upgrade;
  background-image: url('./images/subs.png');
  width: 278px;
  height: 293px;
}

.stats-low-risk {
  grid-area: low-risk;
  background-image: url('./images/low-risk.png');
  width: 423px;
  height: 312px;
}

.stats-save {
  grid-area: save;
  background-image: url('./images/save.png');
  width: 423px;
  height: 312px;
}

.stats-transactions {
  grid-area: transactions;
  background-image: url('./images/transactions.png');
  width: 1170px;
  height: 238px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.stats-top__title {
  max-width: 191px;
}

.stats-top__number {
  margin-top: 104px;
  color: #fff;
  font-size: 79px;
  line-height: 137%;
  letter-spacing: -2%;
  font-family: var(--font-family-lu);
}

.small {
  font-size: 60px;
}

.stats-mid__title {
  max-width: 254px;
}

.stats-mid__number {
  color: #fff;
  font-size: 70px;
  line-height: 102%;
  letter-spacing: -2%;
}

.stats-mid--m1 {
  margin-top: 130px;
}

.stats-mid--m2 {
  margin-top: 88px;
}

.stats-transactions__title {
  font-size: 23px;
  font-weight: 600;
  line-height: 124%;
  color: #fff;
}

.stats-transactions__description {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 134%;
  color: #fff;
}

.stats-transactions__description span {
  color: rgb(255, 255, 255, 0.5);
}

.stats-transactions__date {
  margin-top: 21px;
  color: #fff;
}

.stats-transactions__number {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 137%;
  letter-spacing: -2%;
}

.footer {
  padding: 100px 0;
  background: #000;
  margin-top: 100px;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-wrapper span {
  font-size: 24px;
  line-height: 145%;
  letter-spacing: -2.5%;
  color: #fff;
}

.alert {
  z-index: 99999;
  position: fixed;
  width: 547px;
  right: 40px;
  bottom: -140px;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  background: rgba(245, 251, 255, 0.51);
  padding: 20px 20px;
  transition: bottom 0.5s ease-in-out;
}

.alert-content {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: start;
}

.alert-content__info {
  font-family: Segoe UI Bold;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: -2.5%;
}

.alert-content__info span {
  font-family: Segoe UI Bold;
  font-size: 40px;
  color: #1976d2;
}