 body, html {
      margin: 0;
      overflow-x: hidden;
      background-color: #000000;
      -webkit-user-select: none; /* Chrome, Safari */
      -moz-user-select: none;    /* Firefox */
      -ms-user-select: none;     /* IE10+ */
      user-select: none; 
    }
    ::selection{
      background-color: #129C00;
      color: #ffffff;
    }

    img {
    pointer-events: none;
  }


     /* Carousel basics */
    #homeCarousel { touch-action: pan-y; cursor: default; }
.carousel-item {
  position: relative;
  overflow: hidden;
}
.carousel-inner #slide1{
  /* background-image: linear-gradient(180deg, rgb(0 0 0 / 60%) 70%, rgb(0 0 0 / 99%) 100%), url('/static/images/mobile-home-bg-1.jpg'); */
  background-image: url('/static/images/mobile-home-bg-1.png');
}
.carousel-inner #slide2{
  /* background-image: linear-gradient(180deg, rgb(0 0 0 / 60%) 70%, rgb(0 0 0 / 99%) 100%), url('/static/images/mobile-home-bg-2.jpg'); */
  background-image: url('/static/images/mobile-home-bg-2.jpg');
}
.carousel-inner #slide3{
  /* background-image: linear-gradient(180deg, rgb(0 0 0 / 60%) 70%, rgb(0 0 0 / 99%) 100%), url('/static/images/mobile-home-bg-3.jpg'); */
  background-image: url('/static/images/mobile-home-bg-3.jpg');
}
.carousel-inner #slide4{
  /* background-image: linear-gradient(180deg, rgb(0 0 0 / 60%) 70%, rgb(0 0 0 / 99%) 100%), url('/static/images/mobile-home-bg-4.jpg'); */
  background-image: url('/static/images/mobile-home-bg-4.jpg');
}
.carousel-inner #slide5{
  /* background-image: linear-gradient(180deg, rgb(0 0 0 / 60%) 70%, rgb(0 0 0 / 99%) 100%), url('/static/images/mobile-home-bg-5.jpg'); */
  background-image: url('/static/images/mobile-home-bg-5.png');
}
/* Slide background div */
.slide-bg {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/* Static Welcome Text */
.welcome-text {
  opacity: 1;
}

.welcome-text {
  font-family: 'Rajdhani', sans-serif;
  position: absolute;
  top: 50%;
  left: 24%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: start;
  z-index: 10;
}
.welcome-text h1 {
  font-size: 200px;
  font-weight: 700;
  line-height: 70%;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  color: #FFFFFF;
}
.welcome-text h5 {
  font-size: 70px;
  margin: 10px 0;
  position: absolute;
}
.subtext_3_section {
  margin-top: 20px;
}
.line5 {
  transition: transform 0.3s ease;
}
.Breaker {
  display: block;
}
.welcome-text .welcome_subText_1{
    font-size: 70px;
    background: #777777;
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    font-weight: 700;
    color: #FFFFFF;
}
.welcome-text .welcome_subText_2{
    font-size: 70px;
    background: #30FE5C;
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    font-weight: 700;
    color: #000000;
    margin-left: 5px;
}
.welcome-text .welcome_subText_3{
    font-size: 70px;
    background: #00B2FF;
    padding: 5px 20px 5px 20px;
    border-radius: 50px;
    font-weight: 700;
    color: #FFFFFF;
}
.welcome-text .subtext_3_section{
    margin-top: 20px;
    margin-bottom: 15px;
}
.welcome-text p {
  font-size: 1.2rem;
  color: #f8f8f8;
  margin-top: 10px;
}

.line3, .line4 {
  position: relative;
  display: inline-block;
  margin: 0;
}


/* Indicators style */
.carousel-indicators {
  z-index: 20; /* ✅ above overlay */
  display: none;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.6);
}

.carousel-indicators .active {
  background-color: #fff;
}


/* second section start */

.second-section{
  margin-top: 70px;
}
.second-section .count-section{
  /* text-align: center; */
  position: relative;
}
.second-section .count-section .count-numbers{
  font-family: 'Rajdhani', sans-serif;
  font-size: 290px;
  font-weight: 700;
  
}
.second-section .count-section #downloads_count{
  background: linear-gradient(180deg, #30FF5D 38.46%, #34AF1C 65.27%, #000000 74.04%);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent; 
}
.second-section .count-section #revenue_count{
    background: linear-gradient(180deg, #FFFFFF 16.46%, #FFAE00 54.27%, #000000 71.04%);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent; 
}

