* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::selection {
    background-color: gray;
}

*::-moz-selection {
    background: gray;
}
 

* {
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
:root{
    font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    cursor:default;
}
body{
  height: 100vh;
      background-color:black;
}
main{

    height: 93vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top-logo-container{
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-logo-container img{
    width: 800px;
    height: 800px;
}
.main-container{
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap:50px;
    padding-top: 300px;
}
.input {
    color: #dbffb1;
    border: 3px solid white;
    border-radius: 10px; 
    padding: 10px 25px;
    background: transparent;
    width: 600px;
    height: 60px;
   }
   
   .input:active {
    box-shadow: 5px 2px 15px white inset;
   }


   /* input shake */
   .shake-horizontal {
	-webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
            border: 3px solid red;
}


 @-webkit-keyframes shake-horizontal {
    0%,
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
    80% {
      -webkit-transform: translateX(8px);
              transform: translateX(8px);
    }
    90% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
    }
  }
  @keyframes shake-horizontal {
    0%,
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
    }
    80% {
      -webkit-transform: translateX(8px);
              transform: translateX(8px);
    }
    90% {
      -webkit-transform: translateX(-8px);
              transform: translateX(-8px);
    }
  }
  
   /* input shake */
   
.submit{
    padding: 10px 25px;
    border: 2px solid black;
     border-radius: 10px; 
    background-color: white;
    cursor: pointer;
    color: black;
    font-family: Orbitron;
    font-weight: 600;
    box-shadow: 0px 0px 10px  rgba(112, 255, 10, 0.815),
    0px 0px 30px  rgba(108, 255, 3, 0.459);;
 
}
.submit:hover{
    border-radius: 5px;
    background: black;
    color: white;
    border: 2px solid white;

}

.Qr-container{
    position: absolute;
    z-index: 5;
    width: 80%;
    height: 70vh;
    border-radius: 10px;
    border: 2px solid silver;
    background-color: rgba(35, 35, 35, 0.521);
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 0 40px 0;
    display: none;
}
/* loader */
.loader {
    position: absolute;
    top: 200px;
    width: 50px;
    height: 50px;
    margin: 0 40%;
    border-radius: 10px;
  }
  .deactivate-loader{
    display: none;
  }
  .loader div {
    width: 8%;
    height: 24%;
    background: rgb(128, 128, 128);
    position: absolute;
    left: 50%;
    top: 30%;
    opacity: 0;
    border-radius: 50px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    animation: fade458 1s linear infinite;
  }
  
  @keyframes fade458 {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0.25;
    }
  }
  
  .loader .bar1 {
    transform: rotate(0deg) translate(0, -130%);
    animation-delay: 0s;
  }
  
  .loader .bar2 {
    transform: rotate(30deg) translate(0, -130%);
    animation-delay: -1.1s;
  }
  
  .loader .bar3 {
    transform: rotate(60deg) translate(0, -130%);
    animation-delay: -1s;
  }
  
  .loader .bar4 {
    transform: rotate(90deg) translate(0, -130%);
    animation-delay: -0.9s;
  }
  
  .loader .bar5 {
    transform: rotate(120deg) translate(0, -130%);
    animation-delay: -0.8s;
  }
  
  .loader .bar6 {
    transform: rotate(150deg) translate(0, -130%);
    animation-delay: -0.7s;
  }
  
  .loader .bar7 {
    transform: rotate(180deg) translate(0, -130%);
    animation-delay: -0.6s;
  }
  
  .loader .bar8 {
    transform: rotate(210deg) translate(0, -130%);
    animation-delay: -0.5s;
  }
  
  .loader .bar9 {
    transform: rotate(240deg) translate(0, -130%);
    animation-delay: -0.4s;
  }
  
  .loader .bar10 {
    transform: rotate(270deg) translate(0, -130%);
    animation-delay: -0.3s;
  }
  
  .loader .bar11 {
    transform: rotate(300deg) translate(0, -130%);
    animation-delay: -0.2s;
  }
  
  .loader .bar12 {
    transform: rotate(330deg) translate(0, -130%);
    animation-delay: -0.1s;
  }
  
/* Loader */
 .Qr-container img{
    padding-top: 100px;
} 
.buttonContainer{
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.downloadBtnContainer{
  width:250px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
   background-color: transparent; 
  gap: 20px;
}
.buttonRow{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.downloadHeading{
  color: #cfffad;
  font-size: 2rem;
  font-weight: 500;
  font-family: Orbitron;
}
.download{
  width: 30%;
  height: 40px;
  font-weight: 500;
  background-color: transparent;
  color:white;
  border: 3px solid white;
  cursor: pointer;
  font-family: Orbitron;
  font-size: 1.3rem;
}
.download:hover{
  background-color: #cbffa6;
  color: black;
}

.exit{
    position: relative;
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: .3s;
  
}
.line1,.line2{
    position: absolute;
    width: 45%;
    height: 2px;
    background-color: rgb(255, 117, 117);
    transition-duration: .2s;
}

.line1{
    transform: rotate(45deg);
}
.line2{
    transform: rotate(-45deg);
}
.exit:hover{
    transform: translateY(-5px);
    transition-duration: .3s;
}
.exit:hover .line2{
    background-color: red;
    transition-duration: .3s;
}
.exit:hover .line1{
    background-color: red;
    transition-duration: .3s
}
.exit-Qr{
    display: flex;
}
.containerpoint{
  color: white;
  font-family: Whitney, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  cursor:default;;
  font-size: 2.3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}


.footerContainer{
  height: 7vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}


.footerContainer p{
  color: rgb(176, 176, 176);
  font-size: 1.5rem;
  font-family: Orbitron;
}
.footerContainer a{
  text-decoration: none;
  color: aqua;
  cursor: pointer;
}
.footerContainer a:hover{
  text-decoration: none;
  color: olive;
}

.fa-copyright{
  font-size: 1.3rem;
  color: rgb(176, 176, 176);
}

/* responsive code */
@media screen and (max-width:1920px) {
    html {
        font-size: 60%;
    }
}

@media screen and (max-width:1200px) {
    html {
        font-size: 60%;
    }
}

@media screen and (max-width:998px) {
    html {
        font-size: 55%;
    }
    .top-logo-container img{
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 50%;
    }
 
}

@media screen and (max-width:500px) {
    html {
        font-size: 45%;  
    }
    .top-logo-container img{
        width: 60%;
    }
    .downloadBtnContainer{
      width: 80%;
    }
    .buttonRow{
      flex-direction: column;
    }
    .download{
      width: 40%;


    }

}

@media screen and (max-width:430px) {
    html {
        font-size: 43%;
    }
    .loader{
      top: 130px;
    }
    .Qr-container img{
      width: 80%;
      padding: 0;
    }
}

@media screen and (max-width:375px) {
  html {
      font-size: 40%;
  }
  .main-container{
      gap: 10px;
  }
  .input{
      width: 70%;
  }
}


@media screen and (max-width:360px) {
    html {
        font-size: 40%;
    }
    .main-container{
        gap: 10px;
    }
    .input{
        width: 70%;
    }
    .top-logo-container img{
      width: 50%;
  }
}

@media screen and (max-width:300px) {
    html {
        font-size: 40%;
    }
}


