:root {
  --bxbra: 4px ;
  --Fontheading: "Lexend", sans-serif;
  --Fontbody: "Lexend", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
.bs-blog-post.three {
  border-radius: 0;
}

.double-category-posts {
  align-items: start;
}

.bs-widget .double-category-posts .bs-widget-title {
  margin-bottom: 0;
}

.right-nav .subscribe-btn {
  border-color: var(--pri-color);
}

.tab-wrapper .tabs .tab-button {
  font-size: 13px !important;
  flex-wrap: wrap;
}

.bs-slide .inner .title {
  font-size: 32px;
}

.bs-blog-post.four {
  display: flex;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}
.bs-blog-post.four:hover {
  box-shadow: unset;
}
.bs-blog-post.four .bs-blog-thumb {
  width: 55%;
  height: 100%;
  z-index: 0;
}
.bs-blog-post.four:not(:has(.bs-blog-thumb)) .small {
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.bs-blog-post.four:not(:has(.bs-blog-thumb)):nth-child(even) .small {
  margin-right: 0;
}
.bs-blog-post.four .small {
  border: 1px solid var(--border-color);
  border-radius: var(--bxbra);
  transition: all 0.35s;
}
.bs-blog-post.four .small {
  padding: 20px;
  width: 66%;
  margin: 25px 0;
  margin-left: -120px;
  position: relative;
  border-radius: var(--bxbra);
  height: auto;
}
.bs-blog-post.four.noimg .small {
  margin-left: -70px;
}
.bs-blog-post.four:nth-child(even) {
  flex-direction: row-reverse;
}
.bs-blog-post.four:nth-child(even) .small {
  margin-right: -120px;
  margin-left: 0;
}

.bs-blog-post.three .bs-blog-meta, .bs-blog-post.three .bs-blog-category {
  justify-content: center;
}

@media (max-width: 767px) {
  .bs-blog-post.four:has(.bs-blog-thumb) .small {
    border-radius: var(--bxbra);
  }
}
@media (max-width: 575px) {
  .bs-blog-post.four {
    flex-wrap: wrap;
  }
  .bs-blog-post.four .bs-blog-thumb {
    width: 100%;
    height: 300px;
  }
  .bs-blog-post.four .small {
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    width: 90%;
    flex-grow: unset;
  }
  .bs-blog-post.four:nth-child(even) .small {
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=core.css.map */