.background {
    background-image: url(indexbackground.jpg);
    background-position: middle;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: 1;
    overflow: none;

  }
    @media only screen and (max-width: 1200px) {
        .background{
    background-image: url(indexbackground.jpg);
    background-position: middle;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    } 
}
.logospin{
    position: fixed;
    top: 20%;
    left: 10px;
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    opacity: 70%;
}
.wrapperdiv{
    position: fixed;
    left: 5px;
    top: 20%;
    width: 300px;
    height: 300px;
}
.spinlogo{
    position: fixed;
    top: 28%;
    left: 60px;
    animation-name: spin;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;


}




.wave::before {
    content: '';
    position: absolute;
    width: 100%;
    padding-top: 12%;
    bottom: 0px;
    background-image: url(wave.svg);
    background-repeat: repeat-x;
    background-size: 100%;
    opacity: .2;
    animation: wave-reverse 8s linear infinite;
  }
  .wave::after {
    content: '';
    position: absolute;
    width: 100%;
    padding-top: 12%;
    bottom: 0px;
    left: 0;
    background-image: url(wave.svg);
    background-repeat: repeat-x;
    background-size: 100%;
    opacity: .8;
    animation-delay: -4s;
    animation: wave 16s linear infinite;
  }
  @keyframes wave {
    0% {
      background-position: 0;
    }
    100% {
      background-position: 100vw;
    }
  }
  @keyframes wave-reverse {
    0% {
      background-position: 100vw;
    }
    100% {
      background-position: 0;
    }
  }
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
 #cookiePopup {
    background: white;
    width: 25%;
    position: fixed;
    left: 10px;
    bottom: 20px;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 5px 10px;
  }
    #cookiePopup p{
    text-align: left;
    font-size: 15px;
    color: #4e4e4e;
  }
  #cookiePopup button{
    width: 100%;
    border: navajowhite;
    background: #097fb7;
    padding: 5px;
    border-radius: 10px;
    color: white;
  }
