.projects {
  position: relative;
}

.project-details {
  /* position: absolute; */
  bottom: 0;
  right: 10%;
  /* background: #FFFFFF; */
  border-right: 5px solid #c78800;
  padding: 0px 25px 0px 25px;
  /* color: black; */
}
.faridabad {
  border-right: none !important;
  border-left: 5px solid #c78800;
}
.project-btn1 {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.project-details p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 183.3%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #c69537;
  text-align: left;
  /* font-family: 'Poppins', sans-serif; */
}

.project-details h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 139.3%;
  text-transform: capitalize;
  color: #3b4a66;
  font-family: myFirstFont;
}
.details-heading {
  font-weight: normal;
  font-size: 13px !important;
  line-height: 164.3% !important;
  text-transform: capitalize;
  color: #999999 !important;
  text-align: left;
}
.details-pera {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 183.3% !important;
  text-transform: capitalize;
  color: #3b4a66 !important;
}
.project-details button {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background: #c69537;
  padding: 10px 10px;
  margin: 15px 5px 0px;
}
.project-details hr {
  opacity: 0.8;
  border: 2px solid #e5e5e5;
}
.project-1 {
  float: right;
  width: 90%;
  margin-top: 80px;
}
.project-1 .project-details {
  left: 0;
  right: auto;
}
.project-2 .project-details {
  margin-top: 80px;
}
.projects img {
  width: 90%;
}
@media only screen and (max-width: 500px) {
  .project-details {
    position: relative;
  }
  .project-details p {
    font-size: 10px !important;
  }
  .project-details h4 {
    font-size: 18px;
  }
  .details-heading,
  .details-pera {
    font-size: 9px !important;
  }
  .project-2 .project-details {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .project-details p {
    font-size: 12px !important;
  }

  .project-details hr {
    opacity: 0.8;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .details-heading,
  .details-pera {
    font-size: 12px !important;
  }
  .project-details button {
    padding: 5px 5px;
    margin: 10px 2px 0px;
  }
  .projects img {
    width: 100%;
  }
  .project-details {
    right: 0;
    padding: 0px 10px 0px 10px;
  }
  .project-1 {
    width: 100%;
  }
}
.arrows {
  color: #ffffff;
  padding: 4px 9px;
  font-size: 20px !important;
  position: absolute;
  bottom: 0%;
  /* left: 0%; */
  background: #3b4a66;
}
.arrow-right {
  color: #ffffff;
  padding: 4px 9px;
  font-size: 20px !important;
  position: absolute;
  bottom: 0%;
  right: 1.9%;
  background: #3b4a66;
}
.prjct-advantage {
  font-style: italic !important;
  margin-bottom: 0px;
}
.proj-description {
  font-style: italic !important;
  font-size: 16px !important;
  padding-top: 20px;
}
.proj-description-second {
  font-style: italic !important;
  font-size: 16px !important;
  float: right;
}
@media only screen and (max-width: 500px) {
  .proj-description {
    font-size: 12px !important;
  }
  .proj-description-second {
    font-size: 12px !important;
    float: left;
  }
  .testimonial-wrap {
    padding: 0px;
  }
}
.project-margin {
  margin-top: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
  .arrow-right {
    right: 14px;
  }
}
@media only screen and (min-width: 425px) and (max-width: 768px) {
  .arrow-right {
    right: 15px;
  }
}
.margin-down {
  margin-bottom: 40px;
}
.aeroone-height {
  height: 420px !important;
  object-fit: cover;
}
.faridabad-height {
  height: 400px !important;
  object-fit: cover;
}
@media only screen and (min-width: 425px) and (max-width: 768px) {
  .project-details h4 {
    font-size: 14px;
  }
  .project-details p {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .aeroone-height {
    height: 420px !important;
    object-fit: cover;
  }
  .faridabad-height {
    height: 380px !important;
    object-fit: cover;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .project-details h4 {
    font-size: 20px;
  }
  .project-details p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .aeroone-height {
    height: 435px !important;
    object-fit: cover;
  }
  .faridabad-height {
    height: 415px !important;
    object-fit: cover;
  }
}
