@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  cursor: url(chrome-extension://ckejmhbmlajgoklhgbapkiccekfoccmk/assets/pictos/cursor.png) 17 17, pointer !important;

}

@keyframes fadeIn {
  0% { opacity: 0; transform: scale(0.95); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateX(-40px); }
  100% { opacity: 10; transform: translateY(0); }
}
  
body,
main {
  width: 100vw;
  overflow-x: hidden;
}

body.lock-scroll {
  overflow: hidden;
}

.body-text {
  padding-top: 20vh;
  text-align: center;
  position: relative;
}

.hamburger-icon {
  position: absolute;
  z-index: 2;
  top: 5vh;
  left: 5vw;
  padding-bottom: 2vh;
  display: flex;
}

.hamburger-icon span {
  height: 3px;
  width: 35px;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  display: block;
  margin: 5px 0px 5px 0px;
  transition: 0.7s ease-in-out;
  transform: none;
}

#openmenu:checked~.menu-pane {
  left: -5vw;
  transform: translateX(-5vw);
}

#openmenu:checked~.body-text {
  display: none;
  backdrop-filter: blur(32px);
}

#openmenu:checked~.hamburger-icon span:nth-of-type(2) {
  opacity: 0;
}

#openmenu:checked~.hamburger-icon span:nth-of-type(3) {
  opacity: 1;
  transform: rotate(-45deg) translate(4px, -12px);
  background: #232323;
  height: 3px;
}

.hamburger-icon span:nth-of-type(3) {
  height: 4px;
}

#openmenu:checked~.hamburger-icon span:nth-of-type(1) {
  transform: rotate(45deg) translate(0, 8px);
  background-color: rgb(0, 0, 0);
}


div.menu-pane {
  background-color: #ffffff;
  position: absolute;
  transform: translateX(-105vw);
  transform-origin: (0, 0);
  width: 50%;
  height: 100vh;
  transition: 0.6s ease-in-out;
  z-index: 1;
}

.menu-pane p {
  color: black;
  font-size: 3em;
}

.menu-pane nav {
  padding-left: 35%;
  padding-top: 8%;
}

.menu-links li,
a,
span {
  transition: 0.5s ease-in-out;
}

.menu-pane ul {
  padding: 10%;
  display: inline-block;
}

.menu-pane li {
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 1.9em;
  text-decoration: none;
}

.menu-links li a {
  color: #101820;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/*(.menu-links li:hover a {
    color: #ffffffbb;
    background-color: rgba(119, 119, 119, 0.623);
    border-radius: 20px;
    padding: 15px;
  } */

.menu-links a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #101820;
  border-radius: 20px;
  z-index: -1;
  transition: width 0.5s ease-in-out;
}

.menu-links a:hover {
  color: white;
}

.submenu {
  position: absolute;
  font-size: 0.5em;
  transform: translateY(-100px);

}

.menu-links>li:hover .submenu a {
  display: block;
  z-index: 2;
}


.submenu a {
  display: none;
  z-index: -1;
}

.menu-links a:hover::after {
  width: 100%;
}


input.hamburger-checkbox {
  position: absolute;
  z-index: 3;
  top: 5vh;
  left: 5vw;
  width: 10vw;
  opacity: 0;
  height: 6vh;
}

.container {
  animation: fadeIn 1s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 20px;
  color: rgb(255, 255, 255);
  text-align: center;
}

.background img {
  width: 100%;
  height: 100vh;
  background-position: bottom center;
  object-fit: cover;
  filter: brightness(40%);
  z-index: -1;
  position: absolute;
  inset: 0;
}


#bugatti {
  width: 300px;
  padding-bottom: 10px;
}

#rimac {
  width: 400px;
  padding-bottom: 40px; 
}

#alinhamento {
  margin-bottom: 26px;
}



.divi {
  background-color: black;
  width: 3px;
  height: 400px;
  opacity: 70%;
}


.header {
  font-size: 0.9em;
  color: rgb(158, 158, 158);
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
}

