@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

/* section 1 starts here */

/* navbar starts here */

.rupanifoundation {
  /* height: 175vh; */
  width: 100%;
}

.header .navbar,
#main-header {
  /* width: 100%;
  height: 11%;
  position: fixed !important;
  z-index: 1; */
  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%
  );
}
/* #header-container .collapse {
  background-color: #001d0d;
  padding: 0px 20px;
} */
.navbar .nav-link {
  font-family: "Poppins" sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff !important;
}

@media (max-width: 1250px) {
  .navbar-nav a {
    font-size: 13px;
  }
  .transcontent h1 {
    font-size: 40px !important;
  }
}

@media (max-width: 1147px) {
  .navbar-nav a {
    font-size: 12px;
  }
}

@media (max-width: 1055px) {
  .navbar-nav a {
    font-size: 10px;
  }
  .transcontent p {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .navbar-nav a {
    font-size: 9px;
  }
  .transcontent h1 {
    font-size: 32px !important;
  }
  .transcontent p {
    font-size: 13px !important;
  }
  .donations {
    font-size: 12px;
  }
}

@media (max-width: 1190px) {
  .navbar-toggler-icon {
    display: block !important;
  }
  .navbar-nav a {
    height: 20%;
    color: black;
  }
}

@media (max-width: 778px) {
  .transcontent h1 {
    font-size: 30px;
  }
  .transcontent {
    width: 100% !important;
  }
}

@media (max-width: 370px) {
  .trascontent h1 {
    font-size: 25px !important;
  }
}

/* nav bar ends here */

/* section transforming */

/* section rupanifoundation ends here */

.header-rupani {
  /* margin-top: 20px; */
  height: 90vh;
  width: 100%;
  /* background-image: url(./assets/images/rupani/Rectangle\ 63.png); */
  background-image: linear-gradient(
      to right,
      rgba(43, 40, 40, 0.356),
      rgba(43, 40, 40, 0.356)
    ),
    url(../assets/images/home/h-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.transcontent {
  display: flex;
  flex-direction: column;
  /* text-align: center; */
  justify-content: center;
  /* padding: 10px 20px; */
  text-align: start;
  align-items: center;
}

.transcontent h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 72px;
  color: #ffffff;
  /* right: 1px; */
}

.transcontent span {
  color: #0e793d;
}

.donations button {
  width: 43%;
  height: 46px;
  background: #d08e17;
  border-radius: 0px 25px;
  border: none;
  color: white;
}

.donations button:hover {
  background: rgba(208, 142, 23, 0.72);
}

.transcontent p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  width: 75%;
  text-align: center;
}
.work-card .row {
  background-image: url(../assets/images/home/h-1.png);
  width: 100%;
  height: 73vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0px 60px;
  position: relative;
  top: -120px;
  /* right: 80px; */
}

.work-card .educards {
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  width: 180px;
  height: 200px;
  margin-right: 10px;
  color: #ffffff;
  background: #0e793d;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  text-align: center;
}

.work-card .educards:hover {
  padding: 21px 40px;
  background-color: #132e1fb9;
  color: #ffffff !important;
}

.weworkcards .educards p {
  /* font-family: 'Poppins' sans-serif; */
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 601px) {
  .rupanifoundation {
    height: 250vh;
  }
  .header {
    height: 4.1%;
  }
  .work-card .educards {
    margin-top: 10px;
  }
}

/* work-cards end here */

/* foundation-work starts here */

.foundation-work {
  margin-top: -70px;
  height: 484px;
  width: 100%;
  background-image: url(../assets/images/home/mission.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: rgba(14, 121, 61, 0.28);
  background-size: 60% 100%;
}

.foundation-work .donate h3 {
  /* width: 474px; */
  /* height: 72.26px; */
  font-family: "Poppins" sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 72px;
  color: #444444;
}

.donate {
  padding: 97px 89px;
}

.donate span {
  color: #0e793d;
}

.donate p {
  font-family: "Poppins" sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #444444;
  /* padding: 101px 73px; */
}

.donate button {
  width: 159.85px;
  height: 46px;
  background: #d08e17;
  border-radius: 0px 25px;
  border: none;
  font-family: "Poppins" sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}

.donate button:hover {
  background-color: #444444;
}

@media (max-width: 1000px) {
  .foundation-work {
    height: 425px;
  }
  .donate h3 {
    font-size: 34px !important;
  }
  .donate p {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .foundation-work {
    background-image: none;
  }
  .donate {
    width: 100% !important;
  }
  .donate p {
    width: 70%;
  }
}

@media (max-width: 545px) {
  .donate {
    padding: 96px 0;
  }
}

/*foundation- work ends here */

/* events starts here */

.events {
  height: 80vh;
  width: 100%;
}

.eventarrow {
  background-image: url(../assets/images/home/event.png);
  background-position: left;
  background-repeat: no-repeat;
  height: 100%;
}

.eventarrow {
  padding: 110px 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 51px;
  color: #ffffff;
}

.date-event h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #d08e17;
}

.date-event p {
  color: #444444;
}

.date-event span {
  background-color: #0e793d;
  font-size: 7px;
  border-radius: 10px;
  padding: 1px 7px;
  color: #ffa400;
}

@media (max-width: 920px) {
  .eventarrow {
    display: none !important;
  }
  .carosel-photos {
    display: none;
  }
}

/* events end here */

/* sucess-cards starts here */

.sucess-cards {
  background-image: url("../assets/images/home/success.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.sucess-cards.row {
  background-color: #001d0d;
  display: grid !important;
  flex-wrap: nowrap !important;
}

.su-sucess {
  padding: 20px 80px;
}

.su-sucess h2 {
  font-family: "Poppins" sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 51px;
  color: #444444;
}

.oursucess span {
  color: #0e793d;
}

.row .our {
  background: rgba(14, 121, 61, 0.7);
  box-shadow: 0px 3px 6px #e9d2a9;
  border-radius: 55px 4px 4px 4px;
  padding: 40px 10px;
  height: 380px;
  width: 330px;
}

.our span {
  color: #d08e17;
}

.our h3 {
  font-family: "Poppins" sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 20px;
  color: #ffffff;
  padding: 20px 0px;
  text-align: center;
}

.our p {
  font-family: "Poppins" sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  padding: 0 9px;
}

@media (max-width: 1076px) {
  .sucess-cards {
    height: 140vh;
  }
  .row .our {
    margin-top: 15px !important;
  }
}

@media (max-width: 707px) {
  .sucess-cards {
    height: 185vh;
  }
}

/* sucess-cards ends here */
/* pukraj */
#pukraj-row-1 h2 {
  margin-top: 100px;
}
/* section footer starts here */

/* .footer {
  height: 428px;
  width: 100%;
  background: #dad6d6;
  background-image: url("../assets/images/footer.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

.footerlogo img {
  /* height: 100%; */
/* width: 202px;
}

.footerlogo button {
  margin: 10px;
  width: 159.85px;
  height: 46px;
  background: #d08e17;
  border-radius: 0px 25px;
  border: none;
  font-family: "Poppins" sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #444444;
}

.footercontainer {
  width: 80% !important;
}

.footer h3 {
  font-family: "Poppins" sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #444444;
}

.footer p {
  font-family: "Poppins" sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

.footer h5 {
  font-family: "Poppins" sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;  */
/* identical to box height */
/* color: #444444;
}

.iconify {
  color: #d08e17 !important;
}

.footerlogos {
  width: 85%;
  font-size: 28px;
}

@media (max-width: 1000px) {
  .footercontainer {
    display: flex;
    flex-direction: column !important;
    align-items: center;
  }
  .footer {
    height: 150vh;
  }
}

@media (max-width: 1200px) {
  .headpffice p {
    width: 200px !important;
  }
  .contacts p {
    width: 250px;
  }
  .headpffice h3 {
    width: 200px !important;
  }
  .contacts h3 {
    width: 250px;
  }
  .headpffice h5 {
    width: 200px !important;
  }
  .contacts h5 {
    width: 250px;
  }
} */

/* home */
/* #h-img-container {
  margin-top: 70px;
  background-image: url("../assets/images/home/h-img.png");
  height: 80vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#h-img-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#rupani {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#rupani h1 {
  font-weight: 800;
  font-size: 48px;
  color: #fff;
}
#rupani .dation {
  color: #0e793d;
}
#h-img-text p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  width: 30%;
  text-align: center;
}
#h-img-btns a {
  background-color: #d08e17;
  border-radius: 0px 20px 0px 20px;
  padding: 5px 20px;
  color: #fff;
}
#services-container {
  margin-top: -90px;
}
#services-container .row {
  background-image: url("../assets/images/home/h-1.png");
  height: 75vh;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 50px 0px 0px;
}
.service {
  background-color: #0e793d;
  padding: 10px;
}
.service a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  text-align: center;
  height: 150px;
}
.service h1 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}
.service img {
  height: 50px;
  width: 50px;
}
#mission-container {
  background-image: url("../assets/images/home/mission.png");
  background-color: #b6d4c3;
  height: 70vh;
  width: 100%;
  background-position: right;
  background-repeat: no-repeat;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#mission-text {
  display: flex;
  flex-direction: row;
}
#mission-text h1 {
  font-weight: 800;
  font-size: 48px;
  color: #444444;
}
#mission-text .ion {
  color: #0e793d;
}
#mission-text-wrap p {
  font-weight: 400;
  font-size: 18px;
}
#mission-text-wrap a {
  background-color: #d08e17;
  border-radius: 0px 20px 0px 20px;
  color: #fff;
}
#success-container {
  background-image: url("../assets/images/home/success.png");
  width: 100%;
  height: 70vh;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}
#success {
  display: flex;
  flex-direction: row;
}
#success h1 {
  font-weight: 700;
  font-size: 34px;
}
#success .stories {
  color: #0e793d;
}
#succces-cards .col-md-4 .card {
  background: rgba(14, 121, 61, 0.7);
  box-shadow: 0px 3px 6px rgba(233, 210, 169, 0.32);
  min-height: 330px;
  color: #fff;
  border-radius: 50px 5px 5px 5px;
  padding: 10px;
}
#succces-cards .col-md-4 .card a {
  text-decoration: none;
  color: #d08e17;
} */
/* footer ends here */

.walidain-content {
  margin-top: 100px;
}
.walidain-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;

  color: #444444;
}
.walidain-content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  /* color: #444444; */
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  /* color: #444444; */
}
h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 993px) {
  p {
    font-size: 11px;
  }
}
@media screen and (max-width: 769px) {
  p {
    text-align: justify;
  }
}
@media screen and (max-width: 321px) {
  h2 {
    font-size: 19px;
  }
}
/* skill development */
.skill-development .skill-back {
  box-sizing: border-box;
  /* background: url(./skill-back.png); */
  background-image: url("../assets/images/skill-back.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  color: #ffffff;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: unset !important;
  margin-left: unset !important;
}
.skill-development .skill-back h1 {
  width: fit-content;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
}
@media screen and (max-width: 720px) {
  .skill-development .skill-back h1 {
    font-size: 35px;
  }
}

/* natural resourses */
.natural-resourses .resourse-back {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  background-image: url("../assets/images/resourse-back.png");
  margin-top: 60px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: unset !important;
  margin-left: unset !important;
  backdrop-filter: black;
}
.natural-resourses .resourse-back h1 {
  width: fit-content;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 50px;
  color: #ffffff;
}

@media screen and (max-width: 720px) {
  .natural-resourses .resourse-back h1 {
    font-size: 35px;
  }
}
/* econonmic-back */
.econonmic-development .econonmic-back {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  background-image: url("../assets/images/econonmic-back.png");
  color: #ffffff;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: unset !important;
  margin-left: unset !important;
  backdrop-filter: black;
}
.econonmic-development .econonmic-back h1 {
  width: fit-content;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 50px;
  color: #ffffff;
}

@media screen and (max-width: 720px) {
  .econonmic-development .econonmic-back h1 {
    font-size: 35px;
  }
}
#gems-row-1 h2,
#training-r-1 h2,
#gbi-col1 h1,
#news-col-1 h1 {
  margin-top: 50px;
}
/* MEDIA QUERIES */
@media (min-width: 1441px) {
  #pukraj-row-1 h2,
  #gems-row-1 h2,
  #training-r-1 h2,
  #gbi-col1 h1,
  #news-col-1 h1 {
    margin-top: 200px;
  }
  #services-container {
    margin-top: -300px;
  }
  #services-container .row {
    height: 44vh;
  }
  #mission-container {
    height: 34vh;
  }
  .events {
    height: 39vh;
  }
}
@media (min-width: 1025px) and (max-width: 1440px) {
  #h-img-container {
    height: 70vh;
  }
  #mission-container {
    height: 60vh;
  }
  .events {
    height: 65vh;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #h-img-container {
    height: 70vh;
    margin-top: 62px;
  }
  #rupani h1 {
    font-size: 40px;
    margin-top: -50px;
  }
  #h-img-text p {
    width: 40%;
    font-size: 16px;
  }
  #h-img-btns a {
    padding: 4px 18px;
  }
  #services-container .row {
    padding-left: 40px;
  }
  .events {
    height: 88vh;
  }
  /* #mission-container {
    height: 60vh;
  }
  .events {
    height: 65vh;
  } */
}
