*{
    box-sizing: border-box;
    margin: 0;
}

body{
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, .header-name p{color: rgb(120, 169, 120);}

a{
    text-decoration: none;
    padding-right: 10px;
    color: rgb(120, 169, 120);
    font-size: medium;
    /* font-weight: 400; */
}

hr{
    width: 30px;
    margin: 50px auto;
    border: 2px dotted rgba(14, 99, 78, 0.3); 
}

marquee{
    padding: 10px 0 5px;
}

.top-section{
    background: #d4e6e2;
}

.header, .name-cloud, .header-mountains{
    width: 70%;
    margin: auto;
}

.header{
    width: 70%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.me-img{ 
    width: 90px;
}

.left{ 
    padding-top: 30px;
}

.right{ 
    padding-top: 50px;
}

.about{ 
    color: rgba(60, 58, 58, 0.833);
}

.name{
    font-size: 70px;
}

.name, .job{
    text-align: center;
    /* padding: 0 50px;  */
}

.name-cloud{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-name{
    width: 80%;
}

.cloud{
    width: 10%;
}

.cloud-top, .cloud-bottom{
    width: 150px;
}

.cloud-top{
    position: relative;    
    left: 70%;
    top: 90px;
}

.cloud-bottom{
    position: relative;
    bottom: 55px;;
}

.header-mountains {
    text-align: center;
}

.land-img{
    width: 90%;
}

.me-img-hi{ 
    width: 120px;
}

.greeting, #skill, .support {
    margin: 30px auto;
    line-height: 1.5;
    text-align: center;
}

.greeting{
    width: 400px;
}

#skill, .support{
    width: 700px;
}

.design, .develop, #my-skill{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /* gap: 50px; */
    margin-top: 50px;
}

@media (max-width: 500px){
    
}

.middle-images{
    width: 40%;
}

.design-img, .develop-img, .my-skill-img{
    width: 200px;
}

/* .design-img, .my-skill-img{
    float: left;
    padding-right: 60px;
} */

/* .develop-img{
    float: right;
    padding-left: 60px;
} */

/* .design, .develop{
    padding: 60px 0;
}
*/

.my-skill-sub{
    width: 70%;
} 

.design-sub, .develop-sub, .my-skill-sub{
    text-align: start;
}

.programming-language-name{
    display: inline-block;
    width: 110px;
}

.change-star-color{
    color: orange;
}

#project{
    width: 70%;
    margin: 50px auto;
    padding-left: 20px;
}

.project-title-header{
    margin-bottom: 50px ;
}

.project-title, .project-title-header{
    text-align: center;
}

.projects-gallery{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
    background: #d4e6e2;
}

.projects-gallery:hover{
    background: white;
}

.project-img{
    width: 440px;
    height: 300px;
    padding: 10px;
}

.project-img:hover{
    opacity: 0.8;
}

.download{
    position: relative;
    width: 40px;
    left: 370px;
    bottom: 80px;
}


#footer{
    background: rgba(155, 218, 199, 0.4);
    text-align: center;
    padding: 40px 10px;
}

#footer a:hover{
    text-decoration: underline;
}

.prepared{ margin-top: 30px;}


@media  (max-width: 900px) {
    body{ 
        overflow-x: hidden;
    }
    .header, .header-name, .header-mountains,#skill, .support{ 
        width: 100%;
        padding: 0 10px;
    }

    .land-img{ width: 100%;}

    #project{ width: 500px;  }
    .projects-gallery{ flex-direction: column;}
    
}

@media  (max-width: 650px) {
    body{ overflow-x: hidden; }
    .project-img, #project{
        width: 500px;
    }
    /* .container{ width: 100%;} */
    
}

/*  top-section   width: 70%;
    .me-img{width: 90px;}
    .header-name{width: 80%;}
    .name{font-size: 70px;}
    hr width: 30px;
    cloud width: 150px; 
    h1, h2, h3, .header-name p{color: rgb(120, 169, 120);}

*/