.content-width, .header__inner, .description2,
.description, .footer, .swiper__text {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.main-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}
@media screen and (min-width: 600px) {
  .main-title {
    font-size: 24px;
  }
}

.sub-title {
  font-size: 8px;
}
@media screen and (min-width: 600px) {
  .sub-title {
    font-size: 18px;
  }
}

.pt-sm {
  padding-top: 10px;
}

.mb-ssm {
  margin-bottom: 5px !important;
}

.mb-sm, .hero {
  margin-bottom: 12px !important;
}

.mb-lg {
  margin-bottom: 15px !important;
}

.mb-xl {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 600px) {
  .mb-xl {
    margin-bottom: 120px !important;
  }
}

.mg-10 {
  margin: 10px;
}

.charblanktop, .sub-title {
  padding-left: 18px;
}

.swiper__text {
  font-size: 60px;
}

.swiper.slider1 .swiper-slide.slide1 {
  background-image: url("../images/image-1.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider1 .swiper-slide.slide1 {
    background-image: url("../images/image-1_md.png");
  }
}
.swiper.slider1 .swiper-slide.slide2 {
  background-image: url("../images/image-2.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider1 .swiper-slide.slide2 {
    background-image: url("../images/image-2_md.png");
  }
}
.swiper.slider1 .swiper-slide.slide3 {
  background-image: url("../images/image-3.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider1 .swiper-slide.slide3 {
    background-image: url("../images/image-3_md.png");
  }
}
.swiper.slider1 .swiper-slide.slide4 {
  background-image: url("../images/image-4.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider1 .swiper-slide.slide4 {
    background-image: url("../images/image-4_md.png");
  }
}
.swiper.slider1 .swiper-slide.slide5 {
  background-image: url("../images/image-5.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider1 .swiper-slide.slide5 {
    background-image: url("../images/image-5_md.png");
  }
}

.swiper.slider1 .swiper-slide.slide6 {
  background-image: url("../images/image-6.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider1 .swiper-slide.slide6 {
    background-image: url("../images/image-6_md.png");
  }
}
.swiper.slider1 .swiper-slide.slide7 {
  background-image: url("../images/image-7.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider1 .swiper-slide.slide7 {
    background-image: url("../images/image-7_md.png");
  }
}
.swiper.slider1 .swiper-slide.slide8 {
  background-image: url("../images/image-8.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider1 .swiper-slide.slide8 {
    background-image: url("../images/image-8_md.png");
  }
}
.swiper.slider1 .swiper-slide.slide9 {
  background-image: url("../images/image-9.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider1 .swiper-slide.slide8 {
    background-image: url("../images/image-9_md.png");
  }
}
.swiper.slider1 .swiper-slide.slide10 {
  background-image: url("../images/image-10.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider1 .swiper-slide.slide10 {
    background-image: url("../images/image-10_md.png");
  }
}


.swiper.slider2 .swiper-slide.slide1 {
  background-image: url("../images/web_image-1.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider2 .swiper-slide.slide1 {
    background-image: url("../images/web_image-1_md.png");
  }
}
.swiper.slider2 .swiper-slide.slide2 {
  background-image: url("../images/web_image-2.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider2 .swiper-slide.slide2 {
    background-image: url("../images/web_image-2_md.png");
  }
}
.swiper.slider2 .swiper-slide.slide3 {
  background-image: url("../images/web_image-3.png");
}
@media screen and (min-width: 600px) {
  .swiper.slider2 .swiper-slide.slide2 {
    background-image: url("../images/web_image-3_md.png");
  }
}

.swiper-slide {
  height: 280px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .swiper-slide {
    height: 500px;
  }
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.3);
  transition: transform 1.9s ease;
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 61, 125, 0.1);
}
.swiper-slide-active > img {
  transform: none;
}

body {
  background: #202124;
}

#container {
  height: 100vh;
  background: #202124;
}

.header__title {
  color: #ececec;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .header__title {
    font-size: 34px;
  }
}

#browsergame {
  background: #202124;
}

.description2,
.description {
  color: #ececec;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 1px;
}
.description2__inner,
.description__inner {
  position: relative;
}
.description2__text,
.description__text {
  display: none;
}
.description2__text > p,
.description__text > p {
  opacity: 0;
}
.description2__text.inview,
.description__text.inview {
  display: block;
}
.description2__text.inview > p,
.description__text.inview > p {
  transform: none;
  animation-name: kf-textanimation;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.description2__text.inview > p:nth-child(1),
.description__text.inview > p:nth-child(1) {
  animation-delay: 0.03s;
}
.description2__text.inview > p:nth-child(2),
.description__text.inview > p:nth-child(2) {
  animation-delay: 0.06s;
}
.description2__text.inview > p:nth-child(3),
.description__text.inview > p:nth-child(3) {
  animation-delay: 0.09s;
}
.description2__text.inview > p:nth-child(4),
.description__text.inview > p:nth-child(4) {
  animation-delay: 0.12s;
}
.description2__text.inview > p:nth-child(5),
.description__text.inview > p:nth-child(5) {
  animation-delay: 0.15s;
}
.description2__text.inview > p:nth-child(6),
.description__text.inview > p:nth-child(6) {
  animation-delay: 0.18s;
}
.description2__text.inview > p:nth-child(7),
.description__text.inview > p:nth-child(7) {
  animation-delay: 0.21s;
}
.description2__text.inview > p:nth-child(8),
.description__text.inview > p:nth-child(8) {
  animation-delay: 0.24s;
}
.description2__text.inview > p:nth-child(9),
.description__text.inview > p:nth-child(9) {
  animation-delay: 0.27s;
}
.description2__text.inview > p:nth-child(10),
.description__text.inview > p:nth-child(10) {
  animation-delay: 0.3s;
}
.description2__text.inview .productnav,
.description__text.inview .productnav {
  display: flex;
  justify-content: space-around;
}
.description2__text.inview .productnav > a,
.description__text.inview .productnav > a {
  color: #8AB4F8;
  transition: transform 0.3s;
}
.description2__text.inview .productnav > a:hover,
.description__text.inview .productnav > a:hover {
  transform: scale(1.2);
}

@keyframes kf-textanimation {
  from {
    transform: translateX(-50px) scale(1.3);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.underline2,
.underline {
  position: absolute;
  left: 50%;
  height: 1px;
  width: 9px;
  background: white;
  animation-name: kf-underlineanimation;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes kf-underlineanimation {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(120);
  }
}
.productnav {
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 600px) {
  .productnav {
    font-size: 18px;
    padding-top: 18px;
  }
}

.footer {
  padding-top: 5px;
  font-size: 25px;
}
.footer__ul {
  padding: unset;
  list-style: none;
}
.footer__li {
  display: flex;
}
.footer__li > a {
  color: #8AB4F8;
  transition: transform 0.3s;
}
.footer__li > a:hover {
  transform: scale(1.2);
}/*# sourceMappingURL=style.css.map */