*{
    
    font-family: san-serif;
    
}

body{
    margin: 0 ;
    padding: 0;
    justify-content: center;
    align-items: center;
    max-width:100%;
    height:100vh;
    overflow: hidden;
    
}

.container1{
    position: relative;
    width:100%; 
    height:25%;
    
}
.container2{
    position: relative;
    width:100%; 
    height:50%;
    
}
.container3{
    position: relative;
    width:100%; 
    height:25%;
    
  
}

.heading
{
    position: absolute;
    height:100%;
    right: 20%;
    left: 20%;
    color:white;
    font-size:25px;
    font-family:'kristenITC';
    justify-content: center;
    text-align:center;
    text-shadow:3px 3px #7A1FCF;
    
}

img{
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius:30%;
  
}

.col1{

    position: absolute;
    left: 0;
    z-index: 2;
    height:100%;
}
  
.col2{

    position: absolute;
    right: 0;
  
    width:60%; 
    height:100%;
}

/*---------------------------mail field  --------------------------------------*/



::placeholder{
    color: rgb(255, 255, 255);
}

.inputBox{
    position: relative;
    width: 80%;
    height: 40px;
    margin: 20px;
}

.inputBox input{
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 10px, 10px;
    z-index: 1;
    color:linear-gradient(to right, #1fe6ff, #673AB7);
}

.inputBox .line{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #1fe6ff, #673AB7);
    transition: 0.5s;
    border-radius:2px ;
    pointer-events: none;
}

.inputBox input:focus ~ .line, .inputBox input:valid ~ .line{
    height: 100%;
}


 /*------------------------------------------button------------------------------------------------*/

 .sign-up-btn{
    position: absolute;
    width: 80%;
    height: 40px;
    margin: 20px;
    margin-top: 0;
    display: block;
    text-decoration: none;
    color: #fff;
    border:3px solid transparent;
    border-radius: 20px;
    background-image: linear-gradient(#42455a, #42455a), radial-gradient(circle at top left,  #1fe6ff, #673AB7);
    background-origin: border-box;
    background-clip: content-box, border-box;

}

.sign-up-btn span{
    font-size: 15px;
}


/*-----------------------------------------clock--------------------------------*/
.circle{
    
    transform: translate(-100,-100);
}

.start{
    stroke: #ccc;
    stroke-width: 14 ;
    fill: transparent;
    }

.load{
    fill: url(#Gradient);
    stroke: url(#Gradient);
    fill-opacity: 0 ;
    stroke-width: 14 ;
    stroke-dasharray: 628;
    stroke-linecap:round ;
    transition: fill-opacity 0.5s infinite ;
    animation: load 62s linear infinite;
}

.num{
    font-size: 60px ;
    fill: url(#Gradient);
    font-family: poppins;
    font-weight: 600;
    text-transform: uppercase;
}

@keyframes load
{
    0% {stroke-dashoffset: 638;}

    20% {stroke-dashoffset: 502.4;}

    40% {stroke-dashoffset: 376.8;}

    50% {stroke-dashoffset: 314;}

    60% {stroke-dashoffset: 251.2;}

    80% {stroke-dashoffset: 125.6;}

    90% {stroke-dashoffset: 62.8;}

    100% {stroke-dashoffset: 0;}
}

/*----------------------bubble----------------------------------*/



.bubbles img{
   position: relative;
    width: 50px;
    animation: bubble 7s linear infinite;
}

.bubbles{
    width: 100%;
    display: flex;
    z-index: 3;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: -50px;
   
}

@keyframes bubble{
    0%{
        transform: translateY(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    70%{
        opacity: 1;
    }
    100%{
        transform: translateY(-100vh);
        opacity: 0; 
    }
}
.bubbles img:nth-child(1){
    width: 18px;
    animation-delay: 2s;
}

.bubbles img:nth-child(2){
    width: 25px;
    animation-delay: 1s;
}

.bubbles img:nth-child(3){
    width: 20px;
    animation-delay: 3s;
}

.bubbles img:nth-child(4){
    width: 27px;
    animation-delay: 4.5s;
}

.bubbles img:nth-child(5){
    width: 30px;
    animation-delay: 6s;
}

.bubbles img:nth-child(6){
    width: 24px;
    animation-delay: 5s;
}

.bubbles img:nth-child(7){
    width: 23px;
    animation-delay: 2s;
}
.bubbles img:nth-child(8){
    width: 27px;
    animation-delay: 1s;
}
.bubbles img:nth-child(9){
    width: 29px;
    animation-delay: 6s;
}
.bubbles img:nth-child(10){
    width: 30px;
    animation-delay: 5s;
}

/*---------------------------large screen----------------------------*/
@media only screen and (max-width :320px)
{
    .heading
    {
        position: absolute;
        height:100%;
        right: 20%;
        left: 20%;
        color:white;
        font-size:21px;
        font-family:'kristenITC';
        text-align:center;
        text-shadow:3px 3px #7A1FCF;
        
    }
}

@media only screen and (min-width :550px)
{

    body{
        margin: 0 ;
        padding: 0;
        
        justify-content: center;
        align-items: center;
        max-width:100%;
        height:100vh;
        overflow: hidden;
        
    }
   
    .col1{

        position: absolute;
        left: 24%;
        z-index: 2;
        height:100%;
    }
    

    .col2{
    
        position: absolute;
        right: 20%;
        width:40%; 
        height:100%;
    }

    .heading
{
    position: absolute;
    height:100%;
    right: 20%;
    left: 20%;
    color:white;
    font-size:45px;
    font-family:'kristenITC';
    text-align:center;
    text-shadow:3px 3px #7A1FCF;
    
}


img{
    position: absolute;
    height: 100%;
    width: 100%;
}


.bubbles{
    width: 50%;
    display: flex;
    z-index: 3;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: -50px;
   
}

}

@media only screen and (min-width :1300px)
{
    img{
        position: absolute;
        height: 100%;
        width: 40%;
        left: 30%;
        right: 30%;
        
    }

}   

