@font-face {
  font-family: "oswald_reg";
  src: url(../fonts/Oswalds/Oswald-Regular.ttf);
}

@font-face {
  font-family: "poppins_reg";
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

/* #menu_bar_homepage{
  display: none;
}
 */
 .hide{
  visibility: hidden;
}

.overlay {
width: 100%;
height: 100vh;
position: fixed;
background-color: black;
z-index: 1000;
opacity: 0.9;
display: block;
margin: auto;
top: 0;
font-family: poppins_reg;
}

.overlay_inset {
background-color: white;
width: 60%;
height: auto;
border-radius: 1%;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1001;
margin: 0;
background-image: url('../img/main/small-vecteezy_female-hand-holding-smartphone-against-abstract-light_49627476_small.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.overlay_inset div{
  display: flex;gap:0px;height: auto;padding: 15px;flex-wrap: wrap;justify-content: center;gap:20px;
}

.overlay_inset > div > div{
  border: #282625 0px solid;width: 40%;color: #c56004;font-size: larger;
}


 body{
  margin: auto 0;
}

.auto_menu_bar {
  position: fixed;
  top: -70;
  width: 100%;
  height: 70px;
  background-color: #282625;
  transition: top 0.3s;
  z-index: 1;
  visibility: hidden;
}

.auto_menu_bar ul li {
  display: inline;
  padding: 0px 20px 25px 20px;
  font-family: oswald_reg;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}

.auto_menu_bar ul li a,
.feo_link {
  text-decoration: none;
  color: #efe9e5;
}

/*hero images*/
.hero_img {
  background-image: url("../img/main/hero.jpg");
  background-size: cover;
  height: 800px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 30px;
}

.hero_impact_img {
  background-image: url("../img/impact/success_impact.jpg");
  background-size: cover;
  height: 500px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 30px;
}

.hero_impact_img {
  background-image: url("../img/impact/success_impact.jpg");
  background-size: cover;
  height: 500px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 30px;
}



/*general sty;es*/

a {
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flex_container_hero {
  display: flex;
  justify-content: center;
  gap: 180px;
  padding-top: 40px;
}
.flex_container {
  display: flex;
  justify-content: center;
  gap: 300px;
  padding: 70px 0px 70px 0px;
}
.content_box_hero {
  border: 0px solid black;
  width: 530px;
  height: 450px;
}
.content_box {
  border: 0px solid black;
  border: 0px solid black;
  width: 450px;
  height: 450px;
}

.section {
  height: auto;
}

.text_light {
  font-family: poppins_reg;
  text-align: left;
  font-size: 22px;
  color: white;
}

.text_dark {
  font-family: poppins_reg;
  text-align: left;
  font-size: 22px;
  color: black;
}

.title_light {
  font-family: oswald_reg;
  font-size: 38px;
  color: white;
}
.title_dark {
  font-family: oswald_reg;
  font-size: 38px;
  color: black;
}
.title_scorange {
  font-family: oswald_reg;
  font-size: 38px;
  color: #c56004;
}

.spacer_dark {
  height: 5px;
  width: 40px;
  background-color: black;
}

.spacer_light {
  height: 5px;
  width: 40px;
  background-color: #f9f9f9;
}

.div_button_1 {
  height: 40px;
  width: 180px;
  background-color: #c56004;
  color: #efe9e5;
  text-align: center;
  padding-top: 10px;
  font-family: poppins_reg;
  font-size: 18px;
  font-weight: bolder;
  cursor: pointer;
  margin-top: 40px;
}
.div_button_2 {
  height: 40px;
  width: 180px;
  background-color: #efe9e5;
  color: #282625;
  text-align: center;
  padding-top: 10px;
  font-family: poppins_reg;
  font-weight: bolder;
  font-size: 18px;
  cursor: pointer;
  margin-top: 40px;
}

footer {
  font-family: poppins_reg;
  background-color: #282625;
  color: #c9c9c9;
  height: auto;
  font-size: large;
}

footer > div{
  display: flex;
  justify-content: center;
  gap:20px;
  padding:2%
}

footer > div > div{
  text-align: center;
  width: 20%;
}

footer > div > div > div:nth-child(1){
  color: #fdea0d;
  font-weight: bolder;
  font-size: larger;
  padding-bottom: 10px;
}

#collage {
  margin: 20px 0px 0px -50px;
}

#half_message{
  display: none;
}

/* Hamburger menu styles */
.hamburger-menu {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 10px;
}

.hamburger-menu span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #efe9e5;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

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

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

.mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #282625;
  z-index: 999;
  padding: 20px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.mobile-menu.active {
  display: block;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu ul li {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(239, 233, 229, 0.1);
}

.mobile-menu ul li a {
  display: block;
  font-family: oswald_reg;
  font-size: 20px;
  font-weight: 600;
  color: #efe9e5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mobile-menu ul li a:hover {
  color: #c56004;
}

.mobile-favicon-home{
  display: none;
}


@media only screen and (max-width: 600px) {
   /* Show hamburger menu, hide desktop menu */
   .hamburger-menu {
    display: block;
  }

  .auto_menu_bar #maxmenu {
    display: none;
  }

  .auto_menu_bar {
    position: fixed;
    top: 0;
    height: 70px;
    visibility: visible;
    z-index: 998;
  }

  .auto_menu_bar > div:first-child,
  .auto_menu_bar > div:nth-child(1) {
    position: fixed;
    left: 20px !important;
  }

  .auto_menu_bar > div:last-child {
    display: none;
  }

  /* Adjust logo position on mobile */
  .auto_menu_bar img {
    width: 140px !important;
    margin-top: 10px !important;
  }

  /* Handle about.html menu bar */
  #menu_bar_homepage2 {
    position: fixed;
    top: 0;
    height: 70px;
    visibility: visible;
    z-index: 998;
  }

  .mobile-favicon-home{
    position:relative;height:50px;background-color:#282625;text-align: center;padding-top: 26px;display: block;
  }

  .mobile-favicon-home div:nth-child(1){
    display: none;
  }
  .mobile-favicon-home div:nth-child(2){
    position: absolute;top:24px;left:20px;font-family:poppins_reg;color:#c9c9c9
  }
  
  body {
    width: 100%;
    overflow-x: hidden;
    margin: auto;
  }

  img{
    text-align: center;
  }

  .flex_container img {
    width: 90%;
  }

  .flex_container div {
    width: 90%;
  }

  .flex_container_hero {
    display: flex;
    justify-content: center;
    margin: auto 0;
  }

  .flex_container_hero div:nth-child(1) {
    display: none;
  }

  .flex_container_hero div:nth-child(2) {
    width: 90%;
    display: none;
  }

  .flex_container {
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .flex_container_impact{
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .content_box {
    border: 0px solid black;
    border: 0px solid black;
    width: 90%;
    height: auto;
  }

  .hero_img {
    background-image: url("../img/main/hero.jpg");
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
  }



  #menu_bar_homepage {
    display: none;
  }

  .div_button_2 {
    height: 60px;
  }

  #collage {
    display: inline;
  }

  footer {
    font-family: poppins_reg;
    background-color: #282625;
    color: #c9c9c9;
    height: auto;
    font-size: large;
  }
  
  footer > div{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
  }
  
  footer > div > div{
    text-align: center;
    width: 60%;
  }
  
  footer > div > div > div:nth-child(1){
    color: #fdea0d;
    font-weight: bolder;
    font-size: larger;
    padding-bottom: 10px;
  }

  .center_logo{
    display: none;
  }

  #half_message{
    display: block !important;
    width: 90%;
    margin: auto;
    padding-top: 10px;
    text-align: center;
  }

  .overlay_inset {
    background-color: white;
    width: 90%;
    height: auto;
    border-radius: 1%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    margin: 0;
    background-image: url('../img/main/small-vecteezy_female-hand-holding-smartphone-against-abstract-light_49627476_small.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .overlay_inset div{
    display: flex;gap:0px;height: auto;padding: 2px;flex-wrap: wrap;justify-content: center;
}

  .overlay_inset > div > div{
    border: #282625 0px solid;font-size: larger;width:50%;text-align: center;
}
}