/* Header */

/* .header-container {
  width: 1220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 52px;
}

.header {
  background-color: #ffffff;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

/* Sticky Header */

.header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition:
    background-color 0.3s ease,
    backdrop-filter 0.3s ease;

  box-shadow: none; /* no shadow initially */
}

.header.scrolled {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition:
    background-color 0.3s ease,
    backdrop-filter 0.3s ease,
    box-shadow 0.3s ease 0.2s; /* delay for shadow */
}

.header-container {
  width: 1220px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 52px;
}

.logo-image {
  width: 200px;
}

.navigation-list {
  width: 601px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #37393f;
  font-family: "Inter Regular";
}

.navigation-and-button {
  width: 825px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.CTA {
  width: 184px;
  height: 65px;
  background-color: #6b77e5;
  border: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
  font-family: "Inter Semibold";
}

/* How We Work Texts */
.work-process {
  width: 1220px;
  margin: 0 auto;
  margin-top: 136px;
}

.texts-wrapper {
  width: 283px;
  text-align: center;
  margin: 0 auto;
}

.texts-tag {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #37393f;
  font-family: "Inter Medium";
}

.texts-heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 121%;
  letter-spacing: 0;
  color: #37393f;
  font-family: "Inter Semibold";
  margin-top: 16px;
}

/* Cards */
.card-wrapper {
  width: 1220px;
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}

.card {
  width: 386px;
  height: 383px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card-texts {
  width: 300px;
  margin-bottom: 37px;
}

.card-heading {
  font-weight: 600;
  font-size: 25px;
  line-height: 127%;
  letter-spacing: 0;
  color: #37393f;
  font-family: "Inter Medium";
}

.card-paragraph {
  font-weight: 400;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 0;
  color: #7d7d7d;
  font-family: "Inter Regular";
  margin-top: 16px;
}

.card-span {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #6b77e5;
  font-family: "Inter Semibold";
}

.card-icon-wrapper {
  width: 72px;
  height: 72px;
  background-color: #40ddb6;
  border-radius: 100%;
  position: relative;
  margin-top: 10px;
}

.card-icon-wrapper2 {
  width: 72px;
  height: 72px;
  background-color: #6b77e5;
  border-radius: 100%;
  position: relative;
  margin-top: 10px;
}

.card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Cover */
.cover-text-box {
  width: 511px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cover-with-texts {
  position: relative;
  margin-top: 60px;
}

.cover-tag {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #37393f;
  font-family: "Inter Medium";
}

.cover-heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 121%;
  letter-spacing: 0;
  color: #37393f;
  font-family: "Inter Semibold";
  margin: 16px 0 21px 0;
}

.cover-paragraph {
  font-weight: 400;
  font-size: 18px;
  line-height: 146%;
  letter-spacing: 0;
  color: #37393f;
  font-family: "Inter Regular";
}

.play-icon {
  width: 64px;
  height: 64px;
  background-color: #6b77e5;
  border-radius: 100%;
  position: relative;
  margin-top: 57px;
}

.player-icon {
  position: absolute;
  top: 54%;
  left: 57%;
  transform: translate(-54%, -57%);
}

/* Our Team */

.team-image-text-box {
  width: 341px;
  height: 114px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-image {
  position: relative;
  display: inline-block;
}

.team-name {
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0;
  color: #37393f;
  font-family: "Inter Semibold";
}

.team-position {
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0;
  color: #7d7d7d;
  font-family: "Inter Regular";
  margin-top: 4px;
}

.team-images-wrapper {
  width: 1220px;
  display: flex;
  justify-content: space-between;
}

.our-team-tag {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #37393f;
  font-family: "Inter Medium";
  margin-bottom: 16px;
}

.our-team-heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 121%;
  letter-spacing: 0;
  color: #37393f;
  font-family: "Inter Semibold";
}

.our-team-text-box {
  margin-bottom: 42px;
}

.our-team {
  margin-top: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 100px;
}
