@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Oxygen", sans-serif;
  overflow-x: hidden;
}

p {
  font-size: 18px;
  color: #202714;
}
a {
  font-size: 18px;
  color: #202714;
  text-decoration: none;
}

/* header start */
/* topheader start*/
.topBorder {
  border-top: 10px solid green;
}

.topHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  background: #fff;
}

.topHeader .top-left .logoArea {
  display: flex;
  align-items: center;
  width: 120px;
  height: 120px;
}

.topHeader .top-left .logoArea img {
  display: flex;
  width: 120px;
  height: 120px;
}

.siteTitle {
  color: #01652b;
  font-family: "Amiko", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15em;
  margin-left: 15px;
}
.top-middle {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
}

.top-right {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
}
.emailIcon {
  height: 50px;
  width: 50px;
  background: #008036;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}
.contactArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-heading {
  font-size: 22px;
  font-weight: 600;
  color: #008036;
}
.contact a {
  font-size: 18px;
  font-weight: 500;
  color: #202714;
  text-decoration: none;
}
.donateButton {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  background-color: #008036;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #008036;
  border-radius: 150px 150px 150px 150px;
  box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.16);
  padding: 17px 26px 17px 26px;
  transition: all 0.5s;
}
.donateButton {
  color: #ffffff;
  text-decoration: none;
}
.donateButton:hover {
  background-color: transparent;
  color: #008036;
  border-color: #008036;
}
/* topheader close */
/* main menu start */
.mainMenu {
  background-color: #008036;
  display: flex;
  margin: 0px;
  padding: 0px;
  height: 50px;
}
.navbar {
  margin: -7px 0px 0px 0px;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #fff !important;
}
.mainMenu .nav-item {
  color: #fff;
}
.mainMenu .nav-item a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1;
  padding: 10px 20px !important;
}
.mainMenu .nav-item:hover,
.mainMenu .nav-item:focus,
.mainMenu .nav-item:active {
  background: #119c4b;
  color: #fff;
}
.mainMenu .nav-item a:hover,
.mainMenu .nav-item a:focus,
.mainMenu .nav-item a:active {
  background: #119c4b;
  color: #fff;
}

