@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--body-color: rgb(250, 250, 250);--color-white: rgb(255, 255, 255);--text-color-second: rgb(68, 68, 68);--text-color-third: rgb(30, 159, 171);--first-color: rgb(110, 87, 224);--first-color-hover: rgb(40, 91, 212);--second-color: rgb(0, 201, 255);--third-color: rgb(192, 166, 49);--first-shadow-color: rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px;border-radius:25px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:30px}::-webkit-scrollbar-thumb:hover{background:#bbb}.btn{font-weight:500;padding:12px 20px;background:#efefef;border:none;border-radius:10px;cursor:pointer;transition:.4s}.btn>i{margin-left:10px}.btn:hover{background:var(--second-color);color:var(--color-white)}.scroll-icon-box{cursor:pointer}body{background:var(--body-color)}.container{width:100%;position:relative}nav{position:fixed;display:flex;justify-content:space-between;width:100%;height:90px;line-height:90px;background:var(--body-color);padding-inline:9vw;transition:.3s;z-index:100}.nav-logo{position:relative}.nav-name{font-size:30px;font-weight:600;color:var(--text-color-third)}.nav-logo span{position:absolute;top:-15px;right:-20px;font-size:5em;color:var(--text-color-second)}.nav-menu,.nav_menu_list{display:flex;cursor:pointer}.nav-menu .nav_list{list-style:none;position:relative;overflow:hidden}.nav-link{text-decoration:none;color:var(--text-color-second);font-weight:500;padding-inline:15px;margin-inline:20px}.nav-menu-btn{display:none}.nav-menu-btn i{font-size:28px;cursor:pointer}.active-link{position:relative;color:var(--first-color);transition:.3}.active-link:after{content:"";position:absolute;left:50%;bottom:-15px;transform:translate(-50%,-50%);width:5px;height:5px;background:var(--first-color);border-radius:50%}.wrapper{padding-inline:10vw}.featured-box{position:relative;display:flex;height:100vh;min-height:700px}.featured-text{position:relative;display:flex;justify-content:center;align-content:center;min-height:80vh;flex-direction:column;width:50%;padding-left:20px}.featured-text-card span{background:var(--third-color);color:var(--color-white);padding:3px 8px;font-size:12px;border-radius:5px}.featured-name{font-size:40px;font-weight:600;color:var(--text-color-second);margin-block:20px}.typedText{text-transform:capitalize;color:var(--text-color-third)}.featured-text-info{font-size:15px;margin-bottom:30px;color:var(--text-color-second)}.featured-text-btn{display:flex;gap:20px}.featured-text-btn>.blue-btn{background:var(--first-color);color:var(--color-white)}.featured-text-btn>.blue-btn:hover{background:var(--first-color-hover)}.social_icons{display:flex;margin-top:5em;gap:30px}.icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;box-shadow:0 2px 5px #00000040;cursor:pointer}.icon:hover{color:var(--first-color)}.featured-image{display:flex;justify-content:right;align-content:center;min-height:80vh;width:50%}.image{margin:auto 0;width:380px;height:380px;border-radius:55% 45%;overflow:hidden;animation:imgFloat 7s ease-in-out infinite}.image img{width:380px;height:380px;object-fit:cover}@keyframes imgFloat{50%{transform:translateY(10px);border-radius:45% 55%}}.scroll-btn{position:absolute;bottom:0;left:50%;translate:-50%;display:flex;justify-content:center;align-items:center;width:150px;height:50px;gap:5px;text-decoration:none;color:var(--text-color-second);background:var(--color-white);border-radius:30px;box-shadow:0 2px 5px #00000040}.scroll-btn i{font-size:20px}.section{padding-block:5em}.row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:50px}.col{width:50%}.top-header{text-align:center;margin-bottom:5em}.top-header h1{font-weight:600;color:var(--text-color-second);margin-bottom:10px}.top-header span{color:#999}h3{font-size:20px;font-weight:600;color:var(--text-color-second);margin-bottom:15px}.about-info{position:relative;display:flex;align-items:center;flex-direction:column;padding-block:30px 70px;padding-inline:20px;width:100%;background:var(--color-white);border-radius:20px}.about-info p{font-size:15px;color:#777}.about-btn button{position:absolute;right:20px;bottom:20px;background:var(--first-color);color:var(--color-white);border-radius:30px}.about-btn button:hover{background:var(--first-color-hover)}.skills-box{margin:10px 10px 30px}.skills-header{margin-bottom:10px}.skills-list{display:flex;flex-wrap:wrap;gap:5px}.skills-list span{font-size:14px;background:var(--first-color);color:var(--color-white);padding:2px 10px;border-radius:5px}.project-container{display:flex;width:100%;justify-content:space-between;gap:20px;flex-wrap:wrap}.project-box{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:30%;height:250px;background:var(--color-white);border-radius:20px;overflow:hidden}.project-box>i{font-size:50px;color:#00b5e7;margin-bottom:25px}.project-box label{font-size:15px;color:#777}.project-box:after,.contact-info:after{content:"";position:absolute;bottom:-100%;background:var(--second-color);width:100%;height:100%;transition:.4s;z-index:1}.project-box:hover.project-box:after,.contact-info:hover.contact-info:after{bottom:0}.project-box:hover.project-box i,.project-box:hover.project-box>h3,.project-box:hover.project-box>label{color:var(--color-white);z-index:2}.hover-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center}.project-box:hover .hover-content h3{color:var(--color-white);position:relative;z-index:3}.hover-content h3{transition:color .4s ease}.contact-info{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 30px;width:100%;height:315px;background:var(--second-color);border-radius:10px;box-shadow:1px 8px 10px 2px var(--first-shadow-color);overflow:hidden}.contact-info>h2{color:var(--color-white);margin-bottom:20px}.contact-info>p{display:flex;align-items:center;gap:10px;color:var(--color-white);margin-block:5px}.contact-info p>i{font-size:18px}.contact-info:after{background:var(--color-white)}.contact-info:hover.contact-info h2,.contact-info:hover.contact-info p,.contact-info:hover.contact-info i{color:#777;z-index:2}.form-control{display:flex;flex-direction:column;gap:10px;width:100%}.form-inputs{display:flex;gap:10px;width:100%}.input-field{width:50%;height:55px;background:transparent;border:2px solid #aaa;border-radius:10px;padding-inline:20px;outline:none}textarea{width:100%;height:250px;background:transparent;border:2px solid #aaa;border-radius:10px;padding:15px 20px;outline:none;resize:none}.form-button>.btn{display:flex;align-items:center;justify-content:center;background:var(--second-color);color:var(--color-white)}.form-button>.btn:hover{background:#00b5e7}.form-button i{font-size:18px;rotate:-45deg}footer{display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:30px;background:#f8f8f8;padding-block:40px 60px}.top-footer p{font-size:25px;font-weight:600}.middle-footer .footer-menu{display:flex}.footer_menu_list{list-style:none;cursor:pointer}.footer_menu_list a{text-decoration:none;color:var(--text-color-second);font-weight:500;margin-inline:20px}.footer-social-icons{display:flex;gap:30px}.bottom-footer{font-size:14px;margin-top:10px}.nav-button{display:grid;grid-template-columns:auto auto;align-items:center;gap:3px}#theme_toogle{display:none}@media only screen and (max-width:1024px){.featured-text{padding:0}.image,.image img{width:320px;height:320px}}@media only screen and (max-width:900px){.nav-button{display:none}#theme_toogle{display:flex}.nav-menu.responsive{left:0}.nav-menu{position:fixed;top:80px;left:-100%;flex-direction:column;justify-content:center;align-items:center;background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;min-height:450px;height:90vh;transition:.3s}.nav_menu_list{flex-direction:column;align-items:center;cursor:pointer}.nav-menu-btn{display:flex;align-items:center;justify-content:center}.featured-box{flex-direction:column;justify-content:center;height:100vh}.featured-text{width:100%;order:2;justify-content:center;align-content:flex-start;min-height:60vh}.social_icons{margin-top:2em}.featured-image{order:1;justify-content:center;min-height:150px;width:100%;margin-top:65px}.image,.image img{width:150px;height:150px}.row{display:flex;flex-direction:column;justify-content:center;gap:50px}.col{display:flex;justify-content:center;flex-direction:column;width:100%}.about-info,.contact-info{width:100%}.project-container{justify-content:center}.project-box{width:80%}}@media only screen and (max-width:540px){.featured-name{font-size:40px}.project-box{width:100%}.form-inputs{flex-direction:column}.input-field{width:100%}.scroll-icon-box{cursor:pointer;display:none}.footer-menu{flex-direction:column;gap:20px}}*{overflow-x:hidden}.featured-image,.featured-text-card,.icon{overflow:hidden}div .social_icons,.scroll-icon-box{height:50px}.scroll-btn{margin-bottom:10px}.col{overflow:visible}nav.scrolled{box-shadow:0 0 2px #0000001a;transition:box-shadow .3s ease-in-out}.testimonials-section{position:relative;width:100%;min-height:70vh;overflow:hidden;font-family:Arial,sans-serif;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem}.testimonials-section:before{content:"Testimonies";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10rem;color:#f5f5f5;z-index:0;pointer-events:none;white-space:nowrap}.testimonial-slide{position:relative;z-index:2;max-width:800px;margin:0 auto}.testimonial-subtitle{font-size:.8rem;letter-spacing:2px;color:#aaa;text-transform:uppercase;margin-bottom:.5rem}.testimonial-heading{font-size:2rem;font-weight:700;color:#333;margin-bottom:2rem}.testimonial-quote{font-style:italic;font-size:1.2rem;color:#555;max-width:600px;margin:0 auto 1.5rem;line-height:1.5}.testimonial-author{font-weight:700;font-size:1rem;color:#333;margin-bottom:2rem}.next-line{width:40px;height:2px;margin:0 auto;background-color:#333;cursor:pointer}.next__line{display:flex}.next-line:hover{background-color:#666}.next-line:hover{background-color:#555}@media(max-width:768px){.testimonials-section:before{font-size:6rem}.testimonial-heading{font-size:1.8rem}.testimonial-quote{font-size:1.1rem}}@media(max-width:480px){.testimonials-section:before{font-size:4rem}.testimonial-heading{font-size:1.4rem}.testimonial-quote{font-size:1rem}}.footer-social-icons{height:50px;display:flex;gap:30px}.view-all-projects{margin-top:2rem;display:flex;justify-content:center;align-items:center;overflow:hidden}.view-all-button{background:var(--button-bg);color:var(--button-text);padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:500;transition:background .3s ease}.projects-page{padding:4rem 2rem;background-color:#f9f9f9}.container1{max-width:1200px;margin:0 auto 50px;padding:0 1rem}.projects-heading{text-align:center;margin-bottom:2rem;margin-top:185px;font-weight:600;color:var(--text-color-second)}.project-card:hover{transform:translateY(-1px)}.project-image-container{position:relative;overflow:hidden}.project-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.project-title{font-size:20px;font-weight:600;color:var(--text-color-second)}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{cursor:pointer;font-size:14px;background:var(--first-color);color:var(--color-white);padding:2px 10px;border-radius:5px}.project-link{display:inline-block;text-align:center;padding:.75rem 1.5rem;border-radius:10px;text-decoration:none;font-size:1rem;transition:background-color .3s ease;background:var(--first-color);color:var(--color-white)}@media(max-width:768px){.projects-heading{font-size:1.5rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.project-image{height:150px}}@media(max-width:480px){.projects-page{padding:2rem 1rem}.projects-heading{font-size:1.25rem}.project-content{padding:1rem}.project-title{font-size:1.25rem}.project-description{font-size:.875rem}.tag{font-size:.75rem}.project-link{padding:.5rem 1rem;font-size:.875rem}}.tabs-container{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.tab{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#333;background-color:#f0f0f0;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.tab:hover,.tab.active{background-color:#007bff;color:#fff;background:var(--first-color);color:var(--color-white)}@media(max-width:768px){.tabs-container{gap:.5rem}.tab{padding:.5rem 1rem;font-size:.875rem}}.theme-toggle{background:none;border:none;cursor:pointer;color:var(--text);padding:8px;border-radius:50%;transition:all .3s ease;margin-top:6px}.theme-toggle:hover{background:#0000001a}.dark-mode nav{background:#1a1a1ae6;box-shadow:0 0 2px #ffffff1a}.dark-mode .nav-link,.dark-mode .nav-name span,.dark-mode .featured-name,.dark-mode .text-color-second,.dark-mode .top-header h1{color:#fff!important}.dark-mode .btn:hover{background:var(--first-color-hover)}.dark-mode .project-box,.dark-mode .about-info,.dark-mode .contact-info:after{background:var(--color-white)}.dark-mode .testimonials-section{background:var(--body-color)}.dark-mode .testimonials-section:before{color:#ffffff0d}.dark-mode .testimonial-heading,.dark-mode .testimonial-quote,.dark-mode .testimonial-author{color:#fff!important}.dark-mode ::-webkit-scrollbar-track{background:#2d2d2d}.dark-mode ::-webkit-scrollbar-thumb{background:#555}.dark-mode ::-webkit-scrollbar-thumb:hover{background:#666}.dark-mode footer{border:1px solid #2d2d2d}.dark-mode .footer_menu_list a,.dark-mode .bottom-footer{color:#ccc!important}.dark-mode .theme-toggle:hover{background:#ffffff1a}.dark-mode{--body-color: #1a1a1a;--color-white: #2d2d2d;--text-color-second: #cccccc;--text-color-third: #4ecdc4;--first-color: #7286d3;--first-color-hover: #5a6db8;--second-color: #4ecdc4;--first-shadow-color: rgba(255, 255, 255, .1);background:var(--body-color);color:#fff}.dark-mode .projects-heading{color:#fff}.dark-mode .tab{background:var(--color-white);color:var(--text-color-second)}.dark-mode .tab.active{background:var(--first-color);color:#fff}.dark-mode .project-title{color:#fff}.dark-mode .project-description{color:var(--text-color-second)}.dark-mode .project-link,.dark-mode .tag{background:var(--first-color);color:#fff!important}.dark-mode .project-image{border:1px solid var(--first-shadow-color)}.dark-mode .projects-grid,.dark-mode .container1,.dark-mode .tabs-container{background:var(--body-color)}.dark-mode .project-content,.dark-mode .project-image-container{background:var(--color-white)}.nav-name a{text-decoration:none;all:unset;cursor:pointer}.portfolio-container{max-width:1200px;margin:0 auto;padding:2rem}.portfolio-subtitle{color:#666;font-size:1.2rem;text-transform:uppercase;letter-spacing:2px}.projects-grid{display:grid;grid-template-columns:auto;gap:10rem}.project-card{border-radius:8px;overflow:hidden}.project-card:hover{transform:translateY(-5px)}.project-image-wrapper{position:relative;aspect-ratio:16/9}.project-image{width:100%;height:100%;object-fit:cover;display:block}.project-info{padding:1.5rem;text-align:left;margin-top:20px}.project-title{font-size:1.4rem;margin-bottom:.5rem}.project-description{color:#666;line-height:1.6;margin-bottom:1rem;font-size:15px}@media(max-width:768px){.portfolio-container{padding:1rem}.portfolio-title{font-size:2rem!important}.projects-grid{grid-template-columns:1fr}}.hero-section{position:relative;text-align:center;padding:4rem 2rem;font-family:sans-serif;margin-top:7em;overflow:hidden;display:flex;flex-direction:column;gap:10px}.hero-background-text{margin:0;font-weight:700;line-height:1;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0;overflow:hidden;font-size:250px;color:#f0f0f0}.hero-subtitle{position:relative;color:#888;margin:0 0 1rem;letter-spacing:.2em;z-index:1}.hero-title{font-weight:400;margin-bottom:1.5em;color:#000;position:relative}@media(max-width:768px){.hero-section{padding:3rem 1rem}.hero-background-text{font-size:7rem;top:25%}}@media(max-width:480px){.hero-section{padding:2rem 1rem}.hero-background-text{font-size:5rem;top:20%}}.dark-mode .portfolio-subtitle,.dark-mode .project-description{color:var(--text-color-second)}.dark-mode .project-meta{color:#ccccccb3}.dark-mode .hero-background-text{color:#ffffff0d}.dark-mode .hero-subtitle{color:var(--text-color-second)}.dark-mode .hero-title{color:#fff}.dark-mode .view-button:hover{background:#3ca89f}.dark-mode{--accent-color: var(--second-color);--text-light: #ffffff}.dark-mode .nav-menu.responsive{background-color:#000}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0003,#0003);padding:1.5rem;opacity:1;transition:all .3s ease;display:flex;justify-content:center;align-items:center}.view-button{background:#fff;color:#333;padding:.8rem 1.5rem;border:none;column-gap:6px;border-radius:4px;cursor:pointer;display:flex;align-items:center;opacity:.9;transform:translateY(20px);transition:all .3s ease;font-weight:500}.project-card:hover .image-overlay{background:linear-gradient(180deg,#0006,#000c)}.project-card:hover .view-button{opacity:1;transform:translateY(0)}.view-button:hover{background:#f1eded;color:#333;transform:translateY(-2px)}@media(min-width:480px){.view-button{padding:.8rem 1.5rem;font-size:clamp(.9rem,1.2vw,1.1rem)}}@media(min-width:768px){.view-button{padding:1rem 2rem;font-size:1rem;white-space:nowrap}}@media(max-width:480px){.view-button{padding:.5rem 1rem;font-size:.9rem}}@media(min-width:1024px){.project-info{display:flex;flex-direction:column;align-items:center;text-align:center}.project-description{max-width:40%}}.nav-right-container{display:flex;align-items:center;gap:1rem}.mobile-controls{display:none;align-items:center;gap:.4rem}.nav-button{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.nav-button{display:none}.mobile-controls{display:flex}.nav-menu-btn{margin-left:auto}}a{all:unset}#devmobile{margin-top:7px}@media(max-width:1024px){#devmobile{padding:8px 5px;font-size:10px;width:100%;height:3vh;overflow:hidden;margin-bottom:10px}}.nav-link{position:relative;display:inline-block;padding:.5rem 1rem;text-decoration:none;color:inherit;transition:color .3s ease}.nav-link.active{color:#007bff}.nav-link.active:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:6px;height:6px;background-color:#007bff;border-radius:50%}: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)}}
