/* cores no qual a gente ta usando
*/

/* o "*" e para estilizar literalmente tudo do html, usei para zera-lo(mais tarde explico) */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  font-family: "Inter", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #1D1E21;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ponto final e usado para estilzar classes */
/* nosso conteiner */
header {
  height: 750px;
  width: 100%;
  display: flex;
  flex-direction: column;

}

.bakgroundVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
#relogio{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;

}
#caixa2 {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  z-index: 1;
  color: white;
  background-color: rgb(0, 0, 0);
  flex-direction: row;
}

#foto{
  position: relative;
  width: 700px;
  height: 550px;
  border-radius: 100px;
  top: 50px;
  left: 50px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
#container{
  width: 50%;
  height: 100%;
}

  #foto1{
    width: 50%;
    height: 100%;
    border-radius: 50px;
  }

  #foto2{
    width: 100%;
    height: 50%;
    border-radius: 50px;
  }

  #foto3{
    width: 100%;
    height: 50%;
    border-radius: 50px;
  }

  #texto{
    text-align: center;
    margin-top: 50px;
    margin-left: 200px;
    height: 400px;
    width: 400px;
    border-radius: 50px;
    position: relative;
    background-color: rgb(63, 45, 45);
  }
  #texto h2{
    top: 50px;
    position: relative;
  }
  #texto p{
    top: 80px;
    position: relative;
  }

@media(min-aspect-ratio:16/9) {
  .backgroundVideo {
    width: 100%;
    height: auto;
  }
}

@media(max-aspect-ratio:16/9) {
  .backgroundVideo {
    width: auto;
    height: 100%;
  }
}

section {
  text-align: center;
  margin-bottom: 0;
  top: 0;
  position: relative;
  height: 80px;
  width: 100%;
  background-color: transparent;
  display: flex;
  animation: slide-in 1s ease-out;
  position: fixed;
  z-index: 2;
  background-color: black;
}

section #nav_bar {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 90px;
}

/* class logo */

.logo {
  color: rgb(255, 255, 255);
  width: 50%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 50px;
}

#logoimg {
  margin-bottom: 30px;
  margin-left: 90px;
  margin-top: 30px;
  align-items: center;
  width: 25%;
  display: flex;
  padding-left: 20px;
}

/* class menuButton */
.menuButton {
  width: 50%;
  height: 75px;
  display: flex;
  align-items: end;
  justify-content: space-around;
  margin-bottom: 9px;
}

.menuButton button {
  font-size: 18px;
  margin-bottom: 12px;
}

.btn {
  color: white;
  background-color: transparent;
  width: 100px;
  height: 30px;
  border-style: none;
  cursor: pointer;
  transition: transform 200ms ease-in-out;
}

.btn:hover {
  margin: 10px;
  transform: scale(1.1);
  border-bottom: 1px solid #109010;
}

/* o # e usado para estilzar div com id */
/* id objeto logo */
#objeto {
  position: relative;
  width: 80%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 15%;
  margin-left: 5%;
}

#objeto h1 {
  margin: auto;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 36px;
}

#objeto p {
  margin: auto;
  font-size: 20px;
  color: white;
  width: 50%;
}

#button button {
  width: 300px;
  height: 200px;
  background-color: #109010;
  margin-top: 120px;
  margin-right: 600px;
  color: white;
  font-size: 20px;
  border-style: none;
  border-radius: 10px;
  transition: transform 1s ease-in-out;
}

#button button:hover {
  background-color: white;
  color: #109010;
  transform: scale(1.2);
}

/* class container */
main {
  background-size: cover;
  /*preencher o background */
  background-position: center;
  /* Centralizar*/
  background-repeat: no-repeat;
  /* nao repetir imagem */
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#button a {
  width: 20%;
}



#topo {
  width: 100%;
  height: 30%;
  display: flex;
  justify-content: space-around;
}

#topo img {
  width: 300px;
  height: 300px;
}

#ftVetor {
  width: 100%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #109010;

  text-align: center;
  font-size: 18px;
}

#ftVetor h2 {
  width: 350px;
  height: 150px;
  text-align: center;

}

#rodape {
  width: 100%;
  height: 150px;
  background-color: rgb(8, 83, 38);
  display: flex;
  color: white;
}

@font-face {
  #finalPage p {

    width: 50%;
    height: 100%;
    text-align: left;
    font-size: 20px;
    color: white;
    src: url(../../fonts/Inter-Italic-VariableFont_opsz\,wght.ttf);
  }
}

#botao1{
  width: 100px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  margin-left: 15px;
}
#botao1 a{
  width: 100%;
  height: 50px;
  background-color: #109010;
  font-size: 22px;
  color: white;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-left: 50px;
}
#botao1 a:hover{
  width: 170px;
  height: 65px;
  font-size: 26px;
  background-color: white;
  color: green;
  transition: 50ms all;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  left: 50px;
}