
/* 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');





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


.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;
}

a{
  text-decoration-line: none;
}

.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;
 }
 
 
.head nav{
  padding-top: 30px;
}
 
 .head nav li{
   display: inline-block;
   justify-content: space-between;
   font-weight: bold;
   font-family: 'Poppins', sans-serif;
   font-size: 35px;
   padding: 10px 15px;
   border: 4px solid #773;
   transition: 0.5s;
   border-radius: 12px;
 }
 
 .head nav li:hover{
   background-color: #777;
   border: 4px solid #fff;
   color: #fff3f3;
 }
 
 .head nav a{
   text-decoration-line: none;
   color: #fff;
   
 }
 
 .head nav a+a{
   margin-left: 10px;
 }
 
 .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;
 }
 
 .about{
   height: 38vh;
   width: 100%;
   text-align: center;
 }
 
 .about h1{
   color: #db5f13;
   font-size: 49px;
   font-family: 'Sniglet', cursive;
   padding-top: 23px;
 }
 
 .about p{
   color: #777;
   font-weight: bold;
   font-size: 30px;
   font-family: 'Poppins', sans-serif;
 }
 
 .visitor{
   padding-top: 20px;
 }
 
 .visitor a{
   color: #fff;
   font-size: 35px;
   font-weight: bold;
   font-family: 'Fredoka', sans-serif;
   padding-top: 10px;
   padding-top: 10px;
   padding: 18px 30px;
   border: 4px solid #777;
   background-color: #777;
   border-radius: 11px;
 }
 
 .skill{
   height: 85vh;
   width: 100%;
   text-align: center;
 }
 
 .skill h1{
   color: #db5f13;
   font-size: 49px;
   font-family: 'Sniglet', cursive;
   padding-top: 25px;
 }
 
 
 .skill p{
   color: #777;
   font-weight: bold;
   font-size: 30px;
   font-family: 'Poppins', sans-serif;

 }
 
 .skill h2{
   color: #db5f13;
   font-weight: bold;
   padding-top: 18px;
   font-family: 'Poppins', sans-serif;
   font-size: 40px;
 }
 
 
 .project{
   height: 74vh;
   width: 100%;
   text-align: center;
 }
 
 .project h1{
   color: #db5f13;
   font-size: 49px;
   font-family: 'Sniglet', cursive;
   padding-top: 25px;
 }
 
 .project p{
   color: #777;
   font-weight: bold;
   font-size: 30px;
   font-family: 'Poppins', sans-serif;
 }
 
 
 .project h2{
   color: #db5f13;
   font-weight: bold;
   padding-top: 18px;
   font-family: 'Poppins', sans-serif;
   font-size: 40px;
 }
 
 .project button{
   height: 97px;
   width: 182px;
   font-size: 33px;
   font-weight: bold;
   font-family: 'Sniglet', cursive;
   border: 4px solid #777;
   background-color: rgba(4,9,30,0.4);
   background-color: #6c8080;
   border-radius: 17px;
   color: #444;
   transition: 0.7s;
 }
 
 .project button:hover{
   background-color: #777;
   color: #fff;
   border-color: #fff;
  /* box-shadow: 5px 5px rgba(0,0,0,0.4);
*/
}

.project h2 a{
  color: #db5f13;
}


.contact-form{
  height: 89vh;
  width: 100%;
  text-align: center;
}

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

.contact-form p{
   color: #777;
   font-weight: bold;
   font-size: 30px;
   font-family: 'Poppins', sans-serif;
}

#name{
  height: 60px;
  width: 360px;
  text-align: center;
  border: 4px solid #777;
  border-radius: 17px;
}

#email{
  height: 60px;
  width: 360px;
  text-align: center;
  border: 4px solid #777;
  border-radius: 17px;
}

#message{
  height: 120px;
  width: 350px;
  text-align: center;
  border: 4px solid #777;
  border-radius: 17px;
}

#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;
}

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

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

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

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

.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;
}

#menu{
  display: none;
}

#exc_br2{
  display: none;
}

.menus{
  display: none;
}

.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;
}

.copyright img{
  height: 160px;
  width: 160px;
  border-radius: 100%;
  border: 4px solid #777;
  pointer-events: none;
}

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

#chat{
  position: absolute;
  position: fixed;
  top: 90%;
  left: 85%;
  font-size: 70px;
  color: #777;
  transition: 0.5s;
}


