.body {
  margin: 0px;
}

@media screen and (max-width: 800px) {
  .navbar-heading {
    display: none;
  }
}


.about-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 50vw;
}
.vision-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 20px;
 border-style: solid;
 border-width: 3px;
 border-color: #1c5042;
 border-radius: 22px;
}
.carosel-img {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 22px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .carosel-img {
    width: 100vw  ;
  }
}
.gallery-images-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;

}
.text-underlined {
  text-decoration: underline;
}
.about-us-quote {
  background-image: url(images/green-park-view.jpg);
  color: #ffffff;
  background-size: cover;
  height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {

}
.our-vision-container1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 2px;
  padding: 20px;
  margin: 15px;
  border-color: #000000;
  border-radius: 20px;
}

.our-vision-background {
  background-image: url("images/vision.jpg");
  background-size: cover;
}

.our-vision-container {
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   align-items: center;
   border-style: solid;
   flex-wrap: wrap;
   border-width: 2px;
   padding: 20px;
   margin: 15px;
   border-color: #000000;
   border-radius: 20px;
}

.main-navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-bg-container {
  background-color: #085ec0;
}

.navbar-heading {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-decoration: underline;
}

.logo {
  height: 70px;
  width: 70px;
  border-radius: 100px;
}

.btn {
  --color: #2934c8;
  --color2: rgb(10, 25, 30);
  padding: 0.8em 1.75em;
  background-color: transparent;
  border-radius: 6px;
  border: .3px solid var(--color);
  transition: .5s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  font-weight: 300;
  font-size: 17px;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  text-transform: uppercase;
  color: var(--color);
}

.btn::after,
.btn::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  transition: .5s ease-out;
  background-color: var(--color);
}

.btn::before {
  top: -50%;
  left: -25%;
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}

.btn:hover::before {
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}

.btn:hover::after {
  transform: skew(45deg) translate(-50%, -50%);
}

.btn:hover {
  color: var(--color2);
}

.btn:active {
  filter: brightness(.7);
  transform: scale(.98);
}

.button {
  position: relative;
  width: 120px;
  height: 40px;
  background-color: #000;
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.button::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 128px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%);
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.button::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100%);
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.button:hover::after {
  filter: blur(30px);
}

.button:hover::before {
  transform: rotate(-180deg);
}

.button:active::before {
  scale: 0.7;
}

  .banner-section-bg-container {
    background-image: url("images/view-woman-working-agricultural-sector-celebrate-labour-day-women.jpg");
    height: 100vh;
    background-size: cover;
  }
  @media screen and (max-width: 768px) {
    .banner-section-bg-container {
      height: 60vh;
    }
  }

  .banner-heading {
    color: rgb(255, 255, 255);
    font-family: "Roboto";
    font-size: 45px;
    font-weight: 300;
  }

  @media screen and (max-width: 768px) {
    .banner-heading {
      font-size: 25px;
      font-weight: bold;
    }
  }
  .banner-caption {
    color: #f5f7fa;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 300;
  }
  .custom-button {
    color: white;
    background-image: linear-gradient(#d0b200, #a58d00);
    width: 130px;
    height: 45px;
    border-width: 0;
    border-radius: 8px;
    margin-right: 10px;
  }
  .custom-outline-button {
    color: #d0b200;
    background-color: transparent;
    width: 130px;
    height: 45px;
    border-style: solid;
    border-width: 1px;
    border-color: #d0b200;
    border-radius: 8px;
  }
  .food-munch-logo {
    width: 80px;
    height: 70px;
  }
  .about-us-section { 
    background-color: #f9fbfe;
  }
  .about-us-section-img {
    width: 270px;
    border-radius: 22px;
  }
  @media screen and (max-width: 768px) {
    .about-us-section-img {
      width: 200px;
    }
  }
  .image1 {
    height: 180px;
  }
  .about-us-section-img1 {
    width: 350px;
    border-style: solid;
    border-color: #00A97F;
    border-radius: 10px;
    margin: 10px;

  }
  @media screen and (max-width: 768px) {
  .about-us-section-img1 {
    width: 250px;
  }
    

  }
  .about-us-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 700;
  }
  @media screen and (max-width: 768px) {
    .about-us-section-heading {
      font-size: 20px;
    }
  }

  .about-us-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 20px;
  }
  @media screen and (max-width: 768px) {
  .about-us-section-description {
    font-size: 16px;
  }
}
 .contact-us-div {
  background-color: rgb(131, 166, 221);
  background-size: cover;
  display: flex;
  flex-direction: row;

  justify-content: space-between;
 }

 @media screen and (max-width: 768px) {
  .contact-us-div {
    flex-direction: column;
  }
  }

 .heading {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
 }

 .pass-image {
  height: 130px;
  width: 130px;
  padding-bottom: 10px;
 }

 .founder-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

 }

.icon-container{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.memorandum-div {
  margin: 30px;
  padding: 5px;
  display: flex;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-radius: 20px;
  background-color: #ffffff;
}

.memorandum-img {
  display: flex;
  width: 400px;
}

.pancard-img {
  display: flex;
  height: 200px;
}

.certifacte-div {
  height: 500px;
  margin-top: 130px;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  align-items: center;
}



.donate-us-heading {
  background-image: url("images/donate.jpg");
  color: #000000;
  background-size: cover;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  padding: 30px;
}

.donate-us-div {
  display: flex;
  flex-direction: row;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .donate-us-div {
    flex-direction: column;
  }
}
.donate-div {
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .donate-div {
    width: 90vw;
  }
}
.social-services {
  text-decoration: dashed;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
@media screen and (max-width: 768px) {
.social-services {
  font-size: 20px;
}
}
.social-quote {
  font-size: 25px;
  font-weight: bold;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  .social-quote {
    font-size: 20px;
  }
}
.donate-heading {
  font-size: 40px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.text-decoration-underline {
  text-decoration: underline;
}

.bank-details {
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bank-details {
    font-size: 16px;
  }
}

/* From Uiverse.io by xopc333 */ 
.butt {
  display: block;
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0;
  overflow: hidden;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}

.butt:before,
.butt:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
}

.butt:before {
  border: 4px solid #f0eeef;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.butt:after {
  border: 4px solid #96daf0;
  transform: scale(1.3);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.butt:hover:before,
.butt:focus:before {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.butt:hover:after,
.butt:focus:after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-box1 {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.button-elem1 {
  display: block;
  width: 20px;
  height: 20px;
  margin: 17px 18px 0 18px;
  transform: rotate(180deg);
  fill: #f0eeef;
}

.butt:hover .button-box,
.butt:focus .button-box {
  transition: 0.4s;
  transform: translateX(-56px);
}



header {
  background-color: #0e5c90;
  color: white;
  padding: 2rem 1rem;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.video-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  background-color: #f0f2f5;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin-bottom: 2rem;
  background-color: #ffffff;
  border: 2px solid #dee2e6;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.video-container iframe {
  width: 100%;
  height: 450px;
  border-radius: 8px;
  border: none;
}

/* Responsive height for mobile */
@media (max-width: 768px) {
  .video-container iframe {
    height: 230px;
  }
}



