body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.navbarItem {
    color: black;
    cursor: pointer;
}

.nav-link:hover {
    color: rgb(255, 196, 0);
}

.uniText:hover {
    text-shadow: 0 0 15px rgb(255, 189, 67);

}

.toggleBtn {
    background-color: white;
    border: none;

    color: black;
    font-size: 25px;
    font-weight: bold;
}

.navbarStyle {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgb(224, 224, 224);
    color: black;
    font-size: 15px;
    font-weight: bold;
}

.logo {
    width: 55px; 
    height:  55px; 
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 10px rgb(212, 212, 212);
}

.titleText {
    font-weight: bold;
    font-family: 'Kanit', sans-serif;
}

.text {
    font-family: 'Mukta', sans-serif;
    color: rgb(80, 80, 80);
}

.socialIco {
    color: rgb(112, 112, 112);
}

.socialIco:hover {
    color: orange;
}

.blogs{
    border: none;
}

.blogs:hover{
    background-color: rgb(234, 234, 234);
}

.projects {
    border: none;
    cursor: pointer;

    border-radius: 15px;
}

.projects:hover {
    background-color: rgba(241, 241, 241, 0.858);
}

.articleText {
    color: rgb(255, 177, 32);
}

.articleText:hover {
    color: rgb(255, 177, 32);
    text-shadow: 0 0 15px rgb(255, 189, 67);
}


.aboutProfile {
    border-radius: 30px;
    /* box-shadow: 0 0 15px rgb(202, 202, 202); */
    transform: rotate(3deg);
    margin-bottom: 40px;
}

.btnDownloadCV {
    background-color: rgb(255, 177, 32);
    font-weight: 500;
    color: rgb(75, 75, 75);
}

.btnDownloadCV:hover {
    background-color: orange;
    color: rgb(88, 88, 88);
}

.backArrowBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(96, 96, 96);
    cursor: pointer;
}

.backArrowBtn:active {
    transform: translateY(-2px);
    box-shadow: 0 0 10px rgb(96, 96, 96);
}

.blogUI {
    text-decoration: none;
    color: black;
}

.blogUI:hover {
    color: orange;
}

.workImg {
    width: 55px;
    height: 55px;
}

.workImg img{
    width: inherit;
    height: inherit;

    border-radius: 50%;

    border: 2px solid rgb(240, 240, 240);

    box-shadow: 0 0 5px rgb(216, 216, 216);

}

.footer{
    display: flex;
    gap: 15px;
    margin-left: 30px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.footer a{
    text-decoration: none;
    color: rgb(75, 75, 75);
    font-size: 15px;
    font-weight:600;
}

.footer a:hover{
    color: rgb(255, 196, 0);
}