.member .image {
  width: 300px;
  height: 375px;
  overflow: hidden;
}

.dropbtn {
  background-color: transparent;
  padding: 16px 0px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

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

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

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: var(--primary);
}

.dropdown:hover .dropdown-content {
  display: block;
  margin-top: 12px;
  border-radius: 8px;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
}

.video-thumbnail-container {
  position: relative;
  cursor: pointer;
}

.video-thumbnail {
  width: 100%;
  height: auto;
}

ul li > * {
  font-family: var(--font-dm);
}

.play-button,
.play-button-0,
.play-button-1,
.play-button-2,
.play-button-3,
.play-button-4,
.play-button-5,
.play-button-6,
.play-button-7,
.play-button-8 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
}

.play-button::after,
.play-button-0::after,
.play-button-1::after,
.play-button-2::after,
.play-button-3::after,
.play-button-4::after,
.play-button-5::after,
.play-button-6::after,
.play-button-7::after,
.play-button-8::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 25px solid var(--primary);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.modal {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-content {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .mobile-space {
    margin-top: 5rem !important;
  }

  #title-with-filter {
    display: flex;
    flex-direction: column !important;
  }

  #category-selection {
    width: 70% !important;
  }

  .portfolio-item {
    height: auto !important;
  }

  .portfolio-item .modal {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .modal-content {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }

  .modal-content video {
    background-color: transparent;
    width: 100vw;
    height: auto;
  }
}

/*  */

.hero__area-4 .content-2 {
  position: absolute;
  top: 72%;
  left: 100px;
  z-index: 1;
}

.hero__area-4 .content-2 h1 {
  margin-bottom: 16px;
  color: #f4f0ec;
  text-align: left;
  font-size: 7rem;
  line-height: 90%;
}

.hero__area-4 .content-2 p {
  color: #f4f0ec;
  opacity: 0.8;
  font-size: 2rem;
}

p.larger-testmo {
  font-size: 20px !important;
}

