body {
  direction: rtl;
  padding: 0;
  margin: 0 auto;
  background: #f3f5f6;
}
figure {
  padding: 0;
  margin: 0;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}

.swiper-slide .card {
  cursor: pointer;
}
.modal-dialog {
  max-width: 1100px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.btn-close {
  position: absolute;
  right: -30px;
  top: 0;
}
.inner-section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
footer {
  background-color: #071f5d;
}

.footer-text {
  text-align: center;
  color: #fff;
  font-family: "Assistant", sans-serif;
  font-size: 1.1rem;
}
.swiper_section {
  background-image: url(https://image.abbviecare.com/lib/fe3c11717564047e731474/m/1/94b476ab-519b-4e69-9f5a-0cb72d4ff36e.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.hero {
  background-image: url(https://image.abbviecare.com/lib/fe3c11717564047e731474/m/1/94758940-8821-437f-a5be-2b4196b4bf56.png);
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  aspect-ratio: 2.4;
}
.hero .inner-section {
  height: 100%;
}
.hero-content {
  width: 40%;
}
.card-text {
  letter-spacing: 0.038rem;
  color: #2e69e7;
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}
.card-title {
  font-family: "Assistant", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
.card-title-article {
  font-family: "Assistant", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}
.card-text-article {
  font-size: 1.25rem;
  letter-spacing: 0.038rem;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1.15;
}
.article-body {
  min-height: 19rem;
}
.card-img {
  transition: transform 0.3s ease-in-out;
}

.card:hover .card-img {
  transform: scale(1.5);
}
.video-card {
  border: 1px solid #ffb8ce;
  border-radius: 16px;
  box-shadow: 0px 3px 16px #ffffff;
}

.title-hero {
  font-family: "Assistant", sans-serif;
  font-weight: 900;
  color: #071f5d;
  font-size: 7rem;
}
.title-hero span {
  color: #2e69e7;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  border: 1px #2e69e7 solid !important;
  width: 40px !important;
  border-radius: 6px !important;
}
.swiper-pagination-bullet {
  background: #e6e1e5 !important;
}
.swiper-pagination-bullet-active {
  background: #ffb8ce !important;
}
.swiper-pagination {
  padding-top: 2rem;
  position: initial !important;
}
.banner-nurse {
  position: relative;
}

.text-nurse h4 {
  font-family: "Assistant", sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-size: 2.625rem;
  letter-spacing: 0.42px;
  line-height: 1.1;
}
.text-nurse p {
  font-family: "Assistant", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.1;
  letter-spacing: 0;
}
/* CSS */
.button-56 {
  font-family: "Assistant", sans-serif;
  font-weight: bold;
  background-color: #ffb8ce;
  border-radius: 100px;
  box-sizing: border-box;
  color: #071f5d;
  cursor: pointer;
  font-size: 24px;
  max-width: 100%;
  padding: 10px 45px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 5px #071f5d;
  transition: all 0.3s ease;
  z-index: 4;
}
.button-56:hover {
  background-color: #ff739b;
  color: #ffffff;
  box-shadow: 0px 8px #071f5d;
  transform: translateY(-3px);
}
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, box-shadow 0.3s ease;
  transition: font-weight 0.3s ease, box-shadow 0.3s ease;
}
.title-video {
}
.title-video:hover {
}
.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.hero-content {
  transition: transform 0.7s ease;
}
.hero-content:hover {
  transform: scale(1.1);
}
.pink-bg {
  background-image: url(https://image.abbviecare.com/lib/fe3c11717564047e731474/m/1/1b1b8c43-b455-4af9-ae49-ded984b6994f.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 40px;
  overflow: hidden;
  border-bottom-right-radius: 40px;
}
.blue-bg {
  background-image: url(https://image.abbviecare.com/lib/fe3c11717564047e731474/m/1/4b16e5e6-caba-41eb-9258-2ffc5ac1646b.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.nurse {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://image.abbviecare.com/lib/fe3c11717564047e731474/m/1/f4d4fe69-6f2c-4a08-82bd-bb3c436ce545.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  transition: background-size 0.7s ease;
}

.nurse:hover {
  background-size: auto 110%;
}

.pink-bg,
.blue-bg {
  position: relative;
  height: 358px;
  z-index: 1;
}

/* xl */
@media (max-width: 1199px) {
  .hero_title {
    width: 80%;
  }
  .hero_sub_title {
    width: 77%;
  }
  .inner-section {
    max-width: 90%;
  }
  .modal-dialog {
    margin: 60px auto;
  }

  .btn-close {
    position: absolute;
    right: 10px;
    top: -30px;
  }
}
/* lg */
@media (max-width: 991px) {
  .text-nurse h4 {
    font-size: 2.25rem;
  }
  .text-nurse p {
    font-size: 1.6rem;
  }

  .nurse {
    background-size: auto;
  }
}
/* md */
@media (max-width: 767px) {
  .pink-bg {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 0;
  }
  .blue-bg {
    border-top-left-radius: 0;
    border-bottom-right-radius: 40px;
    height: 310px;
  }
  .pink-bg {
    height: 250px;
  }
}

/* sm */
@media (max-width: 575px) {
  .hero .inner-section {
    height: auto;
  }
  .hero-content {
    width: 100%;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .hero {
    background-image: url(https://image.abbviecare.com/lib/fe3c11717564047e731474/m/1/c401172c-17d3-4e28-b4c9-e52c24fda370.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .blue-bg {
    height: auto;
  }

  .hero_title {
    width: 20rem;
  }
  .hero_sub_title {
    width: 14rem;
  }
  .text-nurse h4 {
    font-size: 1.7rem;
  }
  .text-nurse p {
    font-size: 1.4rem;
  }
  .button-56 {
    max-width: 100%;
    padding: 13px 36px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 5px #071f5d;
    transition: all 0.3s ease;
    z-index: 4;
  }
}
