.slide-item .slide-content {
  max-width: 705px;
}

.hero-slider1 .slide-item {
  min-height: 700px;
}

.hero-slider1 .slide-item .slide-bg {
  background-size: 100%;
}

@media (max-width: 1400px) {
  .hero-slider1 .slide-item {
    min-height: 600px;
  }
}

@media (max-width: 1200px) {
  .hero-slider1 .slide-item {
    min-height: 550px;
  }
}

@media (max-width: 991px) {
  .hero-slider1 .slide-item {
    min-height: 350px;
  }
  .hero-slider1 .slide-item {
	padding: 90px 0 140px;
}
.hero-slider1 .slide-item .slide-content h1 {
	color: var(--white);
	font-weight: 800;
	margin: 15px 0 20px;
	font-size: 60px;
}
}

@media (max-width: 767px) {
  .hero-slider1 .slide-item {
    padding: 40px 0;
  }
  .hero-slider1 .slide-item .slide-content h1 { 
	font-size: 45px;
}
}

@media (max-width: 575px) {
  .hero-slider1 .slide-item {
    min-height: auto;
  }

  .slide-item .slide-content h1 {
    font-size: 36px;
  }

  .hero-slider1 .slide-item .slide-bg {
    background-size: cover;
  }
  .hero-slider1 .slide-item .slide-content h1 {
	font-size: 36px;
}
.hero-slider1 .slide-item .slide-content .text-secondary { 
	font-size: 18px; 
}
.hero-slider1 .slide-item .slide-content p {
	font-size: 16px;
	margin-bottom: 0;
}
}
 
 

.myAboutSection .card-entry .icon-img {
  width: 40px;
}

.myAboutSection .card-entry::before {
  background-image: none;
}

.myAboutSection .card-entry {
  height: 100%;
}

.sub-title {
  font-family: "Li-Akkas";
  line-height: 1.3;
}

p {
  color: #1f1f1f;
}

.card-content-list p {
  margin-bottom: 0;
}

.donation_section {
  padding: 120px 0 60px;
}

.donation_section .donation_content_wrap {
  max-width: 960px;
  margin: auto;
}

.donation_section .faq-card {
  padding: 24px;
  position: relative;
  margin-top: -220px;
  z-index: 1;
}

.donation_section .payment-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.donation_section .quick-call {
  align-items: start;
}

.donation_section .quick-call img {
  width: 40px;
}

.donation_section .sec-intro {
  margin-bottom: 24px;
}


/* Photo gallery */
.photo-gallery-detail {
  width: 100%;
  margin: 0px auto;
  columns: 4;
  column-gap: 20px;
}

@media only screen and (max-width: 1199px) {
  .photo-gallery-detail {
    columns: 3;
  }
}

@media only screen and (max-width: 767px) {
  .photo-gallery-detail {
    columns: 2;
  }
}

@media only screen and (max-width: 480px) {
  .photo-gallery-detail {
    columns: 1;
  }
}

.photo-gallery-detail .photo-gallery-item {
  width: 100%;
  margin-bottom: 10px;
  break-inside: avoid;
}

.photo-gallery-detail .photo-gallery-item img {
  width: 100%;
  border-radius: 12px;
}

.photo-gallery-detail .photo-gallery-item a {
  position: relative;
  display: block;
}

.photo-gallery-detail .photo-gallery-item a::after {
  content: "\f067";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  background: #003C3C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 2;
}

.photo-gallery-detail .photo-gallery-item a:hover::after {
  visibility: visible;
  opacity: 1;
}

.photo-gallery-detail .photo-gallery-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: #003C3C;
  border-radius: 12px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.photo-gallery-detail .photo-gallery-item a:hover::before {
  visibility: visible;
  opacity: 0.4;
}

.mfp-bottom-bar {
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 0 0 8px 8px;
}

.mfp-bottom-bar .mfp-title {
  color: #000;
}

/* video gallery start */
.video-gallery-section {
  background: #f8f9fa;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.video-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.video-card:hover img {
  transform: scale(1.08);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s ease;
}

.video-card:hover .play-btn {
  background: #dc3545;
}

/* video gallery end */

/* publication_section */
.publication_section .blog-entry2 .blog-content h3 {
  margin: 0 !important;
  text-align: center;
}

/* publication_section end */

/* footer-widgets */
.footer-widgets {
  margin-top: 0px;
  padding: 0px 0 50px;
  border-top: none;
}

.footer-widgets .f-logo {
  width: 170px;
}

.footer-widgets .f-logo img {
  width: 100%;
}

/* footer-widgets end*/


@media all and (max-width: 767px) {
  .donation_section {
    padding: 60px 0;
  }

  .donation_section .faq-card {
    margin-top: 0px;
  }

  .donation_section .payment-methods {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }

  .faq-card .icon-lg {
    background: #f6f3ee;
    width: 50px;
    height: 50px;
    border-radius: 15px !important;
  }

  .donation_section .quick-call img {
    width: 25px;
  }

  .donation_section .sec-intro {
    margin-bottom: 0;
  }

  .footer-widget {
    margin-bottom: 0px;
  }
}