.what-we-do-container {
  background-image: url(https://d16hy80hsq9so9.cloudfront.net/what-we-do.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.impact-container {
  background-image: url(https://d16hy80hsq9so9.cloudfront.net/impact.jpg) !important;
  text-align: left !important;
}

.impact-container .body {
  text-align: left !important;
  font-size: 20px !important;
}

.impact-container .body a {
  color: var(--secondary);
}

.impact-container ul li {
  font-size: 20px !important;
}

.impact-container ol li {
  color: var(--white);
  font-family: var(--font-dm);
}

.what-we-do-container .heading {
  margin-top: 10rem;
  font-size: 48px;
}

.what-we-do-container .body {
  width: 65%;
  text-align: center;
  margin-top: 16px;
  font-size: 24px;
}

.feedback-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(https://d16hy80hsq9so9.cloudfront.net/HusseinMohieldin.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.feedback-container .heading {
  font-size: 12rem;
}

.feedback-container .sub-heading {
  font-size: 4rem;
}

.feedback-container .body {
  width: 45%;
  text-align: center;
  margin-top: 16px;
  font-size: 1.8rem;
}

.feedback-container .large-body {
  text-align: center;
  margin-top: 16px;
  font-size: 5rem;
  margin-bottom: 2rem;
}

.methodolgy-container {
  background-image: url(https://d16hy80hsq9so9.cloudfront.net/methodology.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.methodolgy-container .heading {
  margin-top: 10rem;
  font-size: 48px;
  padding-left: 10rem;
}

.methodolgy-container .body {
  width: 35%;
  text-align: left;
  margin-top: 16px;
  font-size: 24px;
  padding-left: 10rem;
}

.methodolgy-2-container {
  background-image: url(https://d16hy80hsq9so9.cloudfront.net/methodology-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 110vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.methodolgy-2-container .heading {
  margin-top: 10rem;
  font-size: 48px;
  padding-left: 10rem;
}

.methodolgy-2-container .body {
  width: 35%;
  text-align: left;
  margin-top: 16px;
  font-size: 24px;
  padding-left: 10rem;
}

.why-we-work-container {
  background-image: url(https://d16hy80hsq9so9.cloudfront.net/corporate-5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.why-we-work-container .heading {
  margin-top: 15rem;
  font-size: 48px;
  padding-left: 10rem;
}

.why-we-work-container .body {
  width: 35%;
  text-align: left;
  margin-top: 16px;
  font-size: 24px;
  padding-left: 10rem;
}

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

.cta__area-2 {
  background-image: linear-gradient(rgba(0, 75, 70, 1),rgba(0, 75, 70, 0.9), rgba(0, 75, 70, 1)),
    url(/assets/imgs/waves.jpg);
  transform: translateY(30px);
  z-index: -1;
}

.cta__area-22 {
  background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1)),
  url(/assets/imgs/waves.jpg);
  transform: translateY(30px);
  z-index: -1;
}

#three-video-covers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

#three-video-covers .item {
  margin-left: 1rem;
}

.container-with-main-image {
  height: 115vh;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-with-main-image .headings,
.container-with-main-image .sub-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.container-with-main-image .sub-content .sub-content-title {
  font-size: 3rem;
}

.container-with-main-image .sub-content .sub-content-sub-title {
  font-size: 1.5rem;
}

.container-with-main-image .headings h1 {
  margin-bottom: 1rem;
  font-size: 48px;
}

.partnership-section {
  height: 100vh;
  background-color: #005950;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.partnership-section h1,
.partnership-section p {
  color: var(--white);
}

.partnership-section p {
  width: 45%;
  font-size: 1.8rem;
  margin-top: 16px;
  margin-bottom: 24px;
}

.partnership-section a {
  font-size: 2rem;
  margin-top: 24px;
}

.desktop-only {
  display: inline-block;
}

.mobile-only {
  display: none;
}

.desktop-menu-item {
  color: var(--white);
  font-size: large;
  font-family: var(--font-dm);
}

.desktop-menu-item-secondary {
  color: var(--primary);
  font-size: large;
  font-family: var(--font-dm);
}

.desktop-menu-item:hover {
  color: var(--secondary);
}

.desktop-menu-item-secondary:hover {
  color: var(--green);
}

/* Media Q */
@media (max-width: 767px) {
  .impact-container {
    height: fit-content;
    padding-bottom: 24px;
  }

  .impact-container .body , .impact-container span , .impact-container ul li {
    font-size: 1rem !important;
  }

  .impact-container ul li {
    margin-left: 20px;
  }

  .offcanvas__menu-2 .menu-item a {
    text-transform: none !important;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: inline-block;
  }

  .partnership-section {
    height: auto;
    padding: 3rem 0;
  }

  .partnership-section p {
    font-size: 1.2rem;
    width: 90%;
  }

  .partnership-section a {
    font-size: 1.2rem;
    margin-top: 24px;
  }

  .container-with-main-image {
    height: 90vh;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-with-main-image .headings,
  .container-with-main-image .sub-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
  }

  .container-with-main-image .headings h1 {
    font-size: 40px;
  }

  .container-with-main-image .sub-content .sub-content-title {
    font-size: 2rem;
  }

  .container-with-main-image .sub-content .sub-content-sub-title {
    font-size: 1rem;
  }

  .small-heigh-mobile {
    height: 50vh !important;
    padding: 0.5rem;
  }

  #three-video-covers {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  #three-video-covers .item {
    margin-top: 2rem;
    margin-left: 0px;
  }

  .sub-title {
    font-size: 20px;
  }

  .hero__area-4 {
    height: 100vh;
  }

  .hero__area-4 .content-2 {
    position: absolute;
    top: 90%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
  }

  .hero__area-4 .content-2 h1 {
    color: white;
    text-align: center;
    font-size: 3rem;
  }

  .hero__area-4 .content-2 p {
    text-align: center;
    font-size: 1.2rem;
  }

  p.larger-testmo {
    font-size: 14px !important;
  }

  .faq__left p {
    margin-bottom: 30px;
    width: 100% !important;
  }

  .what-we-do-container {
    padding-top: 5rem;
  }

  .what-we-do-container .heading {
    margin-top: 5rem;
    font-size: 40px;
  }

  .what-we-do-container .body {
    width: 90%;
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
  }

  .methodolgy-container {
    background-image: url(https://d16hy80hsq9so9.cloudfront.net/methodology.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }

  .methodolgy-container .heading {
    padding-left: 0px;
    margin-top: 5rem;
    font-size: 40px;
  }

  .methodolgy-container .body {
    padding-left: 0px;
    width: 80%;
    text-align: center;
    margin-top: 16px;
    font-size: 20px;
  }

  .feedback-container {
    background-position: right;
  }

  .feedback-container .heading {
    font-size: 8rem;
  }

  .feedback-container .sub-heading {
    font-size: 1.8rem;
  }

  .feedback-container .body {
    width: 90%;
    text-align: center;
    margin-top: 16px;
    font-size: 1.5rem;
  }

  .feedback-container .large-body {
    text-align: center;
    margin-top: 16px;
    font-size: 3.2rem;
  }

  .methodolgy-2-container {
    background-image: url(https://d16hy80hsq9so9.cloudfront.net/methodology-2-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }

  .methodolgy-2-container .heading {
    padding-left: 0px;
    margin-top: 5rem;
    font-size: 40px;
  }

  .methodolgy-2-container .body {
    padding-left: 0px;
    width: 80%;
    text-align: center;
    margin-top: 16px;
    font-size: 20px;
  }

  .why-we-work-container {
    background-image: url(https://d16hy80hsq9so9.cloudfront.net/corporate-5-mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: center;
    flex-direction: column;
  }

  .why-we-work-container .heading {
    padding-left: 0px;
    margin-top: 5rem;
    font-size: 35px;
  }

  .why-we-work-container .body {
    padding-left: 0px;
    width: 80%;
    text-align: center;
    margin-top: 16px;
    font-size: 20px;
  }
}
