@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

:root {
    --primary-color: #6C63FF;
    --off-white: #9CA3AF;
    --dark-gray: #374151;
}

body {
    font-family: 'Montserrat', sans-serif;

    margin: 0px;
}

hr {
    margin: 2rem 0rem
}


/*Spaces*/


/*container*/
.container {
    padding: 0rem 1rem;

}

.container-center {
    max-width: 600px;
    margin: auto;
}



/*Links */

.link {
    box-sizing: border-box;
    text-decoration: none;
    padding: 0.5rem 1rem;
    /* text-align: center; */

}

.link-primary {
    background-color: var(--primary-color);
    background-size:100% auto;
    border-radius: 0.5rem;
    color: whitesmoke;
    display: block;
    max-width: 180px;
    margin: 1rem 1rem 1rem 1rem;
    overflow: auto;
}

.link-secondary {
    color: var(--primary-color);
    border-radius: 0.5rem;
    border: 1px solid var(--primary-color);
    display: block;
    max-width: 180px;
    margin: 1rem 1rem 1rem 1rem;



}

/*Lists*/
.list-non-bullet {
    list-style: none;
    padding-inline-start: 0px;
}

.list-item-inline {
    display: inline;
    padding: 0rem 0.5rem;
}

/*Navigation*/
.navigation {
    background-color: var(--primary-color);
    color: white;
    padding: 1rem;
    border-bottom-left-radius: 1rem;
}

.navigation .nav-brand {
    font-weight: bolder;
}

.navigation .link {
    color: white;

}

.navigation .nav-pills {
    text-align: center;
}

.navigation .link-active {
    font-weight: bold;
}

/*Heading*/
/*hero-img*/
.hero {
    padding-top: 3rem;
    padding: 2rem;

}

.hero .hero-img {
    max-width: 80%;
    max-width: 235px;
    margin: auto;
    display: block;
}

.hero-heading {
    text-align: center;
    color: var(--dark-gray);


}

.hero .hero-heading .heading-inverted {
    color: var(--primary-color);


}

/*About-me section*/
.p-img {
    background-color: var(--dark-gray)
}

.About-me {
    text-align: left;
    padding-left: 1rem;
}

.About-me .me {
    display: block;
    padding-bottom: 1.8rem;
    font-size: large;
    font-weight: bold;
}

.personal-pic .pic1 {
    border-radius: 50%;
    width: 11rem;

}


/*Blog-img*/
.blog {
    padding-top: 3rem;
    padding: 2rem;
}

.blog .blog-img {
    max-width: 80%;
    max-width: 350px;
    margin: auto;
    display: block;
}

.blog .blog-heading .heading-inverted {
    text-align: center;
    color: var(--primary-color);


}

/*project-img*/
.project {
    padding-top: 3rem;
    padding: 2rem;

}

.project .project-img {
    max-width: 80%;
    max-width: 350px;
    margin: auto;
    display: block;
}

.project .project-heading .heading-inverted {
    text-align: center;
    color: var(--primary-color);

}


/*Section*/

.section {
    padding: 2rem;
}

.section h1 {
    text-align: center;
    font-family: 'Sacramento', cursive;
    font-size: 2rem;
}

.ow {
    background-color: var(--off-white);
}

/*New adds*/
.skill-section {
    margin: 2rem 0;
    background-color: #9CA3AF;
}

.skill-section h1 {

    text-align: center;
    font-family: 'Sacramento', cursive;
    font-size: 2rem;

}


.skill-section ul.skill,
.skill-section .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem;
}

.skill-section .wrapper {
    flex-direction: column;
}

.skill-section i {
    font-size: 80px;
    padding: 1rem;
}

/* .skill-section .name {
    color: var(--dark-bg);
} */



/*Footer*/
.footer {
    background-color: var(--primary-color);
    padding: 2rem 1rem;
    text-align: center;
    color: white;
    border-top-right-radius: 1rem;
}

.footer .footer-header {

    font-size: 4rem;
    padding: 0.6rem;
    font-family: 'Sacramento', cursive;
}

.footer .link {
    color: white;
}

.footer ul {
    padding-inline-start: 0px;
}

/*projects*/
.showcase-list {
    padding: 2rem;
}

/*blogs*/
.showcase-blog {
    padding-bottom: 6rem;
}


/*Socialbuttons*/
.fa {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    padding-bottom: 3px;
    margin-right: 20px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;

    background-size: 3.5rem;
    border: 2.5px solid;
}


.fa:hover {
    opacity: 0.8;
}


/*Tech-Logos*/
.skill-section {
    margin: 2rem 0;
    text-align: center;
    font-family: "devicon" !important;
    ;
}

.skill-section {
    margin: 2rem 0;
}

.skill-section ul.skill,
.skill-section .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 1rem;
}

.skill-section .wrapper {
    flex-direction: column;
}

.skill-section i {
    font-size: 80px;
    padding: 1rem;
}

.skill-section .name {
    color: var(--dark-bg);
}