@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
body {
  margin: 0;
  font-family: 'DM Sans';
}

body p {
  margin: 0;
}

body #mobile-menu {
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  max-width: 515px;
  position: fixed;
  top: 0;
  right: -515px;
  background: #131314;
  color: #FAFAFA;
  padding: 45px 165px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body #mobile-menu button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 250px;
  outline: none;
}

body #mobile-menu .menu li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
  cursor: pointer;
}

body #mobile-menu .menu li img {
  margin-right: 12px;
  -webkit-filter: invert(1);
          filter: invert(1);
  vertical-align: middle;
}

body #mobile-menu .menu a {
  vertical-align: middle;
  text-decoration: none;
  color: white;
}

body #mobile-menu .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body #mobile-menu .icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  list-style-type: none;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #FAFAFA;
  cursor: pointer;
}

body #mobile-menu.active {
  right: 0;
}

body #mobile-menu-open {
  width: 30px;
}

body #mobile-menu-open img {
  margin-top: 2px;
}

body > .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 50px;
}

body > .header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body > .header .left a {
  text-decoration: none;
  color: #4F4F4F;
}

body > .header .left img {
  margin-right: 12px;
  vertical-align: middle;
}

body > .header .left span {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}

body > .header .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Great Vibes';
  font-size: 48px;
  font-weight: 400;
  color: #4F4F4F;
}

body > .header .title a {
  text-decoration: none;
  color: #4F4F4F;
}

body > .header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body > .header .right > .nav-icon {
  margin-right: 30px;
}

body > .header .right .nav-text {
  text-decoration: none;
  color: #4F4F4F;
  margin-right: 45px;
}

body > .header .right button {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

body .banner {
  padding: 150px 165px 100px;
}

body .banner .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

body .banner .first .title {
  font-size: 36px;
  font-weight: 400;
  line-height: 68px;
  color: #131314;
}

body .banner .first a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #131314;
}

body .banner .first a .avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  /* background: #FFF2EF; */
  /* -webkit-box-shadow: 0px 14px 20px -10px rgba(19, 19, 20, 0.1);
          box-shadow: 0px 14px 20px -10px rgba(19, 19, 20, 0.1); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14px;
  font-size: 24px;
  font-weight: 400;
  line-height: 68px;
}

body .banner .first a .juego-studio-icon {
    /*
    width: fit-content;
    height: fit-content;
    width: inherit;
    */
  background: #292929;
  -webkit-box-shadow: 0px 14px 20px -10px rgba(19, 19, 20, 0.1);
          box-shadow: 0px 14px 20px -10px rgba(19, 19, 20, 0.1);
}

body .banner .first a .hypernova-interactive-icon {
  background: #292929;
  -webkit-box-shadow: 0px 14px 20px -10px rgba(19, 19, 20, 0.1);
          box-shadow: 0px 14px 20px -10px rgba(19, 19, 20, 0.1);
}

body .banner .first a .indiawyn-icon {
  background: #24224a;
  -webkit-box-shadow: 0px 14px 20px -10px rgba(19, 19, 20, 0.1);
          box-shadow: 0px 14px 20px -10px rgba(19, 19, 20, 0.1);
}


body .banner .second {
  margin-bottom: 200px;
}

body .banner .second .title {
  font-size: 54px;
  font-weight: 400;
  line-height: 68px;
  color: #131314;
  margin-bottom: 200;
}

body .banner .second iframe {
  width: 100%;
  height: 100%;
}

body .banner .third .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

body .banner .third .item .left {
  width: 285px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  font-weight: 400;
  color: #131314;
}

body .banner .third .item .right {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.25px;
  color: #131314;
}

body .banner .third .item .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

body .banner .third .item .right ul li {
  list-style-type: none;
  margin-right: 40px;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 400;
  color: #131314;
}
body .banner .third .item .right ul li a {
  color: #131314;
}

body .banner .third .item .right .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
}

body .banner .third .item .right .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 80px;
}

body .banner .third .item .right .tags .tag .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.25px;
  margin-bottom: 25px;
}

body .screenplay {
  padding: 0 165px 200px;
}

body .screenplay .title {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 68px;
  color: #131314;
  margin-bottom: 80px;
}

body .screenplay .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -12px;
}

