

    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:14px;
  font-weight: 200;
  font-family:Raleway;
  letter-spacing: 1px;
  padding: 0 10px;
}

.h1 .nav-links a:hover {
  color: rgb(255, 0, 0);
}

/*----------header----------*/




 


      
     /*   for BUTTON  */

    #button2 {
			padding: 10px;
			margin: 10px;
  
			background-color: transparent;
			color: rgb(0, 0, 0);
			font-size: 24px;
			border: none;
			cursor: pointer;
			border-radius: 5px;
			box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
		}


    /*----------for BUTTON  ----------*/






/*   for section 1  */




#s1{
  
  display:block;
  width:100%;
overflow-x: hidden;
}



#s1d{
 
  display:flex;
 
}

#s1d1,#s1d2,#s1d3,#s1d4{
  width:50%;

}

#s1d1 h1{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    color:#0e0c47; 

}

#s1d1 p{
  padding:30px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  color:#000000;
  text-align: center;
 
}

#s1d2 img{

  height:250px;
  width:500px;
}

#s1d3 h1{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    color:#0e0c47; 

}

#s1d3 LI{

list-style-type: none;

font-family: Poppins;
font-weight: 400;
font-size: 12px;
color:#000000;
text-align: center;


}
#s1d4 img{
  margin-top: 0px;
  height:250px;
  width:500px;
}


/*----------section 1 ----------*/

    



/*   for section 2  */




#s2{
  
 
  display:flex;
  width:100%;
  overflow-x: hidden;
 

}



#s2d1{
  display:block;
  padding: 40px;
  width:50%;

}


#s2d1 h1{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    color:#0e0c47; 

}

#s2d1 p{
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  color:#000000;
  text-align: center;
  
}



#s2d2{
  display:block;
  width:50%;
  place-items: center;
}


#s2d2 img{
width:500px;
 height:450px;
}

/*----------section 2  ----------*/



/*   for section 3 */

#s3{

display:flex;
width:100%;
position:relative;


}

#s3d1{
display:block;
width:50%;
place-items: center;
margin-left: 50px;
margin-top: 20px;

}

#s3d1 h1{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    color:#0e0c47; 

}

#s3d1 img{
  width:600px;
   height:500px;
  }


#s3d2 {

display:block;
width:auto;
margin-top:0px;

font-family:Raleway;

}


#s3d2 form{
width:auto;
font-family:Raleway;

}

input{
  border: none;
  width: 50%;
  border-bottom: 2px solid #999999;
  outline: none;
  background: transparent;
  font-size: 12px;
  color: #ff0000;
transition: 0.3s ease;
font-family:Poppins;
text-transform: uppercase;
}


input::-webkit-file-upload-button{
  border: none;
  width: 50%;
  border-bottom: 2px solid #999999;
  outline: none;
  background: transparent;
  font-size: 12px;
  color: #ff0000;
transition: 0.3s ease;
font-family:Poppins;
}


input::-webkit-textfield-decoration-container{
  font-size: 12px;
  color: #ff0000;
transition: 0.3s ease;
font-family:Poppins;
}

#file{
  background:transparent;
}

select{
  border: none;
  border-bottom: 2px solid #999999;
  background: transparent;
  font-size: 12px;
  color: #ff0000;
transition: 0.3s ease;
  outline: none;
  font-family:Poppins;
  }

  select:focus {
    border-image: linear-gradient(to right, #ef5a03, #d1d357);
    border-image-slice: 1;
  }


input::placeholder{
color: rgba(201, 3, 3, 0.424);
text-align: center;
font-family:Poppins;
}

option{
  color: #ff0000;
  text-align: center;
  font-family:Poppins;
  font-size: 12px;
  }

label{

font-size: 15px;
position: relative;
color: #000000;
font-family:Raleway;
}

input:focus {
border-image: linear-gradient(to right, #ef5a03, #d1d357);
border-image-slice: 1;
}




.buttonqd {

padding: 5px;
margin: 0px;
width:90px;
height:50px;
background-color: rgb(203, 210, 251);
border:1px solid black;
color: rgb(0, 0, 0);
font-size: 15px;
border: none;
cursor: pointer;
border-radius: 30px;
margin-left: 0px;
margin-top: 20px;
font-style: Raleway;
/*box-shadow: 0px 2px 4px 0px rgba(255, 0, 0, 0.701);*/
}




/*----------section 3  ----------*/



/*   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 section 1  */








#s1{
  
margin-left: -20px;
overflow-x: hidden;

}

#s1d{
 
  flex-direction: column;
 
}


#s1d1,#s1d2,#s1d3,#s1d4{
  width: 98%;

}


#s1d1 h1{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    color:#0e0c47; 
    padding:10px;
    margin-left:-50px;


}
#s1d1 p{
 
  margin:20px;
  margin-top: -10px;
  padding:20px;
  font-family: Poppins;
  font-weight: 400;
  font-size:15px;
  color:#000000;
  text-align: center;
  margin-left:-30px;
  overflow-x: hidden;

 
}

#s1d2 img{
  margin-top: -70px;
  height:300px;
  width:350px;
  margin-left:-10px;
}



#s1d3 h1{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color:#0e0c47; 
    padding:10px;
    margin-left:-50px;
    margin-top: -70px;

}

#s1d3 LI{

  list-style-type: none;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  color:#000000;
  text-align: center;
  margin-left:-70px;
  
  
  }


  #s1d4 img{
    
    height:250px;
    width:300px;
    margin-left:20px;
  }



   /*   for section 2  */




#s2{
  
 
  flex-direction: column;
  overflow-x: hidden;

 

}
  

#s2d1{
  display:block;
  padding: 10px;
  width:100%;
  margin-top: -100px;

}


#s2d1 h1{
  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    color:#0e0c47; 
    padding:10px;
    margin-left:30px;


}

#s2d1 p{
  padding:10px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  color:#000000;
  text-align: center;
  margin-left:30px;

  
}



#s2d2 img{
  display:none;
width:600px;
 height:500px;
 visibility: hidden;
}

/*   for section 3 */

#s3{

flex-direction: column;
margin-top:-80px;
overflow-x: hidden;
  
  }
  
  #s3d1{
  display:block;
  width:100%;
  place-items: center;
  margin-left: 30px;
  margin-top: 20px;
  
  }
  
  #s3d1 h1{
    font-family: Raleway;
    font-weight:bolder; 
      font-weight: 500;
      text-align: center;
      font-size: 18px;
      color:#0e0c47; 
      margin-left: -40px;
  
  }
  
  #s3d1 img{
    height:250px;
    width:300px;
    margin-left:20px;
    }
  
  
  #s3d2 {
  
  display:block;
  width:auto;
  margin-top:0px;
  
  font-family:Raleway;
  
  }
  
  
  #s3d2 form{
  width:auto;
  font-family:Raleway;
  
  }






  select{
    border: none;
    border-bottom: 2px solid #999999;
    background: transparent;
    font-size: 45%;
    color: #ff0000;
  transition: 0.3s ease;
    outline: none;
    font-family:Poppins;
    overflow-x: hidden;
    }
  
    select:focus {
      border-image: linear-gradient(to right, #ef5a03, #d1d357);
      border-image-slice: 1;
    }


    option{
      color: #ff0000;
      text-align: center;
      font-family:Poppins;
      font-size: 45%;
      overflow-x: hidden;
   
      }


/*   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;
}
    
    }