


/* ≥ 480px: Mobile */
@media screen and (max-width: 480px) {
  /* Mobile styles first */

  .row {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    flex-direction: column;

    .general{
        display: none;
    }
    .video-container {
      width: 100%;

      justify-content: center;
  
  margin-top: 180px;
  
  
}


.video-container video{
    width: 250px;
}
.contactButton{
    margin-top: 100px;
    align-self: center;
}
  }


.thankyou{
  h1{
    font-size: 1em;
  }
  p{
    width: 85%;
    font-size: .7em;
  }
}
.news{
  width: 85%;
  padding: 0px;

  h1{
    font-size: 1.3em;
    line-height: 1;
  }
  h2{
    
    font-size: .7em;
    line-height: 1.2;
  }
}
.numcrd{
  height: 160px;
  h1{
    font-size: 1.7em;
  }
  p{
    font-size: .8em;
  }
}
  .watermark {
    display: none;
  }
  .nav-container {
    margin-left: 0em;
    margin-right: 0em;

    .logo {
      img {
        width: 100px;

        margin-right: 0px;
      }
    }
    .nav-links {
      display: none;
    }
  }
  

  .redbox{
    margin-bottom: 0;
   
     h1{
        color: white;
        font-size: 1.4em !important;
        
        
     }
     h2{
      
        font-size: 14px;
        font-family: 'Lexend', sans-serif;
        text-align: center;
        padding-bottom: 3em;

        

     }
}
.redbox span{
    display: none;
}


.contactButton {
  padding: 10px 10px;
  h3 {
    margin: 0;
    font-size: 1.4em;
    
  }
  p{
    
    font-size: 12px;
  }
  
  button{
    font-size: 1.2em;

    padding:10px 40px;

   
  }
}

.cites{
    width: 95%;
    h3{
        width: 95%;
        font-size: 1em;
    }
}

.motivation{
  position: relative;
  width: 95%;
  padding: 10px;
  margin: 0 auto;
  margin-top: 10em;
  margin-bottom: 20em;
 
}
.motivation .co{
  position: relative;
  
  width: 95% !important;
  h1{
    font-size: 2em;
    margin: 0;
    font-weight: 400;
    background: linear-gradient(to right bottom, rgb(255, 1, 1), rgb(94, 0, 56));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    line-height: 1;
  }
  h2{
   
    left: 0%;
    
    
    

    font-size: 3em;
   
  }

  P{
    
    left: 1%;
    
    font-size: 1em;
  }
  img{
    
    position: absolute;
    z-index: 1;
    top: -20%;
    left: 80%;
    width: 150px;
  }
}
.young{
    
  position: absolute;
  top: 80% !important;
  right: -60px;
  height: 300px;
  width: auto;
  
  border-radius: 50%;
}
.youn{
    
  position: absolute;
  top: 80% !important;
  right: -30px;
  height: 300px;
  width: auto;
  
  border-radius: 50%;
}
.services {
  position: relative;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  margin-top: 50px;
  padding: 10px 20px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #cb212e;
  text-align: center;
  overflow: hidden; /* Prevent pseudo-element from overflowing */
}
.service-card {
  
  height: 170px;
  width: 170px;
  
  
}
.service-card img {

  height:110px;

 
  
 
  
}

.numcrd{

}
.heads{
    font-size: 1em;
}

.track {
  
  font-size: 1.3em;
  margin: 1em;
  font-weight: 500;
  padding-bottom: 10px; /* space for animated line */
}
}