.second-section .count-section .sympols{
  font-size: 150px;
  font-weight: 700;
  margin-left: 10px;
   
}
.second-section .count-section #sympol_1{
background: linear-gradient(180deg, #82FF72 38.46%, #094D00 65.27%, #000000 74.04%);
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent;
}

.second-section .count-section #sympol_2{
background: linear-gradient(180deg, #FFFFFF 16.46%, #FFAE00 57.27%, #000000 73.04%);
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent;
}

.second-section .count-section .count-paras{
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 40px;
line-height: 100%;
}
.second-section .count-section #para1{
 color: #129C00;
 position: absolute;
 bottom: 40px;
 left: 133px;
}
.second-section .count-section #para2{
  color: #129C00;
  position: absolute;
  bottom: 0px;
  left: 247px;
}
.second-section .count-section #para3{
  color: #FFAE00;
  position: absolute;
  bottom: 40px;
  left: 133px;
}
.second-section .count-section #para4{
  color: #FFAE00;
  position: absolute;
  bottom: 0px;
  left: 267px;
}
.second-section .metrics-img-conatiner .metrics-img{
  width: 100%;
  height: auto;
}
.second-section .vision_para{
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
line-height: 130%;
color: #FFFFFF;
margin-top: 150px;
margin-bottom: 70px;
}
.second-section .vision_para .vision{
  color: #129C00;
}

/* second section end */


/* Third section start */

.third-section{
  margin-top: 80px;
  /* height: 100vh; */
}
.third-section .achievement_heading{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 128px;
line-height: 100%;
background: linear-gradient(180deg, #FFFFFF 0%, #75FF93 55.27%, #30FF5D 76.04%);
  -webkit-background-clip: text;   
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent;
}
.third-section .achivement_underline{
  border-bottom: 3px solid #30FF5D;
  height: 100px;
  margin-left: -35px;
}
.third-section .achivement_cards_section{
  /* background-color: #1C1C1C; */
  border-radius: 30px;
  /* padding: 40px 30px 40px 40px; */
  margin-top: 65px;
  margin-bottom: 50px;
}
/* shine animation start */
/* Shine effect container */
.third-section .achivement_cards_section .img-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 36px; /* keeps same rounded corners */
  transition: transform 0.3s ease-in-out;
}

/* The image itself */
.third-section .achivement_cards_section .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  transition: transform 0.3s ease-in-out;
}

/* Shine overlay */
/* .third-section .achivement_cards_section .img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
} */

/* Hover effects */
/* .third-section .achivement_cards_section .img-wrapper:hover {
  transform: scale(1.05);
}

.third-section .achivement_cards_section .img-wrapper:hover::before {
  animation: shine 0.8s ease forwards;
} */

/* Shine animation */
/* @keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 135%;
  }
} */


/* shine animation end */
.third-section .achivement_cards_section .google_startup_img{
    width: 730px;
    height: 285px;
    border-radius: 36px;
}
.third-section .achivement_cards_section .indie_game_img,
.third-section .achivement_cards_section .google_pass_img{
    width: 100%;
    height: 100%;
    margin-top: 25px;
    border-radius: 36px;
}
.third-section .achivement_cards_section #wrapper1,
.third-section .achivement_cards_section #wrapper2{
margin-top: 55px;
}
.third-section .achivement_cards_section .achevement_img1{
width: 100%;
    height: 482px;
    border-radius: 36px;
}
.third-section .achivement_cards_section .achevement_img2{
    width: 340px;
    height: 220px;
    border-radius: 36px;
}
.third-section .achivement_cards_section .achevement_img3{
width: 340px;
    height: 240px;
    margin-top: 20px;
    border-radius: 36px;
}

.third-section .achivement_cards_section .boombit_img{
    width: 756px;
    height: 323px;
    margin-top: 25px;
    border-radius: 36px;
}
/* Third section end */


/* Fourth section start */
.fourth-section{
  margin-top: 110px;
  /* height: 200vh; */
}
.fourth-section .simulation_game_title{
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 128px;
  line-height: 100%;
}
.fourth-section #simulation_title_1{
 background: linear-gradient(180deg, #FFFFFF 0%, #75FF93 55.27%, #30FF5D 76.04%);
    -webkit-background-clip: text;   
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    color: transparent;
    margin-bottom: 0;
}
.fourth-section #simulation_title_2{
 background: linear-gradient(180deg, #FFFFFF 0%, #75FF93 28.27%, #30FF5D 76.04%);
    -webkit-background-clip: text;   
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    color: transparent;
}

