@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');
*{
    padding: 0;
    margin: 0;
    font-family: Poppins;
}
.container{
    width: 100vw;
    min-height: 100vh;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner{
    width: 100%;
    max-width: 600px;

}
.img-banner{
    max-width: 100%;
    height: auto;
    display: block;
}

.alert{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 300px;
    max-width: 500px;
    margin: 15px;
    border: 2px solid white;
    background: linear-gradient(to bottom, #ff007a, #ff66c4);
    animation: pulse 1.5s infinite;
    border-radius: 10px;
}
.alert a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 15px;


}
.alert span{
    display: inline-block;
    width: 100%;
    color: white;
    font-size: clamp(1rem, 2vw, 3rem);

}
.banner-security{
    max-width: 650px;
    height: 100px;
    margin: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 110px; 
    min-width: 200px;
}
.security{
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: white;
    gap: 0;

}
.icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.5rem, 3vw, 2rem); 
    overflow: hidden;
    width: 100%; 
    height: 100%; 
}
.text{
    display: flex;
    align-items: center;
    font-size: clamp(0.7rem, 1.2vw, 1rem);
    padding: 10px;
}

.gif-one{
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
    display: block;
}
.gifs{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 600px;

}
.contents{
    margin: 10px;
    max-width: 600px;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    color: white;
    gap: 10px;
    margin-bottom: 15px;
}
.contents i{
    font-size: clamp(3rem, 4vw, 3rem); 
    color: #ff007a;
}
.one{
    padding: 10px;
    background-color:#2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 650px;
    height: 200px;
    border-radius: 15px;
    text-align: center;
}
.two{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 650px;
    height: 200px;
    text-align: center;
}
.three{
    padding: 10px;
    background-color:#2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 650px;
    height: 200px;
    border-radius: 15px;
    text-align: center;
}
.banner-promo{
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden
}
.banner-promo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: shine 2.5s infinite;
}
.title{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff007a;
    font-size: clamp(0.6rem, 1.5vw, 1.2rem);
}
.bonus{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;


}
.bonus img{
    margin: 2px;
    max-width: 180px;
    height: auto;
    object-fit: contain;
}
.subscriber{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.card {
  text-decoration: none;  
  display: flex;
  flex-direction: column; 
  justify-content: flex-start; /* alinha para o topo */
  background-color: #1a1a1a;
padding: 80px 0 20px 0;
  border-radius: 12px;
  color: white;
  min-height: 200px; /* ajuste conforme necessário */
  position: relative;
  margin: 10px;
}
.header-card{
    background-color: #ff007a;
    width: 100%;
    border-radius: 12px 12px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80px;
}
.header-card h3{
    font-weight: 300;
}
.container-card{
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
}
.container-card h3{
    font-weight: 200;
}
.subscriber a{
    color: white;
    text-decoration: none;
}
.card-title{
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}
.faixa{
    margin-top: 15px;
    width: 100%;
    background-color: #ff007a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 70px;
    text-align: center;
}
.bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    
}
.bottom h4{
    font-weight: 100;
}
.carousel {
  width: 100%;
  max-width: 600px;
  height: 500px;
  overflow: hidden;
  margin: auto;
  border-radius: 12px;
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.slides img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  flex-shrink: 0;
}
@keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.1);
      opacity: 0.7;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
@keyframes shine {
  100% {
    left: 125%;
  }
}
.banner-telegram{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    flex-direction: column;
    text-decoration: none;
}
.fa-telegram{
    font-size: 50px;
    color: #ff007a;
    text-decoration: none;
    margin: 20px
}
.title-telegram{
    font-weight: 400;
    margin: 5px;
}
