* {
    box-sizing: border-box;
    font-family: 'Kumbh Sans', sans-serif;
}

body {
    overflow-x: hidden;
}

section {
    background-color: #fffefe;
    padding: 20px;
}

p {
    margin: 0px;
}

.title {
    font-family: 'Dela Gothic One', sans-serif;
    color: rgb(53, 53, 53);
    font-size: 24px;
}



.desc {
    font-size: 16px;
    margin-bottom: 40px;
}

.button-cv {
    background-color: #1d1d1d;
    border-radius: 10px;
    border: none !important;
}

.button-git{
    border: none !important;
    background-color: transparent;
}



.button-cv:hover {
    background-color: #737373;
    color: white;
    transition-duration: 0.3s;
    cursor: pointer;
}

/*========== navigation -===========*/
nav {
    position: fixed;
}

nav.navbar.navbar-expand-lg {
    background-color: white;
    border-bottom: 2px solid rgb(207, 205, 205);
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}


.nav-link {
    padding-left: 6px;
    padding-right: 6px;

}

a.nav-link {
    color: rgb(45, 45, 45);
}

a.emp-button:hover{
    color: #ffffff;
}


button.navbar-toggler {
    border: none !important;
    padding: 0px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.button {
    background-color: #1d1d1d;
    border-radius: 10px;
    border: none !important;
   
}

.button:hover {
    background-color: #737373;
    color: white;
    transition-duration: 0.3s;
    cursor: pointer;
}

/*========== end of navigation -===========*/


/*========== Home Section -===========*/


div.row.align-items-start {
    padding-top: 100px;
    padding-bottom: 40px;
}

.title-main {
    font-family: 'Dela Gothic One', sans-serif;
    color: rgb(53, 53, 53);
    font-size: 2.8vw;
}


.social-links {
    padding-top: 20px;
    z-index: 1;
    text-decoration: none;
    cursor: pointer;
}

.social-icon {
    padding: 4px;
    filter: invert(80%);

}



/*========== End of Home Section -===========*/



/*========== About Me section -===========*/

.cv {
    justify-content: center;
    display: flex;
}

hr.line {
    border-top: 2px solid rgb(181, 181, 181);
    width: 100%;
    margin: 0px;
    z-index: -1;
}

.educ_title {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
}


p.school {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

p.details {
    font-size: 16px;
    margin-top: 7px;
}




/*========== End of About Me section -===========*/



/*========== Techstack section -===========*/

.techstack {
    padding-top: 100px;
}

.my_skill {
    font-weight: bold;
    color: rgb(53, 53, 53);
    font-size: 16px;
    padding: 30px 0px 0px;
}

.card {
    padding: 20px;
    z-index: -1;
    transition-duration: 0.3s;
    cursor: pointer;
    background-color: rgb(255, 255, 255) !important;
    border: 2px solid rgb(221, 221, 221) !important;
    border-radius: 10px !important; 

}

.certificate_card {
    text-decoration: none;
}

/*========== End of Techstack section -===========*/


/*========== Projects section -===========*/

.selected_projects {
    height: 100vh;
}

.box-project {
    margin-top: 60px;

}

.project_img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.proj-row {
    background-color: rgb(255, 255, 255) !important;
    border: 2px solid rgb(221, 221, 221) !important;
    border-radius: 10px !important; 


}


.project_img {
    border-radius: 9px;

}

.proj-card {
    padding: 20px;
    /* border: 1.5px solid rgb(0, 0, 0) !important; */
    z-index: -1;
}

.proj-title {
    font-weight: bold;
    font-size: 20px;
    font-family: 'Kumbh Sans', sans-serif;
    padding-bottom: 20px;
}

.proj-desc {
    font-size: 16px;
    margin-bottom: 40px;
}


/*========== End of Projects section -===========*/

.first {
    background-color: #f6f6f6;
    padding: 40px;
}

.connect {
    font-size: 25px;
    font-weight: bold;
}

.second {
    background-color: #141414;
    padding: 20px;
}

.copyright {
    color: white;
}


.logoname{
    filter: invert(100%);
}

.footer-link{
    text-decoration: none !important;
    cursor: pointer;
    color: black;
}



.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: white;
}


/*========== Media Query section -===========*/


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


    .social-icon {
        padding: 4px;
    }


}



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

    .title-main {
        font-size: 27px;
    }

    .social-icon {
        padding: 4px;
    }

}



/*========== [Animate on Scroll section -===========*/