

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----------*/





/*   for section 1  */



#s1{
  display:flex;
  width:100%;
  position:relative;
  overflow: hidden;
}

#s1d1{
  display:flex;
  width:100%;
  padding:60px;
  background: transparent;

}

#s1d1i{

  width:50%;
  margin-top:10px;
  margin-left: 0px;
}


#ks{
  display:flex;
  width:50%;
  margin-left: 30px;

  background: transparent;


}

#ks h1{

  margin-left: 250px;
 margin-top: 250px; 
 background: transparent;

}



#gl{

  position: relative;
  display: flex;
  width:auto;
  justify-content: space-evenly;
  margin-left: -500px;
  margin-top: 100px;
  z-index: -1;
  background: transparent;

}


  
#green { 
  width:350px; 
  height:350px; 
  margin-left: -50px;

  transform-origin:40% center; 
  position:relative; 
  animation:rotate 10s linear infinite; 
  z-index: -1;
}

#green:before { 
  content:''; 
  position:absolute;
   height:100%;
    width:100%;
   /*  border-radius: 60% 40% 40% 20% / 70% 50% 30% 25%;
      border:2px dotted black;*/
   border-radius:50%;

    background:#f6c3b8;
    animation:rotate 10s linear reverse infinite; 
  }
  @keyframes rotate {
   100% { transform:rotate(360deg); } }
  


   
   #blue { 
  width:350px; 
  height:350px; 

  margin-left: -115px;

  transform-origin:40% center; 
  position:relative; 
  animation:rotated 10s linear infinite; 
  z-index: -1;
}

#blue:before { 
  content:''; 
  position:absolute;
   height:100%;
    width:100%;
  /*  border-radius: 40% 20% 40% 20% / 60% 20% 30% 45%;
   border:2px dotted black; */
  border-radius:50%; 
  background:rgb(167, 216, 225);
 
    animation:rotated 10s linear  reverse  infinite; 
  }
  @keyframes rotated {
   100% { transform:rotate(-360deg); } }



  /* #orange { 
  width:200px; 
  height:200px; 

  margin-left: -150px;
 

  transform-origin:80% center; 
  position:relative; 
  animation:rotatedd 10s linear infinite; 
  z-index: -1;
}

#orange:before { 
  content:''; 
  position:absolute;
   height:100%;
    width:100%;
    border-radius: 60% 40% 40% 20% / 70% 50% 30% 25%; 
    background:rgb(249, 119, 19); 
    animation:rotatedd 10s linear  reverse  infinite; 
  }
  @keyframes rotatedd {
   100% { transform:rotate(-360deg); } }


*/

  






/*----------section 1  ----------*/


/*   for section 2  */




#s2{
  
 
  display:flex;
  width:100%;
 padding:50px;

}



#s2d1{
  display:block;
  width:50%
  

}


#s2d1 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 30px;
    color:#0e0c47; 
  }

#s2d1 p{

  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  color:#000000;
  margin:25px;
  padding: 20px;

}



#s2d2{
  display:block;
  width:50%;
  place-items: center;
  margin-top: -50px;
}

#s2d2 img{
  margin-left: 80px;
  height:320px;
  width:600px;
}


/*----------section 2  ----------*/

/*   for section 3 */

#s3{

  display:flex;
  width:100%;
  position:relative;
  padding:50px;

}

#s3d1{
  display:block;
  width:50%;
  place-items: center;


}

#s3d1 img{
  margin-left: 50px;
  margin-top:-50px;
  height:320px;
  width:600px;
}

#s3d2{
  
  display:block;
  width:50%;
  margin-top:20px;
  

}


#s3d2 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 30px;
    color:#0e0c47; 
  }

#s3d2 p{

  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  color:#000000;
  margin:25px;
  padding: 20px;

}



/*----------section 3  ----------*/



/*   for section 7 */


#s7{
  display:flex;
  width:100%;
  position:relative;
  padding:50px;
}

