body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
    background-image: url(./Image/bg1.jfif);
}

.body_section {
    padding: 3% 5% 1%;
}

a {
    text-decoration: none;
}

.navbar-light {
    font-size: 50px;
    font-weight: bold;
    color: #351458;
}

@media only screen and (max-width : 764px) {

    .navbar-light {
        font-size: 40px;
        font-weight: bold;
        color: #351458;
    }
}


.headerachor {
    color: black;
    margin: 0 7px 0 7px;
    font-size: 25px;
}

.Section1 {
    padding: 4% 0 3%;
}

.skill-img {
    width: 100%;
    height: 100%;
}

/* @media (max-width: 767px) {

    .col-lg-6,
    .col-md-6 {
        width: 100%;
        float: none;
    }
} */

.Skill-heading {
    font-size: 40px;
    font-weight: 300;
}

#SkillBox {
    width: 95%;
    height: auto;
    margin: 40px auto;
    padding: 10px;
    border-radius: 50px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
}

.SkillBar {
    width: 90%;
    height: 50px;
    position: relative;
    border-radius: 20px;
    background: #c5c2ff;
    margin: 20px auto;
}


#Skill-HTML {
    width: 90%;
    border-radius: 20px;
    animation: Animate-HTML 4s;
    -webkit-animation: Animate-HTML 4s;
    /* -moz-animation: Animate-HTML 4s;
    -o-animation: Animate-HTML 4s; */
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-HTML {
    from {
        width: 10px;
    }

    to {
        width: 90%
    }
}

@-webkit-keyframes Animate-HTML {
    from {
        width: 10px;
    }

    to {
        width: 90%
    }
}

/* @-moz-keyframes Animate-HTML {
    from {
        width: 10px;
    }

    to {
        width: 90%
    }
}

@-o-keyframes Animate-HTML {
    from {
        width: 10px;
    }

    to {
        width: 90%
    }
} */

#Skill-CSS {
    animation: Animate-CSS 5s;
    -webkit-animation: Animate-CSS 5s;
    /* -moz-animation: Animate-CSS 5s;
    -o-animation: Animate-CSS 5s; */
    border-radius: 20px;
    width: 70%;
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-CSS {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
}

@-webkit-keyframes Animate-CSS {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
}

/* @-moz-keyframes Animate-CSS {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
}

@-o-keyframes Animate-CSS {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
} */

#Skill-Python {
    border-radius: 20px;
    animation: Animate-Python 5s;
    -webkit-animation: Animate-Python 5s;
    /* -moz-animation: Animate-Python 5s;
    -o-animation: Animate-Python 5s; */
    width: 80%;
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-Python {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
}

@-webkit-keyframes Animate-Python {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
}

/* @-moz-keyframes Animate-Python {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
}

@-o-keyframes Animate-Python {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
} */

#Skill-JS {
    animation: Animate-JS 4s;
    -webkit-animation: Animate-JS 4s;
    /* -moz-animation: Animate-JS 4s;
    -o-animation: Animate-JS 4s; */
    border-radius: 20px;
    width: 65%;
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-JS {
    from {
        width: 10px;
    }

    to {
        width: 65%
    }
}

@-webkit-keyframes Animate-JS {
    from {
        width: 10px;
    }

    to {
        width: 65%
    }
}

/* @-moz-keyframes Animate-JS {
    from {
        width: 10px;
    }

    to {
        width: 65%
    }
}

@-o-keyframes Animate-JS {
    from {
        width: 10px;
    }

    to {
        width: 65%
    }
} */

#Skill-C {
    animation: Animate-C 4s;
    -webkit-animation: Animate-C 4s;
    /* -moz-animation: Animate-C 4s;
    -o-animation: Animate-C 4s; */
    border-radius: 20px;
    width: 80%;
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-C {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
}

@-webkit-keyframes Animate-C {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
}

/* @-moz-keyframes Animate-C {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
}

@-o-keyframes Animate-C {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
} */

.Skill-Area {
    z-index: 1;
    float: left;
    margin-top: 8px;
    margin-left: 15px;
    text-shadow: none;
    color: #fff;
}


@media only screen and (max-width : 950px) {

    body,
    html {
        text-align: center;
        font-size: 16px;
        line-height: normal;
    }
}