/*--------------------------------------------------------------
# Section details project section - Project Page
--------------------------------------------------------------*/
html[dir="rtl"] #details-project-section .full-description-project,

html[dir="rtl"] #details-project-section .short-text-project,


html[dir="rtl"] #details-project-section .text-project {
  text-align: right;
}

#details-project-section {
  position: relative;
  overflow: hidden;

}

#details-project-section .blur-shape-7 {
  width: 100%;
  position: absolute;
  top: -145px;
  left: 0;
  z-index: -1;
}

#details-project-section .details-project-section {
  text-align: center;
}

#details-project-section .title-of-project {
  font-family: Gabarito;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  color: var(--white);
  line-height: 100%;
  letter-spacing: 0%;
  line-height: 100%;
  text-align: center;

}

#details-project-section .details-project {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 55px;
  margin-top: 65px;
  padding: 35px 0;
  border-top: 1px solid var(--color-gray-dark);
  border-bottom: 1px solid var(--color-gray-dark);
  ;
}

#details-project-section .short-description-project {
  font-family: Gabarito;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 16px;
  color: var(--white);
}

#details-project-section .text-project {
  font-family: Gabarito;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  color: var(--white);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;

}

#details-project-section .short-text-project {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: var(--white);
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 10px;

}

#details-project-section .details-description-project {
  padding: 45px 0;
}

#details-project-section .full-description-project {
  font-family: Gabarito;
  font-weight: 400;
  font-style: SemiBold;
  font-size: 20px;
  color: var(--white);
  line-height: 25px;
  text-align: left;
}

#details-project-section .container-images-projects {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  /* overflow: hidden; */
}

#details-project-section .image-project {
  width: 100%;
}



/* Shape gauche */
#details-project-section .blur-shape-8 {
  position: absolute;
  z-index: -1;
  left: -24vw;
  top: -16vh;
  width: 50vw;
  max-width: 500px;
  height: auto;
}

/* Shape droite */
#details-project-section .blur-shape-9 {
  position: absolute;
  z-index: -1;
  right: -31vw;
  top: 108vh;
  width: 50vw;
  max-width: 500px;
  height: auto;
}

@media(max-width :768px) {
  #details-project-section .details-project {
    grid-template-columns: repeat(2, 1fr);

  }

  #details-project-section .title-of-project {
    font-size: 35px;
  }
}

@media(max-width :476px) {
  #details-project-section .details-project {
    grid-template-columns: repeat(1, 1fr);

  }
}