body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loader{align-items:center;display:flex;justify-content:center;margin:auto;position:absolute;top:50%;width:100%}.loader-svg{-webkit-animation:rotate4 1s linear infinite;animation:rotate4 1s linear infinite;-webkit-transform-origin:center;transform-origin:center;width:3.25em}.loader-circle{fill:none;stroke:#8ae595;stroke-width:2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;-webkit-animation:dash4 .5s ease-in-out infinite;animation:dash4 .5s ease-in-out infinite}@-webkit-keyframes rotate4{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate4{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}@font-face{font-display:swap;font-family:Melody;src:url(/static/media/BLMelody-Bold.16f10d3a179e31520d4c.otf)}@font-face{font-display:swap;font-family:Melody-md;src:url(/static/media/BLMelody-Medium.8237d8eaa7a86c2720ac.otf)}@font-face{font-display:swap;font-family:Melody-regular;src:url(/static/media/BLMelody-Regular.887d17c6da7d224f32a8.otf)}*{font-family:Melody-md;left:0;top:0}html{height:100vh;scroll-behavior:smooth;scroll-snap-type:mandatory}.nav-ul .btn-container{display:none;width:90%}.signup-bg{align-items:center;display:flex;height:100vh;justify-content:center;top:0;width:100%}.notesvault{background:#fff;border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);height:3rem;padding:12px}.Salutation{top:0}h1{text-align:center}.signupcontainer{align-items:center;background-color:#fff;border-radius:30px;display:flex;flex-direction:column-reverse;justify-content:space-between;width:80vw}.signup-img{height:35vh;margin-top:10px;pointer-events:none}.form{display:flex;flex-direction:column;justify-content:space-between}.label-p{display:flex;flex-direction:row;margin-bottom:5px}.required{color:red;margin:0}.eye{margin-left:-20px}.input-label{margin:10px 0}.input-label input{border:none;border-bottom:1px solid #000;font-size:16px;outline:none;width:96%}.signup-btn{background:linear-gradient(90deg,#8ae595,#dbffdf);color:#000;cursor:pointer;justify-content:center;margin:19px auto auto}.signup-btn,.signup-btn:disabled{border:none;border-radius:20px;font-weight:700;outline:none;padding:10px 0;width:150px}.signup-btn:disabled{background:linear-gradient(90deg,gray,gray);color:#fff;margin-top:19px}.login-txt{color:#878787;display:flex;font-size:12px;justify-content:center;margin-bottom:10px;margin-top:10px;outline:none;text-align:center;text-decoration:none}.hrl{background-color:#878787;height:1px;margin-left:8px;margin-right:8px;width:24%}.cont,.hrl{align-items:center;display:flex}.cont{flex-direction:row;justify-content:center}.form-container{flex-direction:column;justify-content:center}.Navbar,.form-container{align-items:center;display:flex}.Navbar{background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.2);flex-direction:row;justify-content:space-between;left:0;position:fixed;top:0;width:100%;z-index:100}.nav-logo{height:45px;margin-left:10px;margin-top:6px;padding-bottom:3px;-webkit-user-select:none;user-select:none}hr{display:none}.nav-ul{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:20px 0}.nav-li{list-style:none;margin:0 10px}.a,.nav-li{text-decoration:none}.a{background-color:#8ae595;border-radius:30px;color:#fff;font-weight:700;margin-left:-15px;padding:7px 11px;transition:all .1s ease-in-out}.a-signup{padding:7px}.Navbar ul li a:hover{background-color:#488b50;color:#fff}.uls-container{font-size:12px;justify-content:space-between;width:100%}.span-qualities,.ul-container,.uls-container{align-items:center;display:flex}.ul-container{align-content:center;flex-direction:row;justify-content:space-between}.dropdown-user-cont{display:flex;justify-content:space-between;width:8.3rem}.dropdown{position:relative}.links:hover{background-color:#8ae595;color:#fff}.link-icon{stroke-width:.1px}.link-icon:hover{background-color:#8ae595;color:#fff}.link-i-c{stroke-width:1;color:#8ae595;color:#fff;width:100%}.links{align-items:center;color:#8ae595;cursor:pointer;font-weight:500;padding:7px;position:relative;text-align:center;-webkit-user-select:none;user-select:none}.links,.links-dropdown{border-radius:10px;display:flex;font-size:15px}.links-dropdown{background-color:#fff;background-color:#8ae595;box-shadow:0 2px 5px 1px rgba(0,0,0,.1);flex-direction:column;list-style:none;opacity:0;padding:10px;pointer-events:none;position:absolute;top:calc(100% + .2rem);-webkit-transform:translateY(-20px);transform:translateY(-20px);width:110%}.links-dropdown a{color:#fff;font-size:15px;text-decoration:none;width:120%}.contact{margin-top:10px}.dropdown:focus-within>.links{background-color:#8ae595;color:#fff}.dropdown:focus-within .links-dropdown{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0);transition:all .15s ease-in-out}.dropdown:not(:focus-within) .links-dropdown{opacity:0;pointer-events:none;-webkit-transform:translateY(-10px);transform:translateY(-10px);transition:all .15s ease-in-out}.dropdown-user:focus-within>.links-user{-webkit-transform:scale(1.1);transform:scale(1.1);transition:all .15s ease-in-out}.dropdown-user:focus-within .links-dropdown-user{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0);transition:all .15s ease-in-out}.dropdown-user:not(:focus-within)>.links-user{-webkit-transform:scale(1);transform:scale(1);transition:all .15s ease-in-out}.dropdown-user:not(:focus-within) .links-dropdown-user{opacity:0;pointer-events:none;-webkit-transform:translateY(-10px);transform:translateY(-10px);transition:all .15s ease-in-out}.dropdown-user{position:relative}.links-dropdown-user{left:-100px;margin-top:15px;top:calc(100% + .4rem);-webkit-transform:translateY(-20px);transform:translateY(-20px);width:100%}.imp-links{display:block;list-style:none;position:absolute;top:calc(100% + .1rem);width:100%}.imp-link2{margin-top:40px}.user-details,.user-icon{position:relative}.user-details{background-color:wheat}.links-dropdown-user{background-color:#fff;background-color:#8ae595;border-radius:10px;box-shadow:0 2px 5px 1px rgba(0,0,0,.1);display:flex;flex-direction:column;font-size:15px;list-style:none;margin-right:60px;opacity:0;padding:10px;pointer-events:none;position:absolute;top:calc(100% + .2rem);-webkit-transform:translateY(-30px);transform:translateY(-30px);width:200px}.links-dropdown-user p{word-wrap:break-word;color:#fff;display:flex;margin:0;padding:5px}.verified-spans{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;justify-content:space-evenly;margin-bottom:30px;margin-top:30px;width:100%}::selection{background:#8ae595;color:#fff}.intro-text-sec{align-items:center;display:flex;flex-direction:column;-webkit-transform:translateX(50px);transform:translateX(50px);-webkit-user-select:#458445;user-select:#458445}.intro-img-sec{overflow:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.home-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.check-icon{height:40px;margin-right:5px}.head-intro,.head-intro h1{align-items:center;display:flex;flex-direction:column;font-family:Melody;font-size:4.5rem;font-weight:500;justify-content:center;margin-top:0;vertical-align:middle}.hi{margin-bottom:0;margin-top:110px}.hi p{font-family:Melody-md;font-size:5rem;margin:0}.head-intro-img{align-items:center;background-color:#fff;border:4px dashed #8ae595;display:flex;justify-content:center;margin:0;width:28rem}.hi{font-family:Melody;font-size:3.5rem;font-weight:500}.intro{align-items:center;font-family:Melody-md;font-size:35px;justify-content:center;margin:4rem auto 10px;text-align:center;width:65%}.macbook{margin-top:8rem;position:relative;-webkit-transform:translateX(10rem);transform:translateX(10rem);width:50rem}.iphone{left:55%;overflow:hidden;position:absolute;top:8rem;-webkit-transform:translateY(3rem) translateX(4rem);transform:translateY(3rem) translateX(4rem);width:15rem}.intro-section-notesvault{display:flex;flex-direction:row;height:580px;pointer-events:none;-webkit-user-select:none;user-select:none}.login{background-color:#fff;border:2px solid #8ae595;color:#8ae595;margin:0 5px 10px 0}.login,.signup{font-size:18px;padding:10px 15px}.signup{margin:0 0 10px 5px}.review-section{overflow-x:hidden;overflow-y:hidden;position:relative;-webkit-transform:translateY(50px);transform:translateY(50px)}.reviews-container:before{background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff);left:0}.reviews-container:after,.reviews-container:before{bottom:0;content:"";height:240px;position:absolute;width:5rem;z-index:100}.reviews-container:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);right:0}.review-heading{font-size:30px;font-weight:500;margin:20px;overflow:hidden;text-align:center;-webkit-transform:translateY(50px);transform:translateY(50px)}.card-img{border-bottom-left-radius:50% 50%;border-bottom-right-radius:50% 50%;border-top-left-radius:50% 50%;border-top-right-radius:50% 50%;image-rendering:optimizeSpeed;object-fit:cover;object-position:55% 0}.card:hover .card-img{margin-right:10px;overflow:hidden;-webkit-transform:scale(1.5);transform:scale(1.5);transition:all;transition-delay:80ms;transition-duration:.4s}.card:not(:hover) .card-img{margin-right:1px;-webkit-transform:scale(1);transform:scale(1);transition:all;transition-delay:.1s;transition-duration:.4s}.card h4{font-family:Melody-md;font-size:1rem;font-weight:500;margin:0}@-webkit-keyframes fmovement{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes fmovement{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes bmovement{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bmovement{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.card-section1{margin-top:6rem}.card-section1,.card-section2-container{display:flex;justify-content:space-around;white-space:nowrap;width:auto}.card-section2-container{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.class-section2{-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation:bmovement 50s linear infinite;animation:bmovement 50s linear infinite;display:flex}.card-section1{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.card-section{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation:fmovement 50s linear infinite;animation:fmovement 50s linear infinite;display:flex}.card-section1:hover .card-section,.card-section2-container:hover .class-section2{-webkit-animation-play-state:paused;animation-play-state:paused}.card{align-items:center;background-color:#fff;border-radius:30px;border-bottom-right-radius:0;box-shadow:0 0 0 1px rgba(0,0,0,.12);cursor:pointer;display:inline-flex;justify-content:space-around;margin-bottom:2rem;margin-left:1rem;margin-right:1rem;min-width:310px;overflow:hidden;padding:7px 19px 7px 7px}.card p{font-family:Melody-regular;font-size:.9rem;margin:0}.btn-container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-left:-40px}.white{background-color:#fff;border:1px solid #8ae595;color:#8ae595}#Notes-textarea{background-color:#f1f0f0;border:none;color:#000;outline:none;padding:10px;resize:none}.Notes-input{border:none;border-bottom:2px solid #8ae595;outline:none}.addnoteContainer{display:flex;flex-direction:column;justify-content:center;margin:auto;width:70%}.Notescontainer{margin:80px "" ""}.yournotes{border-bottom:3px dashed #8ae595;color:#8ae595;display:inline-flex;font-size:35px;margin-left:100px;margin-top:50px;text-shadow:#000 1px .5px .3px}.savednote-container{background-color:#f1f0f0;border-radius:20px;margin:20px auto auto;min-height:100px;padding:10px;width:80%}.snotes{margin-top:100px}.logout{align-items:center;cursor:pointer;display:flex}.note-tags{background-color:#fff;border-radius:20px;display:inline-flex;font-size:12px;font-style:italic;font-weight:700;padding:7px 15px}.note-tags,.note-title{margin:10px}.note-description{word-wrap:break-word;margin:10px;white-space:pre-wrap}.notes-box{display:flex;flex-direction:row-reverse;flex-wrap:wrap;margin-left:40px;margin-right:40px}.react-icons{display:flex;flex-direction:row;justify-content:flex-end;margin-top:20px;z-index:10}.delete-icon{align-items:center;justify-content:center;margin:5px;padding-left:10px;padding-right:14px}.delete-icon,.edit-icon{background-color:#8ae595;border-radius:20px;cursor:pointer;display:flex}.edit-icon{margin:5px 10px 5px 5px;padding:7px 14px;vertical-align:middle}.icon-text{align-items:center;display:inline-flex;flex-direction:row;margin-left:3px;margin-top:2px}.alert-container{display:flex;justify-content:right;position:fixed;right:20px}.cancel-btn{color:red;margin-right:-20px;margin-top:2px}.Alert{size:1.5rem;align-items:center;background-color:#bbf6c2;border:2px solid #8ae595;border-radius:10px;display:flex;height:2.5rem;justify-content:space-evenly;margin-top:70px;position:relative;text-align:center;width:33%}.alert-msg{color:#006400;font-weight:600}.Modal{align-items:center;background-color:#fff;border:none;border-radius:20px;display:flex;flex-direction:column;justify-content:center;position:fixed;top:25%;width:60%;z-index:70}#etag,#etitle{padding:10px}#edescription,#etag,#etitle{background-color:#f1f0f0;border:none;outline:none;width:80%}#edescription{margin-bottom:10px;margin-top:10px;padding-bottom:40px;padding-left:18px;padding-top:40px}.edit-btn{background-color:#8ae595;border:none;border-radius:50px;color:#fff;font-size:18px;margin:20px 15px 15px;padding:10px 15px}.edit-btn-cont{display:flex;flex-direction:row}.edit-btn-cancel{background-color:gray;border-radius:50px;color:#fff;font-size:18px;margin:20px 15px 15px;padding:10px 15px}.modal-container{background-color:#f1f0f0;bottom:0;left:0;opacity:.8;overflow-y:hidden;position:fixed;right:0;top:0;z-index:60}@media screen and (min-width:0px) and (max-width:398px){.divider,.dropdown-user{display:none}.ul-container{align-items:center;width:100%;width:68%}.dropdown-user-cont{display:flex;justify-content:space-between}.nav-ul{right:10%;width:100%}.Navbar{display:flex;justify-content:space-between}.signup-btn{width:100px}.addnoteContainer{margin:auto;width:80%}.edit-btn{background-color:#8ae595;border:2px solid #8ae595;border-radius:50px;color:#fff;font-size:12px;margin:20px 5px 5px}.a{font-family:Melody-md;font-weight:500}.edit-btn-cancel{background-color:gray;border:none}.edit-btn-cont{display:flex;flex-direction:row}.cancel-btn{display:none}.Alert{display:flex;justify-content:space-evenly;margin-left:7px;position:fixed;width:95%}.alert-msg{font-size:14px}}@media screen and (min-width:367px) and (max-width:600px){.input-label input{width:60vw}.Notescontainer{display:flex;justify-content:center;margin-top:60px}.addnoteContainer{width:80%}.signup-img{align-items:center;display:flex;height:46vh;justify-content:center}.divider{display:none}.signupcontainer{margin-top:80px}}@media screen and (min-width:601px) and (max-width:900px){.input-label input{width:60vw}.signup-img{align-items:center;display:flex;height:60vh;justify-content:center}.divider{display:none}.signupcontainer{margin-top:80px}}@media screen and (min-width:901px){.form-container{display:flex;flex-direction:row-reverse;justify-content:space-around;margin-top:80px}.signupcontainer{align-items:center;display:flex;justify-content:center;width:70%}.signup-img{height:50vh;margin-top:0}.form-container{margin-top:0;padding:10px;width:90%}form{margin-left:40px;margin-top:10px}hr{height:260px}}@media screen and (min-width:1200px){.signupcontainer{align-items:center;display:flex;justify-content:center;padding:10px;width:50%}.savednote-container{background-color:#f1f0f0;border-radius:20px;margin-top:20px;padding:10px;width:30%}}.proofs-need span{margin-top:6rem}.proofs-need span>h3{align-items:center;display:flex;font-family:Melody-md;font-size:35px;font-weight:500;justify-content:center;margin:auto auto 10px;order:2;text-align:center;width:100%}.footer-section{background-color:#8ae595}.shit-icon:after{height:10rem}.h3s-of-proofs{display:flex;flex-direction:column}.proofs-need{display:flex;justify-content:space-evenly;margin-bottom:10rem;margin-top:4rem;order:2;width:100%}.copyright{padding:10px}.footer-cont{margin-top:2rem}.hr{background-color:#736f6f;background:#fff;height:140px;margin-top:3.5rem;width:1.5px}.last-footer-cont{display:flex;justify-content:space-between;width:20%}.man-left{height:10rem;margin-top:6rem;pointer-events:none;-webkit-transform:rotate(-7deg);transform:rotate(-7deg);-webkit-user-select:none;user-select:none;width:10rem}.a-login{display:flex}.man-right{height:10rem;margin-top:6rem;pointer-events:none;-webkit-transform:rotate(7deg);transform:rotate(7deg);-webkit-user-select:none;user-select:none;width:10rem}.h3-proof{margin-top:0}.footer-section{background:#a1ebaa;color:#fff}.intro{display:flex;flex-direction:column}.intro img{color:#8ae595;forced-color-adjust:#8ae595;height:1.3rem}.review-heading{display:flex;flex-direction:column}.review-heading img{align-items:center;height:1.3rem;justify-content:center;margin:auto}.footer-section span{align-items:center;display:flex;justify-content:space-evenly;margin-bottom:2rem;margin-top:2rem}.footer-section h3 p{box-shadow:10px 10px 10px 10px rgba(0,0,0,.5)}.footer-section h3{font-family:Melody-md;font-weight:500}.footer-section p{font-family:Melody-regular}.nav-logo1{display:block;margin-bottom:4px}.nav-logo2{display:none}.copyright{margin-left:1.5rem}.year{margin-right:1.5rem}.logo-nav-1{display:flex}@media only screen and (max-width:800px){.nav-logo1{margin:0;padding:0}.logo-nav-1,.nav-logo1{display:none}.nav-logo2{display:flex}.dropdown,.links{font-size:15px}.intro-section-notesvault{flex-direction:column;height:43rem}.macbook{align-items:center;display:flex;justify-content:center;position:relative;-webkit-transform:translateX(1px) scale(1);transform:translateX(1px) scale(1);width:24rem}.iphone{position:absolute;top:6rem;-webkit-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%);width:6rem}.intro{align-items:center;display:flex;font-family:Melody-md;font-size:25px;justify-content:center;margin:4rem auto 10px;text-align:center;width:90%}.intro-text-sec{margin:24px auto;-webkit-transform:translateX(0);transform:translateX(0)}.hi,.hi p{font-size:3rem;margin-top:1rem}.head-intro-img{background-color:#fff;border:4px dashed #8ae595;width:20rem}.head-intro,.head-intro-img{align-items:center;display:flex}.head-intro{flex-direction:column;font-size:3rem;justify-content:center}.review-section{overflow:hidden}.last-footer-cont,.man-right{display:none}.footer-cont{font-size:12px;margin-bottom:0;margin-top:1rem}.hr{align-items:center;background:#fff;border:.5px dotted #fff;height:120px;margin-top:2rem;width:1px}.copyright{margin:1rem 0}.year{display:none}.footer-section span{margin:1rem}.verified-spans{align-items:center;flex-direction:column;justify-content:space-evenly;margin-bottom:30px;margin-top:30px;width:100%}.review-heading{font-size:25px}.proofs-need span>h3{font-size:25px;width:90%}.proofs-need{align-items:center;flex-direction:column-reverse;justify-content:center;margin-bottom:0;margin-top:0}.man-left{margin:1rem;-webkit-transform:translate(0);transform:translate(0);-webkit-transform:translateY(32px);transform:translateY(32px)}.hi{align-items:center;display:flex;justify-content:center;margin-top:1rem;-webkit-transform:translateX(-35px);transform:translateX(-35px);width:100%}.hi p{margin-left:.6rem}.hi,.hi p{font-size:33px;margin-top:0}.head-intro,.hi,.hi p{font-family:Melody-md;font-weight:500}.head-intro{font-size:37px}.intro-section-notesvault{display:flex;flex-direction:column-reverse}.head-intro h1{font-family:Melody-md;font-size:35px;font-weight:500;-webkit-transform:translateX(15px);transform:translateX(15px)}.Navbar{width:100%}.links{margin:0;padding:0}.intro-section-notesvault{overflow-x:hidden}.links:hover{background-color:#fff;color:#8ae595}.dropdown:focus-within>.links{background-color:#fff;color:#8ae595}.links-dropdown{width:130%}.intro{margin:2rem .3rem .3rem}.nav-ul{margin:10px 0}.a-signup{padding:7px}.review-heading{margin-top:0}.review-section{-webkit-transform:translateY(0);transform:translateY(0)}.proofs-need span{margin-top:2rem}.macbook{margin-top:0;overflow:auto}.intro-section-notesvault{height:35rem;-webkit-transform:scale(1);transform:scale(1)}}@media only screen and (max-width:320px){.macbook{-webkit-transform:scale(.8);transform:scale(.8)}.iphone{width:6rem}.a-login{display:none}}@media only screen and (min-width:801px) and (max-width:1240px){.intro-img-sec{overflow:hidden}.links-dropdown{width:120%}.links{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.links:focus-within{background-color:#fff}.last-footer-cont{width:26%}.macbook{-webkit-transform:translateX(9rem);transform:translateX(9rem)}.iphone{-webkit-transform:translateX(3rem) translateY(3rem);transform:translateX(3rem) translateY(3rem);width:12rem}.intro-text-sec{font-family:Melody-md;font-weight:500;-webkit-transform:translateX(13rem);transform:translateX(13rem)}.h1>h2,.hi{font-size:3rem}.head-intro h1{font-size:3.2rem}.head-intro-img{width:24rem}.home-container{overflow:hidden}}.form-contact{display:flex;flex-direction:column;font-family:Melody-md;font-weight:500;margin-top:4.8rem}.contact-page{justify-content:space-around}.contact-page,.input-container{align-items:center;display:flex;width:100%}.input-container{justify-content:center;position:relative}.username-input{border:2px solid #8ae595;border-radius:20px;cursor:pointer;padding:10px;position:relative;z-index:1}.username-input:focus-visible{border:2px solid #8ae595}.username-input::-webkit-input-placeholder{color:transparent}.username-input::placeholder{color:transparent}.labelname{background-color:#fff;border-radius:20px;font-size:15px;left:20px;padding:0;pointer-events:none;position:absolute;top:12px;z-index:2}.username-input:focus+.labelname,.username-input:not(:placeholder-shown)+.labelname{font-size:13px;padding:0 3px;top:0;-webkit-transform:translateY(-7px);transform:translateY(-7px);transition:all .2s}.username-input:focus+.labelname,.username-input:placeholder-shown+.labelname{transition:all .2s}.input-container{margin:10px 0}.name-container{display:flex;width:100%}.name-container .input-container:last-child{display:flex;justify-content:space-between;width:100%}.name-container .input-container{margin:0 2px}.username-input{font-size:15px;width:100%}.username-input:active{border:2px solid #8ae595}.phone-container{display:flex;flex-direction:row}.form-contact{border:2px solid #8ae595;border-radius:20px;padding:10px 20px}.form-contact input{box-shadow:1px 5px 0 0 rgba(0,0,0,.09)}.email-container{margin-top:20px}.PhoneInputInput{display:none}.PhoneInputCountryIcon--border{--PhoneInputCountryFlag-backgroundColor--loading:#fff;--PhoneInputCountryFlag-borderWidth:none;background-color:initial;border:2px solid #8ae595;border-radius:20px;box-shadow:1px 5px 0 0 rgba(0,0,0,.09);padding:10px}.PhoneInputCountrySelectArrow,.PhoneInputCountrySelectArrow:focus-within{color:#8ae595;display:hidden}.PhoneInputCountryIcon--border:focus-within{-webkit-transform:scale(3.2);transform:scale(3.2)}.form2-submit{align-items:center;background-color:#8ae595;border:none;border-radius:20px;color:#fff;display:flex;justify-content:center;margin:10px auto;padding:10px;width:30%}.messege{box-shadow:1px 5px 0 0 rgba(0,0,0,.09);resize:none}@-webkit-keyframes fillnow{0%{-webkit-transform:translateX(13rem);transform:translateX(13rem)}to{-webkit-transform:translateX(17rem);transform:translateX(17rem)}}@keyframes fillnow{0%{-webkit-transform:translateX(13rem);transform:translateX(13rem)}to{-webkit-transform:translateX(17rem);transform:translateX(17rem)}}.fill-form,.fill-form-cont{position:relative}.fill-form{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation:fillnow 1s infinite alternate;animation:fillnow 1s infinite alternate;cursor:pointer;display:flex;font-size:25px;-webkit-transform:translateX(0);transform:translateX(0)}.send-email{background-color:#8ae595;border:none;border-radius:40px;box-shadow:1px 5px 0 0 rgba(0,0,0,.09);color:#fff;font-size:24px;justify-content:center;padding:10px;text-align:center;text-decoration:none;width:45%}.contact-w-buttons,.send-email{align-items:center;display:flex}.contact-w-buttons{font-size:20px;justify-content:space-around;margin-top:0;width:100%}.contact-w-buttons a{font-size:20px}.wanna-talk{word-wrap:break-word;font-family:Melody;font-size:50px;font-weight:500;line-height:1.4;margin-top:7rem;text-align:center;width:50%}.About-container{display:flex;flex-direction:column}.aboutme-heading{font-family:Melody-md;font-size:3rem;font-weight:500;margin-left:2rem;margin-top:8rem;text-align:left}.para-img-cont{align-items:center;display:flex;justify-content:space-evenly;width:100%}.about-text{font-family:Melody-regular;font-weight:500;width:60%}.about-img{border-radius:20px;object-fit:cover}@media only screen and (max-width:800px){.contact-w-buttons{margin-top:30px}.wanna-talk{width:85%}.contact-w-buttons a{font-size:15px}.contact-page{flex-direction:column}.fill-form{-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation:none;animation:none;justify-content:center;margin:inset;order:2;-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (min-width:0px) and (max-width:500px){.wanna-talk{font-size:26px;margin-top:5rem;order:1;width:90%}.form-contact{margin:10px 20px}.contact-w-buttons{order:3}.form-contact{order:4}.contact-w-buttons a{font-size:14px}.wanna-talk{font-size:24px}.fill-form{font-size:20px}.labelname{left:12px}.input:hover{border:2px solid #8ae595;outline:none}.hr{border:none;width:1.3px}.man-left{margin:2rem}.footer-section span{align-items:center;display:flex;justify-content:space-evenly;margin:auto;width:95%}.copyright{font-size:13px;text-align:center;width:95%}.form-contact{margin-bottom:2rem}}@media only screen and (min-width:801px) and (max-width:1090px){.wanna-talk{font-size:35px;margin-top:1rem;width:45%}.contact-page{justify-content:space-evenly}}@media only screen and (min-width:801px) and (max-width:950px){.form-contact{width:35%}.fill-form{-webkit-animation-play-state:paused;animation-play-state:paused}}@media only screen and (min-width:801px) and (max-width:825px){.contact-w-buttons a{font-size:18px}.contact-w-buttons{margin-top:2rem}.fill-form{margin:40px auto}.wanna-talk{font-size:33px;margin-bottom:3rem}}@media only screen and (min-width:501px) and (max-width:800px){.form-contact{margin-bottom:4rem;margin-top:2rem}.wanna-talk{font-size:45px;margin-bottom:2rem}}@media only screen and (min-width:0px) and (max-width:900px){.para-img-cont{flex-direction:column-reverse}.about-text{display:flex;flex-direction:column;margin:2rem auto;width:90%}.about-img{width:90%}.Aboutme-heading{color:#000;font-family:Melody-md;font-size:3rem;font-weight:500;margin-left:2rem;margin-top:6rem}}.end-greet{align-items:center;color:#8ae595;display:block;font-family:Melody-md;font-weight:500;justify-content:center;line-height:1.5;margin:3rem auto 2rem;text-align:center;text-transform:uppercase;width:90%}.logout{font-family:Melody-regular;font-weight:500}.buttons-home,.dropdown-user{align-items:center;display:flex}.buttons-home{font-size:20px;justify-content:center;margin:10px;padding:0;width:70%}.buttons-home1{border:1.6px solid #8ae595;border-radius:20px;color:#8ae595;margin-right:25px}.buttons-home1,.buttons-home2{box-shadow:1px 5px 0 0 rgba(0,0,0,.09);cursor:pointer;list-style:none;padding:7px 10px 6px;text-decoration:none}.buttons-home2{background-color:#8ae595;border-radius:20px;color:#fff;margin-left:25px}.buttons-home1:hover,.buttons-home2:hover{box-shadow:1px 5px 0 0 rgba(0,0,0,.09);-webkit-transform:translateY(-7px);transform:translateY(-7px);transition:all .3s cubic-bezier(.85,.33,.24,.75)}.buttons-home1:not(:hover),.buttons-home2:not(:hover){box-shadow:none;-webkit-transform:translateY(0);transform:translateY(0);transition:all .3s cubic-bezier(.85,.33,.24,.75)}@media screen and (min-width:0px) and (max-width:398px){.links-dropdown{font-size:13px;padding:10px;width:190%}.links{-webkit-transform:translateX(-40px);transform:translateX(-40px);width:145%}.nav-li{margin:0}.a-signup{margin-right:5px}.a-login{margin-right:20px}.macbook{overflow-x:hidden;-webkit-transform:translate(0);transform:translate(0);width:100vw}.iphone{margin-top:.7rem}}@media only screen and (min-width:1240px){.links{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.links-dropdown{width:120%}.intro-section-notesvault{overflow:hidden}.intro-text-sec{-webkit-transform:translateX(80px);transform:translateX(80px)}.head-intro h1{margin-bottom:auto}}input,textarea{caret-color:#8ae595}cursor{color:#8ae595}.addnoteContainer{margin-top:5rem}.notification{height:4rem;left:70%;top:80%;width:10rem}.footer-Links{color:#fff;text-decoration:none}.footer-Links:hover{text-decoration:underline}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:rgba(0,0,0,.1);background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.5);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:var(--PhoneInputCountrySelectArrow-transform);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.back-home-btn{background:linear-gradient(90deg,#8ae595,#dbffdf);border-radius:50px;color:#000;display:flex;flex-wrap:nowrap;font-size:20px;justify-content:center;margin:auto;padding:15px 30px;text-align:center;text-decoration:none;white-space:nowrap;width:20vw;z-index:10}.err-body{font-size:5rem}.error{margin-bottom:4rem}@media only screen and (min-width:0px) and (max-width:500px){.err-body{font-size:4rem}}
/*# sourceMappingURL=main.72579e70.css.map*/