@import url('https://fonts.googleapis.com/css2?family=Jersey+25&display=swap');

/*=============== HERO ===============*/
section {
  overflow-x: hidden; 
}
.hero {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
  padding-top: 40px;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
}

.left_side{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.right_side img{
    width: 70%;
    height: 100%;
    object-fit: cover;
}

.hero-title {
  color: #fff;
  font-size: 5rem;
  padding-bottom: 25px;
}

.hero-title span{
  color: #0CFE25;
  font-size: 5rem;
}

.hero-captions {
  color: #9AAEC4;
  font-size: 1.2em;
  width: 70%;
  padding-bottom: 40px;
}

.hero-buttons {
   display: flex;
   gap: 20px;
   padding-bottom: 60px;
}

button {
  border: none;
  display: flex;
  padding: 0.75rem 1rem;
  background-color: #1A1F2F;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  border-radius: 0.5rem;
  user-select: none;
  gap: 0.5rem;
  border: 1px solid #9AAEC4;
  transition: all 0.3s ease;
}

button svg{
  width: 20px;
  height: 20px;
}

button:hover {
  color: #0CFE25;
 border: 1px solid #0CFE25;
}

button:focus,
button:active {
  opacity: 0.85;
  box-shadow: none;
}

button img {
  width: 1.25rem;
  height: 1.25rem;
}


.scroll-down{
    font-family: "Jersey 25", sans-serif;
    font-weight: 300;
    color: #0CFE25;
    
}

@media screen and (max-width: 996px) {
  .hero {
     flex-direction: column;
     text-align: center;
     justify-content: center;
     padding-top: 50px;
     padding-left: 0;
     width: 100%;
    }
  .right_side img {
     order: 1;
     margin-bottom: 40px;
    }
    .left_side {
     align-items: center;
    }
  .hero .left_side .right_side {
     order: 2;
     height: auto;
     margin-bottom: 15px;
     margin-right: 0;
     
    }
  .home p {
     padding: 0 50px 0 50px;
     margin-bottom: 50px;
    }
}
@media screen and (max-width: 470px) {
  .hero-title {
     font-size: 2em;
    }
    .hero-title span{
     font-size: 1em;
    }
  .hero p {
     font-size: 1.2em;
     width: 100%;
    }
}


/*=============== CARD SLIDER ===============*/


.card-section {
  background-color: var(--black-color);
  display:flex;
  padding: 0;
  align-items:center;
  justify-content:center;
  flex-direction: column;
  width: 100%;
  margin-top: 120px;
}



.card {
  width: 300px;
  min-width: 300px;
  height:auto;
  background: #010618;
  background: linear-gradient(90deg,rgba(1, 6, 24, 1) 0%, rgba(22, 33, 54, 1) 100%);
  border-radius:5px;
  position:relative;
  z-index:10;
  margin:25px;
  min-height:300px;
  cursor:pointer;
  transition: all .25s ease;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0, .08);
  border: 2px solid #fff;
}

.card:hover {
  transform:translate(0, -10px);
  box-shadow: 0px 17px 35px 0px rgba(0,0,0,.07);
  border: 2px solid #0CFE25;
  .card-text{
    color: #0CFE25;
  }
}

.card-info {
    color: #fff;
    padding-left: 20px;
    padding-top: 20px;
}

.card-h4 {
  color: #9AAEC4;
  gap: 20px;
  font-family: "Jersey 25", sans-serif;
  font-weight: 300;
  line-break: anywhere;
    display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #9AAEC4;
}

.card-h4 .icon {
  width: 20px;
  height: 20px;
  color: #fff;
  transition: color 0.3s ease;
}
.card .card-text {
  padding: 20px;
  color: #fff;
  transition: all 0.3s ease;
}

.card h2{
    font-size: 2rem;
}

p {
  font-size: 0.9rem;
  color: #ccc;
  margin-top: 10px;
  padding-bottom: 30px;
}

.card-discover{
    color: #0CFE25;
    font-family: "Jersey 25", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    padding-top: 20px;
    cursor: pointer;
}

.card .card-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display:flex;
  align-items: center;
  justify-content:center;
  color: #9AAEC4;
  transition: all .35s ease-out;
}

.card img {
  height:200px;
}

.card:hover .card-img img.blur {
  transform:translate(-100px,35px) scale(.85);
  opacity:.25;
  filter:blur(20px);
}

.card-content {
  display:flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  overflow:auto;
  background-color: var(--black-color);
  padding-top: 0px;
  padding-right: 0px;
  scroll-behavior:smooth;
  
}

.card-content::-webkit-scrollbar {
   height:0px;
}


.slider-title {
  color: #fff;
  font-size: 3rem;
  width: 30%;
  text-align: center;
}

