.entry-header {
  padding: 75px 0 120px;
}
.category-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 85px;
}
.category {
  color: #fff;
  font-family: Formular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.entry-title {
  color: #fff;
  font-size: 66px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.32px;
  margin-bottom: 90px;
}
.banner {
  width: 100%;
  height: max-content;
  border-radius: 18px;
  aspect-ratio: 1280 / 663;
}
.blog {
  margin: 80px 0 120px;
}
.blog h2 {
  color: #0a0a0a;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.02px;
  margin: 40px 0 20px;
}
.blog h3 {
  color: #0a0a0a;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.02px;
  margin: 30px 0 20px;
}
.blog h4 {
  color: #0a0a0a;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.02px;
  margin: 30px 0 20px;
}
.blog p {
  color: #0a0a0a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
}
.blog p a {
  color: #5e27f9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  transition: all 0.3s ease;
}
.blog ul,
.blog ol {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.blog ul li,
.blog ol li {
  color: #0a0a0a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
}
.blog .blog-image {
  width: 100%;
  height: max-content;
  border-radius: 18px;
  aspect-ratio: 1280 / 663;
  margin: 40px 0;
  display: block;
}
.blog-section {
  padding: 150px 0;
}
.blog-section .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.posts_card {
  height: 100%;
  border-radius: 22px;
}
.posts_card .card_image {
  display: block;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.posts_card {
  background: #212022;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.card_body {
  padding: 25px 30px 30px;
  height: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.posts_footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.posts_card h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 21px;
  transition: all 0.3s ease;
}
.posts_content {
  color: #fff;
  font-family: Formular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}
.posts_content__wrapper {
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 52px;
}
.posts_card__category {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.posts_card__category {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.entry-post svg path {
  transition: all 0.3s ease;
}
.blog-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px 10px;
}
.btn-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.btn-next {
  transform: rotate(180deg);
}
.btn-next,
.btn-prev {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.3s ease;
  background: #5e27f9;
  cursor: pointer;
}
.swiper.blog_swiper {
  margin-top: 70px;
}
.btn-next.swiper-button-disabled,
.btn-prev.swiper-button-disabled {
  background: #212022;
  transition: all 0.3s ease;
  cursor: default;
}
.blog-title {
  color: #fff;
  font-size: 66px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.32px;
  margin: 0;
}
.pagination-wrapper {
  width: 100%;
  height: 4px;
  position: relative;
}
.pagination.swiper-pagination-progressbar {
  background: #353645;
  height: 1px;
}
.pagination.swiper-pagination-progressbar-fill {
  background: #5e27f9;
}
.posts_prev_blog {
  margin: 70px 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.posts_prev_blog__text {
  color: #fff;
  font-family: Formular;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.51px;
  margin: 0;
}
.btn-blog {
  padding: 12px 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #5e27f9;
  color: #5e27f9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.14px;
  transition: all 0.3s ease;
}
.btn-blog svg path {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .btn-blog:hover {
    transition: all 0.3s ease;
    border: 1px solid #fff;
    color: #fff;
  }
  .btn-blog:hover svg path {
    transition: all 0.3s ease;
    fill: #fff;
  }
  .btn-next:hover,
  .btn-prev:hover {
    transition: all 0.3s ease;
    scale: 1.05;
  }
  .posts_card h3:hover {
    color: #6c38ff;
    transition: all 0.3s ease;
  }
  .entry-post:hover svg path {
    transition: all 0.3s ease;
    fill: #fff;
  }
  .category:hover {
    color: #6c38ff;
    transition: all 0.3s ease;
  }
  .blog p a:hover {
    transition: all 0.3s ease;
    text-decoration: underline;
  }
}
@media (max-width: 992px) {
  .blog-title {
    font-size: 46px;
  }
  .posts_prev_blog {
    margin: 50px 0 0 0;
  }
  .posts_content__wrapper {
    gap: 32px;
  }
  .btn-blog,
  .posts_card a {
    cursor: default;
  }
  .btn-next,
  .btn-prev {
    cursor: default;
  }
  .blog-header {
    gap: 50px 10px;
  }
  .category,
  .blog p a {
    cursor: default;
  }
  .entry-header {
    padding: 50px 0 50px;
  }
  .entry-title {
    font-size: 48px;
    letter-spacing: -0.72px;
    line-height: 120%;
    margin-bottom: 50px;
  }
  .category-wrapper {
    margin-bottom: 50px;
  }
  .posts_prev_blog {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .blog-section {
    padding: 120px 0;
  }
  .posts_prev_blog__text br {
    display: none;
  }
  .blog h2 {
    font-size: 28px;
  }
  .blog h3 {
    font-size: 24px;
  }
  .blog h4 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .blog-section {
    padding: 80px 0 120px;
  }
  .btn-wrapper {
    display: none;
  }
  .blog-title {
    font-size: 42px;
  }
  .blog-header {
    gap: 30px 10px;
  }
  .swiper.blog_swiper {
    margin-top: 40px;
  }
  .entry-header {
    padding: 50px 0 50px;
  }
  .entry-title {
    font-size: 42px;
    letter-spacing: -0.72px;
    line-height: 120%;
    margin-bottom: 50px;
  }
  .category-wrapper {
    margin-bottom: 50px;
  }
  .blog h2 {
    font-size: 26px;
  }
  .blog h3 {
    font-size: 22px;
  }
  .blog h3 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .blog-title {
    font-size: 36px;
    letter-spacing: -0.72px;
  }
  .posts_card h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .posts_content {
    font-size: 15px;
  }
  .btn-blog {
    max-width: 100%;
    width: 100%;
  }
  .card_body {
    padding: 15px 20px 20px;
  }
  .posts_prev_blog {
    margin-top: 30px;
    gap: 20px;
  }
  .posts_prev_blog__text {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .blog {
    margin: 30px 0 80px;
  }
  .blog h2 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.6px;
    margin: 30px 0 20px;
  }
  .blog h3 {
    color: #0a0a0a;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.02px;
    margin: 30px 0 20px;
  }
  .blog h4 {
    color: #0a0a0a;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.02px;
    margin: 30px 0 20px;
  }
  .blog p {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .blog p a {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .blog ul li,
  .blog ol li {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .blog .blog-image {
    border-radius: 16px;
    margin: 20px 0;
  }
  .entry-header {
    padding: 50px 0 50px;
  }
  .entry-title {
    font-size: 36px;
    letter-spacing: -0.72px;
    line-height: 120%;
    margin-bottom: 50px;
  }
  .category-wrapper {
    margin-bottom: 50px;
  }
  .banner {
    aspect-ratio: 345 / 262;
    object-fit: cover;
  }
}
