
html,* { font-family: 'Inter'; box-sizing: border-box; }




/*   for Header  */

.h1 nav {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.h1 .logo {
  font-size: 28px;
}

.h1 .logo a {
  color: #333;
  text-decoration: none;
}

.h1 .nav-links {
  display: flex;
  justify-content: space-around;
  width: 60%;
}

.h1 .nav-links li {
  list-style: none;
}

.h1 .nav-links a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  font-size:18px;
  font-weight: 200;
  font-family:Raleway;
  letter-spacing: 1px;
  padding: 0 10px;
}

.h1 .nav-links a:hover {
  color: rgb(255, 0, 0);
}



/*----------header----------*/


#bbb{
    border-radius: 50px 50px;
    background-color: transparent;
    padding:20px;
    margin:20px;
    background-color: #79d8fe;
 border:none;
}

#a{
    display: block;
}

#bbb a{

    text-decoration: none;
    color:black;
   
}


/*   for Footer  */

#ftr{
    position:relative;
    background-color: #fff;
  }
  
  #f1{
    display:block;
    justify-content: space-around;
  }
  
  #f1d1{
    display:flex;
    margin:5px;
    padding:50px;
    justify-content: space-around;
  }
  
  #ftrimg{
    height:250px;
    width:200px;
    margin-top: -40px;
  }
  
  #ftrimg2{
    height:250px;
    width:200px;
    margin-top: -40px;
    display: none;
  }
  
  #HGF
  {
    text-transform: lowercase;
  }
  
  .lid {
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    font-size:15px;
    font-weight: 200;
    font-family:Poppins;
    letter-spacing:0px;
    list-style: none;
    justify-content: left;
    margin-left: -30px;
  }
  
  .lid a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    font-size:15px;
    font-weight: 200;
    font-family:Poppins;
    letter-spacing: 0px;
    
  }
  
  
  .lid a:hover {
    color: rgb(255, 0, 0);
  }
  
  
  .h6{
  
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    font-size:25px;
    font-weight: 200;
    font-family:Poppins;
    letter-spacing: 0px;
  }
  
  
  #fp4{
    text-decoration:none;
    font-size: 18px;
    
  }
  
  #f1d3{
    display:block;
    justify-content: center;
    margin-top: -40px;
  }
  
  #sic{
    display:flex;
    justify-content: left;
    margin-top:0px;
  }
  
  .multicolortext {
    background-image: linear-gradient(to left, #00a0de, #aac400, #f6bb01, #cd016e, #cc0020);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
  } 
  
  /* ----------for Footer ---------- */
  
  #mbres{
  
    visibility: hidden;
  }
  
  
  /* For screens smaller than 768px */
  
  
  
    
    /* APPLYING MEDIA QUERIES */
    @media screen and (max-width: 768px) {
      
      .h1 nav {
        background-color: #fff;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        height: 120px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 50px;
        width:100%;
        overflow: hidden;
  
      }
  
      #mbres{
  
        visibility: visible;
        background-color: transparent;
        border:none;
        margin-left: 20px;
      }
      
  
        .nav-links {
          position: relative;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          background-color: #fff;
          z-index: 1;
          opacity: 0;
    display: none;
  
          transition: opacity 0.3s ease-in-out;
        }
      
        .nav-linkds {
          position: relative;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          justify-content: center;
          align-items: center;
          background-color: #fff;
          transition: opacity 0.3s ease-in-out;
        }
  
        
        .nav-linkds li{
          list-style-type: none;
          text-align: center;
          margin-top: -5px;
        }
  
        .nav-linkds a {
          color: rgb(0, 0, 0);
          text-decoration: none;
          text-transform: uppercase;
          font-size:15px;
          font-weight: 200;
          font-family:Raleway;
          letter-spacing: 1px;
          padding: 0 10px;
  
          text-decoration: none;
        }


       

   /*   for footer  */




   #f1{
    display:block;
    justify-content: space-around;
    text-align: center;
  }
  
  #f1d1{
    flex-direction: column;
    overflow-x: hidden;
    justify-content: center;
   margin:5px;
   padding:5px;
  }
  
  #ftrimg{
    height:250px;
    width:200px;
    margin-top: 40px;
    display:none;
  }

  #ftrimg2{
    height:250px;
    width:300px;
    margin-top: 5px;
    display: block;
    margin-left: 20px;
  

  }



  .f1d1d{
margin-top:5px;
  }

  .f1d1d  .h6{
    color:red;
    font-size: 20px;
    MARGIN:5PX
  }
  
#sic{
  display:flex;
  justify-content: CENTER;
  margin-top:0px;
}
    }  