.slider-title span{
  color: #0CFE25;
}

.slider-buttons{
    display: flex;
    gap: 30px;
    padding: 20px;
}

.btn{
  min-width:60px;
  height:60px;
  border-radius:20px;
  border:0px;
  outline:none;
  cursor:pointer;
  color: #9AAEC4;
  z-index:1;
  transition: all 0.5s ease;
}

.arrow-icon {
  width: 60px;
  height: 60px;
}


.btn:hover {
  color: #0CFE25;
}

.btn i {
  font-size:1.2rem;
}

.slider {
  display:flex;
  align-items:center;
  justify-content:center;
  width:70%;
  height:50vh;
  overflow:hidden;
}

@media screen and (max-width: 1666px) {
   .slider-title {
    width: 50%;
}
}


@media screen and (max-width: 996px) {
   .slider-title {
    font-size: 1.5rem;
    width: 90%;
}
.slider {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:50vh;
  overflow:hidden;
}
.card-discover{
    font-size: 1rem;
}

.slider-buttons{
    display: flex;
    gap: 30px;
    padding: 50px;
}

.btn{
  min-width:30px;
  height:30px;
  border-radius:20px;
  border:0px;
  outline:none;
  cursor:pointer;
  z-index:9999;
  transition: all .25s ease;
}

.btn img{
  min-width:30px;
  height:30px;
  transition: all .25s ease;
}
}


/*=============== TESTIMONIALSa ===============*/

.testimonials{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    
}

.testimonials-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.glow-line {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 40px auto;
  background: linear-gradient(
    to right,
    transparent,
    #00ff00 40%,
    #00ff00 60%,
    transparent
  );
}

.glow-line::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    to top,
    rgba(0, 255, 0, 0.6),
    transparent
  );
  filter: blur(100px);
}

.glow-line1 {
  position: relative;
  width: 100%;
  height: 1px;
  z-index: -1;
  margin: 40px auto;
  background: linear-gradient(
    to right,
    transparent,
    #00ff00 40%,
    #00ff00 60%,
    transparent
  );
}
.glow-line1::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;

  filter: blur(100px);
}


.testimonials-icon{
    color: #0CFE25;
    font-size: 3rem;
}

.testimonials-title{
    color: #0CFE25;
    font-size: 3rem;
    font-weight: 300;
    font-family: "Jersey 25", sans-serif;
}

.testimonials-captions{
    color: #9AAEC4;
    font-size: 1.2rem;
    font-weight: 400;
}

.testimonials-profile{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-top: 40px;
}

.testimonials-profile img{
    border: 2px solid #0CFE25;
    border-radius: 5px;
    width: 100px;
    height: 100px;
}

.testimonials-profile-text{
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 5px;
}

.profile-name{
    color: #9AAEC4;
    font-size: 1.2rem;
    font-weight: 400;
}

.profile-role{
    color: #0CFE25;
    font-size: 2rem;
    font-weight: 300;
    font-family: "Jersey 25", sans-serif;
}

@media screen and (max-width: 1150px) {
    .testimonials-title {
        font-size: 1.5rem;
        width: 100%;
    }
    .testimonials-captions{
        font-size: 0.9rem;
        width: 100%;
    }
}

/*=============== CHALLANGE ===============*/
.challange{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 120px;
    padding-top: 120px;
}

.challange-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.challange-content img{
   width: 70%;
   height: 70%;
   padding-top: 50px;
}

.challange-title {
  color: #fff;
  font-size: 3rem;
  width: 70%;
  text-align: center;
}

.challange-title span{
  color: #0CFE25;
}

.challange-subtitle{
    color: #9AAEC4;
    font-size: 1.2rem;
    width: 70%;
    font-weight: 400;
}

.challange-link{
    color: #0CFE25;
    font-family: "Jersey 25", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    padding-top: 20px;
    cursor: pointer;
}


@media screen and (max-width: 1150px) {
    .challange-title {
        font-size: 1.5rem;
        width: 100%;
    }
    .challange-subtitle{
        font-size: 0.9rem;
        width: 100%;
    }
    .challange-content img{
        width: 100%;
        height: 100%;
        padding-top: 50px;
    }
    .challange-link{
        font-size: 1rem;
    }
}

/*=============== RANKING ===============*/
.ranking{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    padding-top: 2px;
    margin-top: 2pxpx;
}

.ranking-content{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.ranking-title {
  color: #fff;
  font-size: 3rem;
  width: 70%;
  text-align: center;
}

.ranking-title span{
  color: #0CFE25;
  font-size: 3rem;
}

.ranking-subtitle{
    color: #9AAEC4;
    font-size: 1.2rem;
    width: 55%;
    font-weight: 400;
}

.ranking-link{
    color: #0CFE25;
    font-family: "Jersey 25", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    padding-top: 20px;
    cursor: pointer;
}

.table2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 40px;
}

