/* =========================================
Cyber-Stark-Style
========================================= */	
html {
  background-image: radial-gradient(rgba(0, 0, 252, 0.2), #222 70%);
}
.whitepaper {
  background-color: #164848;
  border-left-color: #00a4a2;
  box-shadow: 0 0 2px #00fffc, 0 0 60px rgba(0, 255, 252, 0.35);
  border-radius: 50%;
  position: absolute;
  width: 500px;
  left: 50%;
  margin: -250px 0 0 -250px;
  top: 150%;
  height: 500px;
}
.whitepaper::after {
  background: rgba(0, 255, 255, 0.4);
  border: 5px dashed transparent;
  position: absolute;
  content: '';
  left: 100px;
  right: 100px;
  top: 100px;
  bottom: 100px;
  border-radius: 50%;
}

.footer {
    text-align: center;
}
.footer p {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 2px;
    line-height: 28px;
}
.footer p a {
    color: #3bd;
}
.footer p a:hover {
   text-decoration:underline;
}

/* =========================================
Scroll-Color
========================================= */  
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.contact
{
  position: relative;
  min-height: 100vh;
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(bg.jpg);
  background-size: cover;
}
.contact .content
{
  max-width: 800px;
  text-align: center;
}
.container
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.container .contactInfo
{
  width: 50%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px)
{
  .APVI
  {
    padding: 50px;
  }
  .container
  {
    flex-direction: column;
  }
  .container .contactInfo
  {
    margin-bottom: 40px;
  }
  .container .contactInfo,
  .contactForm
  {
    width: 100%;
  }
}


