body {
  font-family: "Poppins", sans-serif;
}
#main-header {
  background: linear-gradient(
    90.13deg,
    rgba(0, 29, 13, 0.812729) -0.68%,
    rgba(0, 29, 13, 0.812729) 16.81%,
    rgba(0, 29, 13, 0.572368) 44.94%,
    rgba(0, 29, 13, 0.94) 99.97%,
    rgba(0, 29, 13, 0) 99.97%,
    rgba(0, 29, 13, 0.572368) 99.97%
  );
}
#navbar-Content .nav-item .nav-link {
  color: #fff;
}
#h-img-container {
  margin-top: 68px;
}
#h-img-container .container-fluid {
  width: 100%;
  height: 85vh;
  background-image: url("../assets/images/hero-img.png");
  background-size: cover/center;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
#h-img-container .container-fluid .col-md-12 {
  /* display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; */
}
#hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#rupai {
  display: flex;
  flex-direction: row;
}
#rupai h1 {
  font-weight: 800;
  font-size: 48px;
  color: #fff;
}
#rupai .dation {
  color: #0e793d;
}
#hero-text p {
  width: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
#h-btns a {
  color: #fff;
  width: 158px;
  padding: 8px;
  background: #d08e17;
  border-radius: 0px 25px;
}
#h-btns :last-child {
  margin-left: 15px;
}

/* SERVICES SECTION  */
#service-container {
  margin-top: -100px;
}
#service-container .container {
  width: 100%;
  height: 80vh;
  background-image: url("../assets/images/home/h-1.png");
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#service {
  background-color: #0e793d;
  min-height: 150px;
  width: 190px;
  border-radius: 5px;
  transition: 0.3s;
}

#service a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 10px;
  text-decoration: none;
}
#service a img {
  height: 30px;
  width: 30px;
  margin-bottom: 10px;
  transition: 0.3s;
}
#service:hover a > img {
  height: 35px;
  width: 35px;
}
#service a h2 {
  color: #fff;
  font-size: 18px;
}
/* MISSION SECTION STARTS */
#mission-container {
  margin-top: 30px;
}
#mission-container .container-fluid {
  background-color: #b6d4c3;
  /* height: 80vh; */
  /* width: 1; */
}
.missin-c1 {
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#our-mission {
  display: flex;
  flex-direction: row;
}
#our-mission h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  color: #444444;
}
#our-mission .ion {
  color: #0e793d;
}
.missin-c1 a {
  background: #d08e17;
  border-radius: 0px 25px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 7px;
  width: 150px;
  text-decoration: none;
  color: #ffffff;
}
.missin-c1 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  width: 377px;
  color: #444444;
}
.mission-c2 {
  padding-right: 0px;
}
/* MISSION SECTION ENDS */
/* EVENTS SECTION STARTS */
#events-container {
  margin-top: 30px;
}
#event {
  position: absolute;
  top: 1330px;
  left: 130px;
  font-weight: 700;
  font-size: 34px;
  line-height: 51px;

  color: #ffffff;
}
#event-hidden {
  font-size: 30px;
  background-color: #0e793d;
  padding: 2px 10px;
  border-radius: 15px;
  margin-bottom: 10px;
  display: none;
}
#marquee {
  margin-top: 10px;
  margin-bottom: 10px;
}
#marquee a {
  text-decoration: none;
}
#marquee a:hover {
  text-decoration: underline;
  color: #ffa400;
}