.fourth-section .simlation_underline{
  border-bottom: 3px solid #30FF5D;
  height: 220px;
  margin-left: -95px;
}

.fourth-section .vdo_section_1{
  background-image: url('../images/vdo_bg_1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 35px;
}
.fourth-section .vdo_section_1 .vdo_contentRow_1{
  padding-top: 130px;
  padding-bottom: 130px;
}
.fourth-section .vdo_section_1 .vdo_contentRow_1 .icon_and_title_container{
  display: flex;
  padding-left: 15px;
}
.fourth-section .icons_container .vdo_icon{
  width: 190px;
  height: 190px;
}
.fourth-section .play_and_app_store_iconSection .platform_icons {
  width: 48px;
  height: 48px;
}
.fourth-section .play_and_app_store_iconSection .game_links{
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.fourth-section .play_and_app_store_iconSection .game_links:hover{
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.fourth-section .title_container{
  margin-left: 22px;
}
.fourth-section .title_container .game_title{
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 40px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color: #FFFFFF;
padding-top: 20px;
}
.fourth-section .vdo_section_1 .game_description{
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 130%;
text-transform: capitalize;
color: #FFFFFF;
margin-top: 50px;
padding: 0 50px 0 15px;

}
.fourth-section .vdo_section_1 .dwnl_ratings{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 40px;
line-height: 100%;
text-transform: capitalize;
color: #FFC107;
margin-top: 30px;
padding-left: 15px;
}
.fourth-section .vdo_section_1 .dwnl_ratings .mini_icons{
  width: 49px;
  height: 40px;
}
.fourth-section .vdo_section_1 .vdo-player-section{
 width: 100%;       /* resize player width */
  height: 500px;      /* resize player height */
  border-radius: 20px;
  overflow: hidden;
}
.fourth-section .vdo_section_1 .vdo-player-section .vdo{
  width: 100%;
  height: 100%;
  object-fit: cover;  /* fills container nicely */
  border-radius: 36px;
}

.fourth-section .vdo_section_2{
  background-image: url('../images/vdo_bg_2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 60px;
  margin-bottom: 70px;
}
.fourth-section .vdo_section_2 .vdo_contentRow_1{
  padding-top: 130px;
  padding-bottom: 130px;
}
.fourth-section .vdo_section_2 .vdo_contentRow_1 .icon_and_title_container{
  display: flex;
  padding-left: 15px;
}
.fourth-section .icons_container .vdo_icon{
  width: 190px;
  height: 190px;
}
.fourth-section .play_and_app_store_iconSection{
  margin-top: 26px;
  display: flex;
  gap: 15px;
}
.fourth-section .play_and_app_store_iconSection .platform_icons {
  width: 48px;
  height: 48px;
}
.fourth-section .title_container{
  margin-left: 22px;
}
.fourth-section .vdo_section_2 .title_container .game_title{
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 40px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
color: #FFFFFF;
padding-top: 20px;
padding-right: 20px;
}
.fourth-section .vdo_section_2 .game_description{
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 130%;
text-transform: capitalize;
color: #FFFFFF;
margin-top: 50px;
padding: 0 50px 0 15px;
}
.fourth-section .vdo_section_2 .dwnl_ratings{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 40px;
line-height: 100%;
text-transform: capitalize;
color: #FFC107;
margin-top: 30px;
padding-left: 15px;
}
.fourth-section .vdo_section_2 .dwnl_ratings .mini_icons{
  width: 49px;
  height: 40px;
}
.fourth-section .vdo_section_2 .vdo-player-section{
 width: 100%;       /* resize player width */
  height: 500px;      /* resize player height */
  border-radius: 20px;
  overflow: hidden;
}
.fourth-section .vdo_section_2 .vdo-player-section .vdo{
  width: 100%;
  height: 100%;
  object-fit: cover;  /* fills container nicely */
  border-radius: 36px;
}
.fourth-section  #playstore_icon{
  width: 45px;
    height: 45px;
}

.fourth-section .card {
  position: relative;
  /* width: 700px; */
  width: 100%;
  height: 450px;
  border-radius: 36px;
  border: none;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  background: none;
}
.fourth-section .games_cards_section_1 {
  position: relative;
  background-image: url('../images/its_card.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.fourth-section .games_cards_section_1 .name_Icons{
  width: 100%;
    padding-top: 80px;
    transition: 0.3s ease-in;
}
.fourth-section .games_cards_section_2 .name_Icons{
  width: 100%;
    padding-top: 145px;
    transition: 0.3s ease-in;
}
.fourth-section .games_cards_section_3 .name_Icons{
    width: 100%;
    padding-top: 145px;
    transition: 0.3s ease-in;
}
.fourth-section .games_cards_section_4 .name_Icons{
  width: 100%;
    padding-top: 70px;
    transition: 0.3s ease-in;
}
.fourth-section .gameIcon_content_section{
padding-left: 35px;
}
.fourth-section .gameIcon_content_section .platform_icons{
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.fourth-section .gameIcon_content_section .platform_icons:hover{
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.fourth-section .gameIcon_content_section .platforms_section{
  display: flex;
  gap: 15px;
}
.fourth-section .games_cards_section_1 .singleIcons_section .char_icon{
  height: 100%;
  transition: 0.3s ease-in;
}

.fourth-section .gameIcon_content_section .gameTitle{
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 40px;
line-height: 96%;
text-transform: capitalize;
color: #FFFFFF;
}
.fourth-section .gameIcon_content_section .gamePara{
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 130%;
text-transform: capitalize;
color: #FFFFFFC9;
padding: 20px 0;
}
.fourth-section .gameIcon_content_section .platforms_section .platform_icons_card{
  width: 55px;
  height: 55px;
}
.fourth-section .overlay_layer {
  position: absolute;
  left: 0;
  /* bottom: -100%;  */
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* semi-transparent black */
  backdrop-filter: blur(4px); /* optional smooth blur effect */
  transition: all 0.6s cubic-bezier(0.25, 1, 0.3, 1);
  z-index: 1; /* keep it below content but above background */
  border-radius: 36px;
}

/* Hover - bring the overlay to full view */
.fourth-section .card:hover .overlay_layer {
  opacity: 1;
}

.fourth-section .content_section{
  opacity: 0;
  transition: 0.3s ease-in;
  transform: translateY(100px);
}
.fourth-section .card:hover{
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
/* Ensure content & icons appear above overlay */
.fourth-section .gameIcon_content_section,
.fourth-section .singleIcons_section {
  position: relative;
  z-index: 2;
}

/* Existing animations remain unchanged */
.fourth-section .card:hover .name_Icons {
  transform: translateY(-40px);
  width: 40%;
  transition: 0.3s ease-in-out;
}
.fourth-section .card:hover .games_cards_section_2 .name_Icons {
  transform: translateY(-60px);
  width: 40%;
  transition: 0.3s ease-in-out;
}
.fourth-section .card:hover .games_cards_section_3 .name_Icons {
  transform: translateY(-90px);
  width: 40%;
  transition: 0.3s ease-in-out;
}
.fourth-section .card:hover .games_cards_section_4 .name_Icons {
  transform: translateY(-50px);
  width: 40%;
  transition: 0.3s ease-in-out;
}

.fourth-section .card:hover .char_icon {
  transform: scale(0.8) translateX(50px);
  transition: 0.3s ease-in-out;
}

.fourth-section .card:hover .content_section {
  opacity: 1;
  transform: translateY(-30px);
  transition: 0.3s ease-in-out;
}
.fourth-section .card:hover .games_cards_section_2 .content_section {
  opacity: 1;
  transform: translateY(-40px);
  transition: 0.3s ease-in-out;
}
.fourth-section .card:hover .games_cards_section_3 .content_section {
  opacity: 1;
  transform: translateY(-70px);
  transition: 0.3s ease-in-out;
}
.fourth-section .card:hover .games_cards_section_4 .content_section {
  opacity: 1;
  transform: translateY(-30px);
  transition: 0.3s ease-in-out;
}

.fourth-section .games_cards_section_2 {
  position: relative;
  background-image: url('../images/rst_card.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.fourth-section .games_cards_section_3 {
  position: relative;
  background-image: url('../images/ets_card.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.fourth-section .games_cards_section_4 {
  position: relative;
  background-image: url('../images/ints_card.jpg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}

.fourth-section .games_cards_section_2 .singleIcons_section .char_icon{
  height: 100%;
  transition: 0.3s ease-in;
}
.fourth-section .games_cards_section_3 .singleIcons_section .char_icon{
  height: 100%;
  transition: 0.3s ease-in;
  
}

.fourth-section .games_cards_section_4 .singleIcons_section .char_icon{
  height: 100%;
  transition: 0.3s ease-in;
}
.fourth-section .cardsSecondRow{
  /* margin-top: 90px; */
  margin-top: 30px;
  margin-bottom: 50px;
}

/* Simulate hover behavior once when the section appears */
.fourth-section .card.hover-simulate .overlay_layer {
  opacity: 1;
}

.fourth-section .card.hover-simulate .name_Icons {
  transform: translateY(-40px);
  width: 40%;
  transition: 0.3s ease-in-out;
}

.fourth-section .card.hover-simulate .games_cards_section_2 .name_Icons {
  transform: translateY(-60px);
}
.fourth-section .card.hover-simulate .games_cards_section_3 .name_Icons {
  transform: translateY(-90px);
}
.fourth-section .card.hover-simulate .games_cards_section_4 .name_Icons {
  transform: translateY(-50px);
}

.fourth-section .card.hover-simulate .char_icon {
  transform: scale(0.8) translateX(50px);
  transition: 0.3s ease-in-out;
}

.fourth-section .card.hover-simulate .content_section {
  opacity: 1;
  transform: translateY(-30px);
  transition: 0.3s ease-in-out;
}
.fourth-section .card.hover-simulate .games_cards_section_2 .content_section {
  transform: translateY(-40px);
}
.fourth-section .card.hover-simulate .games_cards_section_3 .content_section {
  transform: translateY(-70px);
}
.fourth-section .card.hover-simulate .games_cards_section_4 .content_section {
  transform: translateY(-30px);
}


/* carousel section */
.fourth-section .carouselRow {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px 0;
  background: #1E1E1E;
  margin-top: 80px;
  margin-bottom: 80px;
}

.fourth-section .carouselInner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.fourth-section .carouselTrack {
  display: flex;
  gap: 20px;
  animation: scrollLeft 40s linear infinite;
}

.fourth-section .carouselTrack.reverse {
  animation: scrollRight 45s linear infinite;
}

/* Image styles */
.fourth-section .carouselTrack img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

/* Hover effects */
.fourth-section .carouselTrack img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* Stop movement on hover */
/* .fourth-section .carouselTrack:hover {
  animation-play-state: paused;
} */

/* Keyframes for left-right looping */
@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* Fourth section end */


/* fifth section start */

.fifth-section{
  margin-top: 160px;
  margin-bottom: 80px;
}
.fifth-section .community_heading{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 128px;
line-height: 100%;
/* background: linear-gradient(180deg, #FFFFFF 0%, #75FF93 28.27%, #30FF5D 76.04%); */
background: linear-gradient(180deg, #FFFFFF 0%, #75FF93 65.27%, #30FF5D 76.04%);
-webkit-background-clip: text;   
-webkit-text-fill-color: transparent; 
background-clip: text; 
color: transparent;
}
.fifth-section .community_underline{
  border-bottom: 3px solid #30FF5D;
  height: 100px;
  margin-left: -190px;
} 
.fifth-section .community_para{
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 40px;
line-height: 130%;
text-transform: capitalize;
color: #FFFFFF;
padding: 95px 0;
}
.fifth-section .community_vdo_section{
  width: 100%;       /* resize player width */
  height: 750px;      /* resize player height */
  border-radius: 0px;
  overflow: hidden;
}
.fifth-section .community_vdo_section .community_vdo{
  width: 100%;
  height: 100%;
  object-fit: cover;  /* fills container nicely */
}
.fifth-section .community_vdo_section {
  width: 100%;
  /* height: 750px; */
  height: auto;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 100px; /* ✅ Add this */
  position: relative;   /* ✅ Ensure correct stacking */
  z-index: 1;
}

.FeedBack_Heading{
  text-align: center;
font-family: 'Overpass', sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 100%;
text-transform: capitalize;
color: #D9D9D9;
}
.feedback_section {
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding-top: 50px;
  z-index: 2;
}

.feedback-carousel {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}

.feedback_card {
  position: absolute;
  width: 690px;
  height: 370px;
  border-radius: 36px;
  background: #ffffff;
 box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  cursor: pointer;
  transform-origin: center;
  opacity: 0;
  display: flex;
  flex-direction: column; /* so footer can stick at bottom */
  justify-content: space-between; /* pushes footer to bottom */
}

/* Dots */
.feedback-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 12px;
  position: relative;
  z-index: 10;
}

.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #888;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.dot.active {
  background-color: #FFFFFF;
  transform: scale(1.2);
  width: 170px;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.feedback_card.active {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
  filter: brightness(1);
  z-index: 3;
}

.feedback_card.left {
  opacity: 0.4;
  filter: brightness(0.2);
  z-index: 2;
}

.feedback_card.right {
  opacity: 0.4;
  filter: brightness(0.2);
  z-index: 2;
}
.feedback_content_section{
  position: relative;
  width: 100%;
  padding: 30px 20px;;
}
.card-footer .feedback_heading_section{
  display: flex;
}
.card-footer .feedback_game_icons{
width: 70px;
height: 70px;
border-radius: 10px;
}
.card-footer #feedback_restStopIcon{
width: 70px;
height: auto;
border-radius: 10px;
}
.card-footer .feedback_game_name{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 30px;
line-height: 96%;
text-transform: capitalize;
color: #fffcfc;
padding-left: 15px;
padding-top: 22px;
}
.feed_back_header{
  display: flex;
  justify-content: space-between;
}
.feed_back_header .feedback_user_section{
  display: flex;
    gap: 10px;
}
.feed_back_header .feedback_user_section .profile_container{
      width: 45px;
    height: 45px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.feed_back_header .feedback_user_section i{
  font-size: 30px;
  color: #3f3f3f;
}
.feed_back_header .feedback_user_section .userName{
font-family: 'Rajdhani', sans-serif;
font-weight: 700; 
font-size: 30px;
}
.feed_back_header .feedback_user_section .flagImg{
    width: 70px;
    height: 70px;
    position: absolute;
    top: -13px;
    right: -12px;
}

.feed_back_header .feedback_ratingSection .start_rating{
  font-size: 44px;
    /* color: #FBB800; */
    font-weight: bolder;
    letter-spacing: 5px;
    margin-top: -12px;
background: linear-gradient(168deg, #ffcc3bf2 0%, #fbb800 51.27%, #FBB800 38.04%);
    -webkit-background-clip: text;   
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    color: transparent;

}
.feedback_content_section .feedback_para{
font-family: 'Overpass', sans-serif;
font-weight: 600;
font-size: 24px;
line-height: 100%;
text-transform: capitalize;
color: #000000;
margin-top: 50px;
}
.feedback_content_section .feedback_highlighter{
  color: #FF00A1;
}
.feedback_content_section .feedback_rating_section{
  position: absolute;
  top: -5px;
  right: -90px;
  display: flex;
  background-color: #000000;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-left-radius: 69px;
}
.feedback_content_section .feedback_star_icon{
  width: 77px;
  height: 74px;
  margin-top: 15px;
}
.feedback_content_section .rating_numbers{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 128px;
line-height: 100%;
letter-spacing: 0%;
text-transform: capitalize;
color: #FBB800;
padding-left: 15px;
}
.card-footer{
  background-color: #1C1C1C;
}
.feedback_platform_icons_section{
  float: end;
}
.card-footer {
  background-color: #1C1C1C;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between; /* right-align the icons */
  align-items: center;
  border-bottom-left-radius: 31px !important; /* optional rounding */
  border-bottom-right-radius: 31px !important; /* optional rounding */
}

.feedback_platform_icons_section {
  display: flex;
  gap: 30px; /* spacing between icons */
}

.feedback_platform_icons {
  width: 55px;
  height: auto;
}

.fifth-section .social_media_container{
  display: flex;
  margin-top: 130px;
  justify-content: space-evenly;
}
.fifth-section .social_media_container .social_media_cards{
  padding: 20px;
  background-color: #1C1C1C;
  border-radius: 36px;
  width: 220px;
  height: 320px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.fifth-section .social_media_container #discord_card_section:hover i{
  color: #5865F2;
  transition: 0.3s ease-in-out;
}
.fifth-section .social_media_container #insta_card_section:hover i{
  color: #D62976;
  transition: 0.3s ease-in-out;
}
.fifth-section .social_media_container #facebook_card_section:hover i{
  color: #1877F2;
  transition: 0.3s ease-in-out;
}
.fifth-section .social_media_container #youtube_card_section:hover i{
  color: #f32e2e;
  transition: 0.3s ease-in-out;
}
.fifth-section .social_media_container #youtube_card_section:hover{
  background-color: rgba(255, 255, 255, 0.863);
  transition: 0.3s ease-in-out;
box-shadow:
  inset 0 0 15px rgba(243, 46, 46, 0.3),
  0 2px 10px rgba(243, 46, 46, 0.45),
  0 8px 30px rgba(243, 46, 46, 0.45);
  transform: scale(1.05);
  cursor: pointer;
} 
.fifth-section .social_media_container #youtube_card_section:hover .counts{
  color: #000000;
  transition: 0.3s ease-in-out;
} 
.fifth-section .social_media_container #youtube_card_section:hover .social_lables{
  color: #000000;
  transition: 0.3s ease-in;
} 

.fifth-section .social_media_container #facebook_card_section:hover{
  background-color: rgba(255, 255, 255, 0.863);
  transition: 0.3s ease-in-out;
box-shadow:
  inset 0 0 15px rgba(24, 119, 242, 0.3),
  0 2px 10px rgba(24, 119, 242, 0.45),
  0 8px 30px rgba(24, 119, 242, 0.45);
  transform: scale(1.05);
  cursor: pointer;
} 
.fifth-section .social_media_container #facebook_card_section:hover .counts{
  color: #000000;
  transition: 0.3s ease-in-out;
} 
.fifth-section .social_media_container #facebook_card_section:hover .social_lables{
  color: #000000;
  transition: 0.3s ease-in;
} 
.fifth-section .social_media_container #insta_card_section:hover{
  background-color: rgba(255, 255, 255, 0.863);
  transition: 0.3s ease-in-out;
box-shadow:
  inset 0 0 15px rgba(214, 41, 118, 0.3),
  0 2px 10px rgba(214, 41, 118, 0.45),
  0 8px 30px rgba(214, 41, 118, 0.45);

  transform: scale(1.05);
  cursor: pointer;
} 
.fifth-section .social_media_container #insta_card_section:hover .counts{
  color: #000000;
  transition: 0.3s ease-in-out;
} 
.fifth-section .social_media_container #insta_card_section:hover .social_lables{
  color: #000000;
  transition: 0.3s ease-in;
} 
.fifth-section .social_media_container #discord_card_section:hover{
  background-color: rgba(255, 255, 255, 0.863);
  transition: 0.3s ease-in-out;
