* {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.decor-line {
  height: 1px;
  width: 300px;
  border-top: 2px solid #e67309;
  margin: auto;
}

.header-area {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
    url(https://images.unsplash.com/photo-1528353518104-dbd48bee7bc4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2089&q=80);
  background-position: center center;
  background-size: cover;
}
/* default css end */

/* navbar regular css start */

.navbar-area {
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #000;
}
.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.site-logo {
  font-size: 26px;
  font-weight: 800;
  display: flex;
  position: relative;
  bottom: 5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.site-logo img {
  width: 50px;
  /* padding-top: 10px; */
  padding-right: 10px;
  /* position: relative; */
  /* top: 15px; */
}

a.site-logo sup {
  font-size: x-small;
  color: #e67309;
}

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.site-navbar ul li a {
  color: #ffffff;
  padding: 30px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.site-navbar ul a:hover {
  background: #e6740979;
  transition: background 0.4s;
  cursor: pointer;
}

.site-navbar ul li a:hover {
  color: white;
  transition: color 0.4s;
}

.site-navbar ul span:hover {
  color: #ff8411;
  transition: color 0.2s;
}

.site-navbar ul span {
  color: #e67309;
}
/* navbar regular css end */

/* nav-toggler css start */
.nav-toggler {
  border: 3px solid #fff;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}
.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: 0.3s;
}
.nav-toggler span:before {
  content: "";
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: "";
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}
/* nav-toggler css end */

/* mobile breakpoint start */
@media screen and (max-width: 1167px) {
  .container {
    max-width: 720px;
  }
  /* navbar css for mobile start */
  .nav-toggler {
    display: block;
    margin-right: 30px;
  }
  .site-navbar {
    min-height: 60px;
  }
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }
  .site-navbar ul li a {
    padding: 25px;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
  }
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .site-logo img {
    width: 35px;
    /* padding-top: 10px; */
    /* padding-right: 10px; */
    /* position: relative; */
    /* top: 15px; */
  }

  a.site-logo sup {
    font-size: 8px;
    color: #e67309;
  }

  a.site-logo {
    font-size: 60%;
    font-weight: 800;
    display: flex;
    position: relative;
    top: 5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
  }

  /* navbar css for mobile end */
}
/* mobile breakpoint end */

.home-section {
  display: grid;
  /* background-color: #679ed0; */
  background-image: linear-gradient(120deg, #fcdfc3 0%, #8e97fc 100%);
  padding: 40px;
  padding-bottom: 82px;
  padding-left: 5%;
  height: auto;
}

.home-bg img {
  /* background-image: url("logos/society1.png"); */
  max-width: 45%;
  position: absolute;
  bottom: 9%;
  left: 55%;
}

.home-section h1 {
  font-size: 50px;
  font-style: italic;
  color: #e67309;
  text-shadow: 2px 2px #005296;
  padding-bottom: 50px;
}

.home-section h4 {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline #e67309 1px;
}

.home-section p {
  max-width: 800px;
  font-size: 14px;
  padding-top: 10px;
  padding-left: 0;
  font-weight: 400;
  text-align: left;
  color: #013057;
}

#myBtn {
  border: none;
  background: none;
  color: #003d6e;
  font-weight: 600;
  cursor: pointer;
}

.btn-pair {
  padding-top: 20px;
}

.dnt-btn,
.cnt-btn {
  padding: 15px 80px;
  margin-right: 3%;
  margin-top: 60px;
  font-weight: 600;
  font-size: 16px;

  border: 2px solid black;
  border-radius: 5px;
}

.dnt-btn {
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.cnt-btn {
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}

/* HOVER EFFECTS */
.home-section .dnt-btn:hover,
.home-section .dnt-btn:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #000;
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 50%);
  transform: translateY(-0.25em);
  transition: 0.25s;
  cursor: pointer;
}

.home-section .cnt-btn:hover,
.home-section .cnt-btn:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #000;
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 50%);
  transform: translateY(-0.25em);
  transition: 0.25s;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .home-bg img {
    max-width: 1%;
  }

  .home-section h1 {
    font-size: 23px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
    text-shadow: 0.5px 1px #003d6e;
  }

  .home-section h4 {
    font-size: 16px;
  }

  .home-section p {
    max-width: 390px;
    font-size: 10px;
    padding-top: 8px;
    font-weight: 400;
  }

  .dnt-btn,
  .cnt-btn {
    padding: 8px 30px;
    align-items: center;
    margin-left: 4%;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;

    border: 2px solid black;
    border-radius: 5px;
  }

  marquee h4 {
    color: rgb(255, 255, 255);
    font-size: 8px;
    padding-top: 6px;
  }
}

/* ABOUT  US  SECTION  STARTS  HERE */

