body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Chakra Petch", sans-serif;
  color: aliceblue;

  position: relative;
  background-color: #0b0e13;
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
:root {
  --black-color: black;
  --white-color: white;
}
/* /////////////nav//// */

.btn-nav {
  position: relative;
  overflow: hidden;
  padding: 10px 25px;
  background-color: #cbfe1d;
  border: 1px solid #cbfe1d;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}
.btn-nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.67),
    rgba(255, 255, 255, 0.05)
  );
  transform: skewX(0deg);
  transition: 0.5s;
}
.btn-nav:hover::after {
  left: 120%;
}
.btn-nav:hover {
  background-color: #96c10b;
}
.btn-icon-nav i {
  color: white;
  background-color: transparent;
}

.navbar .nav-link {
  color: #fff !important;
  font-size: 18px;
}
.navbar .nav-link:hover {
  color: #c6ff3e !important;
}

.navbar .navbar-brand {
  color: #c6ff3e !important;
  font-weight: 600;
  font-size: 20px;
}

.navbar .navbar-brand i {
  color: #c6ff3e !important;
}
.navbar-toggler {
  border: none !important;
}

.navbar-toggler:checked {
  border: none !important;
}

.nav-link.active {
  color: #c6ff3e !important;
}

/* //////hiro//// */

.hiro {
  background-image: url(../images/hero-bg.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-attachment: fixed;
}
.hiro-bg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.89);
}

.bg-body-tertiary {
  background-color: #0b0e13 !important;
  color: antiquewhite !important;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: rgb(255 254 254);
  text-decoration: none;
  white-space: nowrap;
}

.hiro-img {
  height: 300px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  background-image: linear-gradient(to right, #cbfe1c, #22d16d);
  z-index: 1;
}
.hiro-img-contant {
  position: absolute;
  bottom: -15px;
  left: -13px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background-color: #0b0e13;
  z-index: 1;
}
.hiro-img-contant-content p:nth-of-type(1) {
  font-size: 20px;
  margin: 0;
  color: #505050;
}
.hiro-img-contant-content p:nth-of-type(2) {
  font-size: 25px;
  margin: 0;
}
.hiro-img-contant-icon {
  color: #cbfe1c;
  margin-right: 10px;
  padding: 5px;
}
.container-hiro {
  text-align: center;
}

.hiro-content h1 {
  font-family: "Days One", sans-serif;

  padding-top: 50px ;
  font-size: 45px;
  font-weight: 900;
}
.hiro-content p {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;

  font-weight: 400;
}
.text-primary {
  color: #cbfe1c !important;

  font-family: "Days One", sans-serif;
}

.btn-hiro-1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #cbfe1c;
  border: 1px solid #cbfe1c;
  border-radius: 10px;
  font-size: 15px;
  z-index: 1;
}

.btn-hiro-2 {
  padding: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #cbfe1c;
  color: #cbfe1c;
  border-radius: 10px;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-hiro-1::after,
.btn-hiro-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.67),
    rgba(255, 255, 255, 0.05)
  );

  transform: skewX(0deg);
  transition: 0.5s;
}

.btn-hiro-1:hover::after,
.btn-hiro-2:hover::after {
  left: 120%;
}
.btn-hiro-2:hover {
  color: #0b0e13;
  background-color: #cbfe1c;
}
.object-cover {
  object-fit: cover;
  height: 100%;
}

/* //////////// */

.section-label {
  position: relative;
  color: #c6ff3e;
  font-size: 35px;
  font-weight: 900;
  letter-spacing: 3px;
  text-align: center;
  margin: 40px 0;
  transition: 1s;

}

.w {
  position: relative;
  padding: 40px;
}
.w::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60vw;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: linear-gradient(to right, transparent, #c6ff3e, transparent);
  box-shadow: 0 0 10px #c6ff3e;
}

.section-label::before,
.section-label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 2px;
  background: linear-gradient(
    to right,
    #c6ff3e,
    #c6ff3e,
    transparent,
    transparent
  );
  transition: 2s;

  /* box-shadow: 0 0 10px #c6ff3e;   */
}

.section-label::before {
  background: linear-gradient(
    to left,
    #c6ff3e,
    #c6ff3e,
    transparent,
    transparent
  );
}

.section-label::after {
  left: calc(100% + 15px);
}

.section-label::before {
  right: calc(100% + 15px);
}
.title-box:hover .section-label::after {
  width: 400px;
  color: #000000;
  transition: 1s;
}
.title-box:hover .section-label::before {
  width: 400px;
  color: #000000;
  transition: 1s;
}
.title-box:hover .section-label {
font-size: 25px;
}
.title-box p {
  font-size: 20px;
  color: #5e5e5e;
}
.games-section {
  padding: 70px 0;
  text-align: center;
}

