.project-filter-sidebar {
  width: 288px;
}
.project-list {
  width: calc(100% - 288px);
}
/*Filtrer*/
.ranges-sec .row {
  justify-content: space-between;
}
.project-filter-sidebar .title {
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.24px;
  font-family: "Helvetica Now Display", sans-serif;
  margin-bottom: 46px;
  text-transform: capitalize;
}
.project-filter-sidebar .total-project-filter {
  margin-bottom: 55px;
}
.project-filter-sidebar .total-project-filter,
.project-filter-sidebar .selected-project-filter h6,
.checkbox-filter-title {
  font-weight: 400;
  line-height: 120%;
  font-size: 18px;
  letter-spacing: 0em;
}
.project-filter-sidebar .selected-project-filter h6 {
  margin-bottom: 23px;
}
.selected-project-filter .selected-project-filter-lable,
.selected-project-filter .clear-all {
  margin: 3px 3px 3px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  padding: 4px 9px;
  font-family: "Helvetica Now Display", sans-serif;
  border: 1px solid var(--black);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
}
.selected-project-filter .selected-project-filter-lable {
  color: var(--black);
}
.selected-project-filter .clear-all {
  color: var(--white);
  background-color: var(--black);
}
.selected-project-filter .remove img {
  height: 100%;
  width: 100%;
}
.selected-project-filter .clear-all img {
  filter: brightness(0) invert(1);
}
.selected-project-filter .selected-project-filter-lable .remove,
.selected-project-filter .clear-all .remove {
  margin-left: auto;
  flex-shrink: 0;
  display: inline-flex;
  padding-left: 5px;
  /*top: 1px;*/
  position: relative;
  height: 14px;
  width: 14px;
  font-size: 0;
  line-height: initial;
}
.project-filter-box .checkbox-filter {
  border-top: 1px solid var(--black);
  padding-top: 15px;
  margin-top: 45px;
}
.checkbox-filter-title {
  display: flex;
  justify-content: space-between;
}
.checkbox-filter-title .project-filter-dropdown {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #f2f1ef;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-filter-title .project-filter-dropdown img {
  transition: all 0.4s;
}
.checkbox-filter.close .project-filter-dropdown img {
  transform: rotate(180deg);
}
.project-filter-dropdown-list label {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Helvetica Now Text", sans-serif;
  color: var(--black);
  cursor: pointer;
  margin-top: 2px;
  cursor: pointer;
}
.project-filter-dropdown-list label input[type="checkbox"] {
  appearance: none;
  background-color: #f2f1ef;
  border: 1px solid var(--black);
  border-radius: 6px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.project-filter-dropdown-list label input[type="checkbox"]:checked {
  background-image: url(../images/close.svg);
}
.project-filter-dropdown-list {
  margin-top: 20px;
}
.project-search .project-search-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--black);
  position: relative;
  padding-bottom: 6px;
}
.project-search .project-search-wrapper .icon {
  cursor: pointer;
  flex-shrink: 0;
}
.project-search .search-icon {
  margin-right: 8px;
}
.project-search .close-icon {
  margin-left: auto;
}
.project-search .close-icon img {
  width: 15px;
}
.project-search .project-search-wrapper input {
  border: none;
  outline: none;
  flex: 1;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.09px;
  font-weight: 400;
  color: var(--black);
  font-family: "Helvetica Now Display", sans-serif;
}
.project-filter-list-header {
  margin-bottom: 48px;
  margin-top: 80px;
}
.project-filter-list-header-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.project-image-slider .slick-arrow {
  position: absolute;
  bottom: 15px;
  left: 14px;
  border-radius: 48px;
  background-color: #dddbd9;
  padding: 6px;
  line-height: 0;
  cursor: pointer;
  z-index: 1;
  transition: var(--transition);
}
.project-image-slider .slick-arrow:hover {
  background-color: var(--black);
}
.project-image-slider .slick-next.slick-arrow {
  left: 56px;
}
/*-*/
.project-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.project-list-wrapper > * {
  padding-left: 12px;
  padding-right: 12px;
}
.project-list-wrapper .project-item {
  margin: 0;
  padding: 33px 12px;
  clear: none;
}
.project-listing-section > .container > .row > .project-list-wrapper > div {
  padding-left: 12px;
  padding-right: 12px;
}
.project-list-wrapper .project-item {
  width: 50%;
}
.project-list-wrapper .project-item.sticky {
  width: 100%;
  margin-bottom: 7px;
}
.project-list-wrapper .project-item .project-content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.project-list-wrapper .project-item .project-content .excerpt-clamp p {
  display: contents;
  margin: 0;
	    letter-spacing: 0em;
}
.project-list-wrapper .project-item .project-title {
  display: inline-flex;
  margin-bottom: 8px;
	letter-spacing: 0em;
}
.project-list-wrapper .project-item .project-content .type {
  font-size: 16px;
  line-height: 100%;
  align-items: center;
  letter-spacing: -0.005em;
  color: #383a42;
  font-family: "Helvetica Now Display Medium", sans-serif;
  background: rgba(176, 183, 163, 0.7);
  border-radius: 48px;
  display: inline-flex;
  padding: 5px 12px 6px;
  margin-bottom: 10px;
}
.project-list-wrapper .project-item .project-content .location {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 20px;
}
.project-item-inner .project-image-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 65%;
}
.project-item-inner .project-image-slider .project-image-wrapper .slick-track {
  display: flex;
  align-items: stretch;
}
/*.project-item-inner .project-image-slider .project-image-item {*/
/*  height: auto;*/
/*}*/
.project-item-inner .project-image-slider .project-image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.project-item-inner .project-image-slider .project-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-item-inner .project-image-slider .like-btn {
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.project-item-inner .project-image-slider .download-btn {
  position: absolute;
  right: 110px;
  bottom: 15px;
}
.project-item-inner .project-image-slider .download-btn:has(+ .like-btn.liked) {
  right: 55px;
}
.project-list-wrapper .project-item h6 {
  margin-bottom: 15px;
}
.project-filter-wrapper .project-search {
  max-width: 552px;
}
.project-filter-wrapper .project-search .search-result-text {
  margin-bottom: 70px;
}

.project-filter-wrapper .project-search h4 {
	    margin-top: 9px;
}
.custom-select-wrapper {
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.01em;
  color: #000000;
}
.project-listing-section .project-filter-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 25px;
}
.project-listing-section .project-filter-wrapper > div {
  width: 50%;
}
.project-listing-section .project-filter-wrapper .title-content-wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: end;
  justify-content: space-between;
}
.project-listing-section .project-filter-wrapper .title-content-wrapper .title-content {
  max-width: 360px;
  text-align: right;
  margin-bottom: 15px;
}
.custom-select-wrapper .custom-options {
  right: 0;
  left: auto;
}
.project-list-wrapper .project-item .latest {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: "Helvetica Now Display Medium", sans-serif;
}
.project-list-wrapper .project-item .project-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.project-list-wrapper .project-item .latest {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--theme-color);
  font-family: "Helvetica Now Display Medium", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
}
.project-list-wrapper .project-item .project-title:has(+ .latest) {
  padding-right: 45px;
}
.single-project-wrapper .project-image-gallery .project-thumb-image-slider .project-thumb-image-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1px solid transparent;
  max-height: 107px;
  aspect-ratio: 162/107;
}
/*.single-project-wrapper .project-image-gallery .project-thumb-image-slider .project-thumb-image-item.slick-current img,*/
.single-project-wrapper .project-image-gallery .project-thumb-image-slider .project-thumb-image-item.is-active img {
  border-color: var(--black);
}
.single-project-wrapper .project-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 44px;
}
.single-project-wrapper .project-pagination a {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 100%;
  color: var(--theme-color);
  margin-left: -6px;
  margin-right: -6px;
}
.single-project-wrapper .project-pagination a:hover {
  font-weight: 700;
}