box-shadow:
  inset 0 0 15px rgba(88, 101, 242, 0.3),
  0 2px 10px rgba(88, 101, 242, 0.45),
  0 8px 30px rgba(88, 101, 242, 0.45);
  transform: scale(1.05);
  cursor: pointer;
} 
.fifth-section .social_media_container #discord_card_section:hover .counts{
  color: #000000;
  transition: 0.3s ease-in-out;
} 
.fifth-section .social_media_container #discord_card_section:hover .social_lables{
  color: #000000;
  transition: 0.3s ease-in;
} 
.fifth-section .social_media_container .social_media_cards i{
  font-size: 100px;
  color: #FFFFFF;
}

.fifth-section .social_media_container .counts{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 48px;
line-height: 100%;
text-align: center;
text-transform: capitalize;
color: #FFFFFF;
padding-top: 20px;
padding-bottom: 15px;
transition: 0.5s ease-in-out;
}
.fifth-section .social_media_container .social_lables{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;
text-transform: capitalize;
color: #FFFFFF;
transition: 0.5s ease-in-out;
}

.fifth-section .social_media_container .followBtn{
  width: 186px;
  height: 52px; 
  border: 1px solid transparent;
  background-color: #000000;
  border-radius: 16px;
  color: #FFFFFF;
font-family: 'Rajdhani', sans-serif;
font-weight: 500;
font-size: 24px;
line-height: 100%;
text-align: center;
text-transform: capitalize;
transition: 0.3s ease-in-out;
}
.fifth-section .social_media_container .followBtn:hover{
  background-color: #379644;
  border: 1px solid #379644;
  color: rgba(255, 255, 255, 0.863);
  font-weight: 700;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

/* --- Simulate hover effect for demo animation --- */
.fifth-section .social_media_cards.hover-simulate {
  transform: scale(1.05);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

/* Discord demo effect (adjust color per card if needed) */
.fifth-section .social_media_cards.hover-simulate#discord_card_section {
  background-color: rgba(255, 255, 255, 0.863);
  box-shadow:
    inset 0 0 15px rgba(88, 101, 242, 0.3),
    0 2px 10px rgba(88, 101, 242, 0.45),
    0 8px 30px rgba(88, 101, 242, 0.45);
}

.fifth-section .social_media_cards.hover-simulate#discord_card_section i {
  color: #5865F2;
}

