/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media (min-width: 1200px) {
  nav .container {
    max-width: 1250px;
  }
}
.landing_page {
  /* background-image: url("https://images.pexels.com/photos/696295/pexels-photo-696295.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2"); */
  background-image: url("https://res.cloudinary.com/dtq6aox9h/image/upload/v1722328905/Blurred_Nun_hbcrfs.png");
  /* background-image: url("https://res.cloudinary.com/dtq6aox9h/image/upload/v1720697448/church_website_background_n9w7em.png"); */
  /* background-image: url("images/church_website_background_2.png"); */
  /* background-image: url("images/hero_img.png"); */
  /* background-image: url("https://images.pexels.com/photos/6150432/pexels-photo-6150432.jpeg"); */
  /* background-image: url("images/hero_img_2.png"); */
  background-size: cover;
  background-position: right, center;
}
.nav_section {
  background-color: rgb(29, 29, 29);
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.nav_container {
  padding: 0 75px;
}
.church_name_first {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: white;
}
.church_name_last {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 25px;
  font-weight: 500;
}
.menu_button {
  background-color: rgb(29, 29, 29);
  display: inline;
  padding: 5px 20px;
  height: 44px;
  text-align: center;
  margin: auto 0;
  border-radius: 22px;
  transition: all 0.3s;
}
.menu_button:hover {
  background-color: rgb(231, 171, 18);
  cursor: pointer;
}
.menu_icon {
  color: white;
  font-size: 24px;
  /* (multiple of 8) */
  margin: auto 0 auto 8px;
}
.menu_text {
  color: white;
  display: inline;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: auto 8px auto 4px;
}

/* ------------------------------------------hero card--------------------------------------------- */

.hero_section {
  height: 100%;
}
.hero_card {
  width: 74%;
  background-color: rgba(0, 0, 0, 0.334);
  border-radius: 30px;
  padding: 16px 16px 0;
  align-self: center;
  font-family: "Poppins", sans-serif;
  color: white;
  backdrop-filter: blur(6px);
  border-top: 3px solid rgb(155, 155, 155);
  border-left: 3px solid rgb(156, 156, 156);
  border-bottom: 3px solid rgb(101, 101, 101);
  border-right: 3px solid rgb(101, 101, 101);
}
.hero_heading {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1px;
  padding-bottom: 4px;
}
.hero_visuals {
  height: fit-content;
  width: 100%;
  /* background-color: rgb(0, 0, 0); */
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.gold_coin {
  height: 100%;
  width: 100%;
  border-radius: 25px !important;
}
.hero_image_buttons .row {
  height: fit-content;
  padding-bottom: 0;
}
.hero_text_buttons {
  padding-left: 25px;
}
.hero_para {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
}
.hero_button_1:link,
.hero_button_1:visited,
.hero_button_2:link,
.hero_button_2:visited {
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  border-radius: 20px;
  border: none;
  width: 200px;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.hero_button_1 {
  background-color: #22d667;
  color: white;
  transition: all 0.3s;
}
.hero_button_1:hover,
.hero_button_1:active {
  background-color: rgb(33, 129, 255);
  scale: 1.06;
  font-size: 19px;
}
.hero_button_2 {
  background-color: #9131e0;
  color: white;
  transition: all 0.3s;
}
.hero_button_2:hover,
.hero_button_2:active {
  background-color: rgb(33, 129, 255);
  scale: 1.06;
  font-size: 19px;
}

.button_nav_group {
  margin-top: 14px;
  /* display: flex;
  flex-direction: row;
  justify-content: space-between; */
}
.hero_nav_button {
  height: 60px;
  border-radius: 30px;
  background-color: black;
  text-decoration: none;
  margin-bottom: 16px;
}
.hero_nav_button_icon {
  font-size: 32px;
  color: white;
  height: 100%;
}
.hero_nav_button:link,
.hero_nav_button:visited {
  text-decoration: none;
  color: white;
  font-size: 20px;
  transition: 0.2s all;
}
.hero_nav_button:hover,
.hero_nav_button:active {
  color: rgb(0, 0, 0);
  background-color: white;
  .hero_nav_button_icon {
    color: black;
  }
}
.hero_nav_button_text {
  text-align: center;
  font-size: 18px;
  height: 100%;
  line-height: 1.1;
  font-weight: 600;
}
/* ----------------------------------------Menu Panel--------------------------------------------- */

.modal_menu {
  background-color: rgba(0, 0, 0, 0.441);
}
.modal_menu .modal-dialog {
  max-width: 43%;
  margin: 0 0 0 auto;
}
.total_side_block {
  position: fixed;
  display: none;
  z-index: 999;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 100%; /* Ensure it takes full height of container */
  scrollbar-width: none; /* Firefox & This also makes scrollbar doesn't show scroll bar in browser*/
  -ms-overflow-style: none; /* Internet Explorer */
  scroll-behavior: smooth; /* Add smooth scrolling */
}
.total_side_block:hover {
  body {
    overflow: hidden;
  }
}
.total_side_block .row {
  height: fit-content;
}
.dark_space {
  background-color: rgba(0, 0, 0, 0.713);
}
.dark_space_content {
  height: 100%;
}
.side_panel {
  background-color: rgb(54, 54, 54);
  color: white;
  font-family: "Poppins", sans-serif;
  height: 100%;
  padding: 6rem 5rem 3rem !important;
  transition: 0.3s all;
}
.side_panel_heading {
  font-weight: 900;
  font-size: 58px;
  margin-bottom: 20px;
}
.side_panel_headingblock .menu_close_icon {
  font-size: 50px;
  padding: 0%;
  margin-right: 2rem;
  height: 100%;
  transition: all 0.2s;
}
.side_panel_headingblock .menu_close_icon:hover {
  transform: rotateZ(90deg);
  color: rgb(227, 32, 32);
}
hr {
  background-color: white;
  margin-bottom: 8px !important;
}
.menu_nav_item:link,
.menu_nav_item:visited {
  font-weight: 600;
  font-size: 30px;
  padding-left: 15px;
  cursor: pointer;
  margin-bottom: 15px;
  display: block;
  color: white;
  text-decoration: none;
}
.menu_nav_item:hover {
  color: rgb(255, 255, 255);
  background-color: #9131e0;
  /* background-color: #ffef94; */
  border-radius: 10px;
}
.menu_about_us_spacing {
  margin-bottom: 40px;
}
.side_panel_whatwant {
  font-size: 16px;
  background-image: none !important;
}
.menu_button_block {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.side_panel_specific {
  font-size: 14px;
  margin-bottom: 20px;
}
.menu_specific_item_heading {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 10px;
}
.menu_specific_item:link,
.menu_specific_item:visited {
  color: white;
  font-size: 18px;
  text-decoration: none;
  background-color: rgba(100, 100, 100, 0.637);
  padding: 6px 24px;
  border-radius: 40px;
  transition: 0.2s all;
  border: 1px solid rgb(255, 255, 255);
}
.menu_specific_item:hover,
.menu_specific_item:active {
  color: white;
  background-color: rgb(52, 133, 239);
}
.menu_prayer_receive:link,
.menu_prayer_receive:visited {
  color: white;
  font-weight: 500;
  text-decoration: none;
  background-color: #22d667;
  width: 100%;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.4s all;
}
.menu_prayer_receive:hover,
.menu_prayer_receive:active {
  background-color: rgb(25, 109, 219);
}
.menu_prayer_last {
  margin-top: 30px;
}

/* ----------------------------------------Welcome Section-------------------------------------- */

.welcome_section {
  width: 100%;
  text-align: center;
  padding: 2rem 3rem 1rem;
  margin: auto;
  background-image: linear-gradient(
      135deg,
      rgba(255, 185, 72, 0.208),
      rgba(224, 246, 255, 0.76)
    ),
    url("https://images.pexels.com/photos/122458/pexels-photo-122458.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2");
  background-size: cover;
  background-position: center;
}
.welcome_heading {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 3rem 1rem;
  color: rgb(0, 0, 0);
}
.welcome_para {
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  color: rgb(0, 0, 0);
  padding: 0 3rem 1rem;
}
.small_capital {
  font-size: 22px;
}

/* ----------------------------------------Gallery Section----------------------------------------- */

.gallery_section {
  background-image: url("https://images.pexels.com/photos/950241/pexels-photo-950241.jpeg");
  background-size: cover;
  padding: 14rem 5rem 16rem;
  width: 100%;
  margin: 0;
}
.gallery_column {
  height: 565px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 6px !important;
  max-width: 1200px;
}
.gallery_three {
  height: 68%;
}
.gallery_four {
  height: 30%;
}
.section_heading {
  font-weight: 600;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.4rem;
}
.gallery_one,
.gallery_two,
.gallery_five,
.gallery_six {
  height: 49%;
}
.gallery-box {
  border-radius: 25px;
  overflow: hidden;
  transform: scale(1);
  cursor: pointer;
}
.gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  transition: all 0.5s ease;
}
.gallery-box:hover {
  .gallery_md_img {
    transform: scale(1.1);
  }
  .gallery_box_text_box_md {
    bottom: -100%;
  }
}
.gallery_box_text_box_md {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-image: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.539),
    rgba(9, 9, 9, 0.919)
  );
  transition: all 0.5s ease;
}
.gallery_box_text_heading_md {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

/* -------------SMALL SCREENS GALLERY-------------- */

.gallery_sm_container {
  width: 90%;
  margin: auto auto;
  padding: 5rem 3rem;
}
.section_heading_sm {
  font-weight: 600;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}
.gallery-box_sm_wrap {
  height: 200px;
  transform: scale(1);
  /* trick to make absolute item overflow:hidden; */
  overflow: hidden;
  border-radius: 25px;
  display: relative;
  cursor: pointer;
}
.gallery-box_sm_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  transition: all 0.5s ease;
}
.gallery-box_sm_wrap_wrap:hover {
  .gallery-box_sm_wrap img {
    transform: scale(1.1);
  }
  .gallery_box_text_box {
    bottom: -100%;
  }
}
.gallery-box_sm {
  width: 100%;
}
.gallery_box_text_box {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-image: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.385),
    rgb(33, 33, 33)
  );
  transition: all 0.5s ease;
}
.gallery_box_text_heading {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.gallery_box_text_para {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

/* -----------------------------------------Carousel Section--------------------------------------- */
:root {
  --primary-color: #e5f8e9;
  --carousel-text: #038e01;
}
.fa-angle-right,
.fa-angle-left {
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.362);
  padding: 5px 10px;
  border-radius: 20px;
  color: rgb(255, 255, 255);
}
.carousel_section {
  background-image: url("https://images.pexels.com/photos/7130475/pexels-photo-7130475.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2");
  background-size: cover;
  background-position: center;
  padding: 2rem 5rem 3rem;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.carousel_section_heading {
  font-weight: 600;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.4rem;
  color: rgb(255, 255, 255);
}
.carousel_box {
  /* height: 380px; */
  max-width: 500px;
  overflow: hidden;
  border-radius: 25px;
  transform: scale(1);
  margin: auto;
  border: 1px solid rgb(0, 0, 0);
  /* box-shadow: 0.7rem 0.7rem 0.5rem #3196be,-0.7rem -0.7rem 0.5rem #b9e8fe; */
}
.carousel-inner {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  transform: scale(1);
}
.carousel_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------follow us------------------------ */

.follow_us_group {
  padding-bottom: 2rem;
}
.icon_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 99;
  border: 1.5px solid var(--primary-color);
  padding: 2rem;
  /* transition: all 0.2s; */
}
.follow_us_box .row {
  max-height: 100%;
  height: 100%;
}
.follow_us_heading {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 3rem;
}
/* .icon_wrap {
  height: 80px;
  width: 80px;
  background-color: white;
  margin: auto auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 40px;
} */
.icon_wrap i {
  font-size: 50px;
  padding: 0;
}
.follow_us_float_icon {
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0%;
  z-index: -2;
  transition: all 0s ease-in-out;
  animation: none;
  /* if we want to get an animation for an absolute element when we hover some element,
  first we have to set it to animation: none; like above, and we have to give animation
  in the ruleset having parent's hover state along with element to be animated. */
}
.icon_box:hover .follow_us_float_icon {
  opacity: 100%;
}
.icon_box:hover .follow_us_float_cutter1 {
  opacity: 100%;
}
.icon_box:hover .follow_us_float_icon {
  animation: waves 1.4s linear infinite;
}
.follow_us_float_cutter1 {
  position: absolute;
  font-size: 170px;
  color: rgb(206, 206, 206);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: none;
  z-index: -1;
  opacity: 0%;
}
.icon_box:hover .follow_us_float_cutter1 {
  animation: cutter1_rotate 1.4s linear infinite;
}
@keyframes waves {
  0% {
    font-size: 80px;
  }
  50% {
    font-size: 100px;
  }
  100% {
    font-size: 80px;
  }
}
@keyframes cutter1_rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    /* here we must use translate(-50%, -50%) along with adding rotation, because if we don't 
    then css thinks we want to remove translate displacement of element. Also we have to use it
    for overall animation keyframes at every point of animation */
  }
  100% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
