


/* Developed by Cracker911181 */


@import url(https://fonts.googleapis.com/css?family=Sniglet|Raleway:900);

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;1,100;1,200&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fredoka&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fredoka&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap');




*{
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

a{
  text-decoration-line: none;
}

.head{
  height: 100vh;
  width: 100%;
 background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url("/background.png");
 background-size: cover;
 text-align: center;
}

.head h1{
  padding-top: 55%;
  font-size: 61px;
  color: #fff;
  font-family: 'Sniglet', cursive;
}


 .head p{
   padding-top: 10px;
   font-family: 'Poppins', Sans-Serif;
   font-size: 30px;
   color: #fff;
   padding-bottom: 40px;
 }
 
 .head a{
   color: #fff;
   font-family: 'Sniglet', cursive;
   font-size: 57px;
   padding: 20px 25px;
   border: 4px solid #fff;
   transition: 0.5s;
 }
 
 .head a:hover{
   background-color: rgba(219,95,19,1);
 }
 
  .head pre{
   font-size: 31px;
   color: #777;
   padding-top: 60%;
   font-family: 'Sniglet', cursive;
   font-family: 'Poppins', sans-serif;
   transition: 1s;
 }
 
.head pre:hover{
   color: #fff;
 }
 
 .point{
   height: 30vh;
   width: 100%;
   text-align: center;
 }
 
 .point h1{
   font-size: 49px;
   font-family: 'Sniglet', cursive;
   color: #db5f13;
   padding-top: 25px;
 }
 
 .point p{
   padding-top: 10px;
   color: #777;
   font-weight: bold;
   font-size: 32px;
   font-family: 'Poppins', sans-serif;
 }
 
 .point h2{
   font-size: 40px;
   font-weight: bold;
   font-family: 'Poppins', sans-serif;
   color: #db5f13;
   padding-top: 12px;
 }
 
 
 #back{
   position: absolute;
   position: fixed;
   font-size: 60px;
   color: #777;
   top: 75%;
   left: 5%;
   width: 60px;
 }
 
  #up{
   position: absolute;
   position: fixed;
   font-size: 60px;
   color: #777;
   top: 75%;
   left: 85%;
   width: 60px;
 }
 
 .copyright{
  height: 280px;
  width: 100%;
  text-align: center;
  background-color: #000;
}

.copyright p{
  color: #999;
  padding-top: 20px;
  font-weight: bold;
  font-size: 40px;
  font-family: 'Fredoka', sans-serif;
}
 
 .copyright img{
  height: 160px;
  width: 160px;
  border-radius: 100%;
  border: 4px solid #777;
  pointer-events: none;
}

.copyright img+img{
  margin-left: 15px;
}


.preload{
  height: 100vh;
  width: 100%;
  background-color: #fff;
}

#load{
  position: absolute;
  top: 40%;
  left: 35%;
}

.preload img{
  height: 240px;
  width: 240px;
  border-radius: 100%;
  transform: rotate(100deg);
  animation: loader 1.5s linear infinite;
  pointer-events: none;
}

@keyframes loader{
  0%{ transform: rotate(0deg);}
  100%{ transform: rotate(360deg);}
}

.preload h1{
  font-size: 50px;
  padding-left: 25px;
  font-family: 'Sniglet', cursive;
  color: #db5f13;
}

.preload h1::after{
    content: "      ";
    animation: loading 2s linear infinite;
}


@keyframes loading{
  0%{
    content: "      ";
  }
  
  20%{
    content: " .    ";
  }
  
  40%{
    content: " ..   ";
  }
  
  60%{
    content: " ...  ";
  }
  
  80%{
    content: " .... ";
  }
  
  100%{
    content: " .....";
  }
}

.preload p{
  font-size: 30px;
  font-family: 'Sniglet', cursive;
  color: #777;
}

.preload a{
  position: absolute;
  top: 90%;
  left: 70%;
  text-decoration-line: none;
  font-family: 'Sniglet', cursive;
  color: #888;
  font-size: 30px;
}

.point button{
  height: 100px;
  width: 200px;
  font-size: 35px;
  border: 4px solid #777;
  border-radius: 17px;
  color: #db5f13;
  font-weight: bold;
  font-family: 'Sniglet', cursive;
  transition: 0.5s;
}

