@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap');

.pic{
    border-radius: 100%;
    background: transparent;
}

ul li{
    list-style: none;
    margin:0 5px 0 5px;
}

a li{
    text-decoration: none;
}

ul{
   display: flex;
   left: 170px;
   justify-content: space-around;
   
}

#list{
    top:30px;
    background:transparent;
    transform: translateX(-50%);  
    text-align: center;
}

body{
    margin:0;
    margin-top: 100px;
    padding: 0;
    background-image: url("images/group.png");
    background-size: cover;  
   
}

#bot1{
    padding-left: 50%;
   
}

#button{
    background-color: #f094ba;
	position:relative;
    top: -10px;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 15px;
    color: white;
    width: 335px;
    border: none;
}

#elipse{
    position: absolute;
    top: -330px;
    left: 630px;
    width: 650px;
    height: 650px;
    border-radius: 100%;
    background: rgb(235, 235, 235);
}

#logo{
    position: relative;
    left: 1040px;
    top:-30px;
}

#container{
    height: 100vh;
    width: 100%;
    padding-top: 50px;
    
}

#p1{
    color: rgb(85, 82, 141);
    font-family:'Roboto', sans-serif;
    font-weight: 500;
    font-size: 40px;
}

#p2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 40px;
}

#innerContainer{
    position: absolute;
    height: 80%;
    width: 100%;
    display: flex;
}

#top{
    position: relative;
    display: flex;   
}

#bot{
    position: relative;      
}

#bot1{
    position: relative;
    top:15px;
}

#smallContainer{
position: relative;
top:35vh;
width: 100%;
color: black;
text-align: center;
color: white;
height: 35px;
margin: 0 490px 0 490px;
border-radius: 10px;
}

#para{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#img{
    position: absolute;
    left: 50%;
    width:100% ;
    transform: translateX(-50%) scale(1,1);
    
}



#topLeft{
    position: relative;
    width: 65%;
}

#topRight{
     position:absolute ;
      
}


#top{
    width: 100%;
    height: 40%;
    position: relative;
}

#bot{
    width: 100%;
    height: 60%;
    position: relative;
}

#bot2{
    padding: 0px;
    margin: 0px;
    position: relative;
   
}

@media (max-width:360px){
    #p1{
        color: rgb(85, 82, 141);
        font-family:'Roboto', sans-serif;
        font-weight: 300;
        font-size: 15px;
    }
    
    #p2{
        font-family: 'Open Sans', sans-serif;
        font-weight: 150;
        font-size: 15px;
    }
    
    #button{
        background-color: #f094ba;
        position:relative;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 15px;
        color: white;
        width: 200px;
        border: none;
        top:0px;
        left: -1px;
        margin: auto;
        font-size: x-small;

    }

    #smallContainer{
        position: relative;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        color: black;
        text-align: center;
        color: white;
        height: 35px;
        margin: auto;
        border-radius: 10px;
        }

        #elipse{
            position: absolute;
            top: -68px;
            left:150px;
            width: 250px;
            height: 250px;
            border-radius: 100%;
            background: rgb(235, 235, 235);
        }
        
        #logo{
            position: relative;
            width: 100px;
            height: 100px;
            top: 30px;
            left: 240px;
            margin: auto;

        }
        

        body{
            margin:0;
           
        }

        #topLeft{
            position: relative;
            width: 200px;
        }
        
        #topRight{
             position:absolute ;
             width:160px ;

        }

        #container{

            height: 640px;
            width: 360px;
            padding-top: 50px;
            
        }

        #list{
            position: relative;
            left: -20px;
            top:4px;
            background:transparent;
            transform: translateX(-50%);  
            text-align: center;
            margin: auto;
            
        }

        .pic{
            width: 35px;
            height: 35px;
        }
        

        
}

@media (max-width:560px){
    #p1{
        position: relative;
        top:30px;
        left: 30px;
        color: rgb(85, 82, 141);
        font-family:'Roboto', sans-serif;
        font-weight: 380;
        font-size: 21px;
    }
    
    #p2{
        position: relative;
        left: 50px;
        top:30px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 180;
        font-size: 21px;
    }
    
    #button{
        background-color: #f094ba;
        position:relative;
        padding: 10px;
        text-transform: uppercase;
        border-radius: 15px;
        color: white;
        width: 200px;
        border: none;
        top:30px;
        left: 30px;
        margin: auto;
        font-size: x-small;

    }

    #smallContainer{
        position: relative;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        color: black;
        text-align: center;
        color: white;
        height: 35px;
        margin: auto;
        border-radius: 10px;
        }

        #elipse{
            position: absolute;
            top: -115px;
            left:150px;
            width: 300px;
            height: 300px;
            border-radius: 100%;
            background: rgb(235, 235, 235);
        }
        
        #logo{
            position: relative;
            width: 130px;
            height: 130px;
            top: 0px;
            left: 250px;
            margin: auto;

        }
        

        body{
            margin:0;
            padding: 0;
            position: relative;
            top: 30px;
        }

        #topLeft{
            position: relative;
            width: 200px;
        }
        
        #topRight{
             position:absolute ;
             width:160px ;

        }

        #container{

            height: 640px;
            width: 360px;
            padding-top: 50px;
            
        }

        #list{
            position: relative;
            left: 15px;
            top:20px;
            background:transparent;
            transform: translateX(-50%);  
            text-align: center;
            margin: auto;
            
        }

        .pic{
            width: 35px;
            height: 35px;
        }
        

        
}




