* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

main {
  width: 100%;
  padding: 1.5rem;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

main .hero-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

main .hero-text .hero-heading {
  width: 100%;
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 11vw, 12rem);
  font-weight: 600;
  letter-spacing: clamp(0.04em, 1vw, 0.12em);
  line-height: 0.85;
  text-transform: uppercase;
  color: #111;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

main .hero-text .text {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-family: monospace;
}

main .hero-text .text p {
  text-transform: uppercase;
  font-size: clamp(0.75rem, 2.5vw, 1rem);
}

main .hero-img-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

main .hero-img-txt .top {
  width: 100%;
  aspect-ratio: 1/1;
}

main .hero-img-txt .top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

main .hero-img-txt .bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.3em;
}

main .hero-img-txt .bottom h1 {
  font-size: clamp(2.3rem, 10vw, 2.78em);
  font-weight: 370;
  line-height: 1;
  text-transform: uppercase;
}

main .hero-img-txt .bottom p {
  font-size: clamp(1rem, 4vw, 1.45em);
  font-weight: 370;
  font-family: monospace;
  line-height: 1.5;
  opacity: 0.9;
}

main .hero-img-txt .bottom .services {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

main .hero-img-txt .bottom .services .service {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

main .hero-img-txt .bottom .services .service p {
  font-size: clamp(1.2rem, 5vw, 1.78em);
  font-weight: 400;
}

main .verticle-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

main .verticle-text .top {
  width: 100%;
  aspect-ratio: 1/1;
}

main .verticle-text .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .verticle-text .bottom {
  display: flex;
  gap: 2em;
}

main .verticle-text .bottom > p {
  writing-mode: vertical-lr;
  font-weight: 400;
  font-size: 0.8em;
  padding-top: 0.5em;
  white-space: nowrap;
}

main .verticle-text .bottom .text {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

main .verticle-text .bottom .text h1 {
  font-size: clamp(2.4rem, 10vw, 3em);
  text-transform: uppercase;
  font-weight: 370;
  line-height: 1;
}

main .verticle-text .bottom .text p {
  writing-mode: initial;
  font-size: clamp(1rem, 4vw, 1.42em);
  font-weight: 370;
  font-family: monospace;
  opacity: 0.55;
  line-height: 1.5;
  padding-top: 0;
}

main .ourServices {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 2em;
  gap: 2em;
}

main .ourServices .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

main .ourServices .top h1 {
  font-size: clamp(2.5rem, 10vw, 2.78em);
  font-weight: 370;
  text-transform: uppercase;
  line-height: 1;
}

main .ourServices .top .service-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

main .ourServices .top .service-container .service-Card {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

main .ourServices .top .service-container .service-Card .heading {
  font-size: clamp(1.3rem, 5vw, 1.7em);
  font-weight: 400;
  opacity: 1;
  text-transform: uppercase;
}

main .ourServices .top .service-container .service-Card p {
  font-size: clamp(1rem, 4vw, 1.39em);
  font-weight: 370;
  font-family: monospace;
  opacity: 0.45;
  line-height: 1.5;
}

.arrow-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1em 0;
  gap: 1em;
}

.arrow {
  width: 36px;
  min-width: 36px;
  height: 36px;
  background-color: black;
  border-radius: 50%;
}

.arrow-container p {
  opacity: 1 !important;
  font-size: clamp(0.9rem, 3vw, 1.2em) !important;
  text-transform: uppercase;
}

main .ourServices .bottom {
  width: 100%;
  aspect-ratio: 1/1;
}

main .ourServices .bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .selected-work {
  margin-top: 3em;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

main .selected-work img {
  width: 100%;
  object-fit: cover;
}

main .selected-work .work-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.azure-img,
.sage-img {
  width: 100%;
  aspect-ratio: 1/1;
}

.azure-img img,
.sage-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.azure-2,
.sage-2 {
  display: none;
}

.azure-container,
.sage-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.azure-text,
.sage-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}

.azure-text .head-text,
.sage-text .head-text {
  font-size: clamp(2.2rem, 8vw, 2.5em);
  font-weight: 400;
  text-transform: uppercase;
  opacity: 1;
}

.azure-text p,
.sage-text p {
  font-size: clamp(1rem, 4vw, 1.39em);
  font-weight: 370;
  font-family: monospace;
  opacity: 0.9;
}

main .clients {
  margin-top: 2em;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

main .clients img {
  width: 100%;
  object-fit: cover;
}

main .clients .clients-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding-bottom: 2.5em;
}

main .clients .clients-container .current-client-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}

main .clients .clients-container .current-client-box .client-name {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}

main .clients .clients-container .current-client-box .client-name p:first-child,
main .clients .clients-container .current-client-box p {
  opacity: 0.8;
  font-size: clamp(0.9rem, 3vw, 1.19em);
  text-transform: uppercase;
  font-family: monospace;
}

main .clients .clients-container .current-client-box .client-name p:last-child {
  font-size: clamp(2rem, 8vw, 2.7em);
  font-weight: 100 !important;
  font-family: monospace;
  text-transform: uppercase;
}

main .join-the-team {
  width: 100%;
}

main .join-the-team .joinTeam {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

main .join-the-team .joinTeam p {
  font-size: clamp(1rem, 4vw, 1.29em);
  font-weight: 370;
  font-family: monospace;
  opacity: 0.9;
}

main .join-the-team .joinTeam h2 {
  text-transform: uppercase;
  font-size: clamp(2rem, 9vw, 2.5em);
  font-weight: 370;
  line-height: 1.1;
}

main .join-the-team .joinTeam .arrow-container {
  padding: 1em 0 4em 0;
}

.lets-create {
  background-color: #111;
}

.lets-create .create {
  padding: 5em 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

.lets-create .create img {
  width: 100%;
  object-fit: cover;
}

.lets-create .create h2 {
  color: white;
  text-transform: uppercase;
  font-size: clamp(2rem, 9vw, 2.5em);
  font-weight: 350;
  text-align: center;
  line-height: 1;
}

.lets-create .create button {
  width: auto;
  min-width: 150px;
  max-width: 100%;
  text-transform: uppercase;
  padding: 1em 1.4em;
  white-space: nowrap;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}

.line {
  background-color: #111;
  opacity: 0.9;
  width: 100%;
  height: 1px;
}

.footer {
  padding: 3em 1.5rem;
  background-color: #111;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.footer .first,
.footer .second,
.footer .third {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.footer h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.3em;
}

.footer .footer-bottom {
  font-size: 1.05em;
  font-weight: 250;
  font-family: monospace;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
}

.footer .footer-bottom a,
.footer .footer-bottom a:visited,
.footer .footer-bottom a:active {
  text-decoration: underline;
  color: white;
  font-size: 1.05em;
  font-weight: 250;
  font-family: monospace;
  text-transform: uppercase;
  display: inline-block;
  width: fit-content;
}

.footer .footer-bottom a:hover {
  opacity: 0.6;
}

@media (min-width: 900px) {
  main {
    padding: 4rem;
    gap: 4rem;
  }

  main .hero-text .hero-heading {
    font-size: clamp(5rem, 10.5vw, 11rem);
    letter-spacing: 0.12em;
    line-height: 0.82;
  }

  main .hero-img-txt {
    flex-direction: row-reverse;
    gap: 4em;
  }

  main .hero-img-txt .top,
  main .hero-img-txt .bottom {
    flex: 1;
    min-width: 0;
  }

  main .hero-img-txt .top {
    aspect-ratio: 4 / 5;
  }

  main .hero-img-txt .bottom h1 {
    font-size: clamp(3.5rem, 5.5vw, 5em);
    letter-spacing: 0.04em;
  }

  main .hero-img-txt .bottom p {
    font-size: clamp(1.3rem, 2vw, 1.9em);
    margin-bottom: 2em;
  }

  main .hero-img-txt .bottom .services {
    margin-top: auto;
  }

  main .hero-img-txt .bottom .services .service p {
    font-size: clamp(1.4rem, 2vw, 2em);
    margin-bottom: 0;
  }

  main .verticle-text {
    flex-direction: row;
    gap: 4em;
  }

  main .verticle-text .top {
    width: 31%;
    aspect-ratio: 3 / 4;
  }

  main .verticle-text .bottom {
    width: 69%;
    flex-direction: row-reverse;
  }

  main .verticle-text .bottom .text {
    height: 100%;
  }

  main .verticle-text .bottom .text h1 {
    font-size: clamp(4rem, 6vw, 6em);
  }

  main .verticle-text .bottom .text p {
    margin-top: auto;
    width: 70%;
  }

  main .ourServices {
    margin-top: 3em;
    flex-direction: row;
    padding-top: 0;
    gap: 4em;
  }

  main .ourServices .top,
  main .ourServices .bottom {
    flex: 1;
    min-width: 0;
  }

  main .ourServices .bottom {
    aspect-ratio: 4 / 5;
  }

  main .ourServices .top h1 {
    font-size: clamp(4rem, 6vw, 6em);
    padding: 0 1em 0.4em 0;
    line-height: 1;
  }

  main .ourServices .top .service-container {
    display: grid;
    grid-gap: 4em;
    justify-items: center;
    width: 100%;
    padding-bottom: 2em;
    grid-template-areas:
      "a b"
      "c d";
  }

  main .ourServices .top .service-container .service-Card {
    min-width: 0;
  }

  main .ourServices .top .card-a {
    grid-area: a;
  }

  main .ourServices .top .card-b {
    grid-area: b;
  }

  main .ourServices .top .card-c {
    grid-area: c;
  }

  main .ourServices .top .card-d {
    grid-area: d;
  }

  main .selected-work {
    gap: 4em;
  }

  main .selected-work .work-container {
    display: grid;
    gap: 2em;
    width: 100%;
    align-items: stretch;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
      "a b c"
      "f d e";
  }

  main .selected-work .work-container .azure-2,
  main .selected-work .work-container .sage-2 {
    display: block;
  }

  main .selected-work .work-container .azure-img,
  main .selected-work .work-container .sage-img {
    width: 100%;
    height: auto;
  }

  main .selected-work .azure-1 {
    grid-area: a;
  }

  main .selected-work .azure-2 {
    grid-area: b;
  }

  main .selected-work .azure-3 {
    grid-area: c;
  }

  main .selected-work .sage-1 {
    grid-area: d;
  }

  main .selected-work .sage-2 {
    grid-area: e;
  }

  main .selected-work .sage-3 {
    grid-area: f;
  }

  main .selected-work .work-container .azure-container,
  main .selected-work .work-container .sage-container {
    height: 100%;
    justify-content: space-between;
    padding: 1.3em 2em;
  }

  main .selected-work .work-container .azure-text .head-text,
  main .selected-work .work-container .sage-text .head-text {
    font-size: clamp(3.5rem, 5vw, 5em);
    font-weight: 375;
  }

  main .clients {
    align-items: flex-end;
    gap: 4em;
  }

  main .clients img {
    width: 32%;
  }

  main .clients .clients-container {
    width: 66%;
  }

  main .clients .clients-container .current-client-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  main .clients .clients-container .current-client-box .client-name {
    flex-direction: row;
    align-items: center;
    gap: 3em;
  }

  main .join-the-team {
    display: flex;
    gap: 2em;
  }

  main .join-the-team .space-div {
    width: 52%;
  }

  main .join-the-team .joinTeam {
    width: 50%;
  }

  main .join-the-team .joinTeam h2 {
    font-size: clamp(3rem, 4.5vw, 4.3em);
    font-weight: 350;
  }

  .lets-create {
    padding: 4rem;
    width: 100%;
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lets-create .create {
    width: 100%;
    gap: 3em;
  }

  .lets-create .create h2 {
    font-size: clamp(3rem, 4.5vw, 4em);
    line-height: 1.2;
    width: 65%;
  }

  .lets-create .create button {
    width: auto;
    min-width: 150px;
    padding: 0.9em 1.5em;
  }

  .footer {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    padding: 4em;
  }
}