.single-project-wrapper .project-pagination a > div {
  display: flex;
  margin: 0px 6px;
}
.single-project-wrapper .project-content-wrapper {
  max-width: 918px;
}
.project-list-wrapper .project-item .project-content .excerpt a.read-more {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.005em;
  text-decoration-line: underline;
  color: var(--theme-color);
}
.project-list-wrapper .project-item .project-content .excerpt a.read-more:hover {
  text-decoration-line: none;
}
.project-item-inner .slick-arrow,
.project-item-inner .download-btn,
.project-item-inner .like-btn {
  transition: var(--transition);
  transform: translateY(150%);
}
.project-item-inner:hover .slick-arrow,
.project-item-inner:hover .download-btn,
.project-item-inner:hover .like-btn {
  transform: translateY(0);
}
.project-list-wrapper .blog-pagination {
  width: 100%;
}
.project-listing-section > .container > .row > .project-list-wrapper {
  width: calc(100% + 24px);
}
.project-item-inner .project-image-slider .slick-list,
.project-item-inner .project-image-slider .slick-list * {
  height: 100%;
}


@media only screen and (max-width: 1599px) { 
.project-filter-wrapper .project-search .search-result-text {
    margin-bottom: 25px;
	}
	
	.project-filter-wrapper .project-search .search-result-text h4 {
		    margin-top: 14px;
	}
}
	