/* ---------------------follow us COLORS ALIGNMENT-------------------- */

.icon_wrap {
  background-color: var(--primary-color);
  border-radius: 30px;
  transform: scale(1);
  margin: auto auto;
}
.fa-facebook {
  color: rgb(0, 0, 0);
}
.facebook_icon_box .fa-circle-dot {
  color: rgb(85, 170, 255);
}
.facebook_icon_box:hover {
  background-color: rgb(255, 255, 255);
  border: 1.5px solid black;
  .fa-facebook {
    color: rgb(58, 130, 247);
  }
  .icon_wrap {
    background-color: white;
  }
}
.facebook_cutter {
  color: #ffffff;
}
.fa-youtube {
  color: rgb(0, 0, 0);
}
.youtube_icon_box .fa-circle-dot {
  color: rgb(245, 102, 102);
}
.youtube_cutter {
  color: rgb(255, 255, 255);
}
.youtube_icon_box:hover {
  background-color: rgb(255, 255, 255);
  border: 1.5px solid black;
  .fa-youtube {
    color: rgb(247, 58, 58);
  }
  .icon_wrap {
    background-color: white;
  }
}

.fa-instagram {
  color: rgb(0, 0, 0);
}
.insta_icon_box .fa-circle-dot {
  color: rgb(250, 112, 255);
}
.insta_cutter {
  color: rgb(255, 255, 255);
}
.insta_icon_box:hover {
  background-color: rgb(255, 255, 255);
  border: 1.5px solid black;
  .fa-instagram {
    color: rgb(247, 0, 255);
  }
  .icon_wrap {
    background-color: white;
  }
}

