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

a {
  text-decoration: none;
}

img {
  width: 100%;
  margin: 0;
}

main {
  display: flex;
  flex-direction: column;
}

h1 {
  width: 120px;
  position: relative;
  border-radius: 0 0 40px 0;
  display: grid;
  place-items: center;
}

h1 img {
  position: absolute;
  top: 0;
  left: 0;
}

.header-inner {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  object-fit: cover;
}
.nav-menu {
  background-color: #3bd88c;
  display: flex;
  justify-content: flex-end;
  transition: 0.3s;
  /* align-items: center; */
  margin: 0 0 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 66px;
}

.nav-li {
  display: flex;
  list-style: none;
}

.nav-li li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  padding: 0 1em;
  line-height: calc(21 / 19);
  font-size: 21px;
  font-family: "Outfit";
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.nav-li li a img {
  width: 39px;
}

h2 {
  color: #fff;
  font-family: "Outfit";
  font-size: 73px;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: calc(64 / 73);
  margin-bottom: 11px;
  text-align: center;
}

body {
  background-color: #3bd88c;
}

.top-mv {
  margin-top: 66px;
}

.HYROX {
  padding: 20px;
  background-color: #fdf9eb;
  margin: 0 4%;
  border-radius: 10px;
  margin-bottom: 100px;
}

.HYROX img {
  margin-bottom: 20px;
}

.HYROX-btn {
  width: 25%;
  margin: 0 auto;
}

.Peatix-logo {
  width: 18%;
  margin: 0 auto;
}
.RUN-PICKLE {
  margin: 0 4% 100px 4%;
  position: relative;
}

.btn-inner {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 10%;
}

.ACCESS {
  margin: 0 4% 30px 4%;
}

.DAY img {
  display: block;
  width: 100%;
  height: auto;
}

footer {
  background-color: #f4f4f4;
  padding: 35px 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wl-footer__link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #3bd88c;
  border-radius: 30px;
  width: 100%;
  height: 58px;
  max-width: 342px;
  margin-bottom: 35px;
}

.insta {
  width: 60px;
}
