  * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /*font-family: sf pro display;*/
  /* overflow-x: hidden; */
  font-family:Arial, Helvetica, sans-serif !important;
}

html,
body {
  height: 100%;
  width: 100%;
  /* cursor: none; */
}

/* -------------------------------------------------------------------------- */

/* .cursor-dot {
  width: 10px;
  height: 10px;
  background-color: #004658;
}

.cursor-outline {
  width: 30px;
  height: 30px;
  border: 2px solid #004658;
}

.cursor-dot,
.cursor-outline {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 99999999;
  pointer-events: none;
} */

#main {
  width: 100%;
  margin-top: 12vh;
}

.page1 {
  width: 100vw;
  position: relative;
  overflow: hidden;
  color: black;
}

.img-head {
  padding: 10px 100px;
  height: 70vmax;
  width: 100vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-head img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.mission {
  width: 100vw;
  display: flex;
  overflow: hidden;
  padding: 3vmax 0vmax;
  /* background-color: lightyellow; */
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 2vmax 3vmax;
}

.content h2 {
  font-size: 3vmax;
  text-align: center;
}

.content p {
  font-size: 1vmax;
  line-height: 1.6vmax;
  margin-top: 10%;
  text-align: justify;
}

.content-2 {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mission-img {
  height: 30vmax;
  width: 70%;
  overflow-y: hidden;
  object-fit: cover;
}

.mission-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
/* =====================================done */
.page2 {
  width: 100vw;
  position: relative;
  color: black;

}

.story {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3vmax 1vmax;
}

.img-part {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
}

.img-box {
  height: 30vmax;
  width: 80%;
  overflow: hidden;
  border-radius: 20px;
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.story-content {
  padding: 2vmax 3vmax;
  width: 50%;
}

.story-content h2 {
  font-size: 3vmax;
  text-align: center;
  margin-top: -10%;
}

.story-content p {
  font-size: 1vmax;
  line-height: 1.6vmax;
  margin-top: 10%;
  text-align: justify;
}

.page3 {
  width: 100vw;
  position: relative;
  color: black;

}

.page3 .p3_head_text {
  text-align: center;
  font-size: 5vmax;
}
.emply{
  display: flex;
}
.employes{
  position: relative;
  width: 50%;
  height: 30vmax;
  /* background-color: green; */
}
.emp_text{
  width: 50%;
  padding: 6vmax 4vmax;
}
.emp_text p{
  font-size: 1vmax;
  text-align: justify;
}

.circle {
  height: 10vmax;
  width: 10vmax;
  border-radius: 50%;
  border: 1px solid black;
  background-image: url(https://img.freepik.com/free-photo/portrait-white-man-isolated_53876-40306.jpg?size=626&ext=jpg&ga=GA1.1.785039998.1706685170&semt=sph);
  background-size: cover;
  background-position: center;
  border: none;
}
#circle1 {
  position: absolute;
  top: 20%;
  left: 40%;
  /* transform: translate(-50%, -50%); */
  background-image: url(https://img.freepik.com/free-photo/portrait-white-man-isolated_53876-40306.jpg?size=626&ext=jpg&ga=GA1.1.785039998.1706685170&semt=sph);
}
#circle2 {
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  background-image: url(https://img.freepik.com/free-photo/pretty-smiling-joyfully-female-with-fair-hair-dressed-casually-looking-with-satisfaction_176420-15187.jpg?w=1060&t=st=1707387532~exp=1707388132~hmac=67fdd8709d8453660f75905e6a12a2eb6fa55299b83361ae2792ee51b4a25e53);
}

#circle3 {
  position: absolute;
  top: 50%;
  left: 30%;
  /* transform: translate(-50%, -50%); */
  background-image: url(https://img.freepik.com/free-photo/young-bearded-man-with-striped-shirt_273609-5677.jpg?size=626&ext=jpg&ga=GA1.1.785039998.1706685170&semt=sph);
}

.page4 {
  width: 100vw;
  position: relative;
  overflow: hidden;
  padding: 5vmax 1vmax;
  color: black;

}
.founder{
  /* background-color: red; */
  padding: .5vmax 2vmax;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*gap: 3vmax;*/
  h4{
    color: black;
  }
  span{
    color: gray;
    margin-left: 2vmax;
  }
}
.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.img-area {
  position: relative;
  height: 30vmax;
  width: 30vmax;
  border-radius: 10px;
  background-size: cover;
  object-fit: cover;
  overflow: hidden;
}

.img-area img {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: opacity 1s ease-in-out;
}

.img-area img.img-front:hover {
  opacity: 0;
  cursor: pointer;
}


@media screen and (max-width: 600px) {
  .img-head {
  padding: 10px 10px;
  }
  .mission {
    flex-direction: column;
    gap: 20px;
  }
  
  .content {
    width: 100%;
  }
  .content p {
    font-size: 1.6vmax;
    text-align: justify;
  }
  
  .content-2 {
    width: 100%;
  }
  /* =====================================done */
  .story {
    flex-direction: column;
    gap: 30px;
  }
  
  .img-part {
    width: 100vw;
  }
  .story-content {
    padding: 2vmax 3vmax;
    width: 100%;
  }
  
  /* page 3 */
  .emply{
    flex-direction: column;
    margin-top: 5vh;
  }
  .employes{
    width: 100%;
  }
  .emp_text{
    width: 100%;
  }
 
  .emp_text p{
    font-size: 1.5vmax;
  }
  .story-content p {
    font-size: 1.5vmax;
  }
 /* page 4 */
  
  .wrapper {
    flex-direction: column;
    gap: 5vh;
  }
  .founder{
    flex-direction: column;
    gap: 10px;
  }
  
}