

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  box-sizing: border-box;
}


body {

  
	/*background-image: url("images/bg.png");*/
 /* background-image: url("images/bgAbout.Jpg");
  background-repeat: no-repeat;
  background-size: 100vw 100vh ; */
  background: linear-gradient(90deg,rgba(242, 242, 242, 1) 0%, rgba(164, 169, 252, 0.4) 50%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  height: 100%;
}





/* Nav bar */ 


.navbar {
  position: sticky;
  opacity: 90%;
  background-color: transparent;
  top: 0;
  z-index: 10;
  transition: background-color 0.4s ease;


}

.logo {

  text-align: center;
  transition: 0.4s ease;
  /* filter: invert(1); */

}

.logo img {

  width: 30vw;
  height: auto;
  margin-top: 0vh;
  margin-bottom: 0.5vh;
  transition: 0.4s ease;
  filter: drop-shadow(0 0 2rem #fbbaab);
}

.menu {

  text-align: center;
  transition: 0.4s ease;
  margin-top: -8vh;
  margin-bottom: 15vh;
  display: flex;
  justify-content: space-between;
}

.menu a {

  text-decoration: none;
  color: grey;
  margin: 3vw;
  font-size: 22px;
  text-shadow: 0px 0px 40px black;
  transition: 0.4s ease;
}


.menu-left {

  text-align: left;
  transition: 0.4s ease;
  display: inline-block;

}

.menu-right {

  text-align: right;
  transition: 0.4s ease;
  display: inline-block;
}



.on-scroll {
  position: sticky;
  transition: 0.8s ease;
  margin-left: -3vw;
  filter: drop-shadow(-5px 5px 15px black);
  opacity: 90%;
}





/*vertical menu transition*/

.on-scroll .logo {

  display: none;
}

.on-scroll .menu-center {

  display: none;
}


.on-scroll .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 2vh 5vw;
}

/* Stack individual menu sections vertically */
.on-scroll .menu-left,
.on-scroll .menu-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 1vh 0;
  opacity: 1 !important; /* override opacity: 0 on .menu-center */
}

/* Adjust spacing and appearance of links */
.on-scroll .menu a {
  margin: 1vh 0;
  color: black;
  text-shadow: none;
}



/* invert on scroll */

.on-scroll-invert {

  filter: invert(1);
}





/* Responsive Navigation - Mobile First */

.menu-toggle {
  display: none;
  font-size: 28px;
  color: grey;
  cursor: pointer;
  position: absolute;
  top: 2vh;
  right: 5vw;
  z-index: 20;
}

/* Show toggle on small screens */
@media (max-width: 450px) {
  .menu {
    display: none;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 8.5vh;
    left: 0;
    width: 100%;
    padding: 5vh 5vw;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }

  .menu.active {
    display: flex;
  }

  .menu-left, .menu-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
  }

  .menu a {
    margin: 1vh 0;
    font-size: 20px;
    color: black;
    text-shadow: none;
  }

  .menu-toggle {
    display: block;
  }

  .logo img {
    margin-top: 1vh;
    margin-bottom: -4vh;
    width: 70vw;
  }
}





/* ABOUT US */


.about {
  opacity: 95%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: -5vh;

}


.aboutbg  {

  display: flex;
  justify-content: center;

}


.aboutbg img {

  width: 90vw;
  height: 30vh;
  border-radius: 10px;
  filter: brightness(0.8);


}


.aboutus {
  opacity: 90%;
  text-align: center;
  /*margin-top: -100vh;*/
  

}


.mission {
  
  text-align: center;
  /*margin-top: -100vh;*/
  background-color: black;
  display: flex;
  flex-direction: row-reverse ;
  

}


.commitment {
  
  text-align: center;
  /*margin-top: -100vh;*/
  background-color: black;
  display: flex;
  flex-direction: row ;
  

}

.title {

  z-index: 5;
  font-size: 8rem;
  color: white;
  text-align: center;
  font-family: "Voces", sans-serif;
  position: absolute;
  margin-top: 7vh;
}




.mission .about-text .main {

  font-size: 5rem;
  color: black;
  font-family: "Voces", sans-serif;
  filter: invert(1);
  padding-top: 10vh;
  opacity: 90%;
}


