body{
    margin: 0;
    position: relative;
}

html {
  scroll-behavior: smooth;
}

img {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

[onclick], 
[role="button"],
button,
a {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

.header-float{
  width: calc(100% - 20px);
  background-color: white; 
  position: fixed;
  top: 10px;
  left: 50%; 
  transform: translateX(-50%); 
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  border-radius: 10px; 
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-sizing: border-box;
}

.header-float .logo{
  display: block;
}

.header-float .logo1{
  display: none;
}

.logo{
  display: none;
}

.logo1{
  display: block;
}

.header .header-inner{
  padding: 20px;
}

.header-float .header-inner{
  padding: 10px 20px;
}

.header-inner {
  width: 100%;
  max-width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
}

.header-logo {
  height: 35px;
}

.header-logo img {
  height: 100%;
  width: auto;
}

.language-down{
  position: absolute;
  right: 0;
  bottom: -490px;
  background-color: rgb(255, 255, 255, 0.95);
  width: 400px;
  border-radius: 10px;
  padding: 20px;
  display: none; /* grid */
  grid-template-columns: 1fr 1fr;
  box-sizing: border-box;
  gap: 20px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.language-down .lang-inner-div{
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

.language-down .lang-inner-div:hover{
  background-color: #F6ebff;
}
  

.pop-up-arrow{
  position: absolute;
  right: 30px;
  top: -20px;
}

.content {
  width: 100%;
  height: 200vh;
  display: flex;
  flex-direction: column;
}

.pc-header-menu {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.pc-header-menu a{
  text-decoration: none;
}

.pc-lang{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.lang-flag{
  width: 30px;
}

.drop-btn{
  width: 10px;
}

.mb-header-menu{
  display: none;
  width: 30px;
  cursor: pointer;
}

.mb-header-menu img{
  width: 100%;
  height: auto; 
}

.header .more-white{
  display: block;
}

.header .more-black{
  display: none;
}

.header-float .more-white{
  display: none;
}

.header-float .more-black{
  display: block;
}

.banner-div{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.pc-banner{
  display: flex;
  width: 100%;
  height: auto;
}

.banner-img{
  width: 100%;
  height: 100%;
}

.banner-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: opacity 0.8s linear;
}

.sub-banner{
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(212, 178, 255, 0.3);
}

.sub-banner-img-div{
  width: 70px;
  height: 70px;
  filter: grayscale(85%);
  cursor: pointer;
  transition: filter 0.3s ease-in-out;
}

.sub-banner-img-div.active{
  filter: none;
}

.sub-banner-img-div img{
  width: 100%;
  height: 100%;
}

.mb-banner{
  display: none;
  width: 100vw;
  height: auto;
}

.mb-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: opacity 0.8s linear;
}

.game-swiper-container{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  padding: 0px 30px;
  box-sizing: border-box;
  margin-top: 60px;
}

.game-swiper-container-inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: var(--max-width);
  box-sizing: border-box;
  align-items: center;
}

.game-swiper-div{
  width: 100%;
  max-width: var(--max-width);
  overflow: visible;
  justify-content: center;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0) 0%,
    hsl(0 0% 0% / 1) 5%,
    hsl(0 0% 0% / 1) 95%,
    hsl(0 0% 0% / 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0) 0%,
    hsl(0 0% 0% / 1) 5%,
    hsl(0 0% 0% / 1) 95%,
    hsl(0 0% 0% / 0) 100%
  );
}

.game-swiper-wrapper {
  display: flex;
  width: 100%;
  /* overflow-x: hidden; */

}

.game-swiper-slide {
  /* min-width: 300px; */
  width: auto;
  height: auto;
  text-align: center;
  /* margin: 0 10px; */
  background-color: pink;
  border-radius: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.swiper-button {
  width: 80px;
  height: 100%;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button img{
  width: 50%;
}


.game-swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease; 
}

.game-info{
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%); 
  transform: translateY(40px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.play-btn {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center; 
  align-items: center;
}

.game-swiper-slide:hover .game-info {
  transform: translateY(0); 
}

/* Zoom-in effect on hover */
.game-swiper-slide:hover img {
  transform: scale(1.1); /* Zoom in by 10% */
}

.game-details{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
  align-items: flex-start;
  gap: 10px;
}

.game-details .hr{
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}

.grid-details{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr ;
  gap: 10px;
}

.grid-details-inner{
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.top-games-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  border: solid 2.5px #8F00C7;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.top-games-btn:hover{
  background-color: #8F00C7;
  color: #fff;
}

.our-game{
  display: flex;
  width: 100%;
  background-image: linear-gradient(to top, #E990FF, #FFFFFF);
  justify-content: center;
  align-items: center;
  padding: 120px 0;
}

.our-game-inner{
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: var(--max-width);
  justify-content: space-evenly;
  box-sizing: border-box;
}

.our-game-detail{
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  width: 30%;
}

.our-game-carousel{
  display: flex;
  flex-direction: row;
  width: 500px;
  overflow: hidden;
  justify-content: center;
  mask-image: linear-gradient(
    to top,
    hsl(0 0% 0% / 0) 0%,
    hsl(0 0% 0% / 1) 10%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to top,
    hsl(0 0% 0% / 0) 0%,
    hsl(0 0% 0% / 1) 10%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0) 100%
  );
}

.our-game-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 400px; /* Visible area */
  overflow: hidden;
  position: relative;
}

.our-game-inner-div {
  display: flex;
  flex-direction: column;
  animation: scrollVertical 12s linear infinite;
}

.our-game-inner-div img {
  width: auto;
  height: 170px;
  object-fit: contain;
  display: block;
  justify-content: center;
  align-items: center;
}

.our-game-inner-div.reverse {
  animation: scrollVerticalReverse 12s linear infinite;
}

@keyframes scrollVertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1020px);
  }
}

