/* google fonts */

body{
  padding: 0px;
  margin: 20px 40px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  background-image: url('bac.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
h1, h2, h3, h4, ul, li, a, p, input, label, button, div, footer{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
}
ul{
  list-style-type: none;
}
a{
  text-decoration: none;
}
nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
nav ul{
  display: flex;
  align-items: center;
}
nav li{
  margin-left: 20px;
}
nav li a{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
  display: block;
  padding: 10px 16px;
  letter-spacing: 2px;
}





.container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-evenly;
  background: #dfdddd;
  border-radius: 8px;
 }
 .select{
  margin-top: 50px;
  padding: 10px;
  width: 100px;
  font-size: medium;
  
  }
  
  .frm{
    display: flex;
    flex-direction: column;
    align-items: center;
      padding: 10px;
     
      font-size:large;
      
      }
  
  .inp{
    margin-top: 30px;
      font-size:large;   
  }
  
  .threes{
  display: flex;
  justify-content:space-between;
     
  }
  






















.btn{
  border-radius: 10px;
  background-color: aquamarine;
}
form h2{
  font-size: 2.4em;
  font-weight: 900;
  margin-bottom: 40px;
}
.lgn{
  width: 360px;
  margin: 10% auto;
  padding: 30px;
  align-self: center;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
  border-radius: 10px;
  background: rgb(8, 133, 81);
}
input{
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 1em;
  width: 100%;
}
label{
  display: block;
  margin: 20px 0 10px;
}
button{
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 5px;

  border-radius: 10px;
  background-color: aquamarine;
  border:0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7em;
  display: block;
  padding: 10px 16px;
  letter-spacing: 1px;
}
.error{
  color: #ff0099;
  margin: 10px 2px;
  font-size: 0.8em;
  font-weight: bold;
}
header{
  display: flex;
  align-items: center;
}
header img{
  width: 250px;
  margin-right: 40px;
}
header h2{
  font-size: 3em;
  margin-bottom: 10px;
}
header h3{
  font-size: 1.6em;
  margin-bottom: 10px;
  margin-left: 2px;
  color: #fcfafa;
}
header .btn{
  margin-top: 20px;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  font-size: 0.8em;
}

footer{
  text-align: center;
  margin-top: 120px;
  color: #f7f4f4;
}
@media (max-width: 600px) {


}
@media (max-width: 390px) {
.lgn{
  width: 260px;}
 h1{
  font-size: 1.2em;
 } 

header h3{
  font-size: 1.1em;

}

}

.splash{
  Position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: black;
  z-index: 200;
  color: white;
  text-align: center;
  line-height: 50dvh;
 }
 
 .splash.display-none{
     Position:fixed;
     opacity: 0;
     top: 0;
     left: 0;
     width: 100%;
     height: 100dvh;
     background-color: black;
     z-index: -10;
     color: white;
     text-align: center;
     line-height: 50dvh;
     transition: all 0.5s;
    }
 
    .FadeIn{
     opacity: 0;
     animation: FadeIn is ease-in forwards;
 }
 
 @keyframes FadeIn {
  to{
     opacity: 1;
  }
     
 }


 .gallery{
  width: 60dvw;
  display: flex;
  overflow-x: scroll;
  
  }
  .gallery div{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  
  padding: 10px;
  flex: none;
  
  }
  .gallery div img{
  width: 100%;
  filter: grayscale(100%);
  transition:transform 0.5s;
  object-fit: cover;
  
  
  }
  .gallery::-webkit-scrollbar{
  
      display: none;
  }
  .wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10% auto;
  }
  .btn{
  cursor: pointer;
  
  }
  
  .gallery div img:hover{
    filter: grayscale(0);
  cursor: pointer;
  transform: scale(1.1);
  }


  @media (max-width: 390px) {
#tofpg{
display:none;

}
  
header h2{
  font-size: 2em;
  margin-bottom: 5px;
}
nav{

 margin-bottom: 80px;

}

}
