* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  background-color: #f6f5f2;
  color: #222831;
  padding: 0 6rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #222831;
}
.pad {
  padding: 6rem 4rem;
}
ul {
  list-style-type: none;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 4rem;
  position: sticky;
  top: 0;
  z-index: 20;
  background: inherit;
}
.logo {
  font-size: 1.8rem;
  font-weight: 800;
}
.menu {
  display: none;
  width: 25px;
  cursor: pointer;
  /* height: 30px; */
}
.nav-bar {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style-type: none;
}
.nav-link {
  font-size: 0.95rem;
  font-weight: 400;
}
.nav-link:hover {
  color: black;
}
.about {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.about-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 50%;
}
.big-header {
  font-size: 4rem;
  font-weight: 400;
}
.big-header span {
  font-weight: 800;
}
.content {
  font-size: 1.2rem;
  line-height: 1.5;
  max-width: 90%;
  color: #282f3a;
  font-weight: 300;
  margin-left: 0.25rem;
}
.btn-container {
  /* margin-left: 0.25rem; */
  display: flex;
  gap: 2rem;
}
.btn {
  padding: 1rem 2rem;
  font-size: 0.95rem;
  border-radius: 50px;
}
.btn-outline {
  color: #222831;
  background-color: #f6f5f2;
}
.btn-solid {
  background-color: #222831;
  color: #f6f5f2;
}
.btn-solid:hover {
  background-color: black;
}
.img-container {
  max-width: 50%;
  /* overflow: show; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.card-happy {
  left: 40%;
  bottom: -2.5rem;
}
.card-happy span {
  color: #1640d6;
}
.card-gif {
  width: 25px;
}
.img {
  width: 100%;
  z-index: 2;
}
.card-bg {
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: #ffc470;
  border-radius: 100%;
  z-index: -1;
}
.about-desc {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 1rem;
  padding: 1rem 0;
}
.desc-content {
  max-width: 50%;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  color: #282f3a;
}
.desc-list-container {
  max-width: 50%;
  min-width: 50%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.desc-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.desc-list-item {
  font-size: 1.1rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 1rem;
}
.icon {
  width: 30px;
}
.small-icon {
  width: 13px;
}
.services {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
}
.title-light {
  font-weight: 300;
  font-size: 2.25rem;
}

.service-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.services .img-container {
  position: relative;
}
.services .img-container .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-abs {
  position: absolute;
  padding: 0.8rem 1rem;
  background-color: #ffff;
  border-radius: 15px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 200px;
  text-align: center;
  z-index: 4;
  /* box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25); */
}
.img-container .card-result {
  left: 20%;
  top: -10%;
}
.img-container .card-fast {
  right: 15%;
  bottom: -5%;
}
.img-container .stat-img {
  position: absolute;
  top: 40%;
  left: 0;
  width: 120px;
}
.indicate-img {
  min-width: 300px !important;
  /* z-index: 120; */
}
.services .header-title {
  font-size: 2.85rem;
  font-weight: 300;
  max-width: 95%;
}
.services .header-content {
  font-size: 1.2rem;
  color: #666666;
  font-weight: 300;
  max-width: 90%;
}
.header-card-container {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

  gap: 1rem;
}
.card {
  /* max-width: 50%; */
  width: calc(50% - 1rem);
  min-width: 160px;
  /* max-width: 300px; */
  border: 1px solid #6666;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-radius: 25px;
  /* background-color: #ffff; */
  /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); */
}
.card-icon {
  width: 35px;
}
.card-title {
  color: #282f3a;
  font-weight: 400;
  max-width: 98%;
}
.additional-service-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.additional-service-header h2 {
  max-width: 600px;
}
.additional-service-header p {
  max-width: 550px;
  text-align: center;
  font-weight: 300;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.5;
}
.additional-card-container {
  display: flex;
  gap: 2rem;
  width: 100%;
}
.additional-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  /* max-width: 450px; */
  text-align: center;
  width: 100%;
}
.additional-card .card-title {
  font-size: 1.25rem;
  font-weight: 500;
}
.additional-card .card-content {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
  color: #666666;
  max-width: 350px;
  /* text-align: left; */
  line-height: 1.3;
}
.additional-card .card-img {
  width: 80px;
}
.projects {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.projects-header {
  display: flex;
  flex-direction: column;
  gap: 1em;
  text-align: center;
}
.projects-header p {
  max-width: 500px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #666666;
  align-self: center;
}

.projects-card-container {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-evenly;
  align-items: center;
  align-items: stretch;
  gap: 1rem;
  /* padding: 1rem 0.5rem; */
  /* overflow-x: scroll; */
}

.projects-card {
  /* border: 1px solid #666666; */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  overflow: hidden;
  /* min-width: 20px; */
  max-width: 360px;
}
.card-logo {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-logo a {
  font-size: 2rem;
  font-weight: 700;
}
.learn-more {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.learn-more img {
  width: 20px;
}
.logo-purple {
  background-color: #5d407e;
}
.logo-purple a {
  color: #f6f5f2;
}
.logo-blue {
  background-color: #008dda;
}
.logo-blue a {
  color: #f6f5f2;
}
.logo-yellow {
  background-color: #ffd23f;
}
.logo-yellow a {
  color: #ffff !important;
}
.logo-yellow a span {
  font-weight: 300;
}
.logo-black {
  background-color: #693ee0;
}
.logo-black a {
  color: black;
}
/* .projects-card img {
  max-width: 100%;
} */
.projects-card-content {
  padding: 2rem;
  background-color: #222831;
  color: #f6f5f2 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  min-height: 100%;
}
.projects-card-content h2 {
  color: #f6f5f2;
  font-weight: 500;
}

.projects-card-content p {
  font-weight: 300;
  max-width: 350px;
  line-height: 1.5;
}
.projects-card-content a {
  color: #f6f5f2;
}
.projects-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.conclution {
  padding: 6rem 4rem 0 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.conclution-content {
  text-align: center;
  max-width: 500px;
  align-self: center;
  font-size: 1.2rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.5;
}
.conclution-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.card-result-conc {
  right: 30%;
  bottom: 15%;
}
.card-happy-conc {
  top: 5%;
  left: 25%;
}
.footer {
  background-color: #222831;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-top a,
p {
  color: #f6f5f2;
  font-weight: 300;
  font-size: 0.95rem;
}
.footer-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer-card h2 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
}
.footer-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-middle {
  border-bottom: 1px solid #666666;
}
.footer-bottom {
  text-align: center;
}
.copyright {
  color: #e4e4e4a1;
  font-weight: 300;
  font-size: 0.9rem;
}

@media only screen and (max-width: 1400px) {
  body {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .nav {
    padding: 1.5rem 1rem;
  }
  .pad {
    padding: 6rem 1rem;
  }
  .conclution {
    padding: 6rem 1rem 0 1rem;
  }
  .footer {
    padding: 4rem 1rem;
  }
}
@media only screen and (max-width: 1000px) {
  body {
    padding: 0;
  }
  .nav {
    padding: 1.5rem 2rem;
  }
  .pad {
    padding: 6rem 2rem;
  }

  .about .big-header {
    font-size: 3.25rem;
  }
  .about .content {
    font-size: 1rem;
  }
  .about .btn {
    padding: 0.85rem 1.5rem;
    font-size: 0.85rem;
  }
  .about .card-happy {
    left: 20%;
  }
  .about .desc-content {
    font-size: 1.5rem;
  }
  .about .desc-list-item {
    font-size: 0.95rem;
  }

  .services .title {
    font-size: 2.3rem;
  }
  .services .title-light {
    font-size: 1.95rem;
  }

  .projects .title {
    font-size: 2.3rem;
  }
  .conclution {
    padding: 6rem 2rem 0 2rem;
  }
  .footer {
    padding: 4rem 2rem;
  }
}

@media only screen and (max-width: 868px) {
  /* .nav-bar {
    display: none;
  } */
  .mobile-nav {
    position: absolute;
    top: 5rem;
    left: -100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 85%;
    min-height: 100dvh;
    z-index: 100;
    background-color: #f6f5f2;
    transition: all 0.65s ease-in-out;
  }
  .show-nav {
    left: 0 !important;
  }
  .menu {
    display: block;
  }
  .about .about-header-container {
    flex-direction: column;
    gap: 3rem;
    width: 100%;
  }
  .header {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  .header .content {
    max-width: 550px;
    /* text-align: center; */
  }
  .about .img-container {
    max-width: 100%;
  }
  .about .card-happy {
    bottom: 10%;
  }
  .about .about-desc {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    width: 100%;
  }
  .about .desc-content {
    min-width: 100%;
    text-align: center;
  }
  .desc-list-container {
    min-width: 100%;
  }
  .about .desc-list {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .services .service-header-container {
    flex-direction: column;
    gap: 3rem;
  }
  .services .img-container {
    width: 100%;
  }
  .services .header {
    text-align: center;
  }
  .services .header-title {
    font-size: 2.5rem;
    max-width: 600px;
  }
  .services .header-content {
    font-size: 0.9rem;
    max-width: 550px;
  }
  .additional-card-container {
    flex-direction: column;
    gap: 3rem;
  }

  .additional-card .card-content {
    max-width: 450px;
  }
  .projects-card-container {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 580px) {
  .about-desc {
    justify-content: center;
  }
  .about .desc-list {
    flex-direction: column;
    justify-content: center;
    max-width: 70%;
  }
  .conclution img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .nav {
    padding: 1.5rem 0.5rem;
  }

  .pad {
    padding: 5rem 0.5rem;
  }

  .about .img-container {
    overflow: hidden;
  }
  .card-bg {
    width: 260px;
    height: 260px;
  }

  .services .img-container {
    /* overflow: hidden; */
    width: 100%;
  }
  .services .img-container .img {
    min-width: 100%;
  }
  .card-abs {
    padding: 0.5rem 0.85rem;
    font-size: 0.9rem;
    min-width: 120px;

    /* box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25); */
  }
  .img-container .card-result {
    right: -10%;
    top: -15%;
  }
  .img-container .card-fast {
    left: 0;
    bottom: 0;
  }
  .img-container .stat-img {
    position: absolute;
    top: -5rem;
    left: -5rem;
    width: 100px;
  }
  .conclution {
    padding: 5rem 0.5rem 0 0.5rem;
  }
  .conclution img {
    max-width: 95%;
  }
  .footer {
    padding: 3rem 0.5rem;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
