@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";:root{--header-height: 3rem;--hue: 0;--sat: 0%;--title-color: hsl(var(--hue), var(--sat), 20%);--title-color-dark: hsl(var(--hue), var(--sat), 0%);--text-color: hsl(var(--hue), var(--sat), 46%);--body-color: hsl(var(--hue), var(--sat), 98%);--container-color: #f4fcff;--body-font: "Poppins", sans-serif;--big-font-size: 3.5rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem;--tiny-font-size: .625rem;--font-normal: 400;--font-medium: 500;--font-semi-bold: 600;--mb-0-25: .25rem;--mb-0-5: .5rem;--mb-0-75: .75rem;--mb-1: 1rem;--mb-1-5: 1.5rem;--mb-2: 2rem;--mb-2-5: 2.5rem;--mb-3: 3rem;--z-tooltip: 10;--z-fixed: 100;--z-modal: 1000}@media screen and (max-width: 992px){:root{--big-font-size: 2.75rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,button,input,textarea{font-family:var(--body-font);font-size:var(--normal-font-size)}body{background-color:#e4f8ff;color:#004e69}h1,h2,h3{color:#004e69;font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}button{cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto}.section{padding:6rem 0 2rem;scroll-margin-top:calc(var(--header-height) - .5rem)}.section__title{font-size:var(--h1-font-size);color:#004e69}.section__subtitle{display:block;font-size:#004E69;margin-bottom:4rem}.section__title,.section__subtitle{text-align:center}.container{max-width:968px;margin-left:auto;margin-right:auto}.grid{display:grid;gap:1.5rem}.button{display:inline-block;background-color:#004e69;color:var(--container-color);padding:1.25rem 2rem;border-radius:1rem;font-weight:var(--font-medium)}.button:hover{background-color:#00bfff}.button__icon{margin-left:var(--mb-0-5)}.button--flex{display:inline-flex;align-items:center}@media screen and (max-width: 992px){.container{margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}.button{padding:1rem 1.75rem}.button__icon{width:22px;height:22px}}@media screen and (max-width: 768px){body{margin:0}.section{padding:2rem 0 4rem;scroll-margin-top:calc(var(--header-height) + 1rem)}.section__subtitle{margin-bottom:var(--mb-3)}}@media screen and (max-width: 350px){:root{--big-font-size: 2.25rem}.container{margin-left:var(--mb-1);margin-right:var(--mb-1)}}.header{width:100%;position:fixed;top:0;left:0;z-index:var(--z-fixed);background-color:#d3eff9}.nav{height:calc(var(--header-height) + 1.5rem);display:flex;justify-content:space-between;align-items:center;column-gap:1rem}.nav__logo,.nav__toggle{color:#004e69;font-weight:var(--font-semi-bold);font-size:1.1em}.nav__list{display:flex;column-gap:2rem}.nav__link{display:flex;flex-direction:column;align-items:center;font-size:1.1em;color:#004e69;font-weight:var(--font-semi-bold);transition:.3s}.nav__icon,.nav__close,.nav__toggle{display:none}.nav__logo:hover,.nav__link:hover{color:#00bfff}.scroll-header{box-shadow:0 -1px 4px #00000026}@media screen and (max-width: 768px){.header{top:0;bottom:initial}.nav{height:var(--header-height)}.nav__menu{position:absolute;top:100%;left:0;width:100%;background-color:var(--body-color);padding:1rem 1.5rem;box-shadow:0 1px 4px #00000026;border-radius:0 0 1.5rem 1.5rem;transition:all .3s ease-in-out;z-index:999;max-height:0;overflow:hidden;opacity:0;visibility:hidden}.show-menu{max-height:500px;opacity:1;visibility:visible}.nav__list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.nav__link{display:flex;flex-direction:column;align-items:center;font-size:1.1em;color:#004e69;font-weight:var(--font-semi-bold);transition:.3s}.nav__link:hover{color:#00bfff}.nav__icon{font-size:1.2rem;display:block}.nav__close{display:none}.nav__toggle{font-size:1.1rem;cursor:pointer;color:#004e69;transition:color .3s ease}.nav__toggle:hover{color:#00bfff}.nav__icon,.nav__close,.nav__toggle{display:block}}@media screen and (max-width: 350px){.nav__menu{padding:2rem .25rem 4rem}.nav__list{column-gap:0}}.home__container{row-gap:7rem}.home__content{grid-template-columns:116px repeat(2,1fr);padding-top:5.5rem;column-gap:1rem;align-items:center}.home__social{display:grid;grid-template-columns:max-content;row-gap:.75rem}.home__social-icon{font-size:2rem;color:#004e69}.home__social-icon:hover{font-size:2rem;color:#00bfff}.home__title{font-size:var(--big-font-size);margin-bottom:var(--mb-0-25)}.home__hand{width:38px;height:38px;margin-left:.4rem}.home__subtitle{position:relative;font-size:var(--h3-font-size);padding-left:5.4rem;font-weight:var(--font-normal);margin-bottom:var(--mb-1)}.home__subtitle:before{content:"";position:absolute;width:70px;height:1px;background-color:#004e69;left:0;top:1rem}.home__description{max-width:400px;margin-bottom:var(--mb-3)}.home__img{background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:inset 0 0 0 9px #ffffff4d;order:1;justify-self:center;width:300px;height:300px;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:profile__animate 8s ease-in-out infinite 1s}@keyframes profile__animate{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.home__scroll{margin-left:9.25rem}.wheel{animation:scroll 2s ease infinite}@keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(3.75rem)}}.home__scroll-name{color:#004e69;font-weight:var(--font-medium);margin-right:var(--mb-0-25);margin-left:2px}.home__scroll-arrow{font-size:1.25rem;color:#004e69}@media screen and (max-width: 992px){.home__content{grid-template-columns:100px repeat(2,1fr);column-gap:1.25rem}.home__hand{width:26px;height:26px}.home__subtitle{padding-left:3.75rem;margin-bottom:var(--mb-1)}.home__subtitle:before{width:42px;top:.8rem}.home__description{max-width:initial;margin-bottom:var(--mb-2-5)}.home__img{width:250px;height:250px;box-shadow:inset 0 0 0 8px #ffffff4d;border-radius:60% 40% 30% 70%/60% 30% 70% 40%}.home__scroll{margin-left:7.5rem}}@media screen and (max-width: 768px){.home__content{grid-template-columns:.5fr 3fr;padding-top:3.5rem}.home__img{order:initial;justify-self:initial}.home__data{grid-column:1/3}.home__img{box-shadow:inset 0 0 0 6px #ffffff4d;width:200px;height:200px;border-radius:60% 40% 30% 70%/60% 30% 70% 40%}.home__scroll{display:none}}@media screen and (max-width: 350px){.home__img{width:180px;height:180px;border-radius:60% 40% 30% 70%/60% 30% 70% 40%}.home__hand{width:22px;height:22px}}.about__container{grid-template-columns:repeat(2,1fr);align-items:center;column-gap:4rem;margin-top:-2rem}.about__img{width:400px;border-radius:1.5rem;justify-self:center}.about__info{grid-template-columns:repeat(3,140px);gap:.5rem;margin-bottom:var(--mb-2)}.about__box{background-color:var(--container-color);border:1px solid rgba(0,0,0,.1);border-radius:.75rem;text-align:center;padding:1rem 1.25rem}.about__icon{font-size:1.5rem;color:#004e69;margin-bottom:var(--mb-0-5)}.about__title{font-size:var(--small-font-size);font-weight:var(--font-medium)}.about__subtitle{font-size:var(--tiny-font-size)}.about__description{padding:0 4rem 0 0;margin-bottom:var(--mb-2-5)}@media screen and (max-width: 992px){.about__container{grid-template-columns:1fr;row-gap:2.5rem}.about__img{width:220px}.about__box{padding:.75rem .5rem}.about__data{text-align:center}.about__info{justify-content:center}.about__description{padding:0 5rem;margin-bottom:2rem}}@media screen and (max-width: 576px){.about__info{grid-template-columns:repeat(3,1fr)}.about__description{padding:0}}@media screen and (max-width: 350px){.about__info{grid-template-columns:repeat(2,1fr)}}.skills__container{grid-template-columns:repeat(2,1fr);row-gap:2rem;column-gap:2rem;justify-content:center;margin-top:-2rem}.skills__content{background-color:var(--container-color);border:1px solid rgba(0,0,0,.1);padding:2rem;border-radius:1.25rem}.skills__title{font-size:var(--normal-font-size);font-weight:var(--font-medium);text-align:center;margin-bottom:var(--mb-1-5)}.skills__box{display:flex;justify-content:center;column-gap:2.5rem}.skills__group{display:flex;flex-wrap:wrap;align-items:center;row-gap:2rem;column-gap:2rem;justify-content:center}.skills__data{display:flex;align-items:center;column-gap:.5rem}.skills .bx-badge-check{font-size:1rem;color:var(--title-color)}.skills__name{font-size:var(--normal-font-size);font-weight:var(--font-medium);line-height:18px}.skills__level{font-size:var(--tiny-font-size)}.skills__container .skills__content:first-child{grid-column:1 / -1}@media screen and (max-width: 992px){.skills__container{grid-template-columns:1fr;row-gap:2rem}}@media screen and (max-width: 576px){.skills__container{grid-template-columns:1fr}.skills__content{padding:1.5rem}}@media screen and (max-width: 350px){.skills__box{column-gap:1.25rem}.skills__name{font-size:var(--small-font-size)}}.qualification__container{grid-template-columns:1fr;row-gap:2rem;justify-content:center;margin-top:-2rem}.qualification .section__subtitle{margin-bottom:3rem}.qualification__content{background-color:var(--container-color);border:1px solid rgba(0,0,0,.1);padding:2rem;border-radius:1.25rem;width:100%}.qualification__tabs{display:flex;justify-content:center;margin-bottom:var(--mb-2)}.qualification__button{font-size:var(--h3-font-size);font-weight:var(--font-medium);color:#004e69;margin:0 var(--mb-1);cursor:pointer;transition:color .2s ease}.qualification__button:hover{color:#00bfff}.qualification__icon{font-size:1.8rem;margin-right:var(--mb-0-25)}.qualification__active{color:#00bfff;position:relative}.qualification__active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#00bfff;border-radius:1px}.qualification__sections,.qualification__content-active{display:block}.qualification__data{display:flex;flex-direction:column;align-items:center}.qualification__title{font-size:var(--medium-font-size)}.qualification__education-box{display:flex;align-items:center}.qualification__university-logo{width:250px}.qualification__degrees{list-style-type:disc;padding:0}.qualification__degrees ul{list-style-type:disc;margin:0 0 0 1.5rem;padding:0}.qualification__degrees li{font-style:italic}.qualification__experience-logo{height:auto;width:150px;margin-bottom:.4rem}.qualification__text{margin-left:20px}.qualification__study2{margin-bottom:.75rem}.qualification__subtitle{display:inline-block;margin-bottom:0rem}.qualification__institution{font-size:2rem;font-weight:700;color:#004e69;margin-bottom:1.5rem;text-align:left;font-family:var(--body-font),Arial,sans-serif}.qualification__data:nth-child(odd),.qualification__data:nth-child(2n){display:flex;justify-content:space-between;padding:1rem 0}.timeline{position:relative;width:100%;margin:1.5rem 0;min-height:300px}.timeline-line{position:absolute;left:50%;top:0;width:4px;height:100%;background:#b3e0f2;border-radius:2px;transform:translate(-50%);z-index:1}.timeline-item{position:relative;padding:.5rem;box-sizing:border-box;display:flex;align-items:center;min-height:100px;z-index:2;margin-bottom:.25rem}.timeline-item.left{display:flex;justify-content:flex-end;padding-right:25px}.timeline-item.right{display:flex;justify-content:flex-start;padding-left:25px}.timeline-content{background:#fff;padding:1rem 1.5rem;border-radius:1rem;box-shadow:0 2px 8px #0000000d;width:400px;min-width:300px;max-width:400px;height:auto;min-height:110px;position:relative;z-index:2;border:1px solid #e0e0e0;text-align:left;display:flex;flex-direction:row;align-items:center;gap:1rem;flex-shrink:0}.timeline-content img{flex-shrink:0;width:50px;height:50px;object-fit:contain}.timeline-content-text{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:0;min-width:0}.timeline-content-text h3{margin:0 0 .25rem;font-size:.9rem;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.timeline-content-text span{margin:0 0 .25rem;font-size:.8rem;line-height:1.2}.timeline-content-text .qualification__calender{margin:0;font-size:.7rem;line-height:1.2}.timeline-item.left .timeline-content,.timeline-item.right .timeline-content{margin:0}.timeline-item:nth-child(1):after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#00bfff;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #b3e0f2;z-index:3}.timeline-item:nth-child(2):after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#00bfff;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #b3e0f2;z-index:3}.timeline-item:nth-child(3):after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#00bfff;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #b3e0f2;z-index:3}.timeline-item:nth-child(4):after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#00bfff;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #b3e0f2;z-index:3}.timeline-item:nth-child(5):after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#00bfff;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #b3e0f2;z-index:3}.timeline-header{text-align:center;width:100%;display:block}@media screen and (max-width: 1200px){.timeline{max-width:1000px}.timeline-content{width:400px;min-width:320px;max-width:450px}}@media screen and (max-width: 900px){.timeline{margin:1rem 0;min-height:auto;max-width:800px}.timeline-line{display:none}.timeline-item,.timeline-item.left,.timeline-item.right{width:100%;justify-content:center;padding:0;margin-bottom:1rem;margin-left:0}.timeline-content{width:100%;max-width:600px;min-width:0;margin:0;height:auto;min-height:100px;padding:1.25rem 1.5rem}.timeline-item:nth-child(1):after,.timeline-item:nth-child(2):after,.timeline-item:nth-child(3):after,.timeline-item:nth-child(4):after,.timeline-item:nth-child(5):after{display:none}}@media screen and (max-width: 576px){.timeline-item,.timeline-item.left,.timeline-item.right{padding:0}.timeline-content{width:100%;padding:1rem}.timeline-content img{width:45px;height:45px}.timeline-content-text h3{font-size:.9rem}.timeline-content-text span{font-size:.8rem}.timeline-content-text .qualification__calender{font-size:.7rem}}@media screen and (max-width: 992px){.qualification__container{margin-left:auto;margin-right:auto}}@media screen and (max-width: 768px){.qualification__container{margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}.qualification__education-box{flex-direction:column}.qualification__university-logo{margin-bottom:1rem}}@media screen and (max-width: 576px){.qualification__sections{grid-template-columns:initial}.qualification__button{margin:0 var(--mb-0-75)}}@media screen and (max-width: 350px){.qualification__data{gap:.5rem}}.work__filters{display:none}.work__title2{color:#004e69;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}.work__item{cursor:pointer;color:#004e69;padding:.25rem .75rem;font-weight:var(--font-medium);border-radius:.5rem;text-transform:capitalize}.work__item:hover{background-color:var(--title-color);color:var(--container-color)}.work__container{grid-template-columns:repeat(2,1fr);gap:3rem;justify-content:center;align-items:stretch;margin-top:-2rem;align-content:start}.work__card{background-color:var(--container-color);border:1px solid rgba(0,0,0,.1);padding:1.25rem;border-radius:1rem;width:100%;height:100%;min-height:300px;display:flex;flex-direction:column}.work__card:hover .work__title,.work__card:hover .work__title2{color:#00bfff}.work__img{width:100%!important;height:180px!important;object-fit:cover!important;border-radius:1rem;margin-bottom:.2rem;max-width:100%;max-height:180px;min-width:100%;min-height:180px}.work__button{color:var(--text-color);font-size:var(--small-font-size);display:flex;align-items:center;column-gap:.25rem}.work__button-icon{font-size:1rem;transition:.4s}.work__button:hover .work__button-icon{transform:translate(.25rem)}.work__title{margin-bottom:.5rem}.work__content{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding-top:.5rem}.section__title{margin-top:-2rem}.active-work{background-color:var(--title-color);color:var(--container-color)}@media screen and (max-width: 992px){.work__container{gap:1.25rem}.work__card{padding:1rem;min-height:280px}.work__img{margin-bottom:.75rem}.work__title{margin-bottom:.25rem}}@media screen and (max-width: 768px){.work__container{grid-template-columns:1fr;gap:1.5rem}.work__card{width:100%;max-width:100%;height:auto}}@media screen and (max-width: 576px){.work__container{grid-template-columns:1fr;gap:1rem}.work__card{width:100%;max-width:100%;padding:1rem;height:auto}.work__img{width:100%}}@media screen and (max-width: 350px){.work__item{font-size:var(--small-font-size)}.work__filters{column-gap:.25rem}}.contact__container{display:grid;grid-template-columns:1fr;gap:0;padding-bottom:3rem;max-width:968px;margin-left:auto;margin-right:auto}.contact .section__subtitle{margin-bottom:3rem!important}.contact__info{display:grid;row-gap:1rem;grid-template-columns:1fr;max-width:100%}.contact__card{background-color:var(--container-color);border:1px solid rgba(0,0,0,.1);padding:1rem;border-radius:.75rem;text-align:center}.contact__card-icon{font-size:2rem;color:var(--title-color);margin-bottom:var(--mb-0-25)}.contact__card-title,.contact__card-data{font-size:var(--small-font-size)}.contact__card-title{font-weight:var(--font-medium)}.contact__card-data{display:block;margin-bottom:var(--mb-0-75)}.contact__content{width:100%;max-width:100%}.contact__button{color:var(--text-color);font-size:var(--small-font-size);display:inline-flex;align-items:center;justify-content:center;column-gap:.25rem}.contact__button-icon{font-size:1rem;transition:.3s}.contact__button:hover .contact__button-icon{transform:translate(.25rem)}.contact__form{position:relative;width:100%;max-width:100%;text-align:right;margin:0 auto}.contact__form-div{margin-bottom:var(--mb-2);position:relative;width:100%}.contact__form-div-group{display:flex;justify-content:space-between;gap:1rem}.contact__form-div-group>div{flex:1}.contact__form-input,.contact__form-textarea{width:100%;border:2px solid rgba(0,0,0,.3);background:#f4fcff;color:var(--text-color);outline:none;border-radius:.75rem;padding:1.5rem;font-size:14px;line-height:1.2;resize:none}.contact__form-input{width:100%;height:100%;border:2px solid rgba(0,0,0,.3);background:#f4fcff;color:var(--text-color);outline:none;border-radius:.75rem;padding:1.5rem}.contact__form-tag{position:absolute;top:-1.4rem;left:1.25rem;font-size:var(--smaller-font-size);padding:0rem;background-color:#e4f8ff;z-index:10}.contact__form-area{height:14rem}.contact__form-area textarea{resize:none}.contact__form-textarea{height:14rem;resize:none}::placeholder{font-size:14px;line-height:1.2}@media screen and (max-width: 992px){.contact__container{margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}}@media screen and (max-width: 768px){.contact__form-input,.contact__form-textarea{font-size:12px;padding:.6rem}}@media screen and (max-width: 576px){.contact__info{grid-template-columns:1fr}.contact__form{width:100%}.contact__container{margin-left:var(--mb-1);margin-right:var(--mb-1)}}.toast{position:fixed;top:2rem;right:2rem;z-index:1000;max-width:400px;animation:slideIn .3s ease-out;border-radius:1.25rem}.toast.success{background-color:#10b981;color:#fff;border-left:4px solid #059669}.toast.error{background-color:#ef4444;color:#fff;border-left:4px solid #dc2626}.toast__content{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-radius:1.25rem;box-shadow:0 10px 25px #00000026}.toast__message{flex:1;margin-right:1rem;font-weight:500}.toast__close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.toast__close:hover{background-color:#fff3}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.toast.fade-out{animation:slideOut .3s ease-in forwards}@media screen and (max-width: 768px){.toast{top:1rem;right:1rem;left:1rem;max-width:none}.toast__content{padding:.75rem 1rem}}.footer{background-color:#d3eff9}.footer__container{padding:2rem 0}.footer__list{display:flex;justify-content:center;column-gap:1.5rem;margin-bottom:var(--mb-2)}.footer__social{display:flex;justify-content:center;column-gap:2.25rem;margin-top:1rem}.footer__social-link{background-color:#004e69;color:#d3eff9;font-size:2.25rem;padding:.4rem;border-radius:.5rem;display:inline-flex}.footer__social-link:hover{background-color:#00bfff}.footer__copy{display:block;margin-top:2rem;color:var(--title-color);text-align:center;font-size:var(--normal-font-size)}@media screen and (max-width: 992px){.footer__social-link{padding:.3rem;border-radius:.4rem;font-size:1.5rem}}@media screen and (max-width: 576px){.footer__social-link{padding:.35rem;border-radius:.5rem;font-size:1.75rem}}.scrollup{position:fixed;right:2.5rem;bottom:-20%;background-color:#004e69;opacity:.8;padding:.3rem .5rem;border-radius:.4rem;z-index:var(--z-tooltip);transition:.4s}.scrollup__icon{font-size:1.5rem;color:var(--container-color)}.scrollup:hover{background-color:#00bfff}.show-scroll{bottom:3rem}@media screen and (max-width: 992px){.scrollup{right:1.5rem;padding:.25rem .4rem}.scrollup__icon{font-size:1.25rem}}@media screen and (max-width: 768px){.show-scroll{bottom:4rem}}@media screen and (max-width: 350px){.scrollup{right:1rem}}
