:root {
  --bodyFont: "DM Sans", sans-serif;
  --titleFont: "Poppins", sans-serif;
  --titleColor: #ffffff;
  --textColor: #ffffff;
  --primaryColor: #5c00e5;
  --secondaryColor: #f23f5d;
  --bodyColor: #111111;
  --bodyColor2: #1a1a1a;
  --whiteColor: #ffffff;
  --blackColor: #000000;
  --borderColor: #ffffff33;
  --inputbgColor: #111111;
  --neutralColor0: #ffffff;
  --neutralColor10: #fafafb;
  --neutralColor20: #f5f6f7;
  --neutralColor30: #ebecef;
  --neutralColor40: #dfe0e4;
  --neutralColor50: #c1c4cc;
  --neutralColor60: #b2b6bf;
  --neutralColor70: #a6aab5;
  --neutralColor80: #979ca8;
  --neutralColor90: #888e9c;
  --neutralColor100: #798090;
  --neutralColor200: #6a7283;
  --neutralColor300: #5b6477;
  --neutralColor400: #4f586d;
  --neutralColor500: #404a60;
  --neutralColor600: #343e56;
  --neutralColor700: #222e48;
  --neutralColor800: #13203b;
  --neutralColor800: #13203b;
  --transition: 0.4s all ease;
}

/** Blog Style CSS --------------
-----------------------------------*/
.themephi-blog-grid .image-part {
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 8px;
  margin-bottom: 16px;
}
.themephi-blog-grid .image-part img {
  width: 100%;
  height: inherit;
}
.themephi-blog-grid .image-part.yes:hover img {
  filter: grayscale(100%);
}
.themephi-blog-grid.blog--style1 .blog-meta {
  list-style: none;
  margin: 0;
  margin-bottom: 12px;
  display: flex;
  row-gap: 8px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
}
.themephi-blog-grid.blog--style1 .blog-meta a,
.themephi-blog-grid.blog--style1 .blog-meta span {
  text-transform: capitalize;
}
.themephi-blog-grid.blog--style1 .blog-item.themephi-blog-grid1 {
  background-color: var(--bodyColor2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 20px 16px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content-main .title {
  margin-bottom: 16px;
  color: var(--titleColor);
}
.themephi-blog-grid.blog--style1 .blog-item .blog-content-main .txt {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--textColor);
}
.themephi-blog-grid.blog--style1 .btn-part:hover .readon-arrow {
  text-decoration: underline !important;
}

.themephi-pagination-area .nav-links {
  display: inline-flex;
  align-items: center;
}
.themephi-pagination-area .nav-links span,
.themephi-pagination-area .nav-links a {
  color: var(--titleColor);
  font-size: 16px;
  text-decoration: none;
  transition: 1.3s;
  text-align: center;
  background: transparent;
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--secondaryColor);
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.themephi-pagination-area .nav-links span.next,
.themephi-pagination-area .nav-links a.next {
  position: relative;
}
.themephi-pagination-area .nav-links span:hover,
.themephi-pagination-area .nav-links a:hover {
  background: var(--secondaryColor);
  color: var(--titleColor);
}/*# sourceMappingURL=blog-grid.css.map */