.btndiv{
  border: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 1200px){
  .btndiv {
    border: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.btn {
    cursor: pointer;

        font-family: monospace;
        position: fixed;
        top: 15px;
        right: 30px;
        background-color: #231f20;
        height: 25px;
        width: 55px;
        color: #ffffff;
        font-size: 25px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:20px;  
        border-top-right-radius:20px;  
        border-bottom-right-radius:20px;  
        border-bottom-left-radius:20px;

  }
  .btn:hover{
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;

  }
  @media only screen and (max-width: 1200px) {
    .btn {    
        cursor: pointer;
        font-family: monospace;
        background-color: #231f20;
        height: 30px;
        width: 70px;
        color: #ffffff;
        font-size: 30px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:20px;  
        border-top-right-radius:20px;  
        border-bottom-right-radius:20px;  
        border-bottom-left-radius:20px;

    
    
  
    
    } 
}




.btn2 {
    cursor: pointer;

        font-family: monospace;
        opacity: 1;
        position: fixed;
        top: 15px;
        right: 110px;
        background-color: #231f20;
        height: 25px;
        width: 90px;
        color: #ffffff;
        font-size: 25px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:20px;  
        border-top-right-radius:20px;  
        border-bottom-right-radius:20px;  
        border-bottom-left-radius:20px; 
  }
  .btn2:hover{
 opacity: 0.5;
 -webkit-transition: opacity 0.5s;
 transition: opacity 0.5s;

}
  @media only screen and (max-width: 1200px) {
 .btn2 {    
     cursor: pointer;
     font-family: monospace;
     position: fixed;
     top: 15px;
     right: 130px;
     background-color: #231f20;
     height: 30px;
     width: 130px;
     color: #ffffff;
     font-size: 30px;
     box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
     border-top-left-radius:15px;  
     border-top-right-radius:15px;  
     border-bottom-right-radius:15px;  
     border-bottom-left-radius:15px;
 
 

 
 } 
}
.btn3 {
    cursor: pointer;

        font-family: monospace;
        opacity: 1;
        position: fixed;
        top: 15px;
        right: 16vw;
        background-color: #231f20;
        height: 30px;
        width: fit-content;
        color: #ffffff;
        font-size: 28px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:15px;  
        border-top-right-radius:15px;  
        border-bottom-right-radius:15px;  
        border-bottom-left-radius:15px; 
  }
  .btn3:hover{
opacity: 0.5;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;

}
  @media only screen and (max-width: 1200px) {
.btn3 {    
  cursor: pointer;
  font-family: monospace;
  position: fixed;
  top: 15px;
  left: 48vw;
  background-color: #231f20;
  height: 30px;
  width: fit-content;
  color: #ffffff;
  font-size: 30px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
  border-top-left-radius:15px;  
  border-top-right-radius:15px; 
  border-bottom-right-radius:15px;  
  border-bottom-left-radius:15px;




} 
}


.btn4 {
    cursor: pointer;

        font-family: monospace;
        position: fixed;
        top: 15px;
        right: 30vw;
        background-color: #231f20;
        height: 30px;
        width: 65px;
        color: #ffffff;
        font-size: 30px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:15px;  
        border-top-right-radius:15px;  
        border-bottom-right-radius:15px;  
        border-bottom-left-radius:15px;
        text-decoration: none;
  }
  .btn4:hover{
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;

  }
  @media only screen and (max-width: 1200px) {
    .btn4 {    
        cursor: pointer;
        font-family: monospace;
        position: fixed;
        top: 15px;
        right: 280px;
        background-color: #231f20;
        height: 30px;
        width: 70px;
        color: #ffffff;
        font-size: 30px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
        border-top-left-radius:15px;  
        border-top-right-radius:15px;  
        border-bottom-right-radius:15px;  
        border-bottom-left-radius:15px;
    
    
  
    
    } 
}
@keyframes move2 {
    0% {
       transform: rotate(0deg) translateX(3px) rotate(0deg);
    }
    100% {
       transform: rotate(360deg) translateX(3px) rotate(-360deg);
    }
 }
.text{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    color: white;
    font-family: monospace;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    padding: 10px;
    border: 2px #231f20;
    border-radius: 25px;

}
@keyframes move {
    0% {
       transform: rotate(0deg) translateX(3px) rotate(0deg);
    }
    100% {
       transform: rotate(360deg) translateX(3px) rotate(-360deg);
    }
 }
@media only screen and (max-width: 1200px) {
.text{   
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 70px;
    color: white;
    font-family: monospace;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    padding: 10px;
    border: 2px #231f20;
    border-radius: 25px;





} 
}
@media only screen and (min-width: 1800px) {
.text{   
    position: fixed;
    top: 20px;
    right: 45%;
    font-size: 50px;
    color: white;
    font-family: monospace;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    padding: 10px;
    border: 2px #231f20;
    border-radius: 25px;
    } 
    }

.text2{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 150px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    font-size: 35px;
    color: white;
    font-family: monospace;
    background: #231f20;
    padding: 10px;
    border: 2px #231f20;
    border-radius: 25px;
}
@media only screen and (max-width: 1200px) {
.text2 {    
    position: fixed;
    top: 300px;
    right: 25px;
    font-size: 50px;
    color: white;
    font-family: monospace;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    padding: 10px;
    border: 2px #231f20;
    border-radius: 25px;
} 
}

@media only screen and (min-width: 1800px) {
.text2{   
    position: absolute;
    top: 150px;
    right: 50%;
    transform: translateX(-50%);
    font-size: 35px;
    color: white;
    font-family: monospace;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    padding: 10px;
    border: 2px #231f20;
    border-radius: 25px;
    animation: move 3s infinite linear;
    } 
    }


.start{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60%;
    font-size: 35px;
    color: white;
    font-family: monospace;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    background: #231f20;
    padding: 10px;
    border: 2px #231f20;
    border-radius: 25px;
    font-weight: bold;
}
.Name{
    position: fixed;
    top: 55%;
    right: 60%;
    width: 90px;
    height: 40px;
    transform: translateX(-40%);
    background-color: #231f20;
    color: white;
    text-align: center;  
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    border-top-left-radius:20px;  
    border-top-right-radius:20px;  
    border-bottom-right-radius:20px;  
    border-bottom-left-radius:20px;  
}

@media only screen and (max-width: 1200px) {
.Name{   
    position: fixed;
    top: 40%;
    right: 65%;
    width: 160px;
    height: 100px;
    font-size: 35px;
    transform: translateX(-30%);
    background-color: #231f20;
    color: white;
    text-align: center;  
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    border-top-left-radius:20px;  
    border-top-right-radius:20px;  
    border-bottom-right-radius:20px;  
    border-bottom-left-radius:20px; 
        } 
        }
.language{
    position: fixed;
    top: 55%;
    right: 50%;
    width: 75px;
    height: 40px;
    transform: translateX(-50%);
    background-color: #231f20;
    color: white; 
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    border-top-left-radius:20px;  
    border-top-right-radius:20px;  
    border-bottom-right-radius:20px;  
    border-bottom-left-radius:20px;
}
@media only screen and (max-width: 1200px) {
.language{   
    position: fixed;
    top: 40%;
    right: 40%;
    width: 160px;
    height: 100px;
    background-color: #231f20;
    color: white;
    text-align: center;  
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    border-top-left-radius:20px;  
    border-top-right-radius:20px;  
    border-bottom-right-radius:20px;  
    border-bottom-left-radius:20px; 
        } 
        }
.submit{
    position: fixed;
    top: 55%;
    right: 40%;
    height: 40px;
    width: 75px;
    transform: translateX(-60%);
    background-color: #231f20;
    color: white; 
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    border-top-left-radius:20px;  
    border-top-right-radius:20px;  
    border-bottom-right-radius:20px;  
    border-bottom-left-radius:20px;
}
@media only screen and (max-width: 1200px) {
.submit{
    position: fixed;
    top: 40%;
    right: 15%;
    height: 100px;
    width: 160px;
    font-size: 27px;
    transform: translate(-70%);
    background-color: #231f20;
    color: white; 
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6);
    border-top-left-radius:20px;  
    border-top-right-radius:20px;  
    border-bottom-right-radius:20px;  
    border-bottom-left-radius:20px; 
}
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0;
}