marquee {
  padding: 5px;
  /* background-color: #133a5f; */
  background-image: linear-gradient(120deg, #0a0f7a 0%, #000000 100%);
  color: rgb(255, 255, 255);
  font-style: oblique;
  font-weight: 400;
  font-size: 5px;
}

.about-section {
  display: grid;
  /* background-color: white; */
  padding: 40px;
  height: auto;
  margin-left: 5%;
  padding-top: 80px;
}

.about-section .header h3 {
  /* font-size: 45px;
  padding-bottom: 90px;
  text-align: center; */

  text-align: center;
  padding: 25px;
  font-size: 40px;
  font-weight: 800;
  font-style: oblique;
}

.about-grid {
  /* padding-top: 45px; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 180px;
  grid-gap: 70px;
  padding-bottom: 100px;
}

.about-grid-item {
  width: 350px;
  height: auto;
  padding-top: 25px;
  /* padding-right: 100px; */
}

.about-grid-item h4 {
  float: left;
  margin-right: 40px;
  padding-right: 30px;
  padding-bottom: 10px;
  font-weight: 600;
  font-style: italic;
  font-size: 30px;
  color: #e67309;
  border-bottom: solid 1.5px #e67309;
  border-right: solid 1.5px #e67309;
}

.about-grid-item p {
  color: #013057;
  font-weight: 500;
  font-size: 14px;
  opacity: 80%;
}

.ngo-docs-container h2 {
  text-align: center;
  padding: 10px;
  font-size: 35px;
  font-weight: 800;
  font-style: oblique;
}

.ngo-docs {
  margin-top: 50px;
  margin-bottom: 50px;
  /* background-color: black; */
  background-image: linear-gradient(180deg, #1878e6 0%, #0d1258 90%);
  text-align: center;
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 20px;
  grid-gap: 50px;
  padding: 30px;
}

.docs {
  padding-bottom: 20px;
}

.docs h3 {
  font-size: 18px;
}

.ngo-docs {
  border-bottom: #e67309 solid 5px;
}
.ngo-docs a {
  text-decoration: none;
  color: white;
}

.ngo-docs a:hover {
  color: #ff830f;
  font-size: 17px;
  transition: 0.4s;
}

/* _______________________YOUTUBE MEDIA___________________________*/

.yt-media {
  height: auto;
  width: auto;
  margin-bottom: 15px;
}
iframe {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  padding: 10px;
  display: block;
}

.yt-media h2 {
  text-align: center;
  padding: 25px;
  font-size: 50px;
  font-weight: 800;
  font-style: oblique;
}

/* _______________________YOUTUBE + MEDIA + DOCS___________________________*/

@media (max-width: 1000px) {
  iframe {
    width: 100%;
    height: 200px;
  }

  .ngo-docs-container h2 {
    font-size: 20px;
    font-weight: 600;
  }

  .ngo-docs-container {
    padding-top: 10px;
  }

  .ngo-docs {
    margin-bottom: 15px;
    margin-top: 18px;
    grid-gap: 30px;
    grid-auto-rows: 10px;
  }

  .docs h3 {
    font-size: 15px;
  }

  .yt-media h2 {
    font-size: 28px;
  }

  .about-grid {
    padding: 0;
    /* grid-gap: 20px; */
  }
  .about-grid-item {
    width: 100%;
    height: auto;
  }

  .about-section {
    padding: none;
  }

  .about-grid p {
    font-size: 12px;
  }

  .about-grid-item h4 {
    font-size: 18px;
  }

  .about-section .header h3 {
    font-size: 25px;
  }

  .about-section {
    padding: 10px;
  }

  .about-grid-item h4 {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }

  .about-grid {
    /* padding-top: 45px; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: 180px;
    grid-gap: 20px;
    /* padding-bottom: 100px; */
  }

  .decor-line {
    height: 0.5px;
    width: 210px;
    border-top: 2px solid #003d6e;
    margin: auto;
  }
}

/* ABOUT  US  SECTION  ENDS  HERE */

/* GALLERY  SECTION  STARTS  HERE */

.gallery-section {
  display: grid;
  /* background-color: #e67309; */
  background-image: linear-gradient(120deg, #948df6 0%, #fcc38e 100%);
  padding: 80px;
  height: auto;
  margin: 0;
}

.gallery-section .header h2 {
  padding-bottom: 50px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: 800;
  font-style: oblique;
}

.gallery-section .more-pics h3 {
  font-size: 25px;
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.717);
}

.gallery-section .more-pics a {
  text-decoration: none;
}

.more-pics h3:hover {
  color: #fff;
  background-color: black;
  transition: 0.5s;
  cursor: pointer;
}

.gallery-grid {
  margin: 0 auto;
  display: grid;
  /* max-width: 1160px; */
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 340px;
  grid-gap: 70px;
}

.gallery-grid-item {
  background-color: rgba(255, 255, 255, 0.826);
  height: auto;
  text-align: center;
  border-radius: 18px;
}

.gallery-grid-item img {
  width: 320px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
}

.gallery-grid-item h2 {
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
}

/* HOVER EFFECTS */
.gallery-section .gallery-grid-item:hover,
.gallery-section.gallery-grid-item:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #000;
  background-color: #ff830f;
  transform: translateY(-0.25em);
  transition: 0.25s;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .gallery-section .header h2 {
    font-size: 30px;
    padding-bottom: 12px;
  }

  .gallery-section .more-pics h3 {
    font-size: 18px;
    margin-top: 20px;
    padding: 12px;
    text-align: center;
    color: rgb(0, 0, 0);
    background-color: #ff7d04;
  }

  .gallery-section {
    padding: 30px;
  }

  .gallery-grid-item img {
    width: 220px;
  }

  .gallery-grid {
    margin: 0 auto;
    display: grid;
    /* max-width: 1160px; */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
  }

  .gallery-grid-item h2 {
    font-size: 12px;
  }
}

/* GALLERY  SECTION  ENDS  HERE */

/* PARTNERS  SECTION  STARTS  HERE */

.partner-section {
  display: grid;
  background-color: #ffffff;
  padding: 100px;
  height: auto;
  width: auto;
  margin: 0;
}

.partner-section .header h2 {
  padding-bottom: 50px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: 800;
  font-style: oblique;
}

.partner-grid {
  margin: 0 auto;
  display: flex;
}

.partner-grid-item img {
  width: 140px;
  padding: 25px;
}

/* HOVER EFFECTS */
.partner-section .partner-grid-item:hover,
.partner-section .partner-grid-item:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #cdd830;
  transform: translateY(-0.25em);
  transition: 0.25s;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .partner-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .partner-section {
    display: grid;
    background-color: #ffffff;
    padding: 50px;
    height: auto;
    width: auto;
    margin: 0;
  }

  .partner-grid-item img {
    width: 80px;
    padding: 10px;
  }

  .partner-section .header h2 {
    font-size: 25px;
    padding-bottom: 10px;
    text-align: center;
    color: rgb(0, 0, 0);
  }
}

