@import url(https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;900&family=Poppins:wght@400;500;600;700;900&family=Source+Sans+Pro:wght@400;600;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Hind+Madurai:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap);.about_section .about_container{background:#efefef;display:flex}@media screen and (max-width:992px){.about_section .about_container{flex-direction:column}}.about_section .about_container .about_text_container,.about_section .about_container .skills_container{flex:1 1}@media screen and (max-width:320px){.about_section .about_container .about_text_container,.about_section .about_container .skills_container{font-size:15px}}.work_history_container{align-items:center;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;margin:0 auto}.work_history_container .work_history_div{background:#efefef;width:100%}.work_history_container .work_history_div ul{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;margin:0 auto;max-width:300px;text-align:left;width:100%}@media screen and (max-width:500px){.work_history_container .work_history_div ul{max-width:100%}}.work_history_container .work_history_div ul .item{line-height:1.75;list-style-type:square}@media screen and (max-width:500px){.work_history_container .work_history_div ul .item{margin:5px 5px 5px 10px;padding:0 10px}}@media screen and (max-width:300px){.work_history_container .work_history_div ul .item{margin-left:1rem}}.work_history_container .work_history_div ul .item .item__timespan{font-size:14px}.work_history_container .work_history_div ul .item .item__company_title{font-weight:700}.work_history_container .work_history_div ul .item .christus{color:#ac75e9}.work_history_container .work_history_div ul .item .treetech{color:#4ab25d}.work_history_container .work_history_div ul .item .item__job_title{font-weight:500}.work_history_container .work_history_div ul .item .item__company_title:hover{color:#ff8c1b;transition:all .2s ease}@media screen and (max-width:500px){.work_history_container .work_history_div hr{width:90%!important}}.career_section_wrapper{align-items:center;border-bottom:1px solid #555;border-top:1px solid #555;display:flex;flex-wrap:wrap;height:100%;justify-content:space-between;overflow:hidden;width:100%}@media screen and (max-width:964px){.career_section_wrapper{border-left:none}}.career_section_wrapper .career_section_image{align-items:center;box-sizing:border-box;display:flex;flex:1 1 30rem;flex-wrap:nowrap;justify-content:center}.career_section_wrapper .career_section_image img{max-width:85%}.career_section_wrapper .career_image_overflow{height:30rem}.career_section_wrapper .career_image_overflow .cube_container{-webkit-perspective:600px;perspective:600px}.career_section_wrapper .career_image_overflow .cube_container .cube{align-items:center;-webkit-animation:spin 18s linear infinite;animation:spin 18s linear infinite;display:flex;flex-wrap:nowrap;height:300px;justify-content:center;position:relative;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:300px}.career_section_wrapper .career_image_overflow .cube_container .cube .cube__face{align-items:center;border:1px solid #e77200;display:flex;flex-wrap:nowrap;height:100%;justify-content:center;position:absolute;width:100%}.career_section_wrapper .career_image_overflow .cube_container .cube .cube__face img{max-width:100%;object-fit:contain}.career_section_wrapper .career_image_overflow .cube_container .cube .cube-face--left{-webkit-transform:rotateY(-90deg) translateZ(150px);transform:rotateY(-90deg) translateZ(150px)}.career_section_wrapper .career_image_overflow .cube_container .cube .cube-face--front{-webkit-transform:rotateY(0deg) translateZ(150px);transform:rotateY(0deg) translateZ(150px)}.career_section_wrapper .career_image_overflow .cube_container .cube .cube-face--back{-webkit-transform:rotateY(180deg) translateZ(150px);transform:rotateY(180deg) translateZ(150px)}.career_section_wrapper .career_image_overflow .cube_container .cube .cube-face--right{-webkit-transform:rotateY(90deg) translateZ(150px);transform:rotateY(90deg) translateZ(150px)}.career_section_wrapper .career_image_overflow .cube_container .cube .cube-face--top{-webkit-transform:rotateX(90deg) translateZ(150px);transform:rotateX(90deg) translateZ(150px)}.career_section_wrapper .career_image_overflow .cube_container .cube .cube-face--bottom{-webkit-transform:rotateX(-90deg) translateZ(150px);transform:rotateX(-90deg) translateZ(150px)}@-webkit-keyframes spin{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}}@keyframes spin{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}}.career_section_wrapper .career_section_text{border-left:1px solid #555;flex:1 1 30rem;position:relative}@media screen and (max-width:964px){.career_section_wrapper .career_section_text{border-left:none}}.career_section_wrapper .career_section_text:nth-child(odd){border-left:none}.career_section_wrapper .career_section_text h2{border-bottom:1px solid #555}@media screen and (max-width:964px){.career_section_wrapper .career_section_text h2{border-top:1px solid #555}}.career_section_wrapper .career_section_text ul{line-height:1.5;list-style:square;padding-right:.75rem!important}.career_section_wrapper .career_section_text ul li{margin:5px 0}.career_section_wrapper .popup{background:#dcd9cd;border-left:1rem solid #ff8c1b;height:auto;left:50%;max-height:100%;min-width:99%;opacity:.25;overflow-y:auto;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);transition:all .4s;visibility:hidden;z-index:4}.career_section_wrapper .popup .close{color:#d6535a;font-size:1.75rem;left:.5rem;position:fixed!important;right:0;top:.5rem;transition:all .4s}.career_section_wrapper .popup .close:hover{cursor:pointer}.career_section_wrapper .popup .popup_text ul{list-style:square;margin-top:2rem;z-index:1}.career_section_wrapper .popup .popup_text ul li{line-height:1.4;margin:.75rem 0 0;text-align:left}.career_section_wrapper .popup.open{box-shadow:0 1px 4px rgba(0,0,0,.16),0 0 0 3px rgba(231,114,0,.8);opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);visibility:visible}@media screen and (max-width:767px){.career_section_wrapper .popup.open{max-height:96%}}@media screen and (min-width:768px){.career_section_wrapper .popup.open{height:auto;max-height:95%}}.wrapper_1{background:#72caff;border-bottom:0}.wrapper_2{background:#e8d480;border-bottom:0;flex-wrap:wrap-reverse!important}.wrapper_3{background:#6ccfb9}.dark_mode{background:#2f2f2f;color:#ddd}.dark_mode .about_container,.dark_mode .about_section,.dark_mode .career_section_wrapper,.dark_mode .hero_section,.dark_mode .loader_container,.dark_mode .skills_item,.dark_mode .work_history_div{background:#2f2f2f!important}.dark_mode .hero_section{border:1px solid #555;border-top:none}.dark_mode .about_container,.dark_mode .work_history_div{border-bottom:1px solid #555;border-top:1px solid #555}.dark_mode .skills_item{border:1px solid #555}.dark_mode .dark_mode_gradient_text{-webkit-text-fill-color:transparent;background:#ff8c1b;background:linear-gradient(90deg,#ff8c1b 0,#f6d365 50%,#fda085);-webkit-background-clip:text;font-weight:700}*{box-sizing:border-box;font-family:Archivo,sans-serif;font-weight:400;scroll-behavior:smooth}body,html{overflow-x:hidden;width:100%}@media screen and (min-width:1500px){body,html{margin:auto!important;max-width:1500px}}h1,h2,h3{font-weight:700!important}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.standard_text{font-size:18px}.small_text{font-size:20px}.medium_text{font-size:24px}.heading{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:800!important}.light_mode_gradient_text{-webkit-text-fill-color:transparent;background:#555;background:linear-gradient(0deg,#434343,#555);-webkit-background-clip:text;color:#333;font-weight:700}.all_button{background:#ff8c1b;background:linear-gradient(90deg,#ff8c1b,#fbab7e);border:1px solid #222;border-radius:100px;box-shadow:0 5px 0 0 rgba(0,0,0,.75);color:#222;list-style:none;margin:0;opacity:1;outline:0;padding:.25rem .75rem;text-decoration:none;transition:all .4s}.all_button:hover{color:#224efd;text-decoration:none}li{margin:1rem 0!important}a.nav_link{background-image:linear-gradient(90deg,#ff8c1b,#ff8c1b);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:.5s ease}a.nav_link:hover{background-size:100% 2px}.skills_item{background:#fff!important;border:1px solid transparent;border-radius:100px;display:inline-block;margin:.25rem;padding:.5rem 1rem}@media screen and (max-width:500px){.skills_item{font-size:18px}}@media screen and (max-width:320px){.skills_item{font-size:15px}}.flowing_underline{-webkit-animation:underline_flow_animation .8s infinite normal;animation:underline_flow_animation .8s infinite normal;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-image:repeating-linear-gradient(-45deg,#ffb400,#e77200 1px,transparent 0,transparent 12px),repeating-linear-gradient(45deg,#ffb400,#ffb400 1px,transparent 0,transparent 12.2px);background-position:0 100%,2px 100%;background-repeat:repeat-x;background-size:15px 10px;padding-bottom:8px}@-webkit-keyframes underline_flow_animation{0%{background-position-x:0,2px}to{background-position-x:17px,19px}}@keyframes underline_flow_animation{0%{background-position-x:0,2px}to{background-position-x:17px,19px}}.footer_div_wrapper strong{line-height:1}.footer_div_wrapper strong span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#555,#cd6804);-webkit-background-clip:text}.footer_div_wrapper strong:before{content:"“";font-size:5rem}
/*# sourceMappingURL=main.c3b420ac.css.map*/