@import url("./fonts.css");

* {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.header {
  background: #24053e;
  height: 730px;
}

.header__nav {
  padding-top: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__link a {
  color: #fff;
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  letter-spacing: -0.18px;
  border-bottom: 3px solid #44ffa1;
  transition: 0.5s;
}

.header__link a:hover {
  color: #44ffa1;
}

.header__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 55px;
}

.header__hero__title {
  width: 635px;
  color: #fff;
  font-family: "Fraunces 144pt";
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px; /* 100% */
  text-align: center;
}

.header__hero__span {
  border-bottom: 2px solid #44ffa1;
}

.header__hero__btn {
  color: #24053e;
  background: #44ffa1;
  padding: 13px 32px;
  margin: 37px 0 46px 0;
  text-align: center;
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  letter-spacing: -0.18px;
  transition: 0.5s;
}

.header__hero__btn:hover {
  color: #44ffa1;
  border: 1px solid #44ffa1;
  background: #24053e;
}

.main__content {
  margin-top: 255px;
  display: flex;
  justify-content: space-between;
}

.main__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main__span {
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #584d62;
  font-family: "Fraunces 144pt";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.main__text {
  text-align: center;
}

.main__title {
  color: #24053e;
  padding: 56px 0 28px 0;
  font-family: "Fraunces 144pt";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
}

.main__text {
  width: 354px;
  color: #584d62;
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.main__about {
  margin-top: 281px;
  position: relative;
}

.main__about__content {
  display: flex;
  align-items: center;
}

.main__about__image img {
  width: 450px;
  height: 450px;
  background: #44ffa1;
  border-radius: 50%;
  z-index: -1;
}

.main__about__desc {
  width: 666px;
  background: #24053e;
  padding: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  z-index: 1;
  position: absolute;
  right: -30px;
  top: 150px;
}

.main__about__desc h3 {
  color: #fff;
  font-family: "Fraunces 144pt";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}

.main__about__desc p {
  color: #fff;
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.main__about__desc a {
  width: 190px;
  background: #44ffa1;
  text-align: center;
  padding: 13px 0 13px 0;
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 177.778% */
  letter-spacing: -0.18px;
  transition: 0.5s;
}

.main__about__desc a:hover {
  background: #24053e;
  border: 1px solid #44ffa1;
  color: #fff;
}

.footer {
  margin: 221px 0 110px 0;
}

.footer__conetent {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 57px;
}

.footer__icons{
  display: flex;
  column-gap: 28px;
}
.footer__icons i{
  color: #584D62;
}