.blog-wrapper a {
    text-decoration: none;
}

/*! ######## Navbar */
.blog-details {
    background-color: transparent;

}

.blog-details .nav-link:hover,
.blog-details .nav-link.active {
    color: #5AB2FF !important;
    transition: all 0.3s;
}

.blog-details .nav-link::before {
    content: "";
    width: 0%;
    height: 2px;
    background-color: #5AB2FF;
    position: absolute;
    top: 100%;
    left: 0px;
    transition: width 0.5s;
}

.blog-details .nav-link:hover::before {
    width: 100%;
}

.hero {
    height: 100vh;
    position: relative;
    color: #fff;

}

.hero-single {
    position: relative;
    height: 350px;
    background-image: url(https://raw.githubusercontent.com/albadokhon/web-resources/refs/heads/main/personal/FUTURE-CITY-ARTSTATION.JPG);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    z-index: 5;
}

.hero-single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0078ff;
    opacity: -0.7;
    z-index: -5;
    /* make it above the background */
}

.hero-single .hero-content {
    margin-top: 30px;
}

.hero .hero-content {
    text-align: center;
    position: absolute;

}

.overlay-mf {
    background-color: #0078ff;


}

.overlay-mf {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
}

.hero .hero-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3rem;
}

.hero-single .breadcrumb {
    background-color: transparent;
    color: #0078ff;
}

.hero-single .breadcrumb .breadcrumb-item:before {
    color: #cde1f8;
}

.hero-single .breadcrumb .breadcrumb-item.active {
    color: #cde1f8;
}

.hero-single .breadcrumb a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;

}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    background-color: transparent;

}




/*! ######## content Blog-Details */


.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 3rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    box-shadow: 0px 13px 10px 0px rgba(0, 0, 0, 0.1);
}

.blog-wrapper .article-title {
    font-size: 1.9rem;
    color: #1e1e1e;
}

.blog-wrapper .post-meta {
    margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
    border-left: 4px solid #0078ff;
    margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
    display: inline-block;
    margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
    color: #0078ff;
    text-decoration: none;
}

.blog-wrapper .post-meta ul li i {
    display: inline-block;
    line-height: 1;
    color: gray;
}


.blog-wrapper .blockquote {
    border-left: 4px solid #0078ff;
    padding: 18px;
    font-style: italic;
}


/*!####### article-content*/
.article-content p {
    color: #4E4E4E;
}


/*!####### box Comments */

.box-comments .list-comments li {
    padding-bottom: 40px;
    list-style-type: none;
}

.box-comments .list-comments .comment-avatar {
    display: table-cell;
    vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
    width: 80px;
    height: 80px;
}

.box-comments .list-comments .comment-author {
    font-size: 1.3rem;
    color: #1e1e1e;
}

.box-comments .list-comments span {
    color: #1e1e1e;
}

.box-comments .list-comments p {
    color: #4E4E4E;
}

.box-comments .list-comments .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.box-comments .list-comments a {
    color: #0078ff;
    text-decoration: none;

}

.box-comments .list-comments span {
    color: #1e1e1e;
    font-style: italic;
}

.box-comments .comment-children {
    margin-left: 40px;
}


@media screen and (max-width: 576px) {
    .box-comments .comment-avatar {
        width: 25%;
    }

    .box-comments .comment-details {
        width: 75%;
    }
}



/*!####### form-comments */
.form-comments .title-left {
    color: #1e1e1e;
}

.form-comments .form-group textarea {
    resize: vertical;
    min-height: 12.8125rem;
    max-height: 25rem;
}

.form-comments .form-mf .button-a {
    background-color: #0078ff;
    color: #fff;
    border-color: #cde1f8;
    height: 3.75rem;
    cursor: pointer;
    border: none;
}

.form-comments .form-mf .button-a:hover {
    background-color: #0062d3;
    box-shadow: 0 0 0 4px #cde1f8 !important;
    transition: all .2s ease;
    color: #ffffff;
}

.form-comments .form-mf .button-radius {
    border-radius: 5rem;
}

.form-comments .form-mf .size-button {
    padding: 0.9rem 2.3rem;
    font-size: 1.2rem;
}



/*!####### Sidebar */

.widget-sidebar .sidebar-title {
    font-size: 1.6rem;
    font-weight: 600;
    border-left: 5px solid #0078ff;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #1e1e1e;
}

.widget-sidebar .list-sidebar li {
    position: relative;
    padding: 6px 0 6px 24px;
    list-style-type: none;
}

.widget-sidebar .list-sidebar li a {
    color: #4E4E4E;
}

.widget-sidebar .list-sidebar li a:hover {
    color: #0078ff;
}

.widget-sidebar .list-sidebar li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    left: 0;
    background-color: #0078ff;
    top: 20px;
}

.sidebar-search input {
    background-color: #fff;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
    background-color: #0078ff;
    border-color: #0078ff;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.widget-tags ul li {
    display: inline-block;
    background-color: #0078ff;
    padding: .2rem .6rem;
    margin-bottom: .5rem;
    border-radius: 15px;
}

.widget-tags ul li:hover {
    background-color: #0062d3;
    box-shadow: 0 0 0 2px #cde1f8 !important;
    transition: all .2s ease;
    color: #ffffff;
}

.widget-tags ul li a {
    color: #fff;
}



/* !footer  Blog-Details */

footer {
    text-align: center;
    color: #fff;
    padding: 25px 0;
    background: #0062d3;
}

footer .copyright {
    margin-bottom: 0.3rem;
}

footer .credits {
    margin-bottom: 0;
}

footer .credits a {
    color: #fff;
    text-decoration: none;
}


/*!######### End footer section */

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0078ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top:hover {
    background-color: #0062d3;
    transition: all .2s ease;
}