.point button:hover{
  background-color: #000;
  color: #fff;
}


#name{
  height: 60px;
  width: 360px;
  text-align: center;
  border: 4px solid #777;
  border-radius: 17px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}


#email{
  height: 60px;
  width: 360px;
  text-align: center;
  border: 4px solid #777;
  border-radius: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

#message{
  height: 120px;
  width: 350px;
  text-align: center;
  border: 4px solid #777;
  border-radius: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

#submit{
  height: 90px;
  width: 260px;
  font-size: 30px;
  border-radius: 15px;
  border: 4px solid #000;
  font-weight: bold;
  background-color: rgba(219,95,19,0.5);
  font-family: 'Poppins', sans-serif;
}




#hide{
  display: none;
}

.sicret{
 height: 100vh;
 width: 100%;
 text-align: center;
}

.sicret h1{
  font-size: 49px;
  color: #db5f13;
  font-family: 'Sniglet', cursive;
  padding-top: 20px;
}

.sicret h2{
  font-size: 40px;
  color: #db5f13;
  font-family: 'Sniglet', cursive;
  padding-top: 20px;
}

.sicret p{
  font-size: 30px;
  color: #777;
  font-family: 'Sniglet', cursive;
  padding-top: 20px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}




.captcha{
  padding-top: 10px;
}

#captcha{
  margin: 10px;
  padding: 25px 35px;
  border: 4px solid black;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  background-color: #649191;
  color: rgb(34,177,177);
  /*font-family: 'Fredoka', sans-serif;*/
  font-family: 'Dancing Script', cursive;
  word-spacing: 35px;
}

#captcha:hover{
  border-color: #0cf0f0;
  border-color:#000;
  opacity: 0.5;
}



@media(max-width: 700px){
  .head{
    
  }
  
  .head h1{
    font-size: 30px;
  }
  
  .head p{
    font-size: 15px;
  }
  
  .head a{
    font-size: 27px;
    border: 2px solid #fff;
    padding: 12px 17px;
  }
  
  .head pre{
    font-size: 17px;
  }
  
  .point{
    height: 48vh;
    width: 100%;
  }
  
  .point h1{
    font-size: 30px;
  }
  
  .point p{
    font-size: 15px;
  }
  
  .point h2{
    font-size: 23px;
  }
  
  #back{
    top: 73%;
    font-size: 30px;
  }
  
  #up{
    top: 73%;
    font-size: 30px;
  }
  
  .copyright{
    height: 125px;
    width: 100%;
  }
  
  .copyright p{
    padding-top: 10px;
    font-size: 17px;
  }
  
  .copyright img{
    height: 60px;
    width: 60px;
    border: 2px solid #777;
  }
  
  .copyright img+img{
    margin-left: 5px;
  }
  
  .point button{
    font-size: 17px;
    height: 50px;
    width: 110px;
    border: 2px solid #777;
    border-radius: 9px;
  }
  
    #name{
    height: 40px;
    width: 245px;
    border: 2px solid #777;
  }
  
  #email{
    height: 40px;
    width: 245px;
    border: 2px solid #777;
  }
  
  #message{
    height: 70px;
    width: 245px;
    border: 2px solid #777;
  }
  
  #submit{
    font-size: 17px;
    font-size: 17px;
    height: 50px;
    width: 150px;
    border: 2px solid #000;
  }
  
  #exc_br{
    display: none;
  }
  
  
  #load{
    top: 25%;
    left: 30%;
  }
  
  .preload h1{
    font-size: 30px;
  }
  
  #load img{
    height: 140px;
    width: 140px;
  }
  
  .preload p{
    font-size: 15px;
  }
  
  .preload a{
    font-size: 17px;
    left: 60%;
  }
  
  .sicret{
    
  }
  
  .sicret h1{
    font-size: 30px;
  }
  
  .sicret p{
    font-size: 15px;
  }
  
  .sicret h2{
    font-size: 23px;
  }
  
  #captcha{
    font-size: 17px;
    border: 2px solid black;
    padding: 15px 20px;
    word-spacing: 20px;
  }

}