.fa-x-twitter {
  color: rgb(36, 36, 36);
}
.twitter_icon_box .fa-circle-dot {
  color: rgb(130, 130, 130);
}
.twitter_cutter {
  color: rgb(255, 255, 255);
}
.twitter_icon_box:hover {
  background-color: rgb(255, 255, 255);
  border: 1.5px solid black;
  .fa-x-twitter {
    color: rgb(0, 0, 0);
  }
  .icon_wrap {
    background-color: white;
  }
}

/* ------------------------------------cta section---------------------------------- */

.cta_section {
  padding: 12rem 3rem;
  font-family: "Rubik", sans-serif;
  background-image: url("https://images.pexels.com/photos/950241/pexels-photo-950241.jpeg");
  background-size: cover;
}
.cta {
  overflow: hidden;
  max-width: 1200px;
  margin: auto auto;
}
.cta .row {
  margin-left: 0rem;
  margin-right: 0rem;
}

.cta-text-box {
  background-color: #eee2ff;
  padding: 3rem 2.6rem 1rem !important;
  border-radius: 25px 0 0 25px;
  border: 1px solid rgb(188, 87, 238);
  border-right: none;
}
.cta_call_box {
  background-color: #ecfce5;
  padding: 3rem 2.6rem 3rem !important;
  border-radius: 0 25px 25px 0;
  border: 1px solid rgb(39, 156, 18);
  border-left: none;
}

@media (max-width: 992px) {
  .cta-text-box {
    border-radius: 25px 25px 0 0;
    border: 1px solid rgb(188, 87, 238);
    border-bottom: none;
  }
  .cta_call_box {
    border-radius: 0 0 25px 25px;
    border: 1px solid rgb(39, 156, 18);
    border-top: none;
  }
}
@media (max-width: 767px) {
  .cta-text-box {
    border-radius: 0 0 25px 25px;
    border: 1px solid rgb(188, 87, 238);
    border-top: none;
  }
  .cta_call_box {
    border-radius: 25px 25px 0 0;
    border: 1px solid rgb(39, 156, 18);
    border-bottom: none;
  }
}

.cta_call_box_heading {
  font-size: 46px;
  font-weight: 700;
  color: #09644a;
  margin-bottom: 0.8rem;
}
.cta_call_box_rack1 {
  /* background-color: rgb(255, 168, 168); */
  height: 130px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #096131;
}
.cta_call_box_rack2 {
  /* background-color: rgb(255, 168, 168); */
  height: 130px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cta_call_box_rack3 {
  /* background-color: rgb(255, 168, 168); */
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #096131;
}
.call_us_para {
  font-size: 18px;
  font-weight: 400;
  color: #096131;
}
.call_us_button:link,
.call_us_button:visited {
  font-size: 24px;
  font-weight: 700;
  padding: 0rem 2rem;
  border: 1px solid #096131;
  background-color: #cbffc7;
  color: #096131;
  border-radius: 30px;
  text-decoration: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s all ease;
}
.call_us_button:hover,
.call_us_button:active {
  border: 1px solid #c92e13;
  background-color: #fff1b5;
  color: #c92e13;
}
.number_para {
  font-size: 17px;
  font-weight: 400;
  color: #096131;
  margin-bottom: 0;
}
.number {
  font-size: 30px;
  font-weight: 700;
  color: #096131;
  margin-bottom: 0;
}
.cta_donation_para {
  font-size: 17px;
  font-weight: 400;
  color: #096131;
  margin-bottom: 1rem;
}
.cta_donation_page_link:link,
.cta_donation_page_link:visited {
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  padding: 0rem 2rem;
  border: 1px solid #184e77;
  color: #096131;
  background-color: #cbffc7;
  border-radius: 30px;
  text-decoration: none;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transition: 0.2s all ease;
}
.cta_donation_page_link:hover,
.cta_donation_page_link:active {
  border: 1px solid #c92e13;
  background-color: #fff1b5;
  color: #c92e13;
}

.cta-heading {
  font-size: 46px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #491077c1;
}
.cta-para {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #491077c1;
}
label {
  font-size: 16px;
  font-weight: 600;
  display: block !important;
  margin-bottom: 3px !important;
  color: #491077c1;
}
.cta input,
.cta select {
  width: 100%;
  height: 45px;
  border-radius: 8px;
  border: none;
  padding: 12px 16px;
  font-size: 18px;
  outline: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.submit_button_wrap {
  align-self: end;
}
.submit_button_wrap button {
  width: 50%;
  height: 45px;
  border-radius: 8px;
  border: none;
  padding: 12px 16px;
  align-self: end;
  color: white;
  background-color: #7817c7c1;
  padding: 0 15px;
  display: inline;
  font-size: 20px;
  font-weight: 700;
  transform: scale(1);
  margin-top: 0.9rem;
  transition: 0.3s all;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.submit_button_wrap button:hover {
  background-color: white;
  color: #7817c7c1;
}
.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.5rem rgba(253, 242, 233, 0.5);
}
.error {
  font-size: 13px;
}
textarea,
.free_text_box input[type="text"] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 16px !important;
}
.free_text_box ::placeholder {
  font-size: 16px;
}

/* ---------------------------------------Footer Section------------------------------------- */

.footer_section {
  font-family: "Rubik", sans-serif;
  background-color: rgb(15, 15, 15);
  padding: 12rem 5rem;
  color: white;
}
.footer_logo {
  overflow: hidden;
}
.footer_logo_img_wrap {
  width: 120px;
  height: 120px;
  margin: auto auto;
}
.footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 800px;
  margin: auto auto;
}
.footer_address {
  font-size: 15px;
}
.footer_address_heading {
  font-size: 18px;
  color: rgb(126, 126, 126);
  font-weight: 500;
  margin-bottom: 14px;
}
.footer_address_text_line {
  font-weight: 100;
  margin-bottom: 2px;
  font-size: 16px;
}
.footer_link_line:link,
.footer_link_line:visited {
  color: white;
  text-decoration: underline;
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
}
.footer_link_heading {
  font-size: 18px;
  color: rgb(126, 126, 126);
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 14px;
}
.google_map_location {
  border-radius: 15px;
  overflow: hidden;
}
.copyright_text {
  font-size: 14px;
}

