@charset "UTF-8";

header {
  width: 100%;
  height: 10dvh;
}

header .container {
  max-width: 120rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container .left-side h1 {
  font-size: 2.5rem;
  color: var(--dark-blue);
}

header .container .left-side #btn-close {
  display: none;
}

header .container nav a {
  font-size: 1.6rem;
  margin-left: 1rem;
  text-decoration: none;
  color: var(--dark-blue);
}

header .container nav a:hover {
  text-decoration: underline;
}

header .container .download {
  width: 10rem;
  height: 3.5rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--dark-blue);
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .container .download:hover {
  background-color: var(--dark-blue);
}

header .container .download .button {
  width: 10rem;
  height: 3.5rem;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--dark-blue);
}

header .container .download .button:hover {
  color: var(--white);
}

main {
  width: 100%;
  min-height: 90dvh;
}

main .header {
  width: 100%;
  height: 10dvh;
  padding: 0 1rem;
  display: none;
}

main .header i {
  font-size: 3rem;
  transition: all 0.3s ease;
  cursor: pointer;
  color: var(--dark-blue);
}

main .header i:hover {
  opacity: 0.8;
}

main #home {
  max-width: 120rem;
  height: 90dvh;
  margin: 0 auto;
  display: flex;
}

main #home div {
  width: 50%;
  height: 90dvh;
}

main #home .resume {
  padding: 0 1rem;
  text-align: justify;
  display: flex;
  justify-content: center;
  align-items: center;
}

main #home .resume p {
  font-size: 2.4rem;
}

main #home .art {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

main #home .art .ball {
  width: 90%;
  height: 80vh;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-blue);
}

main #home .art .ball .smartphone {
  width: 25rem;
  height: 35rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
}

main #home .art .ball .smartphone .button {
  width: 15rem;
  height: 3.5rem;
  margin: 0.5rem 0;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-blue);
  color: var(--white);
}

main #home .art .ball .smartphone h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

main #home .art .ball .smartphone .button p {
  font-size: 1.6rem;
}

main #home .art .ball .stamp {
  width: 14rem;
  height: 4rem;
  margin-top: 1rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--white);
}

main #home .art .ball .stamp img {
  width: 3rem;
  height: 3rem;
}

main #home .art .ball .stamp p {
  font-size: 1.3rem;
}

main #about {
  max-width: 120rem;
  height: 100dvh;
  margin: auto;
}

main #about article {
  width: 100%;
  height: 50%;
  padding: 1rem;
  display: flex;
}

main #about article div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

main #about article div p {
  font-size: 2.4rem;
  text-align: justify;
}

main #about aside {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
}

main #about aside .slides {
  width: 300%;
  height: 100%;
  display: flex;
  align-items: center;
}

main #about aside .slides .slide {
  width: 33.33%;
  padding: 0 5rem;
  transition: all 0.6s ease;
}

main #about aside .slides .slide h1 {
  padding: 1rem;
  font-size: 2.5rem;
}

main #about aside .slides .slide h2 {
  font-size: 2rem;
  margin-top: 1rem;
  margin-left: 2rem;
}

main #about aside .slides .slide p {
  font-size: 1.6rem;
}

main #about aside .slides .slide .explain {
  margin-bottom: 2rem;
  margin-left: 3rem;
}

main #about aside .slides .slide .explain a {
  color: var(--dark-blue);
}

main #about aside .slides .slide .explain a:hover {
  text-decoration: none;
}

main #about aside .slides .slide ul {
  margin-left: 3rem;
}

main #about aside .slides .slide ul li {
  font-size: 1.6rem;
}

main #about aside button {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 0;
  cursor: pointer;
  position: absolute;
}

main #about aside button:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

main #about aside button i {
  font-size: 3rem;
}

main #about aside .btn-back {
  top: 50%;
  left: 1%;
  transform: translate(-1%, -50%);
}

main #about aside .btn-next {
  top: 50%;
  right: 2%;
  transform: translate(-2%, -50%);
}

main #about aside .slide-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, -1%);
}

main #about aside .slide-bar .bar {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 0.1rem solid var(--dark-blue);
  cursor: pointer;
}

main #about aside .slide-bar .current-bar {
  transition: all 0.5s ease;
  background-color: var(--dark-blue);
}

main #contact {
  max-width: 120rem;
  height: 100dvh;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

main #contact form {
  max-width: 60rem;
  height: 40rem;
  margin: auto;
  padding: 0 1rem;
  flex-direction: column;
}

main #contact form div {
  max-width: 40rem;
  margin: auto;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}

main #contact form div label {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}

main #contact form div input {
  width: 40rem;
  height: 3.5rem;
  margin: auto;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid var(--dark-blue);
  font-size: 1.6rem;
  outline: none;
  background-color: var(--white);
}

main #contact form textarea {
  width: 40rem;
  height: 15rem;
  margin: auto;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 0.1rem solid var(--dark-blue);
  font-size: 1.6rem;
  outline: none;
  resize: none;
  display: block;
  background-color: var(--white);
}

main #contact form button {
  width: 17.5rem;
  height: 3.5rem;
  margin: auto;
  margin-top: 2rem;
  border-radius: 0.5rem;
  border: 0.1rem solid var(--dark-blue);
  transition: all 0.3s ease;
  font-size: 1.6rem;
  cursor: pointer;
  display: block;
  background-color: var(--white);
}

main #contact form button:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

footer {
  width: 100%;
  height: 7dvh;
  display: flex;
  align-items: flex-end;
}

footer .container {
  width: 100%;
  height: 5dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-blue);
  color: var(--white);
}

footer .container p {
  font-size: 1.6rem;
}