.section-label {
  display: inline-block;
  color: #8fff00;
  font-size: 14px;
  letter-spacing: 2px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  margin-top: 8px;
  font-family: "Days One", sans-serif;
}
.color-span {
  color: #c6ff3e;
}
.card-img-our {
  padding: 20px;
}
.hhh {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.card-img-our img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.carousel-inner {
  padding: 20px 0px;
}

.hhh img:hover {
  transform: scale(1.08);
  border-radius: 18px;
}
.hhh:hover {
  border: 2px solid #cbfe1c;
}
/* /////// */

.overlay {
  position: absolute;
  width: 100%;

  text-align: center;
  left: 0;
  padding: 10px 0;
  /* background: rgba(128, 196, 2, 0.523); */
  font-weight: bold;
  transition: 0.45s ease-in-out;
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
  z-index: 4;
}

.overlay.bottom {
  bottom: -50%;
  height: 150px;
  font-size: 16px;
  letter-spacing: 0px;
  display: flex;
  justify-content: start;
  padding: 20px;
  align-items: end;
  color: #000;
  background-image: linear-gradient(
    transparent,
    #9df67a95,
    #58e75ac5,
    #2fc532c6
  );
}

.hhh:hover .overlay.top {
  top: 0px;
}
.overlay.top {
  top: -50%;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  justify-content: start;
  padding: 20px;
  color: white;
  align-items: start;
  background-color: transparent;
}
.hhh:hover .overlay.bottom {
  bottom: 0px;
}
.top span {
  padding: 5px 10px;
  background-color: #0b0e13b4;
  border-radius: 20px;
}
.top span i {
  color: #cbfe1c;
}
.control-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

.ctrl-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  color: #7a7a7a;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid #7a7a7a;
}

.ctrl-btn:hover {
  border: 2px solid #8fff00;
  color: #8fff00;
}

.view-btn {
  border: 2px solid #8fff00;
  padding: 12px 28px;
  border-radius: 10px;
  color: #cbfe1d;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  margin-left: 15px;
}

.view-btn:hover {
  background: #8fff00;
  color: #000;
}
/* //////////////// */
.cart-what {
  background-color: #22d16d;
  height: 300px;
  margin: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}
.cart-what img {
  border-radius: 20px;
}

/* ///////////////// */
.card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1e2838;
  background: #1a1a1a;
  border-radius: 18px;
  transition: 0.3s;
  overflow: hidden;
}

.card::before,
.card::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #c6ff3e;
  opacity: 0;
  transition: 0.3s;
}

.card::before {
  top: 10px;
  right: 10px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transform: translate(40px, -40px);
}

.card::after {
  bottom: 10px;
  left: 10px;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  transform: translate(-40px, 40px);
}

.card:hover::before {
  transform: translate(0, 0);

  opacity: 1;
}

.card:hover::after {
  transform: translate(0, 0);

  opacity: 1;
}

.card:hover {
  border: 2px solid #c6ff3e;
}

.card:hover i {
  background-color: #c6ff3e;
  color: #1e2838;
}

.card i {
  text-align: center;

  color: #8fff00;
  background-color: #1e2838;
  margin-bottom: 10px;
  padding: 25px;
  border-radius: 10px;
  width: 73px;
  height: 70px;
}