/* -----------------------------------Additional Pages Styling---------------------------------- */

.page_content {
  padding: 2rem 3rem 5rem !important;
  font-family: "Poppins", sans-serif;
}
.page_heading {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 2rem;
}
.page_quote {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  font-style: italic;
}
.quote_reference {
  font-weight: 400;
  font-size: 20px;
  text-align: end !important;
  margin-left: auto;
}
.page_main_image_box {
  border-radius: 25px;
  overflow: hidden;
  transform: scale(1);
  cursor: pointer;
  object-fit: cover;
  height: 320px;
  padding: 0 !important;
}
.page_main_image_box img {
  object-fit: cover;
  transition: all 0.5s ease;
  position: center;
}
.page_main_image_box_mission img {
  width: 100%;
  height: 150%;
}
.page_main_image_box_vocation img {
  width: 160%;
  height: 150%;
}
.page_main_image_box:hover {
  .page_main_image {
    transform: scale(1.1);
  }
}

.page_side_heading_wrap {
  text-align: center;
  width: fit-content;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  margin-top: 5rem;
}
.page_side_heading {
  font-size: 40px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
.page_quote {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  font-style: italic;

  background: linear-gradient(90deg, #e144e3, #e6ec36, #375cff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 400% 400%;
  animation: gradientText 10s ease infinite;
  position: relative;
}

@keyframes gradientText {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.page_general_info {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 2rem;
}
.page_topic_points {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 2rem;
}
.page_side_sub_heading {
  font-weight: 600;
  font-size: 22px;
  margin: 4rem 0 1rem;
}
.italic_style {
  font-style: italic;
  font-weight: 500;
}
.list_item_heading {
  font-weight: 500;
  display: block;
}
.color_underline_heading {
  font-weight: 600;
  font-size: 28px;
  margin: 3rem 0 1rem;
}
.gradient-text {
  position: relative;
  display: inline-block;
}

.gradient-text::after {
  content: "";
  position: absolute;
  border-radius: 50px;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  background: linear-gradient(
    45deg,
    #f58f99,
    #ffcb8f,
    #a67dff,
    #a4ffb8,
    #61bbff
  );
  background-size: 200%;
  animation: gradientFlow 5s linear infinite,
    widthChange 5s ease-in-out infinite;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes widthChange {
  0%,
  100% {
    width: 0;
  }
  50% {
    width: 100%;
  }
}

.life_schedule_table {
  font-size: 18px;
  margin: auto auto;
  color: #9131e0;
  font-weight: 500;
}
td:last-child {
  font-size: 20px;
  font-weight: 600;
}
td {
  padding: 1rem;
  border: 2px solid rgb(194, 135, 254);
}
.table_zig_zag_dark {
  background-color: rgb(247, 241, 255);
}

/* ------------------------------------Support/Donation Page-------------------------------------- */

.donation_bg_container {
  width: 82%;
  margin: auto auto;
}
.donation_container {
  margin: auto;
}
.donation_page {
  height: 100%;
  background-image: url("https://images.pexels.com/photos/6984984/pexels-photo-6984984.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.donation_page .page_heading {
  color: rgba(152, 203, 255, 0.585);
  font-size: 22px;
  font-weight: 400;
}
.donation_page .color_underline_heading {
  color: rgba(152, 200, 255, 0.766);
  margin-top: 1rem;
}

.donation {
  height: 240px;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: row;
  margin: 2rem auto;
  border-radius: 16px;
  background-color: rgba(215, 226, 255, 0.116);
  backdrop-filter: blur(12px);
  border-top: 1px solid #51f9ff91;
  border-right: 1px solid #51f9ff91;
  border-bottom: 1px solid #7d5353;
  border-left: 1px solid #7d5353;
  overflow: hidden;
  text-decoration: none;
  max-width: 450px;
}
.qr_option_button {
  background-color: rgba(215, 226, 255, 0.116);
  backdrop-filter: blur(12px);
  border-top: 1px solid #51f9ff91;
  border-right: 1px solid #51f9ff91;
  border-bottom: 1px solid #7d5353;
  border-left: 1px solid #7d5353;
  overflow: hidden;
  margin: 4rem auto 0;
  border-radius: 100px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: fit-content !important;
  padding: 0 !important;
}
.qr_icon_box {
  background-color: white;
  border-radius: 50px;
  margin: 1rem 1rem;
}
.qr_icon_box i {
  font-size: 24px;
  padding: 0.8rem 1rem;
}
.qr_click_para {
  font-size: 16px;
  font-weight: 600px;
  color: #f1861c;
  margin: auto auto;
  padding: 0 2rem 0 0;
  background-color: transparent;
}
.donation_page .modal {
  border-radius: 20px;
}
.modal-dialog {
  background-color: transparent;
  margin-top: 4rem !important;
  padding: 0 !important;
}
.modal-content {
  width: 330px !important;
  margin: auto;
}
.modal-header {
  border-bottom: none !important;
}
.modal i {
  font-size: 24px;
  padding: 0.5rem 1rem 0rem 1.5rem;
  text-align: right !important;
  display: block !important;
}
.modal .big_screen_donation_para {
  font-size: 15px;
  font-weight: 500;
  margin-top: 0 !important;
  margin-bottom: 2rem;
  display: block;
}
.modal img {
  width: 200px;
}
.modal .big_screen_donation_upi_number {
  font-size: 24px;
  color: rgb(17, 184, 17);
  font-weight: 600;
  letter-spacing: 1px;
}
.modal .big_screen_donation_quote {
  font-size: 14px;
}
.modal-content {
  background-color: transparent !important;
}
.modal-body {
  border-radius: 20px !important;
  background-color: rgb(255, 255, 255);
  padding: 0 0 3rem !important;
}
.manual_amount_card {
  height: 240px;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: row;
  margin: 2rem auto;
  border-radius: 16px;
  background-color: rgba(215, 226, 255, 0.116);
  backdrop-filter: blur(12px);
  border-top: 1px solid #51f9ff91;
  border-right: 1px solid #51f9ff91;
  border-bottom: 1px solid #7d5353;
  border-left: 1px solid #7d5353;
  overflow: hidden;
  text-decoration: none;
  max-width: 450px;
}
.donation_para {
  font-size: 24px;
  font-weight: 700;
  color: #f1861c;
  margin-top: 1.5rem;
  width: auto;
}
/* CSS */
.blob1 {
  width: 140px;
  height: 140px;
  background: linear-gradient(to bottom right, #ffae77, #df1a1a);
  border-radius: 50%;
  position: absolute;
  top: 130px;
  left: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.254);
  z-index: 0;
  animation: bounce 30s ease-in-out infinite;
  animation-delay: 0.5s;
  overflow: hidden;
}
@keyframes bounce {
  0% {
    top: 130px;
    left: 0;
  }
  20% {
    top: 50%;
    left: 90%;
  }
  40% {
    top: 91%;
    left: 30%;
  }
  60% {
    top: 10%;
    left: 80%;
  }
  80% {
    top: 90%;
    left: 70%;
  }
  100% {
    top: 130px;
    left: 0;
  }
}
.donation_info {
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.donation_amount {
  color: rgba(255, 255, 255, 0.406);
  font-size: 70px;
  font-weight: 700;
}
.donation_currency {
  color: rgba(255, 255, 255, 0.406);
  font-size: 40px;
  font-weight: 700;
  margin-left: 10px;
}
.donation_pay_button {
  border: none;
  font-size: 30px;
  font-weight: 600;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  background-color: transparent;
  color: rgb(81, 216, 18);
  margin: auto auto;
}
.donation_pay,
.manual_amount_right {
  background-color: rgba(255, 255, 255, 0.037);
  width: 120px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 300px 0 0 300px;
  transition: all 0.1s ease;
}
.donation_pay:hover,
.manual_amount_right:hover {
  background-color: rgb(252, 222, 255);
  .donation_pay_button {
    color: black;
    outline: none;
  }
}
.manual_amount_right:link,
.manual_amount_right:visited {
  text-decoration: none;
}
.donation_pay:link,
.donation_pay:visited {
  text-decoration: none;
}
.manual_amount_heading {
  font-size: 32px;
  font-weight: 700;
  color: #f1861c;
}
.manual_amount_left {
  margin: auto auto;
  text-align: center;
}
.manual_amount_left input {
  height: 46px;
  width: 100%;
  border-radius: 10px;
  border: none;
  padding-left: 1.2rem;
  padding-top: 2px;
  font-size: 20px;
  font-weight: 700;
}
.manual_amount_left *:focus {
  outline: none;
  box-shadow: 0 0 0 0.5rem rgba(252, 178, 255, 0.774);
}

.manual_amount_left ::placeholder {
  font-size: 20px;
  font-weight: 700;
  color: rgb(180, 180, 180);
}

.big_screen_donation_card {
  max-width: 450px;
  padding: 3rem 2rem;
  font-family: "Poppins", sans-serif;
  margin: 4rem auto 2rem;
  border-radius: 16px;
  background-color: rgba(215, 226, 255, 0.116);
  backdrop-filter: blur(12px);
  border-top: 1px solid #51f9ff91;
  border-right: 1px solid #51f9ff91;
  border-bottom: 1px solid #7d5353;
  border-left: 1px solid #7d5353;
  overflow: hidden;
}
.big_screen_donation_para {
  font-size: 24px;
  font-weight: 700;
  color: #f1861c;
  margin-top: 1rem;
  margin-bottom: 4rem;
  width: auto;
  text-align: center;
}
.big_screen_qr {
  width: 150px !important;
  margin: auto auto 1rem;
  border-radius: 10px;
}
.big_screen_donation_upi_number {
  font-size: 30px;
  font-weight: 600;
  color: rgb(54, 240, 54);
  margin-bottom: 2rem;
}
.big_screen_donation_quote {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #f1861c;
}

.bank_holder_name {
  font-size: 15px;
}

.copy-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto auto;
  background: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 14px;
  border: 1px solid #ddd;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.copy-text {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.copy-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f0f0;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #555;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}

.copy-btn:hover {
  background-color: #e0e0e0;
}

.copy-btn.copied {
  background-color: #d4edda;
  color: #28a745;
}

.copy-btn i {
  position: absolute;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.copy-btn .fa-copy {
  opacity: 1;
  transform: scale(1);
}

.copy-btn.copied .fa-copy {
  opacity: 0;
  transform: scale(0.5);
}

.copy-btn .fa-circle-check {
  opacity: 0;
  transform: scale(0.5);
}

.copy-btn.copied .fa-circle-check {
  opacity: 1;
  transform: scale(1.2);
}

/* ------------------------------------Photo Flow Section-------------------------------------------- */

.photo_flow_section {
  padding: 3rem 0 4.5rem 0;
  background: url("https://images.pexels.com/photos/1072179/pexels-photo-1072179.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2");
  background-size: cover;
  background-position: center;
  white-space: nowrap;
  overflow: hidden;
}
.photo_flow_section:hover {
  .photo_flow_block {
    animation-play-state: paused;
  }
}
.photo_flow_block {
  display: inline-block;
  animation: 105s flow infinite linear;
}
@keyframes flow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.photo_flow_block img {
  height: 280px;
  width: 450px;
  margin: 0 25px;
  border-radius: 20px;
  border: 1px solid rgb(9, 74, 117);
}
.photo_flow_heading {
  font-size: 26px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 1.5rem;
}

/* --------------------------------------Image Page------------------------------------------ */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 1200px;
  width: 100%;
}

.gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.gallery img:hover {
  transform: scale(1.05);
}

#gatherings_gallery,
#service_gallery,
#saintclare_gallery,
#activities_gallery,
#preparations_gallery,
#teachingaspirants_gallery {
  scroll-margin-top: 80px;
}

/* --------------------------------------Media Queries------------------------------------------ */

/* 1350/16=84em(approx) ------>84*16=1344(take this as Small-laptop site width in px) */

@media (min-width: 1344px) {
  .hero_card {
    width: 995px;
  }
  /* .cta_section {
    max-width: 1200px;
    margin: auto auto;
  } */
  /* .gallery_section {
    width: 1344px;
    margin: auto auto;
  } */
  .landing_page {
    height: fit-content;
  }
  .hero_section {
    height: 95vh;
  }
}
@media (max-width: 1344px) {
  .hero_section {
    height: 95vh;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 56.25% !important;
  }
  .side_panel_heading {
    font-size: 50px;
    margin-bottom: 14px;
  }
  .menu_nav_item {
    font-weight: 600;
    font-size: 26px !important;
  }
  .menu_about_us_spacing {
    margin-bottom: 34px;
  }
  .menu_specific_item_heading {
    font-size: 22px;
  }
  .menu_specific_item:link,
  .menu_specific_item:visited {
    font-size: 17px;
    padding: 6px 24px;
  }
  .menu_prayer_receive:link,
  .menu_prayer_receive:visited {
    width: 90%;
    font-size: 18px;
    padding: 8px 20px;
  }
  .photo_flow_section {
    padding: 3rem 0 5rem 0;
  }
  .photo_flow_heading {
    font-size: 24px;
    font-weight: 600;
  }
  .photo_flow_block img {
    height: 250px;
    width: 420px;
    margin: 0 25px;
    border-radius: 20px;
    border: 1px solid rgb(9, 74, 117);
  }
  .landing_page {
    height: fit-content;
  }
  .hero_card {
    margin: 8rem 0;
  }
}

/* 1200/16=75em (for landscape tablets) */
@media (max-width: 1200px) {
  .landing_page {
    height: fit-content;
  }
  .hero_card {
    margin: 8rem 0;
  }

  html {
    font-size: 56.25% !important;
  }
  .menu_button_block {
    display: grid;
    grid-template-rows: 1fr, 1fr;
  }
  .menu_specific_item:link,
  .menu_specific_item:visited {
    font-size: 17px;
    padding: 6px 24px;
  }
  .menu_prayer_receive:link,
  .menu_prayer_receive:visited {
    width: 100%;
    font-size: 18px;
    padding: 8px 20px;
  }
  .menu_prayer_last {
    display: grid;
    grid-template-columns: 1fr, 1fr;
  }
  .hero_heading {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;
    padding-bottom: 4px;
  }
  .hero_para {
    font-weight: 600;
    font-size: 22px;
  }
  .side_panel {
    padding: 5rem 4rem 2rem !important;
  }
  .hero_card {
    width: 80%;
  }
  .cta-heading {
    font-size: 42px;
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .cta-para {
    font-size: 17px;
    padding-bottom: 8px;
  }
  .hero_nav_button_text {
    margin-right: 4rem;
  }
  .gallery_box_text_heading_md {
    font-size: 26px;
  }
  .church_name_first {
    font-size: 35px;
  }
  .church_name_last {
    font-size: 20px;
  }
  .hero_visuals {
    border-radius: 30px;
    width: 100%;
  }
  .menu_icon {
    font-size: 16px;
  }
  .menu_text {
    font-size: 16px;
  }
  .menu_button {
    padding: 4px 16px;
    height: 38px;
  }
  .menu_prayer_last {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .menu_nav_item {
    font-weight: 600;
    font-size: 20px !important;
  }

  .page_container.container {
    max-width: 90%;
  }
  .page_content {
    padding: 2rem 3rem 5rem !important;
    font-family: "Poppins", sans-serif;
  }
  .page_heading {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2rem;
  }
  .quote_reference {
    font-size: 18px;
  }
  .page_main_image_box {
    border-radius: 20px !important;
    height: 290px;
  }
  .page_main_image_box img {
    height: 100%;
  }
  .page_main_image_box_mission img {
    width: 100%;
    height: 150%;
  }
  .page_main_image_box_vocation img {
    width: 160%;
    height: 150%;
  }

  .page_side_heading_wrap {
    text-align: center;
    width: fit-content;
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    margin-top: 5rem;
  }
  .page_side_heading {
    font-size: 34px;
    font-weight: 700;
  }
  .page_quote {
    font-size: 24px;
  }
  .page_general_info {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 2rem !important;
  }
  .page_topic_points {
    font-size: 18px;
  }
  .page_side_sub_heading {
    font-size: 20px;
  }
  .color_underline_heading {
    font-weight: 600;
    font-size: 24px;
    margin: 3rem 0 1rem;
  }
  .life_schedule_table {
    font-size: 16px;
  }
  td:last-child {
    font-size: 18px;
  }
  td {
    padding: 0.8rem;
  }
  .donation_page .page_heading {
    font-size: 20px;
  }
  .welcome_heading {
    font-size: 28px;
    margin-bottom: 0rem;
  }
  .welcome_para {
    font-size: 20px;
  }
  .small_capital {
    font-size: 18px;
  }
  .cta_call_box_heading {
    font-size: 42px;
    padding-top: 2px;
    padding-bottom: 0px;
  }
  .call_us_para {
    font-size: 17px;
  }
  .call_us_button:link,
  .call_us_button:visited {
    font-size: 20px;
    font-weight: 700;
  }
  .number_para {
    font-size: 17px;
    font-weight: 400;
  }
  .number {
    font-size: 26px;
    font-weight: 700;
  }
  .cta_donation_para {
    font-size: 17px;
    font-weight: 400;
    color: #096131;
    margin-bottom: 1rem;
  }
  .cta_donation_page_link:link,
  .cta_donation_page_link:visited {
    font-size: 20px;
    font-weight: 700;
  }
  .photo_flow_section {
    padding: 3rem 0 5rem 0;
  }
  .photo_flow_heading {
    font-size: 22px;
    font-weight: 600;
  }
  .photo_flow_block img {
    height: 220px;
    width: 370px;
    margin: 0 15px;
    border-radius: 20px;
    border: 1px solid rgb(9, 74, 117);
  }
}

/* 991px for Borders change for cta, for dividing */

@media (max-width: 992px) {
  .cta_call_box_rack1 {
    border-bottom: none;
    border-right: 1px solid #096131;
  }
  .cta_call_box_rack3 {
    border-top: none;
    border-left: 1px solid #096131;
  }
  .landing_page {
    height: fit-content !important;
  }
  .hero_section {
    height: fit-content !important;
  }
  .hero_card {
    /* margin: 7rem 0 !important; */
    max-width: 500px !important;
  }
}

/* 944/16=59em  (for tablets)  */
@media (max-width: 944px) {
  html {
    font-size: 50%;
  }
  .hero_card {
    /* min-width: 430px !important; */
    max-width: 500px !important;
    padding: 14px 10px 0;
    border-radius: 25px;
    margin: 5rem 0;
  }
  .church_name_first {
    font-size: 30px;
  }
  .church_name_last {
    font-size: 15px;
  }
  .hero_heading {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1px;
    padding-bottom: 4px;
  }
  .hero_para {
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0 5px;
    text-align: center;
  }
  .hero_visuals {
    border-radius: 25px;
    width: 100%;
  }
  .side_panel_heading {
    font-size: 40px;
    margin-bottom: 4px;
  }
  .side_panel_whatwant {
    font-size: 14px;
  }
  .side_panel {
    padding: 4rem 3.2rem 2rem !important;
  }
  .side_panel_headingblock .menu_close_icon {
    font-size: 35px;
    height: 100%;
  }
  .menu_nav_item {
    font-weight: 600;
    font-size: 22px;
    padding-left: 8px;
  }
  .menu_about_us_spacing {
    margin-bottom: 25px;
  }
  .menu_specific_item_heading {
    font-size: 22px;
  }
  .side_panel_specific {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .menu_specific_item:link,
  .menu_specific_item:visited {
    font-size: 17px;
    padding: 6px 24px;
    /* text-decoration: underline; */
  }
  .menu_prayer_receive:link,
  .menu_prayer_receive:visited {
    width: 90%;
    font-size: 18px;
    padding: 8px 20px;
  }
  .menu_prayer_last {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .gallery_section {
    padding: 5rem 3rem 6rem;
  }
  .gallery_sm_container {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .gallery_sm_container .row {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .gallery-box_sm_wrap {
    margin-bottom: 0.6rem;
  }
  .cta-heading {
    font-size: 36px;
  }
  .donation,
  .manual_amount_card {
    width: 380px;
    height: 200px !important;
  }
  .donation_para {
    font-size: 20px;
  }
  .manual_amount_heading {
    font-size: 24px;
  }
  .donation_info {
    margin-left: 2.6rem;
  }
  .donation_pay {
    width: 95px;
  }
  .donation_pay_button {
    font-size: 22px;
  }
  .donation_amount {
    font-size: 62px;
  }
  .donation_currency {
    font-size: 34px;
    font-weight: 700;
  }
  .donation_bg_container {
    width: 100%;
    margin: auto auto;
  }
  .donation_container {
    padding: 0 !important;
  }
  .manual_amount_left input {
    height: 36px;
    width: 100%;
    border-radius: 8px;
    padding-left: 1rem;
    font-size: 16px;
    font-weight: 600 !important;
  }
  .manual_amount_right {
    width: 95px;
  }
  .manual_amount_left ::placeholder {
    font-size: 16px;
    font-weight: 600;
  }
  .manual_amount_left {
    margin-left: 2.6rem;
  }
  .hero_button_1:link,
  .hero_button_1:visited,
  .hero_button_2:link,
  .hero_button_2:visited {
    font-size: 18px;
    font-weight: 500;
    height: 36px;
    width: 180px;
  }
  .hero_button_1:hover,
  .hero_button_1:active {
    background-color: rgb(33, 129, 255);
    scale: 1.06;
    font-size: 16px;
  }

  .page_container.container {
    max-width: 98%;
  }
  .page_content {
    padding: 2rem 2rem 5rem !important;
  }
  .page_heading {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 1.6rem;
  }
  .quote_reference {
    font-size: 16px;
  }
  .page_main_image_box {
    border-radius: 20px !important;
    height: 240px;
  }
  .page_side_heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0.5rem !important;
  }
  .page_quote {
    font-size: 20px;
  }
  .page_general_info {
    font-size: 16px;
    margin-bottom: 1.5rem !important;
  }
  .page_topic_points {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .page_side_sub_heading {
    font-size: 18px;
    margin-top: 2.4rem;
  }
  .color_underline_heading {
    font-size: 22px;
    margin: 3rem 0 1rem;
  }
  .life_schedule_table {
    font-size: 14px;
  }
  td:last-child {
    font-size: 16px;
  }
  td {
    padding: 0.8rem;
  }
  .welcome_heading {
    font-size: 24px;
    margin-bottom: 0rem;
  }
  .welcome_para {
    font-size: 16px;
  }
  .small_capital {
    font-size: 16px;
  }
  .hero_nav_button {
    height: 50px;
    margin-bottom: 14px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .hero_nav_button_icon {
    font-size: 28px;
  }
  .hero_nav_button_text {
    text-align: center;
    font-size: 17px;
    height: 100%;
    line-height: 1.1;
    font-weight: 500;
  }
  .cta_call_box_heading {
    font-size: 36px;
  }
  .call_us_para {
    font-size: 16px;
  }
  .photo_flow_section {
    padding: 2.5rem 0 4rem 0;
  }
  .photo_flow_heading {
    font-size: 20px;
    font-weight: 600;
  }
  .photo_flow_block img {
    height: 180px;
    width: 290px;
    margin: 0 15px;
    border-radius: 15px;
    border: 1px solid rgb(9, 74, 117);
  }
}

/* 767px --- For Image & Quote Adjust */
@media (max-width: 767px) {
  .modal_menu .modal-dialog {
    max-width: 100%;
  }
  .page_container .row {
    max-width: 450px;
    margin: auto;
  }
  .page_quote_block {
    height: 170px;
  }
  .page_heading {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1.6rem;
  }
  .cta_call_box_rack1 {
    border-bottom: 1px solid #096131;
    border-right: none;
    height: 110px;
  }
  .cta_call_box_rack2 {
    height: 110px;
  }
  .cta_call_box_rack3 {
    border-top: 1px solid #096131;
    border-left: none;
    height: 110px;
  }
  .hero_card {
    width: 95%;
  }
  .blob1 {
    width: 70px;
    height: 70px;
  }
}

/* 415px  (for Mobile)  */
@media (max-width: 415px) {
  .menu_nav_item {
    padding: 5px 0 5px 8px;
    margin-bottom: 6px !important;
  }
  .hero_card {
    width: 100% !important;
  }
  .hero_section {
    padding: 0 10px;
  }
  .gold_coin {
    border-radius: 20px !important;
  }
  .nav_section .container {
    padding: 2px 5px 2px 15px;
  }
  .carousel_section {
    padding: 3.6rem 2rem;
  }
  .carousel_section_heading {
    font-size: 2.2rem;
  }
  .carousel_box {
    border-radius: 20px;
    transform: scale(1);
    margin-bottom: 2rem;
  }
  .follow_us_heading {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .icon_box {
    padding: 1.6rem;
  }
  .icon_wrap i {
    font-size: 30px;
  }
  .cta-heading {
    font-size: 28px;
  }
  .cta_section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer_address_heading,
  .footer_link_heading {
    margin-bottom: 8px;
  }
  .hero_card {
    border-top: 2px solid rgb(155, 155, 155);
    border-left: 2px solid rgb(156, 156, 156);
    border-bottom: 2px solid rgb(101, 101, 101);
    border-right: 2px solid rgb(101, 101, 101);
  }
  .landing_page {
    background-position: bottom, right;
  }
  .gallery-box_sm_wrap {
    border-radius: 18px !important;
  }
  .gallery-box_sm_wrap img {
    border-radius: 0px;
  }
  .fa-angle-right,
  .fa-angle-left {
    font-size: 16px;
    padding: 4px 8px;
  }
  .submit_button_wrap button {
    height: 40px;
    border-radius: 12px;
  }
  .donation_bg_container {
    width: 95%;
    margin: auto auto;
  }
  .donation {
    width: 100%;
    height: 160px !important;
  }
  .donation_para {
    font-size: 17px;
  }
  .donation_info {
    margin-left: 2.2rem;
  }
  .donation_pay {
    width: 85px;
  }
  .donation_pay_button {
    font-size: 18px;
  }
  .donation_amount {
    font-size: 50px;
  }
  .donation_currency {
    font-size: 26px;
    font-weight: 700;
  }

  .manual_amount_card {
    width: 100%;
    height: 160px !important;
  }
  .manual_amount_heading {
    font-size: 20px;
  }
  .manual_amount_left {
    margin-left: 2.2rem;
  }
  .manual_amount_right {
    width: 85px;
  }
  .manual_amount_left input {
    height: 30px;
    width: 100%;
    border-radius: 6px;
    padding-left: 1rem;
    font-size: 14px;
    font-weight: 600;
  }
  .manual_amount_left ::placeholder {
    font-size: 14px;
    font-weight: 600;
  }

  .page_container.container {
    max-width: 100%;
    padding: 0 1.8rem 0;
  }
  .page_content {
    padding: 2rem 0 0 !important;
  }
  .page_heading {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1.6rem;
  }
  .quote_reference {
    font-size: 14px;
  }
  .page_main_image_box {
    border-radius: 16px !important;
    height: 180px;
  }
  .page_side_heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0.5rem !important;
  }
  .page_quote {
    font-size: 18px;
  }
  .page_general_info {
    font-size: 16px;
    margin-bottom: 1.5rem !important;
  }
  .page_topic_points {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .page_side_sub_heading {
    font-size: 18px;
    margin-top: 2.4rem;
    margin-bottom: 0.4rem;
  }
  .color_underline_heading {
    font-size: 20px;
    margin: 3rem 0 1.8rem;
  }
  .life_schedule_table {
    font-size: 14px;
  }
  td:last-child {
    font-size: 16px;
  }
  td {
    padding: 0.6rem;
  }
  .donation_page {
    padding: 0 2.5rem 0;
  }
  .blob1 {
    width: 70px;
    height: 70px;
  }
  .donation_page .page_heading {
    font-size: 14px;
    color: rgb(152, 204, 255);
    font-weight: 400;
  }
  .donation_page .color_underline_heading {
    font-size: 18px;
    color: rgb(152, 200, 255);
    margin-bottom: 0;
  }
  .welcome_section {
    width: 100%;
    padding: 2rem 0rem 1rem;
  }
  .welcome_heading {
    font-size: 22px;
  }
  .welcome_para {
    font-size: 16px;
  }
  .small_capital {
    font-size: 14px;
    display: block;
  }
  .carousel_section {
    padding: 2rem 0.6rem 1rem;
  }
  .button_nav_group {
    margin-bottom: 10px;
  }
  .hero_nav_button {
    height: 46px;
    margin-bottom: 12px;
    width: 95%;
  }
  .hero_nav_button_icon {
    font-size: 28px;
  }
  .hero_nav_button_text {
    text-align: center;
    font-size: 15px;
    height: 100%;
    line-height: 1.1;
    font-weight: 500;
  }
  .cta_call_box_heading {
    font-size: 28px;
  }
  .number_para {
    font-size: 16px;
    font-weight: 400;
  }
  .number {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
  }
  .call_us_button {
    font-weight: 600 !important;
  }
  .cta_donation_para {
    font-size: 16px;
    font-weight: 400;
    color: #096131;
    margin-bottom: 1rem;
  }
  .cta_donation_page_link:link,
  .cta_donation_page_link:visited {
    font-size: 20px;
    font-weight: 600;
  }
  .cta_call_box_rack1 {
    height: 100px;
  }
  .cta_call_box_rack3 {
    height: 100px;
  }
  .photo_flow_section {
    padding: 2.5rem 0 4rem 0;
  }
  .photo_flow_heading {
    font-size: 20px;
    font-weight: 600;
  }
  .photo_flow_block img {
    height: 150px;
    width: 250px;
    margin: 0 10px;
    border-radius: 15px;
    border: 1px solid rgb(9, 74, 117);
  }
  .section_heading_sm {
    font-size: 17.5px !important;
    font-weight: 700 !important;
  }
}
