@import"https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans&family=Roboto&display=swap";.app{background-color:#ddd}.loader{border:5px solid grey;border-top:5px solid rgb(221,0,221);width:50px;height:50px;border-radius:50%;animation:loading 1s linear infinite;position:absolute;top:50%;left:50%}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#scrollToTop{position:fixed;right:3rem;bottom:4rem;width:5rem;height:4rem}#scrollToTop button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;color:#fff;padding:.7rem .4rem;border-radius:.5rem;border:1px solid red;border-color:#fff;background-color:#d0d;overflow:hidden}#scrollToTop button:hover{-webkit-box-shadow:1px 2px 10px 0px rgba(0,0,0,.5);-moz-box-shadow:1px 2px 10px 0px rgba(0,0,0,.5);box-shadow:1px 2px 10px #00000080}#scrollToTop button svg{color:#fff;font-size:2rem}#scrollToTop button svg:hover{animation:scrollToTop 5s infinite linear}@keyframes scrollToTop{0%{transform:translate(0)}25%{transform:translate(-.2rem)}50%{transform:translate(.2rem)}to{transform:translate(0)}}@media screen and (min-width: 576px) and (max-width: 767px){#scrollToTop{right:2rem}}@media screen and (max-width: 575px){#scrollToTop{right:1rem}}.footerSection{background-color:#320032;color:#fff;font-family:Open Sans,sans-serif}.footerSection .footer-content{display:flex;align-items:center;justify-content:space-around;padding:2rem 0}.footerSection .footer-content .copyright a{text-decoration:none}.footerSection .footer-content .copyright a:hover{text-decoration:underline;color:#fff}.footerSection .footer-content .social h3{text-align:center;margin-bottom:1rem}.footerSection .footer-content .social{display:flex;flex-direction:column;justify-content:center}.footerSection .footer-content .social .social-icons{display:flex;justify-content:center}.footerSection .footer-content .social .social-icons span a{text-decoration:none;color:#000}.footerSection .footer-content .social .social-icons span a svg{background-color:#fff;border:1px solid white;border-radius:50%;font-size:2.2rem;margin:0 1rem;padding:.3rem}.footerSection .footer-content .social .social-icons span a:hover{text-decoration:underline;color:#d0d}.footerSection .footer-content .social .social-icons span a:hover svg{-webkit-box-shadow:2px 2px 15px 2px rgb(128,128,128);-moz-box-shadow:2px 2px 15px 2px rgb(128,128,128);box-shadow:2px 2px 15px 2px gray}@media screen and (max-width: 767px){.footerSection .footer-content{flex-direction:column-reverse}.footerSection .footer-content .copyright{text-align:center;margin:2rem 1rem 0}}.about{margin:3rem 0 4rem}.about .description{display:flex;align-items:center}.about .description .content{flex:2;text-align:center;padding:0 3rem;font-size:1.8rem;font-family:Open Sans,sans-serif}@media screen and (max-width: 991px){.about .description .content{font-size:1.3rem}}.about .description .img-container{flex:1;text-align:right;padding:0 2rem}@media screen and (max-width: 767px){.about .description .img-container{display:none}}.about .description .img-container img{width:100%;object-fit:contain;height:400px}@media screen and (min-width: 992px) and (max-width: 1199px){.about .description .img-container img{height:350px}}@media screen and (min-width: 768px) and (max-width: 991px){.about .description .img-container img{height:300px}}.banner{height:100vh;width:100vw;max-width:100%;position:relative;background:url(/assets/banner11-Di2gk4HM.gif) #320032b3;background-repeat:repeat no-repeat;background-position:center,top left;background-size:cover;background-blend-mode:darken;background-attachment:fixed}.banner .banner_description{position:absolute;top:45%;transform:translateY(-45%);color:#fff;width:100%;text-align:center}.banner .banner_description h1{padding:1rem;font-size:5rem;font-family:Lato,sans-serif;font-weight:700}.banner .banner_description h1 span{color:#d0d}.banner .banner_description .typedjs #typed-string{display:flex;justify-content:center;align-items:center}.banner .banner_description .typedjs #typed-string h2{font-family:Roboto,sans-serif;font-size:3rem;padding:0;margin:0}.banner .banner_description .typedjs #typed-string h2 span{color:#d0d}.banner .banner_description .typedjs #typed-string span.typed-cursor{font-size:3rem}.banner .banner_description a{border:1px solid red;background:#fff;color:#000;font-size:2rem;border-radius:50%;padding:1rem}@media screen and (max-width: 767px){.banner .banner_description{width:100%}}@media screen and (max-width: 449px){.banner .banner_description h1{font-size:4.5rem}.banner .banner_description .typedjs #typed-string h2,.banner .banner_description .typedjs #typed-string span.typed-cursor{font-size:2rem}}.technology{padding:3rem;margin:2rem 0 0}.technology .tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem}.technology .tech-item{display:flex;flex-direction:column;align-items:center;transition:transform .2s ease}.technology .tech-item .icon{font-size:5rem;margin-bottom:.5rem;transition:color .3s ease,transform .3s ease}.technology .tech-item p{font-size:1rem;margin:0}.technology .tech-item:hover{transform:translateY(-5px)}.technology .tech-item:hover .icon,.technology .tech-item:hover p{color:#d0d}@media screen and (min-width: 576px) and (max-width: 767px){.technology{padding:2rem}.technology .tech-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media screen and (max-width: 575px){.technology{padding:2rem}.technology .tech-grid{grid-template-columns:repeat(auto-fit,minmax(90px,1fr))}}#contact{width:100vw;max-width:90%;margin:auto}#contact .form-container{margin-bottom:3rem}#contact .form-container form{width:60%;margin:auto}#contact .form-container form .form-group{margin-bottom:1rem}#contact .form-container form .form-group label{font-family:Roboto,sans-serif}#contact .form-container form .form-group button{padding:.4rem 1.7rem}@media screen and (max-width: 575px){#contact .form-container form{width:95%}}.navbar{background-color:#0a000a;padding:0;position:fixed;top:0;left:0;right:0;z-index:5}.navbar .container-fluid{max-width:95%}.navbar .container-fluid #navbarContent{justify-content:end}.navbar #logo img{width:100%;object-fit:contain;height:3rem;margin:1rem}@media screen and (min-width: 350px) and (max-width: 449px){.navbar #logo img{height:2.5rem;margin:1rem 0}}@media screen and (max-width: 349px){.navbar #logo img{height:2.3rem;margin:1rem 0}}.navbar li{padding:0 1rem;margin:1rem 0;transition:all .3s linear;font-size:1.2rem}@media screen and (max-width: 991px){.navbar li{text-align:center;padding:0}}.navbar li a:not(#logo){font-family:Roboto,sans-serif;color:#f0f0f0!important;font-weight:400;position:relative}.navbar li a:not(#logo):hover{color:#d0d!important}.navbar li a:not(#logo):hover:after{opacity:1;transform:scale(1)}.navbar li a:not(#logo):after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.25rem;border-radius:2px;opacity:0;transform:scale(0);transform-origin:center;background-color:#d0d;transition:all .2s ease-in}.navbar #hamburger-btn{border:2px solid white;width:45px;height:45px;background:transparent;position:relative;cursor:pointer}.navbar #hamburger-btn #burgericon,.navbar #hamburger-btn #closeicon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff}.navbar #hamburger-btn #burgericon svg,.navbar #hamburger-btn #closeicon svg{font-size:2rem}.navbar #hamburger-btn #burgericon .line-bar,.navbar #hamburger-btn #closeicon .line-bar{width:30px;height:2px;background:#fff;margin:6px auto}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}#projects-section{width:100vw;max-width:95%;margin:0 auto;font-family:Open Sans,sans-serif}#projects-section .projects-box{display:grid;grid-template-columns:repeat(3,1fr);row-gap:2rem;column-gap:2rem;margin:2rem auto 3rem}#projects-section .projects-box .card{transition:all .4s;-webkit-box-shadow:1px 1px 5px 1px rgba(0,0,0,.5);-moz-box-shadow:1px 1px 5px 1px rgba(0,0,0,.5);box-shadow:1px 1px 5px 1px #00000080}#projects-section .projects-box .card img{max-width:100%;object-fit:contain;transition:all .3s linear}#projects-section .projects-box .card .card-body{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between}#projects-section .projects-box .card .card-body .card-title{font-family:Roboto,sans-serif}#projects-section .projects-box .card .card-body .card-text{text-align:justify}#projects-section .projects-box .card .card-body .btn-box{display:flex;justify-content:space-between;gap:.5rem}#projects-section .projects-box .card .card-body .btn-box a{min-width:90px}#projects-section .projects-box .card .card-body .btn-box a svg{margin-bottom:.2rem}@media screen and (max-width: 575px){#projects-section .projects-box .card .card-body .btn-box{flex-direction:row}#projects-section .projects-box .card .card-body .btn-box a{margin-bottom:1rem;text-align:center;padding:.5rem 0}}#projects-section .projects-box .card:hover{cursor:pointer;-webkit-box-shadow:1px 1px 15px 1px rgba(0,0,0,.75);-moz-box-shadow:1px 1px 15px 1px rgba(0,0,0,.75);box-shadow:1px 1px 15px 1px #000000bf}@media screen and (min-width: 768px) and (max-width: 990px){#projects-section .projects-box{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){#projects-section .projects-box{grid-template-columns:repeat(1,1fr)}}.color1{color:#d0d}.heading{position:relative;text-align:center}.heading h1{display:inline-block;padding:.5rem 1.5rem .1rem;margin:1rem 0 2rem;border-bottom:4px solid rgb(221,0,221);font-family:Roboto,sans-serif}.mybtn{border:3px solid rgb(221,0,221);text-decoration:none;color:#000;padding:.4rem 1.2rem;background-color:#fff;transition:all .4s;font-family:Roboto,sans-serif}.mybtn:hover:not(:disabled){background-color:#d0d;color:#fff}.mybtn:disabled{cursor:not-allowed;color:#969696;background-color:#d3d3d3;border:1px solid}.resumeSection{text-align:center}.resumeSection .resume-container .btn-box{margin:3rem 0;display:flex;justify-content:center}.resumeSection .resume-container .pdf{display:flex;justify-content:center}.resumeSection .resume-container .pdf .document{border:1px solid #555}*{margin:0;padding:0;box-sizing:border-box}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}
