.project {
  display: flex;
  flex-direction: column;
  width: 500px;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-11);
  padding: var(--spaces-space-11);
  position: relative;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-8);
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.project .gallery {
  display: flex;
  flex-direction: column;
  height: 180px;
  align-items: flex-start;
  justify-content: center;
  gap: var(--spaces-space-5);
  position: relative;
  align-self: stretch;
  width: 100%;
}

.project .image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--spaces-space-4);
  overflow: hidden;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.project .img {
  object-fit: cover;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.project .frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-8);
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.project .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spaces-space-9);
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.project .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spaces-space-3);
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}

.project .text-wrapper {
  position: relative;
 
  margin-top: -1.00px;
  font-family: var(--bold-bold-2xl-font-family);
  font-weight: var(--bold-bold-2xl-font-weight);
  color: var(--colors-dark-dark-700);
  font-size: var(--bold-bold-2xl-font-size);
  letter-spacing: var(--bold-bold-2xl-letter-spacing);
  line-height: var(--bold-bold-2xl-line-height);
  direction: rtl;
  font-style: var(--bold-bold-2xl-font-style);
}

.project .p {
  position: relative;
  align-self: stretch;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-700);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.project .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spaces-space-2);
  padding: var(--spaces-space-4) var(--spaces-space-8) var(--spaces-space-4)
    var(--spaces-space-8);
  position: relative;
  flex: 0 0 auto;
  background-color: var(--colors-dark-white);
  border-radius: var(--spaces-space-19);
  box-shadow: var(--card-shadow);
}

.project .arrows-diagrams {
  position: relative;
  width: 16px;
  height: 16px;
}

.project .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--bold-bold-sm-font-family);
  font-weight: var(--bold-bold-sm-font-weight);
  color: var(--colors-primary-primary);
  font-size: var(--bold-bold-sm-font-size);
  text-align: center;
  letter-spacing: var(--bold-bold-sm-letter-spacing);
  line-height: var(--bold-bold-sm-line-height);
  direction: rtl;
  font-style: var(--bold-bold-sm-font-style);
}

.project .separate {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.project .list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spaces-space-15);
  align-self: stretch;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  flex: 0 0 auto;
}

.project .list-2 {
  display: inline-flex;
  gap: var(--spaces-space-5);
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  flex: 0 0 auto;
}

.project .text-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: var(--spaces-space-1);
  position: relative;
  flex: 0 0 auto;
}

.project .text-wrapper-3 {
  position: relative;
 
  margin-top: -1.00px;
  font-family: var(--regular-regular-m-font-family);
  font-weight: var(--regular-regular-m-font-weight);
  color: var(--colors-dark-dark-500);
  font-size: var(--regular-regular-m-font-size);
  letter-spacing: var(--regular-regular-m-letter-spacing);
  line-height: var(--regular-regular-m-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  direction: rtl;
  font-style: var(--regular-regular-m-font-style);
}

.project .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  font-family: var(--bold-bold-m-font-family);
  font-weight: var(--bold-bold-m-font-weight);
  color: var(--colors-dark-dark-800);
  font-size: var(--bold-bold-m-font-size);
  letter-spacing: var(--bold-bold-m-letter-spacing);
  line-height: var(--bold-bold-m-line-height);
  direction: rtl;
  font-style: var(--bold-bold-m-font-style);
}

.project .img-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: var(--spaces-space-3) 0px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.project .img-2 {
  position: relative;
   
}
