@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Sora", sans-serif;
  line-height: 1.6;
  background-color: #000;
}

/* Header */
.header {
  padding: 10px 0px;
}

.header img {
  width: auto;
  height: 40px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

.header nav a {
  text-decoration: none;
  color: #fece02;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0px;
}

header .mob-logo {
  display: none;
}

.header nav .nav-menus a {
  margin-left: 30px;
}

/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 19px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s ease;
}

/* Banner */
.banner {
  position: relative;
}

.banner img {
  width: 100%;
  display: block;
  height: 100vh;
}

/*about*/
.about {
  padding: 50px 0px 0px;
  text-align: center;
}

.about h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
}

.about p {
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.about-img {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.about-img img {
  max-width: 100%;
  border-radius: 5px;
}

.donate-btn {
  display: block;
  background: #fece02;
  border: none;
  padding: 10px 13px;
  border-radius: 30px;
  color: #002234;
  cursor: pointer;
  font-size: 16px;
  width: 200px;
  font-weight: 700;
  margin: 10px auto 30px;
  text-decoration: none;
  text-align: center;
}

.donate-btn:hover {
  color: #002234;
}

/* mission */
.mission {
  padding: 50px 0px 50px;
}

.mission h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
}

.mission p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.mission-img img {
  height: auto;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}

.mission h3 {
  border: 1px solid #fece02;
  color: #fece02;
  border-radius: 10px;
  padding: 20px;
  font-size: 15px;
  margin: 0px;
  height: 100%;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*toll-free*/
.toll-free {
  padding: 30px 0px;
  text-align: center;
  background-color: #fece02;
}

.toll-free p {
  font-size: 40px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  color: #000;
  margin: 0px;
}

.toll-free p a {
  color: #000;
  font-size: 40px;
  font-family: "Anton", sans-serif;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

/*date-time*/
.date-time {
  padding: 50px 0px 50px;
}

.date-time h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
}

.date-time p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.date-main .date-col {
  width: 49%;
  display: inline-block;
}

.date-main .date-col:last-child {
  padding-left: 50px;
  border-left: 1px solid #726c6c;
}

.date-main .date-col p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.date-main .date-col p img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/*  */


.image-section img {
  width: 100%;
  height: 538px;
  border-radius: 10px;
}

/* Footer */
footer {
  padding: 20px 0px 10px;
  border-top: 1px solid #eeeeee4a;
}

.center-img img {
  width: 60px;
  height: 60px;
}

.footer {
  display: flex;
  justify-content: space-between;
}

.footer-links h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

footer .logo img {
  max-width: 150px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.footer-links a:hover {
  color: #fece02;
}

.contact img {
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}

.footer-links.social-link a {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 100px;
  vertical-align: middle;
  padding: 4px 3px;
}

.footer-links.social-link a img {
  height: 20px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .header nav a:hover {
    color: #fece02 !important;
  }

  header {
    padding-top: 5px;
    position: relative;
  }

  header .mob-logo {
    display: block;
  }

  nav {
    overflow: hidden;
    top: 64px;
    position: fixed;
    height: calc(100vh - 30px) !important;
    background: #000;
    left: -100vw !important;
    transition: all 0.5s ease;
    padding: 10px 20px;
    margin: 0;
    display: block !important;
    visibility: hidden;
    width: 95% !important;
    z-index: 9;
  }

  nav.active {
    left: 0 !important;
    transition: all 0.3s ease;
    visibility: visible;
    max-height: 100vh;
    opacity: 1;
  }

  header nav a {
    padding: 10px 0;
    display: block;
    width: 100%;
    color: #fff !important;
    margin-left: 0px !important;
  }

  .header {
    position: relative;
  }

  .menu-toggle {
    display: flex;
    position: absolute;
    right: 10px;
    top: 15px;
  }

  header .logo {
    display: none;
  }

  .banner img {
    height: auto;
  }

  /* Animate hamburger into X */
  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .footer {
    display: block;
  }

  .footer-links {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 20px;
    text-align: center;
  }

  .footer-links.contact a {
    display: inline-block;
    width: 42%;
  }

  .date-main .date-col {
    width: 100%;
  }

  .date-main .date-col:last-child {
    padding: 0px;
    border: none;
  }

  .image-section img {
    height: auto;
  }

  .mission {
    padding: 10px 0px 10px;
  }
}

@media (max-width: 374px) {
  .footer-links.contact a {
    display: inline-block;
    width: 49%;
    font-size: 12px;
  }
}