@import url('https://fonts.googleapis.com/css2?family=Playwrite+RO:wght@100..400&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f2f2f2 !important;
}

.bold {
    font-weight: 700;
}

.nav-links:visited {
    text-decoration: underline;
    text-decoration-color: blue;
    text-decoration-thickness: 100;
}

.dark {
    background-color: rgba(0, 0, 0, 0.514);
    position: absolute;
    height: 100%;
    width: 100%;

}

.links {
    list-style-type: none;
}

nav {
    width: 100%;
    color: white;
}

.option {
    filter: invert(1);
}

.option-btn {
    background-color: #f2f2f2;
}

.sidebar {
    background-color: white;
    width: fit-content !important;
}

.nav-scrolled {
    background-color: white;
    transition: background-color 0.3s ease;
}

a li {
    color: white;
}

.nav-scrolled .nav-links {
    color: black;
}

.nav-scrolled .option-btn {
    filter: invert(1);
}

.nav-scrolled .sidebar h3 {
    color: black;
}

#logo {
    font-family: "Playwrite RO", cursive;
    ;
}

.nav-scrolled .sidebar {
    background-color: white;
    transform: background-color 1s ease;
}

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

    .sidebar h3,
    .sidebar a li {
        color: black;
        font-weight: bold;
    }
}

.hero-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width:576px) {
    .hero-img {
        height: 100vh;
        width: 100vw;
        object-fit: cover;
        object-position: center center;
    }

    #logo {
        font-size: 1rem !important;
    }
}

.aboutp span:first-child {
    font-weight: bold;
}

@media only screen and (max-width:333px) {
    #about-profile {
        width: 100px !important;
    }

    .card-text {
        font-size: 0.5rem;
    }

    .card-title {
        font-size: 0.75rem;
    }
    .profile-url-img{
        width: 2rem !important;
    }
}

.skills-img {
    height: 5rem;
    width: 5rem;
    border-radius: 50% !important;
}

.skills-img img {
    object-fit: contain;
}

.skill-card:hover {
    box-shadow: 5px 5px 10px black;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
}

.project-img{
    filter: blur(2px);
}

.contact-icon{
    width: 1rem;
}

.profile-url-img{
    width: 3rem;
    aspect-ratio: 1;
}

@media only screen and (max-width:768px){
    #Copyright{
        font-size: 0.5rem;
    }
}