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}.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-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.home__description{margin-bottom:40px;margin-top:40px}.home__description-title{color:#fff;font-family:Roboto Mono,monospace;font-size:32px;font-weight:300;margin-bottom:20px}.home__description-text{color:#fff;font-size:16px;font-weight:400;line-height:28px;margin-bottom:30px}.home__cv-btn{align-items:center;background-color:#6d56c1;border-radius:25px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 30px;text-decoration:none;transition:all .3s ease}.home__cv-btn:hover{background-color:#5a46a8;box-shadow:0 5px 15px rgba(109,86,193,.3);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.home__wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.home__heading{left:10px;margin-bottom:40px;margin-top:40px}.home__heading,.home__sub--heading{color:#fff;font-family:Roboto Mono,monospace;font-size:14px;font-weight:700;letter-spacing:5px;line-height:20px;text-transform:uppercase}.home__sub--heading{margin-bottom:35px;margin-top:20px}.home__projects{margin-bottom:70px}.home__projects--list{display:flex;flex-direction:column;flex-wrap:wrap}@media only screen and (min-width:1280px){.home__projects--list{flex-direction:row;gap:40px}}.home__chat-icon{align-items:center;background-color:#6d56c1;border-radius:50%;bottom:20px;box-shadow:0 4px 8px rgba(0,0,0,.2);color:#fff;cursor:pointer;display:flex;font-size:24px;height:60px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:60px;z-index:1000}.home__chat-icon:hover{background-color:#5a46a8;-webkit-transform:scale(1.1);transform:scale(1.1)}.home__chat-icon i{margin:0}.home__chat-tooltip{background-color:#333;border-radius:5px;bottom:70px;box-shadow:0 2px 5px rgba(0,0,0,.3);color:#fff;font-size:12px;padding:10px;position:absolute;right:0;white-space:nowrap;z-index:1001}.home__chat-tooltip:after{border:5px solid transparent;border-top-color:#333;content:"";position:absolute;right:20px;top:100%}.home__chat-tooltip-title{font-weight:700;margin-bottom:5px}.home__chat-tooltip-text{font-size:11px}.home__chat-popover{bottom:100px;max-width:360px;position:fixed;right:20px;width:min(360px,100vw - 40px);z-index:1001}.home__chat-panel{background:rgba(15,23,42,.95);border:1px solid rgba(109,86,193,.25);border-radius:24px;box-shadow:0 24px 60px rgba(15,23,42,.35);display:flex;flex-direction:column;height:520px;max-height:80vh;overflow:hidden}.home__chat-panel-header{align-items:center;background:linear-gradient(135deg,rgba(74,76,179,.95),rgba(99,102,241,.92));border-bottom:1px solid rgba(109,86,193,.25);display:flex;justify-content:space-between;padding:16px 18px}.home__chat-panel-actions{align-items:center;display:flex;gap:8px}.home__chat-panel-close,.home__chat-panel-expand{align-items:center;background:hsla(0,0%,100%,.1);border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;height:34px;justify-content:center;width:34px}.home__chat-panel-close:hover,.home__chat-panel-expand:hover{background:hsla(0,0%,100%,.18)}.home__chat-panel-title{color:#fff;font-size:13px;font-weight:700}.home__chat-panel-subtitle{color:hsla(0,0%,100%,.78);font-size:12px;margin-top:4px}.home__chat-panel-close{background:none;border:none;color:#fff;cursor:pointer;font-size:24px;line-height:1}.header__navbar{background:linear-gradient(54deg,rgba(74,76,179,.95) 34%,hsla(0,34%,71%,.95));background:var(--app-header-background-color);overflow:hidden;transition:background .2s ease-in-out,box-shadow .2s ease-in-out;z-index:10}.header__navbar .container{align-items:center;display:flex;justify-content:flex-start;margin:0 auto;max-width:1200px;min-height:60px;padding:0 24px}.header__navbar--item{align-items:center;border-radius:999px;color:#fff;color:var(--app-header-text-color);display:inline-flex;font-size:1.3rem;font-weight:700;justify-content:center;letter-spacing:.02em;padding:14px 20px;text-decoration:none;transition:background .2s ease,color .2s ease,-webkit-transform .15s ease;transition:background .2s ease,color .2s ease,transform .15s ease;transition:background .2s ease,color .2s ease,transform .15s ease,-webkit-transform .15s ease}.header__navbar--item:focus,.header__navbar--item:hover{background:hsla(0,0%,100%,.08);color:#fff;color:var(--app-header-text-color);font-weight:800;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.header__sticky{background:#fff;background:var(--app-header-sticky-background-color);box-shadow:0 5px 8px 0 rgba(0,0,0,.14);position:fixed;top:0;transition:background .15s ease-out,box-shadow .15s ease-out;width:100%}.header__sticky,.header__sticky a{color:#000;color:var(--app-header-sticky-text-color)}.header__sticky+.content{padding-top:60px}.info{background:linear-gradient(54deg,rgba(74,76,179,.95) 34%,hsla(0,34%,71%,.95));background:var(--app-info-background-color);opacity:.9;padding-bottom:30px;padding-top:30px}.info__wrapper{display:flex;flex-direction:column;gap:20px}@media only screen and (min-width:1280px){.info__wrapper{align-items:center;flex-direction:row;gap:40px}}.info__user-image{flex-shrink:0}.info__user-image img{border-radius:50%;height:150px;object-fit:cover;width:150px}.info__name--section{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center}.info__name{-webkit-animation:type 4s steps(60);animation:type 4s steps(60);font-family:Sacramento,cursive;font-size:36px;line-height:40px;margin:0 0 8px}.info__name,.info__title{color:#fff;color:var(--app-info-primery-color);font-weight:400}.info__title{font-size:18px;margin:0 0 20px;min-height:25px}.info__cursor{-webkit-animation:blink .7s infinite;animation:blink .7s infinite}.info__details{display:flex;flex-direction:column;gap:8px;margin-bottom:15px}.info__detail-item{align-items:center;display:flex;font-size:14px;gap:10px}.info__detail-item,.info__detail-label{color:#fff;color:var(--app-info-primery-color)}.info__detail-label{font-weight:600}.info__social{align-items:center;display:flex;gap:15px}.info__social-icon{align-items:center;color:#fff;color:var(--app-info-primery-color);cursor:pointer;display:inline-flex;font-size:18px;height:32px;justify-content:center;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;width:32px}.info__social-icon:hover{opacity:.8;-webkit-transform:scale(1.2);transform:scale(1.2)}.info__discryption{color:#fff;color:var(--app-info-primery-color);font-size:16px;padding-bottom:10px;text-align:left}.info__discryption--heading{color:rgba(color:#FFFFFF,alpha:.5);color:var(--app-info-secondry-color);font-weight:700;padding-right:10px}.info__icon{color:#fff;color:var(--app-info-primery-color);cursor:pointer;padding-right:20px}.info__heading{color:#fff;font-size:30px;font-weight:400}@-webkit-keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.info-next__description{color:#999;font-family:Roboto Mono,monospace;font-size:36px;line-height:42px;margin-bottom:40px;margin-top:40px}.info-next__description--text{color:#999;font-size:18px;line-height:30px}.timeline__heading{color:#999;font-family:Roboto Mono,monospace;font-size:14px;font-weight:700;left:10px;letter-spacing:5px;line-height:20px;margin-bottom:40px;margin-top:40px;text-transform:uppercase}.timeline__wrapper{border-left:2px solid #6d56c1;display:flex;flex-direction:column;padding-bottom:35px;padding-left:25px}.timeline__wrapper:before{background-color:#fff;border:2px solid #6d56c1;border-radius:50%;content:"";height:12px;left:-32px;position:relative;width:12px}.timeline__title{color:#6d56c1;font-family:Roboto Mono,monospace;font-weight:700;text-transform:uppercase}.timeline__date-range,.timeline__title{font-size:14px;line-height:20px;padding-bottom:5px}.timeline__date-range,.timeline__descryption{color:#999;font-family:Inconsolata,monospace}.timeline__descryption{font-size:15px;line-height:20px;padding-bottom:10px}.progress-wrapper{padding-bottom:15px;width:100%}@media only screen and (min-width:1280px){.progress-wrapper{width:40%}}.progress-wrapper__strip{background-color:#dee2e6;border-radius:10px;height:8px;position:relative;width:100%}.progress-wrapper__strip--field{background:linear-gradient(54deg,rgba(74,76,179,.95) 24%,hsla(0,34%,71%,.95));border-radius:10px;height:100%;position:absolute;transition:"5s ease-in"}@-webkit-keyframes progressBar{0%{width:0}to{width:60%}}@keyframes progressBar{0%{width:0}to{width:60%}}.progress-wrapper__content{color:#999;display:flex;font-size:14px;font-weight:600;justify-content:space-between;margin-bottom:10px}.card{background:linear-gradient(180deg,#cfc 31%,#0cf 90%);border-radius:15px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);box-sizing:border-box;flex:0 0 30%;margin-top:25px;transition:.3s}.card__description{display:flex;flex-direction:column;justify-content:center;padding:30px 25px}.card__title{color:rgba(0,0,0,.8);font-size:25px;font-weight:700;text-transform:capitalize}.card__info,.card__title{padding-bottom:10px;text-align:left}.card__info{color:#999;font-size:15px;line-height:20px}.card__heading{color:#5c6767;font-size:20px;padding-bottom:10px}.card__item{box-shadow:0 4px 8px 0 rgba(0,0,0,.2);color:rgba(23,28,28,.98);flex:auto;font-weight:600;margin:5px;padding:10px;transition:.3s}.card__item--list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}:root{--app-header-background-color:linear-gradient(54deg,rgba(74,76,179,.95) 34%,hsla(0,34%,71%,.95));--app-header-sticky-background-color:#fff;--app-header-sticky-text-color:#000;--app-header-text-color:#fff;--app-info-background-color:linear-gradient(54deg,rgba(74,76,179,.95) 34%,hsla(0,34%,71%,.95));--app-info-primery-color:#fff;--app-info-secondry-color:rgba(color:#FFFFFF,alpha:0.5);--app-info-social-icon-color:#fff;--app-button-color:#6d56c1;--app-timeline-heading-color:#6d56c1;--app-card-bg-color:linear-gradient(180deg,#cfc 31%,#0cf 90%);--app-progress-bar-color:#0075ff;--app-primery-text-color:#999;--app-primery-bg-color:#fff;--app-secondary-bg-color:linear-gradient(54deg,rgba(74,76,179,.95) 34%,hsla(0,34%,71%,.95));--app-text-white-color:#fff;--app-text-grey-color:#999;--app-text-black-color:#000000cc}a,a:hover{color:#fff;text-decoration:none}a:hover{font-weight:600}a:active,a:focus,a:visited{color:#fff;text-decoration:none}.app-column{display:flex;flex-direction:column}.mt-20{margin-top:20px}.pr-10{padding-right:10px}.app-btn{background-color:#6d56c1;border-radius:25px;border-style:none;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:20px;min-height:50px;min-width:170px;outline:none;overflow:hidden;padding:15px;position:relative;text-align:center;text-transform:uppercase}.floating-form{width:320px}@media only screen and (min-width:1280px){.floating-form{width:420px}}.floating-label{background:#fff;margin-bottom:50px;position:relative}.floating-input,.floating-select{background-color:transparent;border:none;border-bottom:1px solid #dee2e6;display:block;font-size:14px;height:30px;padding:4px;width:100%}.floating-input:focus,.floating-select:focus{border-bottom:1px solid rgba(0,0,0,.5);outline:none}label{color:rgba(0,0,0,.5);font-size:14px;font-weight:400;left:5px;pointer-events:none;position:absolute;top:5px;transition:all .2s ease;-moz-transition:all .2s ease;-webkit-transition:all .2s ease}.floating-input:focus~label,.floating-input:not(:placeholder-shown)~label{color:#000;font-size:16px;top:-18px}.highlight{height:50%;left:0;opacity:.5;pointer-events:none;position:absolute;top:15%;width:100%}.error{color:red;font-size:15px;margin-top:5px}button[disabled]{color:hsla(0,0%,100%,.4);cursor:not-allowed;pointer-events:all!important}.footer{background:linear-gradient(54deg,rgba(74,76,179,.95) 34%,hsla(0,34%,71%,.95));overflow:hidden;padding-bottom:20px;padding-top:50px;z-index:10}.footer__heading{color:#fff;font-size:36px;padding-bottom:40px}.footer__wrapper{display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:1280px){.footer__wrapper{flex-direction:row}}.footer__info{display:flex;flex-direction:column;gap:10px}.footer__contact--list{font-size:15px;font-weight:500;line-height:30px}.footer__item{color:#fff;font-size:16px;padding-bottom:10px}.footer__title{color:#fff;font-weight:700;padding-right:10px}.footer__link{color:#fff;cursor:pointer;text-decoration:underline}.footer__form,.footer__latter{display:flex;flex-direction:column;flex-grow:.5}.footer__form input{background-color:transparent;border:1px solid #fff;border-radius:3px;color:#fff;font-family:Roboto Mono,monospace;font-size:16px;line-height:24px;margin-bottom:15px;outline:none;padding:10px}.footer__form input::-webkit-input-placeholder{color:#fff;opacity:1}.footer__form input::placeholder{color:#fff;opacity:1}.footer__form textarea{background-color:transparent;border:1px solid #fff;border-radius:3px;color:#fff;font-family:Roboto Mono,monospace;font-size:16px;height:115px;line-height:24px;margin-bottom:15px;outline:none;padding:10px}.footer__form textarea::-webkit-input-placeholder{color:#fff;opacity:1}.footer__form textarea::placeholder{color:#fff;opacity:1}.footer__form::-webkit-input-placeholder{color:#fff;opacity:1}.footer__form::placeholder{color:#fff;opacity:1}.footer__copyright{color:#fff;font-size:20px;margin-top:15px;text-align:center}.footer button[disabled]{color:hsla(0,0%,100%,.4);cursor:not-allowed;pointer-events:all!important}.footer img{height:25px}.footer .loader{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;border:16px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:20px;left:50%;position:absolute;top:8px;width:20px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.footer__success{color:#fff;font-size:18px;font-weight:600;margin-bottom:10px;text-align:center}.form__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.form__item{margin-top:20px}.form__button{width:420px}.info-form__wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.info-form__item{margin-top:20px}.info-form__textarea{background-color:transparent;border:1px solid #fff;border-radius:3px;color:#fff;font-family:Roboto Mono,monospace;font-size:16px;height:115px;line-height:24px;margin-bottom:15px;outline:none;padding:10px}.info-form__textarea::-webkit-input-placeholder{color:#fff;opacity:1}.info-form__textarea::placeholder{color:#fff;opacity:1}.technical-skill__type{display:flex;gap:10px}.technical-skill__dropdown{border-color:#dee2e6;height:25px}.technical-skill__btn{background-color:#6d56c1;border:none;border-radius:5px;color:#fff;cursor:pointer;height:25px;padding:0 5px}.timeline-list__heading{color:#000;font-size:15px;font-weight:800;margin-right:15px}.timeline-list__wrapper{align-items:center;display:flex;justify-content:center;margin-top:50px}.timeline-list__label{color:#000;font-size:15px;font-weight:800;margin-left:15px;top:-1px}.timeline-list__check{cursor:pointer;position:relative!important;width:200px}
/*# sourceMappingURL=main.04f61079.css.map*/