.portfolio-list-main {
  padding: 50px 0;
  /* border-radius: 30px 30px 0 0; */
  position: relative;
  /* margin-top: -30px; */
}

.portfolio-no-found {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  min-height: 350px;
  display: flex;
  align-items: center;
}

.portfolio-no-found h5 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.5;
  color: var(--dark);
}

.portfolio-no-found p {
  font-size: 20px;
  color: var(--dark);
  opacity: 0.5;
}

.portfolio-list-main:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: var(--OffWhite);
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 0px 0px 0px 0px;
}
.portfolio-list-main:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: var(--LightGrey2);
  width: 100%;
  height: 100%;
  /* border-radius: 10px 10px 0 0; */
}

.portfolio-list-main .container {
  position: relative;
  z-index: 3;
}

/*.portfolio-list-main:after{content:'';background:#850466;position:absolute;left:0;top:-100px;width:100%;height:100%;z-index:-1;border-radius:100px 100px 0 0;display:none;}*/

.portfolio-list-main .portfolio-list-wrap .list {
  width: 100%;
  margin: 0 0 30px;
  position: relative;
  border-radius: 32px;
  transition: 0.4s;
}

.portfolio-list-main .portfolio-list-wrap .list:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04),
    4px 5px 14px 0px rgba(0, 0, 0, 0.04), 16px 20px 26px 0px rgba(0, 0, 0, 0.04),
    37px 25px 30px 0px rgba(0, 0, 0, 0.02),
    66px 30px 35px 0px rgba(0, 0, 0, 0.01);
}

.portfolio-list-main .portfolio-list-wrap .list > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.portfolio-list-main .list .prtflo-image {
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  height: 53vw;
}

.portfolio-list-main .list .prtflo-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 400ms;
}

.portfolio-list-main .list .prtflo-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 200ms;
}

.portfolio-list-main .list .detail-box {
  background: var(--OffWhite);
  padding: 20px;
  border-radius: 0 0 12px 12px;
  transition: 400ms;
  z-index: 1;
  overflow: hidden;
}

.portfolio-list-main .list .detail-box .inner {
  position: relative;
  padding-right: 60px;
}

.portfolio-list-main .list .detail-box img.purple-eb-hexagon {
  position: absolute;
  /* right: 35px;
  top: 25px; */
  right: 0;
  top: 0;
  transition: 400ms;
}

.portfolio-list-main .list .detail-box h3 {
  transition: 400ms;
  font-size: 26px;
  line-height: 1.25;
  /* font-size: 30px; */
  /* line-height: 39px; */
  margin-top: 0;
  font-family: var(--poppins);
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.portfolio-list-main .list .detail-box .content,
.portfolio-list-main .list .detail-box .content p {
  font-size: 16px;
  line-height: 1.7;
}

.portfolio-list-main .portfolio-list-wrap .list:nth-child(odd):last-child {
  margin-bottom: 0;
}

.portfolio-list-main
  .portfolio-list-wrap
  .list:nth-child(odd):last-child
  .detail-box {
  height: auto;
}

.portfolio-list-main .container > [class*="button-"] {
  margin-top: 40px;
}

.portfolio-cta {
  z-index: 1;
  margin: 50px 0;
}

.portfolio-cta .inner {
  border-radius: 11px;
  z-index: 1;
  padding: 20px;
  overflow: hidden;
}

.portfolio-cta .inner.blur-ele:before {
  /* width: 1935px;
  height: 687px; */
  /* width: 1935px; */
  /* 0: 687px; */
  /* 0: 50%; */
  /* transform: translateX(-50%); */
  /* top: -580px; */
  /* filter: blur(111.75000762939453px); */
}

.portfolio-cta .inner.blur-ele:after {
  width: 1925px;
  height: 687px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -550px;
  filter: blur(111.75000762939453px);
}

.portfolio-cta .inner > .eb {
  position: absolute;
}

.portfolio-cta .inner > .eb.first {
  display: none;
}

.portfolio-cta .inner > .eb.last {
  right: 0;
  top: 0;
}

.portfolio-cta .left-part {
  max-width: 613px;
  margin: 0 0 20px;
}

.portfolio-cta [class*="button-"] {
  position: relative;
}

.portfolio-cta [class*="button-"] .swirl-image {
  display: none;
  position: absolute;
  left: -77px;
  top: 14px;
}

.large-btns {
  margin: 50px 0 0;
}

.large-btns a {
  background: var(--primary_color);
  border-radius: 11px;
  align-items: flex-end;
  width: 100%;
  z-index: 1;
  margin: 0;
  position: relative;
  padding: 30px;
  font-size: 35px;
  line-height: normal;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.large-btns a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 21%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: -1;
  opacity: 0;
  transition: 400ms;
}

.large-btns a + a {
  margin: 30px 0 0;
}

.large-btns span {
  display: block;
}

.large-btns span.number {
  font-size: 67px;
  font-weight: 400;
}

.large-btns img {
  position: absolute;
  left: 30px;
  bottom: 0;
  opacity: 0.2;
}

.large-btns a[data-platform="behance"] {
  background: rgba(23, 105, 255, 1);
}

.large-btns a:hover {
  color: var(--white);
}

.large-btns a:hover:after {
  opacity: 0.8;
}

.portfolio-list-main .sidebar {
  position: fixed;
  bottom: 38px;
  text-align: right;
  z-index: 10;
  width: 100%;
}

.portfolio-list-main .sidebar .sticky {
  line-height: normal;
  overflow: hidden;
  background: var(--green2_color);
  margin: 0 0 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}

.portfolio-list-main .sidebar .sticky > * {
  width: 50%;
}

.portfolio-list-main .sidebar p {
  margin: 0;
}

.portfolio-list-main .sidebar p span {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  vertical-align: middle;
}

.portfolio-list-main .sidebar p span.current-count-demo {
  font-weight: 400;
  font-size: 16px;
}

.portfolio-list-main .sidebar p span.total-count {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  color: var(--tertiary_color);
}

.portfolio-list-main .sidebar p span.total-count:after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 1px;
  height: 20px;
  background: var(--white);
}

