/* Dark mode for skills section */
body.dark-mode .main_skills {
	background: black;
}


/* Dark mode for projects section */
body.dark-mode.bar{
    height: 20px;
    width: 100%;
    background: #353b48;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    border: 1px solid blue;
    box-shadow: 0 0 10px red;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

body.dark-mode .bar span{
    height: 100%;
    display: block;
    background: red;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

body.dark-mode .about-col-1 a{
    text-decoration: none;
    color: red;
    background: blue; /* Gold background */
    margin: 26px 0;
    padding: 10px 18px;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
    transition: 0.3s;
    margin-left: 150px;
    margin-top: 35px;
    font-size: 15px;
}

body.dark-mode .contact-left p span{
    color: blue;
    font-size: 16px;
    margin-bottom: 10px;
}