@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
body {
  background-color: black;
  color: #f5f5f5;
  font-family: "Josefin Sans", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(6px);
  z-index: 50;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
#nav {
  padding: 0 20px;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.brand {
  font-weight: 700;
  color: #111;
  padding-left: 30px;
}

nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

nav a {
  display: inline-block;
  padding: 8px 6px;
  color: #9f9f9f;
  text-decoration: none;
  font-weight: 600;
}
nav a:hover {
  color: #fff;
}
#nav ul li a {
  transition: color 0.1s;
}
.height-36 {
  height: 36px;
}

.font-size-14 {
  font-size: 14px;
}
#nav ul li a.active {
  color: white;
  font-weight: bold;
}
.Ullist ul li {
  font-size: 12px;
}
.line-heightMore {
  line-height: 1.3;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-12 {
  font-size: 12px;
}
.color-DAD7D7 {
  color: #dad7d7;
}
.bold {
  font-weight: 700 !important;
}
/* Mobile nav */
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 20px;
}

#menuToggle {
  color: white;
}
.color-white {
  color: white;
}

.hero {
  height: 100vh;
  align-items: center;
  margin-top: 91px;
  position: relative;

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.margin-auto {
  margin: auto;
}
.firsttext {
  font-size: 70px;
  color: white;
  font-weight: 700;
  width: 732px;
  text-align: center;
  line-height: 1;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  opacity: 0.4;
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}
.firsttxtImg {
    position: absolute;
    font-size: 34px;
    width: 251px;
    right: 0px;
    font-weight: 700 !important;
    line-height: 1;
    top: 0px;
    text-align: center;
}
.SecondtxtImg {
  position: absolute;
  font-size: 35px;
  font-weight: 700 !important;
  bottom: -72px;
  left: 32%;
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in {
  animation: zoomIn 0.7s ease forwards;
}

@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-180deg) scale(0.3);
  }
  to {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
.rotate-in {
  animation: rotateIn 1s ease forwards;
}
.aboutMainContainer label {
  opacity: 0;
  display: inline-block;
  animation: fadeInText 2s ease forwards;
}
.aboutMainContainer ul li {
  opacity: 0;
  animation: fadeInText 1.5s ease forwards;
}
.fade-container > *:nth-child(1) {
  animation-delay: 0.2s;
}
.fade-container > *:nth-child(2) {
  animation-delay: 0.4s;
}
.fade-container > *:nth-child(3) {
  animation-delay: 0.6s;
}
.fade-container > *:nth-child(4) {
  animation-delay: 0.8s;
}
.fade-container > *:nth-child(5) {
  animation-delay: 1s;
}

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.containerLearnMore {
  width: 722px;
  margin: auto;
  margin-top: 130px;
}
.StepsSection {
  background: url("./Img/Group16.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  line-height: 1;
}

.footer1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.bg-img {
  width: 100%;
  height: 100%;
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.content2 {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.content4 {
  display: flex;
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content4 a img {
  margin-right: 20px;
  height: 27px;
}
.cursor-pointer {
  cursor: pointer;
}

.contX {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  height: 1px;
  width: 100%;
}
.content3 {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.challengBtn {
  width: 218px !important;
  height: 45px !important;
}
.steps {
  font-size: 80px;
  font-weight: 700;
  opacity: 0.4;
}
.height-13 {
  height: 13px;
}
.margin-top-60 {
  margin-top: 60px;
}
.font-size-50 {
  font-size: 50px;
}
.margin-right-32 {
  margin-right: 32px;
}
.icon1 {
  position: absolute;
  bottom: -29px;
  right: 224px;
}
.icon2 {
  position: absolute;
  bottom: 57px;
  right: 224px;
}
.icon3 {
  position: absolute;
  bottom: 146px;
  right: 224px;
}
.position-relative {
  position: relative;
}
.margin-left-12 {
  margin-left: 12px;
}
.hero-inner {
  display: grid;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  padding: 24px;
}

.hero h1 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.02;
  margin-bottom: 12px;
}

.hero p {
  color: #444;
  margin-bottom: 18px;
}

.cta {
  display: inline-block;
  padding: 9px;
  background: #0b76ff;
  color: white;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.ctaGame {
  display: inline-block;
  padding: 9px;
  background: linear-gradient(
    133.74deg,
    #698df8 17.23%,
    #775ce4 64.42%,
    #2640b1 107.77%
  );
  color: white;
  text-decoration: none;
  font-weight: 400;
  width: 170px;
  text-align: center;
  height: 49px;
  font-size: 20px;
  padding-top: 12px;
  cursor: pointer;
}
.ctaGame:hover {
  color: white;
  background: linear-gradient(
    133.74deg,
    #698df8 17.23%,
    #775ce4 64.42%,
    #2640b1 107.77%
  );
}
#CarImg {
  background: linear-gradient(
    135deg,
    rgba(105, 141, 248, 0.2) 40%,
    rgba(119, 92, 228, 0.2) 60%,
    rgba(38, 64, 177, 0.4) 90%
  );
  padding-top: 123px;
}
#Games {
  background: linear-gradient(
    135deg,
    rgba(105, 141, 248, 0.2) 40%,
    rgba(119, 92, 228, 0.2) 60%,
    rgba(38, 64, 177, 0.4) 90%
  );
}
.ctaAbout {
  border: 2px solid #698df8;
  display: inline-block;
  padding: 9px;
  background: transparent;
  color: white;
  text-decoration: none;
  font-weight: 400;
  width: 170px;
  text-align: center;
  height: 49px;
  font-size: 20px;
  cursor: pointer;
}
.ctaAbout:hover {
  color: white;
}
.hero-figure {
  background: linear-gradient(180deg, #f7fbff, #fff);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 30px rgba(12, 40, 78, 0.06);
}

.mock-card {
  height: 260px;
  border-radius: 10px;
  background: linear-gradient(90deg, #fff, #f6f9ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #6b7280;
}
.width-778 {
  width: 778px;
}
.padding-right-12 {
  padding-right: 12px;
}
.color-9f9f9f {
  color: #9f9f9f;
}
/* Sections */
section {
  padding: 80px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.section-title {
  font-size: 20px;
  margin-bottom: 18px;
}
.footerHead {
  width: 53%;
  text-align: center;
  line-height: 1;
  margin: auto;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.height-50 {
  height: 50px;
}
.border-radius-20 {
  border-radius: 20px;
}
.margin-left-35 {
  margin-left: 35px;
}
.card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(12, 40, 78, 0.04);
}
.margin-left-auto {
  margin-left: auto;
}
.card h3 {
  margin-bottom: 8px;
}
.margin-0-20 {
  margin: 0 20px;
}
.text-align-center {
  text-align: center !important;
}
@media (max-width: 1090px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .margin-top-60 {
    margin-top: 0;
  }
  .hero {
    height: 80vh;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1100px) and (min-width: 800px) {
  .brand {
    padding-left: 78px;
  }
}
@media (max-width: 640px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

footer {
  padding: 40px 0;
  text-align: center;
  color: #666;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 800px) {
  .margin-right-32 {
    margin-right: 18px;
  }
  .hero {
    margin-top: 35px;
    height: 50vh;
  }
  .containerLearnMore {
    width: 333px;
  }
  .SecondtxtImg {
    position: absolute;
    font-size: 42px;
    font-weight: 700 !important;
    bottom: -56px;
    left: -5px;
  }
  .w-333pxMob {
    width: 333px;
  }
  .firsttext {
    font-size: 35px !important;
    width: 100%;
  }
  .font-size-40 {
    font-size: 30px;
  }
  .font-size-50 {
    font-size: 32px;
  }
  .footerHead {
    width: 81%;
  }
  .content2 {
    top: 72%;
  }
  .content4 {
    top: 83%;
  }
  .icon3 {
    position: absolute;
    bottom: 103px;
    right: -24px;
    height: 53px;
  }
  .icon2 {
    position: absolute;
    bottom: 35px;
    right: -24px;
    height: 53px;
  }
  .icon1 {
    position: absolute;
    bottom: -35px;
    right: -24px;
    height: 53px;
  }
  nav ul {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 70px;
    right: 20px;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(13, 38, 76, 0.08);
    width: 91%;
  }
  nav a {
    color: rgba(119, 92, 228, 1) !important;
  }
  nav a:hover {
    color: rgba(119, 92, 228, 1) !important;
    opacity: 0.6;
  }
  .footer1 {
    padding-bottom: 0 !important;
    margin-top: 0 !important;
  }
  ul li a.active {
    color: white;
    font-weight: 500 !important;
  }
  .menu-toggle {
    display: inline-block;
  }

  nav.open ul {
    display: flex;
  }
  .steps {
    font-size: 34px;
  }
  .firsttxtImg {
    position: absolute;
    font-size: 29px;
    width: 229px;
    right: -13px;
  }
  .responsiveGames {
    flex-direction: column;
  }
  .responsiveGames div {
    margin: auto;
  }
  .margin-top-30Res {
    margin-top: 30px !important;
  }
}

/* .carousel-inner .d-flex img {
  flex: 0 0 20%;
}

@media (max-width: 768px) {
  .carousel-inner .d-flex img {
    flex: 0 0 100%;
  }
} */

.color-move {
  color: rgba(119, 92, 228, 0.6);
}
.privicySec .Ullist li {
  font-size: 13px !important;
  color: #9f9f9f;
}
.logoImg {
  transform: scale(6.5);
  margin-top: -12px;
}
/* Carousel image styling */
.carousel-item img {
  border-radius: 12px;
}

/* Show desktop version at ≥992px */
@media (min-width: 992px) {
  .desktop-version {
    display: flex !important;
  }
  .mobile-version {
    display: none !important;
  }

  #multiCarousel .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 1180px) and (min-width: 800px) {
  .font-size-50 {
    font-size: 36px;
  }
}

/* Show mobile/tablet version at <992px */
@media (max-width: 991.98px) {
  .desktop-version {
    display: none !important;
  }
  .mobile-version {
    display: block !important;
  }

  #multiCarousel .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .logoImg {
    transform: scale(4.5);
    margin-top: -12px;
    padding-left: 10px;
  }
  #Games {
    padding-bottom: 10px !important;
  }
}
a {
  cursor: pointer;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 43% !important;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content !important;
  padding: 5px !important;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1 !important;
  transition: opacity 0.15s ease;
  height: fit-content !important;
  background-color: rgba(119, 92, 228, 0.6) !important;
  border-radius: 20px !important;
}
#Games {
  padding-bottom: 100px !important;
}
.inputContact {
  width: 100%;
  border: 2px solid #775ce499;
  border-radius: 6px;
  height: 35px;
  background-color: white;
  padding: 5px;
  font-size: 12px;
}
textarea {
  border: 2px solid #775ce499;
  background-color: white;
  padding: 5px;
  font-size: 12px;
  border-radius: 6px;
}
:focus-visible {
  outline: none !important;
}
.form-control:focus {
  background-color: #fff;
  border-color: #775ce499 !important;
  outline: 0;
  box-shadow: none !important;
}

.ContactUsContainer {
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.padding-right-10 {
  padding-right: 10px;
}

/* Cards layout */
.contact-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Individual card */
.contact-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 4px 17px rgba(163, 174, 208, 0.17);
  padding: 13px 12px;
  width: 203px;
  border: 2px solid #775ce499;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 25px rgba(163, 174, 208, 0.3);
}

.contact-card .icon {
  font-size: 18px;
  margin-bottom: 4px;
}
textarea {
  resize: none;
}
.contact-card h3 {
  font-size: 20px;
  color: #4b2be3;
  margin-bottom: 10px;
}
.color-000 {
  color: black;
}
.contact-card p {
  color: #555;
  margin-bottom: 0px;
  font-size: 14px;
}

.contact-card a {
  color: #4b2be3;
  text-decoration: none;
  font-weight: bold;
}

.contact-card a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-cards {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1800px) {
  .hero-inner {
    margin-top: 100px !important;
  }
}

.form-control {
  border: 2px solid #775ce499 !important;
}

/* .blur-6 {
  filter: blur(6px);
} */

.comingSoonImg {
  width: 412px;
  height: 415px;
  object-fit: cover;
  object-position: center;
  opacity: 0.6;
}

.ComeTxt {
  color: white;
  font-size: 28px;
  position: absolute;
  font-weight: 700;
  top: 9%;
  left: 68%;
  transform: translate(-90%, -50%);
  font-weight: 700;
  white-space: nowrap;
}
.iconSize {
  height: 60px;
  width: 60px;
}
.imG3 {
  width: 412px;
  height: 415px;
  object-fit: cover;
  object-position: center;
  margin-right: 257px;
}

.logggo {
  height: 39px;
  position: absolute;
  bottom: -59px;
  right: 57%;
}

#multiCarousel img {
  height: 250px;
}

.mainINT {
  background: linear-gradient(
    135deg,
    rgba(105, 141, 248, 0.2) 40%,
    rgba(119, 92, 228, 0.2) 60%,
    rgba(38, 64, 177, 0.4) 90%
  );
}

@media (min-width: 1100px) and (max-width: 1390px) {
  .imG3 {
    margin-right: 43px;
  }
  .brand {
    padding-left: 72px;
  }
  .firsttxtImg {
    font-size: 31px;
    width: 227px;
    right: -164px;
  }
  .icon3,
  .icon2,
  .icon1 {
    right: 56px;
  }
}
@media (min-width: 1100px) and (max-width: 1390px) {
  .firsttxtImg {
    font-size: 21px;
    width: 156px;
    right: 6px;
  }
  .imG3 {
    margin-right: 89px;
  }
}
@media (max-width: 1100px) {
  .flexIm {
    flex-direction: column;
  }
  .margin-autoM {
    margin: auto;
  }
  .imG3 {
    margin-right: 0;
  }
  .comingSoonImg {
    margin-right: 0;
    margin-top: 185px;
  }
  .firsttxtImg {
    position: absolute;
    font-size: 26px;
    width: 192px;
    right: -191px;
    font-weight: 700 !important;
    line-height: 1;
    top: -62px;
  }
  .icon3,
  .icon1,
  .icon2 {
    right: -33px;
  }
  .logggo {
    right: 24%;
  }
}

@media (max-width: 790px) {
  /* .comingSoonImg {
    padding: 58px !important;
  } */

  .SecondtxtImg {
    left: 57px;
  }

  .icon3 {
    bottom: 170px;
    right: -24px;
    height: 53px;
  }
  .icon2 {
    position: absolute;
    bottom: 101px;
    right: -24px;
    height: 53px;
  }
  .icon1 {
    position: absolute;
    bottom: 35px;
    right: -24px;
    height: 53px;
  }
 .firsttxtImg {
        position: absolute;
        font-size: 20px;
        width: 170px;
        right: 72px;
        font-weight: 700 !important;
        line-height: 1;
        top: -89px;
    }
  .SecondtxtImg {
    position: absolute;
    font-size: 33px;
    font-weight: 700 !important;
    bottom: -67px;
    left: 29%;
  }
  .comingSoonImg {
    width: 315px;
    height: 300px;
  }
  .imG3 {
    width: 315px;
    height: 300px;
    margin: auto;
    display: flex;
  }
  .ComeTxt {
    top: 70%;
    left: 75%;
  }
  .challengBtn {
    margin-top: 32px;
  }
}