.marqee-events h2 {
  font-weight: 700;
  font-size: 18px;
  color: #d08e17;
}
.marqee-events p {
  font-weight: 500;
  font-size: 18px;
  color: #444444;
}
/* EVENTS SECTION ENDS  */
/* SUCCES STORIES STARTS*/
#success-stories-container {
  height: 75vh;
  width: 100%;
  background-image: url("../assets/images/home/success.png");
  background-size: cover;
  margin-top: 30px;
  padding: 15px;
}
#success {
  display: flex;
  flex-direction: row;
}
#success h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 51px;
  color: #444444;
}
#success .stories {
  color: #0e793d;
}
#success-cards-r {
  margin-top: 15px;
}
#success-cards-r .col-md-4 .card {
  background: rgba(14, 121, 61, 0.7);
  box-shadow: 0px 3px 6px rgba(233, 210, 169, 0.32);
  border-radius: 50px 0px 0px 0px;
}
#card-bdy h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}
#card-bdy p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-align: center;
  color: #ffffff;
}
#card-bdy p a {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: none;
  color: #ffa400;
  transition: 0.3s;
}
#card-bdy p a:hover {
  text-decoration: underline;
}
/* SUCCESS STORIES END */
/* FOOTER SECTION STARTS */
#footer-container {
  width: 100%;
  background-image: url("../assets/images/footer.png");
  background-position: bottom;
  background-size: cover;
  padding: 15px;
}
#col-logo-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#logo-footer img {
  margin-bottom: 20px;
}
#logo-footer a {
  background: #d08e17;
  border-radius: 0px 25px;
  text-decoration: none;
  color: #000;
  padding: 5px 20px;
  transition: 0.3s;
}
#logo-footer a:hover {
  background-color: #d08f17ad;
}
#social-icons-col {
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.social-icons a {
  padding: 10px;
}
.social-icons a i {
  font-size: 25px;
  color: #ffa400;
  transition: 0.3s;
}
.social-icons a i:hover {
  transform: scale(1.2, 1.2);
}
.social-icons a .fa-facebook-f:hover {
  color: #1877f2;
}
.social-icons a .fa-twitter:hover {
  color: #1d9bf0;
}
.social-icons a .fa-youtube:hover {
  color: #ff0000;
}
.social-icons a .fa-instagram:hover {
  color: #bd3796;
}
.social-icons a .fa-pinterest-p:hover {
  color: #b7081b;
}
#addrerss-col h2 {
  font-weight: 700;
  font-size: 18px;
  color: #444444;
}
#addrerss-col h3 {
  font-weight: 500;
  font-size: 18px;
  color: #444444;
}
#addrerss-col h3 i {
  font-size: 16px;
  color: #d08e17;
}
#addrerss-col .p-no {
  line-height: 8px;
}