.donatePage {
  padding: 40px 0px 0px 0px !important;
}
.searchArea {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
}
.searchArea .searchIcon span i {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.searchArea .searchField input {
  margin-top: -5px;
  height: 35px;
  width: 200px;
  font-size: 18px;
  padding: 0px 10px;
  outline: none;
  display: none;
  transition: all 0.5s;
  transform: translateX(20%);
}
.inputAnimation {
  display: block !important;
  animation: inputAnimate 0.5s;
}
@keyframes inputAnimate {
  0% {
    width: 0px;
  }
  100% {
    width: 200px;
  }
}

/* banner slider start */
.carousel-inner {
  position: relative;
}
.carousel-caption {
  position: absolute;
  top: 30%;
  bottom: 1.25rem;
  left: 7% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left !important;
  z-index: 100;
}
.carousel-caption button:nth-child(1) {
  background: RGBA(255, 255, 255, 0.79);
  opacity: 1;
  padding: 5px 13px 4px 13px;
  box-shadow: none;
  border: 0px solid RGBA(0, 0, 0, 1);
  border-radius: 155px;
  margin-bottom: 30px;
}
.carousel-caption h5 {
  font-family: "Oxygen";
  color: #ffffff;
  font-size: 281.25%;
  text-shadow: none;
  line-height: 1.3;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: 1.8px;
  word-spacing: normal;
  text-transform: none;
  font-weight: 600;
}
.carousel-caption p {
  font-family: "Lato";
  color: #ffffff;
  font-size: 150%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  letter-spacing: 0.2px;
  word-spacing: normal;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 30px;
}
.carousel-caption .readMore {
  background: #c3ffcf;
  opacity: 1;
  padding: 10px 30px 8px 30px;
  box-shadow: none;
  border: 0px solid RGBA(0, 0, 0, 1);
  border-radius: 155px;
  text-decoration: none;
  color: RGBA(0, 0, 0, 0.8);
  font-size: 100%;
  text-shadow: none;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(90deg, #054400e4, #ffffff00);
}
.carousel-control-prev-icon {
  margin: 0px 0px 0px -100px;
}
.carousel-control-next-icon {
  margin: 0px -100px 0px 0px;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  padding: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #c3ffcf !important;
  background-clip: padding-box;
  border-width: 10px 0px;
  border-right-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  opacity: 0.8 !important;
  transition: opacity 0.6s ease 0s;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #008036 !important;
}
/* banner slider close */

/* feature area start */
.features {
  padding: 100px 0px;
}

.featureLeft {
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.featureLeft img {
  border-radius: 10px;
  height: 100%;
}
.featureLeft .imgTitle {
  background: #008036;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px;
  color: #fff;
  width: 200px;
  margin-top: -60px;
  font-size: 22px;
  font-weight: 600;
}
.featureArea {
  display: flex;
  margin: 30px 0px 50px 50px;
}
.featureArea .icon {
  height: 50px;
  width: 50px;
  background: #008036;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}
.featureHeading {
  margin: -20px 0px 0px 0px;
}
/* feature close */

/* our causes start */
.ourCauses {
  background: #008036;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 100px 0px;
}
.innerCauses {
  background: #008036;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.innerCauses .causesTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.innerCauses .divider {
  border: 1.5px solid #10b655;
  width: 100px;
  margin: 10px 0px 60px;
}
.card {
  background: none !important ;
  padding: 20px 20px 10px;
  border: 1px solid #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px !important;
}
.iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.iconBox span {
  background-color: #fff;
  fill: #008036;
  color: #008036;
  font-size: 30px;
  padding: 16px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconBox h6 {
  text-align: center;
  margin: 20px 0px;
  line-height: 1.7;
  font-size: 1.2rem;
}
/* our causes close */
/* donate today start */
.donateToday {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
}
/* donate today close */

.donateTitle .divider {
  border: 1.5px solid #10b655;
  width: 100px;
  margin: 10px 0px 40px;
}
.donateToday .buttonArea {
  margin: 50px 0px;
  display: flex;
  justify-content: left;
}
.donateToday .buttonArea .donateButton {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  background-color: #008036;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #008036;
  border-radius: 150px 150px 150px 150px;
  box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.16);
  padding: 8px 26px 8px 26px;
  transition: all 0.5s;
}

/* ourcases right area start */

/* ourcases right area close */
/* ourcases close */

/* activities start */
.activities {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
  background: #61ce70;
}
.activitiesTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.activitiesTitle .divider {
  border: 1.5px solid #cbffe1;
  width: 100px;
  margin: 10px 0px 60px;
}
.blogArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.activities .card {
  background-color: #fff !important;
  padding: 0px !important;
  border-radius: 10px !important;
  overflow: hidden;
  margin: 15px 15px;
  width: 30%;
  margin-bottom: 36px;
  padding-right: calc(25px / 2);
  padding-left: calc(25px / 2);
  border: none !important;
}
.activities .card .cardImg {
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activities .card img {
  width: 100%;
  transition: all 0.5s;
}
.activities .card:hover img {
  transform: scale(2);
}
.activities .card-title {
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.2px;
  text-decoration: none;
}
.activities .card-title a {
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.2px;
  text-decoration: none;
  color: #008036;
}
.activities .card-body {
  padding: 20px 20px 50px 20px;
  display: flex;
  justify-content: right;
  align-content: space-between;
  flex-direction: column;
}
.buttonArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttonArea .seeMoreButton {
  border-radius: 24px;
  padding-top: 10px;
  padding-right: 32px;
  padding-bottom: 10px;
  padding-left: 32px;
  border-color: #008036;
  background-color: #008036;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
/* activities close */
/* activities gallery start */

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  border-radius: 20px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
  color: #888;
  font-size: 18px;
}

.tz-gallery {
  padding: 40px;
}

.donateToday .tz-gallery .lightbox img {
  width: 140px !important;
  height: 100px !important;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.tz-gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }

  .container.gallery-container {
    border-radius: 0;
  }
}
.imageBox {
  position: relative;
  width: 240px !important;
  height: 280px !important;
}
.photoGallery .tz-gallery .lightbox img {
  width: 240px !important;
  height: 280px !important;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.photoGallery .tz-gallery .lightbox img:hover {
  transform: scale(1.1);
}
/* .cardOverlay{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: rgba(0, 128, 0, 0.992);
    z-index: 100;
} */
/* activity gallery close */

/* photo gallery start */
.photoGallery {
  padding: 0px 0px 100px 0px;
}
.photoTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.photoTitle .divider {
  width: 100px;
  border-top: 2px solid #61ce70;
}
/* photo gallery close */

/* Footer start */
.footer {
  background-color: #008036;
  padding: 50px 0px 0px 0px;
}
.footerLogoArea {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
}
.footerLogoArea .logoArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 10px -95px;
}
.footerLogoArea a img {
  width: 65px;
}
.footerLogoArea .siteTitle {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.2em;
  margin-top: 10px;
}
.footerLogoArea .logoDes p {
  color: #f3f3f3;
  font-family: "Oxygen", Sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.4px;
}
.footerLogoArea .ourCausesFooter {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column !important;
}
.ftColumn {
  padding: 10px;
}
.ourCausesFooter h4 {
  color: #fff;
  margin-bottom: -5px;
}
.ourCausesFooter .divider {
  width: 50px;
  border-top: 2px solid #61ce70;
}
.listIcon ul {
  margin: 25px 0px 0px -30px;
}
.listIcon ul li {
  list-style: none;
  color: #fff;
  font-size: 17px;
  margin: 12px 0px 0px 0px;
}
.listIcon ul li span {
  margin: 0px 10px 0px 0px;
}
.ourCausesFooter .logoDes p {
  color: #f3f3f3;
  font-family: "Oxygen", Sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.4px;
  margin-top: 25px;
}

.socialIcon {
  display: flex;
  margin-bottom: 20px;
}
.socialIcon span {
  height: 33px;
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  margin: 5px;
  transition: 0.5s all;
}
.socialIcon span:hover {
  background-color: #e3e3e3;
}
.socialIcon span i {
  color: #008036;
}
/* Footer bottom */
.footerBottom {
  background-color: #01652b;
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #005925;
  padding: 15px 15px 15px 15px;
  color: #fff;
  padding: 15px 0px 5px 0px;
}
.footerBottom .copyRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerBottom .copyRight p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.footerBottom .designerInfo p {
  display: flex;
  justify-content: right;
  align-items: center;
  color: #fff;
}
.footerBottom .designerInfo p a {
  color: yellow;
  text-decoration: none;
}
/* Footer Close */

/* Contact us start */
.contactUsBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  background-image: url(/assets/images/4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contactOverlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.515);
  z-index: 0 !important;
}
.contactUsBanner .innerBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  z-index: 100 !important;
}
.innerBanner h1 {
  font-size: 56px;
  font-weight: 600;
}
.innerBanner .divider {
  width: 80px;
  border-top: 2px solid #cbffe1;
}
/* form area */
.contactFormArea {
  margin: 100px auto;
}
.contactForm input,
.contactForm textarea {
  border: 1px solid #008036;
  border-radius: 8px;
  border: 1px solid #008036;
  color: #008036;
  outline: none !important;
}
.contactForm input:hover,
.contactForm input:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #008036 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #008036 !important;
}

::placeholder {
  color: #008036 !important;
}
.contactFormLeft {
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.contactButtonArea .contactButton {
  border-radius: 24px;
  padding-top: 10px;
  padding-right: 32px;
  padding-bottom: 10px;
  padding-left: 32px;
  border-color: #008036;
  background-color: #008036;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.contactFormRight {
  margin: 0px 0px 0px 40px;
}
.contactIconArea {
  display: flex;
  margin: 10px 0px 0px 50px;
}
.contactIconArea .emailIcon {
  height: 35px;
  width: 35px;
  background: #008036;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
.contactFomrSocialIcon {
  display: flex;
  margin: 0px 0px 0px 40px;
}
.contactFomrSocialIcon span a i {
  height: 50px;
  width: 50px;
  background: #008036;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}
/* map area start */
.mapArea {
  margin: 50px auto 100px;
}
/* Contact us close */

/* About page start */
/* who we are start */
.whoWeAre {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  padding: 70px 0px;
}
.whoWeAre .innerCauses {
  background: #ffffff;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #000000;
}
.whoWeAre .innerCauses .causesTitle {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
}
.whoWeAre .innerCauses .divider {
  border: 1.5px solid #10b655;
  width: 50px;
  margin: 10px 0px 40px -160px;
}
.weAreDesc {
  margin-top: -30px;
}
.weAreDesc p {
  margin: 30px 0px !important;
  font-size: 18px;
  line-height: 1.9;
}

/* who we are close */

/* Our Impact start */
.ourImpactArea {
  padding: 80px 0px;
  background-color: #afffd1;
}
.innerOurImpact {
  padding: 0px 20px;
}
.innerOurImpact .iconBox span {
  background-color: #008036;
  fill: #008036;
  color: #ffffff;
  font-size: 30px;
  padding: 16px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerOurImpact h6 {
  font-size: 24px;
  font-weight: 600;
}
.innerOurImpact .iconBox p {
  text-align: center;
}
/* Our Impact Close */

/* our causes start */
.AboutOurCauses {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  padding: 100px 0px;
}
.AboutOurCauses .innerCauses {
  background: #ffffff;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #000000;
}
.AboutOurCauses .innerCauses .causesTitle {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
}
.AboutOurCauses .innerCauses .divider {
  border: 1.5px solid #10b655;
  width: 50px;
  margin: 10px 0px 60px -140px;
}
.AboutOurCauses .card {
  background: none !important ;
  padding: 20px 20px 10px;
  border: 1px solid #008036 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px !important;
}
.AboutOurCauses .iconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.AboutOurCauses .iconBox span {
  background-color: #008036;
  fill: #008036;
  color: #ffffff;
  font-size: 30px;
  padding: 16px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.AboutOurCauses .iconBox h6 {
  text-align: center;
  margin: 20px 0px;
  line-height: 1.7;
  font-size: 1.2rem;
}
/* our causes close */
/* about page close */

/* activities page start */
/* activities start */
.activitiesArea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
  background: #ffffff;
}

.activitiesArea .card {
  background-color: #008036 !important;
  padding: 0px !important;
  border-radius: 10px !important;
  overflow: hidden;
  margin: 15px 15px;
  width: 30%;
  margin-bottom: 36px;
  padding-right: calc(25px / 2);
  padding-left: calc(25px / 2);
  border: none !important;
}
.activitiesArea .card .cardImg {
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activitiesArea .card img {
  width: 100%;
  transition: all 0.5s;
}
.activitiesArea .card:hover img {
  transform: scale(2);
}
.activitiesArea .card-title {
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.2px;
  text-decoration: none;
}
.activitiesArea .card-title a {
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.2px;
  text-decoration: none;
  color: #ffffff;
}
.activitiesArea .card-body {
  padding: 20px 20px 50px 20px;
  display: flex;
  justify-content: right;
  align-content: space-between;
  flex-direction: column;
}
.activitiesArea .card-body span {
  color: #fff;
}
/* activities close */
/* activites page close */

/* galllery */
.controls {
  margin: 50px auto 0px;
}
.controls button {
  border: 2px solid #005925;
  padding: 7px 15px;
  background-color: #005925;
  margin: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.controls button:hover,
.controls button:focus,
.controls button:active {
  background-color: #a2ffae;
  color: #005925;
  border: 2px solid #005925;
}
.innerContols {
  display: flex;
  justify-content: center;
}
.galleryPage {
  padding: 0px 0px 0px 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.galleryPage.water {
  display: block;
  transition: 0.5s ease-in-out;
  animation: zoomIn 0.5s;
}
.galleryPage.food {
  display: none;
  transition: 0.5s ease-in-out;
}
.galleryPage.clothes {
  display: none;
  transition: 0.5s ease-in-out;
}

.galleryDisplay {
  display: block !important;
  z-index: 1000;
  transition: 0.5s ease-in-out;
  animation: zoomIn 0.5s;
  text-align: center;
}
.disNone {
  display: none !important;
  transition: 0.5s ease-in-out;
  animation: zoomIn 0.5s;
  text-align: center;
}
@keyframes zoomIn {
  0% {
    width: 0%;
    height: 0%;
    transform: scale(0) translate(50%);
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
    transform: scale(1) translate(0%);
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}

.galleryImages img {
  width: 300px;
  height: 300px;
}
.row-no-padding > .smallSizeImage {
  padding: 3px;
  margin: 0px;
}

.nav-tabs button {
  border: 2px solid #005925;
  padding: 7px 15px;
  background-color: #005925;
  margin: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
