@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

header{
    width: 100%;
    height: 20%;
    margin: auto;
    justify-content: center;
}

*{
    margin: 0px;
    padding: 0px;
}

.banner{
    width: 93%;
    margin: 3.5% 3.5% 3.5% 3.5%;
    display: inline-flex;
}

html{
    width: 100%;
    height: 100%;
}

body{
    background-color: #4e54c8;
    background-color: -webkit-linear-gradient(to left, #8f94fb, #4e54c8); 
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;
    opacity: 0.6;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    /* width: 20px;
    height: 20px; */
    /* background: rgba(255, 255, 255, 0.2); */
    animation: animate 20s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 200px;
    height: 200px;
    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;
}

.circles li:nth-child(11){
    left: 60%;
    /* width: 150px;
    height: 150px; */
    animation-delay: 3s;
    animation-duration: 20s;
}

.circles li:nth-child(12){
    left: 15%;
    /* width: 150px;
    height: 150px; */
    animation-delay: 5s;
    animation-duration: 50s;
}

.circles li:nth-child(13){
    left: 25%;
    /* width: 150px;
    height: 150px; */
    animation-delay: 2s;
    animation-duration: 10s;
}

.circles li:nth-child(14){
    left: 45%;
    /* width: 150px;
    height: 150px; */
    animation-delay: 9s;
    animation-duration: 35s;
}

.circles li:nth-child(15){
    left: 90%;
    /* width: 150px;
    height: 150px; */
    animation-delay: 3s;
    animation-duration: 25s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        /* opacity: 1; */
        border-radius: 0;
    }

    100%{
        transform: translateY(-110vh) rotate(720deg);
        /* opacity: 0; */
        border-radius: 50%;
    }

}

.outer-block{
    margin: auto;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: 30vw;
}

.inner-block{
    background-color: #FFF;
    width: 80%;
    height: 90%;
    display: inline-flex;
    border-radius: 4px;
}

@media only screen and (max-width:1000px) {
   
    .outer-block{
        height: 100%;
    }
    .inner-block{
        display: inline-block;
        padding-bottom: 5%;
    }
    div .add-on h6, .inner-block div div h6{
        font-size: 2vw;
    }
    html body .outer-block .inner-block .part-line{
       width: 100%;
       height: 1.2vw;
       margin-top: 5%;
       margin-bottom: 5%;
    }
    h1{
        font-size: 5vw;
        margin-top: 7.5%;
    }
    
    .inner-block .stud-details{
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .banner{
        margin-top: 5%;
        margin-bottom: 7.5%;
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }    
    .inner-block input{
        font-size: 2vw
    }
    .outer-block .inner-block .input-container{
        margin-bottom: 5%;
    }
    .banner .banner-column{
        width: 80%;
    }
    .banner-column .logo{
        width: 20%;
    }
    .banner .vlab-logo{
        width: 15%;
        background-position: left;
    }
    
    
}

/* .banner-column{
    float: left;
    width: 50%;
    height: 7vw;
    margin-right: 3%;
    display: flex
 
} */

.banner-column{
    float: right;
    width: 90%;
    height: 7vw;
    display: flex;
}

.logo{
    background-image: url('../images/sakecWhite.png');
    width: 25%;
    height: 120%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.col-name{
    width: 70%;
    height: 100%;
    background-image: url('../images/fontTP.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.vlab-logo{
    width: 15%;
    background-image: url('../images/vlabLogo-nobg.png');
    height: 6vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5%;
}

.inner-block> div{
    width: 50%;
    /* height: 25vw; */
    /* background-color: brown; */
    margin: 0 auto;
    text-align: center;
    display: inline; 
}

h1{
    color: #4e54c8;
    font-family: 'Patua One', sans-serif;
    margin-top: 7.5%;
}

.input-container{
    width: 75%;
    margin: auto;
}

.input-container> input{
    margin-top: 7.5%;
}

.add-on{
    width: 75%;
    margin: auto;
    text-align: left;
}

h6, ::placeholder, .inner-block>div>input{
    font-family:'Montserrat', cursive;
    font-weight: 800;
}

h6, a{
    color: #4e54c8;
    font-size: 1vw;
}

.outer-block .inner-block div .btn,.outer-block .inner-block div .btn:hover{
    background-color: #4e54c8;
}

.part-line{
    background-color:#4e54c8; 
    width: 0.2%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.teacher-details{
    padding-top: 2%;
}

.btn{
    background-color: #4e54c8;
    border: none;
    font-family: 'Montserrat', cursive;
    color: #FFF;
}

h4{
    margin-top: 5%;
    font-family: 'Montserrat', cursive;
    font-size: 2.5vh;
    font-weight: bold;
    color: #4e54c8;
}







