html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: "Geometria";
  src: local("Geometria"), local("FontName"),
    url("../fonts/Geometria.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Geometria Bold";
  src: local("Geometria Bold"), local("FontName"),
    url("../fonts/Geometria-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Poppins";
  src: local("Poppins"), local("FontName"),
    url("../fonts/Poppins.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

.big-image-section {
  background-color: #ffffff;
  margin-top: 80px;
}
.big-image-wrapper {
  display: flex;
  justify-content: center;
}
.big-image-wrapper img {
  max-height: 100vh;
  height: 100%;
  width: 100%;
}

.sectors-section {
  background-color: #4f7389;
  padding: 40px 0 0;
}
.sectors-title-wrapper {
  display: flex;
  justify-content: center;
}
.sectors-title-wrapper p {
  letter-spacing: 6px;
  font-size: 50px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  color: #012538;
  font-weight: 700;
  font-family: "Geometria Bold", sans-serif;
}
.sectors-title-wrapper p span {
  letter-spacing: 3px;
  font-weight: 500;
  font-family: "Geometria", sans-serif;
  font-size: 25px;
  line-height: 25px;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.sectors-image-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px;
}
.sectors-image-wrapper img {
  max-height: 100vh;
  max-width: 800px;
  width: 100%;
  height: auto;
}
.sectors-description-wrapper {
  display: flex;
  justify-content: center;
  background-color: #012538;
  padding: 10px 0;
}
.sectors-description-wrapper p {
  font-family: "Geometria", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  text-align: center;
  color: #ffffff;
}

.address-section {
  background-color: #ffffff;
  padding: 40px 0;
}
.address-image-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.address-image-wrapper img {
  clip-path: circle();
  max-width: 500px;
  width: 100%;
  height: auto;
}
.address-icon-wrapper {
  display: flex;
  justify-content: center;
}
.address-icon-wrapper img {
  max-width: 55px;
  width: 100%;
  height: auto;
}
.address-description-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0 20px;
}
.address-description-wrapper p {
  font-family: "Geometria Bold", sans-serif;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 4px;
  margin: 0;
  text-align: center;
  color: #012538;
}
.address-description-wrapper p span {
  font-family: "Geometria", sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
}

.hospitals-section {
  background-color: #ffffff;
}
.hospitals-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.hospitals-image-wrapper img {
  max-height: 90vh;
  height: 100%;
  width: 100%;
}
.hospitals-icon-wrapper {
  height: 80px;
  width: 40%;
  background-color: #4f7389;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -2px;
}
.hospitals-icon-wrapper img {
  position: absolute;
  margin-top: 20px;
  max-height: 100px;
  height: auto;
  max-width: 100px;
  width: auto;
}
.hospitals-text-wrapper {
  width: 100%;
  background-color: #4f7389;
  display: flex;
  justify-content: center;
  padding: 60px 0 40px;
}
.hospitals-title {
  font-family: "Geometria Bold", sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 25px;
  text-align: center;
  color: #ffffff;
}
.hospitals-description {
  font-family: "Geometria", sans-serif;
  font-size: 20px;
  margin: 0;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
}

.amenities-section {
  background-color: #ffffff;
}
.amenities-wrapper {
  display: flex;
  min-height: 575px;
}
.amenities-column-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.amenities-column-wrapper img {
  height: 100%;
  width: 100%;
}
.amenities-icons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  width: 60%;
  background-color: #ffffff;
  top: 30%;
  right: 0;
  padding: 30px 15px;
}
.amenities-icons-mobile-group-wrapper {
  display: none;
}
.amenities-icons-group-wrapper {
  width: 100%;
  display: flex;
  align-content: space-between;
}
.amenities-icon-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.amenities-icon-wrapper img {
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: 100%;
}
.amenities-labels-group-wrapper {
  width: 100%;
  display: flex;
  align-content: space-between;
}
.amenities-label-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.amenities-label-wrapper p {
  font-family: "Geometria", sans-serif;
  font-size: 20px;
  line-height: 10px;
  margin-top: 20px;
  text-align: center;
  color: #7c8180;
}
.title-right {
  margin-top: 25px;
  width: 70%;
}
.title-right h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  margin: 0;
  font-size: 40px;
  line-height: 30px;
  color: #003d51;
  text-align: start;
}

.contact-section {
  background-color: #ffffff;
}
.contact-wrapper {
  display: flex;
}
.contact-column-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.contact-column-wrapper img {
  height: 100%;
  width: 100%;
}
.title-left {
  margin-top: 25px;
  width: 70%;
}
.title-left h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 40px;
  line-height: 30px;
  color: #003d51;
  text-align: end;
}
.contact-form-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.contact-form-wrapper h2 {
  font-family: "Geometria", sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  color: #606564;
}
.contact-form-wrapper form {
  width: 80%;
}
.contact-form-control {
  font-family: "Geometria", sans-serif;
  color: #606564;
  font-weight: 800;
  background-color: #ffffff;
  border: 2px solid #012538;
  border-radius: 0;
}
.contact-form-control#message-contact-form {
  height: 200px;
}
.contact-form-button {
  font-family: "Geometria", sans-serif;
  background-color: #012538;
  border-color: #012538;
  color: #ffffff;
}
.social-media-icons-wrapper {
  display: flex;
  position: absolute;
  right: 15px;
  bottom: 0.4rem;
}
.social-media-icons-wrapper p {
  font-family: "Geometria", sans-serif;
  color: #012538;
  font-size: 25px;
  font-weight: 800;
  white-space: nowrap;
  margin: 0;
}
.social-media-icon {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
}

