/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./cartridges/app_custom_interceramic/cartridge/client/default/scss/experience/components/customAssets/clientProjects.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.image-component-project {
  margin: 0;
  width: 100%;
  position: relative;
}

.custom-mb {
  margin-bottom: 120px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}
.gray-section {
  color: #CFD8DC;
  background: #CFD8DC;
  height: 1px;
  margin-top: 0.5px;
  width: calc(100% - 35px);
}

.red-section {
  width: 35px;
  -webkit-box-flex: 0;
  border-radius: 50px;
  background: #E23A29;
  height: 2px;
}

.category-page-subtitle p {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #818181;
  padding: 0 80px;
}

.image-component-project:hover .overlay {
  opacity: 1;
}

.experience-custom_layouts-clientProjects .text p {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.experience-custom_layouts-listingClientProjects .text p {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.custom-border {
  border: 1px solid #CFD8DC;
  height: 100%;
}
.custom-border .editorialRichText-component-container img {
  padding: 10px;
}

.bottoms {
  margin-bottom: 60px;
}

.view_all {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #818181;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.view_all:hover {
  color: #d3d3d3;
}

.title {
  font-family: Poppins, sans-serif;
  line-height: 42px;
  color: #818181;
}

.content-cp-p {
  padding: 6px;
}

@media (min-width: 544px) and (max-width: 991px) {
  .title {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #818181;
  }
  .view_all {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #818181;
  }
  .category-page-subtitle p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding: 0 20px;
  }
  .experience-custom_layouts-clientProjects .text p {
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .experience-custom_layouts-listingClientProjects .text p {
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .container-projects {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .title {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #818181;
  }
  .view_all {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #818181;
  }
  .category-page-subtitle p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    padding: 0 20px;
  }
  .experience-custom_layouts-clientProjects .text p {
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .experience-custom_layouts-listingClientProjects .text p {
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/*# sourceMappingURL=default\css\experience\components\customAssets\clientProjects.css.map*/