/* landing css */

.landing {
  margin-top: 114px;
}

.landing-page {
  height: 700px;
  position: relative;
}

.landing-photo {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.linear {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.subtract {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.landing-description {
  font-size: 30px;
  font-weight: 700;
  font-family: poppinBold;
  color: #000000;
  line-height: 55px;
  margin-bottom: 100px;
}

/* service css */

.service {
  position: relative;
  margin-top: -130px;
  z-index: 6;
}

.service-card {
  width: 100%;
  height: 230px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: white;
  cursor: pointer;
  text-decoration: none;
}

.serviceIcon-parent {
  z-index: 2;
}

.serviceIcon-background {
  z-index: 10 !important;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #e5eaf7;
}

.ellipse {
  z-index: -1 !important;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 92px;
  height: 92px;
}

.service-icon {
  width: 46px;
  height: 46px;
}

.service-icon-four {
  width: 46px;
  height: 69px;
}

.service-description {
  font-size: 16px;
  font-weight: 500;
  font-family: poppinSemiBold;
  color: #000000;
  text-decoration: none !important;
}

/* portfolio css */

.portfolio {
  margin-top: 80px;
  margin-bottom: 60px;
}

.portfolio-page-title {
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.portfolio-row {
  row-gap: 35px;
  margin-top: 35px;
}

.portfolio-card {
  width: 100%;
  height: 210px;
  border-radius: 15px;
  background-color: #e5eaf7;
  padding: 30px;
}

.portfolio-icon-parent {
  width: 100%;
}

.portfolio-icon {
  width: 180px;
  height: 180px;
}

.portfolio-title-parent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.portfolio-title {
  font-size: 18px;
  font-weight: 500;
  font-family: poppinSemiBold;
}

.portfolio-description {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin-top: 22px;
}

/* client css */

.client {
  margin-bottom: 60px;
}

.client-page-title-parent {
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.client-page-title {
  padding-top: 30px;
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.client-card {
  width: 100%;
  height: 130px;
}

/* contact css */

.contact {
  margin-bottom: 40px;
}

.contact-page-title-parent {
  margin-bottom: 30px;
}

.contact-page-title {
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.contact-card {
  width: 100%;
  height: 240px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contactIcon-parent {
  z-index: 2;
}

.contactIcon-background {
  z-index: 10 !important;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #e5eaf7;
}

.ellipse {
  z-index: -1 !important;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 92px;
  height: 92px;
}

.contact-icon {
  width: 46px;
  height: 46px;
}

.contact-card-title {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin-top: 30px;
}

.contact-card-description {
  font-size: 16px;
  font-weight: 500;
  font-family: poppinSemiBold;
  padding-top: 15px;
}

/* footer css */

.footer {
  padding-top: 40px;
}

.footer-about {
  width: 100%;
}

.footer-about-company {
  width: 130px;
  height: 90px;
}

.footer-about-description {
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  margin-top: 25px;
}

.footer-link {
  width: 100%;
}

.footer-links-title {
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.links {
  margin-top: 20px;
}

.links-text {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.footer-social {
  width: auto;
}

.footer-social-title {
  font-size: 22px;
  font-weight: 600;
  font-family: poppinSemiBold;
}

.socials {
  display: flex;
  column-gap: 20px;
  margin-top: 20px;
}

.social-photo {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
