.hero{width:100%;padding:0 var(--default-padding);color:#fff;background:linear-gradient(#000 0%,#0083bc 100%);border-bottom-right-radius:100px;border-bottom-left-radius:100px;min-height:700px;padding-top:90px;position:relative;overflow:hidden}.hero__light-rays{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero__container{z-index:2;justify-content:space-between;gap:40px;max-width:1600px;margin:40px auto;display:flex;position:relative}.hero__center{pointer-events:none;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}.hero__center img{filter:drop-shadow(0 0 20px #0084bc97)drop-shadow(0 0 30px #0084bc9d);margin:0 auto}.hero__floating-boxes{pointer-events:none;width:100%;height:100%;position:absolute;top:20%;left:0%;transform:translate(-50%)}.hero__floating-boxes .box{filter:drop-shadow(0 0 10px #18b9ffe6);background:#18b9ff40;border:1px solid #18b9ffe6;animation:2s ease-in-out infinite pulse;position:absolute;box-shadow:0 0 8px #18b9ffcc,0 0 18px #18b9ffb3,0 0 35px #18b9ff99,0 0 60px #18b9ff66}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 6px #18b9ff99,0 0 14px #18b9ff80,0 0 28px #18b9ff66,0 0 45px #18b9ff4d}50%{opacity:1;transform:scale(1.35);box-shadow:0 0 6px #18b9ff99,0 0 14px #18b9ff80,0 0 28px #18b9ff66,0 0 45px #18b9ff4d}}.box1{width:15px;height:15px;animation-delay:0s;top:20%;left:55%}.box2{width:33px;height:33px;animation-delay:.4s;top:25%;left:40%}.box3{width:21px;height:21px;animation-delay:.8s;top:33%;left:60%}.box4{width:10px;height:10px;animation-delay:1.2s;top:45%;left:47%}.box5{width:10px;height:10px;animation-delay:1.6s;top:40%;left:75%}.box6{width:3px;height:3px;animation-delay:2s;top:42%;left:60%}.box7{width:3px;height:3px;animation-delay:2.4s;top:48%;left:57%}.box8{width:6px;height:6px;animation-delay:2.8s;top:45%;left:63%}.box9{width:3px;height:3px;animation-delay:3.2s;top:48%;left:68%}.box10{width:10px;height:10px;animation-delay:3.6s;top:53%;left:68%}.box11{width:27px;height:27px;animation-delay:4s;top:58%;left:43%}.hero__left{flex-direction:column;gap:60px;width:60%;display:flex}.hero__left .hero__title{font-size:80px;line-height:var(--heading-line-height);min-height:200px}.hero__left .hero__title span.hero__typing-text{color:var(--primary-color);text-align:left;min-width:400px;display:inline-block}.hero__left .hero__title span.hero__cursor{color:var(--primary-color);animation:1s step-end infinite blink;display:inline}.hero__left .hero__title span.hero__cursor:before{content:"_"}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero__left p{font-size:var(--default-p-size);font-variant:var(--p-line-height);color:var(--text-color2);max-width:460px}.hero__stats{align-items:center;gap:16px;display:flex}.hero__avatars{display:flex}.hero__avatars img{border:2px solid #003b5c;border-radius:50%;width:40px;height:40px;margin-left:-10px}.hero__avatars img:first-child{margin-left:0}.hero__stats-text h4{font-size:20px;font-weight:600}.hero__stats-text span{font-size:var(--default-p-size);color:var(--text-color2)}.hero__right{width:30%;max-width:350px;margin-top:30px}.hero__right .hero__desc{font-size:var(--default-p-size);line-height:var(--p-line-height);color:var(--text-color2);text-align:justify;margin-bottom:32px}.hero__actions{align-items:center;gap:10px;width:100%;margin-top:32px;display:flex}.hero__right .hero__play-btn{background-color:var(--light-black);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:background-color .3s;display:flex}.hero__right .hero__play-btn svg{flex-shrink:0;font-size:18px}@media (max-width:900px){.hero{border-bottom-right-radius:20px;border-bottom-left-radius:20px;min-height:fit-content}.hero__container{text-align:center;flex-direction:column;align-items:center;gap:15px;margin:0 auto 30px}.hero__actions,.hero__stats{justify-content:center}.hero__center{margin-top:15px;position:static;bottom:0;left:0;transform:translate(30%)}.hero__center img{width:280px;height:auto;margin-bottom:-10px}.hero__left{gap:10px;width:100%}.hero__left .hero__title{min-height:140px;font-size:48px}.hero__left .hero__title span.hero__typing-text{min-width:250px}.hero__explore-btn{display:none}.hero__right{width:100%;max-width:100%;margin-top:0}}@media (max-width:576px){.hero__center{margin-top:15px;position:static;bottom:0;left:0;transform:translate(20%)}.hero__center img{width:280px}.hero__left .hero__title span.hero__typing-text{min-width:200px}}
.circular-btn{cursor:pointer;background-color:#35303f;border:none;border-radius:50%;outline:5px solid #35303f;justify-content:center;align-items:center;width:100px;height:100px;padding:0;transition:all .3s;display:flex;position:relative}.circular-btn__rotating-text{pointer-events:none;width:100%;height:100%;animation:10s linear infinite rotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.circular-btn__circular-text{fill:#fff;font-size:var(--heading-four);letter-spacing:2px;font-weight:200}.circular-btn__play-icon{z-index:1;flex-shrink:0;margin-left:3px;position:relative}
