*{margin:0;padding:0}body{height:100vh;background:var(--bg-color);color:var(--text-color);transition:all .3s ease;font-family:outfit}canvas[id^=layerNeko]{z-index:2;pointer-events:auto}html{overflow-x:hidden}:root{--bg-color: #ffffff;--text-color: #1a1a1a;--card-bg: #f5f5f5;--accent: #4e73df}.dark-mode{--bg-color: #0d1117;--text-color: #ffffff;--card-bg: #1c1f24;--accent: #7aa2f7}body:not(.dark-mode) .visitor-tooltip p{color:#000;background:#fff}.theme-toggle-btn{position:fixed;bottom:110px;right:20px;width:48px;height:48px;background:var(--card-bg);color:var(--text-color);border-radius:50%;border:none;cursor:pointer;font-size:22px;box-shadow:0 4px 12px #00000040;transition:transform .2s ease,background .3s;display:flex;align-items:center;justify-content:center;z-index:999}.theme-toggle-btn:hover{transform:scale(1.1)}.visitor-badge:hover{transform:scale(1.07)}.visitor-badge{position:fixed;bottom:40px;right:20px;background:var(--card-bg);color:var(--text-color);padding:10px 18px;border-radius:25px;font-size:18px;display:flex;align-items:center;gap:6px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 0 10px #64b4ff66;animation:glowPulse 2s infinite ease-in-out;transition:transform .25s ease;z-index:999}.visitor-badge:hover{transform:scale(1.1)}@keyframes glowPulse{0%{box-shadow:0 0 10px #64b4ff4d}50%{box-shadow:0 0 20px #64b4ffb3}to{box-shadow:0 0 10px #64b4ff4d}}.visitor-tooltip{position:fixed;bottom:7px;right:15px;background:var(--card-bg);color:var(--text-color);padding:6px 12px;border-radius:8px;font-size:14px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transform:translateY(8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;box-shadow:0 0 12px #64b4ff66;z-index:998}.visitor-badge:hover+.visitor-tooltip{opacity:1;transform:translateY(0)}@media (max-width: 768px){.visitor-tooltip{opacity:1;transform:translateY(0);bottom:3px}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:10px;box-shadow:0 0 10px #3b82f6;animation:cyberGlow 2s infinite alternate}@keyframes cyberGlow{0%{box-shadow:0 0 6px #3b82f6}to{box-shadow:0 0 16px #60a5fa}}body:not(.dark-mode) ::-webkit-scrollbar-track{background:#cfd9ff}#scrollTopBtn{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:48px;height:48px;background:var(--card-bg);color:var(--text-color);border:none;border-radius:50%;font-size:22px;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .4s ease,transform .2s ease;z-index:999999!important;animation:scrollBtnGlow 2s infinite alternate}.show-scroll-btn{opacity:1!important;pointer-events:auto!important}#scrollTopBtn:hover{transform:translate(-50%) scale(1.1)}@keyframes scrollBtnGlow{0%{box-shadow:0 0 10px #3b82f6}to{box-shadow:0 0 20px #60a5fa}}@media (min-width: 768px) and (max-width: 1200px){.navbar{margin:20px 40px!important}.nav-menu{gap:30px!important}.nav-connect{padding:7px 21px!important;font-size:11px!important;margin-left:10px!important;margin-right:-20px!important}.about-sections{display:flex!important;gap:40px!important;margin-left:-200px!important}.about-left img{width:300px!important;height:auto!important}.footer{margin:60px 40px!important}.footer-top{display:flex!important;flex-direction:column!important;gap:40px!important}.footer-email-input{max-width:420px!important}}.navbar{display:flex;align-items:center;justify-content:space-between;margin:20px 170px;padding:14px 0}.nav-logo{font-size:26px;font-weight:600;background:linear-gradient(270deg,#df8908,#b415ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-menu{display:flex;align-items:center;gap:50px;list-style:none;font-size:17px}.nav-menu li{position:relative;cursor:pointer}.anchor-link{text-decoration:none}.anchor-link p{color:#fff;font-weight:500;transition:color .3s ease}.nav-menu li:after{content:"";position:absolute;bottom:-6px;left:50%;width:0;height:2px;background:linear-gradient(270deg,#df8908,#b415ff);transition:width .3s ease,left .3s ease}.nav-menu li:hover:after{width:100%;left:0}.nav-menu li img{margin:auto}.nav-connect{padding:14px 34px;border-radius:50px;background:linear-gradient(267deg,#da7c25,#b923e1);font-size:16px;font-weight:500;cursor:pointer;color:#fff;transition:transform .3s ease,box-shadow .3s ease}.nav-connect a{color:#fff;text-decoration:none}.nav-connect:hover{transform:translateY(-3px);box-shadow:0 10px 30px #b415ff66}.nav-mob-open,.nav-mob-close{display:none;cursor:pointer}@media (max-width: 768px){.navbar{margin:20px 24px}.nav-connect{display:none}.nav-mob-open{display:block;position:fixed;right:20px;top:24px;width:28px;z-index:3}.nav-mob-close{display:block;position:absolute;top:24px;right:24px;width:26px}.nav-menu{position:fixed;top:0;right:-100%;height:100vh;width:300px;padding-top:90px;flex-direction:column;align-items:flex-start;gap:28px;background:#1f0016f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:right .4s ease;z-index:2}.nav-menu.active{right:0}.nav-menu li{font-size:24px;padding-left:40px}.nav-menu li:after{display:none}.anchor-link p{color:#fff!important}}body:not(.dark-mode) .anchor-link p{color:#111}body:not(.dark-mode) .nav-menu li:after{background:linear-gradient(270deg,#df8908,#b415ff)}.hero{min-height:100vh;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:36px;text-align:center;padding:0 16px}.profile-wrapper{margin-top:40px;border-radius:50%;overflow:hidden;display:inline-block;box-shadow:0 0 25px #b415ff73,0 0 60px #df890859;animation:profileGlow 3s ease-in-out infinite}.profile-wrapper img{width:220px;height:220px;object-fit:cover;border-radius:50%;display:block}@keyframes profileGlow{0%{box-shadow:0 0 22px #b415ff66,0 0 42px #df89084d}to{box-shadow:0 0 36px #b415ffa6,0 0 60px #df890873}}.hero h1{font-size:64px;font-weight:600;width:75%;line-height:1.25;min-height:2.6em}.hero h1 span{background:linear-gradient(270deg,#df8908,#b415ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.typing-text{display:inline-block;min-width:420px;text-align:left;color:#b415ff;margin-left:8px;padding-right:6px;border-right:2px solid #b415ff;animation:blink .8s infinite}@keyframes blink{0%{border-color:#b415ff}to{border-color:transparent}}.hero p{width:52%;font-size:20px;line-height:36px;color:#d8d8d8}body:not(.dark-mode) .hero p{color:#333}.hero-action{display:flex;align-items:center;gap:22px}.hero-connect{padding:16px 42px;border-radius:50px;background:linear-gradient(264deg,#df8908,#b415ff);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.hero-connect a{color:#fff;text-decoration:none;font-size:18px;font-weight:600}.hero-connect:hover{transform:translateY(-3px);box-shadow:0 14px 30px #b415ff73}.hero-resume a{padding:16px 56px;border-radius:50px;border:2px solid #ffffffaa;text-decoration:none;color:#fff;font-size:18px;transition:transform .3s ease,border-color .3s ease}.hero-resume a:hover{transform:translateY(-3px);border-color:#b415ff}body:not(.dark-mode) .hero-resume a{color:#000;border-color:#0005}@media (max-width: 768px){.profile-wrapper{margin-top:-150px}.hero{margin-bottom:-150px}.profile-wrapper img{width:190px;height:190px}.hero h1{width:100%;font-size:44px;min-height:auto}.typing-text{min-width:auto;display:block;margin:8px auto 0;text-align:center;border-right:none}.hero p{width:100%;font-size:18px;line-height:30px}.hero-action{flex-direction:column;width:100%;gap:18px}.hero-connect{padding:14px 36px;margin:0 auto}.hero-resume a{padding:14px 42px;margin:0 auto}}@media (max-width: 480px){.hero h1{font-size:36px}.hero p{font-size:16px}.profile-wrapper img{width:170px;height:170px}}.about{display:flex;flex-direction:column;align-items:center;gap:80px;margin:80px 170px}.about-tital{position:relative}.about-tital h1{padding:0 30px;font-size:70px;font-weight:600}.about-tital img{position:absolute;bottom:0;right:0;z-index:-1}.about-sections{display:grid;grid-template-columns:1fr 2fr;gap:80px;width:100%;align-items:center}.about-left{display:flex;justify-content:center}.about-left img{width:100%;max-width:360px;border-radius:18px;box-shadow:0 25px 60px #00000059}.about-right{display:flex;flex-direction:column;gap:40px}.about-para{background:#ffffff08;padding:32px;border-radius:18px;line-height:1.7;font-size:18px;box-shadow:0 10px 30px #00000040}.about-skills{display:grid;grid-template-columns:1fr 1fr;gap:40px}.about-skill-left,.about-skill-right{background:#ffffff08;padding:28px;border-radius:18px;box-shadow:0 10px 30px #00000040}.skill-tech-heading{font-size:26px;margin-bottom:20px;color:#da7c25}.about-skill,.about-teck-tools{display:inline-block;padding:10px 16px;margin:8px 6px 0 0;border-radius:999px;background:#ffffff0f;font-size:15px;cursor:default;transition:transform .3s ease,background .3s ease,box-shadow .3s ease}.about-skill:hover,.about-teck-tools:hover{transform:translateY(-4px);background:linear-gradient(45deg,#3f0028,#582300);box-shadow:0 10px 25px #0006}@media (max-width: 768px){.about{margin:50px 20px;align-items:start;gap:60px}.about-tital h1{font-size:50px;padding:0}.about-tital img{width:130px;right:-20px}.about-sections{grid-template-columns:1fr;gap:50px}.about-left{justify-content:center}.about-left img{width:220px;max-width:80%;border-radius:16px;box-shadow:0 12px 30px #00000040}.about-para{font-size:16px;padding:24px}.about-skills{grid-template-columns:1fr}}body:not(.dark-mode) .about-para,body:not(.dark-mode) .about-skill-left,body:not(.dark-mode) .about-skill-right{background:#f7f7f7;color:#111}body:not(.dark-mode) .about-skill,body:not(.dark-mode) .about-teck-tools{background:#eaeaea}body:not(.dark-mode) .about-skill:hover,body:not(.dark-mode) .about-teck-tools:hover{background:#ffedd5}.myprojects{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.project-logo{position:relative}.project-logo h1{padding:0 30px;font-size:70px;font-weight:600}.project-logo img{position:absolute;bottom:0;right:0;z-index:-1}.project-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:50px;width:100%}.project-left,.project-right,.project-third{padding:60px;border-radius:14px;border:2px solid transparent;cursor:pointer;background:transparent;transition:transform .4s ease,box-shadow .4s ease,background .4s ease}.project-left:hover,.project-right:hover,.project-third:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000059;background-image:linear-gradient(45deg,#3f0028,#582300)}.project-left h3,.project-right h3,.project-third h3{font-size:30px;font-weight:600;margin-bottom:20px}.project-left img,.project-right img,.project-third img{width:100%;border-radius:12px;padding-bottom:20px;transition:transform .4s ease}.project-left:hover img,.project-right:hover img,.project-third:hover img{transform:scale(1.02)}.project-left p,.project-right p,.project-third p{font-size:17px;font-weight:200;margin-bottom:20px;line-height:1.6}.link{display:flex;justify-content:space-between}.link a{text-decoration:none;color:orange;font-weight:600;font-size:20px;transition:color .3s ease,transform .3s ease}.link a:hover{color:red;transform:translate(4px)}@media (max-width: 768px){.myprojects{align-items:start;gap:60px;margin:40px 20px}.project-logo h1{font-size:50px;padding:0}.project-logo img{width:130px;right:-20px}.project-left,.project-right,.project-third{padding:24px}.project-left h3,.project-right h3,.project-third h3{font-size:24px}.project-left p,.project-right p,.project-third p{font-size:15px}}body:not(.dark-mode) .project-left,body:not(.dark-mode) .project-right,body:not(.dark-mode) .project-third{border:2px solid black}body:not(.dark-mode) .project-left:hover,body:not(.dark-mode) .project-right:hover,body:not(.dark-mode) .project-third:hover{background-image:none}.gitstatus{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.gitstatus-tital{position:relative}.gitstatus-tital h1{padding:0 30px;font-size:60px;font-weight:600}.gitstatus-tital img{position:absolute;bottom:0;right:0;z-index:-1}.gitstatus-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;width:100%}.gitstatus-container div{padding:20px;background:#ffffff05;border-radius:14px;display:flex;align-items:center;justify-content:center}.gitstatus-container div img{width:100%;max-height:200px;object-fit:contain;display:block;margin:auto;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.gitstatus-container div img:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 15px 40px #00000059}@media (max-width: 768px){.gitstatus{margin:40px 20px;gap:40px;align-items:start}.gitstatus-tital h1{font-size:50px;padding:0}.gitstatus-tital img{width:130px;right:-20px}.gitstatus-container{grid-template-columns:repeat(1,auto)}.gitstatus-container div:nth-child(3){grid-column:1 / span 1;justify-self:center;width:100%}}.contact{display:flex;flex-direction:column;align-items:center;gap:80px;margin:80px 170px}.contact-tital{position:relative}.contact-tital h1{padding:0 30px;font-size:60px;font-weight:600}.contact-tital img{position:absolute;bottom:0;right:0;z-index:-1}.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;width:100%}.contact-left{display:flex;flex-direction:column;gap:30px}.contact-left h1{font-size:64px;font-weight:700;background:linear-gradient(270deg,#df8908,#b415ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-left p{max-width:520px;font-size:18px;line-height:30px;color:#d8d8d8}.contact-details{display:flex;flex-direction:column;gap:24px}.contact-detail{display:flex;align-items:center;gap:18px;font-size:17px;color:#d8d8d8}.contact-detail-icons{display:flex;gap:30px;margin-top:10px}.contact-detail-icons a{font-size:44px;color:orange;transition:transform .3s ease,color .3s ease}.contact-detail-icons a:hover{color:#b415ff;transform:translateY(-4px)}.contact-right{background:#ffffff08;padding:40px;border-radius:20px;box-shadow:0 20px 50px #00000059;display:flex;flex-direction:column;gap:22px}.contact-right label{font-size:18px;font-weight:500;color:#d8d8d8}.contact-right input,.contact-right textarea{width:100%;max-width:100%;border:none;border-radius:10px;padding:18px 20px;background:#32323c;color:#e0e0e0;font-size:18px;font-family:Outfit;display:block;transition:border .3s ease,box-shadow .3s ease}.contact-right textarea{resize:vertical}.contact-right input:focus,.contact-right textarea:focus{outline:none;box-shadow:0 0 0 2px #b415ff80}.contact-submit{align-self:flex-start;border:none;border-radius:50px;background:linear-gradient(264deg,#df8908,#b415ff);color:#fff;font-size:20px;padding:16px 48px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.contact-submit:hover{transform:translateY(-4px);box-shadow:0 12px 30px #b415ff73}@media (max-width: 768px){.contact{margin:50px 20px;align-items:start}.contact-tital h1{font-size:50px;padding:0}.contact-tital img{width:130px;right:-20px}.contact-section{grid-template-columns:1fr;gap:60px}.contact-left h1{font-size:50px}.contact-right{padding:28px;width:100%}.contact-submit{font-size:18px;padding:14px 36px}}body:not(.dark-mode) .contact-left p,body:not(.dark-mode) .contact-detail,body:not(.dark-mode) .contact-right label{color:#111}body:not(.dark-mode) .contact-right{background:#f7f7f7}body:not(.dark-mode) .contact-right input,body:not(.dark-mode) .contact-right textarea{background:#eaeaea;color:#111}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box}.footer{margin:80px 170px 40px;padding:40px;border-radius:24px;background:#ffffff08;box-shadow:0 25px 60px #00000059;display:flex;flex-direction:column;gap:30px}.footer-top{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.footer-top-left h2{font-size:32px;margin-bottom:12px;background:linear-gradient(270deg,#df8908,#b415ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-top-left p{font-size:18px;line-height:30px;max-width:420px;color:#d8d8d8}.footer-top-right{display:flex;gap:18px;align-items:center}.footer-email-input{display:flex;align-items:center;gap:14px;padding:16px 20px;border-radius:50px;background:#32323b;flex:1;transition:box-shadow .3s ease}.footer-email-input img{width:22px}.footer-email-input input{border:none;outline:none;background:transparent;width:100%;color:#e0e0e0;font-size:16px;font-family:Outfit}.footer-email-input:focus-within{box-shadow:0 0 0 2px #b415ff80}.footer-subscribe{border:none;border-radius:50px;padding:16px 34px;font-size:16px;font-weight:500;color:#fff;background:linear-gradient(264deg,#df8908,#b415ff);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.footer-subscribe:hover{transform:translateY(-3px);box-shadow:0 12px 30px #b415ff73}.footer hr{border:none;height:1px;background:#ffffff1a}.footer-bottom{display:flex;justify-content:space-between;font-size:16px;color:#bdbdbd}@media (max-width: 768px){.footer{margin:50px 20px;padding:30px}.footer-top{grid-template-columns:1fr;gap:40px}.footer-top-right{flex-direction:column;align-items:stretch}.footer-subscribe{width:100%;padding:14px}.footer-bottom{flex-direction:column;gap:10px}}body:not(.dark-mode) .footer{background:#f7f7f7}body:not(.dark-mode) .footer-top-left p,body:not(.dark-mode) .footer-bottom{color:#111}body:not(.dark-mode) .footer-email-input{background:#eaeaea}body:not(.dark-mode) .footer-email-input input{color:#111}.snowfall-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0}
