.custom-container{height:100vh;width:100%;overflow:hidden;position:fixed}.circle-container{position:absolute;width:2px;height:2px;top:100%;left:50%;animation:floatUp 10s linear infinite}.circle{width:2px;height:2px;border-radius:50%;background:#fff}@keyframes floatUp{0%{transform:translate(-50%) scale(1);opacity:1}to{transform:translate(-50%,-100vh) scale(.5);opacity:0}}.navBg{background-image:radial-gradient(circle 248px at center,#16d9e3,#30c7ec 47%,#46aef7)}.blur-box{background:#0003;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px)}.blur-nav{background:#00000080;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.hoverBgGradiant{background-image:linear-gradient(-225deg,#fffeff,#a4d2ff)}.hoverBgGradiant:hover{background-image:linear-gradient(to top,#00f7f0,#feff67)}.hoverBgGradiant:hover p.text-gray-300,.hoverBgGradiant:hover h3{color:#000}.animated-border{border:1px solid;border-color:#ccc;transition:.7s}.animated-border:hover{animation:borderColorChange 3s infinite linear;border:1px solid;transform:scale(1.03)}@keyframes backgroundColor{0%{transform:scale(0)}50%{transform:scale(.5)}to{transform:scale(1)}}@keyframes borderColorChange{0%{border-color:#ffd000}50%{border-color:#ea00d7}to{border-color:#00ff59}}.shape-bg{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1}.shape{position:absolute;opacity:1;animation:float 10s ease-in-out infinite}.triangle{width:0;height:0;border-left:50px solid transparent;border-right:50px solid transparent;border-bottom:100px solid #ff7f50;top:20%;left:10%}.circle{width:3px;height:3px;background-color:#4fc3f7;border-radius:50%;top:40%;left:60%}.square{width:60px;height:60px;background-color:#81c784;top:70%;left:30%}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.home-glow-layer{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;contain:layout style}.glow-orb{position:absolute;border-radius:50%;will-change:transform;filter:blur(90px)}.glow-orb-1{width:500px;height:500px;top:-80px;left:15%;background:radial-gradient(circle,rgba(99,102,241,1) 0%,transparent 70%);opacity:.07;animation:glow-drift-1 28s ease-in-out infinite}.glow-orb-2{width:420px;height:420px;top:8%;right:5%;background:radial-gradient(circle,rgba(139,92,246,1) 0%,transparent 70%);opacity:.06;animation:glow-drift-2 22s ease-in-out infinite}.glow-orb-3{width:540px;height:540px;top:22%;left:-60px;background:radial-gradient(circle,rgba(59,130,246,1) 0%,transparent 70%);opacity:.05;animation:glow-drift-3 32s ease-in-out infinite}.glow-orb-4{width:460px;height:460px;top:36%;right:10%;background:radial-gradient(circle,rgba(168,85,247,1) 0%,transparent 70%);opacity:.06;animation:glow-drift-4 25s ease-in-out infinite}.glow-orb-5{width:480px;height:480px;top:50%;left:30%;background:radial-gradient(circle,rgba(6,182,212,1) 0%,transparent 70%);opacity:.05;animation:glow-drift-5 30s ease-in-out infinite}.glow-orb-6{width:400px;height:400px;top:65%;right:20%;background:radial-gradient(circle,rgba(217,70,239,1) 0%,transparent 70%);opacity:.05;animation:glow-drift-6 26s ease-in-out infinite}.glow-orb-7{width:520px;height:520px;top:78%;left:5%;background:radial-gradient(circle,rgba(99,102,241,1) 0%,transparent 70%);opacity:.06;animation:glow-drift-7 35s ease-in-out infinite}.glow-orb-8{width:460px;height:460px;top:90%;right:0;background:radial-gradient(circle,rgba(139,92,246,1) 0%,transparent 70%);opacity:.05;animation:glow-drift-8 20s ease-in-out infinite}@keyframes glow-drift-1{0%,to{transform:translate(0) scale(1);opacity:.09}50%{transform:translate(35px,-25px) scale(1.08);opacity:.14}}@keyframes glow-drift-2{0%,to{transform:translate(0) scale(1);opacity:.08}50%{transform:translate(-28px,18px) scale(1.1);opacity:.12}}@keyframes glow-drift-3{0%,to{transform:translate(0) scale(1);opacity:.07}33%{transform:translate(20px,-15px) scale(1.06);opacity:.11}66%{transform:translate(-15px,10px) scale(.96);opacity:.06}}@keyframes glow-drift-4{0%,to{transform:translate(0) scale(1);opacity:.08}50%{transform:translate(-22px,-20px) scale(1.09);opacity:.13}}@keyframes glow-drift-5{0%,to{transform:translate(0) scale(1);opacity:.06}50%{transform:translate(30px,20px) scale(1.07);opacity:.1}}@keyframes glow-drift-6{0%,to{transform:translate(0) scale(1);opacity:.07}50%{transform:translate(-18px,-22px) scale(1.08);opacity:.11}}@keyframes glow-drift-7{0%,to{transform:translate(0) scale(1);opacity:.08}40%{transform:translate(25px,-18px) scale(1.05);opacity:.12}80%{transform:translate(-10px,12px) scale(.97);opacity:.07}}@keyframes glow-drift-8{0%,to{transform:translate(0) scale(1);opacity:.07}50%{transform:translate(-30px,-15px) scale(1.1);opacity:.11}}:root{--shooting-time: 3s}.night{position:relative;width:100%;height:100%;top:150px;left:-150px;transform:rotate(-40deg)}.shooting_star{position:absolute;left:50%;top:50%;height:2px;background:linear-gradient(-45deg,#b7ceff,#00f0);border-radius:999px;filter:drop-shadow(0 0 6px rgba(183,206,255,1));animation:tail var(--shooting-time) ease-in-out infinite,shooting var(--shooting-time) ease-in-out infinite}.shooting_star:before,.shooting_star:after{content:"";position:absolute;top:calc(50% - 1px);right:0;height:2px;background:linear-gradient(-45deg,#00f0,#b7ceff,#00f0);border-radius:100%;animation:shining var(--shooting-time) ease-in-out infinite}.shooting_star:before{transform:translate(50%) rotate(45deg)}.shooting_star:after{transform:translate(50%) rotate(-45deg)}.shooting_star:nth-child(1){top:calc(50% - 102px);left:calc(50% - 127px);animation-delay:2513ms}.shooting_star:nth-child(1):before,.shooting_star:nth-child(1):after{animation-delay:2513ms}.shooting_star:nth-child(2){top:calc(50% - 200px);left:calc(50% - 97px);animation-delay:3611ms}.shooting_star:nth-child(2):before,.shooting_star:nth-child(2):after{animation-delay:3611ms}.shooting_star:nth-child(3){top:calc(50% - 135px);left:calc(50% - 53px);animation-delay:1277ms}.shooting_star:nth-child(3):before,.shooting_star:nth-child(3):after{animation-delay:1277ms}.shooting_star:nth-child(4){top:calc(50% - 235px);left:calc(50% - 53px);animation-delay:4277ms}.shooting_star:nth-child(4):before,.shooting_star:nth-child(4):after{animation-delay:4277ms}.shooting_star:nth-child(5){top:calc(50% - 150px);left:calc(50% - 100px);animation-delay:1.5s}.shooting_star:nth-child(5):before,.shooting_star:nth-child(5):after{animation-delay:1.5s}.shooting_star:nth-child(6){top:calc(50% - 100px);left:calc(50% - 30px);animation-delay:1977ms}.shooting_star:nth-child(6):before,.shooting_star:nth-child(6):after{animation-delay:1977ms}.shooting_star:nth-child(7){top:calc(50% - 90px);left:calc(50% - 63px);animation-delay:3.6s}.shooting_star:nth-child(7):before,.shooting_star:nth-child(7):after{animation-delay:3.6s}.shooting_star:nth-child(8){top:calc(50% + -0px);left:calc(50% - 78px);animation-delay:1.6s}.shooting_star:nth-child(8):before,.shooting_star:nth-child(8):after{animation-delay:1.6s}.shooting_star:nth-child(9){top:calc(50% - 350px);left:calc(50% - 53px);animation-delay:2.2s}.shooting_star:nth-child(9):before,.shooting_star:nth-child(9):after{animation-delay:2.2s}.shooting_star:nth-child(10){top:calc(50% - 300px);left:calc(50% + -0px);animation-delay:.7s}.shooting_star:nth-child(10):before,.shooting_star:nth-child(10):after{animation-delay:.7s}@keyframes tail{0%{width:0}30%{width:100px}to{width:0}}@keyframes shining{0%{width:0}50%{width:30px}to{width:0}}@keyframes shooting{0%{transform:translate(0)}to{transform:translate(300px)}}
