@import"https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap";*{box-sizing:border-box;padding:0%;margin:0%;text-decoration:none;list-style:none}:root{--bg: #000;--primary: #e72118;--text: #fff;--header: #ffc0cb}body{background:var(--bg)}.container{width:100%;min-height:100vh;font-size:10px;background:var(--bg);position:relative;font-family:Saira,serif}.container nav{width:1000px;height:7em;display:flex;align-items:center;justify-content:space-between;position:absolute;top:2%;left:50%;transform:translate(-50%);border-radius:100px;padding:0 3em;z-index:5}.container nav .logo img{object-fit:contain;width:70px}.container nav ul{display:flex;align-items:center;gap:5em}.container nav ul li a{font-size:2em;color:var(--text)}.container nav .socialLinks{display:flex}.container nav .socialLinks{display:flex;align-items:center;gap:2.4em}.container nav .socialLinks .btx{display:flex;width:50px;height:45px;align-items:center;justify-content:center;font-size:2.4em;border-radius:3px}.container nav .socialLinks .btx:first-child{color:var(--text);background:var(--primary);border-radius:5px}.container nav .socialLinks .btx:last-child{color:var(--text);background:var(--primary);border-radius:5px}.container header{width:100%;height:100vh;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.container header .imgCont{width:80px;position:absolute;top:10%;left:5%;z-index:1}.container header .imgCont2{width:200px;position:absolute;right:0%;bottom:-6%;z-index:1}.container header .imgCont img{object-fit:contain;width:100%}.container header .imgCont2 img{object-fit:contain;width:100%;height:100%}.container header .headerCont{width:100%;min-height:calc(100vh - 8em);display:flex;align-items:center;justify-content:center;gap:0em;margin-top:auto}.container header .headerCont .bgCont{width:40%;min-height:60vh;display:flex;gap:4em}.container header .headerCont .bgCont img{object-fit:cover;width:400px;height:500px;border-radius:10px;transform:scale(1.1);transition:transform .5s ease-in-out}.container header .headerCont .bgCont:hover img{transform:scale(1)}.container header .headerCont .txt{width:50%;min-height:60vh;display:flex;flex-direction:column;gap:0em;color:var(--text)}.container header .headerCont .txt h1{font-size:5em}.container header .headerCont .txt h2{font-size:2em}.container header .headerCont .txt p{font-size:1.4em;padding-right:8em;margin-top:1.5em}.container header .headerCont .txt .btns{display:flex;align-items:center}.container header .copy_box{width:90%;height:auto;display:flex;align-items:center;justify-content:space-between;background:var(--header);gap:2em;padding:1em 2em;border-radius:5px;margin-top:2em}.container header .copy_box h2{font-size:1em;color:var(--text)}.container header .copy_box .btn{font-size:1.6em;font-weight:600;padding:.5em 1em;color:var(--text);background:var(--primary);border-radius:5px;cursor:pointer}.container header .headerCont .txt .btns{gap:4em}.container header .headerCont .txt .btns .buyBtn{font-size:2em;margin-top:1.5em;padding:.5em 2em;color:var(--text);background:var(--primary);border-radius:5px;cursor:pointer}.container header .headerCont .txt .btns .startBtn{font-size:1.4em;margin-top:2.2em;padding:.5em 1em;display:flex;align-items:center;gap:.5em;color:var(--text);background:var(--primary);border-radius:5px;cursor:pointer}.container header .headerCont .txt .btns .startBtn img{object-fit:contain;width:40px}.container section.why{width:100%;min-height:50vh}.container section.why h1{font-size:6em;text-align:center}.container section.why .child{display:flex;align-items:center;justify-content:space-around;padding:0 6em}.container section.why .child .chatCont{width:50%}.chatCont .chat{display:flex;flex-direction:column-reverse;font-family:Saira,serif;height:20rem;color:#313131;position:relative;overflow:hidden}.chatCont .chat__inner{display:flex;flex-direction:column;padding:.75rem}.chatCont .chat:before{content:"";position:absolute;z-index:1;top:0;height:40%;width:100%;background:linear-gradient(to bottom,#000 20%,#0000) repeat-x}.chatCont .chat p{margin:0;padding:0}.chatCont .chat__message{width:45%;display:flex;align-items:flex-end;transform-origin:0 100%;padding-top:0;transform:scale(0);max-height:0;overflow:hidden;animation:message .15s ease-out 0s forwards;animation-delay:var(--timeline);color:var(--bg);--bgcolor: var(--text);--radius: 12px 12px 12px 0}.chatCont .chat__message_B{flex-direction:row-reverse;text-align:right;align-self:flex-end;transform-origin:100% 100%;color:var(--text);--bgcolor: var(--primary);--radius: 12px 12px 0 12px}.chatCont .chat__message:before{content:"";flex:0 0 40px;aspect-ratio:1;background:var(--bgcolor);border-radius:50%}.chatCont .chat__content{flex:0 1 auto;padding:1rem;margin:0 .5rem;background:var(--bgcolor);border-radius:var(--radius)}@keyframes message{0%{max-height:100vmax}80%{transform:scale(1.1)}to{transform:scale(1);max-height:100vmax;overflow:visible;padding-top:1rem}}.chatCont code{display:inline-block;padding:.35rem;color:#9acd32;background:#f6f6f6}.container section.why .child .txt{width:40%}.container section.why .child .txt h2{font-size:3em;color:var(--text);margin-top:2em}.container section.why .child .txt ul li{color:var(--text);font-size:1.4em;margin:.5em 0}.container section.tokenomics{width:100%;min-height:40vh;overflow:hidden;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2em;padding:2em 6em;margin-top:6em}.container section.tokenomics h1{width:100%;display:flex;justify-content:center;font-size:6em;color:var(--text)}.container section.tokenomics .imgCont{width:300px;position:absolute;top:0%;left:-3%;z-index:1}.container section.tokenomics .imgCont2{width:300px;position:absolute;right:-3.3%;bottom:-3%;z-index:1}.container section.tokenomics .imgCont img{object-fit:contain;width:100%;height:100%}.container section.tokenomics .imgCont2 img{object-fit:contain;width:100%;height:100%}.container section.tokenomics .txt{width:100%}.container section.tokenomics .rows{width:100%;height:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:4em}.container section.tokenomics .rows .box{width:250px;height:150px;display:flex;flex-direction:column;justify-content:center;gap:1em;color:var(--text);background:var(--primary);text-align:center;box-shadow:#00000040 0 14px 28px,#00000038 0 10px 10px;transition:transform .3s cubic-bezier(.68,-.55,.27,1.55);border-radius:5px}.container section.tokenomics .rows .box:first-child{transform:scale(.5);transition-delay:.5s}.container section.tokenomics .rows .box:nth-child(2){transform:scale(.4);transition-delay:.7s}.container section.tokenomics .rows .box:nth-child(3){transform:scale(.3);transition-delay:.9s}.container section.tokenomics .rows .box:nth-child(4){transform:scale(.2);transition-delay:1s}.container section.tokenomics .rows .box:nth-child(5){transform:scale(.1);transition-delay:1.1s}.container section.tokenomics .rows.active .box{transform:scale(1)}.container section.tokenomics .rows .box h2{font-size:2em;opacity:.9}.container section.tokenomics .rows .box h3{font-size:3em}.container footer{width:100%;padding:1em 6em;display:flex;align-items:center;justify-content:space-between;text-align:center;margin-top:2em}.container footer p{font-size:2em;color:var(--text)}.container footer .socialLinks{display:flex;align-items:center;flex-wrap:wrap;gap:2.4em}.container footer .socialLinks .btx{display:flex;width:100px;height:40px;align-items:center;justify-content:center;font-size:1.4em;gap:.5em;color:var(--bg);background:var(--text);border-radius:7px}@media (max-width: 768px){.container{width:100%;min-height:100vh;font-size:10px}#mobile{display:block}#desk{display:none}.container nav{width:100%;height:7em;top:1%;border-radius:0;padding:0 1em;z-index:6}.container nav ul li a{display:none}.container nav .socialLinks{display:flex}.container nav .socialLinks{display:flex;align-items:center;gap:2.4em}.container nav .socialLinks .btx{display:flex;width:40px;height:35px;align-items:center;justify-content:center;font-size:2.4em}.container header{height:auto}.container header .imgCont2{width:100px;position:absolute;right:-3%;bottom:-1%;z-index:1}.container header .imgCont img{object-fit:contain;width:100%}.container header .headerCont{gap:2em;flex-direction:column}.container header .headerCont .bgCont{width:100%;margin-top:10em}.container header .headerCont .txt{width:100%;margin-top:2em;padding:0 2em}.container header .headerCont .txt h1{font-size:3em}.container header .headerCont .txt h2{font-size:1.4em}.container header .headerCont .txt p{font-size:1.4em;padding-right:0;margin-top:1em}.container header .headerCont .txt .btns{display:flex;align-items:center}.container header .copy_box{width:100%;gap:1em;border-radius:5px;margin-top:2em}.container header .copy_box h2{font-size:1em;color:var(--bg)}.container header .copy_box .btn{font-size:1.2em}.container header .headerCont .txt .btns .buyBtn{font-size:1.4em;padding:.8em 1.6em}.container header .headerCont .txt .btns .startBtn{font-size:1em;padding:.2em 1.6em}.container header .headerCont .bgCont img{object-fit:cover;width:85%;height:450px;border-radius:10px;transform:scale(1);transition:transform .5s ease-in-out;margin:2em auto}.container section.why{width:100%;min-height:50vh}.container section.why h1{font-size:6em;text-align:center}.container section.why .child{display:flex;align-items:center;justify-content:space-around;padding:0 2em;flex-direction:column}.container section.why .child .chatCont{width:100%}.chatCont .chat{display:flex;font-size:.7em}.chatCont .chat__message{width:70%}.container section.why .child .txt{width:100%}.container section.why .child .txt h2{font-size:3em;color:var(--text);margin-top:2em}.container section.why .child .txt ul li{font-size:1.4em;margin:.5em 0}.container section.tokenomics{width:100%;gap:2em;padding:2em}.container section.tokenomics h1{font-size:4em}.container section.tokenomics .imgCont{width:150px;top:7%;left:-10%;z-index:1}.container section.tokenomics .imgCont2{width:100px;right:-5.3%;bottom:0%;z-index:1}.container section.tokenomics .txt{width:100%}.container section.tokenomics .rows{width:100%;height:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:4em}.container footer{width:100%;padding:1em 2em;margin-top:2em;flex-direction:column;gap:2em}.container footer p{font-size:1.4em;color:var(--text)}.container footer .socialLinks{display:flex;align-items:center;flex-wrap:wrap;gap:2.4em}.container footer .socialLinks .btx{display:flex;width:100px;height:40px;align-items:center;justify-content:center;font-size:1.4em;gap:.5em;color:var(--bg);background:var(--text);border-radius:7px}}
