.intro-section img.hero-img {
  margin-bottom: 0;
  padding: 5px 10px;
}

.sideBySide {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  padding: 20px 20px;
}
.call-to-commitment {
  width: 50%;
  background-color: #0d4ef2;
  border-radius: 25px;
}
.prayer {
  height: 400px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
}
.split {
  height: 100%;
  width: 50%;
  position: relative;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
  border-radius: 20px;
  color: white;
}

.left {
  left: 0;
  background-color: #0d4ef2;
}

.right {
  right: 0;
  background-color: blue;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered img {
  width: 150px;
  border-radius: 50%;
}
.left {
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.2),
    rgba(96, 165, 250, 0.1)
  );
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}
.left:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(31, 38, 135, 0.5);
}

.purity_challenge_intro_block_text {
  height: 600px;
}

.purity_challenge_intro_block {
  height: 500px;
  align-items: center;
}

.purity_challenge_intro_block_picture {
  height: 100%;
}

.purity_challenge_intro_block_title {
  left: 0;
  padding-left: 40px;
}

.intro-paragraph {
  max-width: 800px;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 1px 1px 2px #8b8b8b;
  font-weight: 500;
  text-align: center;
}

.gradient_cards_wrapper {
  background: url("../img/heroes24.webp") center/cover no-repeat;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px #8b8b8b;
}

.gradient_cards_wrapper h1 {
  font-size: 36px;
}

@media screen and (max-width: 1024px) {
  .intro-paragraph {
    max-width: fit-content;
    padding: 60px 20px;
    transform: translate(0%, 23%);
    left: auto;
    top: auto;
  }
}

/* Start Monthly prayer guide */
.monthly_prayer_guide_wrapper {
  position: relative;
  background: url(../img/heroes7.webp) center / cover no-repeat;
  padding: 20px;
}

.monthly_prayer_guide_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.monthly_prayer_guide_weeks {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 120px;
}

.monthly_prayer_guide_week_item {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.2),
    rgba(96, 165, 250, 0.1)
  );
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.monthly_prayer_guide_content {
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.2),
    rgba(96, 165, 250, 0.1)
  );
  padding: 10px;
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.monthly_prayer_guide_days {
  display: flex;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
}

.monthly_prayer_guide_day_item {
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.2),
    rgba(96, 165, 250, 0.1)
  );
  padding: 10px;
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  color: #fff;
  transition: all 0.3s ease;
}

.monthly_prayer_guide_day_item.active,
.monthly_prayer_guide_week_item.active {
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 1);
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.8),
    rgba(96, 165, 250, 0.8)
  );
  backdrop-filter: blur(6px);
}

.monthly_prayer_guide_wrapper_mobile {
  display: none;
}

.monthly_prayer_guide_wrapper_right_image {
  width: 50%;
  margin: 0 auto;
}

/* End Monthly prayer guide */

@media screen and (max-width: 768px) {
  /* Parallax */

  .parallax__header {
    min-height: 30svh;
  }

  /* Start dynamic text with image */

  .purity_challenge_intro_block_title {
    font-size: 30px;
    width: fit-content;
    padding: 10px 20px 10px 40px;
  }

  .intro-paragraph {
    transform: translate(0%, 10%);
  }

  /* End dynamic text with image */

  .centered {
    width: 100%;
    padding: 10px;
  }

  /* Start Monthly prayer guide */

  .monthly_prayer_guide_wrapper_desktop {
    display: none;
  }

  .monthly_prayer_guide_wrapper_mobile {
    display: block;
  }

  .monthly_prayer_guide_days {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
  }

  .week_block {
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.3s ease;
    width: 100%;
  }

  .weekly_content {
    display: none;
    padding: 10px 0;
  }

  .weekly_content .thirty_one_day_card_wrapper {
    margin: 0 auto;
  }

  .week_block.active .weekly_content {
    display: block;
  }

  .monthly_prayer_guide_card {
    flex-direction: column;
  }

  .monthly_prayer_guide_wrapper_right_image {
    display: none;
  }

  /* End Monthly prayer guide */
}

@media screen and (max-width: 600px) {
  .intro-paragraph {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 479px) {
  .purity_challenge_intro_block_title {
    font-size: 18px;
    padding: 10px 10px 10px 30px;
  }

  .intro-paragraph {
    line-height: normal;
    padding: 0 25px;
  }

  .prayer {
    flex-direction: column;
    height: auto;
  }

  .split {
    width: 100%;
    padding-top: 0;
  }

  .centered {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  .centered h2 {
    margin-top: 0;
  }

  .intro-section img.hero-img {
    max-height: 200px;
  }
}