/* ≥ 768px: Tablet */
@media screen and (max-width: 768px) {
  .step{
    margin-bottom: 40px;
  }
  .reviews-section {
    
  padding: 5px 5px;}
  .review-card {max-width: 360px;}
  .row {
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;

    justify-content: center;
    
    .general{
        display: none;
    }
    .video-container {
      
      width: 100%;
 
  justify-content: center;
  margin-top: 180px;
  

  
  
}
.hand{
  top: -375px;
  left: 10px;
  height: 600px;
  width: 400px;
  align-self: center;
 
}
.video-container video{
  left: -80px;
    width: 250px;
}
.contactButton{
  margin: 1em;
  font-size: 1em;
    margin-top: 100px;
    align-self: center;
}
  }
  .watermark {
    display: none;
  }
  .nav-container {
    margin-left: 0em;
    margin-right: 0em;

    .logo {
      img {
        width: 100px;

        margin-right: 0px;
      }
    }
    .nav-links {
      display: none;
    }
  }

  .redbox{
    margin-bottom: 0;
   
     h1{
        color: white;
        font-size: 1.7em;
        
        
     }
     h2{
      
        font-size: 14px;
        font-family: 'Lexend', sans-serif;
        text-align: center;
        padding-bottom: 3em;

        

     }
}
.redbox span{
    display: none;
}


.contactButton {
  padding: 10px 10px;
  h3 {
    margin: 0;
    font-size: 1.4em;
    
  }
  p{
    
    font-size: 12px;
  }
  
  button{
    font-size: 1.2em;

    padding:10px 40px;

   
  }
}

.cites{
    width: 95%;
    h3{
        width: 95%;
        font-size: 1em;
    }
}

.motivation{
  position: relative;
  width: 80%;
  padding: 10px;
  margin: 0 auto;
  margin-top: 10em;
  margin-bottom: 20em;
 
}
.motivation .co{
  position: relative;
  
  width: 90%;
  h1{
    font-size: 2em;
    margin: 0;
    font-weight: 400;
    background: linear-gradient(to right bottom, rgb(255, 1, 1), rgb(94, 0, 56));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    line-height: 1;
  }
  h2{
   
    left: 0%;
    
    
    

    font-size: 3em;
   
  }

  P{
    
    left: 1%;
    
    font-size: 1em;
  }
  img{
    
    position: absolute;
    z-index: 1;
    top: -20%;
    left: 80%;
    width: 150px;
  }
}
.young{
    
  position: absolute;
  top: 80%;
  right: -60px;
  height: 300px;
  width: auto;
  
  border-radius: 50%;
}
.youn{
    
  position: absolute;
  top: 80%;
  right: -30px;
  height: 300px;
  width: auto;
  
  border-radius: 50%;
}
.services{
    width: 100%;
    
}
.heads{
    font-size: 1em;
}

.track {
  
  font-size: 1.3em;
  margin: 1em;
  font-weight: 500;
  padding-bottom: 10px; /* space for animated line */
}
}

/* ≥ 1025px: Desktop */
@media screen and (max-width: 1025px) {
  body {
    
    
  }
  .row{
  margin-right: 10px;
  margin-left: 10px;
}
.contactButton {
  flex: 1;
  align-self: flex-end;
  
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  

  span{
    color: #cb212e;
  }
  h3 {
   
    font-size: 1.4em;
   
    
  }
  p{
    font-size: 11px;
    
  }
  
  button{


    
    font-size: 1.2em;
   
    padding:10px 20px;

   
  }
}


.footer-top{
  max-width: 800px;
}

.motivation{
  position: relative;
  width: 80%;
  padding: 10px;
  margin: 0 auto;
  margin-top: 8em;
  margin-bottom: 15em;
 
}
.motivation .co{
  position: relative;
  
  width: 70%;
  h1{
    font-size: 2em;
    margin: 0;
    font-weight: 400;
    background: linear-gradient(to right bottom, rgb(255, 1, 1), rgb(94, 0, 56));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    line-height: 1;
  }
  h2{
   
    left: 0%;
    
    
    

    font-size: 3em;
   
  }

  P{
    
    left: 1%;
    
    font-size: 1em;
  }
  img{
    
    position: absolute;
    z-index: 1;
    top: -20%;
    left: 80%;
    width: 150px;
  }
}
.young{
    
  position: absolute;
  top: 10%;
  right: -60px;
  height: 300px;
  width: auto;
  
  border-radius: 50%;
}
.youn{
    
  position: absolute;
  top: 10%;
  right: -30px;
  height: 300px;
  width: auto;
  
  border-radius: 50%;
}
  
}
