/* common */

section{
  max-width: 1800px;
  margin: auto;
}
.pr-container {
  width: 100%;
  padding: 0 100px;
}

.section-heading {
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  font-family: "Archivo Black";
  font-style: normal;
}
.multi{
  margin-top: 200px;
  margin-bottom: 200px;
}

.headerfix{
  max-width: 800px;
  margin: auto;
}

.titlefix{
      max-width: 800px;
    margin: auto;
    margin-top: 60px;
}

.subtitlefix{
  margin: auto;
  max-width: 660px;
  text-align: center;
  margin-bottom: 40px;
}
.section-heading2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    font-family: "Archivo Black";
    font-style: normal;
    max-width: 700px;
    margin: auto;
}

.paragraphs-container {
  position: relative;
  height: 100px;
}

.stepper-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.heading-subtext {
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans";
    margin-top: 10px;
}
.heading-subtext-stepper {
  font-size: 24px;
  line-height: 32px;
  font-family: "Open Sans";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-subtext-stepper.active {
  opacity: 1;
  transition: all 0.4s ease-in;
}

.shiki.github-dark {
  background-color: #000 !important;
}

@media (max-width: 576px) {
  .shiki.github-dark {
    white-space: break-spaces !important;
    width: 100% !important;
    font-size: 10px !important;
  }
  .section-heading {
    font-size: 32px;
    line-height: 32px;
    width: 320px;
    margin: auto;
    margin-top: 80px;
  }
  .heading-subtext {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 14px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .pr-container {
    width: 100%;
    padding: 0 20px;
  }
  .navbar-nav li {
    padding: 6px;
  }
  .navbar-nav li:last-child {
    padding-bottom: 0px;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 12px;
    padding: 12px;
  }
}
/* common */
/* top-header starts*/

.top-header {
  height: 55px;
  background: rgba(119, 23, 255, 0.19);
  border-bottom: 1px solid #4c159b;
  margin-top: -1px;
}

.top-header-text {
  position: absolute;
  width: 343px;
  height: 11px;
  left: calc(50% - 343px / 2);
  top: 21.4px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 88%;
  letter-spacing: -0.01em;
  color: #ffffff;
}

/* top-header ends*/

/* banner-section starts */
.hero-video {
  max-width: 100%;
  min-height: 100vh;
  position: absolute;
  object-fit: cover;
  z-index: -1;
}
/* banner-section ends */

/* games-area-fun starts */

.games-fun-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.games-fun-col-1 {
  max-width: 470px;
}

.entry-animation {
  /*  animation: move 1s linear;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);

  animation-iteration-count: 1;
  animation-fill-mode: both;*/

  animation: move 1.5s cubic-bezier(0.09, 0.35, 0, 0.98) forwards;
  animation-delay: 0.2s;
}

.entry-animation1 {
  animation: up 2s cubic-bezier(0.09, 0.35, 0, 0.98);
}

@keyframes move {
  from {
    transform: translate(-200px);
  }

  to {
    transform: translate(0px);
    opacity: 1;
  }
}

@keyframes up {
  from {
    transform: translateY(200px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

.games-fun-image {
  max-width: 700px;
}
.games-fun-video-container {
  width: 100%;
  height: 750px;
  animation: videoup 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -5s);

  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes videoup {
  from {
    transform: translateY(500px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

@media (max-width: 576px) {

  .multi{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .games-fun-image {
    max-width: 350px;
  }
  .games-fun-container {
    justify-content: center;
  }
  .games-fun-video-container {
    height: 390px;
    animation-delay: calc(var(--scroll) * -7s);
  }
}
/* .games-fun-heading {
    max-width: 480px;
    margin-top: calc(100vh/2);
} */

/* .games-fun-text {
    font-size: 24px;
    width: 410px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Open Sans';
    font-style: normal;
} */
/* games-area-fun ends */

/* works-great starts */

.works-great-section {
  margin-top: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.works-great {
  margin: auto;
  /* margin-top: 60px;
    margin-left: 330px;
    margin-right: 330px; */
}

.works-icons-container {
  max-width: 775px;
  margin: auto;
  padding-top: 40px;
}
.works-icons-container a {
  text-decoration: none;
  color: #ffffff;
}

.works-block {
  padding: 10px 20px;
}

.works-block-outer {
  position: relative;
  border: 2px solid #3e3e47;
  border-radius: 20px;
  padding: 16px 24px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  column-gap: 12px;
  height: 90px;
}
.works-block-outer:hover {
  background: rgba(228, 228, 228, 0.1);
  cursor: pointer;
}

.works-block-outer span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.works-block-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.works-great-icon {
  width: 40px;
  height: 40px;
}
.works-great-icon h3 {
  position: absolute;
  top: 30%;
  left: 25%;
}
.works-great-icon img {
  margin-left: 10px;
}

@media (max-width: 576px) {
  .works-block {
    padding: 0 6px;
  }
  .works-great-section {
    margin: 0px 10px;
  }
  .works-great-icon {
    width: 35px;
    height: 35px;
  }
  .works-block-outer {
    height: 75px;
    padding: 16px 16px;
  }
  .works-block-outer span {
    font-size: 10px;
  }
}
/* works-great ends */

/* multiplayer-steps-section starts*/
.multiplayer-few-steps {
  /* margin-top: 20px; */
  position: relative;
  /* margin-bottom: 200px; */
  background-color: #000;
  height: 100vh;
  align-items: center;
  display: flex;
}

.multiplayer-few-steps.active {
  opacity: 1;
  animation: slide-up-stepper 0.3s ease-out;
}

@keyframes slide-up-stepper {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.multiplayer-few-steps-class {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  margin-top: 0;
  background: #000;
}

.multiplayer-few-steps-class-x {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
  background: #000;
  /* padding-bottom: 200px; */
  /* transform: translateY(1390px); */
}
.multiplayer-few-steps-container {
  display: flex;
  flex-direction: column;
}
.multiplayer-few-steps-section-1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  padding-bottom: 10px;
}

.multiplayer-few-steps-section-1 .list-group-item {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  background: none;
  border: 3px solid #8c72f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multiplayer-few-steps-section-1 .list-group-item:hover{
  cursor: pointer;
}
.multiplayer-few-steps-section-1 .list-group-item.active {
  background-color: #8c72f4;
  margin-top: 0px;
  /* border: 3px solid #8c72f4; */
  transition: background-color 0.3s ease;
}
.multiplayer-few-steps-section-text-para-inactive {
  opacity: 0;
  transition: background-color 0.3s ease;
}
.multiplayer-few-steps-section-text-para-active {
  animation: move 1.5s cubic-bezier(0.09, 0.35, 0, 0.98) forwards;
  animation-delay: 0.2s;
}
.multiplayer-few-steps-section-2 {
  position: absolute;
  /* top: 50%; */
  width: 100%;
  /* height: 400px; */
  margin-top: 0.5rem;
  overflow: hidden;
  opacity: 0;
}
.multiplayer-few-steps-section-2.active {
  opacity: 1;
  animation: slide-up 0.5s ease-out;
}
/* .animate-from-bottom {
  position: relative;
  animation: slide-up 1s ease-out;
} */

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.multiplayer-few-steps-section-row {
  /* height: 400px; */
  margin-top: 0;
  padding-top: 40px;
}
.multiplayer-few-steps-section-heading-1 {
  width: 480px;
  margin: 0;
}

.multiplayer-few-steps-section-heading-2 {
  background: rgba(140, 114, 244, 0.29);
  border: 1px solid #8c72f4;
  border-radius: 10px;
  width: 250px;
  height: 50px;
  font-family: "Russo One";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.multiplayer-few-steps-section-text {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 400px;
}

.multiplayer-few-steps-section-span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.multiplayer-few-steps-section-code-snippet {
  width: 600px;
  min-height: 250px;
  border: 2px solid #3b3b44;
  border-radius: 17px;
}
.dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 5px;
}
.green {
  background: #5bedb0;
}
.red {
  background: #c02c73;
}
.yellow {
  background: #fffb8f;
}
.code-snippet-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding-top: 10px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .multiplayer-few-steps {
    flex-direction: column;
    justify-content: center;
  }
  .multiplayer-few-steps-section-1 {
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .multiplayer-few-steps-section-heading-1 {
    width: auto;
    margin: 0;
  }
  .multiplayer-few-steps-section-text {
    margin: 10px auto;
    display: none;
  }
  .multiplayer-few-steps-section-span {
    text-align: center;
    font-size: 12px;
    margin: auto;
    display: none;
  }
  .multiplayer-few-steps-section-heading-2 {
    width: 170px;
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .multiplayer-few-steps-section-code-snippet {
    width: auto;
    min-height: 250px;
  }

  .stepper-container {
    height: 350px;
    margin-top: 20px;
  }

  .multiplayer-few-steps-section-2 {
    height: 350px;
    overflow: visible;
  }

  .multiplayer-few-steps-section-2.active {
    animation: slide-left 0.5s ease-out;
    opacity: 1;
  }
  .multiplayer-few-steps-section-row {
    height: 0px;
    padding-top: 0px;
  }
  .paragraphs-container {
    height: 0px;
  }
}
/* multiplayer-steps-section ends*/

/* party-ui-section starts */
.party-ui-section {
  width: 100%;
  padding-left: 100px;
  margin-top: 60%;
  /* margin-top: 750px; */
}

.party-ui-col-1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
}

.party-ui-col-1 h2 {
  width: 480px;
}

.party-ui-col-1 p {
  margin-top: 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  width: 440px;
}
.party-ui-col-1-btn {
  background: #8c72f4;
  border-radius: 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  width: 140px;
  height: 40px;
  color: #fff;
  line-height: 11px;
  text-align: center;
  border: none;
  margin-top: 16px;
}
.party-ui-image-container {
  position: relative;
  width: 50px;
  height: 50px;
  background: linear-gradient(146.66deg, #8c72f4 49.02%, #8057fe 116.43%);
  border-radius: 10.3688px;
  margin-bottom: 30px;
}
.party-ui-col-image {
  width: 26px;
  height: 23px;
  position: absolute;
  top: 25%;
  left: 25%;
}
.party-ui-col-2 {
  margin-top: 80px;
  background: rgba(63, 63, 72, 0.2);
  border: 1px solid #3f3f48;
  /* border-radius: 40px; */
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 600px;
  box-sizing: border-box;
  border-right: none;
  margin-left: 10px;
  margin-bottom: 80px;
}

@media (max-width: 576px) {
  .party-ui-col-1 {
    align-items: center;
    margin-top: 100px;
    /* padding-left: 60px; */
  }
  .party-ui-col-1 h2 {
    width: 200px;
  }
  .party-ui-col-1 p {
    margin-top: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .party-ui-col-1 button {
    margin-top: 20px;
  }
  .party-ui-col-2 {
    height: 300px;
  }
  .party-ui-section {
    width: 100%;
    padding-left: 16px;
    margin-top: 650px;
  }
}
/* party-ui-section ends */

/* building-multi-player-section starts */
.building-multi-player {
  margin-bottom: 150px;
  margin-top: 100px;
}
.building-multi-player img {
  max-width: 100px;
}
.building-multi-player h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.building-multi-player p {
    margin: auto;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    max-width: 700px;
}
.building-multi-player-row {
  margin: auto;
  margin-bottom: 20px;
}

.building-multi-player-link {
  height: 150px;
  border: 2px solid #3e3e47;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: 0 10px;
}

.building-multi-player-link:hover {
  background: rgba(228, 228, 228, 0.1);
  cursor: pointer;
}
.building-multi-player-link a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

.building-multi-player-link img {
padding-right: 10px;
}

@media (max-width: 576px) {
  .building-multi-player-link {
    margin: 10px;
    height: 120px;
  }
  .building-multi-player p {
    font-size: 16px;
  }
  .building-multi-player-link a {
    font-size: 20px;
  }
  .building-multi-player {
    margin-bottom: 70px;
}
}
/* building-multi-player-section ends */

/* footer starts */
.footer {
  border-top: 1px solid #3e3e47;
  display: flex;
  align-items: center;
  height: 80px;
}
.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .footer-nav {
display: flex;
align-items: center;
justify-content: flex-start;
} */
.footer-container ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  margin: 0;
}
.footer-nav-item {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.footer-nav-item a:hover {
  color: #ac72ff;
  cursor: pointer;
}
.footer-nav-item a {
  text-decoration: none;
  color: #fff;
}
.footer-container-copyright {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
}
.footer-section-2 {
  width: 170px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.footer-icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 576px) {

  .building-multi-player-row {
  margin: auto;
  margin-bottom: 0px;
}
  .footer-container ul {
    width: 300px;
  }
  .footer-container {
    width: auto;
    flex-direction: column;
  }
  .footer-nav {
    margin-bottom: 5px;
  }
  .footer-section-2 {
    width: 165px;
    margin-top: 5px;
  }
  .footer-icon {
    width: 16px;
    height: 16px;
  }
}
/* footer ends */
