div#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#dev-infomation {
    padding: 24px;
    border-radius: 4px;
}

#dev-infomation .thumbnail {
    width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 5px solid #fff;
    box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
}
#dev-infomation .name {
    font-weight: bold;
    font-size: var(--h4);
}
#dev-infomation ul.social-share {
    justify-content: center;
    margin: 20px 0;
    list-style: none;
    gap: 10px;
}

#dev-infomation ul.social-share li.single-item {
    margin: 0 !important;
}

#dev-infomation ul.social-share li.single-item a {
    background: var(--gradient-box-w);
    box-shadow: var(--shadow-white-3);
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

#dev-infomation ul.social-share li.single-item a > * {
    width: 20px;
}

#dev-infomation ul.social-share li.single-item a:last-child img {
    filter: invert(87%) sepia(8%) saturate(441%) hue-rotate(175deg) brightness(99%) contrast(81%);
}

#dev-infomation ul.social-share li.single-item a:hover {
    transform: translateY(-5px);
    background: var(--gradient-red-hover);
}

#dev-infomation ul.social-share li.single-item a:hover * {
    filter: initial !important;
    stroke: #fff;
}
#dev-biography {
    padding: 24px;
}



#dev-biography .exceort {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.list-biography {display: flex;flex-flow: column;gap: 8px;}

.list-biography .item {
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: start;
    line-height: 1.4;
}

.list-biography .item i {
    min-width: 16px;
    padding-top: 4px;
    text-align: center;
}
.home_banner {
    height: 250px;
}
.home_banner .overlay {
    background: #000000a3;
}
.home_banner .text_animation {
    font-size: var(--h4);
}

.home_banner .text_animation p {
    margin: 0;
}

.home_banner .text_animation span.txt-type {
    color: var(--fs-color-secondary);
    font-weight: 600;
}
#home-video video#myVideo {
    width: 100%;
    border-radius: 4px;
}
#home-video #muteButton {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    color: #fff;
    text-transform: inherit;
}

#home-video {
    position: relative;
}

.shadow-2 {
    box-shadow: 0 5px 16px 0 rgb(2 55 102 / 5%);
    -webkit-box-shadow: 0 5px 16px 0 rgb(29 120 202 / 24%);
    border-radius: 6px;
    overflow: hidden;
}

#home-blog-top .title {
    font-size: var(--h5);
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

#home-blog-top .thumbnail {
    border-radius: 4px;
    overflow: hidden;
}

#home-blog-top  .meta-top {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}

#home-blog-top .meta-top > * {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
}
#home-blog-top .meta-top mark {
    height: inherit;
    width: inherit;
    background: transparent;
}
#home-blog-top .meta-top img {
    width: 18px;
}
#home-blog-top .meta-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid #e10050;
}

#home-blog-top .meta-bottom a.like-button.rn-btn,#home-blog-center .meta-bottom > * {
    cursor: pointer;
}

#home-blog-top .meta-bottom > *,#home-blog-center .meta-bottom > * {
    font-size: 14px;
    font-weight: 600;
}

#home-blog-top .meta-bottom > *:hover,#home-blog-center .meta-bottom > *:hover {
    color: var(--fs-color-secondary);
}
a.like-button.rn-btn.animate {
    color: #2196f3;
}
#home-blog-top .thumbnail img {
    height: 300px;
    object-fit: cover;
}
#dev-gallery .list-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

#dev-gallery .list-gallery img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
}
#home-blog-center .list-post .box {
    display: flex;
    gap: 16px;
}

#home-blog-center .list-post .box .box-text {
    padding: 0;
}

#home-blog-center .list-post .box .box-image {
    width: 120px;
    min-width: 120px;
}

#home-blog-center .list-post .box .box-image img {
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
}

#home-blog-center .list-post .item-post:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}

#home-blog-center .list-post .box .meta-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 6px !important;
}

#home-blog-center .list-post .box .title a {
    font-size: var(--h6);
    font-weight: 500;
    color: var(--dark-color);
    margin: 0 0 6px !important; 
}