@keyframes scrollVerticalReverse {
  0% {
    transform: translateY(-1020px);
  }
  100% {
    transform: translateY(0);
  }
}

.plan-div{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
}

.plan-div-inner{
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: var(--max-width);
  justify-content: space-evenly;
  box-sizing: border-box;
  align-items: center;
}

.plan-div .plan-img{
  width: 500px;
}

.plan-div .plan-img img{
  width: 100%;
  height: auto;
}

.plan-details{
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 30%;
}

.about-div{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
  position: relative;
  background-image: linear-gradient(to top, #E990FF, #FFFFFF);
}

.about-div-inner{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  max-width: var(--max-width);
  justify-content: space-evenly;
  box-sizing: border-box;
  align-items: center;
}

.about-details{
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 30%;
}

.about-img-div{
 width: 500px; 
 position: relative;
 height: 100%;
}

.about-img-inner-div{
  width: 100%;
  position: absolute;
  bottom: -120px;
  display: flex;
  justify-content: center;
}

.about-img-inner-div img{
  display: block;
}

.about-main-img{
  width: 40%;
}

.about-img1{
  position: absolute;
  width: 50px;
  bottom: 25%;
  left: 10%;
  animation: abt1 3s ease-in-out infinite;
}

.about-img2{
  position: absolute;
  width: 45px;
  top: 25%;
  left: 18%;
  animation: abt1 5s ease-in-out infinite;
}

.about-img3{
  position: absolute;
  width: 40px;
  top: 28%;
  right: 13%;
  animation: abt1 3s ease-in-out infinite;
}

.about-img4{
  position: absolute;
  width: 45px;
  bottom: 10%;
  right: 18%;
  animation: abt1 4s ease-in-out infinite;
}

@keyframes abt1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3); 
  }
  0% {
    transform: scale(1)
  }
}

.contact-div{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #3E005F;
}

.contact-div-inner{
  width: 100%;
  background-image: url(../img/contact-us-bg.png);
  max-width: var(--max-width);
  /* background-attachment: fixed;  */
  background-size: cover; 
  background-position: center;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 120px 0;
}

.contact-details{
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 30%;
}

.mail-div{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mail-inner-div{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.mail-inner-div img{
  width: 25px;
}

.mail-div hr{
  width: 80%;
  height: 1px;
  background-color: #FFFFFF;
  border: none;
  margin: 0;
}

.mail-div .contact-details{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.mail-div .contact-details img{
  cursor: pointer;
  width: 25px;
}

.contact-form{
  background-color: rgba(230, 228, 237, 0.8);
  width: 500px;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.contact-input{
  display: flex;
  width: 90%;
  height: min(10.15vw, 45px);
  border-radius: 5px;
  border: 1px solid #B8B8B8;
  box-sizing: border-box;
  --webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  outline: none; 
  padding: 0 3%;
}

.contact-text-area{
  display: flex;
  width: 90%;
  height: min(17vw, 95px);
  border-radius: 5px;
  border: 1px solid #B8B8B8;
  box-sizing: border-box;
  --webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  outline: none; 
  padding: 3%;
}

.submit-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  border: solid 2.5px #8F00C7;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover{
  background-color: #8F00C7;
  color: #fff;
}

.copywrite-div{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #1A1A1A;
  padding: 10px 0;
}

.contact-details2{
  display: none;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.contact-details-info{
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.contact-details-info img{
  cursor: pointer;
  width: 25px;
}

.contact-select{
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-rocket{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-rocket img{
  width: 50%;
}

/* mb pop up */
.option-div{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background-color: #F8F8F8;
}

.opt-header{
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.opt-header-logo{
  height: 35px;
  cursor: pointer;
}

.opt-header-close{
  width: 30px;
  cursor: pointer;
}

.opt-hr{
  width: calc(100% - 40px);
  border: none;
  height: 1px;
  background-color: #B5B5B5;
  margin: 0 auto;
}

.opt-main{
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: column;

}

.opt-main-hr{
  width: 150px;
  border: none;
  height: 1px;
  background-color: #B5B5B5;
  margin: 0 auto;
}

.opt-main div{
  cursor: pointer;
}

.opt-lang{
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}

.lang-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}

.lang-drop-icon{
  width: 13px;
  height: 13px;
}

.lang-opt-div{
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;

}

.lang-inner-div{
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  cursor: pointer;
}

.lang-inner-div img{
  width: 35px;
}