* {
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
}

.bb {
  border: 2px solid;
}

.orangeClass {
  color: #f47933;
}

h1 {
  color: black;
  font-size: 44px;
  font-family: "Red Hat Display";
  font-weight: bold;
}

p {
  font-size: 20px;
  color: #727272;
  font-family: "Source Sans Pro";
}

.feeding {
  width: 90%;
  height: auto;
  margin: auto;
}
.feeding .feedImages {
  width: auto;
  position: relative;
}
.feeding .feedImages .bigImage {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.feeding .feedImages .triangle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
}
.feeding .feedImages .sqaure {
  position: absolute;
  right: 0px;
  width: 10%;
}

.threeSemi {
  justify-content: space-between;
}
.threeSemi .borderClass {
  width: 30%;
  border: 2px solid #fbe0c6;
  border-radius: 20%/50%;
  padding: 35px;
}
.threeSemi .borderClass p {
  font-family: "Red Hat Display";
  color: #0b0f18;
}
.threeSemi .borderClass:hover {
  background-color: #fef7f2;
}

.arrow {
  max-width: 100px;
  height: auto;
}
.arrow img {
  width: 100%;
}

.boxes {
  display: flex;
  justify-content: space-between;
}
.boxes .rectangle {
  width: 48%;
  border: 1px solid #fbe0c6;
  padding: 15px;
}
.boxes .rectangle .kit {
  color: black;
  font-weight: 600;
  font-family: "Red Hat Display";
}
.boxes .rectangle .opening {
  background-color: #fef7f2;
  border: 1px solid #fbe0c6;
  padding: 10px;
  border-radius: 25px;
  font-family: "Source Sans Pro";
  font-weight: 600;
}
.boxes .rectangle .more {
  padding: 10px;
  padding-inline: 20px;
  background-color: transparent;
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 16px;
  border: none;
}
.boxes .rectangle .apply {
  padding: 10px;
  border: none;
  padding-inline: 20px;
  background-color: #82a137;
  font-family: "Source Sans Pro";
  font-weight: bold;
  color: white;
  font-size: 16px;
}

.greenBackground {
  background-color: #82a137;
  position: relative;
}
.greenBackground .scgoolImg {
  max-width: 518px;
  height: auto;
}
.greenBackground .scgoolImg img {
  width: 100%;
}
.greenBackground .gradientImg img {
  top: -1px;
  position: absolute;
  left: 10%;
}
.greenBackground .counts {
  position: absolute;
  top: 25%;
  width: 50%;
  right: 2%;
}
.greenBackground .counts h4 {
  font-size: 32px;
  font-family: "Red Hat Display";
  font-weight: 700;
  color: white;
}
.greenBackground .counts p {
  font-family: "Source Sans Pro";
  font-size: 18px;
  color: white;
  font-weight: 500;
}
.greenBackground .counts button {
  padding: 14px 32px;
  border: none;
}

.contactUS .orangeLine {
  width: 60px;
  height: 3px;
  background-color: #f47933;
  display: flex;
}
.contactUS h5 {
  font-family: "Red Hat Display";
}
.contactUS .para {
  width: 80%;
}

.infoForm label {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-family: "Source Sans Pro";
}
.infoForm input {
  padding: 15px;
  outline: none;
  margin-bottom: 10px;
  width: 100%;
  border: 3px solid #B5B5B5;
}
.infoForm .phoneImg #phone {
  padding-left: 75px;
}
.infoForm .phoneImg img {
  position: absolute;
  left: 0;
  padding: 15px;
}
.infoForm #message {
  border: 3px solid #B5B5B5;
  min-height: 100px;
  padding: 15px;
  outline: none;
  max-height: 100px;
}
.infoForm button {
  text-align: center;
  padding: 18px 32px;
  color: white;
  background-color: #f47933;
  border: none;
  font-family: "Red Hat Display";
}

.footer {
  display: flex;
  position: relative;
  border-bottom: 1px solid #727272;
  justify-content: space-between;
}
.footer .provide {
  width: 30%;
}
.footer .provide p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.footer .newsletter {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.footer .emailINput {
  display: flex;
  align-items: center;
}
.footer input {
  padding: 17px;
  position: relative;
  padding-inline: 38px;
}
.footer .sms {
  position: absolute;
  z-index: 1;
  padding-left: 8px;
}
.footer .arrow {
  position: absolute;
  left: 80%;
}
.footer .links p {
  position: absolute;
  right: 0%;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #0b0f18;
}
.footer .links span {
  padding-inline: 10px;
}

.footerEnd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #727272;
  font-size: 16px;
}
.footerEnd a {
  color: #727272;
}

@media (max-width: 1400px) {
  .threeSemi .borderClass {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .threeSemi .ab {
    width: 35%;
  }
  .threeSemi .borderClass {
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .threeSemi {
    flex-direction: column;
    gap: 20px;
  }
  .threeSemi .ab {
    width: 0;
  }
  .threeSemi .borderClass {
    width: 55%;
  }
  .threeSemi .middlee {
    margin: auto;
  }
  .threeSemi .last {
    margin-left: auto;
  }
  .boxes {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .boxes .rectangle {
    width: 75%;
  }
  .greenBackground .gradientImg img {
    top: 0px;
    position: absolute;
    left: 20%;
  }
  .greenBackground .counts {
    position: absolute;
    top: 9%;
    width: 50%;
    right: 2%;
  }
  .footer .links span {
    padding-inline: 2px;
  }
}
@media (max-width: 786px) {
  h1 {
    font-size: 32px;
  }
  p {
    font-size: 18px;
  }
  .threeSemi .borderClass {
    width: 65%;
  }
  .greenBackground .gradientImg img {
    top: -1px;
    position: absolute;
    left: 18%;
  }
  .greenBackground .counts {
    position: absolute;
    top: 9%;
    width: 75%;
    right: 2%;
  }
  .infoForm button {
    padding: 10px 20px;
  }
  .footer {
    flex-direction: column;
  }
  .footer .provide {
    width: 100%;
  }
  .footer input {
    width: 90%;
  }
  .footer .arrow {
    left: 75%;
  }
  .footer .links p {
    position: relative;
  }
  .emailINput {
    padding-top: 10px;
  }
  .footerEnd {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
  }
  .threeSemi .borderClass {
    width: 75%;
    margin: auto;
  }
  .boxes .rectangle {
    width: 95%;
  }
  .boxes .rectangle .more {
    padding: 5px;
  }
  .boxes .rectangle .apply {
    padding: 5px;
  }
  .greenBackground {
    background-color: transparent;
  }
  .greenBackground .gradientImg img {
    display: none;
  }
  .greenBackground .counts {
    padding-top: 15px;
    position: inherit;
  }
  .greenBackground .counts h4 {
    color: black;
    font-size: 24px;
  }
  .greenBackground .counts p {
    color: black;
  }
  .footer .links p {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  h1 {
    font-size: 24px;
  }
  .threeSemi .borderClass {
    width: 95%;
  }
  .open {
    flex-direction: column;
    gap: 10px;
  }
  .greenBackground .counts {
    width: 97%;
  }
}/*# sourceMappingURL=Sixth.css.map */