.text-divider {
  width: 70%;
}
.text-divider hr {
  border-top: 2px solid #7c8180;
}

@media (max-width: 1200px) {
  .amenities-icons-wrapper {
    position: relative;
    width: 100%;
  }
  .amenities-wrapper {
    flex-direction: column;
  }
  .amenities-column-wrapper {
    width: 100%;
  }
  .amenities-label-wrapper p {
    font-size: 16px;
  }

  .contact-wrapper {
    flex-direction: column;
  }
  .contact-column-wrapper {
    width: 100%;
  }
  .contact-form-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 850px) {
  .sectors-title-wrapper p {
    font-size: 40px;
  }
  .sectors-title-wrapper p span {
    font-size: 20px;
  }
  .sectors-description-wrapper p {
    font-size: 20px;
  }

  .address-image-wrapper img {
    max-width: 450px;
  }
  .address-icon-wrapper img {
    max-width: 50px;
  }
  .address-description-wrapper p {
    font-size: 35px;
  }
  .address-description-wrapper p span {
    font-size: 20px;
  }

  .hospitals-icon-wrapper {
    height: 40px;
  }
  .hospitals-icon-wrapper img {
    max-height: 80px;
    max-width: 80px;
  }
  .hospitals-title {
    font-size: 30px;
  }
  .hospitals-description {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

@media (max-width: 650px) {
  .amenities-wrapper {
    flex-direction: column;
    min-height: auto;
  }
  .amenities-column-wrapper {
    width: 100%;
  }
  .amenities-icons-wrapper {
    padding: 30px 0 0;
  }
  .amenities-icon-wrapper img {
    max-width: 40px;
    max-height: 40px;
  }
  .amenities-labels-group-wrapper {
    padding: 0 10px;
  }
  .amenities-label-wrapper p {
    font-size: 12px;
    line-height: 0;
  }
  .title-right h2 {
    font-size: 30px;
    line-height: 25px;
  }

  .contact-wrapper {
    flex-direction: column;
  }
  .contact-column-wrapper {
    width: 100%;
  }
  .contact-form-wrapper {
    margin-bottom: 0;
  }
  .title-left h2 {
    font-size: 30px;
    line-height: 25px;
  }
  .social-media-icons-wrapper {
    margin: 20px 0;
    position: relative;
    justify-content: end;
    margin-left: 15px;
    width: 100%;
  }
  .social-media-icons-wrapper p {
    font-size: 20px;
  }
  .social-media-icon {
    max-width: 30px;
    max-height: 30px;
  }
}

@media (max-width: 500px) {
  .sectors-title-wrapper p {
    letter-spacing: 4px;
    font-size: 35px;
  }
  .sectors-title-wrapper p span {
    letter-spacing: 2px;
    font-size: 16px;
  }
  .sectors-description-wrapper p {
    letter-spacing: normal;
    font-size: 16px;
  }

  .address-image-wrapper {
    margin: 0 0 20px;
  }
  .address-image-wrapper img {
    max-width: 350px;
  }
  .address-icon-wrapper img {
    max-width: 40px;
  }
  .address-description-wrapper {
    margin: 20px 0 0;
  }
  .address-description-wrapper p {
    letter-spacing: 2px;
    line-height: 30px;
    font-size: 25px;
  }
  .address-description-wrapper p span {
    letter-spacing: normal;
    font-size: 16px;
  }

  .hospitals-icon-wrapper {
    height: 30px;
  }
  .hospitals-icon-wrapper img {
    max-height: 50px;
    max-width: 50px;
  }
  .hospitals-text-wrapper {
    padding: 50px 0 20px;
  }
  .hospitals-title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .hospitals-description {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: normal;
  }

  .amenities-icons-wrapper {
    padding: 0;
  }
  .amenities-icons-mobile-group-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .amenities-icon-mobile-wrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
  }
  .amenities-icon-mobile-wrapper img {
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
  }
  .amenities-icon-mobile-wrapper p {
    font-family: "Geometria", sans-serif;
    font-size: 12px;
    line-height: 0;
    margin-top: 20px;
    text-align: center;
    color: #7c8180;
  }
  .amenities-icons-group-wrapper {
    display: none;
  }
  .amenities-labels-group-wrapper {
    display: none;
  }
  .social-media-icons-wrapper {
    justify-content: center;
  }
  .contact-form-button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
