.picture-slide a {
  display: block;
}
.picture-slide img {
  width: 100%;
  display: none;
}
.first-slide img {
  display: block;
}

@media all and (min-width: 1001px) {
  .home-page .slider-wrapper:first-child {
    margin-top: -20px;
  }
}

.home-page .slider-wrapper {
  margin-bottom: 40px;
}

.anywhere-slider {
  position: relative;
}
.anywhere-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border: none;
  font-size: 0;
  opacity: 0.7;
  border-radius: 50%;
}
.anywhere-slider .slick-arrow:hover {
  opacity: 1;
}
.anywhere-slider .slick-prev {
  left: 1%;
  background: #fff url(images/slider-arrow-left.png) no-repeat center;
}
.anywhere-slider .slick-next {
  right: 1%;
  background: #fff url(images/slider-arrow-right.png) no-repeat center;
}

.anywhere-slider .slick-dots {
  text-align: center;
  position: relative;
  z-index: 99;
  height: 0;
  padding: 0;
  font-size: 0;
  margin-top: -100px;
  margin-right: 100px;
  text-align: right;
}
.anywhere-slider .slick-dots li {
  display: inline-block;
  position: relative;
  top: 10px;
  margin: 0 2px;
}
.anywhere-slider .slick-dots button {
  width: 50px;
  height: 6px;
  border: 1px solid var(--green);
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0;
  border-radius: 30px;
}
.anywhere-slider .slick-active button {
  background: var(--violet);
}

@media all and (min-width: 1001px) {
  .home-page .slider-wrapper:first-child {
    margin-top: -30px;
  }
  .home-page .slider-wrapper {
    margin-bottom: 60px;
  }
}

.swiper-slide-item {
  width: 100%;
}
.swiper-item {
  width: 100%;
  position: relative;
}
.swiper-item > img {
  width: 100%;
  height: auto;
}
.swiper-item-content > h1 {
  position: absolute;
  bottom: 18rem;
  right: 8rem;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.btn-full.swiper-btn {
  position: absolute;
  bottom: 10rem;
  right: 8rem;
  font-size: 1.5rem;
  width: 20%;
}
.VmSlideHomeIntro .slideBody {
  padding: 2%;
  font-family: "Vazir";
}
.slideBody {
  background: #efe9fa;
  width: 100%;
  background-color: #efe9fa;
  border-radius: 400px 0 400px 0;
  text-align: center;
}
.slideBody > h2 {
  color: #6930c3;
  padding-top: 8rem;
  font-size: 2.25rem;
  font-weight: bold;
}
.slideBody > p {
  color: #000000;
  text-align: justify;
  width: 65%;
  margin: 0 auto;
  padding: 3rem 0;
  direction: rtl;
  font-size: 1.5rem;
}
.slideBody > div {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.slideBody > div > img {
  width: 100%;
}
.mainPageMap {
  border-radius: 200px 0;
  background: #efe9fa;
}
.mainPageMap .mapOptions {
  border-radius: 100px 0px;
  background: #6930c3;
  bottom: 3%;
}
@media screen and (max-width: 768px) {
  .swiper-item-content > h1 {
    position: absolute;
    bottom: 18rem;
    right: 1rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    text-align: right;
  }
  .btn-full.swiper-btn {
    bottom: 15rem;
    right: 2rem;
    font-size: 0.75rem;
    width: 30%;
    padding: 0.5rem;
  }
  .slideBody > h2 {
    font-size: 1rem;
    font-weight: bold;
    padding-top: 2rem;
  }
  .slideBody > p {
    font-size: 0.875rem;
  }
  .slideBody {
    border-radius: 100px 0 100px 0;
  }
  .slideBody > div {
    width: 100%;
    padding-bottom: 2rem;
  }
  .hospitalSections > div:first-of-type h2 {
    font-size: 1rem;
  }
  .sectorPlaySlide {
    background: linear-gradient(transparent, #6930c3);
    bottom: 1.5rem !important;
  }
  .mainPageMap {
    border-radius: 60px 0;
  }
  .newsSection .newsSectionIntro h2 {
    font-size: 1rem;
  }
  .blogDiv h1 {
    font-size: 1rem;
  }
  .blogDiv div {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
  .blog-overlay {
    background: linear-gradient(transparent, #6930c3);
    bottom: 0;
  }
  .VmSlideHomeIntro {
    margin-top: 50px;
  }
}
