body {
  font-family: 'Montserrat';
  line-height: 1.6;
  color: #000000;
}

h2 {
  font-size: 62px;
}

header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}

.header {
  background-color: var(--rgb49-49-49);
}

.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  min-height: 108px;
  margin: 0 auto;
  padding: 0 1rem;
  z-index: 1;
}

.dropdown {
  margin-right: 3.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.dropdown:hover {
  color: var(--rgb250-212-80);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #313131;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #313131;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.resp-nav {
  display: none;
}

.nav-links .icon {
  display: none;
}

.logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  height: 130px;
  background-color: #ffffff;
  z-index: 2;
}

.logo {
  margin-top: 10px;
  margin-left: 30px;
  height: 110px;
  z-index: 3;
}

.logo-resp {
  position: absolute;
  height: 100px;
  border: #ffffff solid 5px;
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  margin-left: 190px;
  padding: 0;
}

.nav-links a,
.nav-links2 a {
  margin-right: 3.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links2 a:hover {
  color: var(--rgb250-212-80);
}

.search-donate {
  display: flex;
  align-items: left;
}

.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 4rem;
}

.donate-btn {
  background-color: var(--rgb250-212-80);
  color: #313131;
  padding: 0.5rem 1.4rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  width: 235px;
  height: 55px;
  margin-right: 1.2rem;
  transition: background-color 0.3s ease;
  text-align: center;
}

.donate-btn:hover {
  background-color: #ffffff;
}

.hero {
  background-image: url("img/header/title.JPG");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 130px;
  font-weight: 700;
  line-height: 130px;
}

.hero .highlight {
  color: var(--rgb250-212-80);
}

.hero .subheadline {
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 1rem;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 9px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  height: 65px;
  width: 270px;
  transition: background-color 0.3s ease;
}

.btn-primary {
  background-color: var(--rgb54-160-202);
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #2c8cb3;
}

.btn-secondary {
  background-color: var(--rgb250-212-80);
  color: #313131;
}

.btn-secondary:hover {
  background-color: #ffffff;
}

.intro {
  max-width: 1600px;
  margin: 10rem auto;
  text-align: center;
  margin-bottom: 200px;
}

.intro h2 {
  font-size: 62px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 4rem;
  line-height: 70px;
}

.volunteer-areas {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 4rem auto;
  gap: 2rem;
  margin-bottom: 150px;
}

.area {
  flex: 1;
  text-align: left;
  min-height: 550px;
}

.area-image {
  background-color: #ffaafc;
  height: 300px;
  border-radius: 9px;
  margin-bottom: 1rem;
}

.area h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.seperator {
  position: absolute;
  width: 100%;
}

.seperator img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 1200px;
}

.read-more {
  text-decoration: none;
  font-weight: 100;
  font-size: 18px;
}

.team {
  background-color: #ffffff;
  padding: 4rem 0;
  margin-bottom: 200px;
  margin-top: 250px;

  max-width: 1400px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10rem auto;
}

.team h2 {
  font-size: 62px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 4rem;
  line-height: 70px;
}

.team h3 {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000000;
}

.team-members {
  gap: 4rem;
  margin-top: 2rem;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.team-member {
  flex: 1;
}

.team-member img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-bottom: 0rem;
}

.toFront {
  flex: 1;
  align-content: center;
  width: 400px;
  position: absolute;
  z-index: 2;
}

