body {
  margin: 0px;
}

#topHead {
  padding: 10px 50px;
  background: #FFF;
  height: 107px;
  border-top: 8px solid #003366;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}

#logoImg {
  width: 113px;
  height: 113px;
  border-radius: 50%;
  margin-right: 15px;
}

#topHead a {
  text-decoration: none;
}

.mainHead1 {
  font-size: 35px;
  font-weight: 900;
  font-family: coda;
  color: #FFA533;
  filter: drop-shadow(2px 1px 1px #a1a0a0);

}

.mainHead2 {
  font-size: 23px;
  font-weight: 900;
  font-family: coda;
  color: #FFA533;
  filter: drop-shadow(1px 1px 1px #a1a0a0);

}

.mainHead3 {
  font-size: 12px;
  font-weight: 900;
  font-family: coda;
  color: #202020;

}

.mainHead4 {
  font-size: 10px;
  font-weight: 900;
  font-family: coda;
  background: #FFA533;
  color: white;
  width: fit-content;
  padding: 2px 5px;
  border-radius: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 9px;
}

.mainHead1Mobile {
  font-size: 20px;
  font-weight: 900;
  font-family: coda;
  color: #FFA533;
  filter: drop-shadow(2px 1px 1px #a1a0a0);

}

.mainHead2Mobile {
  font-size: 10px;
  font-weight: 900;
  font-family: coda;
  color: #202020;

}

#logo {
  display: flex;
  align-items: center;
  width: fit-content
}

#phoneDiv {
  color: #888;
  line-height: 160%;
  font-size: 14px;
  text-align: right;
  font-family: 'Oswald', sans-serif;
  width: fit-content
}

#phoneDiv a {
  color: #545454;
  font-family: system-ui;
  font-weight: 600;
}

.contactCls {
  display: flex;
  text-align: left;
  align-items: center;
  padding: 2px 0px;
}

#payDiv {
  flex: 1;
  text-align: right;
  font-family: 'Oswald', sans-serif;
  color: #888;

  text-transform: initial;
}




.navbar {
  background-color: #FFA533;
  padding: 0px 20px;
  text-align: center;
}

.navbar nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.navbar nav ul li {
  display: inline-block;
  background-color: #FFA533;
}

.navbar nav a {
  display: block;
  padding: 0 30px;
  color: #fff;
  line-height: 50px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.navbar nav ul ul {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 2;
}

.navbar nav a:hover {
  background-color: #4b0101;
}

.navbar nav ul li:hover>ul {
  display: inherit;
}

.navbar nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
  line-height: 40px;
  color: white;
  border-bottom: 1px solid #4b0101;
}

.mySlides {
  display: none
}


.slideshow-container {
  position: relative;
  margin: auto;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev1,
.next1 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev1:hover,
.next1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.homeContent {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  padding: 25px 50px 0px 50px;

}

.homeContent p {
  font-family: 'Mulish', 'system-ui';
  font-weight: 600;
  line-height: 2;
}

.homeContent h1 {
  font-size: 30px;
  line-height: 37px;
  margin: 0 0 10px 0px;
  background: none;
}

h1 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  color: #FFA533;
  font-size: 30px;
}


h1::before,
h1::after {
  content: "";
  border-top: 0.1rem double #dddddd;
  align-self: center;
}

p {
  color: #666;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 10px;
  align-items: stretch;
}

.zoom {
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.3);
}

.donationBtn {
  background: #FFA533;
  border: none;
  border-radius: 5px;
  align-items: center;
  display: inline-flex;
  justify-content: space-around;
  width: 110px;
  padding: 10px;
  color: white;
}

.grid img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 30%);
  max-width: 89%;
  margin-top: 15px;
}

#footer {
  width: 100%;
  background: #FFA533;
  margin-top: 30px;
  color: white;
  border-top: 25px solid #d7d7d5;
  padding-bottom: 30px;
}

.footerStyle {
  display: flex;
  justify-content: space-between;
  padding: 0px 60px;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
}

.footerStyle section {
  flex: 1;
  font-size: 14;
}

.footerStyle h3 {
  font-size: 17px;
}

.social-media-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.social-media-icons li a {
  color: #fff;
}

#toTop {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #FEFEFE;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  left: 48%;
  position: absolute;
  top: -27px;
}

#toTop:hover {
  background: #f88787;
}

.copyright {
  text-align: center;
  color: white;
  padding: 23px;
  margin: 0;
  background: #111;
  font-family: 'Oswald';
  font-size: 14px;
}

/* About Style */
.about-container {
  margin-top: 20px;
  padding: 0px 60px;
}

.about-container h2 {
  font-weight: 600;
  color: #333333;
  font-size: 25px;

  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;

  padding: 6px;
}

.mission {
  background: #FFA53347;
  padding: 15px 15px 15px 8px;
  border-left: 6px solid maroon;
  margin-bottom: 18px;
  border-radius: 0px 10px;
  box-shadow: 1px 1px 2px 1px #d7d7d5;
  font-family: 'Mulish', 'system-ui';
  font-weight: 600;
  line-height: 2;
}

/* .aboutHead{
  background-image: linear-gradient(#003366, #035bb3);
  border-bottom: 4px solid #003366;
  padding: 7px;
} */
.about-container p {
  font-size: 14px;
  text-align: justify;
  line-height: 200%;

  margin: 0;
  color: #111 !important;
  font-weight: normal;
}

/* Events */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}



.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* -------------------------------- Contact ------------------------------- */

.contactTitle {
  position: absolute;
  bottom: 9rem;
  left: 45px;
  background: rgba(0, 0, 0, 0.75);
  padding: 27px 30px;
  min-width: 400px;
  max-width: 500px;
  z-index: 1;
  margin-left: 4px;
  border-left: 4px solid #f30808;
}

