@media only screen and (min-width:210px) and (max-width:775px){
  *{
    font-family: sans-serif;
  }
    .nav-links {
    position: absolute;
    top: 70px;
    left: -100%;
    width: 100%;
    background: rgba(10, 15, 31, 0.95);
    flex-direction: column;
    text-align: center;
    gap: 25px;
    padding: 30px 0;
    transition: all 0.4s ease;
 }
  .join-btn{
    margin: 80px;
  }
  .hero-grid{
    grid-template-columns:1fr;
    margin-left: 50px;
    margin-top: 70px;
  } 
  .hero-right{
    display:flex;
    gap:52px;
  }
  .cards-grid{
    grid-template-columns:1fr;
    margin-left: 120px;
    width: 700px;
  }
  .section-sub::after{
  content: "";
  position: absolute;
  margin-left: 230px;
  width: 40%;
  height: 3px;
  background:linear-gradient(90deg,#ff6b6b,#ffcc00);
  border-radius: 2px;
}
  .section-sub::after{
  content: "";
  position: absolute;
  left: 200px;
  height: 3px;
  background:linear-gradient(90deg,#ff6b6b,#ffcc00);
  border-radius: 2px;
  }
  .section-title{
    margin-left: 120px;
  }
  .section-sub{
     margin-left: 120px;
  }
  .class h1{
    font-size: 30px;
   
   margin-left: 400px;
}
   .class {
        padding: 50px 0;
    }
/* .class h1 span{
    margin-left: 400px;
} */
    .class .class_Box {
        grid-template-columns: 1fr ;  
      
    }
    .class .class_Box .class_card {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 80px;
    } 
    .class .class_Box .class_card .class_image {
        height: 200px;
    }

    .class .class_Box .class_card .class_info h2 {
        font-size: 18px;
         
    }
    .class .class_Box .class_card .class_info p {
        font-size: 14px;
    }

    .class .class_Box .class_card .class_info .class_btn {
        font-size: 14px;
        padding: 7px 12px;
    }
    .team .team_box{
      display: flex;
      margin-left: 40px;
      justify-content: space-around;
      gap:50px;
    }
    .team .team_box .profile{
      display: flex;
      justify-content: space-around;
    }
     .team h1{
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  margin-left: 400px;
}

    .contact h1{
      margin-top: 120px;
      margin-left: 400px;
    }
    .review .review_box {
      margin-top: 100px;
      margin-left: 100px;
    }
    .review .review_box .review_card{
        grid-template-columns: 1fr;
       height: 600px;
       margin-bottom: 200px;
    }
    .review h1{
    font-size: 25px;
    margin-left: 400px;
   
}
    .contact .contact_main{
      display: flex;
    }
    footer{
        border-top: 2px solid #ff3c0056;
        width:800px;
    }
    footer .footer_main .footer_tag{
      width:300px;
    }
    .animation img{
      margin-top:200px;
    }
} 