body {
  background-image: url("./assets/FinalBgHome.jpg");
  background-size: cover;
  background-position: center;
}
.slide {
    animation-name: slide;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  
  @keyframes slide {
    0% {transform: translateX(0);}
    50% {transform: translateX(20px);}
    100% {transform: translateX(0);}
  }
.phoneDiv {
  position: fixed;
  z-index: 99999;
  bottom: 10%;
  right: 5%;
  height: 50px;
  width: 50px;
  background-color: rgb(255, 123, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.whatsappDiv {
  position: fixed;
  border-radius: 50%;
  z-index: 99999;
  bottom: 20%;
  right: 5%;
  height: 50px;
  width: 50px;
  background-color: green;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phoneDiv i {
  color: #ffffff;
  transform: scale(1.2);
}
.whatsappDiv i {
  transform: scale(1.2);
  color: #ffffff;
}
.navContainer {
  background-color: #ffffff;
}
.navContainer.active {
  position: fixed;
  z-index: 99999;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  animation: getDown 1s linear forwards 1;
  transition: animation 1s ease-in-out;
}
@keyframes getDown {
  0% {
    top: -50%;
  }
  100% {
    top: 0;
  }
}
.navBar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}
.logo img {
  width: 120px;
  transform: scale(1.2);
}
.navBar .navBarList ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.navBar .navBarList ul li {
  list-style-type: none;
  padding: 0px 30px;
}
.navBar .navBarList ul li a {
  font-family: "Montserrat";
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  position: relative;
  color: #212529;
  text-transform: uppercase;
}
.navBar .navBarList ul li a:hover {
  color: #215d2b;
}
.navBar .navBarList ul li:last-child a {
  background-color: #215d2b;
  border: none;
  padding: 15px 45px;
  color: #ffffff;
  border-radius: 30px;
}
.navBar .navBarList ul li a::after {
  top: 120%;
  left: 30%;
  background-color: #215d2b;
  width: 0;
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
}
.navBar .navBarList ul li a:hover::after {
  width: 50%;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navBar .navBarList ul li:last-child a:hover::after {
  width: 0;
}
.toggleBar {
  display: none;
}
.toggleBar li {
  list-style-type: none;
  width: 20px;
  height: 3px;
  background-color: #215d2b;
  margin: 4px 0;
  border-radius: 50px;
}
.mobileNav.active {
  transition: 1s ease-in-out;
}
.mobileNav {
  width: 100%;
  padding: 10px 0;
}
.mobileNav ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.mobileNav ul li {
  list-style-type: none;
}
.mobileNav ul li a {
  font-family: "Montserrat";
  text-decoration: none;
  color: inherit;
  font-weight: 700;
  position: relative;
  font-size: 14px;
  color: #212529;
  text-transform: uppercase;
}

.mobileNav ul li:last-child a {
  background-color: #215d2b;
  border: none;
  padding: 15px 45px;
  color: #ffffff;
  border-radius: 30px;
}

/* Homepage */

/* .homepage {
  position: relative;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
} */
.homepage img {
  width: 100%;
  height: 700px;
  /* object-fit: cover; */
  filter: brightness(0.8);
}
.homePageData {
  position: relative;
  z-index: 2;
}
.marquee span {
  padding-right: 20px;
  font-family: "Noto Sans Telugu", sans-serif;
  color: #212529;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0;
}
.marquee-container {
  height: 40px;
  overflow: hidden;
  /* line-height: 30px; */
  background-color: #ff7b00;
  display: flex;
  justify-content: center;
  align-items: center;

  .marquee {
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
  }

  .marquee2 {
    animation-delay: 15s;
  }
  b {
    padding-left: 10px;
  }
}

@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.homepage h1 {
  font-size: 64px;
  font-family: "Noto Sans Telugu", sans-serif;
  color: aliceblue;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.homepage h6 {
  text-align: center;
  font-size: 20px;
  font-family: "Noto Sans Telugu", sans-serif;
  color: aliceblue;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.btnHome {
  display: flex;
  justify-content: center;
}
.homepage button {
  background-color: aliceblue;
  color: #212529;
  font-family: "Noto Sans Telugu", sans-serif;
  padding: 10px 30px;
  position: relative;
  border: none;
  z-index: 2;
}
/* Homepage */
/* about */
.aboutUs h2 {
  font-size: 64px;
  color: #212529;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
/* about */
.values .box {
  position: relative;
  padding: 30px 5px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.values .box:hover {
  transition: 0.5s ease-in-out;
  transform: translateY(-10px);
}
.values .box::before {
  background-color: #215d2b50;
  bottom: 0;
  left: 15%;
  position: absolute;
  z-index: 2;
  content: "";
  height: 3px;
  width: 70%;
  border-radius: 30px;
}
.values .box::after {
  background-color: #215d2b;
  bottom: 0;
  left: 15%;
  position: absolute;
  z-index: 2;
  content: "";
  height: 3px;
  width: 0%;
  border-radius: 30px;
}
.values .box:hover::after {
  transition: 1s ease-in-out;
  width: 70%;
}
.values .box img {
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
}
.values .box h6 {
  font-family: "Noto Sans Telugu", sans-serif;
  color: #212529;
  text-align: center;
  font-size: 18px;
}
.values h2 {
  font-size: 64px;
  color: #212529;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
/* about */
.aboutMatter h6 {
  color: #212529;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 17px;
}
.aboutMatter p {
  color: #212529;
  font-family: "Montserrat";
  font-weight: 500;
}
.aboutImg img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}
.aboutMatter .telPara {
  font-family: "Noto Sans Telugu", sans-serif;
  color: #212529;
}
.abtCard {
  display: flex;
  justify-content: center;
  align-items: center;
}
.abtCard img {
  width: 50%;
  margin-bottom: 50px;
  object-fit: contain;
}
.corImg img {
  width: 100%;
  height: 30vh;
  margin: 10px 0;
}
.familyIMG img{
  width: 100%;
}
/* about */

/* DonateSection */
.donateSection {
  background-image: url("./assets/donateBg.jpg");
  background-size: cover;
  background-position: 100%;
  padding: 100px 0;
  position: relative;
}
.donateSection::after {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(90deg, #0000009c, #0000007c, transparent);
  content: "";
}
.donateSection h3 {
  font-family: "Noto Sans Telugu", sans-serif;
  color: aliceblue;
  font-size: 18px;
  position: relative;
  z-index: 4;
  font-size: 30px;
  width: 50%;
  margin-bottom: 0;
  padding-left: 50px;
  line-height: 50px;
}
/* DonateSection */

/* gallery */
.gallerySection {
  padding: 60px 0;
}
.gallerySection h2 {
  font-size: 64px;
  color: #212529;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
.galleryBox {
  position: relative;
  overflow: hidden;
}
.galleryBox img {
  margin: 10px 0;
  width: 100%;
  height: 280px;
  filter: brightness(0.9);
}

/* gallery */
/* testmonials */

.testSection h2 {
  font-size: 64px;
  color: #212529;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
.testimonialBox {
  width: 100%;
  background-color: #215d2b;
  margin-bottom: 50px;
  padding: 50px 0;
}
.testimonialBox h3 {
  text-align: center;
  font-family: "Noto Sans Telugu", sans-serif;
  color: #ffffff;
  font-size: 35px;
  padding-top: 30px;
}
.testimonialBox p {
  color: #ffffff;
  font-family: "Noto Sans Telugu", sans-serif;
  text-align: center;
  /* width: 80%; */
  margin: 0 auto;
  padding-bottom: 30px;
}
.style {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.style h2 {
  margin-bottom: 0;
}
.style li:nth-child(1) {
  background-color: rgb(255, 255, 255);
  width: 50%;
  height: 3px;
  list-style-type: none;
}
.style li:nth-child(2) {
  background-color: rgb(255, 255, 255);
  width: 50%;
  height: 3px;
  list-style-type: none;
}

/* testmonials */
/* contactSection */
.ContactSection h2 {
  font-size: 64px;
  color: #212529;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 20px #00000050;
  padding: 50px 0;
}
.contact h3 {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  color: #215d2b;
}
.contact p {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 500;
  color: #212529;
}
.contact .contactImg img {
  width: 500px;
}
.contactData {
  width: 500px;
  padding: 50px 30px;
}
.contactData .inputData {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactData .inputData {
  margin: 10px 0;
}
.contactData .inputData input {
  width: 300px;
  font-family: "Montserrat";
  padding: 5px;
  border-radius: 5px;
  border-width: 1px;
}
.contactData .inputData label {
  font-family: "Montserrat";
  font-weight: 600;
}
.contactData .inputData textarea {
  width: 300px;
  padding: 5px;
  border-radius: 5px;
  border-width: 1px;
}
/* contactSection */
/* footer */
.footerSection {
  background-image: url("./assets/footerbg.jpg");
  background-size: cover;
  background-position: 100%;
  position: relative;
  padding: 50px 0;
}
.footerSection::after {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #000000bd;
  content: "";
}
.footerLogo {
  padding: 20px;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footerLogo img {
  object-fit: contain;
  margin-bottom: 20px;
}
.footerLogo p {
  font-family: "Noto Sans Telugu", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: aliceblue;
  text-align: center;
}
.footerLinks {
  padding: 20px;
  position: relative;
  z-index: 5;
}
.footerLinks h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 50px;
  color: aliceblue;
}
.footerLinks ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footerLinks ul li {
  padding: 15px 0;
  list-style-type: none;
  color: aliceblue;
}
.footerLinks ul li a {
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  color: aliceblue;
}
.FooterDonate {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 5;
}
.FooterDonate h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 50px;
  color: aliceblue;
}
.FooterDonate p {
  font-family: "Montserrat";
  font-weight: 600;
  color: aliceblue;
  font-size: 18px;
}
.FooterDonate button {
  font-family: "Montserrat";
  font-weight: 600;
  border: none;
  background-color: aliceblue;
  width: 250px;
  height: 50px;
}
/* footer */

@media (max-width: 1440px) {
  .homepage h1 {
    font-size: 55px;
  }
}

@media (max-width: 1280px) {
  .contact {
    flex-direction: column;
  }
  .homepage h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .contactData {
    width: 100%;
  }
  .contact .contactImg img {
    width: 100%;
  }

  .abtCard img {
    width: 70%;
  }
  body {
    background-position: 0% 0%;
  }
  .navBar .navBarList {
    display: none;
  }
  .toggleBar {
    display: block;
  }
  .homepage h1 {
    font-size: 40px;
  }
  .homepage h6 {
    font-size: 18px;
  }
  .gallerySection h2,
  .values h2,
  .aboutUs h2,
  .testSection h2,
  .ContactSection h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .marquee2 {
    animation-delay: 1s;
  }
  .homepage img {
    height: auto;
  }
  .carousel {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  .donateSection h3 {
    padding-left: 20px;
  }
  .donateSection h3 {
    width: 70%;
    font-size: 25px;
  }
  .gallerySection h2,
  .values h2,
  .footerLinks h3,
  .aboutUs h2,
  .testSection h2,
  .ContactSection h2 {
    font-size: 40px;
  }
  .homepage h1 {
    font-size: 30px;
  }
  .homepage h6 {
    font-size: 14px;
  }
  .btnHome button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .contactData .inputData input,
  .contactData .inputData textarea {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .abtCard img {
    width: 100%;
  }
  .homePageData {
    border-radius: 0;
    background-color: transparent;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 569px) {
  .donateSection h3 {
    width: 100%;
    font-size: 22px;
  }
}
@media (max-width:441px){
    .contact{
        padding:0;
    }
}