body .screenplay .content div {
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .screenplay .content div img {
  max-width: 450px;
  max-height: 450px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 24px;
}

body .game-description {
  padding: 0 165px 40px;
}

body .game-description .title {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 80px;
  text-align: center;
}

body .game-description .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px;
  margin-bottom: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 18px 32px -8px rgba(19, 19, 20, 0.08);
          box-shadow: 0px 18px 32px -8px rgba(19, 19, 20, 0.08);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .game-description .content .item .left {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .game-description .content .item .left img {
  width: 100%;
}

body .game-description .content .item .right p {
  font-size: 24px;
  font-weight: 500;
  line-height: 31.25px;
  color: #4F4F4F;
  margin-bottom: 10px;
}

body .game-description .content .item .right ul {
  margin: 0;
  padding: 0;
}

body .game-description .content .item .right ul li {
  color: #4F4F4F;
/*  list-style-position: inside;*/
  font-size: 20px;
  font-weight: 400;
}

body .game-description .content .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body .game-description .content .item:nth-child(even) .right {
  margin-right: 60px;
}

body .game-description .content .item:nth-child(odd) .left {
  margin-right: 60px;
}

body > .footer {
  padding: 0 165px;
}

body > .footer .top {
  border-top: 1px solid #E2E4E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 80px 0;
  border-bottom: 1px solid #E2E4E8;
}

body > .footer .top .left .title {
  font-size: 54px;
  font-weight: 500;
  line-height: 68px;
  color: #131314;
  margin-bottom: 30px;
}

body > .footer .top .left .description {
  font-size: 21px;
  font-weight: 400;
  color: #46464a;
  line-height: 23.5px;
  text-decoration: none;
  padding: 5px;
}

body > .footer .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body > .footer .top .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  /* background: #F2F2F2; */
  margin-right: 35px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

body > .footer .top .right .resume {
  width: auto;
  height: auto;
  background: none;
  border-radius: none;
  text-decoration: none;
}

body > .footer .bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 53px 0;
  font-size: 16px;
  font-weight: 400;
  color: #4F4F4F;
}

body > .footer .bottom .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Great Vibes';
  font-size: 48px;
  font-weight: 400;
  line-height: 68px;
  color: #4F4F4F;
}

body > .footer .bottom .title a {
  text-decoration: none;
  color: #4F4F4F;
}

body > .footer .bottom #to-top {
  cursor: pointer;
}

@media (max-width: 1024px) {
  body .banner {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  body .banner .third .item .left {
    width: 200px;
  }
  body .banner .third .item .right ul li {
    margin-right: 30px;
  }
  body .banner .third .item .right .tags .tag {
    margin-right: 30px;
  }
  body .banner .third .item .right .tags .title {
    font-size: 15px !important;
  }
  body .game-description .content .item .right p {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 17px;
  }
  body .game-description .content .item .right ul li {
    font-size: 16px;
    list-style-position: inside;
  }
  body .screenplay {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  body .game-description {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  body .game-description .content .item {
    padding: 40px;
  }
  body .footer {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  body .banner .first {
    display: -ms-flexbox;
    display: -webkit-box;
  }

  body .banner .first a span {
    display: none;
  }

  body .banner .first .title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  body .header {
    padding: 20px !important;
  }
  body .header .title {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: 0;
    top: 0;
  }
  body .header .left {
    display: none;
  }
  body .header .right > img {
    margin-right: 20px;
  }
  body .header .right a {
    margin-right: 20px;
  }
  body .banner {
    padding: 20px !important;
    /* padding-bottom: 50px !important; */
  }
  body .banner .second {
    margin-bottom: 100px;
  }
  body .banner .second .title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }
  body .banner .third .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    margin-bottom: 30px;
  }
  body .banner .third .item .left {
    margin-bottom: 20px;
  }
  body .screenplay {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 100px;
  }
  body .screenplay .content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  body .game-description {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .game-description .content .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 50px;
  }
  body .game-description .content .item .left {
    width: 100%;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0 !important;
  }
  body .game-description .content .item .left img {
    max-width: 450px;
    max-height: 450px;
  }
  body .game-description .content .item .right {
    margin-right: 0 !important;
  }
  body .footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .footer .top .left {
    margin-bottom: 50px;
  }
}

@media (max-width: 530px) {
  #mobile-menu {
    padding: 50px !important;
  }
  #mobile-menu #mobile-menu-close {
    margin-bottom: 120px;
  }
  #mobile-menu ul {
    padding-left: 0;
  }
}
/*# sourceMappingURL=detail.css.map */