@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700;800;900&display=swap");

* {
  font-family: "Inter", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
}

.appContainer {
  width: 100%;
  height: 100%;
  display: block;
}

.navBarWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #14202b;
  padding: 23px;
}

.mobileNavBarWrapper {
  display: none;
}

.navBarLogo {
  width: 160px;
  height: 30px;
  cursor: pointer;
}

.navBarList {
  display: flex;
  padding-left: 0;
  list-style-type: none;
  border-bottom: 1px solid #fff;
}

.navBarListItem {
  text-decoration: none;
  padding-bottom: 10px;
}

.navBarListItem:not(:last-child) {
  margin-right: 36px;
}

.navBarLink {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.navBarButtonsWrapper {
  display: flex;
}

.registerButton {
  width: 120px;
  padding: 12px 18px;
  border: none;
  border-radius: 6px;
  background: #fe4100;
  margin-right: 10px;
  cursor: pointer;
}
.registerButtonLink {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.logInButton {
  width: 100px;
  border-radius: 6px;
  border: 1px solid #fe4100;
  background: #fff;
  cursor: pointer;
}
.logInButtonLink {
  color: #fe4100;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.swiper {
  width: 100%;
  height: 100%;
  margin-top: 5px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-button-next,
.swiper-button-prev {
  margin: 0 30px !important;
  width: 30px !important;
  height: 40px !important;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
.mblBottomDownloadButtons {
  display: none;
}
.downloadButtonsWrapper {
  display: none;
}
.mobileOsButtonsWrapper {
  display: none;
}
.androidDownloadTitleText {
  display: block;
  font-size: 36px;
  text-align: center;
  margin: 50px 0 40px;
}
.androidDownloadLink {
  pointer-events: none;
  cursor: text;
  text-decoration: none;
  color: inherit;
}
.androidTutorialImageWrapper {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

.androidTutorialImageWrapper > img {
  display: inline-block;
  width: 368px;
  height: 702px;
  border-radius: 10px;
  margin: 0 10px 0 50px;
}
.iosDownloadTitle {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin: 80px 0 40px 0;
}
.iosDownloadLink {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}
.iosTutorialImageWrapper {
  text-align: center;
  margin-bottom: 95px;
}
.iosTutorialImageWrapper > img {
  width: 368px;
  height: 702px;
  border-radius: 10px;
  margin-right: 110px;
}
.iosTutorialImageWrapper > img:last-child {
  margin-right: 0;
}
.aboutSectionBackground {
  background: #f4faff;
  border-radius: 5px;
  margin: 0 35px 50px 0;
}
.aboutSectionTextWrapper {
  padding: 30px 25px 30px 60px;
}
.aboutTitle {
  font-size: 30px;
  font-weight: 500;
  margin: unset;
}
.aboutDescription {
  color: #333;
  font-size: 20px;
  margin-bottom: 30px;
}
.webFooter {
  background: #231f20;
  color: #fdfdfd;
  display: flex;
  justify-content: space-between;
  padding: 35px 35px 30px 60px;
  font-size: 14px;
}
.instagramIcon {
  padding: 9px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.webFooterLogoList,
.webFooterLeftAreaList {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.webFooterLeftAreaList {
  margin-bottom: 30px;
}
.webFooterCopyrightText {
  margin: 0;
  font-weight: 500;
}
.webFooterLeftAreaList > li > a {
  color: #fdfdfd;
  margin-right: 25px;
}
.webFooterLogoListItem {
  margin-right: 10px;
}
.webFooterRightTitle {
  margin: 0 0 15px;
  font-weight: 600;
}
.mobileFooter {
  display: none;
}

@media only screen and (min-width: 1440px) {
  .mobileNavBarWrapper,
  #overlay {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .mobileNavBarWrapper,
  #overlay {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .iosDownloadTitle {
    font-size: 16px;
    font-weight: 500;
    margin: 35px 0 25px;
    letter-spacing: -0.24px;
    color: #333;
  }
  .iosDownloadLink {
    pointer-events: auto;
    cursor: pointer;
    color: #2892e9;
    text-decoration: none;
  }
  .navBarWrapper {
    display: none;
  }
  .mobileNavBarWrapper {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    background: #14202b;
  }
  .hamburgerMenuWrapper {
    display: flex;
    flex-direction: column;
  }
  .hamburgerMenuText {
    margin-top: 5px;
    color: #fff;
    font-size: 10px;
  }
  #overlay {
    padding-left: 20px;
    background: #14202b;
    height: 100vh;
    position: relative;
  }

  .closeIcon {
    color: #fff;
    font-size: 24px;
    padding: 12px 0;
  }

  .logInButton,
  .registerButton {
    width: 144px;
    height: 42px;
    padding: 5px 0px;
    margin-right: 7px;
  }
  .registerButtonLink {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .logInButtonLink {
    color: #fe4100;
    font-size: 16px;
    font-weight: 500;
  }
  .hamburgerMenuList {
    margin: 55px 0 190px;
    padding-left: 0;
    list-style-type: none;
  }
  .hamburgerMenuListItem:not(:last-child) {
    margin-bottom: 15px;
  }
  .hamburgerMenuLink {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
  }
  .hamburgerYoutubeIconWrapper,
  .hamburgerDownloadWrapper {
    border-bottom: 1px solid #434242;
  }
  .hamburgerDownloadWrapper > a {
    text-decoration: none;
  }
  .youtubeIconImg {
    margin-bottom: 10px;
  }
  .downloadButton {
    width: 120px;
    height: 35px;
    margin: 10px 0;
  }
  .downloadButtonsWrapper,
  .bottomDownloadButtonsWrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hamburgerBottomWrapper {
    position: absolute;
    bottom: 15%;
    width: calc(100% - 20px);
  }
  .swiper {
    margin-top: unset;
    height: 100%;
    margin-bottom: 98px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 12px !important;
    height: 16px !important;
    margin: 0 20px !important;
  }

  .downloadAndroid,
  .downloadIos {
    width: 245px;
    height: 58px;
    border-radius: 15px;
    background: #0d1d49;
    position: relative;
  }
  .downloadAndroidImg,
  .downloadIosImg {
    position: absolute;
    width: 140px;
    height: 40px;
    left: 23%;
    top: 12%;
  }
  .osInstructionTextWrapper {
    position: relative;
  }
  .osInstructionTextWrapper .downloadButtonsWrapper {
    position: absolute;
    bottom: calc(100% + 98px);
    left: 50%;
    transform: translateX(-50%);
  }
  .osSelectionButtonText {
    color: black;
    font-weight: 500;
    line-height: 20px;
  }
  .active .osSelectionButtonText {
    color: white;
  }
  .mobileOsButtonsWrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #ecf0f1;
    background: #e7ebf1;
    max-width: 100%;
    height: 40px;
    padding: 0 3px;
  }
  .mobileOsButtonsWrapper > button {
    height: 34px;
    border: none;
    flex: 1;
  }
  .active {
    background: #fe4100;
    border-radius: 16px;
    color: white;
  }
  .mobileOsButtonsWrapper button.active img {
    filter: invert(100%);
  }
  .androidTutorialImageWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .androidTutorialImageWrapper,
  .iosTutorialImageWrapper {
    margin-bottom: 30px;
  }
  .androidTutorialImageWrapper > img,
  .iosTutorialImageWrapper > img {
    width: 265px;
    height: 505px;
    border-radius: 10px;
    margin: 0 0 10px 0;
  }
  .androidDownloadTitleText {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.24px;
    margin: 35px 0 25px;
  }
  .androidDownloadLink {
    pointer-events: auto;
    cursor: pointer;
    color: #2892e9;
    text-decoration: none;
  }
  .webFooter {
    display: none;
  }
  .bottomAndroidDownloadButton,
  .bottomIosDownloadButton {
    width: 140px;
    height: 40px;
    margin: 10px 0;
  }
  .mblBottomDownloadButtons {
    display: block;
  }
  .aboutSectionTextWrapper {
    padding: 17px 14px;
  }
  .aboutSectionBackground {
    margin: 50px 0;
  }
  .aboutTitle {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .aboutDescription {
    font-size: 16px;
    font-weight: 400;
    margin: unset;
  }
  .mobileFooter {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }
  .mblFooterContactImg {
    width: 100px;
    height: 30px;
    margin-right: 8px;
  }
  .mblFooterBackground {
    background: #231f20;
    padding: 15px 15px 10px;
  }
  .mblFooterList {
    padding: 0;
    margin: 0 0 22px 0;
    display: flex;
  }
  .mblFooterListItem {
    list-style-type: none;
    margin-right: 7px;
  }
  .mblFooterSocialMediaLogos {
    width: 30px;
    height: 30px;
  }
  .instagramIcon {
    width: 13px;
    height: 13px;
    padding: 7px;
  }
  .mblFooterAboutGamesList {
    padding: 0;
    margin: 0 0 16px 0;
    display: flex;
  }
  .mblFooterAboutGamesListItem {
    list-style-type: none;
    margin-right: 20px;
  }
  .mblFooterAboutGamesLink {
    color: #fff;
    text-decoration: none;
  }
  .mblFooterLine {
    height: 1px;
    background: #373737;
    margin-bottom: 10px;
  }
  .mblFooterCopyrightText span {
    font-weight: 400;
  }
}