.fifth-section .social_media_cards.hover-simulate#discord_card_section .counts,
.fifth-section .social_media_cards.hover-simulate#discord_card_section .social_lables {
  color: #000000;
}

/* fifth section end */


/* sixth section start */

.sixth-section{
  margin-top: 200px;
} 

.sixth-section .contact_para{
font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-size: 40px;
line-height: 130%;
color: #FFFFFF;
text-align: center;
}
.sixth-section .contact_content_section{
  background: url('../images/contact_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50px;
  background-position-y: 210px;
  margin-top: 150px;
}
.sixth-section .contact_content_section .contact_img{
  width: 100%;
  height: auto;
}
#laptopView{
  display: none;
}
.sixth-section .contact_content_section .contact_heading{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 128px;
line-height: 100%;
text-transform: capitalize;
color: #FFFFFF;
margin-top: 140px;
}
.sixth-section .contact-email-container{
background-color: #D9D9D9;
padding: 30px 30px 0 30px;
border-radius: 30px;
border: none;
margin-top: 100px;
z-index: 2;
position: relative;
margin-left: 50px;
}
.sixth-section .contact-email-container .contact_msg_vector{
z-index: 1;
top: 18px;
position: absolute;
left: -67px;
}
.sixth-section .contact-email-container .mail-section{
margin-bottom: 30px;
z-index: 2;
position: relative;
}
.sixth-section .contact-email-container .mail-section .email_labels{
font-family: 'Rajdhani', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-transform: uppercase;
color: #129C00;
}
.sixth-section .contact-email-container .mail-section .emails{
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-decoration: none;
color: #1C1C1C;
}
.sixth-section .contact-email-container .mail-section .emails .email_size_reduce{
  font-size: 18px;
}
.sixth-section .contact-email-container .mail_right_side_section{
  border-left: 4px solid #7D7D7D;
  padding-left: 50px;
  margin-bottom: 27px;
}
.sixth-section .footer-section{
margin-top: 100px;
}
.sixth-section .footer-section .left-side-footer-section{
padding-top: 100px;
}
.sixth-section .footer-section .left-side-footer-section .footer_logo_container .footer_logo{
  width: 150px;
  height: auto;
}
.sixth-section .footer-section .left-side-footer-section .address{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 130%;
text-transform: capitalize;
color: #888888;
margin: 30px 0;
}
.sixth-section .footer-section .left-side-footer-section .copyright_para{
font-family: 'Oxanium', sans-serif;
font-weight: 700;
font-size: 12px;
line-height: 100%;
text-transform: uppercase;
color: #777777;
}
.sixth-section .footer-section .right-side-footer-section{
  text-align: end;
  padding-top: 0px;
  margin-bottom: 10px;
}
.sixth-section .footer-section .right-side-footer-section .footer_links_lists li{
list-style: none;
margin-bottom: 20px;
}
.sixth-section .footer-section .right-side-footer-section .footer_links_lists .privacy_policy_link{
  font-family: 'Oxanium', sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 100%;
text-transform: uppercase;
color: #FFFFFF;
transition: 0.3s ease-in-out;
text-decoration: none;
}
.sixth-section .footer-section .right-side-footer-section .footer_links_lists .privacy_policy_link:hover{
  color: #129C00;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.sixth-section .footer-section .right-side-footer-section .footer_links_lists .footer_link{
font-family: 'Oxanium', sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 100%;
text-transform: uppercase;
color: #FFFFFF;
transition: 0.3s ease-in-out;
text-decoration: none;
}
.sixth-section .footer-section .right-side-footer-section .footer_links_lists .footer_link:hover{
  color: #129C00;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.sixth-section .footer-section .right-side-footer-section .footer_platform_icons_container{
padding-top: 15px;
    gap: 25px;
    display: flex;
    justify-content: end;
}
.sixth-section .footer-section .right-side-footer-section .footer_platform_icons_container .footer_platform_icons{
width: 60px;
height: auto;
}
.sixth-section .footer-section .right-side-footer-section .footer_platform_link{
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.sixth-section .footer-section .right-side-footer-section .footer_platform_link:hover{
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
/* sixth section end */