* {
  animation: fadeIn 0.5s linear;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*color: #cc0000;*/
}
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #FFFFFF;
  background: #000000;
}
.inline {
  color: white;
  display: flex;
}
a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.abt {
  justify-content: center;
  justify-content: space-evenly;
  margin: 1em 0 0 2.3em;
  padding: 4px;
  font-size: 14px;
}
.abt a {
  animation: fadeIn 2.3s linear;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.abt a:hover {
  text-shadow: 0 0 5px #F1F1F1, 0 0 10px #FFFFFF; 
}
.block {
  animation: appear 5s linear;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}
.center {
  font-size: 17px;
  margin: 30vh 15vw 20vh 25vw;
  animation: fadeIn 2s linear, textGlow 2s ease-in-out infinite;
}
.centerr {
  font-size: 17px;
  margin: 20vh 2vw 40vh 2vw;
  animation: fadeIn 2s linear, textGlow 2s ease-in-out infinite;
}
.c-center {  
  font-size: 22px;
  text-align: center;
  margin: 2em 0 3em 0;
  font-weight: bold;
  animation: fadeIn 2s linear;
}
.ccenter {
  margin: 2em 0 0 0;
  font-weight: bold;
  font-size: 30px;
  animation: fadeIn 2s linear;
  text-align: center;
}
.slogan {
  font-size: 13px;
  justify-content: space-between;
}
.image {
  justify-self: center;
  border-radius: 1.2em;
  height: 11em;
  width: 20em;
  display: grid;
  margin: 2em 2em 0 2em;
}
.name {
  font-size: 20px;
  text-align: center;
  padding: 10px;
  text-shadow: 0 0 3px #FFFFFF; 
}

.description {
  opacity: 1;
  font-size: 11px;
  text-align:center;
  padding: 0 20px 0 20px;
}
.namee {
  opacity: 0.8;
  font-size: 12px;
  padding: 20px;
  text-align: center;
  justify-content: center ;
}
.about {
  padding: 30px;
}
.tittle {
  padding: 20px;
  font-size: 20px;
  
}
.box {
  text-align: center;
}
.contact {
  text-align: center;
  justify-content: space-between;
}
.tittle {
  padding: 20px;
  font-size: 20px;
}
.link{
  opacity: 0.8;
  font-size: 14px;
}
.heading {
  /*margin: 70px;*/
}
.footer {
  text-align: center;
}
.footer p {
  font-size: 9px;
  opacity: 0.8;
}
.footer p a {
  background: radial-gradient(
    circle at 100%,
    #E0B4FF,
    #D08DFF 50%,
    #E0B4FF 75%,
    #D08DFF 75%
  );
  font-weight: 600;
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animatedTextGradient 1.5s linear infinite;
}
.section{
  margin: 1.2em 0 0 0;
  opacity: 0.8;
  text-align: center;
  padding: 6px 0 0 0;
}

.descriptions {
  opacity: 1;
  font-size: 14px;
  text-align:center;
  padding: 0 20px 0 20px;
}
.descriptions blockquote{
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.11)
}
.blockquotes {
  margin: 0 2em 0 2em;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.11)
}
.heading{
  font-size: 23px;
  text-align: center;
  text-shadow: 0 0 3px #FFFFFF; 
  margin: 4em 0 2em 0;
}
.heading p {
  opacity: 0.9;
  font-size: 13px;
  text-align:center;
  /*padding: 0 20px 0 20px;*/
}
.tittlee {
  color: white;
  opacity: 1;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin: 1.5em 0 2em 0;
}
.fBox {
  border: 3px solid rgba(238, 238, 238, 0.05);
  box-shadow: 0px 0px 0px 2px rgba(238, 238, 238, 0.05);
/*  width: 85vw;
  height: 85vh;*/
  border-radius: 10px;
  justify-self: center;
  align-items: center;
  margin: 3em 0 4em 0;
  padding: .8em;
}
.fBox input{
  outline: none;
  text-align: center;
  color: rgba(231, 231, 231, 0.79);
  justify-content: space-between;
  border: 2px solid darkgrey;
  padding: 10px 25px 10px 25px;
  border-radius: 5px;
  border: 0px solid transparent;
  background: rgba(238, 238, 238, 0.05);
}
.boxx {
  margin: 2em 0 0.4em 0;
  padding: 0 30px 0 30px;
  text-align: center;
  justify-content: space-between;
}
.fBox textarea {
  outline: none;
  color: rgba(231, 231, 231, 0.79);
  text-align: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 0px solid transparent;
  padding: 10px 25px 10px 25px;
  background: rgba(238, 238, 238, 0.05);
}
.submit {
  font-weight: bold;
  text-align: center;
  border: 2px solid rgba(231, 231, 231, 1);
  margin: 0 2em 2em 5em;
  padding: 10px 70px 10px 70px;
  color: white;
  background-color: transparent;
  border-radius: 5px;
}
.submit:hover {
  box-shadow: 0px 0px 0px 5px rgba(95, 206, 255, 0.29);
  border: 2px solid rgba(95, 206, 255, 0.71);
  outline: none;
}
.submit:focus {
  
}
.small {
  font-size: 13px;
  color: white;
  opacity: 0.2;
  text-align: center ;
}
.fBox textarea::placeholder {
  color: grey;
}
.fBox textarea:focus {
  box-shadow: 0px 0px 0px 5px rgba(139, 139, 139, 0.29);
  border: 1px solid rgba(146, 146, 146, 0.56);
  outline: none;
}
.fBox input::placeholder {
  color: grey;
}
.fBox input:focus {
  box-shadow: 0px 0px 0px 5px rgba(139, 139, 139, 0.29);
  border: 2px solid rgba(140, 140, 140, 0.42);
  outline: none;
  }
@keyframes animatedTextGradient {
  to {
    background-position: 200% center;
  }
}

 /* Animation Keyframes */
@keyframes fadeIn {
  from { 
    opacity: 0; 
  }
  to { 
    opacity: 1;
  }
}
@keyframes fadeOut {
  from { 
    opacity: 1; 
  } 
  to { 
    opacity: 0; 
  }
}
@keyframes textGlow {
  0% { 
    text-shadow: 0 0 0px #FFFFFF, 0 0 1px #FFFFFF; 
   }
 50% { text-shadow: 0 0 3px #FFFFFF, 0 0 4px #FFFFFF; 
   }
 100% { 
   text-shadow: 0 0 3px #FFFFFF, 0 0 0px #FFFFFF; 
  }
}
@keyframes appear {
 from {
  opacity: 0;
  scale: 0.8;
 }
 to {
  opacity: 1;
  scale: 1;
 }
}
