* {
  box-sizing: border-box;
}

/*
	font-family: "Roboto", sans-serif;
	font-family: "Rajdhani", sans-serif;
*/
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #1E1E1E;
  font-weight: 400;
  background: #fafafa;
}

a {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0px;
}

ul, ol {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}

h1 {
  font-family: "Rajdhani", sans-serif;
  color: #FFFF00;
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
  margin: 0px 0px 30px;
}

h2 {
  font-family: "Rajdhani", sans-serif;
  color: #202636;
  font-size: 42px;
  line-height: 44px;
  font-weight: 500;
  margin: 0px 0px 20px;
}

h3 {
  font-size: 18px;
  color: #202636;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px 0px 15px;
}

.subtitle {
  max-width: 408px;
  color: #737B8F;
  line-height: 30px;
  font-weight: 400;
  padding: 14px 0px 0px;
  border-top: 1px solid #D4D6DD;
  margin: 0px 0px 20px;
}

.align--right {
  text-align: right;
}
.align--center {
  text-align: center;
}

.container {
  position: relative;
  max-width: 1246px;
  padding: 0px 20px;
  margin: 0 auto;
}
.container--hero {
  height: 100%;
}

img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.btn {
  border: 0px;
  cursor: pointer;
}
.btn--primary {
  font-family: "Rajdhani", sans-serif;
  display: inline-block;
  padding: 21px 70px;
  text-decoration: none;
  background: linear-gradient(to right, #6F1760, #FF00B7);
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}

.show-mobile {
  display: none;
}

/*header*/
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #2A053B;
  z-index: 1000;
}
.header__wrap {
  position: relative;
  padding: 30px 0px;
}

.nav__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.nav__item {
  list-style: none;
}
.nav__link {
  font-family: "Rajdhani", sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
}
.nav__link:hover {
  text-decoration: underline;
}

/*main*/
.main {
  padding: 78px 0px 0px;
}

section {
  padding: 110px 0px 80px;
}

.hero {
  position: relative;
  height: 900px;
  padding: 140px 0px 0px;
}
.hero__bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
.hero__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.hero__wrap:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translate(-50%, 25%);
  display: block;
  width: 220px;
  height: 220px;
  background: url(../images/img_donut.png) no-repeat;
  background-size: 100%;
  content: "";
}
.hero__wrap:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: translate(50%, 35%);
  display: block;
  width: 500px;
  height: 500px;
  background: url(../images/img_donut.png) no-repeat;
  background-size: 100%;
  content: "";
}
.hero__content {
  max-width: 513px;
  width: 49%;
}
.hero__text {
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 0px 0px 65px;
}
.hero__img {
  max-width: 531px;
  width: 49%;
}

.overview {
  background: #F7A1B7;
  padding: 160px 0px 80px;
}
.overview__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.overview__img {
  position: relative;
  width: 49%;
}
.overview__img:before {
  position: absolute;
  bottom: -30%;
  left: 20%;
  width: 350px;
  height: 350px;
  background: url(../images/img_overview2.png) no-repeat;
  background-size: 100%;
  content: "";
}
.overview__content {
  /*width: calc(100% - 640px);*/
  width: 49%;
}
.overview__text {
  color: #FFFFFF;
}

.box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  background: linear-gradient(to right, #F7A1B7, #AE0097);
  padding: 22px 30px;
  font-family: "Rajdhani", sans-serif;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  margin: 0px 0px 20px;
}
.box h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 20px;
  color: #202636;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
}

.clan {
  background: #F7A1B7;
}
.clan__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 218px;
}
.clan__title {
  color: #FFFFFF;
  margin: 0px 0px 40px;
}
.clan__img {
  margin: 0px 0px 30px;
}
.clan__name {
  font-weight: 900;
  color: #202636;
  margin: 0px 0px 20px;
}
.clan__text {
  text-align: center;
}

.how-to-play__wrap {
  position: relative;
}
.how-to-play__wrap:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: url(../images/img_play.jpg) no-repeat;
  background-size: 96% auto;
  background-position: center;
  content: "";
}
.how-to-play__content {
  position: relative;
  margin: 0px auto 60px;
  padding: 42px;
  max-width: 994px;
  background: rgba(42, 5, 59, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  color: #FFFFFF;
  border-radius: 18px;
}
.how-to-play__content h2 {
  color: #FFFFFF;
}
.how-to-play__content p {
  margin: 0px 0px 20px;
}
.how-to-play__slider {
  padding: 0px 0px 30px;
}
.how-to-play__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(70px);
          backdrop-filter: blur(70px);
  border-radius: 15px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}
.how-to-play__name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  color: #F801B3;
  text-transform: uppercase;
  margin: 0px 0px 28px;
}
.how-to-play__text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.cosmic {
  background: #FFFFFF;
}

.love h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.love__wrap {
  display: flex;
  justify-content: space-between;
}
.love__content {
  width: 49%;
}
.love__img {
  width: 49%;
}

