@font-face {
    font-family: Nosifer;
    src: url(./fonts/Nosifer-Regular.ttf);
}
@font-face {
    font-family: sarpanch;
    src: url(./fonts/Sarpanch-Regular.ttf);
}
@font-face {
  font-family: jersy;
  src: url(./fonts/Jersey20-Regular.ttf);
}
body{
    overflow: scroll;
}
span{
  font-family: jersy;
}
.content{
    position: relative;
    display: flex;
    justify-content: center;
    color: white;
    z-index: 3;
}
.content h2{
    margin-top: 0px;
    text-align: center;
    font-family: Nosifer;
    text-shadow: 0 0 0.5em red, 0 0 0.5em red;
}

.content img{
    width: 250px;
}

.music{
    position: relative;
    display: flex;
    justify-content: center;
    place-items: center;
    z-index: 3;
}
.text {
    font-weight: 100;
    font-size: 28px;
    color: #FAFAFA;
    font-family: Iceland;
    text-shadow: 0 0 0.5em cyan, 0 0 0.5em cyan; 
  }
  .contact-us{
    position: relative;
    display: flex;
    justify-content: center;
    place-items: center;
    margin-top: 50px;
    font-size: 40px;
    border: 3px white solid;
    border-radius: 50px;
    width: 300px;
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.603);   
    box-shadow: 0 0 0.5em red, 0 0 0.5em red;
 
  }
  .contact-us span {
    font-family: jersy;
  }
  a{
    text-decoration: none;
    color: white;
  }
  span{
    font-family: sarpanch;
  }
  .container{
    position: absolute;
    width: 810px;
  }
  .animation-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  
  .animation-container span {
    color: whitesmoke;
    display: block;
    font-size: 18px;
    font-family: 'Helvetica';
    text-shadow: 0 0 1px white;
    position: absolute;
    user-select: none;
    pointer-events: none;
    cursor: default;
    z-index: 1;
    opacity: 0;
    will-change: transform, opacity;
    animation-timing-function: ease-out;
    animation-name: move;
  }
section{
    margin-top: 5%;
    position: relative;
    display: flex;
    justify-content: center;
    place-items: center;
    text-shadow: 0 0 0.5em red, 0 0 0.5em red;

}
h1{
    margin: 0;
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    text-align: center;
    color: #ddd;
    font-size: 2rem;
    font-family: Nosifer;
    letter-spacing: 0.2rem;
}

h1 span{
    opacity: 0;
    display: inline-block;
    animation: animate 1s linear forwards;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotateY(90deg);
        filter: blur(10px);
    }
    100%{
        opacity: 1;
        transform: rotateY(0deg);
        filter: blur(0px);
    }
}

h1 span:nth-child(1)
{
    animation-delay: 1s;
}
h1 span:nth-child(2)
{
    animation-delay: 2s;
}
h1 span:nth-child(3)
{
    animation-delay: 2.5s;
}
h1 span:nth-child(4)
{
    animation-delay: 3s;
}
h1 span:nth-child(5)
{
    animation-delay: 3.5s;
}
h1 span:nth-child(6)
{
    animation-delay: 3.75s;
}

@keyframes move {
    0% {
      opacity: 0;
      transform: translateY(100vh);
    }
    25% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    75% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      transform: none;
    }
  }

@import url(https://fonts.googleapis.com/css?family=Oswald);
@keyframes clouds-loop-1 {
  to {
    background-position: -1000px 0;
  }
}
.clouds-1 {
  background-image: url("https://s.cdpn.io/15514/clouds_2.png");
  animation: clouds-loop-1 20s infinite linear;
}

@keyframes clouds-loop-2 {
  to {
    background-position: -1000px 0;
  }
}
.clouds-2 {
  background-image: url("https://s.cdpn.io/15514/clouds_1.png");
  animation: clouds-loop-2 15s infinite linear;
}

@keyframes clouds-loop-3 {
  to {
    background-position: -1579px 0;
  }
}
.clouds-3 {
  background-image: url("https://s.cdpn.io/15514/clouds_3.png");
  animation: clouds-loop-3 17s infinite linear;
}

html, body {
  font-family: 'Oswald', sans-serif;
  /* height: 150%; */
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  padding-top: 10px;
}

body {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #000000));
  background: -moz-linear-gradient(#333333, #000000);
  background: -webkit-linear-gradient(#333333, #000000);
  background: linear-gradient(#333333, #000000);
  text-align: center;
  vertical-align: middle;
}

body a span {
  display: block;
}

.clouds {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.clouds-1,
.clouds-2,
.clouds-3 {
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 500px;
}

@media screen and (width < 768px) {
  .container{
    position: absolute;
    display: flex;
    justify-content: center;
    place-items: center;
    width: 100%;
  }
}

@media screen and (width < 426px) {
  .animation-container span{
    display: none;
  }
}