@font-face {
  font-family: "Rubik One";
  src: url(../fonts/RubikOne-Regular.ttf);
}
@font-face {
  font-family: "Open Sans";
  src: url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap);
}
body {
  background-color: #ffffff;
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.host-video-img{

}
.host-video-img video{
  border-radius: 25px;
  border: 1px solid;

}
.noti-bar {
  height: 66px;
  background: #8057fe;
  border: 0.752296px solid #8c72f4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noti-bar .noti-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #ffffff;
}

.hero {
  width: 100%;
  background-color: #f7fb79;
  padding: 20px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.bg-scale {
  animation: fillGaps 0.6s forwards;
}

.overflow-visible {
  overflow: visible !important;
}

@keyframes fillGaps {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}
.bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  border-radius: 18px;
}

.bg-overlay .lottie-player {
  width: 100%;
  height: 100%;
  transform: scale(1.53);
}

.hero .lottie-animation {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 18px;
  width: 100%;
  height: 95vh;
  max-width: none;
  min-height: 600px;
  position: relative;
}

.lottie-animation-bg {
  background-color: #8c72f4;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 18px;
 transition: all 1s ease-in;
}

.hero .lottie-animation .boom-nav.navbar .nav-item,
.hero .lottie-animation .boom-nav.navbar .btn-outline {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 15.9833px;
  line-height: 20px;
  color: #ffffff;
}
.hero .lottie-animation .boom-nav.navbar .btn-outline {
  border: 3px solid #ffffff;
  border-radius: 7px;
}
.hero .lottie-animation .hero-title-container {
  flex: 1;
  align-items: end;
  padding: 0 0 60px 0px;
  z-index: 1;
}

.hero .lottie-animation .navbar {
  max-width: 100%;
  padding: 3px 6px;
}

.hero .lottie-animation .hero-title-container .title-block {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  max-width: 1200px;
  padding: 0 6px;
}
.hero .lottie-animation .hero-title-container .title-block .hero-title {
  font-size: 10rem;
  line-height: 11rem;
}
.hero .lottie-animation .hero-title-container .title-block .hero-subtitle {
  font-size: 26px;
  line-height: 33px;
}
.hero .lottie-animation .total-counts {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  color: #fffb8f;
  position: absolute;
  transform: rotate(-90deg);
  right: -116px;
  bottom: 150px;
}
.hero .lottie-animation .total-counts .title {
  font-size: 18.0551px;
  line-height: 22px;
}
.hero .lottie-animation .total-counts .number {
  font-size: 116.586px;
  line-height: 100px;
}
.hero .lottie-animation .questions-block {
  width: 382px;
  height: 164px;
  background: #ffffff;
  border: 3px solid #000000;
  box-shadow: 0px 6px 0px #000000;
  border-radius: 25px;
  padding: 24px;
  position: relative;
  position: absolute;
  right: 140px;
  bottom: -70px;
  transform: rotate(8.45deg);
}
.hero .lottie-animation .questions-block .timer {
  background: linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(0deg, #ffffff, #ffffff), #ffffff;
  border: 6px solid #000000;
  position: absolute;
  right: 50px;
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .lottie-animation .questions-block .timer svg {
  width: 40px;
  height: 40px;
}
.hero .lottie-animation .questions-block .question {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 27.7545px;
  line-height: 34px;
  color: #000000;
}


/* footer starts */
.footer {
  border-top: 1px solid #3e3e47;
  display: flex;
  align-items: center;
  height: 80px;
}
.footer a {
text-decoration: none;
}

.footer a:hover {
  color: #ac72ff;
  cursor: pointer;
}
.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;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .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;
  }
}
@media (max-width:3000) {
  .building-multi-player{
    margin-top: 1700px;
  }
  
}
/* footer ends */


.section-block .container-fluid {
  padding: 80px 40px;
}
.section-block .section-title {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.section-block .section-title > h2 {
  font-size: 60px;
}
.section-block .section-title > p {
  font-size: 27px;
}
.section-block .section-content {
  padding: 50px 0;
}

.quick-start {
  background-color: #8c72f4;
  overflow: hidden;
}
.quick-start > .bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.host-section {
  background-color: #000000;
}
.host-section > .bg {
/*  background-image: url("../assets/img/bg-host.svg");*/
  background-size: cover;
  background-repeat: no-repeat;
}
.host-section-btn {
  border: 2px solid #ffffff;
  border-radius: 50px;
  color: #fff;
  font-family: Rubik One;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 15px 24px;
  text-decoration: none;
}
.host-section-btn:hover {
  text-decoration: none;
  color: #8C72F4;
  border: 2px solid #8C72F4;
  cursor: pointer;
}
.host-section .host-video {
  height: 615px;
}
.host-section .host-video img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.feature-center{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background:linear-gradient(138deg, #18191B 0%, rgba(24, 25, 27, 0.00) 100%);
    width: 100%;
    min-height: 300px;

}

.frame-center{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    width: 100%;

}

.template-center{
      background: none !important;
    min-height: 0px;
    margin-top: 0px !important;
    margin-top: -50px !important;
}
.template-center img{
border-radius: 8px;
}

.template-center img:hover{
transform: scale(.9);
    transition: all 0.2s ease-in-out;
}
.host-section-para {
  margin-bottom: 20px;
}
.feature-section {
  padding: 20px;
  background-color: #000;
}
.feature-section > .bg {
/*  background-image: url("../assets/img/bg-feature.svg");*/
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 18px;
  padding: 80px 20px;
  margin-top: -100px;
}
.feature-section .section-content .row [class*="col-"] {
  align-items: start;
}
.feature-section .section-content .row [class*="col-"]:nth-child(3) {
  align-items: center;
}
.feature-section .code-container {
  height: 160px;
  width: 160px;
  background: #ffffff;
  box-shadow: 0px 6.01837px 0px rgba(0, 0, 0, 0.25);
  border-radius: 7.52296px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.feature-section .code-container .code-container-icon {
  max-width: 130px;
  max-height: 130px;
}
.feature-section .code-container .code-container-icon-span {
  font-size: 60px;
  position: absolute;
  bottom: -50px;
  right: -30px;
  text-shadow: 3.42054px 5.13081px 16.5326px #ba76ff;
  transform: matrix(-0.73, 0.68, 0.68, 0.73, 0, 0);
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');


.feature-section img{
  margin-top: 50px;
}

.feature-section .features-section-para {
    font-family:"Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #ffffff;
    max-width: 400px;
    text-align: center;
    margin-bottom: 50px;
}
.feature-section .feature-section-para {
  font-family: "Rubik One";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  width: 80%;
}
.feature-section .code-title {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 60px;
  color: #ffffff;
}
.feature-section .comp-list {
  height: 80px;
  width: 290px;
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 7.52296px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
}
.feature-section .beast-container {
  background: #000;
}
.feature-section .tabs-container {
  background: #ffffff;
}
.feature-section .feature-column-container {
  width: 160px;
  height: 160px;
}

.funplaying-section {
  background-color: #65aef9;
  overflow: auto;
}
.funplaying-section > .bg {
  background-image: url("../assets/img/bg-funplaying.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 18px;
}
.funplaying-section .game-poster {
  height: 450px;
  position: relative;
}
.funplaying-section .game-poster .hey-icon {
  position: absolute;
  top: -60px;
  width: 100px;
  height: 100px;
}
.funplaying-section .game-poster .game-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.footer {
  background-color: #000;
}
.footer .footer-link, 
.footer a {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

.footer-sec{
  text-align: end;
}
/* Css Changes need to replace with SCSS*/
.quick-start .card {
  margin: 0px 20px;
  border-radius: 12px;
  border: 0px;
  background: none;
}
.quick-start .card .card-title {
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 22.8397px;
  line-height: 28px;
  letter-spacing: 3px;
  color: #ffffff;
}
.quick-start .card.green {
  background: radial-gradient(
      58.32% 46.1% at 50% 50%,
      rgba(229, 69, 255, 0.5) 19.79%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, #6ff4a4, #6ff4a4);
}
.quick-start .card.orange {
  background: radial-gradient(
      58.32% 46.1% at 50% 50%,
      rgba(229, 69, 255, 0.5) 19.79%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, #ffa321, #ffa321);
}
.quick-start .card:last-child {
  margin: 0px;
}
.quick-start .card .cta-btn {
  background: #ba76ff;
  border: 3px solid #000000;
  box-shadow: 0px 3px 0px #000000;
  border-radius: 60px;
  position: absolute;
  bottom: -30px;
  width: 196.29px;
  height: 66.55px;
  font-family: "Rubik One";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
}
.quick-start .card .cta-btn:hover {
  color: #000;
}
.quick-start .card .card-box {
  background: #000000;
  border: 2px solid #ffffff;
  border-radius: 12px;
  height: 289px;
}
.quick-start .card .card-box .card-sticky-box {
  margin-left: 7px;
  margin-top: -10px;
  margin-right: -2px;
  height: 289px;
  background: #000000;
  border: 2px solid #ffffff;
  border-radius: 12px;
  width: 265px;
  padding: 30px 24px;
  position: relative;
}
.quick-start .card .card-box .card-sticky-box .card-icon {
  position: absolute;
  bottom: -24%;
  left: 0;
  right: 0;
  margin: auto;
}
.quick-start .card .card-heading {
  width: 180px;
}
.quick-start .card.empty {
  border: 3px solid #000000;
  box-shadow: 0px 5px 0px #000000;
}

.fea-tab-title {
  font-family: "Rubik One";
  font-size: 33px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 0px;
}

.fea-tab-title.white {
  color: #ffffff;
}

.heart-container {
  max-width: 160px;
  max-height: 160px;
}

.nav-dropdown {
  background: #ffffff;
  border-radius: 10px;
  color: #000000;
}
.nav-dropdown .nav-item {
  color: #000000 !important;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #fff !important;
}
.nav-link:hover {
  color: #000000 !important;
}


.head-btn{
  background: #ba76ff;
    border: 3px solid #000000;
    box-shadow: 0px 3px 0px #000000;
        font-family: "Rubik One";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    margin-right: 10px;
        margin-bottom: 10px;
        padding: 20px;
        margin-top: 20px;
}
.head-btn:hover{

  background: #ba76ff;
    border: 3px solid #000000;
    box-shadow: 0px 3px 0px #000000;
    color: #000;
    margin-right: 10px;
            padding: 20px;
}

.main-btn{
  background: #ba76ff;
    border: 3px solid #000000;
    box-shadow: 0px 3px 0px #000000;
        font-family: "Rubik One";
    font-style: normal;
    font-weight: 400;
    font-size: 15.9833px;
    line-height: 20px;
    color: #ffffff;
    margin-right: 10px;
        margin-bottom: 10px;
}
.main-btn:hover{
  background: #ba76ff;
    border: 3px solid #000000;
    box-shadow: 0px 3px 0px #000000;
        font-family: "Rubik One";
    font-style: normal;
    font-weight: 400;
    font-size: 15.9833px;
    line-height: 20px;
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
}
.hero .lottie-animation .boom-nav.navbar .btn-outline:hover {
  border: 3px solid #000;
  color: #000;
}
.nav-dropdown .dropdown-menu-container {
  background-color: transparent;
  border: none;
  translate: -50px 0;
}
.nav-dropdown .dropdown-menu-inner {
  border-radius: 10px;
  margin-bottom: 7px;
  padding: 19px 15px 19px 17px;
}
.nav-dropdown .dropdown-menu-inner:last-child {
  margin-bottom: 0px;
}
.green {
  background: #81f0b0;
}
.orange {
  background: #ffa72c;
}
/* Media Query for Mobile Devices */
@media (max-width: 480px) {

  .bg-overlay .lottie-player {
    /* width: 100%; */
    height: 100%;
    /* transform: scale(1.53); */
    width: 830px;
    /* position: fixed; */
    left: -430px;
    /* overflow: hidden; */
    position: relative;

  }
  .footer-sec{
    text-align: start
  }
  .funplaying-section .game-poster .hey-icon {
    top: -50px;
    width: 70px;
    height: 70px;
  }
  .host-section-btn {
    padding: 10px 15px;
  }
  .host-section-para {
    margin-bottom: 26px;
  }
  .noti-bar {
    display: none;
  }

  .navbar-brand {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .navbar-toggler {
    border: none;
    padding: 0;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 100%;
  }

  .hero .lottie-animation {
    height: 80vh;
    width: 100%;
  }
  .hero .lottie-animation .hero-title-container {
    flex: 1;
    align-items: start;
    padding: 70px 10px 0 10px;
  }
  .hero .lottie-animation .hero-title-container .title-block .hero-title {
    font-size: 40px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 10px;
  }
  .hero .lottie-animation .hero-title-container .title-block .hero-subtitle {
    max-width: 100%;
    padding: 0 50px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .hero .lottie-animation .total-counts {
    right: -85px;
    bottom: 100px;
  }
  .hero .lottie-animation .total-counts .title {
    font-size: 18.0551px;
    line-height: 22px;
  }
  .hero .lottie-animation .total-counts .number {
    font-size: 87px;
    line-height: 108px;
  }
  .hero .lottie-animation .questions-block {
    display: none;
  }

  .section-block .container-fluid {
    padding: 70px 24px;
    background-position: top;
  }
  .section-block .section-title > h2 {
    font-size: 35.7448px;
    line-height: 91.3%;
    margin-bottom: 10px;
    padding: 0 40px;
  }
  .section-block .section-title > p {
    font-size: 12px;
    line-height: 91.3%;
  }
  .section-block .section-content {
    min-width: 100%;
    padding: 50px 0;
  }
  .section-block.quick-start .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-block.quick-start .section-content {
    padding-left: 24px !important;
  }
  .section-block.quick-start .section-content > .row {
    flex-wrap: nowrap;
  }
  .section-block.quick-start .section-content > .row > .col-sm-4 {
    width: auto;
  }
  .section-block.quick-start .card {
    width: 100%;
    height: 276px;
  }
  .section-block.quick-start .card .card-box {
    height: 161px;
  }
  .section-block.quick-start .card .card-box .card-sticky-box {
    width: 160px;
    height: 160px;
  }
  .section-block.quick-start .card .card-box .card-sticky-box .card-title {
    font-size: 12px;
    line-height: 15px;
  }
  .section-block.quick-start .card .card-box .card-sticky-box .card-icon {
    width: 120px;
  }
  .section-block.quick-start .card .cta-btn {
    border: 2px solid #000000;
    box-shadow: 0px 1px 0px #000000;
    bottom: -20px;
    width: 120px;
    height: 41px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .host-section .host-video {
    height: auto;
  }

  .host-section > .bg {
  }

  .feature-section > .bg {
  }
  .feature-section .section-content .row [class*="col-"] {
    align-items: center;
  }
  .feature-section .code-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .feature-section .features-section-para {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
  .feature-section .feature-column-container {
    width: 100%;
    text-align: center;
  }
  .feature-section .fea-tab-title {
    font-size: 26.3817px;
    line-height: 91.3%;
  }
  .feature-section .comp-list {
    width: 100%;
    padding: 10px 10px;
  }

  .funplaying-section .section-content {
    padding-bottom: 0 !important;
  }
  .funplaying-section .row [class*="col-"] .game-poster {
    margin-bottom: 24px;
  }
  .funplaying-section .row [class*="col-"]:last-child .game-poster {
    margin-bottom: 0;
  }

  .offset-xs-3 {
    margin-left: 0 !important;
  }

  .nav-dropdown {
    background: #ffffff;
    border-radius: 10px;
    color: #000000;
  }
  .nav-dropdown .nav-item {
    color: #000000 !important;
  }
  .dropdown-item:hover {
    background-color: transparent;
    color: #fff !important;
  }
  .nav-link:hover {
    color: #000000 !important;
  }
  .hero .lottie-animation .boom-nav.navbar .btn-outline:hover {
    border: 3px solid #000;
    color: #000;
  }
  .nav-dropdown {
    background: transparent;
  }
  .nav-dropdown .dropdown-menu-container {
    /* background-color: transparent; */
    border: 1px solid #fff;
    translate: 0px 0;
    padding: 10px;
    background: transparent !important;
  }
  .nav-dropdown .dropdown-menu-inner {
    border-radius: 10px;
    margin-bottom: 7px;
    padding: 5px 0px;
  }
  .nav-dropdown .dropdown-menu-inner:last-child {
    margin-bottom: 0px;
  }
  .funplaying-section .game-poster {
    height: 300px;
  }
  .quick-start .card {
    padding: 0px
  }
  .hero .lottie-animation .hero-title-container .title-block {
    padding: 0px;
    text-align: center;
  }
}
.navbar-toggler-icon {
  background-image: url(../assets/icons/navbarToggler.svg);
  background-size: contain;
}
/*# sourceMappingURL=boom.css.map */

.swiper {
  width: 100%;
  height: 100%;
}
