/* font-family: 'Poppins', sans-serif; */

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

body{
    color:#fff;
    font-family: 'Poppins','sans-serif';
    font-size:10px;
    background-color: rgb(41, 53, 71);
}

header{
    
    background-color:hsl(217,28%,15%);    
    /* padding-bottom:80px; */
    
}

.container{
    margin:0 auto;
    max-width:100%;
    width:1200px;
    padding:20px;
}

.container img{
    max-width:100%;
}
p{
    line-height: 1.5;
}

nav{
    display: flex;    
    flex-wrap: wrap;
    justify-content: space-between;
    padding:15px;
}

.logo{
    width:100px;
    height:100px;
    margin-left: 15px;

}

.nav-ul{
    display:flex;     
    align-items: center;
    padding:0;
    list-style: none;
}

.nav-ul li a{
    padding:10px 20px;
    color:violet;
    text-decoration: none;
    font-size:1.5rem;
    font-weight: 300;
    cursor:pointer;
}

.hamburger{
    display:none; 
    background-color: transparent;
    border:0;
    padding:15px;
    color:#fff;
    font-size:30px;
    cursor:pointer;

}


/* styling hero class */

.hero{
    max-width:100%;
    margin:20px auto;
    width:800px;
    text-align: center;
}
.hero>*{
    padding:20px;

}

.hero h1{
    font-size:2rem;
}

.hero p{
    font-size:1.1rem;
}
.btn-1{    
    border-radius: 50px;
    background-image: linear-gradient(to right, hsl(308, 85%, 29%), rgb(70, 13, 104));
    padding: 16px 50px;
    color:#fff;
    font-size:1.2rem;
    border:0;
    cursor: pointer;
}

/* Sekcja Feature */

.row{
    display: flex;    
    align-items:center;
    justify-content: center;
    
}

.feature{
    margin:40px;
    width:400px;
    text-align: center;
}

.feature img{
    width:200px;
    height: 200px;
}

.feature h3{
    font-size:1.2rem;
    margin-bottom:20px;
    font-weight: 500;

}
.feature p{
    font-size:1rem;
    font-weight: 300;
    
}

/* Sekcja Container info */

.info{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    margin-top:40px;
}
.info img{
    width:400px;
    
}
.info-text{
    flex-grow:1;
    width:400px;
    padding:20px 20px 20px 30px;

}


.info-text h2{
    font-size:1.3rem;
    margin-bottom:20px;    
}

.info-text p{
    font-size:1rem;
    margin-bottom:30px;
    font-weight: 300;  
}

.info-text a{    
    text-decoration: none;    
    padding:5px;
    border-bottom: 1px solid violet;
    font-size: 30px;    
    text-transform:uppercase;
}


/* Sekcja skills */
.skills{
    display:flex;    
    justify-content: center;
    margin:40px auto;
}
.skill{
    background-color: hsl(219, 30%, 18%);
    flex-grow:1;
    align-items:stretch;
    max-width:400px;
    margin:15px;
    padding:20px;
    border-radius: 5px;
    box-shadow: 4px 4px 10px rgb(0,0,0, 0.3);
}
.skill p{
    font-size: 0.8rem;
    font-weight: 300;
}
.using{
    display:flex;
    margin-top:20px;
    align-items:center;
    
}
.using img{
    width: 50px;
    height: 50px;
    margin-right:10px;
    border-radius: 50%;
}
h5{
    margin-left:20px;
    font-size:0.8rem;
    letter-spacing:1px;
    
}

/* Sekcja formularz */

form{
    background-color: hsl(217,28%,15%);
    position:relative;
    max-width:100%;
    width:800px;    
    margin:0 auto -100px;
    padding:40px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 4px 4px 10px rgb(0,0,0, 0.3);
    z-index:1;
    

}
form h2{
    margin: 0 auto;
    font-size: 1.3rem;

}
form p{
    margin: 20px 0 35px 0;
    font-size:0.8rem;
    font-weight: 300;
}


.form-access{
    display: flex;       
    align-items:center;
    justify-content: space-between;         
}


.form-access input{
    flex-basis:60%;
    padding:16px 60px;    
    font-size:1.3rem;
    text-align: center;
    border-radius: 50px;
    border:0;   
}

.btn-2{    
    border-radius: 50px;
    background-image: linear-gradient(to right, hsl(308, 85%, 29%), rgb(70, 13, 104));
    padding: 16px 50px;
    color:#fff;
    font-size:1.2rem;
    border:0;
    cursor: pointer;
}


footer{
    background-color: hsl(216,53%,9%);
    padding:150px 0 50px;    

}
.container .fancy{
    margin-bottom:50px;
    text-align: center;
    color:violet;
    font-size:2rem;
}

footer .flex{
    display: flex; 
    flex-wrap:wrap;     
    align-items: center;
    justify-content: space-around;
} 


.footer-section{
    flex-basis:22%;  
    padding: 10px;     
}

.footer-section i{
    font-size:1.3rem;
    flex-grow:1;
    margin-right:10px;
    margin-bottom:10px;
}

.footer-section span{
    margin-bottom:10px;
    font-size:1.2rem;
    flex-grow:3;

}
.footer-section img{
    width:30px;
}

.footer-section p{
    padding:5px;
    font-size:0.8rem;
}

.footer-section ul{
    list-style: none;    
    
}

.footer-section .links{    
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-section .links li{
    flex-basis:100%;
}

.social{
    flex-grow:1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.social i{
    font-size:2rem;
    margin:0;
}


.footer-section ul li a{
    text-decoration: none;
    display:block;   
    width:100%;
    text-align: center;    
    color:violet;
    font-size:1.2rem;
}

/* 
MediaQuery */


@media (max-width:992px){


    .footer-section{
        flex-basis:30%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        padding:20px;
        
    }
    

    footer .flex{
       flex-wrap: wrap;
    }

    .skills{
        display:flex;
        flex-wrap: wrap;    
        
    }    

}

@media (max-width:910px){

    .info img{
        flex-basis: 80%;
        
    }
    .info-text{
        flex-basis:80%;
        text-align: center;
    
    }

    .row{
        flex-wrap: wrap;
    
    }

    .form-access{
        flex-wrap: wrap;    
        justify-content: center;
            
    }


    .form-access input{
        flex-basis:80%;
        margin-bottom:10px;       
        
    }       


    .footer-section{
        flex-basis:50%;
        margin-bottom:50px;
        
    }

    .social{
        
        justify-content: center;
           
    
    }
    .social i{
        margin: 10px;
    }
    
}   


@media (max-width:767px){

    

    .nav-ul{
        display:none;
        
    }

    .nav-ul.show
    {
        display:flex;        
        flex-basis: 100%;
        flex-direction: column;            
        
    }
    .nav-ul li{
        padding:5px 0;
    }

    .logo{
        width:80px;
        height:80px;
    
    }
        
    .nav-ul li a{
        padding:10px;
        font-size: 1.5rem;
    }
    .hamburger{
        display:block;
    }


    .form-access input{        
        margin-bottom:10px;        
        
    }       


}
@media (max-width:560px){
    .footer-section{
        flex-basis:100%;
        margin-bottom:10px;
   }
}


  

    

    