.commitment .about-text .main {

  font-size: 5rem;
  color: black;
  font-family: "Voces", sans-serif;
  filter: invert(1);
  padding-top: 10vh;
  opacity: 90%;
}




.aboutus .about-text .subtext {

  color: black;
  /*background-image: linear-gradient(to right, rgba(13, 75, 75, 0.1), rgba(13, 75, 75, 0.3), rgba(13, 75, 75, 0.1) );*/
  margin-top: 5vh;
  margin-bottom: 10vh;
  font-size: 1.5vw; 
  word-wrap: break-word;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 2%;
  font-family: "Voces", sans-serif;

}


.mission .about-text .subtext {

  color: black;
  /*background-image: linear-gradient(to right, rgba(13, 75, 75, 0.1), rgba(13, 75, 75, 0.3), rgba(13, 75, 75, 0.1) );*/
  margin-top: 25px;
  font-size: 1.5vw; 
  word-wrap: break-word;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 2%;
  filter: invert(1);
  padding-bottom: 5vh;
  opacity: 90%;
  font-family: "Voces", sans-serif;
}


.commitment .about-text .subtext {

  color: black;
  /*background-image: linear-gradient(to right, rgba(13, 75, 75, 0.1), rgba(13, 75, 75, 0.3), rgba(13, 75, 75, 0.1) );*/
  margin-top: 25px;
  font-size: 1.5vw; 
  word-wrap: break-word;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 2%;
  filter: invert(1);
  padding-bottom: 5vh;
  opacity: 90%;
  font-family: "Voces", sans-serif;
}




.about-img {

  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 3vh;
  margin-bottom: -5vh;



}


.about-img img {

  border-radius: 50px;
  width: 15vw;
  height: auto;

}

.img2 img {

  height: 30vh;
  width: auto;

}