/* WALIDAIN PAGE CSS */
/* #header-walidain {
  margin-top: 60px;
} */
/* WALIDAIN PAGE CSS ENDS*/
/* FOOTER SECTION ENDS  */
/* MEDIA QUERIES */
@media (min-width: 1441px) {
  #h-img-container .container-fluid {
    height: 39vh;
  }
  #service-container .container {
    height: 37vh;
  }
  .mission-c2 {
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
  #success-stories-container {
    height: 27vh;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  #h-img-container .container-fluid {
    height: 68vh;
  }
  #service-container .container {
    height: 64vh;
    background-repeat: no-repeat;
  }
  #service {
    margin-top: 10px;
  }
  #success-stories-container {
    height: 50vh;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #service {
    margin-top: 10px;
  }
  /* MISSION */
  #our-mission h1 {
    font-size: 40px;
    line-height: 38px;
    margin-top: 5px;
  }
  .missin-c1 p {
    font-size: 17px;
    line-height: 22px;
    /* width: 100%; */
  }
  .missin-c1 a {
    width: 120px;
    font-size: 16px;
    padding: 5px;
  }
  #marquee {
    height: 300px;
  }
  #events-c1 img {
    height: 300px;
  }
  #event {
    top: 46px;
    left: 25px;
    line-height: 35px;
    font-size: 27px;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  #rupai h1 {
    font-size: 40px;
  }
  #hero-text p {
    width: 55%;
    font-size: 16px;
  }
  #h-btns a {
    width: 140px;
    padding: 7px;
  }
  #service {
    margin-top: 10px;
  }
  #mission-bg-img img {
    display: none;
  }
  #our-mission h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .missin-c1 a {
    width: 130px;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 10px;
  }
  #marquee {
    height: 300px;
  }
  #events-c1 img {
    height: 300px;
  }
  #event {
    top: 46px;
    left: 25px;
    line-height: 35px;
    font-size: 27px;
  }
  #success-stories-container {
    height: 95vh;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  #success-stories-container {
    height: 120vh;
  }
  #success-cards-r .col-md-4 .card {
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #event,
  #events-c1 img {
    display: none;
  }
  #event-hidden {
    display: inline;
  }
}
@media (min-width: 376px) and (max-width: 425px) {
  #hero-text {
    margin-top: -150px;
  }
  #rupai h1 {
    font-size: 32px;
  }
  #hero-text p {
    width: 100%;
  }
  #h-btns a {
    width: 140px;
    padding: 7px;
  }
  #service-container .container {
    height: 100vh;
    background-size: cover;
  }
  #service {
    width: auto;
    margin-top: 10px;
  }
  .missin-c1 {
    padding-left: 20px;
  }
  #mission-bg-img img {
    display: none;
  }
  .missin-c1 p {
    width: 100%;
  }
  .missin-c1 a {
    margin-bottom: 10px;
  }
  #success-stories-container {
    height: 150vh;
  }
  #success-cards-r .col-md-4 .card {
    margin-bottom: 15px;
  }
  #logo-footer {
    display: flex;
    flex-direction: column;
  }
  #logo-footer a {
    text-align: center;
    padding: 5px 5px 5px 5px;
    margin-bottom: 20px;
  }
  #footer-container {
    background-image: none;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  #hero-text {
    margin-top: -150px;
  }
  #rupai h1 {
    font-size: 30px;
  }
  #hero-text p {
    width: 100%;
  }
  #h-btns a {
    width: 120px;
    padding: 7px;
  }
  #service-container .container {
    height: 100vh;
    background-size: cover;
  }
  #service {
    width: auto;
    margin-top: 10px;
  }
  .missin-c1 {
    padding-left: 20px;
  }
  #mission-bg-img img {
    display: none;
  }
  .missin-c1 p {
    width: 100%;
  }
  .missin-c1 a {
    margin-bottom: 10px;
  }
  #success-stories-container {
    height: 165vh;
  }
  #success-cards-r .col-md-4 .card {
    margin-bottom: 15px;
  }
  #logo-footer {
    display: flex;
    flex-direction: column;
  }
  #logo-footer a {
    text-align: center;
    padding: 5px 5px 5px 5px;
    margin-bottom: 20px;
  }
  #footer-container {
    background-image: none;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  #hero-text {
    margin-top: -150px;
  }
  #rupai h1 {
    font-size: 25px;
  }
  #hero-text p {
    width: 100%;
    font-size: 16px;
  }
  #h-btns a {
    width: 100px;
    padding: 5px;
  }
  #service-container .container {
    height: 100vh;
    background-size: cover;
  }
  #service {
    width: auto;
    margin-top: 10px;
  }
  #our-mission h1 {
    font-size: 35px;
    line-height: 32px;
  }
  .missin-c1 {
    padding-left: 10px;
  }
  #mission-bg-img img {
    display: none;
  }
  .missin-c1 p {
    width: 100%;
  }
  .missin-c1 a {
    margin-bottom: 10px;
    width: 120px;
    padding: 4px;
  }
  #success h1 {
    font-size: 24px;
  }
  #success-stories-container {
    height: 195vh;
  }
  #success-cards-r .col-md-4 .card {
    margin-bottom: 15px;
  }
  #logo-footer {
    display: flex;
    flex-direction: column;
  }
  #logo-footer a {
    text-align: center;
    padding: 5px 5px 5px 5px;
    margin-bottom: 20px;
  }
  #footer-container {
    background-image: none;
  }
}
