body,
html {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.artikuj-main-title {
  width: 100%;
}

.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;
}

.primary {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 70px;
  width: 257px;
  height: 70px;
  color: #444546;
  margin-top: 39px;
  /* margin-bottom: 65px; */
}

.image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stresi-dhe-shtatezania-img img {
  object-fit: cover !important;
}

.image img {
  width: 320px;
  height: 225px;
  border-radius: 10px;
  margin-top: 30px;
}

.card {
  max-width: 383px;
  height: 480px;
  display: flex;
  flex-direction: column;
  margin: 10px;
  background: rgba(217, 217, 217, 0.2);
  border: none;
  border-radius: 10px;
  margin-bottom: 50px;
}

.gjinekologji-card {
  box-shadow: rgb(215, 149, 138) 0px 3px 8px;
}

.stomatologji-card {
  box-shadow: rgb(1, 87, 121) 0px 3px 8px;
}

.card-dettails h3 {
  font-size: 34px !important;
  font-weight: 400;
  text-align: left;
}

.card-dettails p {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}

.btn-container {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
}

.btn1 {
  background-color: rgb(215, 149, 138);
  color: #fff;
  width: 650px;
  height: auto;
  border-radius: 50px;
  /* margin-bottom: 50px; */
  border: 0;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn2 {
  background: rgba(1, 87, 121, 0.5);
  color: #fff;
  width: 650px;
  height: auto;
  border-radius: 50px;
  /* margin-bottom: 50px; */
  border: 0;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.btn1,
.btn2 {
  height: 60px;
}

.btn {
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  user-select: none;
}

.btn1:hover {
  color: #fff;
  background: rgb(211, 122, 107);
}

.btn2:hover {
  color: #fff;
  background: rgba(1, 63, 87, 0.5);
}

.artikuj {
  margin-bottom: 130px;
}

a {
  text-decoration: none;
  color: rgb(68, 69, 70);
}
.row {
  margin-top: 20px;
  margin-bottom: 129px;
}

.artikuj a:hover {
  filter: brightness(2);
  /* Increase brightness */
  font-size: large;
}

.contact h2 {
  color: #fff;
}

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

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

.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;
}

.kontakt-form {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
  padding: 37px;
  padding-bottom: 0px;
}

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

.text-light {
  font-family: "Questrial", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.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: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: 900px) and (max-width: 1200px) {
  .btn1 {
    line-height: 27px;
  }

  .image img {
    width: 250px;
    height: 210px;
  }
}

/* @media (max-width: 1024px) {
  .image img {
    width: 80%;
    height: 264px;
  }
} */

@media (max-width: 720px) {
  .image img {
    width: 90%;
    height: 230px;
  }
}

@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;
  }

  .data-wrapper {
    width: 400px;
  }

  .btn1,
  .btn2 {
    font-size: 19px;
  }

  .image img {
    width: 285px;
    height: 210px;
  }
}

@media (max-width: 767.98px) {
  .social {
    display: flex;
  }

  .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;
    padding: 15px !important;
    margin-bottom: 50px !important;
  }

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

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

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

  .btn1,
  .btn2 {
    font-size: 15px;
  }

  .row {
    margin-bottom: 0;
  }
  .artikuj {
    margin-bottom: 0;
  }

  .primary {
    text-align: center;
    font-size: 35px;
  }

  .card {
    height: 438px;
  }

  .card-dettails h3 {
    font-size: 30px !important;
  }
  .card-dettails p {
    font-size: 21px;
  }

  .image img {
    width: 300px;
  }
}

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

  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;
  }

  .btn-container {
    display: flex;
    flex-direction: column;
  }

  .btn1,
  .btn2 {
    font-size: 10px;
    width: 250px;
    height: 40px;
  }
}

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

  .btn-container {
    gap: 5px;
  }

  .btn1,
  .btn2 {
    width: 300px;
    font-size: 15px;
    margin-bottom: 25px;
    height: 45px;
  }
}
