
    *{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.4s all linear;
    /* transition:0.4s all cubic-bezier(1, 0.85, 0.18, 2.15); */
    font-size: 22px; 
    font-family: Helvetica;

}

/* .fa.fa-envelope {
    margin-top: 100px;
    font-size: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #377e66;
} */
body{
    background-color: #ffffff;
}
/* 

.container{
    width: 100%;
    height: 100vh;
    margin-top: 25px;
    background-color: #eaeef0;
    display: flex;
    align-items: center;
    justify-content: center;
}

form{
    background-color: rgb(241, 241, 241);
    display: flex;
    flex-direction: column;
    padding: 2vw 4vw;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: -8px -8px 15px rgb(250, 250, 250),8px 8px 25px rgba(0, 0, 0, 0.315);
}



form input, form textarea{
    border: 0;
    margin: 10px 0;
    padding: 20px;
    outline: none;
    background-color: #f5f5f5;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: -8px -8px 25px rgba(255,255,255,1), 8px 8px 25px rgba(0, 0, 0, 0.25),inset 3px 3px 10px rgba(0,0,0,0.15),inset -1px -1px 15px rgba(255,255,255,1);
}

form button{
    padding: 15px;
    background-color: #ebebeb;
    border-radius: 10px;
    box-shadow: 8px 8px 20px rgba(255,255,255,1),inset 3px 3px 10px rgba(255,255,255,1),inset -1px -1px 15px rgba(0,0,0,0.15);
    color: #555;
    font-size: 18px;
    border: 0;
    z-index: 100;
    outline: none;
    cursor: pointer;
    transition: all 0s ease-in-out;
    width: 150px;
    margin: 20px auto 0;
} */

@property --rotate {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: true;
  }
  
  #preloader{
    /* padding-top: 2rem;
     */
     padding-bottom: 13rem;
    box-sizing: border-box;
     flex-direction: column;
     background: #212534;
      min-height: 100vh;
      align-items: center;
      display: flex;
  }

  @media (max-height: 606px){
    #preloader{
      padding-bottom: 10rem;
    }
  }
  
  
  .card {
    background: #191c29;
    width: 250px;
    height: 250px;
  /*   border-rabius: 50%; */
    padding: 3px;
    position: relative;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 1.5em;
    color: rgb(88 199 250 / 0%);
    font-family: cursive;
  } 
  
  .card::before {
    content: "";
    width: 104%;
    height: 102%;
    border-radius: 50%;
    background-image: linear-gradient(
      var(--rotate)
      , #5ddcff, #3c67e3 43%, #4e00c2);
      position: absolute;
      z-index: -1;
      top: -1%;
      left: -2%;
      animation: spin .5s linear infinite;
  } 
  
  
  @keyframes spin {
    0% {
       --rotate: 0deg;
    }
    100% {
      --rotate: 360deg;
    }
  }
  

/*   
  .card h1{
  font-family: Helvetica;
  color: #fff;
    font-size: 25px;
    -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(
      var(--rotate)
      , #5ddcff, #3c67e3 43%,  #191c29);
    -webkit-background-clip: text; 
    background-clip: text;
    color: transparent; 
    animation: spinn 2.5s linear infinite; 
  } */

  
  
  @keyframes spinn {
    0% {
      --rotate:0deg;
    }
    100% {
      --rotate:360deg;
    }
    }
  
  .card::after{
  content: "";
    width: 104%;
    height: 102%;
    position: absolute;
      z-index: 900;
    background-color: rgba(0,0,0,0);
      top: -1%;
      left: -2%;
    }

    #preloader .card img{
        width: 50%;
        height: 50%;
    }
    
  /*  .masked {
    height: 100px;
    width: 100px;
    background: linear-gradient(red, orange, yellow, lightgreen, blue, purple, red);
    -webkit-mask: url("https://github.githubassets.com/pinned-octocat.svg");
    mask: url("https://github.githubassets.com/pinned-octocat.svg");
  }  */
      

form button:hover{
    background-color: rgb(233, 233, 233);
    box-shadow: -8px -8px 25px rgba(255,255,255,1), inset 3px 3px 10px rgba(0,0,0,0.15),inset -1px -1px 15px rgba(255,255,255,1);
}

h3{
    color: #555;
    font-weight: 800;
    text-align: center;
    margin-top: 3rem
}
iframe{
    height: 35rem;
    width: 100%;}

    
    
/* #preloader{
    background-color: #323536b0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-size: 15%;
    height: 100vh;
    width: 100%;
    position: fixed;
}

#preloader img{
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    padding-top:  130px;
}

#preloader section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    animation: animateBg 5s linear infinite;
}

@keyframes animateBg{
    0%{
        filter: hue-rotate(0deg);
    }
    100%{
        filter: hue-rotate(360deg);
    }
}

#preloader section .loader{
    position: relative;
    width: 120px;
    height: 120px;
}

#preloader section .loader span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(calc(18deg * var(--i)));
}

#preloader section .loader span::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #00ff0a;
    box-shadow: 
                0 0 10px #00ff0a,
                0 0 20px #00ff0a,
                0 0 40px #00ff0a,
                0 0 60px #00ff0a,
                0 0 80px #00ff0a,
                0 0 100px #00ff0a;
    animation: animate 2s linear infinite;
    animation-delay: calc(0.1s * var(--i));
}

@keyframes animate{
    0%{
        transform: scale(0);
    }

    50%{
        transform: scale(1)
    }

    80%{
        transform: scale(0);
    }
    100%{
        transform: scale(0)
    }
}
 */

 #preloader img{
   height: 50px;
   width: 50px;
   margin-top: 10rem;
 }

 .loader-line{
   width: 300px;
   height: 5px;
   border-radius: 5px;;
   background-color: #191c29;
  overflow: hidden;
 }
 
 .line-body{
   width: 400px;
   height: 5px;
  background-color: #fff;
   -webkit-animation: shooooooo 2s cubic-bezier(0.28, 0.11, 0.32, 1) infinite;
 }

@keyframes shooooooo{
  0%{
    width: 0px;
    margin-left: 0;
  }
  50%{
    width: 100%;
    margin-left: 0;
  }
  100%{
    width: 100%;
    margin-left: 400px;
  }
}

@media (max-width: 400px){
  .loader-line{
    width: 250px;
  }
}

@media (max-width: 325px){
  .loader-line{
    width: 200px;
  }
}

.about-mail{
  color: #06c;
  font-size: 17px;
  text-align: center;
  display: block;
  margin-top: 20px;
  font-weight: 500;
}

.about-mail:hover,
.about-mail:hover i{
  text-decoration: underline;
}

.about-mail i{
  font-size: 17px;
}