.title {
  padding-bottom: 40px;
  font-size: 3em;
  font-family: 'Oswald', sans-serif;
}

.content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}

.content div {
  width: 45%;
}

/* .content h1 {
  font-size: 4em;
  margin-bottom: 20px;
  font-family: 'Oswald', sans-serif;
} */

.content p {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 20px;
}

.content a {
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  font-family: 'Oswald', sans-serif;
}

.content a:hover {
  background-color: white;
  color: black;
  border: 1px solid #101820;
}

/* .banner1{
    height: 40vw;
    background: url(img/bannerzaço.webp);
    background-repeat: no-repeat;
    background-size: cover;
}*/
.fundo {
  animation: fadeIn 2s ease-in-out;
  background-color: rgb(62, 62, 62);
  height: 30vw;
  display: flex;
  justify-content: space-evenly;
  align-items: center;  
}

.texto {
  color: white;
  padding: 10vw;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 2.5rem;

}

.fundo2 {
  animation: fadeIn 3s ease-in-out;
  height: 40vw;
  display: flex;
}

.foto1 {
  background: url(img/historia.jpg);
  width: 50vw;
  position: relative;
  height: 40vw;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.5s ease;
  opacity: 1;

}

.foto2 {
  background: url(img/Mclaren.jpg);
  width: 50vw;
  height: 40vw;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-60px);
  transition: opacity 0.5s ease;
  opacity: 1;
}

.foto3 {
  background: url(img/tampaCarro.jfif);
  width: 50vw;
  position: relative;
  height: 40vw;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.5s ease;
  opacity: 1;

}

.foto4 {
  background: url(img/DesenhoCarro.webp);
  width: 50vw;
  height: 40vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  transform: translateY(-60px);
  transition: opacity 0.5s ease;
  opacity: 1;
}




.text-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to top, black, black, rgba(26, 24, 24, 0.897), rgba(34, 34, 34, 0.808), transparent);
  color: white;
  margin: 0;
  box-sizing: border-box;
  text-align: justify;
  opacity: 0;
  transition: opacity 1s ease;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  letter-spacing: 2.0;
  padding: 90px;
}


.foto1:hover .text-content , .foto2:hover .text-content , .foto3:hover .text-content , .foto4:hover .text-content {
  opacity: 1;
}


/*cursor: url(chrome-extension://ckejmhbmlajgoklhgbapkiccekfoccmk/assets/pictos/cursor.png) 17 17, pointer !important;
    scrollbar-width: none;
}
    */

.buttoncheckbox {
  width: 100px;
  height: 50px;
  margin-top: 10px;
  background-image: url(img/icons8-mais-250.png);
}

#opentext1, #opentext2, #opentext3, #opentext4 {
  display: none;
}

.imagens label {
  display: none;
}
#image-button {
  width: 30px; /* Ajuste o tamanho da imagem */
  height: 30px;
  cursor: pointer; /* Mostra o cursor de pointer ao passar o mouse */
  margin: 10px;
}

#opentext1:checked ~ .text-content {
  opacity: 1;
}

#opentext2:checked ~ .text-content {
  opacity: 1;
}

#opentext3:checked ~ .text-content {
  opacity: 1;
}

#opentext4:checked ~ .text-content {
  opacity: 1;
}

.parede {
  animation: fadeIn 5s ease-in-out;
  width: 80vw;
  height: 40vw;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}

.perfil {
  display: none;
}