@media only screen and (max-width: 1450px) {
  .project-list-wrapper .project-item .project-content .excerpt-clamp p {
    display: contents;
    color: #383a42;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  /*.project-listing-section > .container > .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .project-listing-section > .container > .row > .project-list-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }*/
}

@media only screen and (min-width: 992px) {
  .project-list-wrapper .project-item.sticky .project-title {
    font-size: 48px;
    line-height: 100%;
  }
  .project-list-wrapper .project-item.sticky p {
    font-size: 30px;
    line-height: 112%;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .project-filter-title-mobile,
  .project-filter-click,
  .project-filter-list .total-project-filter {
    display: none;
  }
  .project-list-wrapper .project-item.sticky .project-title {
    font-size: 40px;
  }
  .project-list-wrapper .project-item.sticky p,
  .project-list-wrapper .project-item.sticky a.read-more-inline {
    font-size: 24px;
  }
  .project-listing-section .project-list .project-list-wrapper #posts-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .project-list-wrapper .project-item {
    width: 50%;
  }
  .project-filter-sidebar {
    width: 25%;
  }
  .project-filter-list {
    width: 75%;
  }
  .project-list-wrapper .project-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .project-filter-sidebar {
    width: 30%;
  }
  .project-list {
    width: 70%;
  }
  .project-filter-box .project-filter-category {
    margin-top: 35px;
  }
  .project-filter-sidebar .title {
    font-size: 38px;
    margin-bottom: 60px;
  }
  .project-filter-list-header {
    margin-top: 60px;
  }
  .project-list-wrapper .project-item {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .project-listing-section > .container > .row > .project-list-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .project-filter-sidebar,
  .project-list {
    width: 100%;
  }
  .project-filter-box {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 43px);
    z-index: 9;
    background-color: var(--white);
    height: 100vh;
    padding: 20px;
    overflow-y: auto;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
  }
  .project-filter-box.active {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .project-filter-title-mobile {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
  }
  .project-filter-title-mobile .close img {
    width: 15px;
  }
  .project-filter-title-mobile h2 {
    margin: 0;
  }
  .project-filter-sidebar .selected-project-filter h6 {
    margin-bottom: 18px;
  }
  .project-filter-box .project-filter-category {
    margin-top: 30px;
  }
  .project-filter-dropdown-list label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: -1px;
    margin-right: 9px;
  }
  .project-filter-dropdown-list label input[type="checkbox"] {
    background-size: 9px;
  }
  .project-filter-sidebar .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .project-filter-list-header {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .project-filter-sort {
    display: flex;
    justify-content: space-between;
  }
  .project-filter-sort .project-filter-click {
    color: var(--black);
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.16px;
  }
  .project-filter-sort .project-filter-click img {
    margin-right: 10px;
  }
  .project-filter-sidebar .total-project-filter {
    display: none;
  }
  .project-filter-list .total-project-filter {
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.14px;
    margin-bottom: 50px;
  }
  .project-filter-list .project-filter-results {
    margin-bottom: 10px;
  }
  .project-filter-list .project-search-wrapper input {
    font-size: 16px;
  }
  .project-listing-section .project-filter-wrapper {
    flex-direction: column;
  }
  .project-listing-section .project-filter-wrapper > div {
    width: 100%;
  }
  .project-filter-wrapper .project-search {
    margin-bottom: 30px;
  }
  .project-listing-section .project-filter-wrapper .title-content-wrapper {
    flex-wrap: wrap;
    align-items: start;
    flex-direction: initial;
  }
  .project-listing-section .project-filter-wrapper .title-content-wrapper .title-content {
    text-align: left;
    max-width: initial;
    width: 100%;
  }
  .project-listing-section .project-filter-wrapper .title-content-wrapper > div:not(.title-content) {
    width: 50%;
  }
  .project-listing-section .project-filter-wrapper .title-content-wrapper .custom-select-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .project-list-wrapper .project-item {
    width: 100%;
  }
  .single-project-wrapper .project-pagination a span {
    display: none;
  }
}


@media only screen and (max-width: 600px) {
	.project-item-inner .project-image-slider .project-image-wrapper img {
    border-radius: 10px;
}
}
/*Filtrer end*/
