@import url(global.css);
@import url(header.css);
@import url(footer.css);
.landing-main,
.main-section {
  min-height: 100dvh;
  display: flex;
}
.landing-hl-1,
.landing-hl-1 span,
.landing-main,
.what-we-do {
  position: relative;
}
.what-we-do-decoration-1,
.what-we-do-decoration-2 {
  z-index: -1;
  border-radius: 50%;
  backdrop-filter: blur(107px);
}
.heading-container,
.trusted-by h2,
.what-we-do h2 {
  color: var(--clr-text-primary);
}
.landing-hl-1 span {
  z-index: 10;
}
.landing-hl-1 .hl {
  position: absolute;
  bottom: -4px;
  left: -6px;
  width: 130%;
}
.hl-3 .hl {
  left: -10px;
  bottom: -2px;
  width: 120%;
}
.hl-4 .hl,
.hl-5 .hl {
  width: 110%;
}
.hl-4 .hl {
  left: -2px;
  bottom: -10px;
}
.hl-5 .hl,
.hl-6 .hl {
  bottom: -6px;
  left: -2px;
}
.hl-6 .hl {
  width: 100%;
}
.hl-7 .hl {
  left: -2px;
  bottom: -16px;
  width: 100%;
  transform: rotate(2.41deg) scaleY(0.75);
  transform-origin: top;
}
.landing-main {
  flex-direction: column;
  text-align: center;
}
.main-section {
  margin-top: 5dvh;
  margin-bottom: 5dvh;
  flex: 1;
  background-image: url("/images/landing-hero-bg.webp");
  background-repeat: no-repeat;
  background-position: top right;
  flex-direction: column;
  align-items: center;
}
.heading-container {
  padding-top: 20dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.heading-container h1 {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 1%;
  text-transform: uppercase;
}
.heading-container h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  max-width: 526px;
}
.comments-container {
  display: flex;
  width: 100%;
}
.comments-container .text-container span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-content: flex-start;
}
.comments-container .text-container svg {
  margin-top: 0.2rem;
}
.comments-container ul {
  padding-top: 5dvh;
  width: 100%;
  padding-bottom: 5dvh;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.comments-container li {
  box-shadow: 0 0 80px 0 rgba(0, 29, 64, 0.08);
  min-height: 24dvh;
  display: flex;
  max-width: 446px;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
  margin-left: 8%;
  transition: 0.3s ease-in;
  text-align: left;
}
.comments-container li:nth-of-type(2) {
  align-self: flex-end;
}

.comments-container li svg {
  transition: transform 0.4s ease-in-out;
}
.comments-container li:hover {
  scale: 1.02;
  box-shadow: 1px 1px 80px 20px rgba(0, 29, 64, 0.08);
}
.comments-container li:hover svg {
  transform: translateX(4px);
}
.comments-container .img-container {
  height: clamp(100px, 100%, 225px);

  position: absolute;
  top: 0;
  left: -20%;
}
.comments-container:nth-child(2) .img-container {
  left: -10%;
}
.comments-container .img-container img {
  height: 100%;
  object-fit: cover;
}

.comments-container .text-container {
  padding: 24px 20px 24px 30%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.trusted-by,
.what-we-do {
  display: flex;
  align-items: center;
}
.comments-container .text-container h6 {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0;
  color: var(--clr-secondary);
  padding-left: 0.5rem;
}
.comments-container .text-container.blue h6 {
  color: #47e6ec;
}
.comments-container .text-container p {
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0;
  padding-left: 0.5rem;
}
.what-we-do {
  text-align: center;
  padding-top: 64px;
  overflow: hidden;
  padding-bottom: 64px;
  background-color: var(--bg-blue-light);
  flex-direction: column;
  gap: 0.5rem;
}
.what-we-do::after {
  content: "";
  background-color: var(--clr-primary);
  opacity: 0.02;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.what-we-do-decoration-1 {
  position: absolute;
  width: 317px;
  height: 317px;
  top: 31px;
  left: 12px;
  background: var(--grad-blue-1);
}
.what-we-do-decoration-2 {
  position: absolute;
  width: 153px;
  height: 153px;
  top: 37px;
  right: 100px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(71, 230, 236, 0.1) 0,
    rgba(71, 230, 236, 0) 100%
  );
}
.what-we-do h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 5%;
  text-align: center;
  max-width: 661px;
}
.trusted-by h2,
.what-we-do h4 {
  font-size: 16px;
  text-align: center;
}
.what-we-do h4 {
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  max-width: 526px;
}
.trusted-by {
  padding-top: 60px;
  padding-bottom: 60px;
  flex-direction: column;
  gap: 1.5rem;
}
.trusted-by h2 {
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2%;
  text-transform: uppercase;
  opacity: 60%;
}
.trusted-by ul {
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1fr;
  justify-items: flex-end;
}
.trusted-by li:nth-of-type(odd) {
  justify-self: flex-start;
}
.partner-logo,
.trusted-by li {
  height: 24px;
}
.trusted-by img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.trusted-by .nordsee {
  margin-top: 0.25rem;
}
@media (min-width: 360px) {
  .comments-container .img-container {
    left: -14%;
  }
  .comments-container .text-container {
    padding: 32px 28px 32px 26%;
  }
  .comments-container .text-container h6,
  .comments-container .text-container p {
    padding-left: 0;
  }
}
@media (min-width: 640px) {
  .comments-container li {
    margin-left: 4rem;
  }
  .comments-container .text-container {
    padding: 32px 28px 32px 20%;
    text-align: left;
  }
  .comments-container .text-container h6 {
    font-size: 15px;
    line-height: 15px;
  }
  .comments-container .text-container span {
    justify-content: flex-start;
  }
  .comments-container .text-container p {
    font-size: 14px;
    line-height: 23px;
  }
  .heading-container h1 {
    font-size: 48px;
  }
  .heading-container h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .what-we-do {
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 1rem;
  }
  .what-we-do h2 {
    font-size: 38px;
    line-height: 55px;
    letter-spacing: 1%;
  }
  .what-we-do h4 {
    font-size: 20px;
    line-height: 35px;
  }
  .trusted-by {
    gap: 2rem;
  }
  .trusted-by h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .trusted-by ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    max-width: 1000px;
    gap: 8dvw;
    justify-content: center;
  }
  .partner-logo,
  .trusted-by li {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .heading-container h1 {
    font-size: 54px;
  }
  .heading-container h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .trusted-by {
    gap: 2.5rem;
  }
  .partner-logo,
  .trusted-by li {
    height: 24px;
  }
}
@media (min-width: 1024px) {
  .partner-logo,
  .trusted-by li {
    height: 32px;
  }
  .main-section {
    flex-direction: row;
  }
  .heading-container {
    padding-top: 5dvh;
    gap: 3rem;
    width: 55%;
    padding-right: 50px;
    align-items: start;
    text-align: left;
  }
  .heading-container h1 {
    font-size: 52px;
    line-height: 88px;
  }
  .heading-container h3 {
    font-size: 20px;
    line-height: 36px;
    max-width: auto;
  }
  .comments-container {
    display: flex;
    justify-content: end;
    width: 45%;
  }
  .comments-container ul {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .comments-container li {
    min-height: 24dvh;
    margin-left: auto;
    display: flex;
    max-width: 446px;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
  }
}
