@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.whoweare-container {
  position: absolute;
  width: 100%;
}

.whoweare-background {
  width: 100%;
  padding-bottom: 150px;
  background-image: linear-gradient(to top, #d9afd9 0%, #97d9e1 100%);
}

.whoweare-background img {
  height: 400px;
  width: 400px;
  margin-left: 60%;
  margin-top: 10%;
}

.whoweare-top-heading {
  margin-top: 200px;
  margin-left: 80px;
  position: absolute;
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-image: linear-gradient(60deg, #007fff, #01000a);
  background-clip: text;
  letter-spacing: 1.75px;
  color: transparent;
  white-space: nowrap;
  overflow: hidden;
  animation: animated-text 4s steps(29, end) 1s 1 normal both,
    animated-cursor 600ms steps(29, end) infinite;
}

@keyframes animated-text {
  from {
    width: 0;
  }

  to {
    width: 472px;
  }
}

/* cursor animations */

@keyframes animated-cursor {
  from {
    border-right-color: rgba(131, 126, 165, 0.75);
  }

  to {
    border-right-color: transparent;
  }
}

.whoweare-background-content {
  position: absolute;
  margin-top: 280px;
  margin-left: 80px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: black;
}

.whoweare-background-btn a {
  position: absolute;
  margin-top: 350px;
  margin-left: 80px;
  cursor: pointer;
  width: 150px;
  color: black;
  height: 50px;
  background-color: transparent;
  font-size: 18px;
  padding: 8px 5px 0px 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid black;
  text-align: center;
}

.whoweare-background-btn a:hover {
  background-color: black;
  color: #fff;
}

.whoweare-mid-container {
  display: flex;
  flex-wrap: wrap;

  margin-top: 100px;
}

.whoweare-mid-heading {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 30px 0px 50px 0px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-image: linear-gradient(60deg, #007fff, #01000a);
  background-clip: text;
  letter-spacing: 1.75px;
  color: transparent;
}

.whoweare-mid-left {
  padding: 20px 10px 20px 50px;
  width: 60%;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #717882;
}

.whoweare-mid-right img {
  width: 300px;
  height: 300px;
  margin-left: 100px;
}

.whoweare-value-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 10px 25px 10px;
  gap: 20px;
  margin-top: 30px;
  background-image: linear-gradient(60deg, #007fff, #180e72);
  width: 100%;
}

.whoweare-value-box {
  height: 300px;
  padding: 15px 20px 15px 20px;
  width: 350px;
}

.whoweare-value-img {
  display: flex;
  justify-content: center;
  width: 65px;
  height: 65px;
  padding-top: 6px;
  border-radius: 50%;
  background-color: #fff;
}

.whoweare-value-img img {
  height: 50px;

  width: 50px;
}

.whoweare-value-heading {
  font-size: 25px;
  border-bottom: 2px solid #fff;
  font-weight: 500;
  width: 150px;
  color: #fff;
  padding-top: 10px;
}

.whoweare-value-content {
  font-size: 16px;

  color: #fff;
  padding-top: 15px;
}

.whoweare-bottom-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;

  width: 100%;
}

.whoweare-bottom-left {
  justify-content: left;
  display: flex;
}

.whoweare-bottom-left img {
  margin-left: 100px;
  margin-top: 20px;
  width: 300px;
  height: 300px;
}

.whoweare-bottom-right {
  padding: 20px 50px 20px 30px;
  width: 60%;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  display: flex;
  justify-content: right;
  letter-spacing: 1px;
  color: #717882;
}

.whoweare-bottom-content {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #717882;
  margin-top: 80px;
  padding: 0px 50px 0px 50px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.whoweare-footer-container {
  position: absolute;
  margin-top: 50px;
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .whoweare-background {
    display: flex;
    justify-content: center;
  }

  .whoweare-top-heading {
    font-size: 25px;
    margin-top: 350px;
    text-align: center;
    width: 100%;
    animation: none;
    margin-left: 0;
  }

  .whoweare-background-content {
    margin-top: 400px;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .whoweare-background-btn {
    display: contents;
  }

  .whoweare-background-btn a {
    margin-top: 450px;
    margin-left: 0;
    height: 45px;
    padding-top: 6px;
  }

  .whoweare-value-container {
    margin-top: 30px;
  }

  .whoweare-background img {
    height: 375px;
    width: 330px;
    margin: auto;
    display: flex;
  }

  .whoweare-mid-left {
    width: 100%;
  }

  .whoweare-mid-right {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .whoweare-mid-right img {
    margin-left: 0;
  }

  .whoweare-bottom-left {
    margin-top: 20px;
    padding: 20px 0px 20px 0px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .whoweare-bottom-left img {
    margin-left: 0;
  }

  .whoweare-bottom-content {
    margin-top: 20px;
    padding: 0px 20px 0px 20px;
  }

  .whoweare-bottom-right {
    width: 100%;
  }

  .whoweare-footer-container {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 700px) {
  .whoweare-background {
    display: flex;
    justify-content: center;
  }

  .whoweare-top-heading {
    font-size: 25px;
    margin-top: 350px;
    text-align: center;
    width: 100%;
    animation: none;
    margin-left: 0;
  }

  .whoweare-background-content {
    margin-top: 400px;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .whoweare-background-btn {
    display: contents;
  }

  .whoweare-background-btn a {
    margin-top: 450px;
    margin-left: 0;
  }

  .whoweare-background img {
    height: 375px;
    width: 375px;
    margin-left: 2%;
    margin-top: 2%;
  }

  .whoweare-mid-left {
    width: 100%;
  }

  .whoweare-mid-right {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .whoweare-mid-right img {
    margin-left: 0;
  }

  .whoweare-bottom-container {
  }

  .whoweare-bottom-left {
    margin-top: 20px;
    padding: 20px 0px 20px 0px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .whoweare-bottom-left img {
    margin-left: 0;
  }

  .whoweare-bottom-content {
    margin-top: 30px;
  }

  .whoweare-bottom-right {
    width: 100%;
  }

  .whoweare-footer-container {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1100px) {
  .whoweare-background {
    padding-bottom: 0;
  }

  .whoweare-top-heading {
    font-size: 25px;
    margin-top: 120px;
    justify-content: center;
    margin-left: 0;
    animation: none;
    display: flex;
    width: 100%;
  }

  .whoweare-background-content {
    margin-top: 250px;

    margin-left: 30px;
  }

  .whoweare-background-btn {
    display: contents;
  }

  .whoweare-background-btn a {
    margin-top: 350px;
    margin-left: 30px;
  }

  .whoweare-background img {
    height: 400px;
    width: 400px;
    margin-left: 43%;
    margin-top: 15%;
  }

  .whoweare-mid-left {
    width: 100%;
  }

  .whoweare-mid-right {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .whoweare-mid-right img {
    margin-left: 0;
  }

  .whoweare-bottom-container {
  }

  .whoweare-bottom-left {
    margin-top: 30px;
    padding: 20px 0px 20px 0px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .whoweare-bottom-left img {
    margin-left: 0;
  }

  .whoweare-bottom-content {
    margin-top: 30px;
  }

  .whoweare-bottom-right {
    width: 100%;
  }

  .whoweare-footer-container {
    margin-top: 50px;
  }
}