.contactTitle h2 {
  font-family: 'Oswald';
  color: #f07a01;
  font-size: 40px;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}

.contact1 {

  font-size: 30px;
  color: red;
  margin-bottom: 10px;
}

.contact2 {
  margin: 0px;

  font-size: 20px;
  color: #333333;
}
.contactTabdiv{
  font-family: 'Acme', sans-serif;
  margin-left:60px
}

.contact3 {

  font-size: 16px;
  color: #333333;
}

.contactBottom {
  text-decoration: none;
  display: flex;
  color: #333333;
  font-size: 15px;
  margin: 7px 0px;
}

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.603);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

#donationPopup {
  display: none;
  position: fixed;
  padding: 20px;
  width: 40%;
  left: 30%;
  top: 19%;
  background: #FFF;
  z-index: 20;
  border-radius: 15px;
}

.donationDetail {
  display: flex;
  justify-content: space-between;

  align-items: center;

  font-size: 14px;

}

.popupClose {
  position: absolute;
  top: -3px;
  right: 12px;
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.bankHead {
  width: 70px;
}

.qrcode {
  width: 70%;
  border: 5px solid maroon;
}

.qrBorder {
  margin: 0;
  width: 70%;
  background: maroon;
  border: 5px solid maroon;
  text-align: center;
  color: white;
  padding-bottom: 5px;
}

.bankMain {
  padding: 10px 0px;
  font-weight: 800;
  font-size: 18px;
}

.closeButton {
  background: #FFA533;
  padding: 9px 18px;
  border: 0px;
  color: white;
  border-radius: 5px;
}

.donationDiv {
  border: 1px solid maroon;
  border-radius: 10px;
  padding: 10px;
  font-family: system-ui, sans-serif;
  margin-top: 18px;
}

.imageSlide {
  width: 100%;
  height: 30rem;
}

#mobile-menu {
  display: none;
  margin: 10px;
  align-items: center;
}

#mobile-menuHead {
  text-decoration: none;
  flex: 1;
  text-align: center;
}

#mobile-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: transparent;
  border: 0px;
  cursor: pointer;
  height: 23px;
  width: 30px;
  padding: 0;
}

#mobile-menu-btn span {
  height: 3px;
  width: 30px;
  background: black;
}

.mobilelogo {
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

#mobile-side-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FFA533;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

#mobile-side-menu.open {
  display: flex;
}

#mobile-side-menu nav {
  width: 100%;
  height: 20rem;
  margin: var(--space-2) auto;
}

#mobile-side-menu nav a {
  display: block;
  padding: 0 30px;
  color: #fff;
  line-height: 60px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

#mobile-side-menu ul {
  margin: 0px;
  padding: 0px;
}

#mobile-side-menu nav ul ul {
  display: none;
  padding: 0px 40px;
  list-style: none;
}

#mobile-side-menu nav a:hover {
  background-color: #4b0101;
}

#mobile-side-menu nav ul li:hover>ul {
  display: inherit;
}


/*---------------------------------*/

.gridfounder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 15px 20px;
  ;
  align-items: stretch;
}

.foundername {
  font-size: 16px;
  background: #FFA533;
  box-shadow: 0px 0px 2px 1px #a19f9f;
  padding: 10px;
  border-radius: 7px;
  color: white;
  font-family: 'Mulish', 'system-ui';
  font-weight: 600;
}

.homeVideoDiv {
  display: flex;
  margin: 50px;
  margin-top: 30px;
  gap: 10px;
}

.homeMainHeader {
  color: #FFA533;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}

.upeventHead{
  font-family: 'Mulish', 'system-ui';
  margin-top:0px;
  color: #FFA533;
  font-size: 20px;
  font-weight: 800;
}
.upeventDiv{
  flex: 1;
    border: 1px solid #b1b1b1;
    background: #FFA53324;
    padding: 9px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 1px #adadad;
    font-family: 'Mulish', 'system-ui';
}
.upeventlist{
  font-size:14px;
  line-height: 1.8;
  list-style: none;
  padding-inline-start: 0px;
}
.upeventlist li{
  background: #FFA533;
    color: white;
    margin: 10px 0px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px #898989;
}
.marqueeTag{
  height: 90%;
}

/*--------------------------------------*/


@media (max-width: 1000px) {
  #donationPopup {
    width: 60%;
    left: 20%;
  }

  .gridfounder {

    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

}

@media (max-width: 650px) {
  #donationPopup {
    width: 80%;
    left: 10%;
  }

  .gridfounder {

    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media (max-width:821px) {
  #topHead {
    display: none;
  }

  .navbar {
    display: none;
  }

  #mobile-menu {
    display: flex;
  }

  .imageSlide {
    height: 20rem;
  }

  .footer-web {
    display: none;
  }

  .prev1,
  .next1 {
    top: 20%;
  }

  .contactTitle {
    min-width: 200px;
    max-width: 300px;
    left: 25px;
    bottom: 53rem;
  }
  .homeVideoDiv{
    display:block;
    margin: 30px 10px;
  }
  .upeventDiv{
    margin-top: 20px;
    height: 300px;
  }
  .marqueeTag{
    height: 250;
    
  }
  .homeMainHeader{
    font-size: 23px;
  }
  .homeContent{
    padding: 25px 20px 0px 20px;
  }
  .contactTabdiv{
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .contactTitle {
    bottom: 43rem;
  }
}

@media (max-width: 540px) {
  .contactTitle {
    bottom: 23rem;
  }
}

@media (max-width: 414px) {
  .contactTitle {
    bottom: 36rem;
  }
}

@media (max-width: 375px) {
  .contactTitle {
    bottom: 21rem;
  }
}

@media (max-width: 360px) {
  .contactTitle {
    bottom: 26rem;
  }
}