.latestBlogSection {
  background-color: var(--white);
  border-radius: 24px;
  padding: 18px;
  margin-top: 25px;
}
.latesBlogSwiper {
  width: 100%;
}
.latestBlogSlider {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.latestBlogPicture {
  width: 100%;
}
.latestBlogImg {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 16px;
  height: 352px;
}
.latestBlogTitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr45);
  width: 100%;
  margin-top: 10px;
}
.latestBlogDesc {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: right;
  text-transform: lowercase;
  color: var(--clr5A);
  width: 100%;
}
.latestBlogInfoDiv {
  width: 100%;
  gap: 25px;
}
.latestBlogAuthorName,
.latestBlogTime {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #9b9999;
  position: relative;
}
.latestBlogAuthorName::after,
.latestBlogTime:after {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  left: -12.5px;
  top: 0;
  background-color: #9d9ea2;
}
.latestBlogVisit {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: var(--orangeClr);
}
.latestBlogCatsDiv {
  width: 100%;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
}
.latestBlogLink {
  border-radius: 8px;
  padding: 10px 24px;
  background-color: var(--neutral);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--grey72);
}
.latesBlogPagDiv {
  width: 100%;
  grid-template-columns: 34px auto 34px;
  gap: 60px;
  margin: 40px 0 20px;
  align-items: center;
  justify-content: center;
}
.latestBlogPreBtn,
.latestBlogNextBtn {
  height: 34px;
  width: 34px;
}
.latestBlogPagination {
  gap: 10px !important;
}
.latestBlogPagination .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  background-color: #beb9ba;
  transition: background-color 0.3s;
  margin: 0 !important;
}
.latestBlogPagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--colorPrimiary2);
}
@media screen and (min-width: 968px) {
  .latestBlogSection {
    padding: 30px 30px 15px;
  }
  .latestBlogSlider {
    align-items: center;
  }
  .latestBlogTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    width: calc(70% - 10px);
    order: 2;
  }
  .latestBlogDesc {
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: right;
    order: 4;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0px;
    width: 80%;
  }
  .latestBlogInfoDiv {
    order: 3;
    width: calc(30% - 10px);
    margin-top: 10px;
    justify-content: flex-end;
  }
  .latestBlogCatsDiv {
    order: 5;
  }
  .latestBlogAuthorName,
  .latestBlogTime,
  .latestBlogVisit {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .latestBlogLink {
    font-weight: 500;
    font-size: 12px;
    line-height: 180%;
    padding: 8px 24px;
  }
  .latesBlogPagDiv {
    grid-template-columns: 50px auto 50px;
    gap: 85px;
  }
  .latestBlogPagination {
    gap: 12px !important;
  }
  .latestBlogPagination .swiper-pagination-bullet {
    height: 9px !important;
    width: 9px !important;
  }
  .latestBlogPreBtn,
  .latestBlogNextBtn {
    width: 50px;
    height: 50px;
  }
  .latestBlogPreBtn svg,
  .latestBlogNextBtn svg {
    width: 49px;
    height: 19px;
  }
}
/* favoriteBlogsSection */
.favoriteBlogsSection {
  margin-top: 80px;
}
.favoriteBlogTitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #0b0c17;
}
.favoriteBlogDiv {
  margin-top: 30px;
  gap: 30px;
}
.favoriteBlogItem {
  background-color: var(--white);
  border-radius: 16px;
  padding: 16px;
  gap: 16px;
}
.favoriteBlogImg {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background-color: var(--blackOp08);
  border-radius: 12px;
}
.favoriteBlogInfo {
  gap: 16px;
  width: 100%;
  margin: 10px 0;
}
.favoriteBlogTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: var(--clr1C);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.favoriteBlogAuthorDiv {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
.favoriteBlogInfoText {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  color: #9b9999;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
}
.favoriteBlogDesc {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0px;
  text-align: justify;
  color: var(--grey72);
}
@media screen and (min-width: 768px) {
  .favoriteBlogItem {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .favoriteBlogImg {
    width: 280px;
    height: 190px;
  }
  .favoriteBlogInfo {
    width: calc(95% - 290px - 8px);
    gap: 5px;
  }
  .favoriteBlogAuthorDiv {
    margin-top: 8px;
  }
}
@media screen and (min-width: 968px) {
  .favoriteBlogTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .favoriteBlogDiv {
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
  }
  .favoriteBlogItem {
    width: calc(100% / 2 - 12px);
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .favoriteBlogImg {
    width: 100%;
    height: auto;
  }
  .favoriteBlogInfo {
    width: 100%;
  }
  .favoriteBlogInfoText {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: center;
  }
  .favoriteBlogDesc {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: justify;
    text-transform: capitalize;
  }
}
@media screen and (min-width: 1100px) {
  .favoriteBlogItem {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .favoriteBlogImgLink {
    width: calc(100% / 2 - 12px);
    height: auto;
  }
  .favoriteBlogInfo {
    width: calc(100% / 2 - 12px);
    gap: 5px;
  }
  .favoriteBlogAuthorDiv {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1250px) {
  .favoriteBlogImgLink {
    width: auto;
    height: auto;
  }
  .favoriteBlogImg {
    width: 286px;
    height: 190px;
  }
  .favoriteBlogInfo {
    width: calc(95% - 295px);
  }
}
/* latestBlogsSection */
.latestBlogsSection {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin: 80px auto 140px;
}
.latestBlogsTitle {
  width: calc(100% - 55px);
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: right;
  color: var(--clr1C);
}
.showFiltersBtn {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  background-color: var(--white);
  transition: box-shadow 0.3s;
}
.showFiltersBtn:hover {
  box-shadow: 0 0 5px var(--blackOp08);
}
.filterCloserBtn {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: #000;
  z-index: 980;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.filterCloserBtn.showFilterCloseBtn {
  opacity: 0.5;
  pointer-events: unset;
}
.filtersMainDiv {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--white);
  border-radius: 16px 16px 0 0;
  padding: 30px 24px;
  z-index: 982;
  gap: 18px;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s, opacity 0s 0.3s;
  transform: translateY(100%);
}
.filtersMainDiv.showFiltersMainDiv {
  transform: translateY(0);
  opacity: 1;
  pointer-events: unset;
  transition: transform 0.3s;
}
.filtersHeaderDiv {
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}
.filtersTitleText {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: var(--clr1C);
}
.filtersCloseBtn {
  height: 25px;
  width: 25px;
}
.latestBlogsBtnsDiv {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  margin-top: 10px;
}
.latestBlogsGrid {
  width: 100%;
  margin-top: 10px;
}
.paginationDiv {
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 100%;
}
.paginationItem {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  background-color: var(--clrFA);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #8c8687;
}
.paginationItem.activePagination {
  background-color: var(--colorPrimiary2);
  color: var(--white);
}
@media screen and (min-width: 968px) {
  .latestBlogsSection {
    margin-top: 100px;
    align-items: flex-start;
  }
  .latestBlogsTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    width: 100%;
  }
  .showFiltersBtn,
  .filterCloserBtn,
  .filtersHeaderDiv {
    display: none;
  }
  .filtersMainDiv {
    position: unset;
    left: unset;
    bottom: unset;
    z-index: unset;
    order: 3;
    width: calc(100% / 3 - 5px);
    opacity: 1;
    pointer-events: unset;
    transform: none;
    margin-top: 10px;
    border-radius: 16px;
    padding: 20px 15px;
  }
  .latestBlogsBtnsDiv {
    order: 2;
    width: calc(100% / 3 * 2 - 10px);
    border-radius: 16px;
    padding: 20px 15px;
  }
  .latestBlogsGrid {
    order: 4;
  }
  .paginationDiv {
    order: 6;
  }
}
