* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
}

.navbar-brand img {
  margin-top: 5px;
  width: 122px;
  height: auto;
}
body {
  color: #fff;
  background-color: #0c0c0c;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background-color: transparent !important;
  transition: all 0.5s ease;
  color: #fff !important;
}

.header_area.navbar_fixed .main_menu {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.navbar-social li a {
  vertical-align: middle;
  font-size: 30px;
  color: #fff;
  transition: all 0.5s ease;
}
.navbar-social li a:hover {
  transform: translateY(-3px);
}

.home {
  padding: 70px 17% 60px;
  position: relative;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
    .home {
        height: auto;
        padding: 70px 10% 10px;
        background-position: center;
        background-size: contain;
    }
}

.home-text h1 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

@media screen and (max-width: 730px) {
  .home-text h1 {
    font-size: 3rem;
  }
}

.home-text p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin-bottom: 35px;
}

.btn {
  display: inline-block;
  padding: 13px 40px;
  background: #ff9907;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: none !important;
  transition: all 0.5s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(10px);
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.card-item {
  list-style: none;
  width: min(1200px, 100%);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}

.post {
  width: calc(33% - 10px);
  overflow: hidden;
}

.card-image {
  width: 100%;
  border-radius: 6px;
  transition: 0.3s linear;
}

.post-content {
  background-color: #ffffffdd;
  margin: 0 20px;
  padding: 20px;
  border-radius: 6px;
  transform: translateY(-60px);
  transition: 0.3s linear;
}

.post-content .badge {
  color: #ff9907;
  margin: 10px 0 0 0;
  background: #030303;
  padding: 8px 16px;
  font-size: 0.95rem;
  font-weight: 500;
  width: fit-content;
  border-radius: 50px;
}

.post-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.post-content .date {
  font-size: 15px;
  font-style: italic;
  color: #ff9907;
}

.post:hover .post-content {
  transform: translateY(-80px);
}

@media screen and (max-width: 1200px) {
  .card-list .card-item {
    justify-content: center;
  }
  .post {
    width: min(600px, 100%);
  }
}

.widgets {
  background-color: #202020 !important;
}

.widgets h4,
h6 {
  color: #fff !important;
}

.tags {
  background: #292626 !important;
}

.tags a {
  color: #fff !important;
}

.category {
  margin-bottom: 40px;
}

.category-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.about-author{
    margin: 5%;
    /* background-color: #ffffffdd; */
    backdrop-filter: blur(6px);
    border-radius: 20px;
    padding: 3rem 1rem;
    box-shadow: 0 0.75rem 2rem rgba(0 0 0/ 10%),
                0 0.75rem 3rem rgba(0 0 0/ 10%);
}

.author .author-details .avatar{
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}

.author .author-details .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.author .author-details .author-name span{
    cursor: pointer;
    margin-right: 6px;
}

.author p{
    padding-right: 20%;
}

.articles{
    flex: 3;
}

.articles .articles-box{
    display: flex;
    margin-bottom: 1rem;
}

.articles .articles-box .articles-id{
    margin-right: 1rem;
}

.articles .articles-box .articles-id p{
    color: #ff9907;
    font-size: 20px;
    font-weight: 600;
}

.articles .articles-box .articles-body h2{
    font-size: 20px;
}

.articles .articles-box .articles-body p{
    margin-top: 6px;
}

.comments-area{
  background-color: transparent;
}

.main_blog_details h4, .main_blog_details p{
  color: #fff;
}

.user_details .float-left a{
  border: none !important;
}

.comment-form{
  background-color: transparent;
}

.widget-wrap .popular-post-widget .single-post-list .thumb-info {
    max-width: 80%;
}

.button {
    color: #C7C5C8;
}

.button:hover, .button:active{
    background-color: #898D93;
}

.btn,
.blog-pagination .page-link{
    color: #fff;
    background-color: #898D93;
}

.widget-wrap .single-sidebar-widget__title::after{
    background-color: #898D93;
}

.main_blog_details .user_details .float-left a:hover, 
.btn-reply:hover,
.blog-pagination .page-link:hover{
    color: #fff;
    background-color: #898D93 !important;
}
.footer-title{
  font-size: 18px;
  font-weight: 600;
}

.single-sidebar-widget .al_single-sidebar-widget__title{
    font-size: 16px;
    font-weight:normal;
}

.comment-form .form-control{
    text-transform: none;
}

.blog_body img{
  width: 100% !important;
  height: auto !important;
}