@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");

.infra-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

.infra-background {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

.infra-background-heading {
  position: absolute;
  font-size: 30px;
  width: 40%;
  margin: 15% 0% 0% 5%;
  font-weight: 500;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.75px;
}

.infra-background-heading span {
  font-size: 25px;
}

.infra-background img {
  margin-left: 60%;
  margin-top: 10%;
  height: 350px;
  width: 350px;
}

.infra-box-container {
  position: absolute;
  height: 800px;
  width: 100%;
  margin-top: 100px;
}
.infra-box-container-heading {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  padding: 0px 20px 30px 20px;
  font-family: "Poppins", sans-serif;
  background-image: linear-gradient(60deg, #007fff, #01000a);
  background-clip: text;
  letter-spacing: 1.75px;
  color: transparent;
}

.infra-box-full {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  height: 800px;
  justify-content: center;
  margin-top: 3%;
  background-color: #fff;
  border-radius: 10px;
  border-top: 2px solid #007fff;
  width: 90%;
  margin-left: 5%;
  padding-top: 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.infra-box {
  border-right: 2px solid #007fff;
  height: 300px;
  width: 350px;
  border-radius: 10px;
}
.infra-box:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.infra-box-heading {
  color: black;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.infra-box-content {
  padding: 20px 10px 20px 30px;
  letter-spacing: 1px;
  font-size: 15px;
  padding-right: 10px;
  font-family: "Poppins", sans-serif;
  color: #717882;
}

.infra-bottom-container {
  margin-top: 100px;

  margin-left: 5%;

  width: 90%;
}

.infra-bottom-heading {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
  background-image: linear-gradient(60deg, #007fff, #01000a);
  background-clip: text;
  letter-spacing: 1.75px;
  color: transparent;
}
.infra-bottom-content {
  letter-spacing: 1px;
  font-size: 15px;
  padding-right: 10px;
  font-family: "Poppins", sans-serif;
  color: #717882;
}

.infra-bottom-content span {
  font-weight: 500;
  color: black;
  font-size: 16px;
}

.infra-footer {
  position: absolute;
  margin-top: 100px;
  width: 100%;
}

@media only screen and (max-width: 660px) {
  .infra-background {
    height: fit-content;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .infra-box-container {
    margin-top: 50px;
  }

  .infra-background-heading {
    width: 100%;
    font-size: 25px;
    text-align: center;
    margin-left: 0;
    margin-top: 100px;
  }
  .infra-background-heading span {
    font-size: 20px;
  }

  .infra-background img {
    margin: 280px 0px 0px 0px;
    height: 300px;
    width: 300px;
  }

  .infra-box-full {
    height: fit-content;
    padding-bottom: 30px;
    gap: 30px;
  }
  .infra-box-heading {
    text-align: center;
  }

  .infra-bottom-heading {
    text-align: center;
  }

  .infra-bottom-container {
    margin-top: 100px;
    width: 100%;
    padding: 10px 15px 10px 15px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 660px) and (max-width: 950px) {
  .infra-background {
    height: fit-content;
    display: flex;

    padding-bottom: 30px;
  }
  .infra-box-container {
    margin-top: 50px;
  }

  .infra-background-heading {
    width: 50%;
    font-size: 25px;
    margin-left: 20px;
    margin-top: 150px;
  }
  .infra-background-heading span {
    font-size: 20px;
  }

  .infra-background img {
    margin: 10% 0% 0% 55%;
    height: 300px;
    width: 300px;
  }

  .infra-box-full {
    height: fit-content;
    padding-bottom: 30px;
    gap: 30px;
  }
  .infra-box-heading {
    text-align: center;
  }

  .infra-bottom-heading {
    text-align: center;
  }

  .infra-bottom-container {
    margin-top: 100px;
    width: 100%;
    padding: 10px 15px 10px 15px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 950px) and (max-width: 1300px) {
  .infra-background {
    height: fit-content;
    display: flex;

    padding-bottom: 30px;
  }
  .infra-box-container {
    margin-top: 50px;
  }

  .infra-background-heading {
    width: 50%;
    font-size: 25px;
    margin-left: 20px;
    margin-top: 200px;
  }
  .infra-background-heading span {
    font-size: 20px;
  }

  .infra-background img {
    margin: 10% 0% 0% 58%;
    height: 300px;
    width: 300px;
  }

  .infra-box-full {
    height: fit-content;
    padding-bottom: 30px;
    gap: 30px;
  }
  .infra-box-heading {
    text-align: center;
  }

  .infra-bottom-heading {
    text-align: center;
  }

  .infra-bottom-container {
    margin-top: 100px;
    width: 100%;
    padding: 10px 15px 10px 15px;
    margin-left: 0;
  }
}
