@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700');

:root{
    
    --dark-color-lightness: 17%;
    /* --light-color-lightness: 95%; */
    --light-color-lightness: 75%;
    --white-color-lightness: 99%;

    --color-white: hsl(255, 30%, var(--white-color-lightness));
    /* --color-light: hsl(0, 100%, var(--light-color-lightness)); */
    /* --color-light: hsl(252, 30%, var(--light-color-lightness)); */
    --color-light: hsl(255, 30%, var(--white-color-lightness));
    --color-less-light: hsla(0, 0%, 100%, 0.917);
    
}


.scramble-logo{
    height: 10vh;
    top: 0;
    margin-top: 10px;
    position: absolute;

}
.thankyou-logo{
    position: relative;
    width: 300px;
    height:auto;
}

.center-form{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding: 10px;
}

.theme-color{
    background-color: #b7ddf1;
    color: whitesmoke;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: var(--color-light);
    color: var(--color-dark);
    text-align: center!important;
    display: flex;
    align-items: center;
  }
  
.responsive-font-example{
    font-size: 5em;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.reg-form{
    /* margin-top: 50px; */
}

.card{
    padding: 10px;
    background-color: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
}

#valid-uni-error{
    color: red;
    font-size: 18px;
}
.hidden{
    display: none;
    color: white!important;
}


.timer #countdown{
    font-size: 2rem;
    font-family: monospace;
    padding: var(--search-padding)
}
.timer .times{
    font-size: 0.8rem;
    align-items: center;
    /* padding-left: 5rem; */
    /* padding-right: 5rem; */
}

#register-button{
    margin-top: 20px;
    font-size: 24px;
    color: var(--color-dark);
    transition: all .5s ease;
    background-color: var(--color-light);
    color: var(--color-dark);
    border: 4px solid #b7ddf1;
}
#register-button:hover {
    color: var(--color-light);
    background-color:#b7ddf1;
}
#register-text{
    font-size: 19px;
    padding: 20px;
    color: var(--color-dark);
    background-color: var(--color-light);
    font-family: "Poppins", sans-serif;
    border: 1px solid;
}

.countdown-container{
    color: var(--color-dark);
    margin-top: 10px;
    text-align: center;
}

.countdown-container li {
    display: inline-block;
    font-size: 1.1em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

.countdown-container li span {
    display: block;
    font-size: 1.5rem;
}

#countdown ul{
    padding-inline-start: 0;
}
.container{
    position: absolute;
    height: 75%;
    width: 75%;
    background-color: hsl(0deg 0% 100% / 73%);
    border: 1px;
    border-radius: 40px;
    z-index: 1;
}
.container h1{
    margin: 50px 20px;

}

.instructions{
    font-size: 1.5em;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}
.container button{
    width: max-content;
}

@media (min-width: 1200px) {
    .responsive-font-example {
      font-size: 5em;
    }
    #valid-uni-error{
        font-size: 16px;
    }
  }
@media (max-width: 600px){
    .responsive-font-example{
        font-size: 4em;
    }
    .countdown-container li {
        font-size: 0.7em;
    }

}

/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 425px) {
    .responsive-font-example {
    font-size: 40px;
    }
    .responsive-small-text{
        font-size: 18px;
    }
    .responsive-countdown{
        font-size: 10px;
    }
    .scramble-logo{
        width: 95%;
        height: auto;
    }
    #valid-uni-error{
        font-size: 14px;
    }
    #register-text{
        font-size: 16px;
    }
    .container h1{
        margin: 20px 20px;
    }
}


/* Animation */
.area{
    /* background: #b7ddf1;   */
    /* background: ; */
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    /* background: rgba(255, 255, 255, 0.2); */
    animation: animate 25s linear infinite;
    bottom: -150px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center; 
    font-size: 16px;
    font-family: "Dancing Script";
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}