#s7d1{
  display:block;
  width:55%;

}

#s7d1 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 30px;
    color:#0e0c47; 

}

#s7d1 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  color:#000000;
  margin:25px;
  padding: 20px;

}

#s7d2{
  
  display:block;
  width:50%;
  place-items: center;

}

#s7d2  img{
  margin-left: 50px;
  margin-top:-70px;
  height:320px;
  width:600px;
}


/*----------section 7  ----------*/



/*   for section  8 */


#s8{
  display:flex;
  width:100%;
  position:relative;
  padding: 50px;

}

#s8d1{
  display:block;
  width:50%;
  place-items: center;

}

#s8d1 img
{
  margin-left: 50px;
  margin-top:-70px;
  height:320px;
  width:600px;
}


#s8d2{
  
  display:block;
  width:50%;

}


#s8d2 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 30px;
    color:#0e0c47; 

}

#s8d2 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  color:#000000;
  margin:25px;
  padding: 20px;
}


/*----------section 8 ----------*/




/*   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;
      }



#s1{
  flex-direction: column;
  width:100%;
  position:relative;
  overflow: hidden;
}

#s1d1{
  flex-direction: column;
  width:100%;
  padding:60px;
  background: transparent;

}

#s1d1i{

  width:100%;
  height:200px;
  margin-top:-20px;
  margin-left: 0px;
}


#ks{

  width: 100%;
  margin-left: -230px;
  margin-top:-150px;
  text-align: center;

  background: transparent;


}

h1{
  text-align: center;
}

#gl{
  display:none;
}


#s2{
  
 
  flex-direction: column;
  width:100%;
 padding:10px;

}



#s2d1{
  display:block;
  width:100%
  

}




#s2d1 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color:#0e0c47; 
    margin-top:-150px;
  }

#s2d1 p{

  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:15px;


}



#s2d2{
  display:block;
  width:100%;
  place-items: center;
  margin-top: -50px;
}

#s2d2 img{
  margin-left: 30px;
  height:250px;
  width:300px;
}


/*----------section 2  ----------*/



/*   for section 3 */

#s3{

  flex-direction: column;
  width:100%;
  position:relative;
  padding:10px;

}

#s3d1{
  display:block;
  width:100%;
  place-items: center;


}

#s3d1 img{
  margin-left: 30px;
  margin-top:-80px;
  height:250px;
  width:300px;
}

#s3d2{
  
  display:block;
  width:100%;
  margin-top:20px;
  

}


#s3d2 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color:#0e0c47; 
  }

#s3d2 p{

  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;

  padding: 15px;

}



/*----------section 3  ----------*/


/*   for section 7 */


#s7{
 flex-direction: column;
  width:100%;
  position:relative;
  padding:10px;
}

#s7d1{
  display:block;
  width:100%;

}

#s7d1 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color:#0e0c47; 
    margin-top: -100px;
  

}

#s7d1 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:15px;
  padding: 15px;
}

#s7d2{
  
  display:block;
  width:100%;
  place-items: center;

}

#s7d2  img{
  margin-left: 20px;
  margin-top:10px;
  height:250px;
  width:320px;
}


/*----------section 7  ----------*/


/*   for section  8 */


#s8{
 flex-direction: column;
  width:100%;
  position:relative;
  padding: 10px;

}

#s8d1{
  display:block;
  width:100%;
  place-items: center;

}

#s8d1 img
{
  margin-left: -10px;
  margin-top:-10px;
  height:250px;
  width:320px;
}


#s8d2{
  
  display:block;
  width:100%;
  place-items: center;

}


#s8d2 h3{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color:#0e0c47; 
    margin-top: 20px;

}

#s8d2 p{
  font-family: Poppins;
  font-weight: 400;
  text-align: center;
  font-size: 15px;
  color:#000000;
  margin:15px;
  padding: 15px;

}


/*----------section 8 ----------*/

           
 /*   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;
}
    
    }
