/* latin font*/
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("font/Outfit.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Indie Flower";
  font-style: normal;
  font-weight: 400;
  src: url("font/IndieFlower.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lobster";
  font-style: normal;
  font-weight: 400;
  src: url("font/Lobster.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* bangla font */
@font-face {
  font-family: "Apona Lohit";
  src: url("font/AponaLohit.eot");
  src: url("font/AponaLohit.woff") format("woff"),
    url("font/AponaLohit.ttf") format("truetype");
  unicode-range: U+0980-09FF; /* Bengali character range */
}
@font-face {
  font-family: "CharuChandan3D";
  font-weight: 800;
  src: url("font/CharuChandan3D.eot");
  src: url("font/CharuChandan3D.woff") format("woff"),
    url("font/CharuChandan3D.ttf") format("truetype");
  unicode-range: U+0980-09FF; /* Bengali character range */
}
@font-face {
  font-family: "SiyamRupali";
  src: url("font/SiyamRupali.eot");
  src: url("font/SiyamRupali.woff") format("woff"),
    url("font/SiyamRupali.ttf") format("truetype");
  unicode-range: U+00-FF, U+980-9FF; /* Bengali character range */
}
@font-face {
  font-family: "AdorshoLipi";
  src: url("font/AdorshoLipi.eot");
  src: url("font/AdorshoLipi.woff") format("woff"),
    url("font/AdorshoLipi.ttf") format("truetype");
}
@font-face {
  font-family: "CharukolaUltraLight";
  src: url("font/CharukolaUltraLight.eot");
  src: url("font/CharukolaUltraLight.woff") format("woff"),
    url("font/CharukolaUltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "SolaimanLipi";
  src: url("font/SolaimanLipi.eot");
  src: url("font/SolaimanLipi.woff") format("woff"),
    url("font/SolaimanLipi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: expanded;
}
@font-face {
  font-family: "Noto Sans Bengali";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("font/NotoSans.woff2") format("woff2");
  unicode-range: U+0951-0952, U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2,
    U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7,
    U+200C-200D, U+20B9, U+25CC, U+A8F1;
}

/*----------------Dark--------------*/
.dark .hero-post .para-para:before {
  background: linear-gradient(
    to top,
    rgba(31, 33, 34) 0%,
    rgba(31, 33, 34, 0.6) 20%,
    rgba(31, 33, 34, 0.4) 40%,
    rgba(31, 33, 34, 0.2) 60%,
    rgba(31, 33, 34, 0) 80%,
    rgb(31, 33, 34, 0) 100%
  );
}

.dark .hero-post a > h1,
.dark .hero-post a > h2,
.dark .hero-post a > h3,
.dark .hero-post a > h4 {
  text-shadow: 1px 1px 1px #212020 !important;
}

.dark .post-items-card {
  box-shadow: none;
}

/*--------------header2a---------------*/

.nav-pull {
  display: none;
}

.main4 {
  transition: padding 0.3s ease-in-out;
}

/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman",
    serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.main4 .Hs {
  font-family: "Playfair Display", Georgia, "Times New Roman",
    serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.main4 h1 {
  font-size: 3rem;
}
.main4 h2 {
  font-size: 2.5rem;
}
.main4 h3 {
  font-size: 1.95rem;
}
.main4 h4 {
  font-size: 1.5rem;
}

.main4 p {
  line-height: 2;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}
@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: 0.25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 0.05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}


/************ MAIN FEATURED ************/
.home-top {
  width: fit-content;
  max-width: 100%;
  margin: auto;
}

.main-featured {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .main-featured {
    flex-direction: column;
    align-items: center;
    height: fit-content;
  }
  .hero-post {
    height: calc(50vh + 54px);
  }
}

.hero-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  height: calc(50vh + 80px);
  width: 100%;
}

.hero-post {
  width: calc(100% - 40px);
  height: calc(50vh + 80px);
  min-height: 482px;
  max-height: 600px;
  background-size: cover;
  position: relative;
}

.hero-post .para-para {
  height: 50vh;
  min-height: 402px;
  max-height: 520px;
  width: 100%;
  aspect-ratio: 32 / 9;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hero-post .para-para:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    to top,
    rgb(255 253 245 / 66%) 0%,
    rgb(255 253 245 / 45%) 20%,
    rgb(255 253 245 / 11%) 40%,
    rgba(255, 253, 245, 0) 60%,
    rgba(255, 253, 245, 0) 80%,
    rgb(255, 253, 245, 0) 100%
  );
  opacity: 0.8;
  z-index: 10;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 20px);
  pointer-events: none;
  transition: 0.5s;
}

.hero-post .short-post a {
  position: relative;
  float: right;
  max-width: 1028px;
  margin-right: 20px;
  text-decoration: none;
  height: fit-content;
  overflow-y: visible;
  border: 1px solid transparent;
  transition: border 0.4s, background 0.4s, clip-path 0.4s;
}

.hero-post .short-post a:hover > h1,
.hero-post .short-post a:hover > h2,
.hero-post .short-post a:hover > h3,
.hero-post .short-post a:hover > h4 {
  color: var(--ss-c1-f);
}

.hero-post .short-post a > h1,
.hero-post .short-post a > h2,
.hero-post .short-post a > h3,
.hero-post .short-post a > h4 {
  text-shadow: 1px 1px 1px #fffcf3;
}

.fp-Hs {
  padding: 15px;
  background: var(--ssc-main-bg);
  border: 1px solid var(--ssc-rc-border);
  font-weight: 700;
  margin-bottom: 0;
}
.cat-span {
  color: grey;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-style: italic;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-post .cat-span {
  font-size: 1.2rem;
  text-wrap: nowrap;
  line-height: 1.2rem;
  height: 30px;
  width: 90px;
  right: 50px;
  bottom: -15px;
  background: linear-gradient(
    to top,
    var(--ssc-body-bg) 50%,
    var(--ssc-main-bg) 50%
  );
}

.short-post {
  color: rgb(59, 58, 57);
  position: absolute;
  z-index: 12;
  bottom: 20px;
  width: 100%;
  padding-left: calc(1.5rem * 0.5);
}

.short-post .content-lg {
  display: block;
}

.en-Hs {
}

.en-paragraph {
}

#parallax-post {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#parallax-post div {
  position: absolute;
}

.prlx-p1 {
  position: absolute;
  width: 110%;
  height: calc(100% + 10vh);
  left: -50px;
  margin-top: -40px;
  z-index: 1;
  transition: 0.1s ease-in-out;
  /*background-image: url('../images/shams3dbga.png');*/
  background-size: cover;
  background-position: center center;
}

.prlx-p2 {
  width: 110%;
  left: -50px;
  margin-top: -40px;
  height: calc(100% + 10vh);
  z-index: 0;
  transition: 0.1s;
  background-size: cover;
  background-position: center center;
}

.prlx-p3 {
  width: 110%;
  height: calc(100% + 5vh);
  z-index: 2;
  margin-top: -30px;
  margin-left: -50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow-x: auto;
  transition: 0.1s;
  scroll-behavior: smooth;
}

@media (min-width: 992px) {
  .prlx-p3 {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .prlx-p3::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
  }
}
@media (max-width: 991px) {
  .para-para .prlx-p3 {
    width: 100%;
    height: 100%;
    margin: 0;
    transform: none !important;
  }
  .prlx-p3::-webkit-scrollbar {
    position: fixed;
    height: 10px;
  }
}

.prlx-p3 img {
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.hero-post .prlx-p3::-webkit-scrollbar {
  height: 0;
}

.hero-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.hero-video iframe {
  height: 100%;
  width: 100%;
}
.hero-video .hero-link {
  height: 100%;
  width: 100%;
}
.hero-video .hero-link img {
  opacity: 0;
}
.social-side {
  height: calc(50vh + 15px);
  min-height: 428px;
  max-height: 600px;
  position: relative;
  right: 0;
  top: 0;
  background: rgba(0, 128, 0, 0);
  width: 100%;
  min-width: 312px;
  max-width: 400px;
  overflow: hidden;
}

.main-featured .social-side {
  height: calc(50vh + 15px);
  min-height: 422px;
  max-height: 540px;
  width: 400px;
  max-width: 400px !important;
  padding-left: 40px;
  padding-right: 40px;
}

.main-sidebar .social-side.social {
  width: 100%;
  padding-left: 20px;
  margin-top: 3px;
}
.main-featured .social-side.social {
  --social-swiper-pad: 40px;
  top: 0;
  height: calc(50vh + 27px);
  padding: 0px 0px;
}

.main-featured .social-side.social .social-box-title {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  height: 20px;
  line-height: 20px;
  padding: 0px 5px;
  font-family: var(--ssf-sol);
  text-align: center;
  color: grey;
  background: var(--ssc-body-bg);
  z-index: 11;
}

.main-sidebar .social-box-title {
  font-family: var(--ssf-sol);
  font-size: 20px !important;
  font-weight: 700;
  padding: 5px 0;
  margin: 0;
  color: var(--ss-c7);
  border-bottom: 2px solid #d7d7d7;
}

.main-sidebar .social-side.social .box-posts {
  height: calc(100% - 42px);
}

/* Banners */
.banner-widget.smallB {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 3px;
  overflow: hidden;
}
.banner-image.smallB {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-image.smallB img {
  width: 100%;
  border-radius: 3px;
}
.banner-filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to top,
    var(--ssc-body-bg) 0%,
    rgba(var(--ssg-body-bg), 0.9) 30%,
    rgba(var(--ssg-body-bg), 0.6) 80%,
    #00000000 100%
  );
  backdrop-filter: none;
  box-shadow: rgba(0, 0, 0, 0.05) inset 0px 0px 0px 1px;
}
.banner-widget.smallB .banner-title {
  position: absolute;
  left: calc(50% + 10px);
  top: 30px;
  transform: translateX(-50%);
  padding: 5px 10px;
  background: var(--ssc-body-bg);
  border-radius: 5px;
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.banner-widget.smallB .banner-title h3 {
  color: var(--ssc-solid);
  margin: 0;
  font-family: var(--ssf-apona);
  font-size: 40px;
  font-weight: bold;
  text-wrap: nowrap;
}
.banner-widget.smallB .social-promote {
  position: absolute;
  top: 60%;
  left: calc(50% + 10px);
  transform: translate(-50%, 0);
  z-index: 3;
}

.social .social-title-con {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 10px;
  background: rgba(var(--ssg-bg2), 0.9);
}
.social .swiper-slide .social-title-con {
  opacity: 0;
  transition: opacity 1.8s;
}
.social .swiper-slide-active .social-title-con {
  opacity: 1;
}
.social .social-title {
  color: var(--ss-c1);
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}
.main-featured .social .swiper-button-prev,
.main-featured .social .swiper-button-next {
  position: absolute;
  width: 30px;
  height: 20px;
  color: var(--ss-c7);
  font-size: 25px;
  top: auto;
  bottom: 3px;
}
.main-featured .social .swiper-button-prev {
  left: 30%;
}
.main-featured .social .swiper-button-next {
  right: 30%;
}
.main-sidebar .social .swiper-button-prev,
.main-sidebar .social .swiper-button-next {
  position: absolute;
  width: 30px;
  height: 20px;
  color: var(--ss-c7);
  font-size: 35px;
  top: auto;
  top: 33px;
}
.main-sidebar .social .swiper-button-prev {
  left: auto;
  right: 40px;
}
.main-sidebar .social .swiper-button-next {
  right: 0;
}
.social .swiper-button-prev:after,
.social .swiper-button-next:after {
  content: "";
}
.social-side.social .swiper-pagination {
  bottom: 10px;
}
.main-sidebar .social-side.social .swiper-pagination {
  display: none;
}
.social-side.social .swiper-pagination-progressbar {
  width: 100%;
  /*
  left: var(--social-swiper-pad);
  width: calc(100% - 2 * var(--social-swiper-pad));*/
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--ssc-rc-c1);
}

/******* BOX POST *******/
.all-swiper {
  padding-bottom: 5px;
  height: calc(50vh + 5px);
  min-height: 407px;
  max-height: 525px;
  overflow: hidden;
}
.all-swiper:before {
  border-left: 8px solid var(--ssc-rc-border);
  content: "";
  position: absolute;
  top: -2px;
  width: 0;
  border-top: 15px solid transparent;
  right: 0;
  height: calc(100% + 2px);
  z-index: 3;
}
.all-swiper:after {
  border-top: 8px solid var(--ssc-rc-border);
  content: "";
  position: absolute;
  width: calc(100% + 18px);
  max-width: 338px;
  border-left: 15px solid transparent;
  bottom: 0px;
  right: 0;
  z-index: 3;
}
.main-featured .box-posts-wrapper {
  width: 320px;
  position: static;
}
.main-featured .all-swiper:before {
  right: 20px;
}
.main-featured .all-swiper:after {
  width: 338px;
  right: 20px;
}
.box-posts-wrapper {
  width: 100%;
  max-width: 320px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  right: 0;
}
.box-posts {
  width: 100%;
  height: 100%;
  border: 1px solid var(--ssc-rc-border);
  overflow: hidden;
  transition: all 0.4s;
}

.box-posts.smll {
  padding: 10px 10px 15px 12px;
}

.box-posts .cat-span {
  background: var(--ssc-body-bg);
  font-size: 14px;
  line-height: 18px;
  height: 30px;
  width: 100px;
  bottom: -12px;
  text-wrap: nowrap;
}
.cat-span.pop {
  color: var(--ssc-rc-c1-dark) !important;
}
.cat-span.rec {
  color: var(--ssc-rc-c2-dark) !important;
}

.box-post-full {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.box-post-large {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.box-post-small {
  height: 25%;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: var(--ss-c7);
  padding: 5px 0 5px 0;
  border-bottom: 2px solid var(--ssc-rc-border3);
}
.cat-span.pop ~ .box-post-small:hover .box-post-title {
  color: var(--ssc-rc-c1-dark);
}
.cat-span.rec ~ .box-post-small:hover .box-post-title {
  color: var(--ssc-rc-c2-dark);
}
.cat-span.pop ~ .box-post-small.vid:hover .box-post-title {
  color: var(--ss-c7);
}
.cat-span.rec ~ .box-post-small.vid:hover .box-post-title {
  color: var(--ss-c7);
}
.cat-span.pop ~ .box-post-small .box-post-title:hover,
.cat-span.pop ~ .box-post-small.vid .box-post-title:hover {
  color: var(--ssc-rc-c1-dark);
}
.cat-span.rec ~ .box-post-small .box-post-title:hover,
.cat-span.rec ~ .box-post-small.vid .box-post-title:hover {
  color: var(--ssc-rc-c2-dark);
}
.box-post-small:last-of-type {
  border-bottom: none;
  margin: 0;
}
.box-post-small .box-post-title {
  width: 67%;
  padding-right: 15px;
  text-align: start;
}
.box-post-small .box-post-thumbnail {
  position: relative;
  width: 33%;
  background-size: cover;
  background-position: center center;
}

/*----swiper------*/
.swiperWrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--ssc-body-bg);
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-posts-wrapper .swiper-pagination-bullets {
  bottom: -15px;
}

.box-posts-wrapper .swiper-pagination-bullet {
  background: var(--ssc-rc-c2);
}

.box-posts-wrapper .swiper-button-prevs {
  left: 50px;
  right: auto;
}
.box-posts-wrapper .swiper-button-nexts {
  right: 50px;
  left: auto;
}
.box-posts-wrapper .swiper-button-prevs,
.box-posts-wrapper .swiper-button-nexts {
  color: var(--ssc-rc-c2);
  opacity: 0.6;
  z-index: 10;
  position: absolute;
  top: 45%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-posts-wrapper .swiper-button-prevs.swiper-button-disabled,
.box-posts-wrapper .swiper-button-nexts.swiper-button-disabled {
  opacity: 0.1;
}

.box-posts-wrapper .fa-solid,
.box-posts-wrapper .fa-solid {
  font-size: 50px;
}

@media (min-width: 992px) {
  .main-featured .social-side.social .box-posts {
    height: 50vh;
    min-height: 402.4px;
    max-height: 520px;
  }
}
@media (min-width: 1600px) {
  .hero-post {
    width: 1200px;
    max-width: 1400px !important;
  }
  /*
  .main-featured .social-side {
    width: 500px;
    max-width: 500px !important;
  }*/
  .main-featured .box-posts-wrapper {
    width: 420px;
    max-width: 420px;
  }
  .main-featured .all-swiper:after {
    width: 438px;
    max-width: 438px;
  }
  .main-featured .box-posts-wrapper .swiper-button-prevs {
    left: 50px;
  }
  .main-featured .box-posts-wrapper .swiper-button-nexts {
    right: 50px;
  }
}

@media (max-width: 1600px) {
  .hero-post {
    width: calc(100% - 400px);
  }
  .main-featured .social-side {
    width: 400px;
  }
}

@media (max-width: 1440px) {
  .prlx-p3 {
    margin-left: -50px;
  }
}

@media (max-width: 1200px) {
  .hero-post a > h1,
  .hero-post a > h2,
  .hero-post a > h3,
  .hero-post a > h4 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .hero-post {
    width: 100%;
  }
  .short-post {
    margin-left: 0;
    padding-right: calc(1.5rem * 0.5);
    width: 100%;
  }
  /* Banners */
  .banner-widget.smallB {
    width: 100%;
  }
  .banner-widget.smallB .banner-title {
    left: 50%;
  }
  .banner-widget.smallB .social-promote {
    left: 50%;
  }
  .main-featured .social-side {
    display: none;
    width: 100%;
    max-width: 100% !important;
    height: calc(50vh - 75px);
    height: calc(50svh - 75px);
    padding-left: 60px;
    padding-right: 60px;
  }
  .main-featured .social-side.social {
    --social-swiper-pad: 120px;
    display: block;
    height: 45vh;
    min-height: 222px;
    max-height: 540px;
    padding: 20px var(--social-swiper-pad);
    margin-top: 20px;
    overflow: visible;
  }
  /*.dark .main-featured .social-side.social {
    box-shadow: var(--ssc-main-shadow);
  }*/
  .main-featured .social-side.social .social-box-title {
    bottom: auto;
    top: -8px;
    left: var(--social-swiper-pad);
    transform: none;
    padding: 0px 10px;
  }
  .main-featured .social-side.social .box-posts {
    height: 100%;
    border: 1px solid transparent;
    overflow: visible;
  }
  .main-featured .social-side.social .swiper-slide {
    border-radius: 4px;
    overflow: hidden;
  }
  .social-side.social .swiper-slide .swiper-slide-shadow-left {
    background-image: linear-gradient(
      to left,
      rgba(var(--ssg-body-bg), 0.8),
      rgba(0, 0, 0, 0)
    );
  }
  .social-side.social .swiper-slide .swiper-slide-shadow-right {
    background-image: linear-gradient(
      to right,
      rgba(var(--ssg-body-bg), 0.8),
      rgba(0, 0, 0, 0)
    );
  }
  .main-featured .social-side.social .swiper-pagination {
    bottom: 5px;
  }
  .main-featured .social-side.social .swiper-pagination-progressbar {
    /*bottom: 0!important;*/
    left: 0;
    width: 100%;
    height: 2px;
    font-size: 1rem;
  }
  .main-featured .social .swiper-button-prev {
    left: auto;
    right: 45px;
  }
  .main-featured .social .swiper-button-next {
    right: 15px;
  }
  .main-featured .social .swiper-button-prev,
  .main-featured .social .swiper-button-next {
    bottom: -5px;
  }
  .social .swiper-button-prev,
  .social .swiper-button-next {
    bottom: 2px;
  }
  .main-sidebar .social-side.social {
    padding-left: 5px;
  }
  .prlx-p3 {
    width: 113%;
  }
  .box-posts {
    border: 3px solid var(--ssc-rc-border);
  }
  /*.main-featured .social-side.social .box-posts {
    border: 1px solid var(--ssc-rc-border);
  }*/
}

@media (max-width: 768px) {
  .hero-post a > h1,
  .hero-post a > h2,
  .hero-post a > h3,
  .hero-post a > h4 {
    font-size: 1.9rem;
  }
  .hero-post .cat-span {
    width: 110px;
  }

  .prlx-p3 {
    width: 115%;
  }
  .main-featured .social-side.social {
    --social-swiper-pad: 60px;
  }
}

@media (max-width: 540px) {
  .short-post {
    padding-left: 0;
  }
  .hero-post {
    width: 100%;
  }
  .hero-post a {
    margin-right: 0;
  }
}

@media (max-width: 478px) {
  .hero-post .cat-span {
    width: 85px;
  }
  .prlx-p1 {
    width: 120%;
    left: -18px;
  }
  .prlx-p2 {
    left: -18px;
  }
  .prlx-p3 {
    z-index: 10;
    width: 120%;
    margin-left: -50px;
  }
  .main-featured .social-side {
    width: 100%;
    max-width: 100% !important;
    padding-left: 25px;
    padding-right: 25px;
  }
  .main-featured .social-side.social {
    height: 35vh;
  }
  .main-featured .social-side.social .swiper-pagination {
    bottom: 4px;
  }
  .social .swiper-button-prev,
  .social .swiper-button-next {
    display: none;
  }
}


/**********-----------Blog Main 2 Container---------***********/
.blog-main2 {
  margin-top: 40px !important;
}

@media (max-width: 991px) {
  .blog-main2 {
    margin-top: 30px !important;
  }
}

/*---------------Editor's Choice Post-----------------*/
.ep-ep {
  position: relative;
  flex-wrap: wrap;
  padding: 100px 0px 30px 0px;
  margin-top: -80px;
}
.ep-container {
  position: relative;
  flex-wrap: wrap;
  background: var(--ssc-main-bg);
}

.ep-container .eps:first-child {
  padding-right: 15px;
}
.ep-container .eps + .eps {
  padding-left: 15px;
}

.fow {
  display: flex;
  height: 250px;
  transition: transform ease-in-out 0.3s;
}

.ep-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
  height: 250px;
  padding: 1rem 1.5rem;
}
.ep-cat {
  position: relative;
  z-index: 2;
  opacity: 0.8;
}
.ep-cat + .ep-cat {
  margin-left: 10px;
}
.ep-title {
  line-height: 1.8rem;
  color: var(--ss-c7);
}
.ep-title:hover {
  color: var(--ss-c1-f);
}
.ep-title.titleS {
  display: none;
}
.ep-date {
  font-size: 0.8rem;
}
.ep-text-wrap .ep-p p {
  opacity: 0.8;
  overflow: hidden;
  margin-bottom: 0;
}
.ep-content-L {
  display: block;
}
.ep-content-M {
  display: none;
}
.ep-content-S {
  display: none;
}
.ep-con {
  width: max-content;
  position: relative;
  color: var(--ss-c1);
  border-bottom: 1px solid var(--ss-c1);
}
.ep-con:hover {
  color: var(--ss-c1-f);
}
.ep-image {
  width: 200px;
  height: 250px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.ep-logo {
  width: 100%;
  height: 250px;
  position: relative;
  background-size: cover;
  background-position: center center;
  transition: 0.2s ease-in-out;
  z-index: -1;
}
@media (max-width: 991px) {
  .ep-ep .container {
    padding: 0;
  }
  .ep-container {
    padding: 15px var(--ss-padding);
  }
  .ep-container .eps:first-child {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .ep-container .eps + .eps {
    padding-left: 0;
    padding-top: 15px;
  }
}
@media (max-width: 540px) {
  .fow {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .ep-text-wrap {
    justify-content: center;
    padding: 15px;
  }
  .ep-content-L {
    display: none;
  }
  .ep-content-M {
    display: none;
  }
  .ep-content-S {
    display: none;
  }
}
@media (max-width: 468px) {
  .ep-title {
    display: none;
  }
  .ep-title.titleS {
    display: block;
  }
}
@media (max-width: 380px) {
  .ep-image {
    width: 0px;
  }
}
@media (min-width: 540px) {
  .ep-content-L {
    display: none;
  }
  .ep-content-M {
    display: none;
  }
  .ep-content-S {
    display: none;
  }
}
@media (min-width: 640px) {
  .ep-content-L {
    display: none;
  }
  .ep-content-M {
    display: none;
  }
  .ep-content-S {
    display: block;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ep-content-L {
    display: block;
  }
  .ep-content-M {
    display: none;
  }
  .ep-content-S {
    display: none;
  }
}
@media (min-width: 992px) {
  .col-md-6 {
    width: 50%;
  }
  .ep-text-wrap {
    justify-content: center;
  }
  .ep-content-L {
    display: none;
  }
}
@media (min-width: 1200px) {
  .fow {
    height: 250px;
    border-radius: 3px;
  }
  .ep-text-wrap {
    background: transparent;
    width: auto;
    bottom: auto;
    left: auto;
    height: 250px;
    position: relative;
    padding: 1rem 1.5rem !important;
    border: none;
  }
  .ep-cat {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .ep-date {
    position: relative;
    right: auto;
    display: block;
  }
  .ep-con {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .ep-image {
    width: 200px;
    height: 250px;
    position: relative;
  }
}
@media (min-width: 1400px) {
  .ep-content-M {
    display: none;
  }
}
@media (min-width: 1600px) {
  .ep-content-L {
    display: block;
  }
  .ep-content-M {
    display: none;
  }
}

/*--------------
  Small Post Start
---------------*/
/*  Taxonomy: Post Category and Post Tag Page  */
.small-posts-main {
  margin: 30px 0;
}
.small-posts-main .post-top-bar {
  position: relative;
  padding-bottom: 0px;
  border-bottom: none;
  justify-content: space-between;
  align-items: center;
}
.small-posts-main .post-top-bar > * {
  padding-top: 3px;
  padding-bottom: 3px;
}
.small-posts-main .cat-box {
  position: relative;
  width: fit-content;
}
.small-posts-main .cat-box .cat-num {
  font-family: var(--ssf-apona);
  font-weight: 200;
  font-size: 2rem;
  color: var(--ss-c7);
  position: relative;
}
.small-posts-main .cbx .view-box.tbx {
  margin-left: 15px;
}
.small-posts-main .filter-box {
  position: relative;
}
.small-posts-main .selectLabel {
  /*background: var(--ssc-body-bg);*/
  background-image: repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      rgba(var(--ssg-bg2), 0.5) 10px
    ),
    repeating-linear-gradient(var(--ssc-body-bg), var(--ssc-body-bg));
  color: var(--ss-c1);
  border: 1px solid var(--ssc-rc-border);
}
.small-posts-main .selectLabel:after {
  border-left: none;
}
.small-posts-main .options li {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  background: var(--ssc-body-bg);
  border-left: 1px solid var(--ssc-rc-border);
  border-right: 1px solid var(--ssc-rc-border);
  border-bottom: 1px solid var(--ssc-rc-border);
}
.small-posts-main .options li.filter-active {
  background: var(--ss-bg1-f);
}
.small-posts-main .options li:hover {
  background: var(--ss-bg1-f);
  color: var(--ss-c1-f);
}

.post-types {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
  justify-content: center;
}
.post-type {
  color: var(--ss-c1);
  background: rgba(var(--ssg-bg2), 0.9);
  border: none;
  width: fit-content;
  line-height: 20px;
  margin: 0.5em;
  padding: 5px 15px;
  transition: 0.25s;
}
.post-types .selected-month {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  color: var(--ss-c1);
  background: rgba(var(--ssg-bg2), 0.9);
  border: none;
  width: fit-content;
  line-height: 20px;
  margin: 0.5em;
  padding: 5px 15px;
  box-shadow: 0 0.5em 0.5em -0.4em var(--ssn-green);
  transform: translateY(-0.25em);
  font-weight: bold;
  transition: 0.25s;
}
.post-types .selected-month i {
  padding-left: 10px;
  margin-bottom: -3px;
  cursor: pointer;
  transform: scale(1.5);
}
.dark .post-types .selected-month i:hover {
  color: var(--ssc-rc-c2) !important;
}
.post-types .selected-month i:hover {
  color: var(--ssc-rc-c1);
}
.post-type:hover,
.post-type.active {
  box-shadow: 0 0.5em 0.5em -0.4em var(--color);
  transform: translateY(-0.25em);
  font-weight: bold;
}
.post-type.all-p {
  --color: #ff7f82;
}
.post-type.art-p {
  --color: #ffa260;
}
.post-type.vid-p {
  --color: #66c887;
}
/*
.post-type {
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  max-width: 110px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 5px 10px;
  letter-spacing: 0;
  transition: all 280ms ease-in-out;
}
.post-type:hover,
.post-type:active {
  letter-spacing: 5px;
}
.post-type:after,
.post-type:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}
.post-type:hover:after,
.post-type:hover:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #000000;
  transition: width 350ms ease-in-out;
  width: 70%;
}
.post-type:hover:before {
  bottom: auto;
  top: 0;
  width: 70%;
}*/

.post-items-wrapper.post-card-inmd8 {
  --padding: 15px;
  padding: var(--padding);
  position: relative;
}
.tax-cat-cover {
  height: 40vh;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cat-cover-img {
  height: calc(40vh + 54px);
  width: 100%;
  position: relative;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.text-cat-name {
  width: 40%;
  min-width: 200px;
  height: 100px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  font-weight: 1000;
  font-family: var(--ssf-apona);
  text-shadow: 0.01em 0.01em #563e2e, 0.02em 0.02em #563e2e,
    0.03em 0.03em #563e2e, 0.04em 0.04em #563e2e, 0.05em 0.05em #563e2e,
    0.06em 0.06em #563e2e, 0.07em 0.07em #563e2e, 0.08em 0.08em #563e2e,
    0.09em 0.09em #563e2e, 0.1em 0.1em #563e2e, 0.11em 0.11em #563e2e,
    0.12em 0.12em #563e2e, 0.13em 0.13em #563e2e, 0.14em 0.14em #563e2e,
    0.15em 0.15em #563e2e, 0.16em 0.16em #563e2e, 0.17em 0.17em #563e2e,
    0.18em 0.18em #563e2e, 0.19em 0.19em #563e2e, 0.2em 0.2em #563e2e,
    0.21em 0.21em #d77d37, 0.22em 0.22em #d77d37, 0.23em 0.23em #d77d37,
    0.24em 0.24em #d77d37, 0.25em 0.25em #d77d37, 0.26em 0.26em #d77d37,
    0.27em 0.27em #d77d37, 0.28em 0.28em #d77d37, 0.29em 0.29em #d77d37,
    0.3em 0.3em #d77d37, 0.31em 0.31em #d77d37, 0.32em 0.32em #d77d37,
    0.33em 0.33em #d77d37, 0.34em 0.34em #d77d37, 0.35em 0.35em #d77d37,
    0.36em 0.36em #d77d37, 0.37em 0.37em #d77d37, 0.38em 0.38em #d77d37,
    0.39em 0.39em #d77d37, 0.4em 0.4em #d77d37, 0.41em 0.41em #e8a545,
    0.42em 0.42em #e8a545, 0.43em 0.43em #e8a545, 0.44em 0.44em #e8a545,
    0.45em 0.45em #e8a545, 0.46em 0.46em #e8a545, 0.47em 0.47em #e8a545,
    0.48em 0.48em #e8a545, 0.49em 0.49em #e8a545, 0.5em 0.5em #e8a545,
    0.51em 0.51em #e8a545, 0.52em 0.52em #e8a545, 0.53em 0.53em #e8a545,
    0.54em 0.54em #e8a545, 0.55em 0.55em #e8a545, 0.56em 0.56em #e8a545,
    0.57em 0.57em #e8a545, 0.58em 0.58em #e8a545, 0.59em 0.59em #e8a545,
    0.6em 0.6em #e8a545;
}
.tax-tag-cover {
  height: 20vh;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.text-tag-name {
  width: 90%;
  min-width: 150px;
  height: 100px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #d7d3c9;
  font-size: 4rem;
  font-weight: 1000;
  font-family: "Lobster";
  text-shadow: 0.01em 0.01em var(--ssc-rc-c1-darker),
    0.02em 0.02em var(--ssc-rc-c1-darker), 0.03em 0.03em var(--ssc-rc-c1-darker),
    0.04em 0.04em var(--ssc-rc-c1-darker), 0.05em 0.05em var(--ssc-rc-c1-darker),
    0.06em 0.06em var(--ssc-rc-c1-darker), 0.07em 0.07em var(--ssc-rc-c1-darker),
    0.08em 0.08em var(--ssc-rc-c1-darker), 0.09em 0.09em var(--ssc-rc-c1-darker),
    0.1em 0.1em var(--ssc-rc-c1-darker), 0.11em 0.11em var(--ssc-rc-c1-darker),
    0.12em 0.12em var(--ssc-rc-c1-darker), 0.13em 0.13em var(--ssc-rc-c1-darker),
    0.14em 0.14em var(--ssc-rc-c1-darker), 0.15em 0.15em var(--ssc-rc-c1-darker),
    0.16em 0.16em var(--ssc-rc-c1-darker), 0.17em 0.17em var(--ssc-rc-c1-darker),
    0.18em 0.18em var(--ssc-rc-c1-darker), 0.19em 0.19em var(--ssc-rc-c1-darker),
    0.2em 0.2em var(--ssc-rc-c1-darker), 0.21em 0.21em var(--ssc-rc-c1-dark),
    0.22em 0.22em var(--ssc-rc-c1-dark), 0.23em 0.23em var(--ssc-rc-c1-dark),
    0.24em 0.24em var(--ssc-rc-c1-dark), 0.25em 0.25em var(--ssc-rc-c1-dark),
    0.26em 0.26em var(--ssc-rc-c1-dark), 0.27em 0.27em var(--ssc-rc-c1-dark),
    0.28em 0.28em var(--ssc-rc-c1-dark), 0.29em 0.29em var(--ssc-rc-c1-dark),
    0.3em 0.3em var(--ssc-rc-c1-dark), 0.31em 0.31em var(--ssc-rc-c1-dark),
    0.32em 0.32em var(--ssc-rc-c1-dark), 0.33em 0.33em var(--ssc-rc-c1-dark),
    0.34em 0.34em var(--ssc-rc-c1-dark), 0.35em 0.35em var(--ssc-rc-c1-dark),
    0.36em 0.36em var(--ssc-rc-c1-dark), 0.37em 0.37em var(--ssc-rc-c1-dark),
    0.38em 0.38em var(--ssc-rc-c1-dark), 0.39em 0.39em var(--ssc-rc-c1-dark),
    0.4em 0.4em var(--ssc-rc-c1-dark), 0.41em 0.41em var(--ssc-rc-c1-light),
    0.42em 0.42em var(--ssc-rc-c1-light), 0.43em 0.43em var(--ssc-rc-c1-light),
    0.44em 0.44em var(--ssc-rc-c1-light), 0.45em 0.45em var(--ssc-rc-c1-light),
    0.46em 0.46em var(--ssc-rc-c1-light), 0.47em 0.47em var(--ssc-rc-c1-light),
    0.48em 0.48em var(--ssc-rc-c1-light), 0.49em 0.49em var(--ssc-rc-c1-light),
    0.5em 0.5em var(--ssc-rc-c1-light), 0.51em 0.51em var(--ssc-rc-c1-light),
    0.52em 0.52em var(--ssc-rc-c1-light), 0.53em 0.53em var(--ssc-rc-c1-light),
    0.54em 0.54em var(--ssc-rc-c1-light), 0.55em 0.55em var(--ssc-rc-c1-light),
    0.56em 0.56em var(--ssc-rc-c1-light), 0.57em 0.57em var(--ssc-rc-c1-light),
    0.58em 0.58em var(--ssc-rc-c1-light), 0.59em 0.59em var(--ssc-rc-c1-light),
    0.6em 0.6em var(--ssc-rc-c1-light);
}

/* Card Post */
.main-container {
  position: relative;
  width: 100%;
  z-index: 1;
}

.post-items-card {
  width: 100%;
  background: var(--ssc-main-bg);
  margin: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
}
.post-card-image {
  position: relative;
  display: block;
  width: calc(100% - 10px);
  aspect-ratio: 1.5 / 1;
  margin: 5px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.post-card-image .card-thumb {
  height: 100%;
  border-radius: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}
.post-card-text {
  left: -2px;
  width: calc(100% + 3px);
  position: relative;
  background: var(--ssc-main-bg);
  z-index: 2;
  margin-top: 0;
  padding: 4px 8px 0 8px;
}
.post-card-text .cat-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.post-card-text .card-cat {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0.8;
}
.card-cat + .card-cat {
  margin-left: 10px;
}
.post-card-text .card-title {
  max-height: 130px;
  margin-bottom: 8px;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-card-text .card-title h4,
.post-card-text .card-title h5 {
  color: var(--ss-c7a);
  font-weight: 600;
  margin: 0;
}
.post-card-text .card-title:hover {
  color: var(--ss-c1-f);
}
.post-card-image:hover ~ .post-card-text .card-title {
  color: var(--ss-c1-f);
}
.post-card-text .card-title p {
  color: var(--ss-c1);
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  opacity: 0.7;
}

.post-card-text .card-date {
  font-size: 12px;
}

/* List Post */
.post-items-wrapper.list:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid var(--ssc-rc-border3);
}
.post-items-wrapper.list:first-of-type:before {
  display: none;
}
.post-items-card.list {
  width: 100%;
  height: 170px;
  display: flex;
  border-radius: 0;
  transition: box-shadow 0.3s ease-in-out;
}
.post-items-card.list:hover {
  border: 2px solid transparent;
}
.post-items-card.list .post-card-image {
  display: block;
  position: relative;
  width: 166px;
  height: 166px;
  margin: 0;
  z-index: 1;
}
.post-items-card.list:hover > .post-card-image {
  transform: none;
}
.post-items-card.list .post-card-text {
  width: calc(100% - 170px);
  position: relative;
  background: var(--ssc-main-bg);
  left: 3px;
  z-index: 2;
  margin-top: 0px;
  padding: 6px 18px 12px 18px;
}
.post-items-card.list .post-card-text .cat-wrapper {
  height: fit-content;
}
.post-items-card.list .post-card-text .card-title {
  max-height: 110px;
  margin-bottom: 8px;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
.post-items-card.list .post-card-text .card-title h4,
.post-items-card.list .post-card-text .card-title h5 {
  margin: 0;
}

/* home Posts filtering */
.home-posts-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-posts-main .post-top-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
}
/*
.home-posts-main .post-top-bar:after {
  content: "";
  width: calc(100% - 22px);
  position: absolute;
  left: 13px;
  bottom: 0;
  border-bottom: 2px solid var(--ss-c1);
}*/
.home-posts-main .post-top-bar.mbx .view-box {
  margin-left: auto;
}
.home-posts-main .filter-box {
  padding-left: 0;
  padding-right: 0;
}
.home-posts-main .filter-box .custom-select {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.home-posts-main .post-top-bar.mbx #filter-select {
  min-width: 150px;
  max-width: 150px;
}
.home-posts-main .filter-box .custom-select.filter-box-hide {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.home-posts-main .post-top-bar.mbx .filter-box .selectLabel {
  padding: 0 30px 0 10px;
}
.home-posts-main .post-top-bar.mbx .filter-box .options li {
  padding: 0 30px 0 10px;
}
.home-posts-main .post-items-wrapper.list:before {
  content: "";
  position: absolute;
  width: calc(100% - var(--ss-padding));
  top: 0;
  left: var(--ss-padding);
  border-top: 1px solid var(--ssc-rc-border3);
}
.home-posts-main .post-items-wrapper.list:first-child:before {
  display: none;
}
.home-posts-main .post-items-card.list {
  height: 140px;
  align-items: start;
  background: var(--ssc-body-bg);
  border: 5px solid transparent;
  box-shadow: none;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.home-posts-main .post-items-card.list:hover {
  border: 5px solid transparent;
  box-shadow: -0.2em 0 0.4em -0.4em var(--ssc-rc-c1);
  transform: translateX(10px);
}
.home-posts-main .post-items-card.list .post-card-image {
  width: 196px;
  height: 100%;
  padding: 0;
}
.home-posts-main .post-items-card.list .post-card-image .card-thumb {
  background-position: center center;
  border-radius: 0;
}
.home-posts-main .post-items-card.list .post-card-text {
  flex: 1;
  height: 100%;
  background: var(--ssc-body-bg);
  padding: 0 10px;
}
.home-posts-main .post-card-text .card-title p {
  display: none;
}

/*category archive*/
.post-top-bar.cbx #filter-select {
  min-width: 200px;
  max-width: 200px;
}

/*load more*/
.load-more {
  width: 100%;
  justify-content: center;
  align-items: center;
  background: rgb(var(--ssg-bg2));
  cursor: pointer;
  transition: background 0.2s;
}
.load-more:hover {
  background: rgba(var(--ssg-bg2), 0.7);
}
.load-more h5 {
  width: fit-content;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--ss-c1);
  border-radius: 3px;
  transition: background 0.2s;
  width: 100%;
  text-align: center;
}
.load-more h5:hover {
  color: var(--ssc-solid-f);
}
.see-more {
  flex-wrap: nowrap;
  justify-content: start;
  overflow: hidden;
}
.see-more a {
  width: 50%;
  height: 100%;
}
.home-posts-main.recent .visit-popular {
  display: none;
}
.home-posts-main.popular .visit-latest {
  display: none;
}

.post-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.post-counter:before {
  content: "";
  width: calc(100% - (3rem * 0.5));
  height: 2px;
  position: absolute;
  border-bottom: 1px solid var(--ssc-rc-border4);
  z-index: 1;
}
.post-counter p {
  margin: 0;
  padding: 0 12px;
  background: var(--ssc-body-bg);
  z-index: 2;
}

/*-------- Archive Featured (Parallax)--------*/
.para-ads {
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 10vh;
  min-height: 76px;
  max-height: calc(100% - 350px);
  background-color: #b8eaff;
}
.dark .para-ads {
  background-color: var(--ssc-body-bg);
}
.ads-container1 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  /*
  animation: adsContainer 20s infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;*/
  z-index: 1;
}
.ads-container1 .ads {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: calc(1.5rem * 0.5);
  padding-left: calc(1.5rem * 0.5);
}
.ads-container1 .ads * {
  height: 100%;
}
@keyframes adsContainer {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

.ads-clouds-con {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  display: flex;
}
.ads-clouds {
  position: relative;
  height: 100%;
  min-width: 100%;
  z-index: 0;
  animation: adsContainer 40s infinite;
  -webkit-animation: adsContainer 40s infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
/* KEYFRAMES 
@keyframes animateCloud {
  0% {
      margin-left: -1000px;
  }
  100% {
      margin-left: 100%;
  }
}*/
/* ANIMATIONS */
.ads-clouds > div {
  position: absolute;
}
.ads-clouds > div:nth-of-type(n) {
  top: 10px;
  left: 50%;
  transform: scale(0.35);
}
.ads-clouds > div:nth-of-type(2n) {
  top: 20px;
  left: 20%;
  transform: scale(0.38);
}
.ads-clouds > div:nth-of-type(3n) {
  top: 15px;
  left: 70%;
  transform: scale(0.41);
}
.ads-clouds > div:nth-of-type(4n) {
  top: 34px;
  left: 10%;
  transform: scale(0.44);
}
.ads-clouds > div:nth-of-type(5n) {
  top: 26px;
  left: 25%;
  transform: scale(0.47);
}
.ads-clouds > div:nth-of-type(6n) {
  top: 8px;
  left: 75%;
  transform: scale(0.5);
}
.ads-clouds > div:nth-of-type(7n) {
  top: 0;
  left: 90%;
  transform: scale(0.53);
}
.ads-clouds > div:nth-of-type(8n) {
  top: 41px;
  left: 5%;
  transform: scale(0.56);
}
.ads-clouds > div:nth-of-type(9n) {
  top: 20px;
  left: 45%;
  transform: scale(0.59);
}
.ads-clouds > div:nth-of-type(10n) {
  top: 33px;
  left: 65%;
  transform: scale(0.62);
}
/* OBJECTS */
.cloud {
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(5%, #fff),
    color-stop(100%, #f1f1f1)
  );
  background: linear-gradient(top, #fff 5%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
  border-radius: 30px;
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  height: 40px;
  position: relative;
  width: 100px;
}
.cloud:after,
.cloud:before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -1;
}
.dark .cloud {
  background: #919191;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(5%, #919191),
    color-stop(100%, #5b5b5b)
  );
  background: linear-gradient(top, #919191 5%, #5b5b5b 100%);
}
.dark .cloud:after,
.dark .cloud:before {
  background: #919191;
  content: "";
  position: absolute;
  z-index: -1;
}
.cloud:after {
  border-radius: 30px;
  height: 30px;
  width: 30px;
  left: 15px;
  top: -10px;
}
.cloud:before {
  border-radius: 60px;
  width: 56px;
  height: 56px;
  right: 15px;
  top: -20px;
}

.para-featured {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 40px);
  height: 50vh;
  min-height: 350px;
  max-height: 800px;
  background-color: var(--ssc-body-bg);
  background-size: cover;
  background-position: center;
  margin-left: -20px;
  margin-bottom: 30px;
  padding: 20px;
  /*backdrop-filter: blur(2px);*/
}
.para-con {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--ssc-body-bg);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.para-s {
  position: relative;
  width: 70%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  background: var(--ssc-body-bg);
}
/*
.para-s .swiper-wrapper {
  transition-timing-function: linear;
}*/
.para-div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  transition: transform 0.1s ease;
}
.para-badge {
  position: absolute;
  top: 20px;
  left: -1px;
  background: var(--ssc-body-bg);
  padding: 5px 16px;
  font-family: var(--ssf-sol);
  font-size: 14px;
  border-radius: 0 5px 5px 0;
  z-index: 4;
}
.para-badge i {
  position: relative;
  bottom: -3px;
}
.para-div .para-para {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.para-div .para-para .prlx-p3 {
  overflow: hidden;
}
.para-meta {
  position: absolute;
  height: fit-content;
  width: 300px;
  bottom: 10px;
  right: -2px;
  padding: 15px;
  color: var(--ss-c1);
  background-color: var(--ssc-body-bg);
  text-align: start;
  opacity: 0;
  backdrop-filter: blur(5px);
  border-radius: 5px 0 0 5px;
  z-index: 3;
  transition: opacity 1s ease-in-out 0.6s;
}
.para-meta:hover {
  color: var(--ssc-solid-f);
}
.swiper-slide-active .para-meta {
  opacity: 1;
}

@media (min-width: 1600px) {
  .small-posts-main {
    width: 72%;
  }
  .post-items-wrapper.post-card-inmd8 {
    --padding: 15px;
    width: 33.333333%;
    padding: var(--padding);
  }
  .post-items-wrapper.post-card-inmd8.list {
    --padding: 15px 10px 15px 0px;
    width: 100%;
    padding: var(--padding);
  }
  .home-posts-main {
    width: 68%;
  }
  .home-posts-main .post-items-wrapper.post-card-inmd8.list {
    --padding: calc(1.5rem * 0.5);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  .search-items-wrapper .post-items-wrapper.post-card-inmd8:not(.list) {
    --padding: 15px;
    width: 25%;
    padding: var(--padding);
  }
}
@media (max-width: 1600px) {
  .post-top-bar.abx #cat-select {
    min-width: 150px;
  }
  .post-top-bar.abx #filter-select {
    min-width: 200px;
  }
  .post-items-wrapper.post-card-inmd8 {
    --padding: 15px;
    width: 33.333333%;
    padding: var(--padding);
  }
  .post-items-wrapper.post-card-inmd8.list {
    --padding: 15px 10px 15px 0px;
    width: 100%;
    padding: var(--padding);
  }
  .home-posts-main .post-items-wrapper.post-card-inmd8.list {
    --padding: calc(1.5rem * 0.5);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
}
@media (max-width: 1400px) {
  .post-items-wrapper.post-card-inmd8 {
    width: 33.333333%;
  }
}
@media (max-width: 1300px) {
  .small-posts-main .post-top-bar.abx .filter-box {
    right: 0;
  }
}
@media (max-width: 1200px) {
  .main-container .container {
    max-width: 1000px;
  }
  .post-items-wrapper.post-card-inmd8 {
    width: 50%;
  }
}
@media (max-width: 1050px) {
  .main-container .container {
    max-width: 950px;
  }
  .post-top-bar.abx #cat-select {
    min-width: 120px;
  }
}
@media (max-width: 991px) {
  .main-container .container {
    max-width: 850px;
  }
  .small-posts-main {
    width: 100%;
  }
  .post-top-bar.abx #cat-select {
    min-width: 160px;
  }
  .post-items-wrapper.post-card-inmd8 {
    --padding: 10px;
    width: 33.333333%;
    min-width: 33.333333%;
    padding: var(--padding);
  }
  .post-items-wrapper.post-card-inmd8.list {
    --padding: 15px 10px;
  }
  .para-featured {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .para-s {
    width: 100%;
  }
  .archive-featured {
    align-items: flex-start;
    height: fit-content;
    margin-bottom: 30px;
  }
  .archive-featured::before {
    display: none;
  }
  .archive-featured .para-featured {
    width: calc(100% + 40px);
    height: fit-content;
    margin: 0;
    margin-left: -20px;
    padding: 0;
    padding-bottom: 10px;
  }
  .archive-featured .para-featured .para-con {
    flex-direction: column;
    align-items: center;
    height: fit-content;
  }
  .archive-featured .para-featured .para-con .para-s {
    margin: 0;
    margin-bottom: 50px;
    padding: 20px;
    height: calc(50vh - 10px);
    min-height: 400px;
    background: var(--ssc-body-bg);
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .small-posts-main .post-top-bar .filter-box {
    width: fit-content;
    justify-content: flex-end;
    margin-top: 0;
  }
  .small-posts-main .post-top-bar .filter-box .filter-span {
    width: fit-content;
  }
  .post-items-wrapper.post-card-inmd8 {
    --padding: 5px;
    width: 50%;
    min-width: 50%;
    padding: 5px;
  }
  .post-items-wrapper.post-card-inmd8.list {
    --padding: 10px;
    width: 100%;
    min-width: 100%;
    padding: var(--padding);
  }
  .home-posts-main .post-items-wrapper.post-card-inmd8.list {
    --padding: calc(1.5rem * 0.5);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: var(--padiing);
    padding-right: var(--padding);
  }
}
@media (max-width: 672px) {
  .post-top-bar.abx {
    flex-direction: column;
    align-items: start;
  }
  .post-top-bar.abx #cat-select {
    min-width: 200px;
  }
  .post-top-bar.abx .filter-box {
    justify-content: start;
    margin-top: 10px;
  }
  .post-top-bar.abx .cat-box span,
  .post-top-bar.abx .filter-box .filter-span {
    width: 70px !important;
  }
  .post-top-bar.abx .view-box {
    position: absolute;
    transform: rotate(90deg);
    right: -3px;
    bottom: 22px;
  }
  .post-top-bar.abx .view-box #view-list {
    transform: rotate(-90deg);
  }
  .small-posts-main .cbx .cat-box {
    display: none;
  }
  .small-posts-main .cbx .view-box {
    margin-left: 7px;
  }
  .post-types {
    justify-content: flex-end;
  }
  .post-items-wrapper.post-card-inmd8 {
    width: 50%;
    min-width: 50%;
  }
  .home-posts-main .post-top-bar.abx {
    align-items: center;
  }
  .home-posts-main .post-items-card.list {
    height: 150px;
  }
  .home-posts-main .post-items-card.list .post-card-image {
    width: 156px;
  }
  .home-posts-main .post-card-text .card-title h4,
  .home-posts-main .post-card-text .card-title h5 {
    font-size: 1rem;
  }
  .home-posts-main .post-items-card.list .post-card-text .card-title h4,
  .home-posts-main .post-items-card.list .post-card-text .card-title h5 {
    font-size: 0.95rem;
  }
}
@media (max-width: 540px) {
  .small-posts-main .cbx .filter-box {
    justify-content: flex-start;
  }
  .post-items-wrapper.post-card-inmd8 {
    --padding: 15px;
    width: 100%;
    min-width: 100%;
    padding: var(--padding);
  }
  .post-items-wrapper.post-card-inmd8.list {
    width: 100%;
    min-width: 100%;
    padding: 5px 0px;
  }
  .post-items-card.list .post-card-text {
    padding: 5px 10px 8px 10px;
  }
  .home-posts-main .post-items-wrapper.list:before {
    width: 100%;
    min-width: 100%;
    left: 0;
  }
  .home-posts-main .post-items-wrapper.post-card-inmd8.list {
    padding: 5px 0;
  }
  .home-posts-main .post-items-card.list:hover::before {
    left: 0;
  }
  .post-card-text .card-title p {
    display: none;
  }
  .load-more {
    width: 110%;
  }
}
@media (max-width: 472px) {
  .post-types {
    justify-content: center;
  }
  .post-types .selected-month {
    position: relative;
  }
}
@media (max-width: 460px) {
  .small-posts-main .post-top-bar.cbx .filter-box .filter-span {
    display: none;
  }
  .small-posts-main .post-top-bar .filter-box .custom-select {
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 415px) {
  .small-posts-main .post-top-bar.abx .flex span {
    margin-right: 8px;
  }
  .home-posts-main .post-top-bar.abx .view-box {
    position: relative;
    transform: none;
    right: auto;
    bottom: auto;
  }
  .home-posts-main .post-top-bar.abx .view-box #view-list {
    transform: none;
  }
}
@media (max-width: 380px) {
  .small-posts-main .post-top-bar.abx .flex span {
    display: none;
  }
  .post-types {
    flex-wrap: wrap;
  }
  .post-types .selected-month {
    width: 80%;
    justify-content: space-between;
  }
  .post-items-wrapper.post-card-inmd8 {
    width: 100%;
    min-width: 100%;
  }
  .post-items-wrapper.post-card-inmd8 .post-card-text .card-title h5 {
    font-size: 0.9rem;
  }
  .post-items-card.list .post-card-image {
    width: 146px;
    height: calc(100% - 14px);
  }
  .post-items-card.list .post-card-text {
    left: -2px;
    width: calc(100% - 146px);
    padding: 5px 5px 8px 8px;
  }
  .home-posts-main .post-items-card.list {
    height: 140px;
  }
  .home-posts-main .post-items-card.list .post-card-image {
    width: 136px;
  }
  .home-posts-main .post-items-card.list .post-card-text .card-title h4,
  .home-posts-main .post-items-card.list .post-card-text .card-title h5 {
    font-size: 0.85rem;
  }
}