.fade {
  flex: 1;
  -webkit-mask-image: linear-gradient(to bottom, black 10%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  border-radius: 0 !important;
  position: absolute;
  z-index: 1;
}

.team-member-backlayer {
  border-radius: 0 !important;
  margin-top: 60px;
  width: 400px !important;
}

.team-more-btn {
  margin-top: 10px;
}

.team-more-btn svg {
  cursor: pointer;
}

.team-more-btn svg path {
  fill: #000000 !important;
}

.team-more-btn svg :hover {
  fill: #f8c742;
}

.projects {
  max-width: 1400px;
  margin: 4rem auto;
  text-align: center;
  margin-bottom: 200px;
}

.projects h2 {
  font-size: 62px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 2rem;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.project-card {
  background-color: #ffffff;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 400px;
  text-align: left;
}

.project-image {
  background-color: #b1ffaa;
  height: 200px;
}

.project-card h3 {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem;
  height: 100px;
}

.project-card a {
  margin-top: 0;
  margin-left: 20px;
  font-size: 14px;
}

.project-card div img {
  margin-left: 20px;
}

.project-card span {
  color: red;
}

.location {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
  text-align: left;
  margin-bottom: 200px;
}

.location h2 {
  font-size: 62px;
  margin-bottom: 1.5rem;
  font-weight: bold;
  line-height: 3.5rem;
}

.location p {
  margin-top: 10px;
  margin-bottom: 25px;
}

.location-text {
  width: 500px;
  line-height: 1.8rem;
  margin-bottom: 30px;
  margin-left: 30px;
}

.location-map {
  position: relative;
  margin-right: 50px;
  width: 500px;
  height: 440px;
  display: flex;
  justify-content: right;
}

.location-map-img {
  float: right;
  align-self: center;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  z-index: 2;
}

.location-backshape {
  margin-right: 10px;
  position: absolute;
  z-index: 1;
}

.map {
  background-color: #ffaafc;
  height: 400px;
  max-width: 800px;
  margin: 2rem auto;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing {
  max-width: 1380px;
  justify-content: center;
  align-items: center;
  margin: 4rem auto;
  text-align: center;
  margin-bottom: 200px;
}

.pricing-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing h2 {
  font-size: 62px;
  font-weight: bold;
  line-height: 5rem;
  margin-bottom: 2rem;
}

.pricing h3 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 40px;
  line-height: 2rem;
}

.pricing p {
  margin-bottom: 40px;
}

.pricing-content {
  display: none;
  min-height: 700px;
}

.pricing-image {
  flex: 1;
  background-color: #ffaafc;
  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
  margin-right: 0;
}

.pricing-details {
  flex: 1;
  text-align: left;
  background-color: #f2f2f2;
  border-bottom-right-radius: 9px;
  border-top-right-radius: 9px;
  margin-left: 0;
  align-content: center;
}

.pricing-prev {
  margin-right: 30px;
}

.pricing-next {
  margin-left: 30px;
}

.pricing-prev,
.pricing-next {
  flex: 1;
}

.pricing-prev svg,
.pricing-next svg {
  cursor: pointer;
}

.pricing-prev svg path,
.pricing-next svg path {
  fill: #000000 !important;
}

.pricing-prev svg :hover,
.pricing-next svg :hover {
  fill: #f8c742;
}

.active,
.dot:hover {
  background-color: #717171;
}

.pricing-fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.gallery {
  max-width: 1600px;
  margin: 4rem auto;
  margin-bottom: 200px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.gallery-item {
  background-color: #ffaafc;
  height: 250px;
  border-radius: 9px;
}

.donate {
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin: 4rem auto;
  text-align: center;
  margin-bottom: 200px;
}

.donate-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.donate-text {
  flex: 1;
  background-color: #f2f2f2;
  padding: 4rem 0;
  text-align: left;

  min-height: 680px;
  border-radius: 9px;
  margin-right: 10px;
}

.donate-image {
  flex: 1;
  background-color: #ffaafc;
  border-radius: 9px;
  margin-left: 10px;
  min-height: 680px;
}

.donate h2 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-left: 40px;
}

.donate img {
  margin-left: 40px;
}

.donate p {
  margin-left: 40px;
  line-height: 30px;
}

.donate-form {
  max-width: 600px;
  margin: 2rem auto;
  margin-left: 40px;
  margin-right: 40px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #fff;
  border-radius: 8px;
}

.form-half {
  width: 49.5% !important;
}

.donate-btn {
  border: none !important;
  font-size: 20px;
}

.footer {
  background-color: #313131;
  color: #ffffff;
  padding: 4rem 0 2rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.footer h3 img {
  height: 5px;
  margin-bottom: 5px;
  margin-left: 12px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  font-weight: 100;
  font-size: 1rem;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
}

.footer-supporter-btn {
  font-size: 20px;
}

.footer-contact p {
  font-weight: 100;
  font-size: 1rem;
  line-height: 30px;
}

.footer-contact a {
  text-decoration: underline;
}

.footer-contact img {
  margin-right: 10px;
}

.footer-bottom {
  max-width: 1600px;
  margin: 2rem auto 0;
  padding: 1rem;
  background-color: #000000;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  font-size: 20px;
  margin-left: 30px;
}

.social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffaafc;
  border-radius: 50%;
  margin-left: 0.5rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 50px;	line-height:1.2;	margin-bottom:30px;
  }    .hero .subheadline{	font-size: 18px;  }

  .intro h2,
  .team h2,
  .projects h2,
  .location h2,
  .pricing h2,
  .donate h2 {
    font-size: 34px;
  }

  .team h3,
  .pricing h3 {
    font-size: 28px;
  }

  .pricing-content,
  .location,
  .donate-content,  .cta-buttons,
  .footer-content {
    flex-direction: column;
    justify-content: center;
  }    .btn{	align-self:center  }

  .hero .btn{
      font-size: 20px;
  }

  body {
    font-size: 22px;
  }

  h2 {
    font-size: 42px;
  }

  .footer-content>div {
    margin-bottom: 2rem;
  }    .location-text,  .location-map{	width:380px;  }    .pricing-prev,  .pricing-next {	  margin-right: 0px;	  margin-left: 0px;	}		.donate-image{		min-width: 400px;		min-height: 250px;		margin-left: 0px;	}
}

@media (max-width: 1320px) {
  .volunteer-areas,
  .team-members {
    flex-direction: column;
    justify-content: center;
  }
.area-image{
   height: 300px;
   width: 300px;
}

.area-image img{
    height: 100%;
    width: 100%
  }


  .team-member {
    align-self: center;
  }
}

@media screen and (max-width: 1620px) {

  .search-donate,
  .nav-links2 a:not(:first-child),
  .dropdown {
    display: none;
  }

  .nav-links2 a.icon {
    font-size: 40px;
    float: right;
    display: block;
    margin-top: 15px;
  }

  .main-nav {
    display: none;
  }

  .resp-nav {
    display: block;
  }

  header {
    min-height: 90px;
  }
}

@media screen and (max-width: 1620px) {
  .nav-links2.responsive {
    position: relative;
  }

  .nav-links2.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .nav-links2.responsive a:not(:first-child),
  .dropdown.responsive {
    float: none;
    display: block;
    text-align: right;

  }

  .dropdown-content-resp {
    display: none;
  }

  .dropdown-content-resp.responsive {
    float: none;
    display: block;
    text-align: right;
  }

  .second-child {
    margin-top: 70px;
  }
}