/* =========Переменные=========== */

:root {
  --text-color-first: #343434;
  --text-color-second: ;
  --swiper-navigation-color: #3f9ce9;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
}

/* ==============Шрифты============== */

@font-face {
  font-family: "OpenSans";
  src: local("OpenSans"), url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: local("OpenSans"), url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: local("OpenSans"), url("../fonts/OpenSans-Light.woff2") format("woff2"),
    url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* =========Основное=========== */

.page {
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 30px;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.visually-hiden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.title {
  font-size: 72px;

  font-weight: 300;
  text-align: center;
  text-align: center;
  color: #4e229e;
}

.subject {
  font-size: 36px;
  line-height: 0.833;
  font-weight: 300;
  text-align: center;
  color: #9b44ff;
}

.subject--mission {
  color: #4e229e;
}

.descr {
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.667;
  font-weight: 400;
  text-align: center;
  color: var(--text-color-first);
}

.header__container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 130px;
  background-image: url(../img/Header__Art.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 9;
  margin-bottom: 80px;
}

.section {
  margin-bottom: 80px;
}

.header__link {
  filter: drop-shadow(0 0 40px rgb(245, 242, 244));
}
.header__link__img {
  max-width: 450px;
  width: 35vw;
}

.about__container {
  display: flex;
}

.about__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
.about__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.mission__container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/mission_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 9;
}

.mission__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgb(132, 245, 222), rgb(76, 197, 248));
  padding: 30px;
  gap: 30px;
}

.game {
  background-image: url(../img/game__bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 9;
}

.game__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  gap: 30px;
}

.app__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.store {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 30px;
}

.app__item {
  width: 200px;
  height: 57px;
}
.app__img {
  width: 100%;
  object-fit: cover;
}

.app__descr {
  font-weight: 700;
  font-size: 24px;
}

@media (any-hover: hover) {
  .app__link:focus-visible {
    transform: scale(1.1);
  }

  .app__link:hover {
    transform: scale(1.1);
  }

  .app__link:active {
    transform: scale(1.1);
  }
}

#app {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}



.swiper-carousel {
  padding-bottom: 32px;
  max-width: 1200px;
}
.swiper-carousel .swiper-slide {
  width: 520px;
  height: 380px;
  border-radius: 8px;
  background: #18212b;
  max-width: calc(100% - 48px);
}
.swiper-carousel .swiper-carousel-animate-opacity {
  height: 100%;
}
.swiper-carousel .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-carousel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}
.swiper-carousel .slide-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 88px 16px 24px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  border-radius: 0 0 8px 8px;
  
}
.swiper-carousel .slide-content h2 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  padding-bottom: 10px;
}
.swiper-carousel .slide-content p {
  /* margin: 8px 0 0; */
  padding:0 10px 10px 10px ;
  opacity: 0.65;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
   color: #fff;
   
}









.footer {
  background-color: #7ee3e9;
}

.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.info__descr {
  color: #2b879b;
}
.info__item:first-child {
  font-size: 18px;
}

.info__item:nth-child(2) {
  margin-bottom: 50px;
  font-size: 12px;
}

.info__item:last-child {
  font-size: 12px;
}

