.page-nav {
  display: none;
}

.main-section {
  position: fixed;
  z-index: 9;
  width: 100%;
  padding: 17px;
  background: linear-gradient(90deg, #0226a7 0%, #021353 100%);
}

.page-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.page-nav-link {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #1dffff;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.page-nav-link:hover {
  border-color: #0ff;
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.menu-open-svg {
  stroke-width: 3px;
  stroke: #1dffff;
  fill: #1dffff;
}

.menu-close-svg {
  stroke-width: 3px;
  stroke: #1dffff;
  fill: #1dffff;
}

@media screen and (min-width: 1434px) {
  .main-section {
    padding: 18px;
  }

  .page-nav {
    display: block;
  }

  .menu-open {
    display: none;
  }
}

/* modal  */

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #011047 0%, #0227ab 100%);
  padding: 60px;
  padding-top: 80px;
  padding-right: 20px;
  transform: translateY(-110%);
  transition: transform 1s ease;
}

.menu-nav-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

/* popup */

.page-popup {
  position: fixed;
  z-index: 10;
  width: 96%;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.4s ease;
  border: 1px solid #0226a7;
  padding: 20px 14px;
  border-radius: 20px;
  box-shadow: 0 14px 42px 0 rgba(8, 15, 52, 0.06);
  background: #fff;

  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.popup-text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  color: #2b2a32;
  margin-bottom: 37px;
}

.popup-btn {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  color: #2b2a32;

  border: 1px solid #eff0f6;
  border-radius: 56px;
  padding: 18px 26px;

  box-shadow: 0 4px 8px 0 rgba(74, 58, 255, 0.08);
  background: #fff;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.popup-btn:hover {
  box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.18);
  background: #0226a7;
  color: #fff;
}

.popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

@media screen and (min-width: 1434px) {
  .page-popup {
    padding: 52px;
    padding-left: 138px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 200px;
  }

  .popup-text {
    font-size: 18px;
    text-align: start;
    margin: 0;
  }

  .popup-wrap {
    margin: 0;
    flex-direction: row;
    flex-shrink: 0;
  }
}

/* hero  */

.dashboard {
  padding-top: 80px;
  padding-bottom: 350px;
  background-image: url(./photo/home.png);
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.logo {
  width: 311px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.page-hero-title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #0ff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
}

.page-hero-text {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 14px;
}

.page-hero-link {
  width: 227px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, color 0.3s ease;
}

.page-hero-link:hover {
  transform: scale(1.05);
}

.hero-img {
  width: 413px;
  max-width: max-content;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 1434px) {
  .dashboard {
    padding-top: 154px;
    padding-bottom: 142px;
  }

  .logo {
    width: auto;
    margin-bottom: 31px;
  }

  .page-hero-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .page-hero-text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .page-hero-link {
    width: 302px;
  }

  .hero-img {
    width: auto;
  }

  .page-hero-wrap {
    transform: translateX(-300px);
  }

  .page-hero-text {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .page-hero-link {
    width: 366px;
  }
}

/* collapse */

.collapse-img {
  margin: 0 auto;
  margin-top: 18px;
}

/* champions */

#champions {
  padding-left: 0;
  padding-right: 0;
}

.champions-item {
  width: 335px;
  max-width: 100%;
  min-height: 478px;
  background-color: rgba(4, 255, 255, 0.2);
  padding: 24px 18px;
  border: 1px solid rgba(0, 255, 255, 0.4);

  img {
    margin: 0 auto;
  }

  p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    margin-top: 22px;
    margin-bottom: 8px;
  }

  span {
    display: block;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: #f9f9f9;
  }
}

@media screen and (min-width: 1434px) {
  .champions-item {
    width: 433px;
  }
}

/* match */

.match-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;

  li {
    padding: 16px 40px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    text-transform: uppercase;
    text-align: center;
    color: #0ff;
    background-color: rgba(0, 255, 255, 0.1);
    border: 1px solid rgba(0, 255, 255, 0.3);
  }
}

/* zones */

#zones {
  padding-left: 0;
  padding-right: 0;
  background-image: url(./photo/zone.png);
  background-size: cover;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 22px;
}

.swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.swiper-btn:hover {
  opacity: 1;
}

.zones-left {
  transform: scaleX(-1);
}

.zones-item {
  width: 335px;
  max-width: 100%;

  p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  span {
    display: block;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #f9f9f9;
  }
}

@media screen and (min-width: 1434px) {
  .zones-item {
    width: 633px;
  }
}

/* reviews */

#reviews {
  padding-left: 0;
  padding-right: 0;
}

.reviews-left {
  transform: scaleX(-1);
}

.reviews-item {
  min-height: 518px;

  img {
    margin: 0;
  }
}

@media screen and (min-width: 1434px) {
  .reviews-item {
    width: 335px;
    min-height: 528px;
  }
}

/* faq */

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 22px;

  li {
    background-color: rgba(4, 255, 255, 0.2);
    padding: 18px;
    border: 1px solid rgba(0, 255, 255, 0.4);
  }

  p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 8px;
  }

  span {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 14px;
    color: #f9f9f9;
  }
}

@media screen and (min-width: 1434px) {
  .faq-list {
    width: 942px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;

    li {
      width: calc((100% - 22px) / 2);
    }
  }
}

/* community */

.community-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 32px;

  li {
    display: flex;
    align-items: center;
    gap: 22px;
    background-color: rgba(4, 255, 255, 0.2);
    padding: 18px;
    border: 1px solid rgba(0, 255, 255, 0.4);
  }

  p {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    color: #fff;
  }
}

@media screen and (min-width: 1434px) {
  .community-list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 1112px;
    margin: 0 auto;
    margin-bottom: 50px;

    li {
      width: calc((100% - 22px) / 2);
    }
  }
}

/* gallery */

#gallery {
  padding-left: 0;
  padding-right: 0;
}

.gallery-item {
  width: 335px;
  max-width: 100%;
}

@media screen and (min-width: 1434px) {
  .gallery-item {
    width: 732px;
  }
}

/* footer */

.last {
  padding: 58px 10px;
  background: linear-gradient(360deg, #011047 0%, #0227ab 100%);
}

.last-text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 10px;
  text-transform: lowercase;
  color: #0ff;
  text-align: center;
  margin-bottom: 12px;
}

.last-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}

.last-link {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #0ff;
}

.link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1434px) {
  .last {
    padding: 40px;
  }

  .last-wrap {
    flex-direction: row;
    justify-content: center;
    gap: 18px;
  }
}

/* ********************* */

.hidden {
  display: none;
}

.menu-transform {
  transform: translateY(0);
}

.click {
  transform: rotate(0);
}

.popup-click {
  transform: translateY(130%) translateX(-50%);
}

.overflow {
  overflow: hidden;
}
