@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@400;700&family=Oswald:wght@400;600&family=Poppins:wght@300;700&display=swap');

    body {
      
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
      
       height: 100vh;
                 
      
    }

   

    .nav2{
      display: flex;
      justify-content: left;
      justify-items: center;
      background-color:#0f5177e8;
      padding-left:  25px;
      padding-top: 25px;
      

    }
    .nav2 a {
      font-size: 1.2rem;
      font-weight: 600;
      border: 1px solid rgb(226, 235, 226);
      border-radius: 5px;
      /* background-colo  r: #d12f2f; */
      margin: 5px;
        
      line-height: 20px;
      text-align: center;
      color: #f7f7f2 !important;
    }
    .title_item {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px; /* You can adjust this height as needed */
      /* background-color: #350425; */
      opacity: .8;
      box-shadow: 0px 10px 10px rgb(202, 201, 201);
    }

    #element{
      
      font-size: 1.5rem;
      color: rgb(13, 54, 54);
      font-weight: 800;
      text-shadow: 3px 4px 20px  rgb(244, 247, 246);
    
  }

    .qtext{
    
      margin-top: 25px;
      color: rgb(17, 6, 83);
      padding: 10px 70px;
      text-align: justify;
      font-size: 1.2rem;
      font-weight: 600;
    }
    #hr{
      height: 2px;
      background-color: #f3f356;
      width: 100%;
      animation: hrline 1s   4 ;
    }
    @keyframes hrline {
      0%{
        width:5%;
        background-color: aquamarine;
      }
      15%{
        width:15%;
        background-color: #f3f356;
      }
      30%{
        width:30%;
        background-color: red;
      }
      45%{
        width:40%;
        background-color: blue;
      }
      60%{
        width:60%;
        background-color: cadetblue;
      }
      80%{
        width:80%;
        background-color: azure;
      }
      100%{
        width:90%;
        background-color: darkseagreen;
      }
      
          }
          /* styling for english section  */
     
    .headbox{
      display: flex;
      height: 60px;
      width: 100%;
      background-color: rgb(146, 240, 240);
      text-shadow: 2px 2px 3px rgb(240, 119, 20);
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      font-weight: bold;
      word-spacing: 12px;
      color: rgb(7, 5, 156);
    }

    .box{
      display: flex;
      margin: 50px 20px;
      /* display: flex; */
      height: 150px;
      width: 200px;
      background-color: rgb(7, 4, 160);
      /* padding: 20px 30px; */
      justify-content: center;
      align-items: center;
      text-align: center;
      
      font-size: 1.7rem;
      font-weight: bold;
      word-spacing: 12px;
      color: rgb(210, 230, 34);
      box-shadow: 3px -5px 5px rgb(121, 121, 73);

    }
    .boxpaper{
      display: flex;
      margin: 50px 20px;
      /* display: flex; */
      height: 100px;
      width: 100px;
      background-color: rgb(7, 4, 160);
      /* padding: 20px 30px; */
      justify-content: center;
      align-items: center;
      text-align: center;
      
      font-size: 1.6rem;
      font-weight: bold;
      word-spacing: 12px;
      color: rgb(210, 230, 34);
      box-shadow: 3px -5px 5px rgb(121, 121, 73);

    }
    .boxs{
      display: flex;
      margin: 50px 20px;
      /* display: flex; */
      height: 150px;
      width: 200px;
      background-color: rgb(224, 17, 17);
      /* padding: 20px 30px; */
      justify-content: center;
      align-items: center;
      text-align: center;
      
      font-size: 1.2rem;
      font-weight: bold;
      word-spacing: 10px;
      color: rgb(210, 230, 34);
      box-shadow: 3px -5px 5px rgb(121, 121, 73);

    }
   a:hover {
    text-decoration: none;
    text-transform: uppercase;
}

a:hover .box {
    zoom: 95%;
    background-color: rgb(4, 78, 78);
    color: rgb(255, 255, 255);
    color: #ffffff;
}
.team-section {
    gap: 10px; /* space between members */
    justify-content: center; /* align left or use center */
    flex-wrap: wrap;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px; /* control box size */
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.team-member img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.team-member span {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}


    @media (max-width: 767px) {
         
               
         .btn{
            height: 80px;
            width: 130px;
            font-size: 1.0rem;
            padding: 10px;
            font-weight: 600;
          }
          .qtext{
    
            margin-top: 25px;
            color: rgb(219, 5, 23);
            padding: 10px 20px;
            /* text-align: justify;
            font-size: 1.2rem;
            font-weight: 600; */
          }
         
          /* update */
          .btn{
            height: auto;
            width: auto;
            padding: 6px;
            font-size: 14px;
          }
       .setcolumn{
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
       }
       .headbox{
        height: auto;
        font-size: 1.0rem;
        text-align: center;
        padding: 10px 5px;

       }
      .boxs, .box{
        min-width: 300px;
        height: auto;
        font-size: 15px;
        font-weight: bold;
        padding: 10px 5px;
        margin-top: 30px;
        margin-bottom: auto;
      }
      .boxpaper{
        width: 300px;
        height: auto;
        font-size: 15px;
        font-weight: bold;
        padding: 10px 5px;
        margin-top: 30px;
        margin-bottom: auto;
      }
       #element{
      
      font-size: 14px;
     
    
  }
        }  
