@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900);@import url(https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext);@import url(https://fonts.googleapis.com/css2?family=Fontdiner+Swanky&family=Roboto:wght@500&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-link{color:#61dafb}.clear{clear:both}.App{overflow-x:hidden}.note-card-container{width:40vw;margin:0 auto;box-shadow:3px 3px 5px 6px #ccc;padding:15px}.note-card-container,.note-card-img{border-radius:15px;font-family:"Courgette",cursive}.note-card-img{width:100%;height:auto}.note-info{padding:10px;margin-top:0;font-size:25px;margin-left:-40%;font-family:"Courgette",cursive}.note-img-div{padding-top:10px;overflow:hidden;font-size:50px}.note-img-div,.note-sub,.note-view-button{text-align:center}.note-sub{padding-top:10px;font-size:30px}.note-time{margin-left:40%;font-size:20px}.note-list{align-items:center;text-align:center;padding-left:40px}.note-container{background-color:#94d3ff;font-size:20px}.scrolltopbtn{background-color:#0af}.note-item{width:22%;float:left;margin:20px;text-align:center;align-items:center;height:340px;overflow:auto;box-shadow:3px 3px 5px 6px #ccc;border-radius:15px;font-family:"Courgette",cursive;padding-bottom:5px;background:linear-gradient(90deg,#03e9f4,#f441a5,#ffeb3b,#03a9f4);background-size:400%;z-index:1}.note-item:hover{-webkit-animation:animate 8s linear infinite;animation:animate 8s linear infinite}@-webkit-keyframes animate{0%{background-position:0}to{background-position:400%}}@keyframes animate{0%{background-position:0}to{background-position:400%}}.note-item:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;z-index:-1;background-size:400%;border-radius:25px;opacity:0;transition:.5s}.note-item:hover:before{-webkit-filter:blur(20px);filter:blur(20px);opacity:1;-webkit-animation:animate 8s linear infinite;animation:animate 8s linear infinite}.note-card:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:-1;background-color:#fff;transition:transform .5s ease-in-out;transform:scale(0);overflow-x:hidden}.note-card:focus:before,.note-card:hover:before{transform:scaleX(1)}.note-card{z-index:1;overflow:hidden;background-color:#94d3ff}.note-card-container{text-align:center;background-color:#0af}.note-container{font-family:"Courgette",cursive}@media screen and (max-width:600px){.note-item{width:80%}.note-card-container{width:80vw}}@-webkit-keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Nav-head{font-size:28px}.navbar-dark .navbar-nav .nav-item a{color:#fff}.Nav-item-br{border:.5px solid #fff;border-radius:25px;margin-left:15px}.navbar-nav .nav-item{padding-left:15px;padding-right:15px}.Nav-item-br:hover{background-color:#0af;font-style:bold}.navbar-nav .Nav-item:hover .nav-item a,.navbar-nav .nav-item:hover a{color:#007bff}.Nav-color{background-color:#007bff}.body{margin:0;background-color:var(--lightGrey);font-family:var(--familyRoboto);line-height:1.6;padding-top:80px;--lightGrey:#fcfcfc;--pink:#b52b65;--darkPurple:#4f3961;--darkGrey:#585858;--darkerGrey:#6d6d6d;--yellow:#ffe75e;--white:#fff;--familyRoboto:"Roboto",sans-serif;--familyRobotoSlab:"Roboto Slab",sans-serif;--bold:bold}.body,.scrolltopbtn{scroll-behavior:smooth}.scrolltopbtn{background-color:#6c63ff;padding:15px;color:#fff;position:fixed;bottom:15px;right:15px;height:60px;width:60px;line-height:35px;text-align:center;cursor:pointer;border-radius:50%;z-index:5;text-decoration:none}ul{margin:0;padding:0;list-style-type:none}a{outline-color:var(--yellow)}.intro{margin-top:2rem;padding:0 1em}.dev_container{max-width:80vw;margin:15vw auto;display:flex;flex-wrap:wrap;justify-content:space-around}.dev_card{position:relative;margin:20px 0;width:400px;height:535px;background-color:#fff;transform-style:preserve-3d;transform:perspective(200vw);transition:1s;box-shadow:inset 300px 0 50px rgba(0,0,0,.5)}.dev_card:hover{z-index:10000;transform:perspective(200vw) rotate(-10deg);box-shadow:inset 20px 0 50px rgba(0,0,0,.5)}.dev_card .imgBox{position:relative;width:100%;height:100%;border:1px solid #000;transform-origin:left;z-index:1;transition:1s}.dev_card:hover .imgBox{transform:rotateY(-135deg)}.dev_card .imgBox .img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.dev_card .dev_details{position:absolute;top:0;left:0;box-sizing:border-box;padding:20px;text-align:center}.intro__title{margin:0;font-family:var(--familyRobotoSlab);font-size:2.4rem;font-weight:400;line-height:1.3;color:var(--darkPurple)}.intro__subtitle{margin:1.2rem 0;font-size:.9rem;color:var(--darkGrey)}.button{display:inline-block;padding:.7em 1.2em;font-size:1rem;background-color:#0069d9;color:var(--white);border-radius:3px}.button:hover{background-color:#0069d4}.intro__illustration{max-width:100%;margin:2rem 0}@media (min-width:32em){.intro{margin:2rem auto 0;display:grid;grid-template-columns:1fr 1.2fr;grid-gap:20px;grid-template-areas:". img" "title img" "subtitle img" "button img" ". img"}.intro__title{grid-area:title;margin:0}.intro__subtitle{grid-area:subtitle;margin:0}.intro .button{grid-area:button;justify-self:start;align-self:start}.intro__illustration{grid-area:img;align-self:center}}@media (min-width:60em){.intro{width:80%}.intro__title{font-size:4rem;margin:0}.intro__subtitle{font-size:1.2rem}.button{font-size:1.1rem}}.features{padding:0 1em;margin-top:2.5rem;text-align:center}.features__list li{padding:1rem}.features p{font-size:.9rem}@media (min-width:32em){.features__list{display:flex;justify-content:space-around}.features__list li{flex-basis:350px}}.features__list svg{display:block;max-width:100%;margin:auto auto 1.5rem}@media (min-width:60em){.features{width:80%;margin-left:auto;margin-right:auto}.features p{font-size:1.1rem}}.section__title{color:var(--darkPurple);font-weight:var(--bold);font-size:1.85rem;line-height:1.1}@media (min-width:60em){.section__title{font-size:2.25rem}}.grow{padding:0 1em;position:relative;margin-top:2.5rem}.grow svg{width:100%}.grow p{font-size:.9rem}.blob{position:absolute;left:0;top:0;z-index:10}@media (min-width:32em){.grow{margin-top:5rem;display:grid;grid-template-columns:minmax(200px,550px) 40%;grid-template-areas:". img" "title img" "p img" ". img"}.grow__title{grid-area:title}.grow p{grid-area:p;margin:0}.grow>svg:first-of-type{grid-area:img}.blob{top:-50px}}@media (min-width:60em){.grow{width:80%;margin-left:auto;margin-right:auto}.grow p{font-size:1.1rem}}.get-feedback{padding:0 1em}.get-feedback p{font-size:.9rem}.get-feedback svg{width:100%}@media (min-width:32em){.get-feedback{display:grid;grid-gap:24px;grid-template-columns:50% minmax(200px,550px);grid-template-areas:"img ." "img title" "img p" "img ."}.get-feedback__title{grid-area:title;margin-bottom:0}.get-feedback svg{grid-area:img}.get-feedback p{grid-area:p;margin:0}}@media (min-width:60em){.get-feedback{width:80%;margin-left:auto;margin-right:auto}.get-feedback p{font-size:1.1rem}}.learning{padding:0 1em}.learning p{font-size:.9rem}.learning svg{width:100%}@media (min-width:32em){.learning{display:grid;grid-template-columns:minmax(200px,450px) 50%;grid-template-areas:". img" "title img" "p img" ". img"}.learning__title{grid-area:title}.learning p{grid-area:p;margin:0}.learning svg{grid-area:img}}@media (min-width:60em){.learning{width:80%;margin-left:auto;margin-right:auto}.learning p{font-size:1.1rem}}.get-started li{width:250px;height:250px;padding:2rem;margin:1.5rem auto;background-image:url(https://res.cloudinary.com/alexandracaulea/image/upload/v1583497341/circle-shape_fbgxd9.svg);background-repeat:no-repeat;background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.get-started strong{font-size:2.2rem}.get-started p{margin:5px 0 0;font-size:.9rem}@media (min-width:45em){.get-started{margin-top:100px}.get-started ul{display:flex;justify-content:space-around}.get-started li{width:320px;height:320px;background-size:auto auto;background-size:initial}}@media (min-width:60em){.get-started{width:80%;margin-left:auto;margin-right:auto}.get-started p{font-size:1.1rem}}.footer{padding:1em;margin:2rem auto 0;background-color:#f8f8f8}.footer-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,100px))}.footer-title{text-transform:uppercase;font-size:.8rem;color:var(--darkerGrey);letter-spacing:1px}.footer-link{font-size:.85rem;font-weight:var(--bold);color:inherit}.footer-link:hover{text-decoration:underline}.footer-newsletter{margin:2rem auto;text-align:center}.footer-newsletter p{font-size:.95rem;line-height:1.5;color:var(--darkGrey)}.footer-email{display:block;width:100%;padding:.35rem 1rem;font-family:inherit;font-size:1rem;line-height:1.6;box-shadow:none;color:var(--darkGrey);background-color:var(--white);border:2px solid rgba(79,57,97,.141);border-radius:3px;outline-color:var(--yellow);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-error-message{display:block;text-align:left;color:#cc3648;visibility:hidden}.form-error .footer-email{border-color:#cc3648}.form-error .form-error-message{visibility:visible}.button-email{margin-top:1rem;border:none;width:100%;cursor:pointer;box-shadow:0 0 0 1px hsla(0,0%,100%,.3),0 2px 4px 0 rgba(14,30,37,.12);-webkit-appearance:none;-moz-appearance:none;appearance:none}.footer-social{display:flex;justify-content:center;align-items:center}.footer-social a{display:inline-block;padding:.5rem}.footer-social svg{vertical-align:middle}@media (min-width:32em){.footer-newsletter{text-align:left}.footer-form{display:flex;position:relative}.footer-email{width:auto}.button-email{width:auto;margin:0 0 0 1rem}.form-error-message{position:absolute;top:44px}.footer-social{margin-top:2rem}}@media (min-width:45em){.footer{padding:2em 1em}.footer-container{display:grid;grid-gap:20px;grid-template-areas:"nav newsletter" "social-links social-links" "copyright copyright"}.footer-nav{grid-area:nav;grid-template-columns:repeat(3,1fr);grid-gap:10px}.footer-title{margin-top:0}.footer-newsletter{margin:0;grid-area:newsletter}.footer-social{grid-area:social-links}}@media (min-width:60em){.footer-container{max-width:80%;margin:auto}}.arrow-1,.arrow-2{margin-top:20px;height:90px;background-image:url(https://res.cloudinary.com/alexandracaulea/image/upload/v1583497341/line-1_dt5tua.svg);background-repeat:no-repeat;background-position:50%}.arrow-2{margin-top:-20px}@media (min-width:32em){.arrow-1,.arrow-2{height:184px;background-repeat:no-repeat;background-position:50%}.arrow-1{margin-top:70px;background-image:url(https://res.cloudinary.com/alexandracaulea/image/upload/v1583497341/arrow-1-sm_kkfsxp.svg)}.arrow-2{background-image:url(https://res.cloudinary.com/alexandracaulea/image/upload/v1583497341/arrow-2-sm_xtrpm5.svg)}}@media (min-width:60em){.arrow-1,.arrow-2{height:283px}.arrow-1{margin-top:110px;background-image:url(https://res.cloudinary.com/alexandracaulea/image/upload/v1583497341/arrow-1-lg_jhrqpv.svg)}.arrow-2{background-image:url(https://res.cloudinary.com/alexandracaulea/image/upload/v1583497341/arrow-2-lg_cjykcq.svg)}}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.login-head,.signup-head{font-size:50px}.map-cursor{cursor:pointer}.statedis{font-size:17px}.button-state{padding:5px}.button-state-in{padding:3px;width:200px;border-radius:20px}.option-style{width:200px;height:30px;border:1px solid #999;font-size:18px;color:#1c87c9;background-color:#eee;border-radius:5px;box-shadow:4px 4px #ccc}.error{color:red;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}.selection{align-content:center}.form_pred{margin-right:0}@media screen and (max-width:900px){.form_pred{width:auto}}.comment_input{width:35vw;height:100%}.comment__container{padding-top:64px}.comment__input{width:80%;padding:12px 24px;float:right;transition:transform .25s ease-in-out;font-size:14px;line-height:18px;margin-top:0;margin-right:10vw;color:#575756;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:18px 18px;background-position:95%;border-radius:50px;border:1px solid #575756;transition:all .25s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d}@media screen and (max-width:600px){.comment__input{width:90%;margin-top:0;margin-right:0}}.comment__input::-webkit-input-placeholder{color:rgba(87,87,86,.8);text-transform:uppercase;letter-spacing:1.5px}.comment__input:-ms-input-placeholder{color:rgba(87,87,86,.8);text-transform:uppercase;letter-spacing:1.5px}.comment__input::-ms-input-placeholder{color:rgba(87,87,86,.8);text-transform:uppercase;letter-spacing:1.5px}.comment__input::placeholder{color:rgba(87,87,86,.8);text-transform:uppercase;letter-spacing:1.5px}.comment__input:focus,.comment__input:hover{padding:12px 0;outline:0;border:1px solid transparent;border-bottom-color:#575756;border-radius:0;background-position:100%}*{box-sizing:border-box}.wave{position:fixed;bottom:0;left:0;height:100%;z-index:-1}.container_login{font-family:"Poppins",sans-serif;width:100vw;height:90vh;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:7rem;padding:0 2rem}.img{justify-content:flex-end}.img,.login-content{display:flex;align-items:center}.login-content{justify-content:flex-start;text-align:center}.img img{width:500px}form{width:360px}.login-content img{height:100px}.login-content h2{margin:15px 0;color:#333;text-transform:uppercase;font-size:2.9rem}.login-content .input-div{position:relative;display:grid;grid-template-columns:7% 93%;margin:25px 0;padding:5px 0;border-bottom:2px solid #d9d9d9}.login-content .input-div.one{margin-top:0}.i{color:#d9d9d9;display:flex;justify-content:center;align-items:center}.i i{transition:.3s}.input-div>div{position:relative;height:45px}.input-div>div>h4{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#999;font-size:18px;transition:.3s}.input-div:after,.input-div:before{content:"";position:absolute;bottom:-2px;width:0;height:2px;background-color:#0069d9;transition:.4s}.input-div:before{right:50%}.input-div:after{left:50%}.input-div.focus:after,.input-div.focus:before{width:50%}.input-div.focus>div>h4{top:-5px;font-size:18px}.input-div.focus>.i>i{color:#0069d9}.input-div>div>input{position:absolute;left:0;top:0;width:100%;height:100%;border:none;outline:none;background:none;padding:.5rem .7rem;font-size:1.2rem;color:#555;font-family:"poppins",sans-serif}.input-div.pass{margin-bottom:4px}a{text-align:right;color:#0069d9;font-size:.9rem;transition:.3s}a,a:hover{text-decoration:none}a:hover{color:#000}.btn_login{display:block;width:100%;height:50px;border-radius:25px;outline:none;border:none;background-image:linear-gradient(90deg,#0767d0,#0069d9,#0767d0);background-size:200%;font-size:1.2rem;color:#fff;font-family:"Poppins",sans-serif;text-transform:uppercase;margin:1rem 0;cursor:pointer;transition:.5s}.btn_login:hover{background-position:100%}@media screen and (max-width:1050px){.container_login{grid-gap:5rem}}@media screen and (max-width:1000px){form{width:290px}.login-content h2{font-size:2.4rem;margin:8px 0}.img img{width:400px}}@media screen and (max-width:900px){.container_login{grid-template-columns:1fr}.img,.wave{display:none}.login-content{justify-content:center}}.box{padding-left:20px}.labe{padding-left:15px}.box select{background-color:#0562ad;color:#fff;padding:12px;width:250px;border:none;border-radius:20px;font-size:20px;box-shadow:0 5px 25px rgba(0,0,0,.2);-webkit-appearance:button;-moz-appearance:button;appearance:button;outline:none}.box:hover:before{color:hsla(0,0%,100%,.6);background-color:hsla(0,0%,100%,.2)}.box select option{padding:30px}.search__container{padding-top:64px}.search__input{width:40%;padding:12px 24px;float:right;transition:transform .25s ease-in-out;font-size:14px;line-height:18px;margin-top:-13vh;margin-right:20vw;color:#575756;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:18px 18px;background-position:95%;border-radius:50px;border:1px solid #575756;transition:all .25s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d}@media screen and (max-width:600px){.search__input{width:100%;margin-top:0;margin-right:0}}.search__input::-webkit-input-placeholder{color:rgba(87,87,86,.8);text-transform:uppercase;letter-spacing:1.5px}.search__input:-ms-input-placeholder{color:rgba(87,87,86,.8);text-transform:uppercase;letter-spacing:1.5px}.search__input::-ms-input-placeholder{color:rgba(87,87,86,.8);text-transform:uppercase;letter-spacing:1.5px}.search__input::placeholder{color:rgba(87,87,86,.8);text-transform:uppercase;letter-spacing:1.5px}.search__input:focus,.search__input:hover{padding:12px 0;outline:0;border:1px solid transparent;border-bottom-color:#575756;border-radius:0;background-position:100%}.upload{padding:16px;width:1020px;margin:0 auto}.set{display:flex;justify-content:space-between;margin:10px 0}.segment{padding:32px 0;text-align:center;color:#babecc;text-shadow:1px 1px 1px #fff}.butt,.inp{border:0;outline:0;font-size:16px;border-radius:320px;padding:16px;background-color:#ebecf0;text-shadow:1px 1px 0 #fff;font-family:"Montserrat",sans-serif;letter-spacing:-.2px}.lab{margin-bottom:24px;width:50%}.inp{margin-right:4px;box-shadow:inset 2px 2px 5px #babecc,inset -5px -5px 10px #fff;width:70%;box-sizing:border-box;transition:all .2s ease-in-out;-moz-appearance:none;appearance:none;-webkit-appearance:none}.inp:focus{box-shadow:inset 1px 1px 2px #babecc,inset -1px -1px 2px #fff}.butt{color:#61677c;font-weight:700;box-shadow:-5px -5px 20px #fff,5px 5px 20px #babecc;transition:all .2s ease-in-out;cursor:pointer;font-weight:600}.butt:hover{box-shadow:-2px -2px 5px #fff,2px 2px 5px #babecc}.butt:active{box-shadow:inset 1px 1px 2px #babecc,inset -1px -1px 2px #fff}.butt .icon{margin-right:8px}.butt.unit{border-radius:8px;line-height:0;width:48px;height:48px;display:inline-flex;justify-content:center;align-items:center;margin:0 8px;font-size:19.2px}.butt.unit .icon{margin-right:0}.butt{width:35%;color:#ae1100}.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.wrapper{font-family:"Quicksand",sans-serif;color:#324e63;position:relative;overflow-x:hidden!important;width:100%;height:auto;min-height:100vh;padding:100px 20px 50px;display:flex;background-image:linear-gradient(-20deg,#ff2846,#6944ff)}@media screen and (max-width:768px){.wrapper{height:auto;min-height:100vh;padding-top:100px}}.profile-card{width:100%;min-height:460px;margin:auto;box-shadow:0 8px 60px -10px rgba(13,28,39,.6);background:#fff;border-radius:12px;max-width:700px;position:relative}.profile-card.active .profile-card__cnt{-webkit-filter:blur(6px);filter:blur(6px)}.profile-card.active .profile-card-message,.profile-card.active .profile-card__overlay{opacity:1;pointer-events:auto;transition-delay:.1s}.profile-card.active .profile-card-form{transform:none;transition-delay:.1s}.profile-card__img{width:150px;height:150px;margin-left:auto;margin-right:auto;transform:translateY(-50%);border-radius:50%;overflow:hidden;position:relative;z-index:4;box-shadow:0 5px 50px 0 #6c44fc,0 0 0 7px rgba(107,74,255,.5)}@media screen and (max-width:576px){.profile-card__img{width:120px;height:120px}}.profile-card__img img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-card__cnt{margin-top:-35px;text-align:center;padding:0 20px 40px;transition:all .3s}.profile-card__name{font-weight:700;font-size:36px;color:#6944ff;margin-bottom:15px}.profile-card__txt{font-size:18px;font-weight:500;color:#324e63;margin-bottom:15px}.profile-card__txt strong{font-weight:700}.profile-card-loc{display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:600}.profile-card-loc__icon{display:inline-flex;font-size:27px;margin-right:10px}.profile-card-inf{display:flex;justify-content:center;flex-wrap:wrap;align-items:flex-start;margin-top:35px}.profile-card-inf__item{padding:10px 35px;min-width:150px}@media screen and (max-width:768px){.profile-card-inf__item{padding:10px 20px;min-width:120px}}.profile-card-inf__title{font-weight:700;font-size:27px;color:#324e63}.profile-card-inf__txt{font-weight:500;margin-top:7px}.profile-card-social{margin-top:25px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.profile-card-social__item{display:inline-flex;width:55px;height:55px;margin:15px;border-radius:50%;align-items:center;justify-content:center;color:#fff;background:#405de6;box-shadow:0 7px 30px rgba(43,98,169,.5);position:relative;font-size:21px;flex-shrink:0;transition:all .3s}@media screen and (max-width:768px){.profile-card-social__item{width:50px;height:50px;margin:10px}}@media screen and (min-width:768px){.profile-card-social__item:hover{transform:scale(1.2)}}.profile-card-social__item.facebook{background:linear-gradient(45deg,#3b5998,#0078d7);box-shadow:0 4px 30px rgba(43,98,169,.5)}.profile-card-social__item.twitter{background:linear-gradient(45deg,#1da1f2,#0e71c8);box-shadow:0 4px 30px rgba(19,127,212,.7)}.profile-card-social__item.instagram{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d);box-shadow:0 4px 30px rgba(120,64,190,.6)}.profile-card-social__item.behance{background:linear-gradient(45deg,#1769ff,#213fca);box-shadow:0 4px 30px rgba(27,86,231,.7)}.profile-card-social__item.github{background:linear-gradient(45deg,#333,#626b73);box-shadow:0 4px 30px rgba(63,65,67,.6)}.profile-card-social__item.codepen{background:linear-gradient(45deg,#324e63,#414447);box-shadow:0 4px 30px rgba(55,75,90,.6)}.profile-card-social__item.link{background:linear-gradient(45deg,#d5135a,#f05924);box-shadow:0 4px 30px rgba(223,45,70,.6)}.profile-card-social .icon-font{display:inline-flex}.profile-card-ctr{display:flex;justify-content:center;align-items:center;margin-top:40px}@media screen and (max-width:576px){.profile-card-ctr{flex-wrap:wrap}}.profile-card__button{background:none;border:none;font-family:"Quicksand",sans-serif;font-weight:700;font-size:19px;margin:15px 35px;padding:15px 40px;min-width:201px;border-radius:50px;min-height:55px;color:#fff;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .3s}@media screen and (max-width:768px){.profile-card__button{min-width:170px;margin:15px 25px}}@media screen and (max-width:576px){.profile-card__button{min-width:inherit;margin:0 0 16px;width:100%;max-width:300px}.profile-card__button:last-child{margin-bottom:0}}.profile-card__button:focus{outline:none!important}@media screen and (min-width:768px){.profile-card__button:hover{transform:translateY(-5px)}}.profile-card__button:first-child{margin-left:0}.profile-card__button:last-child{margin-right:0}.profile-card__button.button--blue{background:linear-gradient(45deg,#1da1f2,#0e71c8);box-shadow:0 4px 30px rgba(19,127,212,.4)}.profile-card__button.button--blue:hover{box-shadow:0 7px 30px rgba(19,127,212,.75)}.profile-card__button.button--orange{background:linear-gradient(45deg,#d5135a,#f05924);box-shadow:0 4px 30px rgba(223,45,70,.35)}.profile-card__button.button--orange:hover{box-shadow:0 7px 30px rgba(223,45,70,.75)}.profile-card__button.button--gray{box-shadow:none;background:#dcdcdc;color:#142029}.profile-card-message{width:100%;height:100%;position:absolute;top:0;left:0;padding-top:130px;padding-bottom:100px;opacity:0;pointer-events:none;transition:all .3s}.profile-card-form{box-shadow:0 4px 30px rgba(15,22,56,.35);max-width:80%;margin-left:auto;margin-right:auto;height:100%;background:#fff;border-radius:10px;padding:35px;transform:scale(.8);position:relative;z-index:3;transition:all .3s}@media screen and (max-width:768px){.profile-card-form{max-width:90%;height:auto}}@media screen and (max-width:576px){.profile-card-form{padding:20px}}.profile-card-form__bottom{justify-content:space-between;display:flex}@media screen and (max-width:576px){.profile-card-form__bottom{flex-wrap:wrap}}.profile-card textarea{width:100%;resize:none;height:210px;margin-bottom:20px;border:2px solid #dcdcdc;border-radius:10px;padding:15px 20px;color:#324e63;font-weight:500;font-family:"Quicksand",sans-serif;outline:none;transition:all .3s}.profile-card textarea:focus{outline:none;border-color:#8a979e}.profile-card__overlay{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none;opacity:0;background:rgba(22,33,72,.35);border-radius:12px;transition:all .3s}*{box-sizing:0;margin:0;padding:0}.errorbody{background:linear-gradient(90deg,#fff 50%,#383838 0);font-family:"Roboto",sans-serif;font-size:18px;font-weight:500;line-height:1.5;color:#fff;max-width:100%;margin:0 auto}.errorbody,.errorbody>*{display:flex;align-items:center;height:100vh;width:100%}.errorbody>*{flex-flow:column;justify-content:center;max-width:50%;padding:2.5rem}.erroraside{background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4424790/right-edges.png);background-position:100% 0;background-repeat:no-repeat;background-size:25px 100%}.erroraside img{display:block;height:auto;width:100%}.errormain{text-align:center}.errormain h1{font-family:"Fontdiner Swanky",cursive;font-size:4rem;color:#c5dc50;margin-bottom:1rem}.errormain p{margin-bottom:2.5rem}.errormain p em{font-style:italic;color:#c5dc50}.errormain button{font-family:"Fontdiner Swanky",cursive;font-size:1rem;color:#383838;border:none;background-color:#f36a6f;padding:1rem 2.5rem;transform:skew(-5deg);transition:all .1s ease;cursor:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4424790/cursors-eye.png),auto}.errormain button:hover{background-color:#c5dc50;transform:scale(1.15)}@media (max-width:700px){.errorbody{background:#383838;font-size:16px;flex-flow:column}.errorbody>*{max-width:700px;height:100%}.erroraside{background-image:none;background-color:#fff}.erroraside img{max-width:300px}}
/*# sourceMappingURL=main.407555e1.chunk.css.map */