@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";*{margin:0;padding:0}.navbar{height:60px;z-index:1000;display:flex;width:auto;justify-content:space-between;align-items:center;padding:0 90px;position:sticky;top:0;transition:all .3s ease-in-out;background:transparent}.navbar.scrolled{background:transparent;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 2px 10px #0000001a}.navbar .logo{display:flex;gap:15px;align-items:center}.navbar .logo img{height:40px;width:70px;object-fit:contain}.navbar .logo h2{color:#306db1;font-size:28px;font-weight:600}@media (max-width: 768px){.navbar .logo h2{display:none}}.navbar .links{display:flex;gap:25px}.navbar .links a{text-decoration:none;font-size:18px;font-weight:500;color:#306db1;transition:color .3s ease}.navbar .links a:hover{color:#1a4d80}@media (max-width: 768px){.navbar .links{position:absolute;top:60px;left:0;right:0;flex-direction:column;background:transparent;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);align-items:center;transform:translateY(-200%);transition:transform .5s ease-in-out;border-radius:0 0 50px 50px;box-shadow:0 4px 30px #0000004d}.navbar .links.active{transform:translateY(0)}}.navbar .social{display:flex;gap:15px}.navbar .social a{font-size:20px;color:#306db1;transition:color .3s ease}.navbar .social a:hover{color:#1a4d80}@media (max-width: 768px){.navbar .social{display:none}}.navbar .menu-icon{display:none;font-size:26px;color:#306db1;cursor:pointer}@media (max-width: 768px){.navbar .menu-icon{display:block}}@media (max-width: 768px){.navbar{width:100%;padding:2px}.navbar .logo img{height:30px;width:60px}.navbar .logo h2{font-size:25px}}.about{height:700px;width:100%;top:0;display:flex;position:relative}.about .shape3{height:30px;width:30px;border-radius:50%;border:1px solid white;position:absolute;right:150px;top:100px;z-index:10}.about .shape4{width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:30px solid white;position:absolute;bottom:150px;left:700px;animation:toandfro 1s ease-in-out infinite alternate}@keyframes toandfro{0%{transform:translate(0)}to{transform:translate(10px)}}.about .s4{position:absolute;bottom:150px;left:730px}.about .s3{right:160px;top:80px;border:3px solid white}.about .shape5 svg{height:50px;width:50px;position:absolute;left:730px;top:80px;animation:rot 9s infinite linear}@keyframes rot{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about .abouttxt{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.about .abouttxt .content{width:70%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.about .abouttxt .content h3{font-size:30px;color:#fff;align-self:flex-start}.about .abouttxt .content h1{font-size:50px;color:#fff;align-self:flex-start}.about .abouttxt .content h4{font-size:25px;color:#fff;align-self:flex-start}.about .abouttxt .content h4 span{color:#306db1;align-self:flex-start}.about .abouttxt .content p{color:#73a7e2;align-self:flex-start;margin-top:20px}.about .abouttxt .content a{align-self:flex-start}.about .abouttxt .content button{background-color:#306db1;color:#fff;align-self:flex-start;margin-top:30px;height:50px;width:120px;border-radius:30px;border:none;box-shadow:0 0 14px #306db1;transition:background-color .3s ease,transform .2s ease}.about .abouttxt .content button:hover{background-color:#01010d;transform:scale(1.05);cursor:pointer}.about .aboutimg{width:50%;height:100%;display:flex;align-items:center;justify-content:space-around}.about .aboutimg .modernpotrait{width:60%;height:80%;position:relative;overflow:hidden}.about .aboutimg .modernpotrait .shape1{height:300px;width:300px;border:4px solid white;border-radius:20px;position:absolute;left:50px;top:50px;animation:updown 1s infinite alternate}@keyframes updown{0%{transform:translateY(0) rotate(30deg)}to{transform:translateY(10px) rotate(30deg)}}.about .aboutimg .modernpotrait .shape2{height:300px;width:300px;border:4px solid white;border-radius:20px;position:absolute;left:50px;top:90px;transform:rotate(30deg);background-color:#306db1;animation:updown 1s ease-in-out infinite alternate}.about .aboutimg .modernpotrait .shape2 img{transform:rotate(-30deg);height:470px;position:absolute;top:-115px;left:-94px}@media (max-width: 599px){.about{display:flex;flex-direction:column;width:100%;min-height:auto;overflow:hidden}.about .shape3{top:57%;left:65%}.about .s3{left:67%;top:59%}.about .shape4{left:20%;top:90%}.about .s4{left:25%;top:90%}.about .shape5 svg{left:80%;top:5%}.about .abouttxt{margin-top:20px;width:100%;min-height:auto;display:flex;justify-content:center;align-items:center}.about .abouttxt .content{width:85%;text-align:center}.about .abouttxt .content h1{font-size:32px}.about .abouttxt .content h3{font-size:18px}.about .abouttxt .content h4{font-size:16px}.about .abouttxt .content p{font-size:14px;text-align:justify}.about .aboutimg{width:100%;margin-top:20px;display:flex;justify-content:center;align-items:center;position:relative}.about .aboutimg .modernpotrait{width:80%;max-width:350px;position:relative}.about .aboutimg .modernpotrait .shape1{width:150px;height:150px;top:15%;left:25%}.about .aboutimg .modernpotrait .shape2{width:150px;height:150px;top:28%;left:28%}.about .aboutimg .modernpotrait .shape2 img{width:250px;height:250px;top:-48%;left:-39%}}@media (min-width: 600px) and (max-width: 1024px){.about{width:100%;overflow:hidden;min-height:auto;position:relative}.about .shape3{position:absolute;top:25%;left:83%}.about .s3{left:83%;top:28%}.about .shape4{position:absolute;top:80%;left:40%}.about .s4{left:43%}.about .shape5{position:absolute;left:40%}.about .shape5 svg{left:80%}.about .abouttxt{width:50%}.about .abouttxt .content{width:80%}.about .abouttxt .content h1{font-size:35px}.about .abouttxt .content h3{font-size:25px}.about .abouttxt .content h4{font-size:20px}.about .abouttxt .content p{font-size:10px}.about .aboutimg{width:50%;display:flex;align-items:center;min-height:auto;justify-content:center}.about .aboutimg .modernpotrait{width:100%;height:60%}.about .aboutimg .modernpotrait .shape1,.about .aboutimg .modernpotrait .shape2{height:13rem;width:13rem}.about .aboutimg .modernpotrait .shape2 img{height:170%;top:-50%;left:-42%}}@media (min-width: 1200px){.about{width:100%;overflow:hidden;min-height:auto}.about .shape3{left:80%}.about .shape4{left:35%}.about .s4{left:37%}.about .shape5 svg{left:40%}.about .aboutimg{width:50%}.about .aboutimg .modernpotrait{width:100%}}@media (min-width: 1400px){.about{width:100%}.about .shape3{left:80%}.about .aboutimg .modernpotrait{width:75%}}.skills{height:auto;width:100%}.skills .head{height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff}.skills .head h2{font-size:45px}.skills .head .line{height:3px;width:15%;border-radius:20px;background-color:#306db1;box-shadow:0 0 10px 3px #306db1}.skills .head p{color:#878787}.skills .cards{margin-top:50px;height:auto;width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:30px}.skills .cards .card{height:350px;width:550px;gap:20px;color:#fff;border:1px solid #306db1;box-shadow:0 0 10px 3px #306db1;border-radius:25px;display:flex;align-items:center;justify-content:center;flex-direction:column}.skills .cards .card .title{height:50px;display:flex;align-items:center;justify-content:center}.skills .cards .card .title h2{font-size:30px;margin-top:20px}.skills .cards .card .contain{height:300px;display:flex;flex-wrap:wrap;gap:30px;margin:30px}.skills .cards .card .contain .cardmini{height:50px;width:140px;border-radius:25px;display:flex;align-items:center;justify-content:center;border:1px solid #306db1;box-shadow:0 0 10px 3px #306db1}.skills .cards .card .contain .cardmini .img{width:40%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center}.skills .cards .card .contain .cardmini .img img{height:80%;width:80%}.skills .cards .card .contain .cardmini:hover{background-color:#163559}@media (max-width: 599px){.skills{height:auto}.skills .head .line{height:20px;width:200px;box-shadow:0 0 3px 3px #306db1}.skills .head p{text-align:center}.skills .cards{height:auto}.skills .cards .card{width:90%;height:auto;display:flex;flex-direction:column}.skills .cards .card .contain{height:70%;display:flex;flex-wrap:wrap}.skills .cards .card .contain .cardmini{height:50px;width:120px}}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.project{width:100%;height:auto;margin-top:50px;text-align:center}.project .head1{height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff;text-align:center}.project .head1 h2{font-size:45px}.project .head1 .line{height:3px;width:15%;border-radius:20px;background-color:#306db1;box-shadow:0 0 10px 3px #306db1}.project .head1 p{color:#878787}.project .cards{height:auto;margin-top:50px;width:100%;gap:20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.project .cards .card{height:450px;width:300px;padding:10px;display:flex;flex-direction:column;align-items:center;border-radius:20px;color:#fff;box-shadow:0 2px 5px #306db1;position:relative;background-color:#0c0c01;cursor:pointer}.project .cards .card:hover{box-shadow:0 0 10px 2px #306db1}.project .cards .card:after,.project .cards .card:before{content:"";position:absolute;height:100%;width:100%;inset:50% 0 0 50%;translate:-50% -50%;background:conic-gradient(from var(--angle),transparent 90%,#306db1);z-index:-1;padding:3px;border-radius:20px;animation:spin 3s linear infinite}.project .cards .card :before{filter:blur(1.9px);opacity:.7}@keyframes spin{0%{--angle:0deg}to{--angle:360deg}}.project .cards .card .img{width:95%;height:40%}.project .cards .card .img img{width:100%;height:100%;border-radius:20px}.project .cards .card .name{margin-top:20px;font-size:20px}.project .cards .card .para{align-self:flex-start;width:90%;padding:20px;text-align:justify}.project .cards .card .skills{gap:30px;margin-left:35px;height:auto;display:flex;flex-wrap:wrap}.project .cards .card .skills p{background-color:#306db1;height:auto;padding:3px;border-radius:2px;font-size:10px}.education{width:100%;height:auto;color:#fff;margin-top:60px;position:relative}.education .eduhead{text-align:center}.education .eduhead h1{font-size:50px}.education .eduhead .line1{height:3px;width:15%;border-radius:20px;background-color:#306db1;box-shadow:0 0 10px 3px #306db1;margin:10px auto}.education .eduhead p{color:#878787}.education .educontent{position:relative;width:100%;margin-top:50px}.education .educontent .line2{position:absolute;top:0;left:50%;transform:translate(-50%);height:100%;width:5px;background-color:#306db1;border-radius:20px;box-shadow:0 0 10px 3px #306db1}.education .educontent .card{width:350px;border:2px solid #306db1;box-shadow:0 0 10px 3px #306db1;border-radius:30px;background:#000;transition:transform .3s ease-in-out;padding:30px 15px 70px}.education .educontent .card:hover{transform:scale(1.05)}.education .educontent .card .cardhead{display:flex}.education .educontent .card .cardhead .cardlogo{height:70px;width:40%;display:flex;align-items:center;justify-content:center}.education .educontent .card .cardhead .cardlogo img{height:90%;width:50%;border-radius:20px}.education .educontent .card .cardhead .details{width:60%}.education .educontent .card .cardhead .details h1{font-size:20px}.education .educontent .card .cardhead .details h6{font-size:12px}.education .educontent .card .cardhead .details p{margin-top:10px;font-size:11px;color:#878787}.education .educontent .card .cardcontent{margin-top:10px}.education .educontent .card .cardcontent h3{font-size:18px;margin-top:30px;color:#878787}.education .educontent .card .cardcontent p{margin-top:15px;text-align:justify}.education .educontent .c1,.education .educontent .c2,.education .educontent .c3{position:relative;margin:100px 0}.education .educontent .c1,.education .educontent .c3{margin-left:20%}.education .educontent .c2{margin-left:auto;margin-right:20%}.education .educontent .img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:70px;width:70px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 8px 2px #306db1}.education .educontent .img img{height:90%;width:90%;border-radius:50%;object-fit:cover}.education .educontent .i1{top:15%}.education .educontent .i2{top:50%}.education .educontent .i3{top:85%}@media (max-width: 900px){.education .educontent .card{width:90%;margin:40px auto}.education .educontent .c1,.education .educontent .c2,.education .educontent .c3{margin-left:auto;margin-right:auto}.education .educontent .line2{left:20px}}@media (max-width: 599px){.education .educontent{margin-top:90px;padding:0 10px}.education .educontent .card{width:230px;margin-left:6rem}.education .educontent .card .cardhead .cardlogo img{width:80%}.education .educontent .line2,.education .educontent .i1,.education .educontent .i2,.education .educontent .i3{left:10%}}@media (min-width: 600px) and (max-width: 900px){.education .educontent{margin-top:90px;padding:0 10px}.education .educontent .card{width:70%;margin-left:10rem}.education .educontent .card .cardhead .cardlogo img{width:40%;height:100%}.education .educontent .line2,.education .educontent .i1,.education .educontent .i2,.education .educontent .i3{left:10%}}@media (min-width: 900px) and (max-width: 1200px){.education .educontent{margin-top:90px;padding:0 10px}.education .educontent .c1,.education .educontent .c3{left:-8rem}.education .educontent .c2{left:8rem}}@media (min-width: 1200px) and (max-width: 1490px){.education .educontent{margin-top:90px;padding:0 10px}.education .educontent .c1,.education .educontent .c3{left:-5rem}.education .educontent .c2{left:5rem}}.contact{height:auto;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;text-align:center;overflow:hidden}.contact .conthead{width:100%;display:flex;height:auto;flex-direction:column;align-items:center;justify-content:center;gap:10px}.contact .conthead .line2{height:3px;width:11%;border-radius:20px;background-color:#306db1;box-shadow:0 0 10px 3px #306db1}.contact .conthead p{color:#878787}.contact .formmain{height:auto;width:90%;display:flex;justify-content:center;align-items:center;text-align:left}.contact .formmain .form{display:flex;justify-content:center;align-items:center;min-width:100%}.contact .formmain .form .contact-container{width:100%;max-width:500px;margin:50px auto;padding:20px;border:2px solid #306db1;box-shadow:0 0 10px 3px #306db1;border-radius:12px}.contact .formmain .form .contact-container h2{text-align:center;margin-bottom:20px;color:#306db1}.contact .formmain .form .contact-container .contact-form .form-group{margin-bottom:15px}.contact .formmain .form .contact-container .contact-form .form-group label{display:block;margin-bottom:5px;font-weight:600;color:#306db1;font-size:20px}.contact .formmain .form .contact-container .contact-form .form-group input,.contact .formmain .form .contact-container .contact-form .form-group textarea{width:95%;min-width:95%;max-width:95%;padding:10px;border:1px solid #306db1;border-radius:8px;font-size:16px;transition:all .3s ease}.contact .formmain .form .contact-container .contact-form .form-group input:focus,.contact .formmain .form .contact-container .contact-form .form-group textarea:focus{border-color:#306db1;outline:none;box-shadow:0 0 5px #306db14d}.contact .formmain .form .contact-container .contact-form .btn-submit{width:100%;padding:12px;background:#306db1;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:.3s}.contact .formmain .form .contact-container .contact-form .btn-submit:hover{background:#24548a}@media (max-width: 600px){.contact{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.contact .formmain{display:flex;align-items:center;justify-content:center}.contact .formmain .form{align-items:center;justify-content:center;display:flex}}: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)}}.footer{color:#fff;padding:2.5rem 0 1rem;background:linear-gradient(#306db1,#072242);font-family:Poppins,sans-serif;position:relative;overflow:hidden;box-shadow:0 0 10px #306db1;border-radius:40px 40px 0 0;border-top:2px solid white;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.footer .footer-nav{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.footer .footer-nav a{text-decoration:none;margin:0 1.2rem;font-size:1rem;font-weight:500;letter-spacing:.5px;position:relative;padding:.5rem 0;color:#fff;cursor:pointer;transition:color .3s ease}.footer .footer-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#fff;transition:width .3s ease}.footer .footer-nav a:hover:after{width:100%}.footer .footer-copyright{text-align:center;padding-top:1.5rem;width:100%}.footer .footer-copyright p{margin:0;font-size:.9rem;letter-spacing:.5px}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer .footer-nav a{margin:0 .8rem;font-size:.9rem}}@media (max-width: 480px){.footer{padding:1.5rem 0 1rem}.footer .footer-nav{flex-direction:column;align-items:center;gap:.8rem;margin-bottom:1.2rem}.footer .footer-nav a{margin:0}.footer .footer-copyright p{font-size:.8rem}}.triangle-bg{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(79,79,79,.18) 1px,transparent 1px),linear-gradient(to bottom,rgba(79,79,79,.18) 1px,transparent 1px);background-size:14px 24px;mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,#000 70%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,#000 70%,transparent 100%)}body{background-color:#01010d}
