/* font-family: 'Inter', sans-serif;
font-family: 'Roboto', sans-serif; */
* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

header,
.section {
  max-width: 1250px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0px auto;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.logo-wrapper img {
    margin-top:10px;
  max-width: 250px;
}

.menu-wrapper {
  display: flex;
  column-gap: 25px;
}

.menu-wrapper a {
  color: #000000;
  font-family: sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 83.333% */
  text-decoration: none;
  letter-spacing: 1px;
}

.hero-banner.section {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-banner-left h6 {
  color: var(--fcgdf, #000);
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 157.778% */
}

.hero-banner-right img {
  max-width: 700px;
}

.hero-banner-right {
  margin-right: -3rem;
}

.hero-banner-left p {
  color: var(--fcgdf, #000);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
}

.newsLatter-wrapper {
  margin-top: 20px;
  display: flex;
}

.newsLatter-wrapper input[type="text"] {
  /* border-radius: 9px 0 0 9px; */
  /* border-left: 1px solid #150000; */
  /* border-bottom: 1px solid #150000; */
  border: 0;
  padding: 15px;
  min-width: 240px;
  border-radius: 30px;
}

.newsLatter-wrapper button {
  border-radius: 30px;
  background: var(--fcgdf, #000);
  color: var(--white, #fff);
  text-align: center;

  /* Semi-bold/18px */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  padding: 0 20px;
  border: 0;
}

.newsLatter-wrapper {
  border: 1px solid black;
  border-radius: 30px;
  width: max-content;
}

.trusted-banner-wrapper {
  margin-top: 15px;
  margin-bottom: 30px;
}

.trusted-banner-wrapper h4 {
  color: var(--gray-500, #667085);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  margin-bottom: 12px;
}

.trusted-user-list {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  column-gap: 25px;
}

.our-services-wrapper {
  display: grid;
  grid-template-columns: 30% auto;
  column-gap: 25px;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.our-services-right .our-services-list {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 25px;
}

.our-services-left h6 {
  color: var(--fcgdf, #000);
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 157.778% */
}

.our-services-left p {
  color: var(--fcgdf, #000);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 188.889% */
}

.our-services-list-item {
  border-radius: 15px;
  background: #fffafa;
  box-shadow: 0px 0px 34px 0px rgba(127, 125, 125, 0.25);
}

.our-services-list-content {
  padding: 20px;
}

.our-services-list-content h6 {
  color: var(--fcgdf, #000);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 170% */
}

.our-services-list-content p {
  color: var(--fcgdf, #000);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 158.333% */
}

.our-services-list-item > h6 {
  color: var(--fcgdf, #000);
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 226.667% */
  padding-left: 20px;
  padding-bottom: 20px;
}

.our-team-wrapper.section > h6 {
  color: var(--fcgdf, #000);
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 71px; /* 157.778% */
  text-align: center;
}

.our-team-wrapper.section > p {
  color: var(--gray-600, #52525b);
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  max-width: 500px;
  margin: auto;
}

.our-team-slider {
  display: flex;
  text-align: center;
  column-gap: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.our-team-slider-content {
  box-shadow: 0px 7px 20px 15px #00000008;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  background: white;
  width: max-content;
  margin: auto;
  margin-bottom: 17px;
}

.our-team-slider-content:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  background: white;
}

.our-project-wrapper > h6 {
  color: var(--fcgdf, #000);
  font-family: Inter;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 71px; /* 157.778% */
  text-align: center;
  margin-bottom: 20px;
}

.our-project-list {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 50px;
  column-gap: 25px;
}

.our-project-wrapper.section {
  margin-bottom: 40px;
}

.our-project-list-content {
  padding-top: 15px;
}

.our-project-list-content h6 {
  color: var(--fcgdf, #000);
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 119.048% */
  text-transform: uppercase;
  margin-bottom: 5px;
}

.our-project-list-content p {
  color: var(--fcgdf, #000);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  text-transform: capitalize;
}

.our-project-list {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 50px;
  column-gap: 25px;
}

.our-project-wrapper.section {
  margin-bottom: 40px;
}

.our-project-list-content {
  padding-top: 15px;
}

.our-project-list-content h6 {
  color: var(--fcgdf, #000);
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 119.048% */
  text-transform: uppercase;
  margin-bottom: 5px;
}

.our-project-list-content p {
  color: var(--fcgdf, #000);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  text-transform: capitalize;
}

.testimonial-wrapper.section > h4 {
  color: #5a5a5a;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 83.333% */
  text-align: center;
  margin-bottom: 10px;
}

.title-devider {
  max-width: 400px;
  background: #00000029;
  height: 2px;
  margin: auto;
  display: block;
}

.testimonial-wrapper.section > h6 {
  color: var(--fcgdf, #000);
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 55.556% */
  text-transform: capitalize;
  text-align: center;
  margin-top: 20px;
}

.testimonial-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 100px;
}

.testimonial-list-item {
  text-align: center;
}

.testimonial-list-item {
  position: relative;
}

.testimonial-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
}

.testiminial-content-left h6 {
  color: var(--base-white, var(--white, #fff));

  /* Bold/18px */
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.5px;
}

.testiminial-content-left p {
  color: var(--gray-300, #d4d4d8);

  /* Regular/13px */
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.contact-us-wrapper {
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  column-gap: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.contact-us-left h6 {
  color: var(--fcgdf, #000);
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 83.333% */
  margin-bottom: 20px;
}

.contact-us-form {
  display: grid;
  row-gap: 15px;
}

.contact-us-form input,
.contact-us-form textarea {
  border-radius: 12px;
  border: 1px solid var(--fcgdf, #000);
  padding: 12px;
}

.contact-us-form a.btn.btn-black {
  display: block;
  background: black;
  padding: 10px;
  border-radius: 24px;
  text-align: center;
  color: var(--white, #fff);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 100% */
  text-decoration: none;
}

.contact-us-right img {
  border-radius: 8px;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: 30% auto;
  column-gap: 30px;
}

.footer-left p {
  color: white;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  margin-top: 5px;
}

.ft-menu h6 {
  color: white;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
  margin-bottom: 5px;
}

footer {
  background: black;
  padding-top: 50px;
  padding-bottom: 30px;
}

.ft-menu {
  display: grid;
  row-gap: 3px;
}

.ft-menu a {
  color: var(--white, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.footer-right > div {
  display: grid;
  row-gap: 40px;
  align-items: start;
}

.footer-right {
  display: flex;
  justify-content: space-evenly;
}

.ft-menu a {
  display: flex;
  column-gap: 15px;
}

.ft-menu a svg {
  height: 15px;
  width: 15px;
}

.ft-menu.contact a {
  margin-bottom: 10px;
  align-items: center;
}

.ft-menu.contact h6 {
  margin-bottom: 10px;
}

.ft-menu.address p {
  color: var(--white, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 250px;
}

@media only screen and (max-width: 768px) {
  header,
  .section {
    width: 100%;
    padding: 0;
  }
  header {
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
  }

  .hero-banner {
    flex-direction: column;
    justify-content: center;
    padding-top: 25px !important;
  }

  .hero-banner-right {
    margin-right: 0;
  }

  .hero-banner-right img {
    max-width: 70%;
    margin: auto;
    display: block;
  }
  .trusted-user-list {
    grid-template-columns: auto auto auto;
    row-gap: 20px;
    justify-content: center;
  }

  .our-services-wrapper {
    grid-template-columns: auto;
    row-gap: 25px;
  }

  .our-services-left {
    text-align: center;
  }

  .our-services-right .our-services-list {
    grid-template-columns: auto;
    row-gap: 20px;
    justify-content: center;
  }

  .our-team-slider {
    flex-direction: column;
  }

  .our-project-list {
    grid-template-columns: auto;
    justify-content: center;
    row-gap: 20px;
  }

  .testimonial-list {
    grid-template-columns: auto;
    row-gap: 20px;
  }

  .testimonial-wrapper {
    padding-top: 20px;
  }

  .contact-us-wrapper {
    grid-template-columns: auto;
    column-gap: 0;
    row-gap: 40px;
  }

  .footer-wrapper {
    grid-template-columns: auto;
  }

  .footer-right {
    flex-direction: column;
    row-gap: 30px;
  }

  .newsLatter-wrapper input[type="text"] {
    min-width: unset;
  }
  footer {
    padding: 25px 15px;
  }

  .page-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  header {
    padding-top: 15px;
  }
  .contact-us-left {
    padding-top: 25px;
  }

  .hero-banner-left h6 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 10px;
    text-align: center;
  }

  .hero-banner-left p {
    font-size: 16px;
    text-align: center;
  }

  .hero-banner-left {
  }

  .newsLatter-wrapper {
    margin: 10px auto;
  }

  .our-services-left h6 {
    font-size: 24px;
  }

  .our-services-left p {
    font-size: 16px;
  }

  .our-team-wrapper.section > h6 {
    font-size: 24px;
  }

  .our-team-wrapper.section > p {
    font-size: 16px;
  }

  .our-team-slider-image img {
    max-width: 60%;
  }

  .our-project-wrapper > h6 {
    font-size: 24px;
  }

  .our-project-list-content h6 {
    font-size: 18px;
  }

  .our-project-list-content p {
    font-size: 14px;
  }

  .testimonial-wrapper.section > h4 {
    font-size: 18px;
  }

  .testimonial-wrapper.section > h6 {
    font-size: 24px;
    margin-top: 15px;
  }

  .testimonial-list {
    margin-top: 25px;
  }

  .testimonial-list-item img {
    max-width: 65%;
  }

  .contact-us-left h6 {
    font-size: 24px;
  }

  .footer-left p {
    margin-bottom: 20px;
  }
}
