
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* background-color: #003262; */
    font-family: "Ubuntu Sans", sans-serif;
    color: white;
}
.content{
    text-align: left;
    color: white;
    font-size: 15px;
    margin-top: 12px;
    padding: 10px;
    font-weight: bold;

}
h2{
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 3.5em;
}
.header_navigation
{
    position: fixed;
    width: 100%;
    background-color:#013220;
    height: 80px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
p{
    font-size: 20px;
}
.header_navigation .items{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
   
}
.header_navigation .personal_info
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
._achille_logo{
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
}
._achille_logo:hover{
    cursor: pointer;
    color: green;
}
.personal_info .profile{
    margin-left: 10px;
    margin-right: 10px;
}
.items a{
    margin-left: 10px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;

}
.gith:hover
{
    color: black;

}
.linked:hover{
    color: aqua;

}
.profile{
    width: 60px;
    border-radius: 100%;
    height: 60px;
    border: 2px solid green;

    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); 
    z-index: 1000;
}

.main_head{
    border-bottom: 10px solid #013220;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: 100px 100px 1fr; */
    gap: 10px;
    padding: 10px;
    height: 100vh;
    background-image: url(img/header_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.main_phot0{
   
    height: 500px;
    border: 3px solid green;
}
.detais_1{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
 
}
.detais_1 p{
    color: white;
}
.detais_2{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.down_skilles-content{
    padding: 20px;

    background-color:white;

    
}
.head_skilles{
    color: green;
    text-align: center;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}
.main_skilles{
    color: green;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}
.skilles{

    padding: 50px;
    margin: 10px;
    background-color: white;
    /* box-shadow: 0 4px 5px -2px rgba(103, 98, 98, 0.2); */
    border-radius: 5px;
    border: 1px solid green;

}
.skilles ,h4, p{
    color: green;
} 
.icons{
    color: green;
    line-height: 3px;
    font-size: 35px;
}

.achievements{
    background-color: white;
    z-index: 1;
}
.text_achievement{
    text-align: center;
    padding: 20px;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
    color: green;
}
.contain_ac{

width: 100%;

background-color: white;
text-align: center;
    
}
.box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: white;
    /* grid-template-rows: 100px 100px 1fr; */
    gap: 10px;
    padding: 20px;
}
.lea{
    width: 600px;
    border: 3px solid green;
    height: 300px;
}

.footer{
    
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #013220;
}

ul li{
    list-style: none;
}
.is{
    font-size: 50px;
    margin-left: 10px;
}

/** 
Responsiveness **/
@media (max-width: 600px ) {
    .main_head{
        
   
            border-bottom: 10px solid #320101;
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            /* grid-template-rows: 100px 100px 1fr; */

        

    }
    ._achille_logo{
        font-size: 12px;
        font-weight: 800;
        color: white;
    }
    h2{
        font-family: "Pacifico", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 1.5em;
    }
    .items a{

        font-size: 10px;

    
    }
    /* .detais_1{
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        align-items: center;
     
    } */
    .main_phot0{
   
        height: 200px;
        border: 3px solid green;
    }
    .content{
        
        font-size: 8px;
       
    
    }
}

@media (max-width: 900px ) {

    .main_head{
        
   
        border-bottom: 10px solid #320101;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* grid-template-rows: 100px 100px 1fr; */

    

}
._achille_logo{
    font-size: 12px;
    font-weight: 800;
    color: white;
}
h2{
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}
/* .detais_1{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    align-items: center;
 
} */
.main_phot0{

    height: 200px;
    border: 3px solid green;
}
.content{
    
    font-size: 10px;
   

}
}