.img1 , .img2 , .img3 {

  margin-right: 5vw;
  margin-left: 5vw;
  margin-bottom: 10vh;
  filter: drop-shadow(0 0 8rem #fbbaab);
}



.mission-img {
  padding-top: 5vh;
  padding-bottom: 5vh;
  margin-left: 15vw;
  margin-right: -10vw;
  filter: drop-shadow(0 0 2rem #fbbaab);
}

.mission-img img {

  width: 20vw;
  height: auto;
  border-radius: 50px;
}



.commitment-img {
  padding-top: 5vh;
  padding-bottom: 5vh;
  margin-right: 15vw;
  margin-left: -10vw;
  filter: drop-shadow(0 0 2rem #fbbaab);
}

.commitment-img img {

  width: 20vw;
  height: auto;
  border-radius: 50px;
}


/* Responsive */


@media (max-width: 450px) {
  
  .about {
    margin-top: 8vh;
    margin-bottom: 8vh;
    opacity: 90%;
  }


  .title {

    margin-top: 2vh;
    z-index: 5;
    font-size: 4rem;
    color: white;
    text-align: center;
    font-family: "Voces", sans-serif;
    position: absolute;
    
  }


  .aboutbg img {

    width: 90vw;
    height: 15vh;
    border-radius: 10px;
    filter: brightness(0.8);

  }



  .aboutus .about-text .subtext {

    color: black;
    /*background-image: linear-gradient(to right, rgba(13, 75, 75, 0.1), rgba(13, 75, 75, 0.3), rgba(13, 75, 75, 0.1) );*/
    margin-top: 3vh;
    margin-bottom: 10vh;
    font-size: 4vw; 
    word-wrap: break-word;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 2%;
    font-family: "Voces", sans-serif;

  }


  .about-img {

    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
    filter: drop-shadow(0 0 8rem #fbbaab);
    margin: 0;

  }


  .about-img img {

    border-radius: 10px;
    width: 30vw;
    height: auto;

  }


  .img1 , .img2 , .img3 {
    filter: none;
    margin-bottom: 5vh;
  }





  .mission {
  
    text-align: center;
    /*margin-top: -100vh;*/
    background-color: black;
    display: flex;
    flex-direction: column ;
    

  }


  .commitment {
  
    text-align: center;
    /*margin-top: -100vh;*/
    background-color: black;
    display: flex;
    flex-direction: column ;
    

  }

  .mission .about-text .main {

    font-size: 3rem;
    color: black;
    font-family: "Voces", sans-serif;
    filter: invert(1);
    padding-top: 10vh;
    opacity: 90%;
  }


  .commitment .about-text .main {

    font-size: 3rem;
    color: black;
    font-family: "Voces", sans-serif;
    filter: invert(1);
    padding-top: 10vh;
    opacity: 90%;
  }

  
  .mission .about-text .subtext {

    color: black;
    /*background-image: linear-gradient(to right, rgba(13, 75, 75, 0.1), rgba(13, 75, 75, 0.3), rgba(13, 75, 75, 0.1) );*/
    margin-top: 25px;
    font-size: 1rem; 
    word-wrap: break-word;
    margin-left: 15%;
    margin-right: 15%;
    border-radius: 2%;
    filter: invert(1);
    padding-bottom: 5vh;
    opacity: 90%;
    font-family: "Voces", sans-serif;
  }


  .commitment .about-text .subtext {

    color: black;
    /*background-image: linear-gradient(to right, rgba(13, 75, 75, 0.1), rgba(13, 75, 75, 0.3), rgba(13, 75, 75, 0.1) );*/
    margin-top: 25px;
    font-size: 1rem; 
    word-wrap: break-word;
    margin-left: 15%;
    margin-right: 15%;
    border-radius: 2%;
    filter: invert(1);
    padding-bottom: 5vh;
    opacity: 90%;
    font-family: "Voces", sans-serif;
  }


  .mission-img {

    margin: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
    filter: drop-shadow(0 0 2rem #fbbaab);
  }

  .mission-img img {

    width: 50vw;
    height: auto;
    border-radius: 10px;
  }




  .commitment-img {

    padding-top: 5vh;
    padding-bottom: 5vh;
    margin: 0;
    filter: drop-shadow(0 0 2rem #fbbaab);
  }

  .commitment-img img {

    width: 50vw;
    height: auto;
    border-radius: 10px;
  }





}





/* LOGO CAROUSELL */


@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 1vw 0px;
  white-space: nowrap;
  position: relative;
  background-color: black;

}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  
}

.logos:after {
  right: 0;
  
}

.logo_items {
  display: inline-block;
  animation: 45s slides infinite linear;
}



.logo_items img{
  height: 5vh;
  width: auto;
  padding: 0px 20px;
  opacity: 90%;
}




/* FOOTER */

.footer {

  display: flex;
  
  position: relative;
  width: 100%;
  height: auto;
  background-color: black;

}

.footer-logo {

  filter: invert(1);
  margin-left: 3%;
  width: 50vw;
  height: auto;
  margin-top: 3%;

}

.footer-logo img {

  width: 100%;
  height: auto;
  opacity: .8;
}


.col-1 {

  margin-top: 5vh;
  margin-bottom: 5%;
  margin-left: 15%;

}


.fot-title {

  font-size: 3vh;
  color: grey;
  font-family: 'Philosopher', sans-serif;

}


.fot-link {
  position: relative;
  text-decoration: none;
  color: #666;
  opacity: .8;
  font-size: 2.5vh;
  font-family: 'Philosopher', sans-serif;

}

.fot-link:hover {

  color: #e38f46 ;
}

.fot-link::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #A48111;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}

.fot-link:hover::before {
  transform: scaleX(1);
}


.col-2 {

  margin-left: 15%;
  margin-top: 5vh;
}

.fot-info {

  font-family: 'Philosopher', sans-serif;
  color: #666;
  font-size: 2.5vh;
  opacity: .5;


}

.col-3 {

  position: relative;
  margin-top: 5vh;
  margin-left: 15%;
}

.social {

  width: 15%;
  height: auto;
}





/* Hover underline animation */

.underline:hover {

  color: #000 ;
}

.underline::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}

.underline:hover::before {
  transform: scaleX(1);
}




/*Responsive*/


@media (max-width: 450px) {

  .footer-logo {
    display: none;
  }

  .social {

    display: none;
  }





}