#captcha{
  margin: 10px;
  padding: 25px 35px;
  border: 4px solid black;
  border-radius: 17px;
  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;
}

#captcha_r{
  color: black;
  font-size: 35px;
}

#captcha_r:hover{
  animation: refresh 1s linear 1;
}

@keyframes refresh{
  0%{
    transform: rotate(0deg);
  }
  
  100%{
    transform: rotate(180deg);
  }
}


#captcha_rl{
  display: none;
}

#inp_captcha{
  height: 80px;
  width: 360px;
  text-align: center;
  border: 4px solid #777;
  border-radius: 17px;
}
























/* Responsive area */

@media(max-width:700px){
  .head{
    height: 100vh;
    width: 100%;
    position: relative;
  }
  
  .head h1{
    font-size: 36px;
  }
  
  .head p{
    font-size: 18px;
  }
  
  .head pre{
    font-size: 15px;
  }
  
  #menu_btn{
    display: none;
  }
  
  .about{
    height: 53vh;
  }
  
  .about h1{
    font-size: 30px;
  }
  
  .about p{
    font-size: 15px;
  }
  
  .visitor a{
    font-size: 18px;
    padding: 8px 15px;
  }
  
  .skill{
    height: 120vh ;
  }
  
  .skill h1{
    font-size: 30px;
  }
  
  .skill p{
    font-size: 15px;
  }
  
  .skill h2{
    font-size: 23px;
  }
  
  .project{
    height: 110vh;
  }
  
  .project h1{
    font-size: 30px;
  }
  
  .project p{
    font-size: 15px;
  }
  
  .project h2{
    font-size: 23px;
  }
  
  #web{
    font-size: 19px;
    padding-top: 8px;
  }
  
  .project button{
    height: 50px;
    width: 120px;
    font-size: 17px;
    border-radius: 12px;
  }
  
  .contact-form{
    height: 157vh;
  }
  
  .contact-form h1{
    font-size: 30px;
  }
  
  .contact-form p{
    font-size: 15px;
  }
  
  .button1{
    font-size: 17px;
    height: 50px;
    width: 120px;
    border: 2px solid #000;
  }
  
  .button2{
    font-size: 17px;
    height: 50px;
    width: 140px;
    border: 2px solid #000;
  }
  
  .button3{
    font-size: 17px;
    height: 50px;
    width: 180px;
    border: 2px solid #000;
  }
  
  .button4{
    font-size: 17px;
    height: 50px;
    width: 250px;
    border: 2px solid #000;
  }
  
  #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;
  }
  
  .copyright{
    height: 130px;
  }
  
  .copyright p{
    font-size: 17px;
  }
  
  #exc_br{
    display: none;
  }
  
  #menu{
    display: inline;
    position: relative;
    text-align: center;
    padding-left: 90%;
    color: #fff;
    scroll-behavior: smooth;
  }
  
  #exc_br2{
    display: block;
  }
  
  .menus{
    transition: 0.5s;
    height: 100vh;
    width: 180px;
    position: absolute;
    background-color: #61a9ad;
    left: 50%;
  }
  
  
  .menus nav{
  padding-top: 10px;
}
 
 .menus nav li{
   
   justify-content: space-between;
   font-weight: bold;
   font-family: 'Poppins', sans-serif;
   font-size: 12px;
   padding: 5px 7px;
   border: 0px solid #773;
   transition: 1s;
   border-radius: 5px;
 }
 
 .menus nav li:hover{
   background-color: #777;
   border: 2px solid #fff;
   color: #fff3f3;
  }
  
  .menus nav li{
    margin-bottom: 5px;
  }
  
  #close{
    display: flex;
    padding-left: 12px;
    color: #777;
    margin-bottom: 10px;
  }
  
  #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%;
  }
  
  .copyright img{
    height: 60px;
    width: 60px;
    border: 2px solid #777;
  }
  
  .copyright img+img{
    margin-left: 3px;
  }
  
  #chat{
    font-size: 30px;
    left: 80%;
    top: 85%;
  }
  
  #captcha{
    font-size: 17px;
    border: 2px solid black;
    padding: 15px 20px;
    word-spacing: 20px;
    border-radius: 10px;
  }
  
  #captcha_r{
    font-size: 17px;
  }
  
  #inp_captcha{
    height: 40px;
    width: 200px;
    border: 2px solid #777;
  }

}


