@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

html {
  scroll-behavior: smooth;
}

#nav-bar {
    width: 100vw;  /* Ensures full width */
    height: 10vmin;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0 20px;
    margin: 0;  /* Removes unwanted margins */
}

body {
    margin: 0;  /* Ensures no extra spacing around the page */
    padding: 0;
}
#nav-logo {
  width: 30%;
  font-size: 5vmin;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1vmin;
}

#nav-list {
  width: 50%;

}

#nav-list ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

#nav-list ul li a {
  text-decoration: none;
  color: white;
  font-size: calc(0.5vmin + 1vw);
  letter-spacing: 0.1vmin;

}

#nav-list ul li a:hover {
  border-bottom: 0.2vmin solid #E88D67;
}

#nav-list span {

  display: none;

}

#nav-list span i {
  font-size: 4vmin;
  color: white;

}

.aibanner {
  width: 100%;
  height: auto;
}

#perspective-box {
  height: 100%;
  width: 100%;
}


#perspective-box h1 {
  font-size: 4vmax;
  font-weight: 700;
  padding: 4vmin;
  text-align: center;


}

.pers-3-box {
  height: 100%;
  width: 100%;

}

.pers-3-box h2 {
  font-size: 4vmax;
  font-weight: 500;
  padding: 4vmin;




}

.pers-3-img-box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4vmin;

}

.perc3-img-1 {
  height: 60vmin;
  width: 85vmin;
  background-image: url('image/building\ sketch.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0.3vmin solid black;



}

.perc3-img-2 {

  height: 60vmin;
  width: 85vmin;
  background-image: url('image/building.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0.3vmin solid black;




}

.oneppoint {
  width: 65%;
  height: auto;
}

#pers-1-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

}

#pers-1-box h1 {
  width: 100%;
  font-size: 4vmax;
  font-weight: 500;
  padding: 4vmin;
  text-align: start;

}

#potrait-box {
  height: 100%;
  width: 100%;
}


#potrait-box h1 {
  font-size: 4vmax;
  font-weight: 700;
  padding: 4vmin;
  text-align: center;


}

.potrait-img-boxes {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4vmin;
}


.potrait-img-1 {
  height: 70vmin;
  width: 70vmin;
  background-image: url('image/potrait\ 2.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;



}

.potrait-img-2 {

  height: 70vmin;
  width: 70vmin;
  background-image: url('image/potrait.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;




}

#character-box {
  width: 100%;
  height: 100%;
  background-color: rgb(228, 234, 222);




}

#character-box h1 {
  font-size: 4vmax;
  font-weight: 700;
  padding: 4vmin;
  text-align: center;
  background-color: white;


}

.charac-img-boxes {
  height: 100%;
  width: 100%;
  padding: 4vmin 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4vmin;



}

.charac-img-1 {
  height: 70vmin;
  width: 70vmin;
  background-image: url('image/charact.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;


}

.charac-img-2 {
  height: 70vmin;
  width: 70vmin;
  background-image: url('image/character\ 2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;


}

/* .charac-img-3{
  height: 70vmin;
  width: 70vmin;
  background-image: url('potrait.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;


} */
footer {

  height: 100%;
  background-color: rgb(34, 34, 34);
  width: 100%;
margin-top: 4vmin;

}

footer .footer-icon ul {

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vmin 0;
}

footer .footer-icon ul li {
  list-style: none;
  margin: 0 4vmin;

}

footer .footer-icon ul li a {
  text-decoration: none;
  color: white;
  font-size: 2vmax;
}


footer .footer-text {

  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  justify-content: space-between;
  padding: 2.5vmin;
  background-color: black;

}

.footer-text h2 {
  font-size: 1vmax;
  font-weight: 300;
}

.footer-text h3 {
  font-size: 1vmax;
  font-weight: 200;
}




/* Responsive-------------------- */
@media only screen and (max-width: 450px) {
  #nav-list span {
    display: flex;
    justify-content: end;
    align-items: center;
    color: white;
  }

  #nav-list ul {
    position: absolute;
    width: 100%;
    height: 100vh;

    background-color: rgba(13, 13, 13, 0.9);
    top: 10vmin;
    left: -100%;
    transition: all .5s;
    display: block;
    text-align: center;
    z-index: 999999;


  }

  #nav-list ul li {


    line-height: 30px;
    margin: 4vmin 0.3vmin;


  }

  #nav-list ul li a {
    font-size: 20px;
    padding: 1vmin;
    display: inline-block;
    width: 90vw;
    border-bottom: 0.8px solid rgb(109, 108, 108);
  }

  #nav-list ul.show {

    left: 0;

  }

  .pers-3-box h2 {
    font-size: 3.2vmax;
  }

  #pers-1-box h1 {

    font-size: 3.2vmax;
  }


  .oneppoint {
    width: 100%;
    height: auto;
  }


  .potrait-img-1 {
    height: 90vmin;
    width: 90vmin;
  }


  .potrait-img-2 {
    height: 90vmin;
    width: 90vmin;
  }


  .charac-img-1 {
    height: 90vmin;
    width: 90vmin;
  }


  .charac-img-2 {
    height: 90vmin;
    width: 90vmin;
  }

}