@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Poppins", sans-serif !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btn {
  background-color: #cf4520;
  color: #fff;
}

.btn:hover {
  background-color: #fff !important;
  color: #000;
}

.fa {
  font-family: "FontAwesome" !important;
}

/* NAVBAR START */
/* ======================================================================== */

.navbar {
  background-color: #e5ded4;
}

.btn-primary {
  background-color: #cf4520;
  border: none;
}

.btn-primary:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.nav-item {
  color: #000 !important;
  font-weight: 600 !important;
}

.nav-item:hover {
  background-color: #fff;
  border-radius: 10px;
}

#nav-space {
  width: 40vw;
  height: 50px;
}

/* NAVBAR END */

.section-space {
  width: 100%;
  height: 50px;
}

h1 {
  margin: 50px;
  display: flex;
  justify-content: center;
  font-weight: 700;
}

.aboutVideo {
  display: flex;
  justify-content: center;
}

.guruName {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cf4520;
  font-size: 20px;
}

.guruPara {
  margin: 0 100px;
  text-align: justify;
}

.sansthaList li {
  margin: 0 100px;
}

.documents {
  margin: 0 100px;
}

.donateSection {
  background-color: #e5ded4 !important;
  width: 50%;
  margin: auto;
  display: flex;
  font-size: 26px;
  justify-content: space-between;
}

/* FOOTER START */
/* ///////////////////////////////////////////////////////////////////////////// */

.footer {
  background-color: gray;
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
}

.footer-part {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: center; */
  margin: 50px;
  color: #fff;
}

.footer-part h2 {
  margin: 30px;
}

.copyright {
  background-color: #9a9fad;
  width: 100%;
  height: 10vh;
  display: flex;
  align-items: center;
}

/* FOOTER END */