.reviews__list {
  padding: 0px 0px 30px;
}
.reviews__item {
  max-width: 511px;
  background: #FFFFFF;
  padding: 18px 24px;
  border-radius: 18px;
  line-height: 30px;
  color: #202636;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}
.reviews__name {
  font-weight: 900;
  margin: 0px 0px 15px;
}

.goals {
  background: #F7A1B7;
  z-index: -1;
}
.goals__wrap {
  position: relative;
}
.goals__wrap:before {
  position: absolute;
  top: -180px;
  right: 310px;
  width: 243px;
  height: 243px;
  background: url(../images/img_donut.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  content: "";
}
.goals__wrap:after {
  position: absolute;
  top: -245px;
  right: 0px;
  width: 393px;
  height: 393px;
  background: url(../images/img_donut.png) no-repeat;
  background-size: 100%;
  content: "";
}
.goals__title {
  color: #FFFFFF;
  margin: 0px 0px 60px;
}
.goals__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.goals__img {
  margin: 0px 0px 25px;
}
.goals__name {
  font-weight: 900;
  color: #202636;
  margin: 0px 0px 15px;
}

.kickstarter p {
  margin: 0px 0px 20px;
}
.kickstarter__text {
  margin: 0px 0px 50px;
}
.kickstarter .btn {
  margin: 0px 25px 0px 0px;
}

.faq__item {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 18px 24px;
  margin: 0px 0px 20px;
  color: #202636;
  line-height: 30px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}
.faq__item:last-child {
  margin: 0px;
}
.faq__title {
  font-weight: 900;
  margin: 0px 0px 18px;
}

.contact {
  color: #737B8F;
  font-weight: 400;
  line-height: 20px;
}
.contact a {
  color: #737B8F;
  text-decoration: none;
}
.contact a:hover {
  text-decoration: underline;
}
.contact__wrap {
  display: flex;
  justify-content: space-between;
}
.contact__item {
  margin: 0px 0px 10px;
}
.contact__title {
  font-weight: 900;
}
.contact__img {
  max-width: 339px;
}

.social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.social__item {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
}

/*footer*/
.footer {
  background: #FFFFFF;
  font-size: 15px;
  line-height: 100%;
  padding-top: 76px;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 0px;
  border-top: 1px solid #D4D6DD;
}
.footer__copy {
  color: #737B8F;
  font-weight: 700;
}

.menu-policy__list {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.menu-policy__item {
  margin: 0px 0px 0px 20px;
  list-style: none;
}
.menu-policy__link {
  color: #737B8F;
  text-decoration: none;
  font-weight: 400;
}
.menu-policy__link:hover {
  text-decoration: underline;
}

@media (max-width: 1246px) {
  html {
    min-width: 350px;
  }
  .nav__link {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .show-mobile {
    display: block;
  }
  h1 {
    font-size: 48px;
    line-height: 52px;
  }
  /*header*/
  .header {
    background: linear-gradient(to bottom, #2A053B, transparent);
  }
  .header--fixed {
    background: #2A053B;
  }
  .header--open {
    height: 100%;
    background: #2A053B;
  }
  .header__wrap {
    padding: 20px 0px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .nav {
    display: none;
  }
  .nav--open {
    display: block;
    width: 100%;
    margin: 50px 0px 0px;
  }
  .nav__list {
    flex-direction: column;
    text-align: left;
  }
  .nav__item {
    margin: 0px 0px 25px;
  }
  .nav__link {
    font-size: 15px;
  }
  .btn-burger {
    display: flex;
    align-items: center;
    width: 33px;
    height: 25px;
    position: relative;
    cursor: pointer;
    z-index: 2;
    background: none;
    border: none;
    padding: 0px;
  }
  .btn-burger__line {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background: #FFFFFF;
  }
  .btn-burger__line:before, .btn-burger__line:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0;
  }
  .btn-burger__line:before {
    top: -11px;
  }
  .btn-burger__line:after {
    bottom: -11px;
  }
  .btn-burger--active .btn-burger__line {
    background-color: rgba(0, 0, 0, 0);
  }
  .btn-burger--active .btn-burger__line:before {
    transform: translateY(11px) rotate(45deg);
  }
  .btn-burger--active .btn-burger__line:after {
    transform: translateY(-11px) rotate(-45deg);
  }
  /*main*/
  section {
    padding: 70px 0px;
  }
  .main {
    padding: 0px;
  }
  .hero {
    padding: 70px 0px 0px;
  }
  .hero__wrap:before, .hero__wrap:after {
    display: none;
  }
  .overview {
    padding: 70px 0px;
  }
  .overview__wrap {
    flex-direction: column-reverse;
  }
  .overview__img {
    width: 100%;
  }
  .overview__img:before {
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
  }
  .overview__content {
    width: 100%;
    margin: 0px 0px 30px;
  }
  .box .align--right {
    text-align: center;
  }
  .box__item {
    width: 100%;
  }
  .how-to-play__content {
    margin: 0 auto;
  }
  .love__wrap {
    flex-direction: column;
  }
  .love__content {
    width: 100%;
    margin: 0px 0px 30px;
  }
  .love__img {
    width: 100%;
    text-align: center;
  }
  .reviews__bottom {
    display: none;
  }
  .goals__wrap:before, .goals__wrap:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero__wrap {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .hero__content {
    width: 100%;
  }
  .hero__img {
    width: 100%;
    margin: 0px 0px 30px;
  }
  .kickstarter__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .kickstarter .btn {
    margin: 0px 0px 20px;
  }
  .contact__wrap {
    flex-direction: column-reverse;
  }
  .contact__content {
    max-width: none;
    width: 100%;
  }
  .contact__img {
    position: relative;
    max-width: none;
    width: 100%;
    text-align: right;
  }
  .contact__img img {
    width: 339px;
    transform: translateX(60%);
  }
  .contact__img:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 233px;
    height: 233px;
    background: url(../images/img_donut.png) no-repeat;
    background-size: 100%;
    transform: translateX(-60%);
    content: "";
  }
  .footer {
    padding: 0px;
  }
  .footer__wrap {
    flex-direction: column;
  }
  .footer__copy {
    margin: 0px 0px 25px;
  }
  .menu-policy__list {
    flex-direction: column;
  }
  .menu-policy__item {
    margin: 0px 0px 25px;
  }
  .menu-policy__item:last-child {
    margin: 0px;
  }
}/*# sourceMappingURL=style.css.map */