

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


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


body {

  background: linear-gradient(#ffdad5,#fff7f9);

}






/* Nav bar */ 


.navbar {
  position: sticky;
  opacity: 90%;
  background-color: transparent;
  top: 0;
  z-index: 10;
  margin-bottom: 5vh;
  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;
}

.menu {

  text-align: center;
  transition: 0.4s ease;
  margin-top: -8vh;
  margin-bottom: 8vh;
  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;
  }
}







/*Contact*/


.contact {

  display: flex;
  flex-direction: row;
  height: 100vh;
  margin-bottom: -15vh;
}

.form {

  display: flex;
  text-align: center;
  justify-content: space-evenly;
  height: 100vh;
  margin-top: 20vh;
  margin-left: 20vw;
  margin-right: 10vw;

}

.left {

  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5vh;
}

.pic img {

  height: 70vh;
  width: auto;
 
}


.git {
  margin-top: -5vh;
  font-size: 3rem;
  color: #a363aa;
  font-weight: 600;
  font-family: "outfit";

}


.hr {
  border: none;
  width: 15vw;
  height: 0.5vh;
  background-color: #a363aa;
  border-radius: 10px;
  margin-bottom: 5vh;
}


.contact-input {

  width: 20vw;
  height: 6.5vh;
  border: none;
  outline: none;
  padding-left: 1vw;
  font-weight: 500;
  color: #666;
  border-radius: 50px;
}

.left textarea {

  height: 10vh;
  padding-top: 2vh;
  border-radius: 20px;
}

.contact-input:focus {

  border: 2px solid #ff994f;
}


.contact-input::placeholder {

  color: #a9a9a9;
}


.left button {

  display: flex;
  align-items: center;
  padding: 1vh 2vw;
  font-size: 2rem;
  color: #fff;
  gap: 1vh;
  border: none;
  border-radius: 50px;
  background: linear-gradient(270deg, #7f9afa,#2c4cbf);
  cursor: pointer;
}



/*RESPONSIVE*/ 

@media (max-width: 450px) {

  .contact-input {

    width: 80vw;
  }

  .pic {

    display: none;
  }

  .form {
    margin-top: 10vh;
    margin-left: 10vw;
  }


  .hr {

    margin-left: 19vw;
    width: 40vw;
  }

  .contact-input::placeholder {
    padding-left: 3vw;
    color: #a9a9a9;
  }


}



/*Hiring*/

.hiring {

  background: linear-gradient(180deg,rgba(221, 255, 217, 1) 0%, rgba(255, 249, 240, 1) 100%);
  height: 100vh;
}



.hiring-text {

  text-align: center;
  font-size: 4rem;
  font-family: "outfit";
  padding-top: 10vh;
}

.hiring-flex {

  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 3vw;
}



.hir1, .hir2 {

  height: 50vh;
  width: auto;
}

.hir1 {

  margin-right: 5vw;
}

.hir2 {

  margin-left: 5vw;
}

.git2 {

  margin-bottom: 2vh;
  font-size: 2rem;
  color: #2c4cbf;
  font-weight: 600;
  font-family: "outfit";
  text-align: center;

}






/*RESPONISVE*/


@media (max-width: 450px) {

  .contact-input {

    width: 80vw;
  }

  .hir1, .hir2 {

    display: none;
  }

  .form {
    margin-top: 10vh;
    margin-left: 10vw;
  }


  .contact-input::placeholder {
    padding-left: 3vw;
    color: #a9a9a9;
  }

  .hiring-text {

    font-size: 3rem;
    margin-bottom: 3vh;
  }


}






/* 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;
  }





}













