*{margin:0;padding:0}body{height:100vh;background:#161513;color:#fff;font-family:outfit}.navbar{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 7%;box-sizing:border-box;position:relative;z-index:1000}.logo{width:180px;height:auto;object-fit:contain;display:block;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:scale(1.03)}.nav-menu{display:flex;align-items:center;justify-content:center;gap:45px;list-style:none;margin:0;padding:0}.nav-menu li{position:relative;display:flex;flex-direction:column;align-items:center;cursor:pointer;white-space:nowrap}.nav-menu li p{margin:0;color:#fff;font-size:18px;font-weight:500;cursor:pointer;transition:color .3s ease,transform .3s ease}.nav-menu li:hover p{color:#da7c25;transform:translateY(-2px)}.anchor-link{text-decoration:none;color:inherit}.nav-menu li>img{width:35px;height:auto;margin-top:6px;display:block}.nav-connect{padding:14px 28px;border-radius:50px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);color:#fff;font-size:18px;font-weight:500;cursor:pointer;white-space:nowrap;transition:transform .3s ease,box-shadow .3s ease}.nav-connect:hover{transform:scale(1.05);box-shadow:0 8px 25px #b923e140}.nav-mob-open,.nav-mob-close{display:none}.nav-menu-open{right:0!important}@media(max-width:1400px){.navbar{padding:18px 6%}.logo{width:170px}.nav-menu{gap:35px}.nav-menu li p{font-size:17px}.nav-connect{padding:13px 24px;font-size:17px}}@media(max-width:1100px){.navbar{padding:18px 5%}.logo{width:160px}.nav-menu{gap:25px}.nav-menu li p{font-size:16px}.nav-connect{padding:12px 20px;font-size:16px}}@media(max-width:900px){.navbar{padding:18px 35px}.logo{width:150px}.nav-connect{display:none}.nav-menu{position:fixed;top:0;right:-350px;width:320px;height:100vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:25px;padding:90px 30px 30px;box-sizing:border-box;background:#1f0016;z-index:1001;overflow-y:auto;transition:right .4s ease;box-shadow:-10px 0 30px #0000004d}.nav-menu li{width:100%;align-items:flex-start}.nav-menu li p{font-size:21px}.nav-menu li>img{margin-left:0;margin-top:5px}.nav-mob-open{display:block;width:32px;height:32px;cursor:pointer;z-index:1000}.nav-mob-close{display:block;position:absolute;top:25px;right:25px;width:28px;height:28px;cursor:pointer}}@media(max-width:767px){.navbar{padding:16px 25px}.logo{width:140px}.nav-mob-open{width:30px;height:30px}.nav-menu{width:300px;right:-300px;padding:85px 25px 30px;gap:22px}.nav-menu li p{font-size:20px}.nav-mob-close{top:25px;right:22px;width:27px;height:27px}}@media(max-width:575px){.navbar{padding:15px 20px}.logo{width:125px}.nav-mob-open{width:28px;height:28px}.nav-menu{width:280px;right:-280px;padding:80px 22px 25px;gap:20px}.nav-menu li p{font-size:19px}.nav-mob-close{top:22px;right:20px;width:25px;height:25px}}@media(max-width:399px){.navbar{padding:14px 16px}.logo{width:115px}.nav-mob-open{width:26px;height:26px}.nav-menu{width:250px;right:-250px;padding:75px 20px 20px;gap:18px}.nav-menu li p{font-size:18px}.nav-mob-close{top:20px;right:18px;width:24px;height:24px}}.hero{width:100%;min-height:calc(100vh - 100px);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:40px 7% 80px;box-sizing:border-box;overflow:hidden}.photo-circle{width:220px;height:220px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;overflow:hidden;border-radius:50%}.photo-circle img{width:125%;height:125%;object-fit:cover;display:block}.hero h1{width:70%;max-width:1100px;margin:0 auto;text-align:center;font-size:90px;line-height:1.08;font-weight:600;letter-spacing:-1px;color:#fff}.hero h1 span:first-child{background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-location{background:linear-gradient(180deg,#f93,#fff,#138808);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{width:50%;max-width:850px;margin:25px auto 0;text-align:center;font-size:20px;line-height:1.7;color:#e5e5e5;font-weight:400}.hero-action{display:flex;align-items:center;justify-content:center;gap:25px;margin-top:35px;margin-bottom:50px}.hero-connect{padding:15px 30px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);color:#fff;font-size:20px;font-weight:500;cursor:pointer;border:2px solid transparent;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.hero-connect:hover{transform:translateY(-3px);border-color:#fff;box-shadow:0 10px 30px #b415ff40}.hero-resume{padding:15px 55px;border-radius:50px;border:2px solid white;color:#fff;font-size:20px;font-weight:500;cursor:pointer;transition:transform .3s ease,border-color .3s ease,background .3s ease,color .3s ease}.hero-resume:hover{transform:translateY(-3px);border-color:#b415ff;background:#b415ff14}@media(min-width:1401px){.hero h1{width:68%;font-size:90px}.hero p{width:48%;font-size:21px}}@media(max-width:1400px){.hero{padding:35px 6% 70px}.photo-circle{width:190px;height:190px}.hero h1{width:75%;font-size:70px}.hero p{width:60%;font-size:18px;line-height:1.65}.hero-action{margin-top:30px}}@media(max-width:1100px){.hero{min-height:auto;padding:35px 5% 70px}.photo-circle{width:175px;height:175px}.hero h1{width:80%;font-size:60px}.hero p{width:70%;font-size:17px;line-height:1.65}.hero-connect,.hero-resume{font-size:17px;padding:14px 28px}.hero-resume{padding-left:40px;padding-right:40px}}@media(max-width:900px){.hero{min-height:auto;padding:50px 35px 70px}.photo-circle{width:160px;height:160px;margin-bottom:15px}.hero h1{width:90%;font-size:50px;line-height:1.12}.hero p{width:85%;font-size:16px;line-height:1.7;margin-top:22px}.hero-action{gap:15px;margin-top:30px}.hero-connect,.hero-resume{font-size:16px;padding:13px 25px}.hero-resume{padding-left:30px;padding-right:30px}}@media(max-width:767px){.hero{padding:35px 25px 60px}.photo-circle{width:140px;height:140px}.hero h1{width:100%;font-size:42px;line-height:1.13;letter-spacing:-.5px}.hero p{width:100%;font-size:15px;line-height:1.65;margin-top:20px}.hero-action{flex-direction:column;width:100%;gap:15px;margin-top:28px;margin-bottom:30px}.hero-connect,.hero-resume{width:210px;box-sizing:border-box;text-align:center;font-size:16px}.hero-connect,.hero-resume{padding:13px 20px}}@media(max-width:575px){.hero{padding:30px 20px 50px}.photo-circle{width:120px;height:120px;margin-bottom:12px}.hero h1{width:100%;font-size:34px;line-height:1.15}.hero p{width:100%;font-size:14px;line-height:1.65}.hero-action{gap:12px;margin-top:25px}.hero-connect,.hero-resume{width:190px;font-size:15px;padding:12px 18px}}@media(max-width:399px){.hero{padding:25px 16px 45px}.photo-circle{width:105px;height:105px}.hero h1{font-size:29px;line-height:1.16}.hero p{font-size:13px;line-height:1.6}.hero-action{margin-top:22px;margin-bottom:20px}.hero-connect,.hero-resume{width:175px;font-size:14px;padding:11px 15px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.about-title{position:relative}.about-title h1{padding:0px,30px;font-size:80px;font-weight:600;background:linear-gradient(270deg,#df8908 50.41%,#b415ff 92.24%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-title h1:hover{transform:scale(1.12);transition:.5s}.about-sections{display:flex;gap:80px}.about-right{display:flex;flex-direction:column;gap:80px}.about-para{display:flex;flex-direction:column;gap:20px;font-size:24px;font-weight:500}.about-para:hover{transform:scale(1.12);transition:.5s}.about-skills{display:flex;flex-direction:column;gap:20px}.about-skill{display:flex;gap:50px;align-items:center;transition:.3s}.about-skill p{min-width:150px;font-size:24px;font-weight:500}.about-skill hr{outline:none;border:none;width:50%;height:8px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%)}.about-achievements{display:flex;width:100%;justify-content:space-between;margin-bottom:80px;gap:20px}about-achievement{display:flex;flex-direction:column;align-items:center;gap:10px;transition:.05s}.about-achievement h1{font-size:60px;font-weight:700;background:linear-gradient(270deg,#df8908 50.41%,#b415ff 92.24%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-achievement p{font-size:22px;font-weight:600}.about-skill:hover{transform:scale(1.05);transition:.3s}.about-achievement:hover{transform:scale(1.12);transition:.5s}.services{width:95%;display:flex;flex-direction:column;align-items:center;gap:80px;margin:100px auto;padding:0 7%;box-sizing:border-box}.services-title{position:relative;text-align:center}.services-title h1{margin:0;padding:0 30px;font-size:80px;font-weight:600;line-height:1.1;background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services-container{width:100%;max-width:1400px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:40px}.services-format{min-height:330px;display:flex;flex-direction:column;justify-content:center;gap:18px;padding:40px;box-sizing:border-box;border-radius:18px;border:1px solid rgba(255,255,255,.25);background:#ffffff05;cursor:pointer;position:relative;overflow:hidden;transition:transform .4s ease,border-color .4s ease,background .4s ease,box-shadow .4s ease}.services-format:before{content:"";position:absolute;width:180px;height:180px;top:-90px;right:-90px;border-radius:50%;background:linear-gradient(135deg,#b415ff,#df8908);opacity:0;filter:blur(50px);transition:opacity .4s ease}.services-format h3{margin:0;font-size:26px;font-weight:600;color:#bdbdbd}.services-format h2{margin:0;font-size:36px;line-height:1.2;font-weight:700;background:linear-gradient(270deg,#df8908 20%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services-format p{margin:0;max-width:360px;color:#d4d4d4;font-size:17px;line-height:1.7}.services-format:hover{transform:translateY(-8px);border-color:#b415ff;background:linear-gradient(135deg,#3f0028cc,#582300b3);box-shadow:0 15px 40px #b415ff26}.services-format:hover:before{opacity:.25}@media(min-width:1401px){.services{margin-top:120px;margin-bottom:120px}.services-title h1{font-size:85px}.services-container{gap:35px}.services-format{min-height:350px;padding:45px}}@media(max-width:1400px){.services{margin:90px auto;padding:0 6%;gap:50px}.services-title h1{font-size:70px}.services-container{gap:25px}.services-format{min-height:310px;padding:35px}.services-format h3{font-size:24px}.services-format h2{font-size:31px}.services-format p{font-size:16px}}@media(max-width:1100px){.services{padding:0 5%;margin:80px auto}.services-title h1{font-size:60px}.services-container{gap:20px}.services-format{min-height:290px;padding:30px}.services-format h3{font-size:22px}.services-format h2{font-size:27px}.services-format p{font-size:15px;line-height:1.6}}@media(max-width:900px){.services{margin:70px auto;padding:0 35px;gap:45px}.services-title h1{font-size:52px;padding:0 15px}.services-container{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.services-format{min-height:280px;padding:28px}.services-format h3{font-size:21px}.services-format h2{font-size:25px}.services-format p{font-size:15px;line-height:1.6}}@media(max-width:767px){.services{margin:60px auto;padding:0 25px;gap:35px}.services-title h1{font-size:43px;padding:0}.services-container{grid-template-columns:1fr;gap:18px;width:100%}.services-format{min-height:250px;padding:30px;border-radius:16px}.services-format h3{font-size:20px}.services-format h2{font-size:27px}.services-format p{max-width:100%;font-size:15px;line-height:1.65}.services-format:hover{transform:translateY(-5px)}}@media(max-width:575px){.services{margin:50px auto;padding:0 20px;gap:30px}.services-title h1{font-size:36px}.services-container{gap:16px}.services-format{min-height:230px;padding:25px;border-radius:14px;gap:14px}.services-format h3{font-size:18px}.services-format h2{font-size:24px}.services-format p{font-size:14px;line-height:1.6}}@media(max-width:399px){.services{margin:45px auto;padding:0 16px;gap:25px}.services-title h1{font-size:31px}.services-format{min-height:215px;padding:22px;gap:12px}.services-format h3{font-size:17px}.services-format h2{font-size:22px}.services-format p{font-size:13.5px;line-height:1.6}}.mywork{display:flex;flex-direction:column;align-items:center;gap:60px;margin:100px 10%}.mywork-title{position:relative}.mywork-title h1{position:relative;z-index:1;padding:0 30px;font-size:55px;font-weight:600}.mywork-title img{position:absolute;width:160px;right:0;bottom:0;z-index:0}.mywork-container{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.project-card{overflow:hidden;border-radius:18px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 8px 25px #00000014;transition:all .4s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000026}.project-image{width:100%;height:260px;overflow:hidden;background:#f5f5f5}.project-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.project-card:hover .project-image img{transform:scale(1.06)}.project-content{padding:25px}.project-content h2{margin-bottom:12px;font-size:23px;font-weight:600;color:#222}.project-content p{margin-bottom:18px;font-size:14px;line-height:1.7;color:#666}.project-tech{display:inline-block;margin-bottom:22px;padding:7px 12px;border-radius:20px;background:#f3e8ff;color:#8b2be2;font-size:12px;font-weight:600}.project-buttons{display:flex;gap:12px}.project-buttons a{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600;transition:all .3s ease}.github-btn{border:1px solid #333;color:#333;background:transparent}.github-btn:hover{background:#333;color:#fff}.live-btn{background:linear-gradient(135deg,#b923e1,#7c3aed);color:#fff;border:1px solid transparent}.live-btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px #b923e14d}.mywork-showmore{display:flex;align-items:center;gap:15px;padding:16px 30px;border:2px solid #444;border-radius:50px;cursor:pointer;transition:all .3s ease}.mywork-showmore p{font-size:17px;color:#fff}.mywork-showmore img{width:20px;height:20px;object-fit:contain;transition:transform .3s ease}.mywork-showmore:hover{gap:23px;border-color:#b923e1}.mywork-showmore:hover img{transform:translate(5px)}@media(max-width:900px){.mywork{margin:80px 7%;gap:45px}.mywork-title h1{font-size:45px}.mywork-container{gap:22px}.project-image{height:220px}}@media(max-width:600px){.mywork{margin:60px 5%;gap:35px}.mywork-title h1{padding:0;font-size:35px}.mywork-title img{width:100px}.mywork-container{grid-template-columns:1fr;gap:25px}.project-image{height:220px}.project-content{padding:20px}.project-content h2{font-size:21px}.project-content p{font-size:13px}}@media(max-width:400px){.mywork{margin:50px 4%}.mywork-title h1{font-size:30px}.project-image{height:190px}.project-buttons a{padding:9px 15px;font-size:13px}}.Toastify__toast{border-radius:12px;font-family:inherit;font-size:15px}.Toastify__toast--success,.Toastify__toast--error{background:#1f1f1f}.Toastify__progress-bar{background:linear-gradient(90deg,#b026ff,#ff4fd8,#ff9800)}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px;margin:80px 10%}.contact-title{position:relative}.contact-title h1{padding:0 30px;font-size:70px;font-weight:600;position:relative;z-index:1}.contact-title img{position:absolute;bottom:0;right:0;z-index:0;width:160px}.contact-section{display:flex;justify-content:space-between;width:100%;gap:80px}.contact-left{display:flex;flex-direction:column;gap:25px;flex:1}.contact-left h1{font-size:88px;font-weight:600;background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-left p{max-width:550px;color:#d8d8d8;font-size:18px;line-height:30px}.contact-details{display:flex;flex-direction:column;gap:25px;margin-top:15px}.contact-detail{display:flex;align-items:center;gap:20px;color:#d8d8d8;font-size:18px}.contact-detail img{width:28px;height:28px;object-fit:contain}.whatsapp-icon{width:28px;height:28px;color:#25d366;flex-shrink:0}.contact-detail p{margin:0;font-size:18px}.contact-right{display:flex;flex-direction:column;align-items:flex-start;gap:15px;flex:1}.contact-right label{color:#d8d8d8;font-size:18px;font-weight:500}.contact-right input,.contact-right textarea{width:100%;box-sizing:border-box;border:none;outline:none;border-radius:6px;padding:18px 20px;font-family:inherit;font-size:16px;color:#fff;background:#32323c}.contact-right input::placeholder,.contact-right textarea::placeholder{color:#a5a5a5}.contact-right input:focus,.contact-right textarea:focus{box-shadow:0 0 0 2px #b415ff}.contact-right textarea{resize:vertical;min-height:160px}.contact-submit{margin-top:20px;padding:18px 40px;border:none;border-radius:50px;background:linear-gradient(270deg,#df8908 10%,#b415ff);color:#fff;font-size:17px;font-weight:500;cursor:pointer;transition:.3s}.contact-submit:hover{transform:scale(1.05);transition:.3s}@media(max-width:900px){.contact{margin:70px 6%}.contact-title h1{font-size:55px}.contact-section{gap:40px}.contact-left h1{font-size:45px}.contact-left p{font-size:16px;line-height:27px}.contact-detail p{font-size:16px}}@media(max-width:600px){.contact{margin:50px 6%;gap:35px}.contact-title h1{font-size:40px;padding:0 15px}.contact-title img{width:100px}.contact-section{flex-direction:column;gap:50px}.contact-left{gap:18px}.contact-left h1{font-size:36px}.contact-left p{font-size:15px;line-height:25px}.contact-details{gap:18px}.contact-detail{gap:15px}.contact-detail img{width:23px;height:23px}.contact-detail p{font-size:14px}.contact-right{width:100%}.contact-right label{font-size:15px}.contact-right input,.contact-right textarea{padding:15px;font-size:14px}.contact-submit{padding:15px 30px;font-size:15px}}: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: 0px;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)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.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)}}.footer{margin:80px 10% 30px;display:flex;flex-direction:column;gap:30px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:80px}.footer-top-left{display:flex;flex-direction:column;gap:20px;max-width:500px}.footer-top-left img{width:150px}.footer-top-left p{color:#d8d8d8;font-size:18px;line-height:26px;margin:0}.footer-top-right{display:flex;align-items:center;gap:15px}.footer-email-input{display:flex;align-items:center;gap:12px;width:280px;padding:15px 18px;background:#32323c;border-radius:6px;box-sizing:border-box}.footer-email-input img{width:22px;height:22px;object-fit:contain}.footer-email-input input{width:100%;border:none;outline:none;background:transparent;color:#fff;font-family:inherit;font-size:15px}.footer-email-input input::placeholder{color:#a5a5a5}.footer-subscribe{padding:15px 28px;border-radius:6px;background:linear-gradient(270deg,#df8908 10%,#b415ff);color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:.3s;white-space:nowrap}.footer-subscribe:hover{transform:translateY(-2px);box-shadow:0 5px 20px #b415ff40}.footer hr{width:100%;border:none;border-top:1px solid #444;margin:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:15px 0 38px}.footer-bottom-left{margin:0;color:#a5a5a5;font-size:14px}.footer-bottom-right{display:flex;align-items:center;gap:30px}.footer-bottom-right p{margin:0;color:#a5a5a5;font-size:14px;cursor:pointer;transition:.3s}.footer-bottom-right p:hover{color:#fff}@media(max-width:900px){.footer{margin:70px 6% 25px}.footer-top{gap:40px}.footer-top-left{max-width:400px}.footer-top-left p{font-size:15px;line-height:24px}.footer-top-right{flex-direction:column;align-items:stretch}.footer-email-input{width:260px}.footer-subscribe{text-align:center}.footer-bottom-right{gap:20px}}@media(max-width:600px){.footer{margin:60px 6% 25px;gap:25px}.footer-top{flex-direction:column;gap:35px}.footer-top-left{max-width:100%}.footer-top-left img{width:100px}.footer-top-left p{font-size:14px;line-height:23px}.footer-top-right{width:100%;flex-direction:column;gap:12px}.footer-email-input{width:100%}.footer-subscribe{font-size:20px;padding:22px 50px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);cursor:pointer;transition:.3s}.footer-bottom{width:100%;display:flex;justify-content:center;align-items:center;gap:40px;margin-top:30px;padding-top:20px;border-top:1px solid #444}.footer-bottom-left,.footer-bottom-right{display:flex;align-items:center;justify-content:center}.footer-bottom-right{gap:30px}.footer-bottom-right p{font-size:13px}}
