@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&family=Questrial:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial:wght@700&display=swap");

* {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

.main-container {
  max-width: 100vw;
  padding-inline: 0;
}

.custom-container-fluid {
  max-width: 90%;
}

.home-main-title {
  max-width: 90%;
  margin-inline: auto;
}

.tooth-img {
  margin-left: -18px;
}

.color-red {
  color: red;
}

.btn-primary {
  width: 100%;
  height: 45px;
  border-radius: 24px;
  border: 1px solid;
  padding: 12px 120px;
  gap: 10px;
  background: rgb(1, 87, 121);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24.51px;
  color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background: #18769b;
}

.third {
  background-color: rgb(148, 195, 218);
}

.primary {
  color: #015779;
}

.btn-contact {
  margin: 34px 0;
}

.button {
  width: 294px;
  height: 78px;
  border-radius: 50px;
  min-width: 100px;
}

.secondary {
  border-radius: 50px;
  border: 0;
  color: #fff;
  letter-spacing: 0;
  margin: 20px 0;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 20px;
  color: #ffffff;
  width: 294px;
  height: 78px;
  background: #d7958a;
  border-radius: 50px;
}

.secondary:hover {
  background-color: #ec9583;
}

.btn-contact:hover a {
  color: #fff;
  background-color: #ee8f7e;
}

.main-cards-container {
  display: flex;
  gap: 40px;
  margin-top: 100px;
  justify-content: space-between;
}

.main-a {
  text-decoration: none !important;
}

.add-wrapper h1 {
  color: #8b8b8b;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
}

.add-wrapper h4 {
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
}

.add-wrapper {
  height: 600px;
  background: url(../assets/images/home/DUA-background.jpg);
  border-radius: 10px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .add {
  width: 598px;
  background-color: #015779;
  color: #fff;
  border-radius: 50px;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  size: 64px;
  height: 230px;
  min-width: 200px;
  padding: 30px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

.card-dettails1 .card-title {
  width: 145px;
  height: 40px;
  font-family: "Questrial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 43.2px;
  text-align: center;
  color: rgb(1, 87, 121);
  margin-left: -20px;
}

.card-dettails2 .card-title {
  width: 145px;
  height: 32px;
  font-family: "Questrial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 43.2px;
  text-align: center;
  color: rgb(215, 149, 138);
}

.display-5 {
  padding: 50px 0 60px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}

.display-5-no-hero {
  padding: 0px !important;
  margin-top: 82px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}

.lead {
  margin-bottom: 62px;
  width: 80%;
  height: auto;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 20.8px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #343a40;
}

.custom-col-lg-6 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.card-dettails1 {
  border-radius: 10px;
  background-color: #015779;
  font-family: "Questrial", sans-serif;
  background: #015779;
  border-top: 10px solid var(--1blue, rgba(1, 87, 121, 1));
  border-bottom: 10px solid var(--1blue, rgba(1, 87, 121, 1));
  border-left: 10px solid var(--1blue, rgba(1, 87, 121, 1));
  border-right: 10px solid var(--1blue, rgba(1, 87, 121, 1));
}

.card-dettails2 {
  border-radius: 10px;
  background-color: #d7958a;
  font-family: "Questrial", sans-serif;
  border-top: 10px solid var(--1pink, rgba(215, 149, 138, 1));
  border-bottom: 10px solid var(--1pink, rgba(215, 149, 138, 1));
  border-left: 10px solid var(--1pink, rgba(215, 149, 138, 1));
  border-right: 10px solid var(--1pink, rgba(215, 149, 138, 1));
}

.info-doc {
  padding: 14px;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Questrial", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-dettails1 img {
  width: 107px;
}

.card-dettails2 img {
  width: 100px;
}

.sherbimet-container .card {
  border: none;
  margin: 0 99px 113px 0;
  max-height: 506px;
}

.data h5 {
  color: #fff;
}

.contact h2 {
  color: #fff;
}

.contact {
  background-color: #94c3da;
  color: #fff;
  height: 82px;
  display: flex;
  margin-top: 40px;
}

.contact .container {
  align-content: center;
}

.sherbimet {
  display: none;
}

.sherbimet1 {
  border: 5px solid #015779;
  width: 210px;
  border-radius: 10px;
  margin: 4px;
  width: 275px;
  padding: 20px;
}

.sherbimet2 {
  border: 5px solid #d7958a;
  color: #d7958a;
  border-radius: 10px;
  margin: 4px;
  width: 275px;
  padding: 20px;
}

.sherbimet1 a {
  text-decoration: none;
  color: #015779;
}

.sherbimet2 a {
  text-decoration: none;
  color: #d7958a;
}

.sherbimet img {
  width: 50px;
}

.sherbimet-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8%;
}

.contact h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 29px;
  line-height: 46px;
  width: 360px;
  height: 46px;
  padding-left: 22px;
}
.contact {
  background-color: #94c3da;
  color: #fff;
  height: auto;
  height: 82px;
  display: flex;
}

.contact .container {
  align-content: center;
}

.kontakt-form {
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
  padding: 37px;
  margin-top: 27px;
}

.email-form {
  border: 1px solid rgba(189, 189, 189, 1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgb(189, 189, 189);
  padding: 30px !important;
}

.text-light {
  border-radius: 50px;
  width: 224px;
  height: 20px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 20px;
}

.address {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.info-form small {
  color: rgb(159, 159, 159);
}

.small {
  font-weight: bold;
  color: rgb(1, 19, 52);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.orari div {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.plus {
  text-decoration: none;
}

.plus img {
  width: initial !important;
  height: initial !important;
}

.plus:hover {
  text-decoration: underline;
}

footer {
  background-color: #94c3da;
  color: #fff;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
}

footer img {
  max-width: initial !important;
}

footer .navbar-brand {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

footer .navbar-brand img {
  margin-right: 10px;
}

footer .nav {
  width: fit-content;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

footer .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1rem;
}

.upper-section {
  border-bottom: 1px solid #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

footer .nav-link {
  color: white;
  font-family: "Questrial", sans-serif;
  font-weight: 500;
  font-size: 14.4px;
  line-height: 21.6px;
}

footer .nav-link:hover {
  color: white;
}

.social {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .section1 {
    flex-direction: row;
  }
}

@media (max-width: 575.98px) {
  footer .container {
    flex-direction: column;
  }

  .social {
    margin-left: -15px !important;
  }

  footer .container .align-items-center {
    justify-content: center;
    flex-direction: column;
  }

  .map iframe {
    width: 291px !important;
  }

  .secondary {
    font-size: 15px;
    width: 200px;
    height: 50px;
  }

  .sherbimet-container {
    display: none;
  }

  .sherbimet {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .kontakt-form {
    flex-direction: column-reverse;
  }

  .hero {
    display: flex;
    justify-content: center;
  }

  .btn-contact {
    margin: 24px -9px;
  }
}

@media (max-width: 767.98px) {
  .kontakt-form {
    flex-direction: column-reverse;
  }

  .info-form {
    display: flex;
    flex-direction: column;
    margin: auto;
  }

  .email-form {
    width: fit-content;
    padding: 10px !important;
    margin-bottom: 50px !important;
  }

  .data {
    margin: 0;
    gap: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .data-wrapper {
    max-width: 500px;
  }

  .upper-footer-section {
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .btn-primary {
    width: initial;
  }

  .add {
    width: 100%;
  }

  .social {
    display: flex;
  }

  .add-wrapper {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .display-5 {
    padding-block: 40px;
  }

  .sherbimet2 {
    margin-block: 35px;
  }
  .card-dettails1 img {
    margin-left: -12px !important;
  }
}

@media (max-width: 991.98px) {
  .kontakt-form {
    flex-direction: column-reverse;
  }

  .info-form {
    display: flex;
    flex-direction: column;
    margin: auto;
  }

  /* .email-form {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
  } */

  .data {
    display: flex;
    justify-content: space-around;
    margin: 0;
  }

  .section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .data-wrapper {
    width: 400px;
  }

  .main-cards-container {
    flex-direction: column;
    align-items: center;
  }
  .card-dettails1 {
    width: 285px !important;
    height: auto;
  }

  .card-dettails2 {
    width: 285px !important;
    height: auto;
  }
}

@media (max-width: 1199.98px) {
  .card-dettails1 {
    width: 350px;
    height: auto;
  }

  .card-dettails2 {
    width: 350px;
    height: auto;
  }

  .sherbimet-container {
    flex-direction: column;
  }

  .sherbimet-container .card {
    margin: 10px 0;
    padding: 0;
  }

  .card-dettails2 img {
    height: 100px;
    width: 110px;
  }

  .info-doc {
    padding: 0px;
  }
}

@media (max-width: 400px) {
  .kontakt-form {
    padding: 10px;
  }
}
