* {
  font-family: vazirmatn, tahoma, montserrat, sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  direction: rtl;
  text-align: right;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

/* ------------------------ Mobiles < 576px ----------------------- */
/* Header */
header {
  background-color: #1bb184;
  border-bottom: 3px solid coral;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #1bb184;
}

/* Header-top */
.header-top {
  display: none;
}

/* Header-bottom */
.header-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  direction: ltr;
  padding: 0 1rem;
  position: relative;
}

/* Logo */
#logo-bottom-header {
  width: 60px;
}

/* Navbar */
.nav-menu {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  z-index: 1;
  row-gap: 2px;
  padding: 0;
  margin: unset;
}
.nav-menu li {
  list-style: none;
  background-color: rgba(51, 51, 51, 0.7);
  padding: 0.5rem 1rem;
}
.nav-menu li:hover {
  background-color: rgba(51, 51, 51, 0.5);
}
.nav-menu a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  display: block;
  width: 100%;
}

/* Toggle Button */
#toggle-label {
  font-size: 2rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding: 1rem;
}

#toggle-check {
  display: none;
}
#toggle-check:checked ~ ul.nav-menu {
  display: flex;
}

.header-bottom-search {
  display: none;
}

/* MAIN BLOCK */
/* space */
div.space {
  height: 150px;
}

/* section HOME */
.carousel-item img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: red !important;
  color: blue !important;
}

.carousel-cap-bot {
  bottom: 0 !important;
  padding-bottom: 0;
}

h3.carousel-title {
  color: orangered;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 2px 2px rgb(255, 255, 255);
  text-align: center;
}

p.carousel-text {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  text-align: center;
}

/* Info section */
.info-content {
  padding: 1rem;
  display: flex;
  gap: 2rem;
}

.info-box-col {
  background-color: #f4f8fb;
  padding: 0;
  padding-bottom: 2rem;
}

.info-image img {
  width: 100%;
}

.info-box-content {
  margin-top: 1.5rem;
  padding: 0 1rem;
}
.info-box-content .info-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #555;
}
.info-box-content .read-more {
  display: block;
  text-decoration: none;
  color: #1bb184;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
}

.info-text {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

/* Appointment Form */
.info-form-container {
  padding: 1rem;
}
.info-form-container .info-form-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #555;
  display: inline-block;
  margin: 1rem;
}
.info-form-container .info-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* doctors info */
.doctors-info {
  display: flex;
  justify-content: space-evenly !important;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}
.doctors-info .profile {
  display: flex;
  min-height: 530px !important;
  flex-wrap: wrap;
  width: 300px;
}
.doctors-info .profile .profile-img {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  margin: 0 auto;
}
.doctors-info .profile h4 {
  color: #666;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.doctors-info .profile li {
  padding: 0.1rem 1rem;
  font-size: 0.8rem;
  color: #555;
  list-style-type: none;
}