.card h3 {
  color: white;
  font-family: "Days One", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

@keyframes card-what {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.cart-what {
  opacity: 0;
  animation: card-what 1s ease forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}

/* /////////// */
.sas {
  height: 300px;
  width: 100%;
  padding: 30px 0px;

  background: radial-gradient(
    ellipse 90% 45% at center,
    rgba(170, 255, 0, 0.474) 0%,
    rgba(110, 255, 0, 0.35) 20%,
    rgba(70, 160, 0, 0.1) 45%,
    rgba(0, 0, 0, 0) 80%
  );
}

.scroll-container {
  overflow: hidden;
  white-space: nowrap;
}

.scroll-container-1 {
  overflow: hidden;
  white-space: nowrap;
  margin-top: 20px;
}

.scroll-content {
  display: inline-block;
  animation: scroll 20s linear infinite;
}

.scroll-content img {
  width: 100px;
  margin: 0 10px;
  border-radius: 10px;
}

.scroll-content-1 {
  display: inline-block;
  animation: oo 20s linear infinite;
}

.scroll-content-1 img {
  width: 100px;
  margin: 0 10px;
  border-radius: 10px;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes oo {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* /////////////// */

#TEAM {
  padding-top: 30px;
}
.team-card {
  height: 350px;
  display: flex;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  align-items: flex-end;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}
.team-card-0 {
  background-image: url(../images/avatar-1.png);
}

.team-card-1 {
  background-image: url(../images/avatar-2.png);
}
.team-card-2 {
  background-image: url(../images/avatar-3.png);
}

.team-card-3 {
  background-image: url(../images/avatar-4.png);
}

.team-card-4 {
  background-image: url(../images/avatar-5.png);
}

.team-card-5 {
  background-image: url(../images/avatar-6.png);
}

.team-card-6 {
  background-image: url(../images/avatar-7.png);
}

.team-card-7 {
  background-image: url(../images/avatar-8.png);
}
.ovrer-team {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  backdrop-filter: grayscale(100%);
  top: 0;
  background: rgba(0, 0, 0, 0.387);
}
.team-card:hover .ovrer-team {
  top: -100%;
}

.team-card-l {
  width: 70%;
  padding: 10px;
}
.team-card-r {
  width: 30%;
  padding: 10px;
  color: #cbfe1c;

  writing-mode: vertical-rl;
}
.team-card h3 {
  width: 100%;
  font-family: "Days One", sans-serif;
  font-size: 20px;

  font-weight: 700;
}
.team-card p:nth-of-type(1) {
  font-family: "Chakra Petch", sans-serif;
  font-size: 16px;
  padding: 0px;
  margin: 0;
  font-weight: 400;
  color: #cbfe1c;
}
.team-card p:nth-of-type(2) {
  font-family: "Chakra Petch", sans-serif;
  font-size: 14px;
  margin: 0;

  color: #505050;
  font-weight: 400;
}

.team-card {
  opacity: 0;
  animation: card-team 2s ease-in-out forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

@keyframes card-team {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.galary-team {
  padding: 20px 0px 70px 0px;
}
/* //////////// */
.contact {
  background-color: #0d131d;
  padding: 40px 0px;
}
.contact-l{
  margin: 20px 0px ;
}
.contact-r{
  
  background-color: #1E2838;
  margin: 20px 0px ;
  border-radius: 20px;
  padding: 30px;
}
.Location-i {
  width: 65px;
  padding: 22px;
  height: 65px;
  border-radius: 50%;
  background-color: #cbfe1d;
  color: black;
}
.contact-item div h3 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.contact-item div p {
  font-style: 14px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Chakra Petch", sans-serif;
  color: #5e5e5e;
}

.contact-item {
  padding: 40px 20px;
  background-color: #1e2838;
  margin-bottom: 20px;
  border-radius: 20px;
}
.contact-item-bott {
  background-image: linear-gradient(to right, #c6fd22, #1de071);
  color: var(--black-color);
  padding: 30px;
  margin: 30px 0px;
  border-radius: 20px;
  font-family: "Chakra Petch", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.contact-item-bott h3 {
  font-family: "Chakra Petch", sans-serif !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}

.social-contact-item i {
  color: #c6ff3e;
  padding: 16px;
  margin: 0px 7px;
  font-size: 22px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #000000;
}
.social-contact-item i:hover{
background-color: #253B22;
}

.form-select:focus ,.form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #364152;

}
.form-select,.form-control {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #364152;
}
.form-check-input,.form-check-label{
  margin: 20px 0px;

}
.form-control::placeholder ,.form-check-label{
  font-size: 16px;
  color: #9d9d9d;
}
.form-label{
  padding-top: 20px;
}
.form-select{
  color: white;
  font-size: 20px;
}
.form-label{
  font-size: 16px;
  font-weight: 400;
}

.btn-submit button{
font-size: 22px;
font-weight: 700;
margin: 0px 10px;
}
.Support{
  font-size: 25px;
font-weight: 700;
color: #c6fd22;

}
.Support p{
  font-size: 18px;
font-weight: 400;
color: #808080;

}
/* ////////// */
.foottter{
  background-color: #000000 !important;
  padding-bottom: 30px; 
}
.footer-all{
  padding: 50px 0px;
}

.logo-foooter {
  color: #c6ff3e !important;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 0px ;
}
.fotter-1 p{

font-family: "Chakra Petch", sans-serif;
font-size: 16px;

font-weight: 400;


}
.fotter-2 h4{
  padding: 20px 0px ;

font-family: "Days One", sans-serif;
font-size: 20px;

font-weight: 700;

}
.fotter-2 a{
  text-decoration: none;
  color: #b0b0b0;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.fotter-2 a:hover{
  color: #c6fd22;
}
.end-fl {
  font-size: 18px;

}
.end-fr span {
  font-size: 15px;
  margin-right: 15px;

}
.end-fr span:hover {
color: #c6fd22;
cursor: pointer;

}

.social-contact-footer i {
  padding: 16px 0px;
  font-size: 22px;
margin-right: 20px;
  border-radius: 50%;
}
.social-contact-footer i:hover{
  color: #c6ff3e;
/* background-color: #253B22; */
}




/* //////////////media/// */
@media (min-width:1200px) {
  .container-hiro{
    display: flex;
    text-align:start;
    align-items: center;
    justify-content: center;
    gap: 50px;
    height: 100vh;
  }
  .hiro-img-contant{
    left: -30px;
  }
  .hiro-content{
    max-width: 50%;
  }
  .hiro-img-1{
    width: 50%;
    height: 450px;

  }
  .hiro-img{
    height: 90%;

  }
  .hiro-content h1 {
    font-size: 70px;

  }
}
@media (max-width:1200px) {
  .overlay.top {
    font-size: 12px;
    letter-spacing: 1px;
  
  }
}