@font-face {
    font-family: font1;
    src: url(./fonts/font1.woff2);
}
@font-face {
    font-family: font2;
    src: url(./fonts/font2.woff2);
}

@font-face {
    font-family: font3;
    src: url(./fonts/font3.woff2);
}



html,body{
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: black;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

section{
    width: 100%;
}
#home{
    background-image: url(/assets/bg.png);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
header{
    width: 50%;
    background-color: #1b1c1c;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 14px 30px;
    border-radius: 65px;
    min-width: 730px;
    transition: all 0.4s ease;
}
@keyframes headerFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header.fixed {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-20px);
  animation: headerFadeIn 0.5s ease forwards;
  top: 10px;
}

.logo img{
    width: 100%;
    max-width: 45px;
}
.links a{
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-family: font1;
    transition: color 0.3s ease;

}

.buttons{
    display: flex;
    gap: 10px;
}
.button1{
    background-color: #f3ba2ff0;   
    border-radius: 200px;
    box-shadow: rgba(255, 255, 255, 0.35) 0px -3px 4.7px 0px inset, rgba(255, 255, 255, 0.35) 0px 2px 4.3px 0px inset, rgba(0, 0, 0, 0.35) 0px 2px 2px 0px, rgba(0, 0, 0, 0.04) 0px 0.241451px 0.241451px 0px;
    padding: 16px 48px;
    text-decoration: none;
    color: white;
    font-family: font3;
    transition: all 0.3s ease;
    
}
.button1:hover{
    background-color: #537ef3;   
    scale: 1.1;
    transform: translatey(-5px);
}
.button2 {
    display: flex;

}
.button2 img{
    width: 50px;
}
.homewrapper{
    width: 90%;
    max-width: 900px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 260px;

}
.home1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.home1 h1,.home1 h3{
    text-align: center;
    color: white;
    font-family: font1;
    margin:0;
}
.home1 h1{
    font-size: 9rem;
    font-weight: 100;
}
.home1 h3{
    font-size: 4rem;
    font-weight: 100;

}
.home2{
    position: absolute;
    width: 100%;
    max-width: 400px;
    z-index: 1;
    top: calc(50% - (130px));
}
.home2 img{
    width: 100%;

}
.home3{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.home3 p{
    color: white;
    font-size: 1.5rem;
    max-width: 600px;
    text-align: center;
    font-family: font1;
    font-weight: 300;
}
#buy{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.buypanel{
width: 90%;
max-width: 1000px;
background-color: #1c1c1c;
padding: 35px 20px;
border-radius: 45px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 20px;
position: relative;
}
.buypanel h1{
    font-size: 9rem;
    font-weight: 100;
    font-family: font1;
    color: white;
    margin: 0;
    line-height: 0.9;
    text-align: center;
}
.buypanel p{
    font-size: 1.3rem;
    font-weight: 100;
    font-family: font1;
    color: white;
    margin: 0;
    line-height: 0.9;
    text-align: center;
}
.ca{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    padding: 15px 20px;
    border-radius: 20px;
    gap: 20px;

}
.ca span{
    font-size: 1.1rem;
    font-weight: 100;
    font-family: font3;
    color: black;
    margin: 0;
    line-height: 0.9;
    text-align: center;
    font-weight: lighter;
    
}
.abs{
    position: absolute;
}
.homeimgabs{
    width: 300px;
    bottom: 0;
    right: calc(0% - (100px));
}
.bulb1{
   width: 150px; 
   top: -35px;
   left: -35px;
}
.bulb2{
   width: 150px; 
   top: 0;
   right: -35px;
}
.bulb3{
    width: 150px; 
   bottom: -80px;
   right: -85px;
}
.bulb4{
    width: 250px; 
   bottom: -80px;
   left: -85px;
}
.about{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0;
}
.about h4{
    font-size: 7rem;
    font-weight: 100;
    font-family: font1;
    color: white;
    margin: 0;
    line-height: 0.9;
    text-align: center;
}
.aboutholder{
    width: 90%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    position: relative;
}
.about p{
    font-size: 1.3rem;
    font-weight: 100;
    font-family: font1;
    color: white;
    margin: 5px;
    text-align: center;
    max-width: 50%;
    text-align: left;
    max-width: 600px;

}
.infopanel{
    width: 90%;
    background-color: #1c1c1c;
    border-radius: 20px;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-direction: row;
}
.infopanel h3{
    color: grey;
    font-size: 1.5rem;
    font-family: font1;
}
.infopanel span{
    color: #f3ba2ff0;
    font-size: 3rem;
    font-family: font1;

}
.perks{
    width: 90%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    
}
.perk{
    background-color: #070707;
    border-radius: 10px;
    padding: 20px 35px;
    flex: 1;

}
.perk h2{
    color: white;
    font-size: 1.5rem;
    font-family: font2;
}
.perk h1{
    color: white;
    font-size: 2rem;
    font-family: font1;

}
.perk h5{
    color: white;
    font-size: 4rem;
    margin: 0;
    font-family: font1;
    text-align: center;

}
.perk4{
    background-color: #f3ba2ff0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.clr{
    width: 90%;
    height: 3px;
}
.color1{
    background-color: green;

}
.color2{
    background-color: yellow;

}.color3{
    background-color: purple;

}
.benefs{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 50px;
}
.benef{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1000px;

}
.imgholder{
    flex: 1;
}
.imgholder img{
    width: 90%;
}
.benefcontent{
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: white;
    flex-direction: column;

}
.benefcontent p {
    font-family: font2;
    font-size: 1.1rem;
}
.benef1 .benefcontent h1{
    color: #f4533d;
    font-size: 3rem;
    font-family: font1;
}
.benef1 .benefcontent span{
    color: white;
    font-size: 1.5rem;
    font-family: font1;
    margin: 10px;
    background-color: green;
    padding: 10px 20px;
    border-radius: 25px;
    transform:rotate(-2deg);
    display: inline-block;  
}
.checkmark{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}
.benef1 .checkmark img{
    max-width: 20px;
    background-color: #f4533d;
    border-radius: 25px;
    padding: 6px;
    
}

