@font-face {
  font-family: "aqeeqsanspro";
  src: url("./fonts/AQEEQSANSPRO-Regular.otf"); }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "aqeeqsanspro", sans-serif; }

a {
  text-decoration: none; }

:root {
  --main-color: #3ea100;
  --second-color: #87a574;
  --third-color: #ffff02;
  --black-color: #2c2c2c;
  --main-hover: #4bb80a;
  --glide-color-primary: #4e6bff;
  --glide-color-white: #ffffff;
  --glide-color-gray: #f8f9fa; }

.main-color {
  color: var(--main-color); }

.second-color {
  color: var(--second-color); }

.top-nav {
  border-bottom: 1px solid #e4e4e4; }

.top-nav .social-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4px 8px;
  padding: 4px;
  color: var(--main-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.top-nav .social-menu a:hover {
  color: var(--main-hover); }

.top-nav h2 {
  font-family: Lateef;
  font-weight: 400;
  text-align: center;
  color: var(--main-color); }

.login-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dddddd;
  border-radius: 12px;
  color: #525252;
  padding: 8px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.login-link:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color); }

.navbar-brand img {
  max-height: 100px; }

.navbar .navbar-toggler {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff; }

.navbar .nav-item {
  margin: 0 8px; }

.navbar .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #525252;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.35rem;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }

.navbar .nav-link::before {
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 3px;
  content: "";
  background-color: var(--main-color);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.navbar .nav-link:active::before,
.navbar .nav-link.active::before,
.navbar .nav-link:hover::before {
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.navbar .nav-link:active,
.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--main-color);
  font-weight: 500;
  border-color: var(--main-color); }

.nav-drop {
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.nav-drop .dropdown-item {
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #525252; }

.nav-drop .dropdown-item:hover {
  color: var(--main-color);
  background-color: transparent; }

.nav-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #525252;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 12px; }

.nav-left .contact-btn {
  border: 1px solid #dddddd;
  background-color: #f6f6f6; }

.nav-left .contact-btn:hover {
  background-color: #e6e6e6; }

.nav-left .pay-btn {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff; }

.nav-left .pay-btn:hover {
  background-color: var(--main-hover); }

@media (max-width: 1400px) and (min-width: 1200px) {
  .navbar .nav-item {
    margin: 0px; }

  .navbar .nav-link {
    font-size: 20px; }

  .nav-left a {
    padding: 8px;
    font-size: 18px; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .navbar .nav-link {
    font-size: 16px;
    padding: 10px 4px !important; }

  .nav-left a {
    padding: 8px 4px;
    font-size: 16px; }

  .navbar-brand img {
    width: 60px; } }
.hero-sec {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 190px);
  /* Adjust height as needed */
  background-image: url("../assets/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* Color overlay */
.hero-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3ea100ba;
  /* Black with 50% opacity */
  z-index: 1; }

.hero-sec .container {
  position: relative;
  z-index: 2;
  color: #fff; }

.hero-sec .hero-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px; }

.hero-sec .hero-des {
  font-weight: 400;
  line-height: 55px;
  text-align: center; }

.hero-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 12px;
  padding: 12px; }

.hero-links .con-btn {
  background-color: #fff;
  color: #000; }

.hero-links .give-btn {
  background-color: var(--third-color);
  color: #000; }

.hero-sec .scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 15px;
  z-index: 100;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-animation: hero-btn 0.8s infinite alternate;
          animation: hero-btn 0.8s infinite alternate;
  background-color: transparent; }

@-webkit-keyframes hero-btn {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@keyframes hero-btn {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }
@media (max-width: 763px) {
  .hero-sec .hero-title {
    font-size: 50px;
    line-height: 60px; }

  .hero-sec .hero-des {
    line-height: 40px; } }
.numbers-sec {
  background-color: #f3ffeb; }

.number-con {
  border-left: 1px solid #dadada; }

.number-con:last-child {
  border-left: none; }

.number-con .number-text {
  font-weight: 700;
  font-size: 60px;
  line-height: 50px; }

.number-con h4 {
  color: #757574; }

@media (max-width: 992px) {
  .number-con {
    border-left: none; } }
.goals-sec {
  background-color: #f9f5eb; }

.goals-sec-title h1 {
  font-weight: 700;
  font-size: 3.5rem; }

.goals-sec-title .goals-sec-main-title {
  position: relative;
  display: inline-block; }

.goals-sec-title .goals-sec-main-title span {
  position: absolute;
  right: -57px;
  top: -38px; }

.goal-con-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background-color: #d0f3a2;
  border-radius: 50%; }

@media (max-width: 767px) {
  .goals-sec-title h1 {
    font-size: 2.5rem; }

  .goals-sec-title .goals-sec-main-title span {
    right: -49px;
    top: -51px; } }
.more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3f3f3f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 12px;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #e0e0e0; }

.more-link:hover {
  background-color: var(--main-color);
  color: #fff; }

.quot-img-con {
  position: relative;
  width: 100%;
  height: 100%; }

.quot-img-con .quot-img {
  width: calc(100% - 100px);
  min-height: 300px; }

.quot-img-con .quot-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px; }

.quot-img-con .img-quot {
  -webkit-box-shadow: 0px 2px 12px 0px #2b2b2b0f;
          box-shadow: 0px 2px 12px 0px #2b2b2b0f;
  border: 1px solid #f0ece8;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  background-color: #fff;
  left: 0;
  bottom: -16px; }

.quot-text {
  position: relative;
  color: #6e6e6e; }

.quot-text span {
  position: absolute;
  left: 16px;
  bottom: 20px;
  z-index: -1; }

.donation-sec-con {
  border-radius: 70px;
  background-color: var(--main-color); }

.donation-sec-title {
  color: var(--third-color); }

.donation-sec-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 4px;
  background-color: var(--third-color);
  border-radius: 10px; }

.donation-sec-header h1 {
  font-weight: 400;
  font-size: 3rem; }

.donation-sec-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: var(--third-color);
  color: #000; }

.donation-card {
  background-color: #53ad1a;
  border-radius: 60px;
  color: #fff; }

.donation-card .donation-icon {
  background-color: #8adf55;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.donation-card .donation-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 12px;
  border-radius: 25px;
  background-color: #73c53f;
  color: #000;
  border: 1px solid #93f555; }

.donation-card .donation-btn:hover {
  background-color: var(--third-color); }

.doors-sec .icon-con {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.header-top-icons .icon-con.middlel-icon {
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%); }

.doors-sec-header h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 81px; }

.doors-sec-header h2 {
  color: var(--second-color); }

.doors-title-sec .doors-title-sec-bg {
  position: absolute;
  width: 100%;
  height: 100%; }

@media (max-width: 600px) {
  .doors-title-sec .doors-title-sec-bg {
    display: none; }

  .doors-sec .icon-con {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px; }

  .doors-sec-header h1 {
    font-size: 50px;
    line-height: 60px; }

  .doors-sec-header .res-title {
    display: none; }

  .doors-title-sec {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }

  .tiny-title {
    display: block !important; } }
.door-card .door-card-img {
  border-radius: 70px;
  position: relative;
  height: 256px;
  width: 100%; }

.door-card .door-card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 70px; }

.door-card .door-card-img button {
  position: absolute;
  top: 27px;
  left: 28px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: var(--main-color);
  border: none; }

.door-card:hover button {
  background-color: var(--main-color);
  color: #fff; }

.door-card h2 {
  color: var(--second-color); }

.door-card h1 {
  color: #000; }

.video-sec-title {
  color: var(--main-color); }

.video-sec-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 10px; }

.video-sec-header h1 {
  font-weight: 400;
  font-size: 3rem; }

.video-sec-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: var(--main-color);
  color: #fff; }

.video-sec-img {
  width: 100%;
  max-height: 600px;
  min-height: 300px;
  border-radius: 80px;
  position: relative; }

.video-sec-img img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 80px; }

.video-sec-img .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ccc;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%; }

.video-sec-img:hover .video-icon {
  background-color: var(--main-color); }

.vbox-container,
.vbox-content {
  max-height: 100vh;
  overflow: hidden; }

.vbox-content .vbox-child {
  max-height: calc(100vh - 100px); }

.gallary-sec {
  position: relative;
  width: 100%;
  background-image: url("../assets/gallarybg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff; }

.gallary-sec h1 {
  font-weight: 700;
  font-size: 68px; }

@media (max-width: 600px) {
  .gallary-sec h1 {
    font-size: 50px; } }
.gallary-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  opacity: 0.7;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.gallary-more:hover {
  opacity: 1; }

.glide__track {
  overflow: visible; }

.gallary-sec .glide__slides {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gallary-sec .glide__slide {
  background: #fff;
  padding: 13px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 290px;
  height: 400px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) all;
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) all;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) all;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) all, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) all;
  will-change: transform;
  -webkit-box-shadow: -9px 10px 4px 0px #00000040;
          box-shadow: -9px 10px 4px 0px #00000040; }

.gallary-sec .glide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px; }

/* Active slide styling */
.gallary-sec .glide__slide.glide__slide--active {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1;
  -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
  z-index: 2; }

.activity-sec .activity-sec-con {
  position: relative;
  width: 100%;
  background-image: url("../assets/activity-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
  border-radius: 60px; }

.activity-sec h1 {
  font-weight: 400;
  font-size: 68px;
  line-height: 70px; }

.activity-card {
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 450px;
  min-height: 300px;
  position: relative;
  border-radius: 30px; }

.activity-card .activity-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden; }

.activity-card .activity-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px; }

.activity-card-content {
  background-color: #fff;
  color: #000;
  border-radius: 30px; }

.date-time-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/* Your existing styles */
.date-time-box .number-container {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  color: var(--main-color);
  border-radius: 7px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 4px;
  background: #ebebeb;
  position: relative;
  overflow: hidden; }

/* New fade animation */
.number-container .number {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.number-container .number.fade-out {
  opacity: 0; }

.number-container .number.fade-in {
  opacity: 0;
  -webkit-animation: simpleFadeIn 0.3s ease-in-out forwards;
          animation: simpleFadeIn 0.3s ease-in-out forwards; }

@-webkit-keyframes simpleFadeIn {
  to {
    opacity: 1; } }

@keyframes simpleFadeIn {
  to {
    opacity: 1; } }
.date-time-box .label {
  font-weight: 400;
  font-size: 21px;
  color: #626262; }

.more-activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 24px;
  color: #000; }

.more-activities:hover {
  background-color: var(--third-color); }

@media (max-width: 600px) {
  .activity-sec h1 {
    font-size: 40px;
    line-height: 50px; } }
.team-sec {
  overflow: hidden; }

.team-card {
  -webkit-box-shadow: 0px 4px 10px 0px #9098c133;
          box-shadow: 0px 4px 10px 0px #9098c133;
  border: 1px solid #e4e4e4;
  border-radius: 40px; }

.team-card .team-card-img {
  width: 250px;
  height: 250px;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.team-card .team-card-img img {
  width: 100%;
  height: 100%;
  border-radius: 100px; }

.team-card h2 {
  color: #384b78; }

.team-social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  color: #8f9cbb;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.team-social-links a:hover {
  color: var(--main-color); }

.team-sec-header h2 {
  color: #87a574; }

.team-sec .glide__arrows button {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #dadada;
  background-color: transparent;
  margin: 5px;
  color: #333; }

.team-sec .glide__arrows button:hover {
  background-color: var(--main-color);
  border: var(--main-color);
  color: #fff; }

.footer {
  border-top: 1px solid #dedede; }

.footer-links li {
  margin: 12px 0; }

.footer-links a {
  color: #000000a6;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.footer-links a:hover {
  color: var(--main-color); }

.footer-social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.footer-social-links a:hover {
  color: var(--main-color); }

.donation-page {
  background-color: #f4f2ec; }

.donation-form {
  border-radius: 60px;
  background-color: #fff; }

.donation-select label {
  border: 1px solid #c0bdb8;
  font-size: 20px;
  border-radius: 12px;
  padding: 8px 20px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative; }

.donation-select input[type="radio"]:checked + label {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color); }

.donation-select label .donation-badge {
  position: absolute;
  font-weight: 700;
  font-size: 9.53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #cef3bd;
  padding: 2px 5px;
  border-radius: 50px;
  left: 12px;
  bottom: -9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.donation-value-text {
  border: 1px solid #c0bdb8;
  border-radius: 12px; }

.donation-value-text input {
  font-weight: 700;
  font-size: 30px;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.donation-form hr {
  border: 1px solid #e0e0e0;
  opacity: 1; }

.donation-form .form-floating .form-select {
  border: 1px solid #c0bdb8;
  border-radius: 12px;
  font-weight: bold;
  font-size: 18px; }

.donation-form .form-floating .form-select label {
  font-weight: 400;
  font-size: 12px;
  color: #6f6f6f; }

.submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 12px;
  border-radius: 12px;
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid #93f555; }

.share-con .share-con-title {
  font-weight: 400;
  color: #777777; }

.share-con .share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  font-weight: 400;
  color: #3d5a80;
  margin: 8px; }

.share-con .share-link .link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  background-color: #9d9d9d0a;
  border-radius: 50%;
  margin-bottom: 8px; }

.share-con .email-share.share-link:hover {
  color: #ee6c4d; }

.share-con .email-share.share-link:hover .link-icon {
  background-color: #ee6c4d14; }

.share-con .whats-share.share-link:hover {
  color: #25d366; }

.share-con .whats-share.share-link:hover .link-icon {
  background-color: #25d36614; }

.share-con .x-share.share-link:hover {
  color: #000000; }

.share-con .x-share.share-link:hover .link-icon {
  background-color: #00000014; }

.share-con .tele-share.share-link:hover {
  color: #0088cc; }

.share-con .tele-share.share-link:hover .link-icon {
  background-color: #0088cc14; }

.share-con .share-link:hover {
  color: #3ea100; }

.share-con .share-link:hover .link-icon {
  background-color: #3ea10014; }

.about-hero {
  position: relative; }

.about-hero h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 80.28px;
  color: #1a1e21; }

.about-hero h3 {
  color: #696969; }

.about-hero .about-right-img,
.about-hero .about-left-img {
  max-width: 20%; }

.about-hero .about-right-img {
  right: 0;
  top: 90px; }

.about-hero .about-left-img {
  left: 0;
  top: 10px; }

.about-more {
  padding-top: 250px;
  background-color: #f5f5f5; }

.about-more h1 {
  font-weight: 400;
  font-size: 50px;
  color: #1a1e21; }

.about-more h3 {
  color: #323437;
  line-height: 40px; }

.vesion-sec-header h1 {
  color: #1a1e21;
  font-size: 60px;
  line-height: 60px; }

.vesion-sec-header h4 {
  color: #323437; }

.vesion-card {
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 2px 6px 0px #16171a14;
          box-shadow: 0px 2px 6px 0px #16171a14;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.vesion-card h5 {
  line-height: 31px;
  color: #323437; }

.strategy-sec {
  border-radius: 60px;
  background-color: var(--main-color);
  color: #fff; }

.strategy-sec-header h1 {
  font-size: 60px; }

.strategy-sec-header h4 span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--third-color);
  display: block; }

.strategy-card {
  background-color: #4fae14;
  border-radius: 60px; }

.strategy-card .strategy-card-icon {
  background-color: var(--third-color);
  border-radius: 50%;
  width: 92px;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.achievement-content-header h1 {
  color: #353564;
  font-weight: 700;
  font-size: 65px;
  line-height: 64.67px; }

.achievement-content-header h1 img {
  position: absolute;
  top: -59px;
  right: -54px; }

.achievement-content-header h3 {
  color: #7b7ba0; }

.achievement-number-box {
  color: #353564; }

.achievement-number-box h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 60px; }

.projects-sec {
  background-color: #f5f6f7; }

.projects-sec-header h1 {
  font-weight: 400;
  font-size: 61px;
  color: #121314; }

.projects-sec-header h2 {
  color: #5e6971; }

.project-card {
  background-color: #fff; }

.project-card h4 {
  color: #121314; }

.project-card h5 {
  color: #5e6971; }

.manger-word-content {
  background-image: url("../assets/manger-word-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
  border-radius: 16px;
  background-color: #236c44; }

.manger-word-content h1 {
  font-size: 50px;
  line-height: 63px; }

@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 40px;
    line-height: 60px; }

  .projects-sec-header h1,
  .achievement-content-header h1,
  .strategy-sec-header h1,
  .vesion-sec-header h1,
  .about-more h1 {
    font-size: 40px; }

  .manger-word-content h1 {
    font-size: 35px;
    line-height: 45px; } }
@media (max-width: 992px) {
  .about-more {
    padding-top: 0px; } }
.report-case-hero {
  background-color: #fef9f2; }

.report-form {
  -webkit-box-shadow: 0px 2px 12px 0px #2b2b2b0f;
          box-shadow: 0px 2px 12px 0px #2b2b2b0f;
  border: 1px solid #f0ece8;
  border-radius: 12px;
  background-color: #fff; }

.text-input {
  border: 1px solid #dedede;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  font-size: 20px; }

.text-input:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(62, 161, 0, 0.25);
          box-shadow: 0 0 0 2px rgba(62, 161, 0, 0.25);
  border-color: transparent; }

.text-input::-webkit-input-placeholder {
  color: #858585;
  opacity: 0.6; }

.text-input:-ms-input-placeholder {
  color: #858585;
  opacity: 0.6; }

.text-input::-ms-input-placeholder {
  color: #858585;
  opacity: 0.6; }

.text-input::placeholder {
  color: #858585;
  opacity: 0.6; }

textarea.text-input {
  resize: none;
  height: 100px; }

.report-form h3 {
  color: #4c4c4c; }

.report-case-hero-content h1 {
  font-size: 61px; }

.report-case-hero-content h2 {
  color: #757575; }

.case-card {
  border: 1px solid #f0ece8;
  -webkit-box-shadow: 0px 2px 12px 0px #2b2b2b0f;
          box-shadow: 0px 2px 12px 0px #2b2b2b0f;
  border-radius: 40px; }

.case-card .case-card-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e7ffd8; }

.case-card h2 {
  color: #090909; }

@media (max-width: 768px) {
  .report-case-hero-content h1 {
    font-size: 40px; } }
.zukhr-hero .zukhr-hero-content {
  background-color: var(--main-color);
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  color: #fff; }

.zukhr-hero-content .bottom-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  bottom: 0; }

.zukhr-hero-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  color: var(--main-color);
  background-color: #fff;
  padding: 12px 24px; }

.zukhr-hero-btn:hover {
  background-color: var(--third-color);
  color: #000; }

.zukhr-hero-content h1 {
  font-weight: 700;
  font-size: 62px; }

.zukhr-numbers-sec {
  position: relative;
  width: 100%;
  background-image: url("../assets/Pattern.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }

.zukhr-numbers-header h5 {
  background-color: #dcfce7;
  -webkit-box-shadow: 0px 1px 2px 0px #6951ff0d;
          box-shadow: 0px 1px 2px 0px #6951ff0d;
  color: var(--main-color);
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px; }

.zukhr-numbers-header h1 {
  color: #2a3342;
  font-size: 50px; }

.zukhr-numbers-header h4 {
  color: #556987; }

.zukhr-numbers-card h1 {
  color: #2a3342;
  font-weight: 700;
  font-size: 72px;
  line-height: 70px; }

.zukhr-numbers-card h4 {
  color: #556987; }

.future-project-card {
  border-radius: 40px;
  background-color: #f5f5f5; }

.future-project-img {
  width: 100%;
  height: 300px;
  max-height: 300px;
  border-radius: 40px;
  position: relative; }

.future-project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px; }

.future-project-img .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ccc;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%; }

.future-project-img:hover .video-icon {
  background-color: var(--main-color); }

.future-project-top {
  border-bottom: 1px solid #d2d2d2; }

.project-cost {
  border-radius: 50px;
  background-color: var(--third-color); }

.project-details li {
  color: #3b3b3b; }

.future-project-card .progress {
  height: 12px;
  border-radius: 12px;
  background-color: #dddddd; }

.future-project-card .progress .progress-bar {
  background-color: var(--main-color);
  border-radius: 12px; }

.finished-projects-sec {
  background-color: #fffee5; }

.finished-project-card {
  border: 1px solid #fffb90;
  border-radius: 45px;
  background-color: #fff; }

.finished-project-card-top {
  width: 100%;
  height: 150px;
  border-top-left-radius: 47px;
  border-top-right-radius: 47px;
  border: 1px solid #fffb90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 90px; }

.finished-project-card-top .finished-img {
  -webkit-box-shadow: 0px 4px 4px 0px #0000000a;
          box-shadow: 0px 4px 4px 0px #0000000a;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transform: translateY(92px);
          transform: translateY(92px); }

.finished-project-card h2 {
  color: #5e5e5e; }

@media (max-width: 768px) {
  .zukhr-numbers-header h1,
  .zukhr-hero-content h1 {
    font-size: 40px; } }
.social-responsibilit-sec {
  background-color: #f6f6f6;
  position: relative;
  color: #fff; }

.social-responsibilit-sec .res-bg,
.social-responsibilit-sec .first-bg {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%; }

.social-responsibilit-sec .res-bg {
  height: 40%;
  background-color: #0b291a;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px; }

.social-responsibilit-sec-header h1 {
  font-weight: 700;
  font-size: 100px;
  line-height: 105px; }

.social-responsibilit-sec-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--third-color);
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px;
  padding: 8px 30px; }

.social-responsibilit-sec-header a:hover {
  color: #fff;
  background-color: var(--main-color); }

.res-card {
  background-color: #274a34;
  border-radius: 30px; }

.company-form-con {
  background-color: #e9eae9;
  -webkit-box-shadow: 0px 7px 4px 0px #0000001a;
          box-shadow: 0px 7px 4px 0px #0000001a;
  border-radius: 80px; }

.company-form-content {
  background-color: #fff;
  color: #000;
  border-radius: 75px; }

.company-form {
  border: 1px solid #d3d3d3;
  border-radius: 40px;
  background-color: #fff; }

.company-form-text h1 {
  font-weight: 700;
  font-size: 56px; }

.company-form-text h3 {
  color: #626262;
  line-height: 40px; }

.company-form-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e9eae9;
  color: #000;
  margin: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.company-form-social a:hover {
  color: #fff;
  background-color: var(--main-color); }

.feature-card {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0px 4px 4px 0px #c7c7c740;
          box-shadow: 0px 4px 4px 0px #c7c7c740;
  border-radius: 40px;
  color: #000; }

.feature-card h4 {
  color: #414141; }

@media (max-width: 992px) {
  .social-responsibilit-sec-header h1,
  .responsibilit-sec-header h1,
  .company-form-con h1 {
    font-size: 40px;
    line-height: 50px; } }
@media (max-width: 768px) {
  .company-form-con,
  .company-form-content {
    border-radius: 40px; } }
@media (max-width: 420px) {
  .company-form-social a {
    width: 49px;
    height: 49px; } }
.events-hero-content {
  position: relative;
  background-image: url("../assets/events-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fcfcfd;
  overflow: hidden; }

.events-hero-content p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--main-color);
  padding: 8px 20px;
  border-radius: 50px; }

.events-hero-content h1 {
  -webkit-box-shadow: 0px 4px 20px 0px #00000040;
          box-shadow: 0px 4px 20px 0px #00000040;
  font-weight: 700;
  font-size: 96px;
  line-height: 90px; }

.events-sec-header {
  border-bottom: 1px solid #e6e8ec; }

.event-type-select label {
  font-size: 20px;
  border-radius: 50px;
  padding: 6px 20px;
  color: #777e90;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }

.event-type-select input[type="radio"]:checked + label {
  background-color: #ea3a2c;
  color: #fff; }

.event-card {
  border-radius: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 450px; }

.event-card .event-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px; }

.event-card .event-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px; }

.event-card .event-card-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #fff; }

.event-date {
  background-color: #fff;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.event-date h2 {
  color: #111827;
  line-height: 18px; }

.event-date span {
  color: #9ca3af; }

.eventType {
  background-color: #8bc5e5;
  border-radius: 4px;
  color: #fcfcfd;
  padding: 4px 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.eventModal .modal-content {
  border-radius: 50px; }

.close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #d4d4d4; }

.close-btn:hover {
  background-color: #ea3a2c;
  border-color: #ea3a2c;
  color: #fff; }

.eventModalImage-con {
  width: 100%;
  min-height: 300px;
  border-radius: 40px;
  position: relative; }

.eventModalImage {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  top: 0;
  left: 0; }

.eventModalImage {
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover; }

@media (max-width: 767px) {
  .events-hero-content h1 {
    font-size: 50px;
    line-height: 60px; }

  .events-hero-content {
    min-height: auto; }

  .event-card {
    min-height: 350px; } }
.contact-us {
  position: relative; }

.contact-bg-left {
  position: absolute;
  width: 30%;
  background-color: #cff9b6;
  height: 100%;
  left: 0;
  top: 0; }

.contact-box {
  border: 1.5px solid #dfdfdf;
  background-color: #fff;
  width: 320px;
  border-radius: 20px;
  padding: 10px; }

.contact-box p {
  color: #555555; }

.location-sec body {
  background-color: transparent; }

.google-map-container iframe {
  border-radius: 60px; }

.google-map-container .location-info {
  position: absolute;
  right: 10px;
  bottom: 20px;
  background-color: #fff;
  border-radius: 40px;
  width: 285px; }

.fatawaa-hero {
  position: relative;
  width: 100%;
  background-image: url("../assets/fatawaa.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--main-color);
  color: #fff; }

.fatawaa-hero .fatawaa-hero-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(85.44% 79.2% at 49.98% 49.48%, rgba(255, 255, 255, 0) 0%, #00281a 100%);
  background-blend-mode: multiply; }

.fatawaa-hero h1 {
  font-weight: 700;
  font-size: 54px; }

.fatawaa-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 550px;
  height: 60px;
  border-radius: 50px;
  background-color: #fff; }

.fatawaa-search input {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  outline: none;
  padding: 16px; }

.fatawaa-search button {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  border: none;
  background-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff; }

.add-question-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  border-radius: 50px;
  border: 2px solid #c1c1c1;
  -webkit-box-shadow: 0px 4px 4px 0px #0000003b;
          box-shadow: 0px 4px 4px 0px #0000003b;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  right: 50px;
  top: 560px;
  color: var(--main-color);
  padding: 8px 30px; }

.questions-slider {
  overflow: hidden; }

.question-glide .glide__arrow {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background-color: transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.question-glide .glide__arrow:hover {
  background-color: var(--main-color);
  color: #fff; }

.category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 130px;
  -webkit-box-shadow: 2px 3px 0px 0px #e4e4e4;
          box-shadow: 2px 3px 0px 0px #e4e4e4;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.category-card h3 {
  color: #292929; }

.category-card p {
  color: #6c6c6c; }

.category-card.glide__slide--active {
  -webkit-box-shadow: 0px 5px 35px 5px #3a980033;
          box-shadow: 0px 5px 35px 5px #3a980033;
  background-color: var(--main-color);
  color: #fff; }

.category-card.glide__slide--active p,
.category-card.glide__slide--active h3 {
  color: #fff; }

.question-card {
  -webkit-box-shadow: 0px 4px 4px 0px #0000000a;
          box-shadow: 0px 4px 4px 0px #0000000a;
  border-radius: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  color: #000;
  text-align: start; }

.question-card .qs-date {
  background-color: var(--main-color);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.question-card .qs-id {
  color: #00000066; }

.question-card a {
  width: 35px;
  height: 35px;
  background-color: #e6e6e680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #555555;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.question-card:hover {
  -webkit-box-shadow: 0px 14px 25px 9px #00000029;
          box-shadow: 0px 14px 25px 9px #00000029;
  background-color: var(--main-color);
  color: #fff; }

.question-card:hover .qs-date {
  background-color: #fff;
  color: var(--main-color); }

.question-card:hover .qs-id {
  color: #fff; }

.question-card:hover a {
  background-color: #fff;
  color: var(--main-color); }

.question-img-sec {
  border-radius: 12px;
  height: 648px;
  min-height: 500px;
  position: relative;
  width: 100%;
  background-image: url("../assets/q-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.question-img-sec .submit-btn {
  border: none; }

@media (max-width: 992px) {
  .question-img-sec {
    height: 300px;
    min-height: 200px; } }
.single-fatawaa-hero-content {
  background-color: var(--main-color);
  border-radius: 25px;
  overflow: hidden;
  position: relative; }

.fatwaa-hero-left {
  position: absolute;
  left: 0;
  top: 0; }

.fatwaa-hero-top h5 {
  color: var(--third-color); }

.fatwaa-hero-top .breadcrumb-item a,
.fatwaa-hero-top .breadcrumb-item {
  color: #fff; }

.fatwaa-hero-top .breadcrumb-item a:hover {
  color: var(--third-color); }

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important; }

.single-fatawaa-hero-content .q-header {
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
          box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #fff;
  border-radius: 18px;
  position: relative; }

.q-header .quote-icon {
  position: absolute;
  left: 0;
  top: -65px; }

.answer-actions a,
.answer-actions button {
  border-radius: 14px;
  background-color: #f3f3f3;
  font-size: 20px;
  border: none;
  padding: 8px 20px;
  margin: 5px;
  color: #323232; }

.answer-actions a:hover,
.answer-actions button:hover {
  background-color: var(--main-color);
  color: #fff; }

.similar-fatawaa {
  background-color: var(--main-color);
  color: #fff; }

.similar-fatawaa .question-img-sec {
  background-image: url("../assets/fatwaa-bg.png"); }

.order-left-con,
.order-right-con {
  position: relative;
  color: #fff;
  border-radius: 14px; }

.order-right-con .order-right-con-bg {
  position: relative;
  border-radius: 14px;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.order-left-con {
  background-color: #43c1541a; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.gallary-sec-header {
  background-color: #f2f2f2;
  color: #4d4d4d; }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  /* Counteract item margins */ }

.grid-item {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

/* Remove height restrictions */
.grid-item,
.grid-item.tall {
  height: auto; }

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; }

@media (max-width: 1200px) {
  .grid-item.col-md-3 {
    width: 50%; }

  .grid-item.col-md-6 {
    width: 100%; } }
.grid-item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02); }

.gifts-hero-sec {
  position: relative;
  width: 100%;
  background-image: url("../assets/fatawaa.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--main-color);
  color: #fff;
  min-height: 370px; }

.gifts-hero-sec .gift-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%; }

.gifts-hero-sec h1 {
  font-weight: 700;
  font-size: 54px; }

.gifts-hero-sec h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 48px; }

.gifts-hero-sec a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: 400;
  padding: 8px 24px;
  border-radius: 12px;
  background-color: #fff;
  color: var(--main-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.gifts-hero-sec a:hover {
  background-color: var(--third-color);
  color: #000; }

.gift-type-card {
  min-height: 150px;
  border: 1px solid #d7d7d7;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color: #fff;
  border: 2px solid #fff; }

.gift-type-card .gift-type-card-bg {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 16px;
  top: 5px;
  right: 5px; }

.gift-type-card .gift-type-card-bg img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover; }

.gift-type-card.swiper-slide-active {
  border-color: var(--main-color); }

.gift-select label {
  font-size: 20px;
  border-radius: 50px;
  padding: 8px 20px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #eeeeee;
  cursor: pointer; }

.gift-select input[type="radio"]:checked + label {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color); }

.gift-data-form {
  border: 1px solid #d9d9d9;
  border-radius: 30px; }

.gallery-thumbs {
  width: 90px;
  min-width: 90px;
  height: 100%;
  overflow: hidden;
  max-height: 900px; }

.gallery-thumbs .swiper-slide {
  width: 90px;
  height: 150px !important;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer; }

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 5px; }

.gallery-thumbs .swiper-slide-thumb-active {
  border: 2px solid var(--main-color); }

.gallery-top {
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.gallery-top .gift-template {
  position: relative; }

.gallery-top .gift-template img {
  width: 100%;
  height: 100%; }

.gallery-top .gift-template .to-input {
  position: absolute;
  top: 32%;
  right: 16%;
  height: 4.2%;
  width: 67%;
  vertical-align: middle; }

.gallery-top .gift-template .from-input {
  position: absolute;
  top: 62.8%;
  right: 16%;
  height: 4.2%;
  width: 67%;
  vertical-align: middle; }

@media (max-width: 550px) {
  .gallery-top .gift-template .to-input {
    top: 31%;
    font-size: 14px; }

  .gallery-top .gift-template .from-input {
    position: absolute;
    top: 61.8%;
    font-size: 14px; } }
.urgent-cases-hero {
  background-image: url("../assets/case-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 428px;
  color: #fff; }

.urgent-cases-hero h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 100%; }

.urgent-cases-hero h2 {
  font-family: "Lateef";
  font-weight: 400;
  font-size: 39px; }

.cases-list {
  background-color: #f0f0f0; }

.nav-tabs .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e0e0e0;
  color: #313131;
  border: none;
  border-radius: 14px;
  padding: 8px 16px;
  margin: 8px; }

.nav-tabs .nav-link:active,
.nav-tabs .nav-link.active {
  background-color: var(--main-color);
  color: #fff; }

.urgent-card {
  -webkit-box-shadow: 0px 9px 10.3px 4px #0000000d;
          box-shadow: 0px 9px 10.3px 4px #0000000d;
  border-radius: 28px;
  background-color: #fff; }

.urgent-card .urgent-card-img {
  position: relative;
  border-radius: 28px;
  width: 100%;
  height: 230px; }

.urgent-card .urgent-card-img img {
  border-radius: 28px;
  -o-object-fit: cover;
     object-fit: cover; }

.urgent-card-img .uregent-case-badge {
  position: absolute;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 50px;
  right: 30px;
  bottom: -10px;
  padding: 2px 12px; }

.urgent-card .progess-con {
  position: relative;
  padding-top: 30px; }

.progress-value {
  position: absolute;
  top: 0; }

.progress-circle {
  position: absolute;
  top: 23px;
  background-color: var(--main-color);
  width: 23px;
  height: 23px;
  display: block;
  border-radius: 50%; }

.urgent-card .progress {
  height: 10px; }

.urgent-card .progress-bar {
  background-color: var(--main-color); }

.urgent-card .middle-div {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5; }

.urgent-card a {
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px #0000000f;
          box-shadow: 0px 4px 4px 0px #0000000f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eeeeee;
  border-radius: 12px;
  padding: 6px;
  font-weight: bold;
  color: #2f2f2f; }

.urgent-card a:hover {
  background-color: var(--main-color);
  color: #fff; }

.single-uregent-header {
  background-color: #f2f2f2; }

.single-uregent-header .breadcrumb-item + .breadcrumb-item::before {
  color: #000 !important; }

.single-uregent-header a,
.single-uregent-header li {
  font-weight: 400;
  font-size: 22px;
  line-height: 48px;
  color: #000; }

* {
  font-family: "Inter", sans-serif;
  font-size: 80%; }

.goals-sec-title .goals-sec-main-title span {
  right: unset;
  left: -57px; }

.goals-sec-title .goals-sec-main-title span svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.quot-img-con .img-quot {
  left: unset;
  right: 0; }

.zukhr-hero-btn svg,
.submit-btn svg,
.team-sec-header img,
.more-link svg,
.more-activities svg,
.login-link svg,
.activity-sec .activity-sec-con h2 img,
.gallary-more svg,
.quot-sec h4 svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.quot-text span {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: unset;
  right: 16px;
  z-index: -1; }

.achievement-content-header h1 img {
  right: unset;
  left: -54px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.contact-bg-left {
  left: unset;
  right: 0; }

.gifts-hero-sec .gift-bg {
  left: unset;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.q-header .quote-icon {
  left: unset;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.navbar .nav-link {
  font-size: 15px; }

.hero-sec .hero-title {
  font-size: 50px; }

.hero-links a {
  font-size: 16px !important; }

.goal-con h4 {
  font-size: 16px; }

.activity-sec h1 {
  font-size: 50px; }

@media (max-width: 600px) {
  .activity-sec h1 {
    font-size: 30px;
    line-height: 40px; } }
.activity-card-content h3 {
  font-size: 18px; }

.date-time-box .label {
  font-size: 16px; }

.donation-sec-header a {
  font-size: 16px !important; }

.doors-sec-header h2 {
  font-size: 20px; }

.door-card h1 {
  font-size: 24px; }

.door-card h2 {
  font-size: 18px; }

.video-sec-header a {
  font-size: 16px; }

.video-sec-header h1 {
  font-size: 24px; }

.team-card h1 {
  font-size: 24px; }

.team-card h2 {
  font-size: 18px; }

.footer-links a {
  font-size: 16px; }

.about-hero h1 {
  font-size: 40px; }

.about-more h1 {
  font-size: 40px; }

.strategy-card h2 {
  font-size: 24px; }

.strategy-card h4 {
  font-size: 18px !important; }

.manger-word-content h1 {
  font-size: 30px !important; }

.manger-word-content h3 {
  font-size: 20px o !important; }

.donation-select label,
.donation-form .form-floating .form-select {
  font-size: 16px; }

.events-hero-content h1,
.zukhr-numbers-card h1,
.zukhr-hero-content h1,
.gifts-hero-sec h1,
.company-form-text h1,
.projects-sec-header h1,
.achievement-content-header h1,
.strategy-sec-header h1,
.vesion-sec-header h1,
.gallary-sec h1,
.doors-sec-header h1 {
  font-size: 50px !important; }

.gifts-hero-sec h2 {
  font-size: 24px !important; }

.gifts-hero-sec a {
  font-size: 20px !important; }

.gift-select label {
  font-size: 16px; }

.zukhr-numbers-header h1 {
  font-size: 40px; }

.project-details li {
  font-size: 18px !important; }

.finished-project-card h2 {
  font-size: 24px !important; }

@media (max-width: 600px) {
  .events-hero-content h1,
  .zukhr-numbers-card h1,
  .zukhr-numbers-header h1,
  .zukhr-hero-content h1,
  .gifts-hero-sec h1,
  .company-form-text h1,
  .projects-sec-header h1,
  .achievement-content-header h1,
  .strategy-sec-header h1,
  .vesion-sec-header h1,
  .about-more h1,
  .gallary-sec h1,
  .doors-sec-header h1 {
    font-size: 30px !important;
    line-height: 40px; } }

/*# sourceMappingURL=main_ltr.css.map */