/* Call us */
.cta {
  background-image: url(../assets/images/bg_02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
  text-align: center;
  width: 100%;
}

.cta-content {
  height: 200px;
}

.cta-title {
  font-size: 2rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-align: center !important;
}

.cta-text {
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
  display: none;
}

.cta-content-align {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.cta-content-align a.cta-call-btn {
  background-color: #1bb184;
  padding: 1rem 2rem;
  text-decoration: none;
  color: #072c21;
  font-weight: 500;
  font-size: 1.3rem;
  box-shadow: 2px 2px 3px #072c21;
  cursor: pointer;
}
.cta-content-align a.cta-call-btn i {
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
}

/* Services */
.services-content {
  max-width: 1320px;
  margin: auto;
}

.services-top {
  text-align: center;
}
.services-top .services-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.services-top .services-text {
  text-align: center;
}

.service-cont {
  max-width: 100vw;
  background-color: #f4f8fb;
  text-align: center !important;
}

.icon-box-icon img {
  width: 50px;
  margin-bottom: 2rem;
}

.icon-box-title {
  font-size: 1.2rem;
  font-weight: 600;
}

.icon-box-text p, .icon-box-text li {
  text-align: justify;
  color: #666;
  font-size: 0.9rem;
}

/* Gallery section */
section.gallery {
  max-width: 100%;
  padding: 1.5rem;
  margin: auto;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 0.5rem;
  padding: 1rem;
  margin: 2rem auto;
  max-width: 1320px;
}
.gallery-container img {
  width: 150px;
  height: 150px;
  border-radius: 3px;
  border: 1px solid #333;
}

button.close-btn {
  padding: 0.3rem 1rem !important;
  color: white !important;
}

div.gallery-title {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}

/* Footer */
.footer-content {
  max-width: 1320px;
  margin: auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}

.item {
  flex-basis: 32.33%;
  flex-grow: 0;
  flex-shrink: 0;
}

.footer-contact h3 {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
  color: #555;
}
.footer-contact p {
  text-align: right;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.footer-logo {
  width: 50px;
}

.footer-bottom {
  max-width: 1320px;
}
.footer-bottom .footer-nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  color: rgb(255, 255, 255);
}

/* -------------------- 576px < Tablets < 768px ------------------- */
@media only screen and (min-width: 577px) {
  /* Header-top */
  .header-top {
    display: block;
    padding: 1rem 3rem;
    background-color: rgb(255, 255, 255);
  }
  .header-top-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .nav-top {
    display: flex;
    gap: 5rem;
    list-style: none;
  }
  .nav-top a {
    text-decoration: none;
    color: #555;
  }
  /* Telphone top */
  .header-top-phone {
    min-width: 170px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .header-top-phone i {
    color: #1bb184;
  }
  .header-top-phone a {
    text-decoration: none;
    color: #555;
    font-size: 1.2rem;
    font-weight: 600;
  }
  img#logo-top-header {
    display: none;
  }
  .nav-menu {
    top: 162px;
  }
  /* MAIN BLOCK */
  /* Home Section */
  h3.carousel-title {
    font-size: 2rem;
  }
  h3.carousel-title br {
    display: none;
  }
  /* Callus Section */
  .cta-text {
    display: unset;
  }
  /* Services Section */
  .service-cont {
    max-width: 100%;
  }
  .services-title, .services-text {
    text-align: center !important;
  }
  .doctors-info {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 1rem 3rem;
  }
  .doctors-info .profile {
    width: 45% !important;
    margin: unset !important;
  }
}
/* ------------------- 768px < Laptops < 1200px ------------------- */
@media only screen and (min-width: 769px) {
  /* Header */
  .header-top-content {
    display: flex;
    align-items: center;
    max-width: 1320px;
    margin: auto;
  }
  .header-top-content #logo-top-header {
    display: unset;
    width: 70px;
  }
  .header-bottom-content {
    max-width: 1200px;
    margin: auto;
  }
  .header-bottom-content .nav-menu {
    display: flex;
    flex-direction: row;
    position: unset;
    margin: unset;
  }
  .header-bottom-content .nav-menu li {
    background-color: unset;
  }
  .header-bottom-content .header-bottom-search {
    display: inline-block;
    order: -1;
  }
  .header-bottom-content #logo-bottom-header {
    display: none;
  }
  #toggle-label {
    display: none;
  }
  /* MAIN BLOCK */
  /* Home Section */
  div.home-container {
    max-width: 1320px;
    margin: auto;
  }
  h3.carousel-title {
    font-size: 3rem;
  }
  h3.carousel-title br {
    display: none;
  }
  /* Info Section */
  div.info-content {
    margin: auto;
    max-width: 1320px;
  }
  div.info-form-container {
    padding: 1rem;
  }
  /* Doctors info */
  .doctors-info {
    max-width: 1320px;
    margin: auto;
  }
  .doctors-info .profile {
    max-width: 18rem;
  }
  /* CTA Section */
  .cta-title br, cta-text br {
    display: none;
  }
  /* Gallery Section */
  .gallery-container {
    margin: 2rem auto;
  }
  .gallery-container img {
    width: 200px;
    height: 200px;
  }
  /* Footer */
  .footer-top {
    display: flex;
    flex-direction: row;
  }
}/*# sourceMappingURL=main.css.map */