* {
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  margin: 0;
}

.navbar {
  background-color: #264653;
  display: flex;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar-link {
  text-decoration: none;
}

.navbar-item {
  -webkit-font-smoothing: antialiased;
  background-color: #264653;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 0;
  padding: 22px;
  text-transform: uppercase;
}

.navbar-item:hover {
  background-color: #005f73;
  cursor: pointer;
}

#mobile-nav-modal {
  display: none;
}

.mobile-nav-btn {
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

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

.dropdown-content a {
  color: #444;
  display: block;
  padding: 1px 12px;
  text-decoration: none;
}

.dropdown-content h4 {
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
}

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

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

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.slider {
  align-items: center;
  background-image: url("../images/flowers.jpeg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 500px;
  justify-content: center;
  margin-top: 62px;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.slider-img-our-projects {
  background-image: url("../images/our-projects/2-our-projects-a.jpg");
}

.slider-img-meet-the-team {
  background-image: url("../images/meet-the-team/3-meet-the-team-a.jpg");
  background-position: center;
}

.slider-img-how-you-can-help-us {
  background-image: url("../images/how-you-can-help-us/4-how-you-can-help-us-a.jpg");
}

.slider-img-contact-us {
  background-image: url("../images/contact-us/5-contact-us-a.jpg");
  background-position: center bottom;
}

.slider-img-lentegeur-market-garden {
  background-image: url("../images/lentegeur-market-garden/a-lentegeur-market-garden.jpg");
  background-position: center;
}

.slider-img-rose-parent-project {
  background-image: url("../images/rose-parent-project/rose-parent-project-1.jpg");
  background-position: center;
}

.slider-img-id-project {
  background-image: url("../images/id-project/id-project-1.jpeg");
  background-position: center;
}

.slider-img-ems {
  background-image: url("../images/ems/ems-1.jpg");
  background-position: center;
}

.slider-img-wheelchair-project {
  background-image: url("../images/wheelchair/wheelchair-1.jpeg");
  background-position: center;
}

.slider-title-1 {
  text-shadow: 2px 2px 6px rgb(0, 0, 0, 0.4);
  color: #fff;
  font-size: 72px;
  line-height: 1;
}

.body-content-wrapper {
  margin: 0 auto;
  max-width: 820px;
  padding: 0 40px 70px;
}

.body-title {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  font-weight: 100;
  margin: 45px 0 5px;
}

.body-sell-line {
  color: #2a9d8f;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 0 0;
}

.body-text {
  font-size: 16px;
  font-weight: 100;
  text-align: justify;
  line-height: 1.5;
}

.body-title-margin-top {
  margin-top: 45px;
}

.body-title-margin-bottom {
  margin-bottom: 15px;
}

.body-image {
  margin: 15px 0;
  width: 100%;
}

.team-main-wrapper {
  align-items: center;
  display: flex;
  gap: 25px;
  margin-top: 60px;
}

.team-main-img {
  height: fit-content;
  width: 155px;
}

.team-main-title {
  margin: 0;
}

.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-member-wrapper {
  margin-bottom: 40px;
}

.team-member-img {
  height: 155px;
  margin-bottom: 3px;
  width: 155px;
}

.team-text {
  font-size: 14px;
  margin: 0;
}

.snapscan-code {
  width: 200px;
}

.footer {
  background-color: #1a1c27;
  display: flex;
  justify-content: space-between;
  color: #fff;
  display: flex;
  padding: 40px 110px 160px;
  width: 100%;
}

.footer-item {
  margin-right: 30px;
}

.footer-section {
  max-width: 290px;
}

.footer-title {
  -webkit-font-smoothing: antialiased;
  color: #ccc;
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 14px;
}

.footer-text {
  -webkit-font-smoothing: antialiased;
  color: #999;
  font-size: 14px;
  font-weight: 100px;
  line-height: 20px;
  margin: 5px 0;
}

.footer-link {
  color: #2a9d8f;
  display: block;
  margin-top: 8px;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .footer {
    flex-direction: column;
  }

  .footer-item {
    margin-right: 0;
  }

  .footer-section {
    max-width: none;
  }

  .footer-contact {
    width: 100%;
  }

  .footer-section {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .navbar {
    display: none;
  }

  .navbar-item {
    background: none;
    border-top: 1px solid #fff;
    width: 100vw;
  }

  .mobile-nav-btn {
    align-items: center;
    background-color: #2a9d8f;
    border-radius: 50%;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    position: fixed;
    right: 20px;
    width: 70px;
  }

  .mobile-nav-btn-burger-line {
    background-color: #fff;
    border-radius: 2px;
    height: 4px;
    margin-bottom: 4px;
    width: 30px;
  }

  .mobile-nav-btn-text {
    color: #fff;
    font-size: 10px;
    margin: 4px 0 0;
  }

  #mobile-nav-modal {
    align-items: center;
    background-color: rgba(42, 157, 143, 0.95);
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .slider {
    margin-top: 0;
  }

  .slider-title-1 {
    font-size: 42px;
  }

  .body-content-wrapper {
    padding: 0 20px 70px;
  }

  .body-title {
    font-size: 24px;
  }

  .body-sell-line {
    font-size: 15px;
  }

  .body-text {
    font-size: 15px;
  }

  .team-main-wrapper {
    align-items: flex-start;
    display: flex;
    gap: 15px;
  }

  .team-main-img {
    width: 142px;
  }

  .team-member-img {
    height: 142px;
    width: 142px;
  }

  .team-text {
    font-size: 13px;
  }

  .snapscan-code {
    width: 120px;
  }

  .footer {
    padding: 40px 30px 160px;
  }
}
