body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

section {
    width: 100%;
}

.left-section {
    background-color: #5d9e5d;
    float: left;
    width: 65%;
}

.resume-section {
    padding: 20px;
}

/* section 1 start */

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

.section-item {
    flex: 1;
    padding-left: 1em;
    float: left;
    text-align: center;
    
}

.section-item2 {
    flex: 5;
    padding: 1em;
    float: left;
}

/* section 1 end */

/* section 2 end */

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

.section2-item {
    width: 70%;
}

/* section 2 end */

/* section 3 end */

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

.section3-item {
    width: 80%;
}

.skills {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    width: 49%;
    float: left;
}

.skill-name {
    flex: 6;
    width: 50%;
    float: left;
    text-align: left;
}

.skill-name p {
    padding: 1px;
    line-height: 0.1;
}

.skill-rate {
    flex: 6;
    width: 50%;
    float: left;
    text-align: left;
}

.skill-rate p {
    padding: 1px;
    line-height: 0.1;
}

.skill-rate i {
    padding: 3px;
}

i {
    -webkit-text-stroke: 1px #2c1f14;
}

.active {
    color: #924a0b;
}

.break {
    width: 100%;
}


/* section 3 end */

.display-photo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 4px solid #2c1f14;
}

.right-section {
    height: 100vh;
    width: 35%;
    background-image: url(./background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}

.clear {
    clear: both;
}

footer {
    background: back;
    z-index: 10;
    width: 100%;
    position: absolute;
}

.footer-content {
    padding: 20px;
}
.footer-content p {
    color: black;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    .skills {
        width: 100%;
    }

    .section-1 {
        display: block;
        text-align: center;
    }

    .section-item {
        margin: 0 auto;
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .left-section {
        width: 100%;
        background: linear-gradient( rgba(0,0,0,0.3),rgba(0.0.0.0.3)),url(./background.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #2c1f14;
    }

    .right-section {
        display: none;
    }

    .skills {
        width: 100%;
    }

    .section-1 {
        display: block;
        text-align: center;
        background-color: #1d311d !important;
        color: #fff;
    }

    .section-item {
        margin: 0 auto;
        display: block;
        width: 95%;
    }











    
}