:root {
  --main-color: rgb(50, 164, 139);
  --main-color-rgb: 50, 164, 139;
}

body {
  font-family: 'Noto Naskh Arabic', serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-text {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-weight: 700;
}

.main-text {
  font-size: 2.5rem;
}

.main-button {
  background-color: var(--main-color) !important;
  border: none !important;
  color: var(--bs-white);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  padding: 6px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.swiper-pagination-bullet-active {
  background-color: var(--main-color);
  padding: 8px;
}

nav {
  background-color: var(--main-color);
}

nav a {
  font-size: 1.2rem;
}

header {
  background: -webkit-gradient(linear, left top, left bottom, from(#32a48b), to(rgba(255, 255, 255, 0.678))), url("../imgs/pexels-vidal-balielo-jr-1250655_1.webp");
  background: linear-gradient(to bottom, #32a48b, rgba(255, 255, 255, 0.678)), url("../imgs/pexels-vidal-balielo-jr-1250655_1.webp");
  background-position: center;
  background-size: cover;
}

header .booking {
  color: var(--main-color);
  max-width: 400px;
  padding: 40px 30px;
  border-radius: 5px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

header .booking input {
  display: block;
  width: 100%;
  background-color: rgba(var(--main-color-rgb), 0.1);
  color: var(--main-color);
  border: none;
  margin: 25px 0;
  border-radius: 7px;
  padding: 20px;
}

header .booking input::-webkit-input-placeholder {
  color: var(--main-color);
}

header .booking input:-ms-input-placeholder {
  color: var(--main-color);
}

header .booking input::-ms-input-placeholder {
  color: var(--main-color);
}

header .booking input::placeholder {
  color: var(--main-color);
}

header .booking input::-ms-input-placeholder {
  color: var(--main-color);
}

header .booking input:focus {
  outline: 2px solid var(--main-color);
}

.clients img {
  -webkit-filter: opacity(0.4);
          filter: opacity(0.4);
}

.services__parg {
  line-height: 1.9;
  margin-bottom: 50px;
}

.services__card {
  margin: 15px 0;
  width: 80%;
  margin: 0 auto;
  padding: 30px 30px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.services__card .icon {
  background-color: rgba(var(--main-color-rgb), 0.2);
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  color: var(--main-color);
}

.services__card h4 {
  margin-bottom: 20px;
}

.services__card:hover {
  -webkit-box-shadow: 0px 10px 20px 0px #adb5bd38;
          box-shadow: 0px 10px 20px 0px #adb5bd38;
  -webkit-transform: translateY(-10px) scale(1.1);
          transform: translateY(-10px) scale(1.1);
}

.services__card p {
  line-height: 1.9;
}

.services__card a {
  color: var(--main-color);
}

.why-choose-us .details h4 {
  padding-top: 4px;
}

.why-choose-us ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}

.why-choose-us ul li .icon {
  padding: 30px;
  font-size: 30px;
  -webkit-box-shadow: 0px 10px 20px 0px #adbdb238;
          box-shadow: 0px 10px 20px 0px #adbdb238;
  border-radius: 10px;
  color: var(--main-color);
  margin-left: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 576px) {
  .why-choose-us ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .why-choose-us ul li .icon {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

.our-doctors {
  padding-top: 100px;
}

.our-doctors__card {
  margin: 10px 20px 40px;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.our-doctors__card .header {
  position: relative;
}

.our-doctors__card .header img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-doctors__card .header .social-icons {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.our-doctors__card .header .social-icons svg {
  background-color: #fff;
  color: var(--main-color);
  width: 20px;
  height: 20px;
  border: 1px solid rgba(51, 51, 51, 0.4);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(51, 51, 51, 0.4);
          box-shadow: 0px 10px 20px 0px rgba(51, 51, 51, 0.4);
  margin: 0 5px;
  padding: 10px;
  cursor: pointer;
  border-radius: 8px;
}

.our-doctors__card .body {
  margin: 25px 0;
}

.footer__top {
  padding: 40px 0;
  background-color: rgba(var(--main-color-rgb), 0.2);
}

.footer__top a {
  color: var(--main-color);
}

@media (max-width: 767px) {
  .footer__top {
    text-align: center;
  }
}

.footer__top ul {
  margin-bottom: 60px;
}

.footer__bottom {
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
}
/*# sourceMappingURL=main.css.map */