
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;

}

body{
    width: 100%;
    height: 500vh;
    background-color: #0f0f0f;
    }

h1{
    margin: 0.25em 0;
    font-size: 80px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

p {
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
}


.lottie-container {
    height: 400vh; 
  
}

.lottie-container .animation {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: -1;
}

.animation:after{
    content: "";
    width:  200%;
    height: 200%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.1; 
    animation: animateGrain 8s steps(10) infinite;
}

.ggradient {
    width: 100%;
    height: 50vh;
    position: relative;
    background: linear-gradient( 180deg, #BB3B00FF 0%, rgba(187, 59, 0, 0) 100%);  
    z-index: 1;
}

.website-content{
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 1;
    background: url(../src/background.webp);
    background-size: cover;
    background-repeat: repeat-y;
}

.end-lottie{
    position: absolute;
    width: 100%;
    height: 1px;
}

.about {
    margin-top: 10%;
    justify-content: center;
    padding: 10%;
    gap: 15vw;
    transition: 1s;
    width: 99%;
    opacity: 0;

}

.aboutimg img{
    width: 100%;
    border-radius: 25px;
    padding: 5px;
    background-color: rgba(255, 255, 253, 0.05);
    backdrop-filter: blur(10px);
}

.about h1{
    font-size: 7vh;
}

.about:hover{
    transform: scale(1.03);
    transition: 1s;
    opacity: 1;
}



.real{
    font-size: 10vh;
}


.stats{
    margin-top: 10%;
    justify-content: center;
    padding: 10%;
    transition: 1s;
    column-gap: 10px;
    width: 99%;
    opacity: 0;
}

.stats:hover{
    transform: scale(1.03);
    transition: 1s;
    opacity: 1;
}

.fein{
    height: 200px;
    border: solid 2px #BB3B00FF;
    border-radius: 15px;
}





.custom-card {
    border: #EFE7EB solid 2px;
    padding: 20px;
    border-radius: 15px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: auto;
      
}

.info h1{
    font-size: medium;
    font-weight: 800;
    text-align: left;
    opacity: 0.7;
}


.info p{
    background: linear-gradient(207deg, rgba(203,64,0,1) 20%, rgba(238,219,202,1) 53%, rgba(232,166,108,1) 76%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 1000;
    color: transparent;
    font-size: 10vh;
    text-align: center;
}

.sale{

    margin: 10% 0 0 0;
    justify-content: center;
    padding: 10%;
    gap: 5vw;
    transition: 1s;
    width: 100%; 
    border-radius: 25px;
    transition: 0.5s;
    
}

.saletxt h1{
    font-size: 5vh;
    line-height: 5vh;
}

.grow{
    transition: 1s;
    color: #363636;
}

.grow:hover{
    transform: scale(1.05);
    transition: 1s;
    
}

.saletxt{
    font-size: 1vw;
}

.saletxt p{
    line-height: 1vw;
    padding-left: 2%;
}

.saleb{
   
    width: 100%;
    opacity: 0;
    transition: 1s;
}

.saleb:hover{
    transform: scale(1.01);
    background-color: rgba(187, 59, 0, 0.014);
    opacity: 1;
    transition: 1s;
}

.saleimg img {
    width: 100%;
}

.buy{
    padding: 2% 2% 2% 2%;
    background-color: #CB4000;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    font-size: large;
    margin-top: 25vh;
    transition: 1s;
}

.linkbuy{
    text-decoration: none;
    color: #EFE7EB;
}

.buy:hover{
   color: #CB4000;
    background-color: #EFE7EB;
    transition: 1s;
    transform: scale(1.1);
}



.contact {
    background-color: #0f0f0f81;
    text-align: center;
    padding: 10vh 0 10vh 0;
  }
  
  
  form button {
    padding: 10px 20px;
    background-color: #BB3B00FF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
  }

  #name{
    padding: 10px;
    margin-bottom: 15px;
    font-size: 1em;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    color: #CB4000;
  }
  
  
  form button:hover {
    background-color: #EFE7EB;
    color: #CB4000;
    transition: 0.5s;
  }

  label{
    margin-bottom: 2vh;

  }

.email{
    width: 100%;
}



 #age-verification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f0f0f;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    color: #EFE7EB;
}

#age::placeholder{
    font-size: small;
    color: #EFE7EB;
}

#age{
    color: #CB4000;
    background-color: #363636;
}

.vertext{
    background-color: #1b1b1b;
    padding: 2vh;
}

.ageimg {
    border-radius: 10px;
    max-width: 0%;
}

input[type="number"] {
    padding: 10px;
    width: 75%;
    border-radius: 5px;
    border: none;
    outline: none;
}

button {
    padding: 10px 20px;
    border: none;
    background-color: #CB4000;
    color: white;
    cursor: pointer;
    transition: 0.5s;
}

button:hover {
    background-color: #9b3201;
    transition: 0.5s;
}


.info img{
    max-width: 35vh;
}

















@media (max-width: 992px) {
    .about, .info, .saleb, .stats{
        opacity: 1;
    }   
    .info h1{
        font-size: medium;
        font-weight: 100;
    } 
    .lottie-container{
        height: 0;
        opacity: 0;
    }

    body{
        background: url(/src/background.webp);
    background-size: cover;
    background-repeat: repeat-y;
    }


    }