/* ______________________________________________DRAG ME DOWN */
h1 {
  text-align: center;
  padding: 20px;
  color: darkred;
}
p {
  text-align: center;
  color: grey;
  padding: 20px;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ___________________________________________________________________________________________________________________ */

footer {
  /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
  /* background: #111; */
  background-image: linear-gradient(180deg, #0d1258 0%, #000000 90%);
  height: auto;
  width: auto;

  padding-top: 40px;
  color: #fff;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-content h3 {
  font-size: 2.1rem;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  line-height: 3rem;
  color: #e67309;
}
.footer-content p {
  max-width: 1000px;
  font-style: normal;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
  color: #cacdd2;
}
.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}
.socials li {
  margin: 0 10px;
}
.socials a img {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.socials a img:hover {
  transform: scale(1.3);
  box-shadow: 0 0.5em 0.5em -0.4em #ffffff;
}

.footer-bottom {
  width: auto;
  /* padding-bottom: 40px; */
  text-align: center;
  background-color: black;
  border-top: 1px solid rgba(255, 255, 255, 0.158);
}

.footer-bottom p {
  float: right;
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
  color: #000;
}
.footer-bottom p a {
  color: #44bae8;
  font-size: 16px;
  text-decoration: none;
}

.footer-bottom p a:hover {
  color: #e67309;
  transition: color 0.4s;
}

.footer-bottom span {
  text-transform: uppercase;
  opacity: 0.4;
  font-weight: 200;
}

.footer-bottom p {
  padding-left: 20px;
}

@media (max-width: 1000px) {
  .footer-menu ul {
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
    width: auto;
  }

  .footer-bottom {
    font-size: 10px;
  }

  .footer-bottom p {
    font-size: 10px;
  }
  .footer-bottom p a {
    font-size: 10px;
  }

  .footer-content p {
    font-size: 10px;
    line-height: 14px;
    margin: 10px 10px;
  }

  .socials img {
    /* font-size: 0.1rem; */
    width: 20px;
    height: 20px;
  }

  .socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .terms {
    margin-left: 10%;
  }
}

.address-container {
  margin: 0 auto;
  display: inline-flex;

  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 340px;
  grid-gap: 70px; */
}

.address-itm iframe {
  border-radius: 18px;
}

.address-itm h2 {
  padding-bottom: 20px;
  color: #e67309;
}

.address-itm {
  text-align: left;
  /* display: inline-block; */
  padding: 20px;
}

.address-itm span {
  line-height: 20px;
}

.address-itm a {
  text-decoration: none;
  color: white;
}

.address-itm a:hover {
  color: #003d6e;
  transition: color 0.4s;
}

@media (max-width: 767px) {
  .address-container {
    font-size: 14px;
  }
  .address-container {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .address-itm {
    margin-left: 10%;
  }

  .address-container span {
    font-size: 12px;
  }

  .address-container iframe {
    width: 250px;
    height: 200px;
  }
}

/* _________________________CONTACT SECTION____________________________________ */
