body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0;
}

.body_section {
    padding: 3% 5% 1%;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: "Lovely Home";
    src: local('Lovely Home'),
        url("Image/LovelyHome-9aBZ.ttf") format('truetype');

}

.brand-name,
.navbar-light .navbar-brand {
    font-family: "Brush Script MT";
    font-size: 50px;
    font-weight: bold;
    color: #351458;
}

@media only screen and (max-width : 764px) {

    .brand-name,
    .navbar-light .navbar-brand {
        font-family: "Lovely Home";
        font-size: 40px;
        font-weight: bold;
        color: #351458;
    }
}


.headerachor {
    color: black;
    margin: 0 7px 0 7px;
    font-size: 25px;
}

.headerachor:hover {
    background-color: #f1f1f1;
}

.Section1 {
    padding: 4% 0 3%;
}

.skill-img {
    width: 100%;
    height: 100%;
}

.Skill-heading {
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 300;
}

#SkillBox {
    width: 95%;
    height: auto;
    margin: 40px auto;
    background-color: #fff;

    /* border: 1px solid #cdcdcd; */
    padding: 10px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 50px;
}

#SkillBox img {
    width: 20%;
    height: 10%;
    margin: auto 35%;
    padding: 10px;
}

.SkillBar {
    width: 90%;
    height: 50px;
    position: relative;
    border-radius: 20px;
    /* background: rgba(17, 17, 17, .3); */
    background: #c5c2ff;
    margin: 20px auto;
}


#Skill-HTML {
    border-radius: 20px;
    -webkit-animation: Animate-HTML 4s;
    -moz-animation: Animate-HTML 4s;
    -o-animation: Animate-HTML 4s;
    animation: Animate-HTML 4s;
    width: 60%;
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-HTML {
    from {
        width: 10px;
    }

    to {
        width: 60%
    }
}

@-webkit-keyframes Animate-HTML {
    from {
        width: 10px;
    }

    to {
        width: 60%
    }
}

@-moz-keyframes Animate-HTML {
    from {
        width: 10px;
    }

    to {
        width: 60%
    }
}

@-o-keyframes Animate-HTML {
    from {
        width: 10px;
    }

    to {
        width: 60%
    }
}

#Skill-CSS {
    -webkit-animation: Animate-CSS 5s;
    -moz-animation: Animate-CSS 5s;
    -o-animation: Animate-CSS 5s;
    animation: Animate-CSS 5s;
    border-radius: 20px;
    width: 60%;
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-CSS {
    from {
        width: 10px;
    }

    to {
        width: 60%
    }
}

@-webkit-keyframes Animate-CSS {
    from {
        width: 10px;
    }

    to {
        width: 60%
    }
}

@-moz-keyframes Animate-CSS {
    from {
        width: 10px;
    }

    to {
        width: 60%
    }
}

@-o-keyframes Animate-CSS {
    from {
        width: 10px;
    }

    to {
        width: 60%
    }
}

#Skill-Python {
    border-radius: 20px;
    -webkit-animation: Animate-Python 5s;
    -moz-animation: Animate-Python 5s;
    -o-animation: Animate-Python 5s;
    animation: Animate-Python 5s;
    width: 50%;
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-Python {
    from {
        width: 10px;
    }

    to {
        width: 50%
    }
}

@-webkit-keyframes Animate-Python {
    from {
        width: 10px;
    }

    to {
        width: 50%
    }
}

@-moz-keyframes Animate-Python {
    from {
        width: 10px;
    }

    to {
        width: 50%
    }
}

@-o-keyframes Animate-Python {
    from {
        width: 10px;
    }

    to {
        width: 50%
    }
}

#Skill-neo4j {
    -webkit-animation: Animate-neo4j 4s;
    -moz-animation: Animate-neo4j 4s;
    -o-animation: Animate-neo4j 4s;
    animation: Animate-neo4j 4s;
    border-radius: 20px;
    width: 70%;
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-neo4j {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
}

@-webkit-keyframes Animate-neo4j {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
}

@-moz-keyframes Animate-neo4j {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
}

@-o-keyframes Animate-neo4j {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
}

#Skill-spring {
    -webkit-animation: Animate-spring 4s;
    -moz-animation: Animate-spring 4s;
    -o-animation: Animate-spring 4s;
    animation: Animate-spring 4s;
    border-radius: 20px;
    width: 80%;
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-spring {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
}

@-webkit-keyframes Animate-spring {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
}

@-moz-keyframes Animate-spring {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
}

@-o-keyframes Animate-spring {
    from {
        width: 10px;
    }

    to {
        width: 80%
    }
}

#Skill-java {
    -webkit-animation: Animate-java 4s;
    -moz-animation: Animate-java 4s;
    -o-animation: Animate-java 4s;
    animation: Animate-java 4s;
    border-radius: 20px;
    width: 75%;
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-java {
    from {
        width: 10px;
    }

    to {
        width: 75%
    }
}

@-webkit-keyframes Animate-java {
    from {
        width: 10px;
    }

    to {
        width: 75%
    }
}

@-moz-keyframes Animate-java {
    from {
        width: 10px;
    }

    to {
        width: 75%
    }
}

@-o-keyframes Animate-java {
    from {
        width: 10px;
    }

    to {
        width: 75%
    }
}

#Skill-SQL {
    -webkit-animation: Animate-SQL 4s;
    -moz-animation: Animate-SQL 4s;
    -o-animation: Animate-SQL 4s;
    animation: Animate-SQL 4s;
    border-radius: 20px;
    width: 70%;
    height: 50px;
    position: absolute;
    background-color: #6c63ff;
}

@keyframes Animate-SQL {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
}

@-webkit-keyframes Animate-SQL {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
}

@-moz-keyframes Animate-SQL {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
}

@-o-keyframes Animate-SQL {
    from {
        width: 10px;
    }

    to {
        width: 70%
    }
}

.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;
    }
}

footer {
    padding-top: 2%;
    color: #868e96;
    text-align: center;
}

/* style.css */
body.light-mode {
    background-color: #f2f2f2;
    color: #333;
  }
  
  body.dark-mode {
    background-color: #333;
    color: #fff;
  }
  
  #dark-mode-icon {
    font-size: 24px;
    cursor: pointer;
  }

  button {
    all: unset;
    cursor: pointer;
  }