.portfolio-list-main .sidebar a {
  text-decoration: none;
  display: block;
  background: var(--tertiary_color);
  font-size: 14px;
  font-weight: 500;
  color: var(--base_color);
  line-height: 19px;
  padding: 12px 0 10px;
}

.portfolio-list-main .sidebar a:hover {
  color: var(--green2_color);
}

.portfolio-pagination {
  position: relative;
  z-index: 2;
  margin: 50px 0 0;
}

.portfolio-pagination .circle-box {
  display: inline-block;
  background: var(--white);
  border-radius: 70px;
  padding: 8px 10px;
}

.portfolio-pagination .circle-box a,
.portfolio-pagination .circle-box span {
  color: var(--dark);
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
}

.portfolio-pagination .circle-box a:hover {
  color: var(--base_color);
}

.portfolio-pagination .circle-box span.current {
  background: var(--PrimaryGreen);
  color: var(--white);
}
.skeleton-loader {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: 200%;
  background-image: linear-gradient(
    103deg,
    #e4e4e4 8%,
    #f5f5f5 18%,
    #e4e4e4 33%
  );
  animation: lazy 1.7s linear infinite;
}
@keyframes lazy {
  from {
    background-position: 0;
  }
  to {
    background-position: -200%;
  }
}

.filter-wrapper {
  position: relative;
  z-index: 3;
  margin-bottom: 70px;
}

.filter-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.filter-wrapper .filter-filed {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 24px;
}

.filter-wrapper .filter-filed > div {
  padding: 0 16px;
  width: 50%;
}

.filter-wrapper .filter-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.filter-wrapper a {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  height: fit-content;
  font-weight: 400;
  color: var(--dark);
  gap: 7px;
  border: 1px solid var(--base_color);
  padding: 3px 10px;
  border-radius: 7px;
}

.filter-wrapper a .icon {
  display: flex;
  width: 24px;
  height: 24px;
}

.filter-wrapper a .icon svg {
  width: 100%;
  height: 100%;
}

.filter-wrapper a:hover {
  color: var(--white);
  background-color: var(--PrimaryGreen);
  border-color: var(--PrimaryGreen);
}

.select-wrap {
  position: relative;
  /* z-index: 1; */
}

.select-wrap .selected-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  display: flex;
  align-items: center;
  min-height: 48px;
  border: 1px solid #d1d1d1;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  background-color: var(--white);
}

.filter-wrapper .filter-filed > div {
  padding: 0 16px;
  width: 50%;
}

.select-wrap .select-listing {
  position: absolute;
  width: 100%;
  background-color: var(--white);
  border-radius: 8px;
  transform: translateY(8px);
  max-height: 150px;
  overflow: auto;
  scrollbar-gutter: stable;
  display: none;
  z-index: 9;
}

.select-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.select-wrap ul li {
  padding: 6px 14px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  transition: var(--transition3);
  cursor: pointer;
}

.select-wrap ul li:first-child {
  border-radius: 10px 10px 0 0;
}

.select-wrap ul li:last-child {
  border-radius: 0 0 10px 10px;
}

.select-wrap ul li:hover {
  background-color: var(--LightGrey);
}

@media (max-width: 1199px) {
  .portfolio-list-main .list .detail-box h3 {
    font-size: 26px;
    line-height: 34px;
    padding-right: 65px;
  }
}