/* .perfil {
  background: url(img/perfilMate.jpg);
  background-size: cover;
  width: 60vw;
  height: 15vw;
  margin: auto 25px;
}
.perfil:hover{
  width: 600px;
  transition-delay: 0.5s;
}
.perfil .product_img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0) rotate(315deg);
  height: 300px;
  transition: 0.5s ease-in-out;
}
.perfil:hover .product_img{
  transition-delay: 0.75s;
  transform: translate(-50%,-50%) scale(1) rotate(15deg);
  top: 45%;
  left: 75%;
  height: 500px;
}
.perfil .content{
  position:absolute;
  width: 50%;
  left: 20%;
  padding: 20px 20px 20px 40px;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.perfil:hover .content{
  transition-delay: 0.75s;
  opacity: 1;
  visibility: visible;
  left: 0;
}
.perfil .content h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 2.4em;
  line-height: 1em;
}
.perfil .content p{
  color: #fff;
} */
.card{
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.card:hover{
  width: 150vw;
  transition-delay: 0.5s;
}
.card .circle{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .circle::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  border: 8px solid var(--clr);
  background: #17232f;
  transition: 0.5s, background 0.5s;
  transition-delay: 0.75s,1s;
  filter: drop-shadow(0 0 10px var(--clr)) drop-shadow(0 0 60px var(--clr));
  transition: 0.75s;
}
.card:hover .circle::before{
  width: 100%;
  transition-delay: 0.5s;
  height: 100%;
  border-radius: 20px;
  background: var(--clr);
  transition: 0.3s;
}
.card .circle .logoMate{
  position: absolute;
  width: 18.3vw;
  height: 100%;
  border-radius: 50%; /* Garante que a imagem siga o formato circular */
  object-fit: cover; /* Faz com que a imagem preencha o círculo */
  top: 0;
  left: 0;
  transition: 0.5s;
  transform: translate(8px,9px);
}
.card:hover .circle .logoMate{
  transform: scale(0);
  transition-delay: 0s;
}
.card .product_img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0) rotate(315deg);
  height: 300px;
  transition: 0s ease-in-out;
}
.card:hover .product_img{
  transition: 0.75s;
  transform: translate(-55%,-50%) scale(1) rotate(15deg);
  top: 45%;
  left: 75%;
  height: 500px;
  width: 750px;
}
.card .contentMate{
  position:absolute;
  width: 60%;
  height: 100%;
  left: 20%;
  padding: 20px 20px 20px 40px;
  opacity: 0;
  transition: 0s;
  visibility: hidden;
}
.card:hover .contentMate{
  transition-delay: 0.75s;
  opacity: 1;
  visibility: visible;
  left: 0;
}
.card .contentMate h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 2.4em;
  line-height: 1em;
  justify-content: first baseline;
  margin-top: 10px;
}
.card .contentMate p{
  color: #fff;
  margin-top: 10px;
  font-size: 1em;
}
.card .contentMate a{
  position: relative;
  color: #111;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  margin-top: 25px;
}
.card .contentMate a:hover{
  background-color: #c4c4c4cc;
  transition: 0s;
}
.linha {
  height: 20vw;
  width: 1px;
  background-color: black;
  transform: translateX(5vw);
}

.proposito {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  margin: auto 25px;
  transform: translateX(5vw);
}

.carro {
  animation: fadeIn 6s ease-in-out;
  background: url(img/culture-slider_img_06_progressive.jpg);
  height: 40vw;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
}

.founder {
  font-size: 0.6em;
  font-weight: 300;
}

.logo {
  margin-bottom: 20px;
}

.linhas {
  display: flex;
  justify-content: center;
  margin: 10px;
  font-size: 14px;
  transition: opacity 0.3s ease;
  /* transição suave de opacidade */
}

.linhas:hover .button:not(:hover) {
  opacity: 0.5;
}

.button:hover a {
  opacity: 1;
}

.linhas a {

  margin: 0 10px;
  text-decoration: none;
  font-weight: 600;
  color: white;
}

.baixo {
  display: flex;
  justify-content: space-around;
  text-align: left;
  margin-top: 100px;
}

.baixo h3 {
  margin-bottom: 10px;
  font-size: 14px;
}

.baixo p {
  font-size: 12px;
}

footer {
  animation: fadeIn 7s ease-in-out;
  display: block;
  margin: auto;
  background-color: #101820;
  color: white;
  text-align: center;
}

.baixo a {
  font-size: 12px;
  text-decoration: none;
  color: rgb(92, 91, 91)
}

.baixo p {
  color: rgb(92, 91, 91)
}

.PP {
  display: flex;
}

.proje a:hover {
  color: white;
}