@font-face {
  font-family: "Draper";
  src: url("../font/Draper.ttf");
}
* {
  font-family: "Draper";
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  border: none;
  color: white;
  transition: 0.5s;
  scroll-behavior: smooth;
  cursor: crosshair;
  ::-webkit-scrollbar {
    width: 12px; 
}
::-webkit-scrollbar-track {
  background: #1e1e1e; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}    


}

.AllConatiner{
  display: flex;
  flex-direction: column;
  background-color: #1e1e1e;
  border: 0.5px solid wheat;


}

.Home {
 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.815)), url(../img/bk.jpg);
}
.header {
  background-color: rgba(0, 0, 0, 0.007);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1;
  border-bottom: 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);


}
.container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#logo {
 position: absolute;
 top: 20px;
 left: 10px;
}

nav {
  display: flex;
  gap: 70px;
}
.op{
  font-size: 1rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0);

  transition: all 0.3s ease-in-out;
}
.op:hover{
  border-bottom: 0.5px solid white;
}
.mainHome {
  width: 100%;
  height: 800px;
  display: flex;
}
.animation{
  height: 30%;
}
.containerMainHome {
  margin-left: 7vw;
  margin-top: 25vh;

}
.animation > h1 {
  font-size: 3.5rem;


}
.Conatiner_header{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 40px;
width: 85vw;
height: 40px;
padding: 10px;
}

.button_Conehcer{
  width: 100%;
  font-size: 1.5rem;
  color: #ffffff;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0);
}
.Conatiner_header:hover .button_Conehcer{
  letter-spacing: 20px;
  border-bottom: 0.5px solid rgb(255, 255, 255);
}

.Sobre {
  background-image: url("../img/puss.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;


}
.mainSobre {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.151);
  backdrop-filter: blur(10px);  
  height: 100vh;
  display: flex;
  align-items: center;

}
.containerMainSobre{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  height: 97vh;
  width: 97%;
  gap: 20px;
  border: 0.5px solid wheat;

}
.heardertext{
  padding: 10px;
  font-size: 3rem;

}
.imgcontainer{
  display: flex;
  flex-direction: row;
  width: 100%;
  height: max-content;
  align-items: center;
  justify-content: center;
}
.imgcontainer:hover > :not(:hover) {
  opacity: 0.4;
  transform: scale(90%);
}
.img1:hover .textenter{
  margin-left: 30px;
  transform: scale(110%);

}

.img2:hover .textenter {
  transform: scale(110%);
}

.img3:hover .textenter1 {
  transform: scale(110%);

}
.containerimg1{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  border: 0.5px solid wheat;
}
.text{
  font-size: 20px;
  padding: 20px;
  
}
.contaoinerline{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-left: 10px;
  width: 97%;
  gap: 5px;
  /* padding: 10px; */
}
.line1{
  width: 100%;
  background-color: #ffffff;
  height: 10px;
  transition: all 0.2 ease;
}
.line{
  width: 99%;
  padding-right: 13px;
  background-color: #ffffff;
  height: 10px;
  transition: all 0.2 ease;
}
.contaoinerline:hover .line1{
  margin-left: 80%;
  width: 20%;
  height: 10px;


}
.contaoinerline:hover .line{
  width: 20%;
  height: 10px;
}
.blur{
  width: 33%;
  height: 460px;
  background-color: rgba(0, 0, 0, 0.363);
  backdrop-filter: blur(5px);
  position: absolute;  
  z-index: 10;
  transition: all 0.3 ease;
}
.blur:hover{
  background-color: rgba(0, 0, 0, 0.007);
  backdrop-filter: blur(0px);

}
.textenter{
  transition: all 0.3 linear;
  padding: 10px;
  font-size: 40px;
  width: 70%;
}

.textenter1{
  padding: 10px;
  font-size: 40px;
  font-weight: 800;
  width: 100%;
  margin-left: 260px;
  /* background: linear-gradient(to right, #FFD700, #FFA500, #FF4500);
  text-shadow: 2px 10px 5px rgba(0, 0, 0, 0.151);
  -webkit-background-clip: text;
  color: transparent; */
}
.img1{
  font-size: 40px;
  background-image: url("../img/zeketi.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 45vh;
  width: 100%;
  
}
.img2{
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/puma.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 45vh;
  width: 100%;

}
.img3{
  display: flex;
  align-items: end;
  justify-content: right;
  background-image: url("../img/tarcis.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 45vh;
  width: 100%;

}
.containerMainSobre > h1 {
  font-size: 62px;
  font-weight: 100;
}
.containerMainSobre > h3 {
  margin-top: 2vh;
  color: #c7c7c7;
  font-size: 25px;
  font-weight: 300;
}

.Planos {
  background-color: black;
  height: 110vh;
  width: auto;
}
.mainPlanos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 100%;
}
.TodosPlanos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.containerMainText {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.containerMainText > h1 {
  font-size: 48px;
}
.containerMainText > h3 {
  font-size: 22px;
}
.containerMainPlanos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.containerMainPlanos:hover > :not(:hover) {
  opacity: 0.4;
  transform: scale(90%);
}

.Vanguarda {
  border: 1px solid #ffffff;
  border-radius: 20px;
  background-color: #262525b6;
  width: 320px;
  height: 450px;
  transition: 0.35s;
}
.Vanguarda:hover {
  border: 0.5px solid #f9dc5c71;
}
.VanguardaItems {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.textVanguard > h2 {
  font-size: 30px;
}
.textVanguard > p {
  font-size: 14px;
  color: #c7c7c7;
}
.subDescricao {
  font-size: 14px;
}
.stokepreco {
  text-decoration: line-through;
  font-size: 18px;
}
.precoVanguarda > h2 {
  font-size: 28px;
}
.precoVanguarda > p {
  color: #c7c7c7;
}
.Descricao > h3 {
  font-weight: 100;
}
.botaoVanguarda {
  background-color: #262525b6;
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  width: 249px;
  height: 52px;
  transition: transform 0.1s ease-in;
}
.botaoVanguarda:hover {
  /* cursor: pointer; */
  color: #ffffff;
  border: 0.5px solid #f9dc5cbb;
}
.botaoVanguarda:active {
  transform: scale(98%);
}
@keyframes grow {
  0% {
    transform: scale(100%);
  }
  75% {
    transform: scale(101%);
  }
  100% {
    transform: scale(100%);
  }
}
.footerMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background-color: #1e1e1e;
  height: 14vh;
  width: auto;
}
.footerMain > span {
  color: white;
  margin-bottom: 20px;
}
.Git {
  color: black;
  width: 50px;
  opacity: 80%;
}