.benef2 .benefcontent h1{
    color: #ffbb62;
    font-size: 3rem;
    font-family: font1;
}
.benef2 .benefcontent span{
    color: white;
    font-size: 1.5rem;
    font-family: font1;
    margin: 10px;
    background-color: #ff541e;
    padding: 10px 20px;
    border-radius: 25px;
    transform:rotate(-2deg);
    display: inline-block;  
}
.benef2 .checkmark img{
    max-width: 20px;
    background-color: #ffbb62;
    border-radius: 25px;
    padding: 6px;
    
}
.benef2{
    flex-direction: row-reverse !important;
}

.benef3 .benefcontent h1{
    color: #5cfa8b;
    font-size: 3rem;
    font-family: font1;
}
.benef3 .benefcontent span{
    color: white;
    font-size: 1.5rem;
    font-family: font1;
    margin: 10px;
    background-color: #ff541e;
    padding: 10px 20px;
    border-radius: 25px;
    transform:rotate(-2deg);
    display: inline-block;  
}
.benef3 .checkmark img{
    max-width: 20px;
    background-color: #5cfa8b;
    border-radius: 25px;
    padding: 6px;
    
}
#hype{
    background-image: url(/assets/bgbg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0;
    width: 100%;
}
.hypecontainer{
    position: relative;
    width: 90%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hypecontainer h1{
    font-size: 6rem;
    color: white;
    font-family: font1;
    text-align: center;
    margin: 0;
}
.float-soft {
  animation: floatSoft 4s ease-in-out infinite;
}
.float-drift {
  animation: floatDrift 5s ease-in-out infinite;
}
.whatis{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 300px;
}
.whatisstable{
    display: none;
}

@keyframes floatDrift {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(4px, -10px);
  }
  50% {
    transform: translate(0, -15px);
  }
  75% {
    transform: translate(-4px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}


@keyframes floatSoft {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}



.bluesq{
    position: absolute;
    width: 120px;
    top: 0;
    left: 0;
}
.whitesq{
    position: absolute;
    width: 170px;
    bottom: 0;
    right: 0;
}.greensq{
    position: absolute;
    width: 150px;
    top: 0;
    right: 0;
}.yellowsq{
    position: absolute;
    width: 220px;
    bottom: 0;
    left: 0;
}
.tokenomics{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tokenomics h1{
    font-family: font3;
    color: white;
    font-size: 5rem;
    margin: 0;
}
.tokenomics .liq{
    max-width: 90%;
    width: 1000px;
}

.details{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 40px 0;
    width: 100%;
}
.details h1{
    font-family: font3;
    color: white;
    font-size: 5rem;
    margin: 0;
    text-align: center;
}

.detailscontent{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 800px;
    gap: 40px;
    margin-top: 50px;

}
.detail{
    position: relative;
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color:#111b37 ;
    padding: 30px 20px;
    border-radius: 15px;
    gap: 10px;
    box-shadow: 0 1px 3px #ffffff1f, inset 0 0 24px 4px #ffffff0a, inset 0 4px 2px #ffffff0f, inset 0 0 0 2px #000, inset 0 -3px #ffffff0d;
}
.mark{
    border-radius: 25px;
    background-color: grey;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;

}
.mark span {
    color: white;
    font-family: font2;
    font-size: 0.9rem;
}
.mark img{
    width: 12px;
}
.tokenabs{
    position: absolute;
    max-width: 250px;
    top: -40px;
    right: 0;
}

.detail p{
    font-size: 1.4rem;
    font-family: font2;
    color: white;
    width: 100%;
    position: relative;
}
.absolutespan{
    position: absolute;
    top: 0;
    right: 0;
    color: #494949;
    font-family: font3;
    font-size: 1.5rem;
}
.detail h1{
    font-size: 4.5rem;
    font-family: font3;
    color: #f3ba2ff0;
    display: flex;
}
.alt .mark span{
    color: #32d975 !important;
    background-color: #32d97512 !important;
}
.alt{
    background-color: #1c1c1c;
}
.alt h1{
    color: white;
}
.alt .mark{
    background-color: #32d97512 !important;
}
.howtobuy{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}
.howtobuy h1{
    font-family: font3;
    color: white;
    font-size: 5rem;
    margin: 0;
    text-align: center;
}
.buycontainer{
    width: 90%;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
}
.buyelement{
    flex: 1;
    background-color: #2c4793;
    border: 1px solid;
    border-color: #2c2c2c;
    border-radius: 25px;
    padding: 5px 5px;
    color: white;
}
.buyelement h2{
    font-family: font2;
    font-size: 1.5rem;
}
.buyelement p{
    font-family: font1;
    font-size: 0.8rem;
}
.buyelement h1{
    font-family: font1;
    font-size: 4rem;
    background-color:#0f0f0f ;
    width: 100%;
    border-radius: 14px;
    text-align: center;

}

.faq {
  width: 90%;
  max-width: 700px;
  margin: 50px auto;
  font-family: Arial, sans-serif;
}
.faq h1{
    font-family: font3;
    color: white;
    font-size: 5rem;
    margin: 0;
    text-align: center;
}
.faq-item {
  padding: 15px 0;
    background-color: rgb(15, 15, 15);
    width: 100%;
    border-radius: 14px;
    box-shadow: rgba(255, 255, 255, 0.12) 0px 1px 3px 0px, rgba(255, 255, 255, 0.04) 0px 0px 24px 0px inset;
    padding: 10px 20px;
    margin: 10px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question span {
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  font-family: font3;
}

.faq-question img {
  width: 22px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question img {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  color: white;
  font-family: font2;
}

.faq-item.active .faq-answer {
  max-height: 200px; 
  opacity: 1;
  margin-top: 10px;
}

.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer img{
    width: 100%;
    max-width: 700px;
}
.footer p{
    font-family: font2;
    color: white;
    font-size: 1.1rem;
    max-width: 700px;
    text-align: center;
}
.socialswrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
}
.socialswrapper a{
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;

}
.socialswrapper a:hover{
    scale: 1.1;
    transform: translatey(-5px);

}
.socialswrapper a img{
    max-width: 50px;
}
@media screen and (max-width: 960px) {
.about p {
    
    max-width: 50%;
}
}

@media screen and (max-width: 900px) {
  .detailscontent {
    flex-direction: column;
    align-items: stretch;
  }
  .buypanel {
    max-width: 660px;

}
.homeimgabs {
    width: 200px;
    right: calc(0% - (50px));
}
.yellowsq {
    position: absolute;
    width: 200px;
}
}
@media screen and (max-width: 801px) {
.whatis{
    display: none;
}
.whatisstable{
    width: 300px;
    display: block;
    max-width: 70%;
}
.home1 h1 {
    font-size: 7rem;
}
.home1 h3 {
    font-size: 3rem;
}
.buypanel h1 {
    font-size: 5rem;
}
.buypanel p {
    font-size: 1rem;
}
.bulb4 {
    width: 100px;
    bottom: -40px;
    left: -45px;
}
.bulb2 {
    width: 100px;
    top: 0;
    right: -35px;
}
.bulb3 {
    width: 100px;
    bottom: -40px;
    right: -35px;
}
.homeimgabs {
        display: none;
    }
.bulb1 {
    width: 100px;
    top: -35px;
    left: -35px;
}
.about h4 {
    font-size: 5rem;
}
.aboutholder {
    align-items: center;
}
.about p {
    font-size: 1.3rem;
    max-width: 70%;
    text-align: center;
}
.infopanel {
    width: 90%;
    justify-content: center;
}
.hypecontainer h1 {
    font-size: 5rem;
}
    .yellowsq {
        position: absolute;
        width: 150px;
    }

    header {
    width: 50%;
    background-color: #1b1c1c;
    color: white;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 14px 30px;
    border-radius: 65px;
    min-width: 90%;
}
}

@media screen and (max-width: 743px) {
    .buypanel {
        max-width: 500px;
    }
    .home2 {
    position: absolute;
    width: 100%;
    max-width: 300px;
    z-index: 1;
    top: calc(50% - (130px));
}
.perks {
    flex-direction: column;
}
}
@media screen and (max-width: 600px) {
    .buycontainer {
    flex-direction: column;
    }
    .home1 h1 {
    font-size: 4rem;
    }
        .home1 h3 {
    font-size: 2rem;
    }
    .home3 p {
    font-size: 1.3rem;
    }
    .buypanel h1 {
    font-size: 4rem;
    }
    .ca span {
    font-size: 0.7rem;
}
    .buypanel {
        max-width: 330px;
    }
    .about h4 {
        font-size: 3rem;
    }
        .about p {
        font-size: 1rem;
    }
    .infopanel span {
    font-size: 2rem;
}
.infopanel h3 {
    font-size: 1.2rem;
}
}
@media screen and (max-width: 639px) {
        .links{
            display: none;
        }
            header {
        justify-content: space-around;
    }
}

@media screen and (max-width: 530px) {
    .benef {
    flex-direction: column;
}
.benef2 {
    flex-direction: column !important;
}
.benef .imgholder {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .hypecontainer h1 {
        font-size: 3rem;
    }
    .greensq {
    width: 50px;
    }
    .whitesq {
    width: 50px;
    }
    .bluesq {
    width: 50px;
    }.yellowsq {
    width: 50px;
    }
    .buypanel {
        max-width: 299px;
    }
    .detail h1 {
    font-size: 3rem;
    font-family: font3;
    color: #f3ba2ff0;
    display: flex
;
}
.tokenomics h1 {
    font-family: font3;
    color: white;
    font-size: 4rem;
    margin: 0;
}
.buypanel h1 {
        font-size: 3rem;
}
.faq {
    width: 90%;
    max-width: 700px;
    margin: 50px 0;
}
}

@media screen and (max-width: 400px) {

    .details h1 {
    font-family: font3;
    color: white;
    font-size: 4rem;
    margin: 0;
    text-align: center;
}
    .detail h1 {
        font-size: 2rem;
        font-family: font3;
        color: #f3ba2ff0;
        display: flex;
    }
    .howtobuy h1 {
    font-family: font3;
    color: white;
    font-size: 4rem;
    margin: 0;
    text-align: center;
}

.infopanel {
    width: 90%;
    background-color: #1c1c1c;
    border-radius: 20px;
    padding: 20px 20px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-direction: row;
}
.infopanel .button1{
    display: none;
}

.button1 {
    background-color: #f3ba2ff0;
    border-radius: 200px;
    box-shadow: rgba(255, 255, 255, 0.35) 0px -3px 4.7px 0px inset, rgba(255, 255, 255, 0.35) 0px 2px 4.3px 0px inset, rgba(0, 0, 0, 0.35) 0px 2px 2px 0px, rgba(0, 0, 0, 0.04) 0px 0.241451px 0.241451px 0px;
    padding: 16px 25px;
    text-decoration: none;
    color: white;
    font-family: font3;
}
.about p {
        text-align: left;
    }

}

