

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 section 1*/


#s1{

  padding:50px;
  display:block;
overflow: hidden;
}

#s1 h1{

  font-family: Raleway;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 30px;
    color:#0e0c47; 
}

#s1 h3{
  font-family: Poppins;
  font-weight:bolder; 
    font-weight: 500;
    text-align: center;
    font-size: 28px;
    color:#0e0c47; 
  }


  #hd{
    position:relative;
    display: block;
}


.image-row {
    display: flex;
    justify-content: space-around;
    padding: 0px;
    position:relative;
  }
  
  .image-row img {
  
    border-spacing: 2px;
    width: 380px;
    height: 250px;
    transition: transform 0.3s ease-in-out;
    padding:5px;
    transform: scale(0.9);
    border-radius: 3%;
  }
  
  .image-row img:hover {

    transform: scale(1.0);
  }



.v-row {
    display: flex;
    justify-content: space-around;
    padding: 0px;
    position:relative;
  }
  
  .v-row video {

    border-spacing: 2px;
    width: 350px;
    padding:15px;
    height: 250px;
    transition: transform 0.3s ease-in-out;
    
    
  }
  


  .l-row {
    display: flex;
    justify-content: space-around;
    padding: 0px;
    position:relative;
  }
  
  .l-row img {
  
    border-spacing: 2px;
    width: 200px;
    height: 200px;
    transition: transform 0.3s ease-in-out;
    padding:8px;
    transform: scale(0.9);
  }
  
  .image-row img:hover {

    transform: scale(1.0);
  }





/*

#ppc{
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
  transform: scale(0.9);
  text-align: center;
    border:1px solid rgb(255, 202, 30);
    margin:10px;
    padding:10px;
    font-family: Poppins;
    font-weight:bolder; 
      font-size: 20px;
      color:#000000; 
}

#hd:hover #ppc{
  transform: scale(1.0);
  padding:10px;
  margin:20px;
  border:none;
}

#ppc span{
 
    border:1px solid rgb(255, 202, 30);
    margin:10px;
    padding:10px;
    font-family: Poppins;
    font-weight:bolder; 
      font-size: 20px;
      color:#000000; 
      align-self: flex-end;
}
*/




/*----------for section 1----------*/

/*   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;
      }


    .image-row{

      flex-direction: column;
    
    }
    
    .image-row img {
  
      border-spacing: 2px;
      width: 380px;
      height: 300px;
      transition: transform 0.3s ease-in-out;
      padding:2px;
      margin-left: -50px;
      transform: scale(0.9);
      border-radius: 3%;

    }
    

    .v-row {
      flex-direction: column;
    }
    
    .v-row video {
  
      border-spacing: 2px;
      width: 350px;
      height: 350px;
      transition: transform 0.3s ease-in-out;
      padding:2px;
      margin-left: -39.5px;
      
      
    }
    

    .l-row {
  flex-direction: column;
    }
    
    .l-row img {
    
      border-spacing: 2px;
      width: 250px;
      height: 200px;
      transition: transform 0.3s ease-in-out;
      padding:2px;
      margin-left: 18px;
      transform: scale(0.9);
    }
    
    


/*   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;
}
    
    }
