@keyframes ball1 {
0% {
 margin-top: 15%;
}
 100% {
 margin-top: 10%;
}
}

@keyframes ball2 {
0% {
 width: 20%;
}
 100% {
 width:22%;
}
}

@keyframes ball3 {
0% {
 transform: rotate(0);
}
 100% {
 transform: rotate(180deg);
}
}

@keyframes starshine {
0% {
 opacity: 20%;
}
 100% {
 opacity: 100%;
}
}

*{box-sizing: border-box;}

div.clear{
  clear: both;
}

body{
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  background-color: #4142ff;
  background-repeat: no-repeat;
  background-position: center;
background-size: cover;
background-attachment: fixed;
}



p{
  font-family: 'poppins',sans-serif;

}

ul li a, a {
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

a:focus, a:hover{
  text-decoration: none;
}

button {
  border: none;
  cursor: pointer;
  padding: 1vw;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  font-family: 'poppins',sans-serif;
  font-weight: bold;
  font-size: 1.5vw;
  color: white;
  transition: 0.3s;
  background-color:#ff00ff;
  border-radius: 4vw;
}

button:hover{
  color: white;
  background-color:black;
  transition: 0.3s;


}



button:focus{
  outline: none;
}

.content{
  width: 80%;
  margin-left: 10%;
  margin-top: 1vw;
}


header{
  margin-top: 1%;
text-align: center;
}

header .navigationbar li{
  text-decoration: none;
  display: inline-block;
  list-style: none;
  padding: 1vw;
}

header .navigationbar li img{
  width: 8vw;
}

header .navigationbar li a.aboutus{
    text-decoration: none;
    color:white;
    font-family: "poppins";
    font-size:  1vw;

}

header .navigationbar li a.buyticket{
    text-decoration: none;
    color:yellow;
    font-family: "poppins";
    font-weight: bold;
    font-size:  1vw;
}

header .navigationbar li a:hover{
  color: #ff00ff;
}



header .navigationbar li .cw{
  font-size: 45px;
}
header .navigationbar li .cw:hover{
  color:#102E44;
}

.section1{
  float: left;
  width: 100%;
  height: 45vw;

}

.section1_text{
  position: absolute;

}

.section1_text h1{
  color:white;
  font-family: "poppins";
  font-weight: bold;
  font-size:  5.5vw;
  line-height: 5.5vw;
  margin-bottom: 2vw;
}

.section1_img{
  position: absolute;
}


.section1_img img{
  width: 50%;
  margin-left: 42%;
}


.ball2, .ball1, .ball3, .star1, .star2{
  position: absolute;
}

.star2 img{
  width: 4vw;
  margin-left: 73vw;
  margin-top:-5%;
  animation-name: starshine;
  animation-delay: 1.2s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.star1 img{
  width: 4vw;
  margin-left: 29vw;
  margin-top:80%;
  animation-name: starshine;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.ball3 img{
  width: 32%;
  margin-left: 70%;
  margin-top: 11%;
  animation-name: ball3;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.ball2 img{
  width: 20%;
  margin-left: 42%;
  margin-top: 0%;
  animation-name: ball2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}


.ball1 img{
  width: 20%;
  margin-left: -15%;
  animation-name: ball1;
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}



.section2{
  float: left;
}

.section2_img{
  float: left;
  width: 50%;
}

.section2_img img{
  width: 100%;
}

.section2_text{
  float: left;
  padding: 3vw;
}

.section2_text h1{
  color:white;
  font-family: "poppins";
  font-weight: normal;
  font-size:  4vw;
  line-height: 4vw;
  margin-bottom: 2vw;
}

.section2_text p{
color: white;
font-weight: normal;
font-size:  1vw;
margin-bottom: 2vw;
}

.section3{
  float: left;
  width: 100%;
  margin-top: 3vw;
  margin-bottom: 6vw;
}

.section3_text h1{
  color:white;
  font-family: "poppins";
  font-weight: bold;
  font-size:  5.5vw;
  line-height: 5.5vw;
  margin-bottom: 2vw;
  text-align: center;
}

.section3_text p{
color: white;
font-weight: normal;
font-size:  1vw;
margin-bottom: 2vw;
text-align: center;
}

.section3_text button{
  width: 50%;
  margin-left: 25%;
}

footer{
  float: left;
  height: 25%;
  width: 110vw;
  margin-left: -5vw;
  background-color: white;
}

.footer_content{
  width: 80%;
  margin-left: 10%;
  margin-top: 1vw;
}

.logo{
  width: 33%;
  float:left;
}

.logo img{
  float: left;
  margin: 2vw;
  width: 50%;
}

.copyright{
  width: 33%;
  float:left;

}

.copyright p{
 width: 100%;
 text-align: center;
 margin-top: 20%;
 font-size: 1.2vw;
}

.socialmedia{
  width: 33%;
  height: 80%;
  float: left;
  padding-left: 20%;
  padding-top: 3.5%;
}

.socialmedia img{
  width: 32%;
  margin: 3%;
}


/* REGISTER PAGE */

.register header{
  margin-left: -2vw;
}

.ticket_title h1{
  color:white;
  font-family: "poppins";
  font-weight: bold;
  font-size:  4vw;
  text-align: center;
  margin: 0;
}

.ticket_title p {
  color: white;
  font-weight: normal;
  font-size:  1.5vw;
  margin-bottom: 2vw;
  line-height: 1.8vw;
  text-align: center;
  margin-top: 0;
}

.




.form{

  width: 100%;

  margin-top: 5vw;



}



table{

  background-color: white;

  font-family: 'poppins', sans-serif;

  width: 50%;

  padding: 3vw;

  border-radius: 2vw;

  margin-left: 22%;

  font-size: 1.3vw;
  font-weight: bold;

  float: left;



}
table, th, td {

}


input{
height: 3vw;
padding: 1vw;
  width: 50vw;
  border-radius: 2vw;
  border: 2px solid black;

}

select{
  padding: 1vw;

  font-size: 1.5vw;
border-radius: 2vw;
border: 2px solid black;
}


}


}



.submit{

width: 100%;

float:left;



}



.submit button{

  float: left;

  width:30%;

  margin-left:35%;

  font-size:1.5vw;


  font-family:'poppins', sans-serif;

  border-radius: 4vw;

  padding: 1vw;
  margin-top: 1vw;
  margin-bottom: 3vw;

}


/* Thank you page */

.thankyou_note{
  height: 50%;
  width: 80%;
  margin-left: 10%;
}

@keyframes rainbow {
0% {
color: #ff00de
}
25%{
  color: #deff00
}
50%{
  color: #0072ff
}
 75% {
 color: #00ff6c;
}
100% {
color: #deff00;
}
}

.thankyou_note h1{
  text-align: center;
  color:white;
  font-family: "poppins";
  font-weight: bold;
  font-size:  4vw;
  line-height: 4vw;
  margin-bottom: 1vw;
  margin-top: 7vw;
  animation-name: rainbow;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.thankyou_note p{
  text-align: center;
  color: white;
  font-weight: normal;
  font-size:  2vw;
  margin-bottom: 2vw;
}