.table-ranking {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #9AAEC4;
  padding: 20px;
  width: 70%;
  transition: all 0.3s ease;
  position: relative;
}

.table-ranking::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0CFE25;
  box-shadow: 0px 0px 0px #0CFE25, 
              0px 0px 20px #0CFE25; 
  opacity: 0;
  transition: opacity 0.3s ease;
}

.table-ranking:hover::after {
  opacity: 1;
}

@media screen and (max-width: 1666px) {
.table-ranking{
    width: 100%;
}
}


.left--side{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.person-profile2{
    border: 2px solid #0CFE25;
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.person-title{
    color: #9AAEC4;
    font-weight: 400;
    font-size: 1rem;
}
.person-achievements{
    color: #9AAEC4;
    font-weight: 400;
    font-size: 0.9rem;
}

.person-achievements span{
    color: #0CFE25;
    font-size: 2rem;
    padding-left: 5px;
    font-family: "Jersey 25", sans-serif;
}

@media screen and (max-width: 1150px) {
    .ranking-title {
        font-size: 1.5rem;
        width: 100%;
    }
    .ranking-title span{
  color: #0CFE25;
  font-size: 1.5rem;
}
    .ranking-subtitle{
        font-size: 0.9rem;
        width: 100%;
    }
    .ranking-content img{
        width: 100%;
        height: 100%;
        padding-top: 50px;
    }
    .ranking-link{
        font-size: 1rem;
    }
.table2{
    width: 100%;

}

.table-ranking{
    width: 100%;
}
}

/*=============== TESTIMONIALS2 ===============*/
.testimonials {
  position: relative;
  width: 1000px;
  margin: auto;
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 120px;
}

.testimonials-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial {
  min-width: 100%;
  display: none;
  animation: fade 0.5s ease;
}

.testimonial.active {
  display: block;
}

.testimonial-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #9AAEC4;
  width: 60px;
  height: 60px;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease;
}

.arrow-icon {
  width: 60px;
  height: 60px;
}


.testimonial-btn:hover {
  color: #0CFE25;
}
.testimonial-btn.prev { left: 10px; }
.testimonial-btn.next { right: 10px; }

@keyframes fade {
  from {opacity: 0.4;}
  to {opacity: 1;}
}

@media screen and (max-width: 1150px) {

    .testimonials {
      width: 100%;
}
   .testimonial-btn {
    top: 90%;
   }

    .testimonial-btn.prev { left: 70px; }
    .testimonial-btn.next { right: 90px; }
}

/*=============== BANER ===============*/
.banner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.banner-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    
}

.banner-text{
    color: #fff;
    font-size: 3rem;
}

.banner-text span{
    color: #0CFE25;
    font-size: 3rem;
}

.banner-buttons{
    display: flex;
    gap: 30px;
}

.banner-btn1{
  border: none;
  display: flex;
  padding: 0.75rem 1.5rem;
  background-color: #ffffff;
  color: #000000;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  border-radius: 0.2rem;
  user-select: none;
  border: none;
  gap: 0.75rem;
  transition: all 0.3s ease;
}

.banner-btn1:first-child{
    background-color: #0CFE25;

}



.banner-btn1:first-child:hover{
    background-color: #fff;
    color: #000000;
}

.banner-btn1:hover{
    background-color: #0CFE25;
    color: #000000;
}


/*=============== REGISTER & LOGIN ===============*/

.register-container {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.register-container h2 {
  text-align: center;
  color: #00ff66;
  font-size: 36px;
  margin-bottom: 40px;
}

.register-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
}

.login-form {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  width: 400px;
  align-items: center;
  gap: 50px 60px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 14px;
  margin-bottom: 8px;
  color: #aaa;
}

.form-group input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
  padding: 10px 5px;
  color: #fff;
  font-size: 16px;
  outline: none;
}

.form-group input:focus {
  border-bottom: 1px solid #00ff66;
}

.help-text {
  font-size: 12px;
  margin-top: 6px;
  color: #00ff66;
}

.password-rules {
  font-size: 12px;
  margin-top: 6px;
  color: #aaa;
  line-height: 1.6;
}

.form-actions {
  width: 100%;
  margin-top: 0px;
  display: flex;
  justify-content: center;
}

.form-actions button {
  background: transparent;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #00ff66;
  cursor: pointer;
  border-radius: 0;
  padding: 10px 20px;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

.form-actions button:hover {
  border-bottom: 1px solid #00ff66;
}


@media (max-width: 768px) {
  .register-form {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .login-form {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px 60px;
}

  .register-container h2 {
    font-size: 28px;
  }

  .form-actions {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .register-form {
    gap: 40px 100px;
  }
}
