
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
aside {text-decoration:none;
    background: 0 0;
    padding: 0.3em 1em;
    border-radius: 3px;
    color: whit;
    margin-bottom: 2em;
}
textarea {text-decoration:none;
    width: 80%;
}
.content-head {text-decoration:none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
    color: #fff;
}
.is-center {
    text-align: center;
}
.button-success {
    color: #fff;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: 0 0;
}
.button-xlarge {
    font-size: 250%;
}
button {
    float: center;
}
#email,
#name, #phone {
    width: 70%;
}
.honeypot-field {
    display: none;
}
.ss-group {
    color: #f0f8ff;
    background-color: transparent;
}
input {
    background: 0 0;
    color: #fff;
    border: none;text-shadow: 2px 2px black;
}
textarea {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;text-shadow: 2px 2px white;
}
input[type="text"]::placeholder {
    text-align: center;
    font-family: Raleway;
}
:-ms-input-placeholder {
    text-align: center;
}
::-webkit-input-placeholder {
    text-align: center;
}
input::placeholder {
    color: #fff;
    font-size: 14px;
    font-family: Raleway;text-shadow: 2px 2px black;
}
textarea::placeholder {
    color: #fff;
    font-size: 14px;
    font-family: Raleway;text-shadow: 2px 2px black;
}
::-webkit-input-placeholder {
    text-align: center;
}
:-moz-placeholder {
    text-align: center;
}
::-moz-placeholder {
    text-align: center;
}
:-ms-input-placeholder {
    text-align: center;
}
input:invalid {
    animation: shake 300ms;
}
@keyframes shake{
  25% {transform: translateX(4px)}
  50% {transform: translateX(-4px)}
  75% {transform: translateX(4px)}
 
}
textarea {
    text-align: center;text-shadow: 2px 2px black;
}
.gform input:placeholder-shown {
    border: 1px solid #fff;
    border-radius: 5px;
    border: 1px solid #ccc;text-shadow: 2px 2px black;
}
textarea:placeholder-shown {
    border: 1px solid #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-shadow: 2px 2px black;
}
.gform input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
}
body {
    background-color: rgba(0, 0, 0, 0.9);
}
.bg {
    background-image: url(/img/ni.jpg);
    background-size: cover;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    display: block;
    height: 110%;
    width: 110%;
    left: -10px;
    position: fixed;
    top: -10px;
    right: 0;
    z-index: 1;
    transition: all 1s;
    background-size: 100%;
    background-position: center;
}
.cover:hover .bg {
    filter: blur(0);
    -webkit-filter: blur(0);
    background-size: 110%;
    background-position: center;
}
.title {
    font-family: Raleway;
    width: 300px;
    height: 350px;
    z-index: 3;text-shadow: 2px 2px black;
    top: 41%;
    margin-top: -175px;
    left: 48%;
    margin-left: -140px;
    position: absolute;
    color: #fff;
    text-align: center;
    transition: all 1s;
}
.cover:hover .title {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}
.title .text {
  text-shadow: 2px 2px black;  font-size: 40px;
    font-weight: 200;
    margin-top: 20px;
}
.title .desc {
    font-size: 15px;
    font-weight: 400;
    margin-top: 30px;text-shadow: 2px 2px black;
}
.title .h3 {
    font-family: Raleway;
    width: 300px;
    height: 350px;
    z-index: 3;
    top: 41%;
    margin-top: -175px;
    left: 48%;
    margin-left: -140px;
    position: absolute;
    color: #fff;
    text-align: center;
    transition: all 1s;
      text-shadow: 2px 2px black;
}
.logo {
    background: url(/profile.jpeg);
    width: 180px;
    height: 180px;
    left: 50%;
    position: relative;
    margin-left: -90px;
    margin-top: 10px;
    background-size: 180px;
border-radius: 50%;
}
.logo img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
.social {
    position: fixed;
    bottom: 15px;
    z-index: 10;
    text-align: center;
    width: 100%;
}
.social a {
    font-family: Raleway;
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}
.social a:hover {
    font-size: 19px;
}
.thankyou_message {
    font-family: Raleway;
    color: #fff;
}
.thankyou_message a {
    font-family: Raleway;
    color: #fff;
    text-decoration: none;
}
.thankyou_message a:hover {
    font-size: 19px;
}
.title a {
    font-family: Raleway;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
.viewport-header {
    position: relative;
    height: 100vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
main {
    display: none;
    width: 80vw;
    left: 10%;
    height: 40vh;
    overflow: auto;
    background: rgba(black, 0.66);
    color: #fff;
    position: relative;
    padding: 1rem;
}

.mail
{
       text-align: center;
       font-family: 'Koulen', cursive;
       
}
