#projects .category {
  z-index: 10;
  overflow-y: auto;
}

#projects .active {
  font-weight: bold;
  color: #1e1210;
}
#projects .list-group-item.active {
  background-color: #fff !important;
  font-weight: bold;
  color: #1e1210;
}

#projects .list-group-item.active a {
  font-weight: bold;
  color: #1e1210;
}

#projects .product__filter .btn-link {
  text-transform: none;
}

.title {
  margin-bottom: 3rem;
  margin-top: 1rem;
}

/* BREADCOME */

#projects .breadcrumb .breadcrumb-item a {
  color: #1e1210;
  text-decoration: none;
}

/* FILTER */
.product__filter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product__filter_category_container {
  width: 100%;
  padding-left: 1rem;
}
.product__filter .product__filter_title {
  background-color: #f6f8fa;
  font-weight: bold !important;
  height: 112px;
  text-align: center;
  color: #1e1210;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  margin-top: -2rem;
}
#categoryList {
  padding-left: 1rem;
}
.product__filter_category {
  width: 100%;
  margin: 0 !important;
}
.product__filter_category a {
  font-weight: bold !important;
  width: 100%;
  text-align: left !important;
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
}

.product__filter_category a:focus {
  outline: 0;
  box-shadow: none !important;
}

.product__filter .collapse {
  background-color: #f6f8fa;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  height: auto;
  margin-left: 2rem;
}
.product__filter .collapsing {
  background-color: #f6f8fa;
  margin-left: 2rem;
  width: fit-content;
  font-weight: bold;
  text-align: center;
}
.product__filter .collapse .list-group-item,
.product__filter .collapsing .list-group-item {
  border: none;
  font-weight: 400;
  text-align: left;
  padding: 0px;
}

.product__filter .btn-link {
  color: #1e1210;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.product__filter .product__filter_line {
  height: 1px;
  background: #333;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/* GRID */

.plus__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}

.plus__btn button i {
  font-size: 50px;
}

.like__btn {
  color: #dcdcdc;
}
.like__btn .fa-solid {
  color: red;
}
.product__img {
  width: 100%;
}

.product__banner {
  margin-bottom: 2rem;
}

.product__banner .product__img {
  width: 100%;
  height: 100%;
  max-height: 380px;
}

.product__banner .nc-card-title a {
  color: #1e1210;
  text-decoration: none;
}

/* Grid */

/* GRID */

#project__grid .like__btn {
  font-size: 20px;
}
#project__grid .like__btn .fa-solid {
  color: red;
}
#project__grid .nc-NcImage .product__img {
  width: 100%;
  height: 220px !important;
}

#project__grid .description_box .nc-card-title {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 60%;
  white-space: nowrap;
}

/* GRID */

.block__grid {
  background-color: #f7f8fa;
}

.block__grid h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 40px;
}

.block__grid p {
  font-size: 18px;
  font-weight: 500;
}

.block__grid .col-6 .block__grid_section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 580px;
}
.block__grid .col-6 .block__grid_section .block__grid_section_text {
  text-align: left;
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.black__btn {
  height: 35px;
  border-radius: 30px;
  color: #fff;
  background-color: #2d2e35 !important;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
  margin-inline: 1rem;
}

/* pagination container */

.pagination__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  padding-right: 100px;
}

.pagination__container .pagination {
  align-items: center;
}

.pagination__container ul li {
  list-style: none;
}

.pagination__container ul li a {
  border: none;
  color: #1e1210;
  font-size: 1.2rem;
  font-weight: 500 !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  border-radius: 0px;
  background-color: #1e1210 !important;
  border-color: #1e1210;
  padding: 0px !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MODAL COLLECTION */

#collectionModal .modal-dialog {
  position: fixed;
  width: 400px;
  margin-top: 0;
  right: 0;
}

#collectionModal .modal-content {
  height: 100vh;
}

#collectionModal .modal-body {
  display: flex;
  flex-direction: column;
}

#collectionModal .collection__content {
  padding-left: 1rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

#collectionModal .collection__content img {
  width: 200px;
  height: 200px;
  margin-top: 0.5rem;
  margin-bottom: 5rem;
  border-radius: 1rem;
}

#collectionModal .collection__content h5 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}

#collectionModal .collection__content p {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #9a9b9e;
}

#collectionModal .collection__content button {
  align-self: center;
  width: 90%;
  margin-top: auto;
}

#collectionModal .collection__list {
  margin-top: 1rem;
}

#collectionModal .collection__list li {
  border-inline: none;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}

#collectionModal .collection__list li .fa-solid {
  color: red;
}

#collectionModal .collection__list li:hover {
  background-color: #f6f8fa;
}
#projects .template__category {
  z-index: 10;
  overflow-y: auto;
  padding-top: 2rem;
  padding-right: 0px !important;
  width: 420px;
  max-width: 440px;
}

.product__banner {
  margin-bottom: 2rem;
}

#projects .product__banner {
  margin-bottom: 40px !important;
  height: 646px;
}

/* #projects .product__banner .nc-Card4 {
  height: 520px;
} */

#projects .product__banner .nc-Card4 > div:not(.product__banner_desc) {
  height: 100%;
}

#projects .product__banner .nc-Card4 > div:not(.product__banner_desc) div {
  height: 100%;
}

#projects .product__banner .nc-Card4 .product__img {
  width: 100%;
  height: 100%;
  max-height: 520px;
}

#projects .product__banner .product__banner_desc {
  height: 124px;
  padding-right: 52px !important;
  padding-left: 30px !important;
  padding-top: 20px;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
}

.product__banner .product__banner_desc a {
  text-decoration: none;
}

.product__banner .product__banner_desc a:hover {
  text-decoration: none;
  color: #fff;
}

#projects .template__category .product__filter_title {
  margin-bottom: 26px;
  padding-left: 110px;
  justify-content: left;
}