@media (min-width: 768px) {
  .portfolio-cta .inner > .eb.first {
    left: 50px;
  }
  .portfolio-list-main:after {
    /* border-radius: 60px 60px 0 0; */
  }
  .portfolio-cta .inner > .eb.last {
    right: 130px;
    top: 0;
  }

  .portfolio-list-main .list .prtflo-image {
    height: 280px;
  }

  .portfolio-cta .left-part {
    margin: 0 30px 0 0;
  }

  .large-btns .inner {
    margin: 0 -18px;
  }

  .large-btns a {
    border-radius: 16px;
    width: calc(50% - 36px);
    margin: 0 18px 0;
    padding: 30px;
  }

  .large-btns a + a {
    margin: 0 18px 0;
  }

  .portfolio-list-main .sidebar {
    position: sticky;
    top: calc(50vh - 100px);
    text-align: right;
    height: 0;
    z-index: 10;
    width: auto;
  }

  .portfolio-list-main .sidebar .sticky {
    padding: 10px 0 0;
    max-width: 76px;
    border-radius: 10px 0 0 10px;
    display: block;
  }

  .portfolio-list-main .sidebar .sticky > * {
    width: auto;
  }

  .portfolio-list-main .sidebar p span {
    display: block;
    font-size: 32px;
  }

  .portfolio-list-main .sidebar p span.total-count {
    margin: 4px 0 0;
    padding: 4px 0 0;
  }

  .portfolio-list-main .sidebar p span.total-count:after {
    left: 20px;
    top: 1px;
    width: 42px;
    height: 1px;
  }

  .portfolio-list-main .sidebar p span.current-count-demo {
    font-size: 22px;
  }

  .portfolio-list-main .sidebar a {
    margin: 9px 0 0 0;
  }

  .portfolio-list-main .list:hover .detail-box:after {
    transform: scaleY(1);
    transform-origin: top;
  }

  .portfolio-list-main .list:hover .prtflo-image img {
    opacity: 0;
  }
  .portfolio-list-main .portfolio-list-wrap {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .portfolio-list-main {
    padding: 70px 0;
    /* border-radius: 50px 50px 0 0; */
    /* margin-top: -50px; */
  }
  .portfolio-list-main .portfolio-list-wrap .list {
    margin: 0;
  }
  .portfolio-list-main .container > [class*="button-"] {
    margin-top: 60px;
  }

  .portfolio-list-main .list .detail-box {
    padding: 29px 35px;
    /* border-radius: 0 0 32px 32px; */
    height: calc(100% - 256px);
  }

  .portfolio-list-main .list .detail-box h3 {
    padding-right: 65px;
  }

  .portfolio-list-main .list:hover .detail-box img.purple-eb-hexagon {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .portfolio-list-main .portfolio-list-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .portfolio-list-main .list .prtflo-image {
    /* border-radius: 32px 32px 0 0; */
    height: 256px;
  }

  .portfolio-cta {
    margin: 70px 0;
  }

  .portfolio-cta .inner {
    border-radius: 23px;
    padding: 40px;
  }

  .portfolio-cta .inner > .eb.first {
    display: block;
  }

  .portfolio-cta .inner > .eb.last {
    right: 0;
  }

  .large-btns {
    margin: 70px 0 0;
  }

  .portfolio-pagination .circle-box a,
  .portfolio-pagination .circle-box span {
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 18px;
    font-family: var(--poppins);
  }
  .portfolio-pagination .circle-box a.prev,
  .portfolio-pagination .circle-box a.next {
    font-size: 20px;
  }
  .portfolio-pagination .circle-box a:hover {
    background-color: var(--OffWhite);
  }
}

@media (min-width: 1200px) {
  .portfolio-list-main .list .prtflo-image {
    height: 316px;
  }
  .portfolio-list-main .portfolio-list-wrap {
    max-width: 100%;
  }
  .portfolio-list-main .list .detail-box {
    height: calc(100% - 316px);
  }

  .portfolio-cta [class*="button-"] .swirl-image {
    display: block;
  }

  .large-btns a {
    font-size: 49px;
    height: 243px;
    line-height: 84px;
  }
}

@media (min-width: 1430px) {
  .portfolio-list-main {
    padding: 100px 0;
    /* border-radius: 100px 100px 0 0; */
    /* margin-top: -100px; */
  }

  .portfolio-list-main:after {
    /* border-radius: 100px 100px 0 0; */
  }

  .portfolio-pagination {
    margin: 75px 0 0;
  }

  .portfolio-list-main .container > [class*="button-"] {
    margin-top: 80px;
  }

  .portfolio-list-main .list .detail-box {
    height: calc(100% - 385px);
  }

  .portfolio-list-main .list .prtflo-image {
    height: 385px;
  }

  .portfolio-cta {
    margin: 100px 0;
  }

  .portfolio-cta .inner {
    padding: 50px 160px;
  }

  .portfolio-cta .inner > .eb.last {
    right: 130px;
  }

  .large-btns {
    margin: 100px 0 0;
  }

  .large-btns span.number {
    font-size: 87px;
  }
}

@media (min-width: 1660px) {
  .portfolio-cta {
    margin: 140px 0;
  }

  .portfolio-list-main .list .prtflo-image {
    height: 435px;
  }

  .portfolio-list-main .list .detail-box {
    height: calc(100% - 435px);
  }
}
