
/* mission page */
@media screen and (max-width:1024px){
    .container2 {
      max-width: 100%;
      width: 100%;
      margin: 0 auto;
      /* padding-right: 15px; */
    }
    .row2{
      column-gap: 0px;
  
    }
  .row2 a { 
    padding-left: 5px;
    font-size: 12px;
  }
  section.home .container .row1{
    position: relative;
    /* padding-top: 3%; */
  }
  header {
      padding-left: 1%;
      /* position: absolute; */
    /* position: relative; */
  }
  .logo img {
      width: 185px;
      height: 83px;
  }
    /*  */
    section.home .row1 .right-pic {
      max-width: 80%;
      padding-top: 0px;
    }
  section.home{
      padding-bottom: 0px;
      /* padding-top: 15%; */
  }
  section.home .row1 .left-content{
      /* padding-top: 40%; */
  }
  section.home .row1 .left-content h1 {
      font-size: 35px;
      word-spacing: 3px;
      line-height: 45px;
  }
  section.learn{
  }
  section.learn .container .row7 .cards-container .card{
    max-width: 230px;
    padding: 50px 20px;
  }
  section.learn .container .row7 h1 {
    font-size: 30px;
  }
  section.learn .container .row7 .cards-container .card h3 {
      font-size: 25px;}
  section.learn .container .row7 .cards-container .card p {
      font-family: "Poppins", sarif;
      font-size: 14px;}
  section.learn .container .row7 .cards-container {
    display: flex;
      gap: 15px;
      justify-content: center;
      color: white;}
      
  .row3 .left h2 {
    font-size: 30px;
  }
  .row3 .left p {
    font-size: 13px;
  }
  .right img {
      justify-self: center;
      text-align: center;
      width: 325px;
      height: 302px;
      border-radius: 53px;
  }
  
  header {
    /* position: absolute; */
  }
  .logo img {
      width: 185px;
      height: 83px;
  }
  #num1{
    max-width: 100%;
  }}
  
  /* tablet responsive */
  @media screen and (max-width:768px){
    .logo img {
      width: 125px;
      height: 60px;
  }    
  .row2 a {
    text-align: center;
    padding-left: 5px;
    font-size: 8px;
    font-weight: 100;
    /* word-spacing: 8px; */
    letter-spacing: 1px;
  }
  section.home .row1 .left-content h1 {
    font-size: 20px;
    word-spacing: 2px;
    line-height: 23px;
  }
  
  section.home .row1 .left-content span{
    font-size: 12px;
  }
  section.home .row1 .left-content p {
    font-size: 9px;
    line-height: 17px;
  }
  
  .row3 .left {
  padding: 22px;
  }
  .row3 .left h2 {
    font-size: 20px;
  }
  .row3 .left p {
    font-size: 10px;
  }
  .row3 {
    padding-bottom: 50px;
    column-gap: 0;}
    .right img{
     width: 250px;
     height: 225px; 
    }
    section.learn .container .row7 h1 {
      font-size: 21px;
    }
    section.learn .container .row7 .cards-container .card{
      max-width: 165px;
      padding: 15px 5px;
    }
    section.learn .container .row7 .cards-container .card h3 {
    font-size: 18px;
    }
    section.learn .container .row7 .cards-container .card p {
      font-size: 12px;
    }
    .media h4 {
      font-size: 20px;
    }
    .desc{
      font-size:10px;
    }
  }
  /* mobile size */
  @media screen and (max-width:575px)
  {
    .row2 {
      grid-template-columns: 1fr auto;
      grid-template-rows: auto auto;
  }
  
 .logo {
  padding-left: 20px;
    justify-self: center;
}
  
  
 .nav {
  padding-left: 4%;
    grid-column: 1 / -1;
    width: 100%;
    /* display: none; Hidden by default */
}
  
  .nav.active {
      display: block;
  }
  
.nav ul {
    grid-auto-flow: row;
    text-align: center;
    padding: 6px 0;
}

.nav ul li {
   /* font-size: 50px; */
    margin: 5px 0;
}

.nav ul li a {
    font-size: 7px;
}
.row2 .nav ul li {
  line-height: 5px;
}
.logo img {
  width: 110px;
  height: 52px;
}


  section.home .container .row1 {
    grid-template-columns: 1fr;
  }
  section.home .row1 .left-content h1 {
    font-size: 16px;
    word-spacing: 2px;
    line-height: 22px;
  }
  section.home .row1 .left-content span {
    font-size: 9px;
  }
  section.home .row1 .left-content p {
    font-size: 9px;
    line-height: 20px;}
    section.home .container {
      /* position: relative; */
      top: 30px;
      padding-right: 8.5%;
  }
  .row3{
    padding-top: 0px;
    grid-template-columns: 1fr;
  }
  .right img {
    width: 207px;
    height: 212px;
  }
  
  section.learn .container .row7 h1 {
    padding: 20px;
    font-size: 15px;
    line-height: 28px;
  }
  section.learn .container .row7 .cards-container {
    align-items:anchor-center;
    flex-direction: column;
  }
  section.learn .container .row7 .cards-container .card {
  max-width: 180px;
  padding: 33px;
  /* height: 100px; */
  }
  #hi{
    /* height: 100px; */
  }
  .media h4{
    font-size: 15px;
  }
  .social-btn a {
    width: 20px;
    height: 20px;
  }
  
  .row3 .left h2 {
  font-size: 15px;
  }
  }
  