@font-face {
  font-family: "SansArabic";
  src: url("../media/Fonts/Bahij_TheSansArabic-Light.ttf") format("truetype");
  font-weight: 300; /* Light weight */
}
@font-face {
  font-family: "SansArabic";
  src: url("../media/Fonts/Bahij_TheSansArabic-Plain.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "SansArabic";
  src: url("../media/Fonts/Bahij_TheSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "SansArabic";
  src: url("../media/Fonts/Bahij_TheSansArabic-ExtraBold.ttf")
    format("truetype");
  font-weight: bold;
}

body {
  font-family: "SansArabic";
	overflow-x: hidden;
}

header {
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  box-shadow: -10px 0px 20px 0px black;
}

header img {
  width: 100%;
  max-width: 70px;
  cursor: pointer;
}

#mobile-menu {
  position: absolute;
  top: 90px;
  width: 100vw;
  height: 80vh;
  min-height: 720px;
  background-color: #00766d;
  opacity: 0;
  transform: translateX(-500px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
}

#mobile-menu a {
  color: white;
  font-size: 1.5rem;
  padding: 20px 10px;
  width: 100%;
  text-align: end;
  font-weight: bold;
  border-top: black solid 1px;
  padding-left: 20px;
  transition: ease 0.6s all;
}

#mobile-menu a:hover {
  background-color: white;
  color: #00766d;
}

#mobile-menu a:last-child {
  border-bottom: black solid 1px;
}

#section-1 {
  background-image: url("../media/images/hero.png");
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  width: 100vw;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
}

#section-1-b {
  background-image: url("../media/images/section-2-bg.png");
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 20px;
  padding-bottom: 50px;
}

.cta-primary {
  color: #88a847;
  font-weight: bold;
  border: solid 2px #88a847;
  padding: 10px 20px;
  border-radius: 40px;
  transition: all ease 0.6s;
}

.cta-primary:hover {
  background-color: #88a847;
  color: white;
}

#section-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  background-color: #00766d;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

#section-3 {
  padding: 100px 0px;
}

#section-4 {
  padding: 100px 0px;
  background-color: #88a847;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}

#section-5 {
}

#memebers {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#section-6 {
  padding-top: 50px;
  background-color: #00746d;
  padding: 0px 20px;
}

.input-form {
  width: 100%;
  outline: none;
  border: none;
  background: #1a827c;
  margin: 10px 0px;
  padding: 15px 15px;
  color: white;
}

input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

textarea:focus,
input:focus {
  outline: none;
}

#social_icons {
  display: flex;
}

#social_icons img {
  max-width: 40px;
  padding: 0px 3px;
}

#nav-bar {
  padding: 40px 80px;
}

#nav-bar a {
  padding: 0px 10px;
  transition: ease all 0.4s;
  color: #133433;
  font-weight: 600;
}

#nav-bar a:hover {
  color: #88a847;
}

#section-2::before {
  content: "";
  width: 60vw;
  height: 70vh;
  background-image: url(../media/images/section-2-bgg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  bottom: 20px;
  display: none;
}

@media (min-width: 776px) {
  #section-2 {
    flex-direction: row;
  }
  #section-3 {
    padding: 200px 0px;
  }
  #section-4 {
    background-color: #fff;
    background-image: url(/assets/media/images/section-4-b.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1025px) {
  #section-2 {
    background-image: url(/assets/media/images/section-2-bg-b.png);
    background-size: cover;
  }
  #section-2::before {
    display: block;
  }
  #memebers {
    padding: 200px 0px;
  }
  #section-4 {
    height: 80vh;
  }
}

@media (min-width: 1280px) {
  #section-2::before {
    width: 60vw;
    height: 85vh;
    bottom: 0px;
  }
}

@media (min-width: 1536px) {
  #section-2::before {
    width: 60vw;
    height: 100vh;
    bottom: -75px;
  }
}

#section-2-a {
  transform: translateY(-2000px);
}
