@import"https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&display=swap";header{display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;padding-inline:10px;padding-block:10px;background:#fff;-webkit-backdrop-filter:blur(100px)!important;backdrop-filter:blur(100px)!important;z-index:100}header .download_resume{padding:10px 20px;border-radius:10px;background-color:#000;color:#fff;box-shadow:4px 4px 10px #8080803b;text-decoration:none}header .logo{display:flex;justify-content:start;align-items:center;gap:10px}header .logo img{width:40px;height:40px}header nav ul{list-style:none;display:flex;gap:20px}header nav ul li a{cursor:pointer;padding:10px 20px;transition:all .3s ease-in-out;text-decoration:none;color:inherit}header nav ul li a:hover,header nav ul li a.active{border-radius:50px;background-color:#000;color:#fff;box-shadow:4px 4px 10px #8080803b}header .hamburger{align-items:center;display:flex;gap:5px;cursor:pointer;transition:all .2s ease-in-out;padding:10px}header .hamburger:hover{background:#8080802f;border-radius:50%}header .menus{position:absolute;top:60px;left:0;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);background:#fff;box-shadow:10px 10px 10px #8080803b;border-radius:0 0 50px 50px;width:100%;z-index:100;display:flex;justify-content:center;align-items:center;padding:10px}header .menus ul{list-style:none;display:flex;flex-direction:column;gap:20px!important;align-items:center;justify-content:center;padding:10px}header .menus ul li a{cursor:pointer;padding:10px 60px;min-width:200px!important;margin:5px;transition:all .3s ease-in-out;text-decoration:none;color:inherit}header .menus ul li a:hover,header .menus ul li a.active{border-radius:50px;background-color:#000;color:#fff;box-shadow:4px 4px 10px #8080803b}@media screen and (max-width:768px){header nav{display:none}}@media screen and (min-width:786px){header .hamburger{display:none}}*{margin:0;padding:0;box-sizing:border-box;font-family:Mulish,sans-serif;scroll-behavior:smooth;-webkit-user-select:none;user-select:none}img,video{pointer-events:none;user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-ms-user-select:none}@font-face{font-family:charis_moderne;src:url(/assets/Charis_Moderne-DlclLnM2.otf)}.hero_banner{width:100%;height:calc(100vh - 60px);display:flex;justify-content:space-between;text-align:center;animation:fadeUp .6s forwards;transition:all .2s ease-in-out}.hero_banner div:nth-child(1){height:calc(100vh - 60px);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;padding-inline:10px}.hero_banner div:nth-child(1) .hero_text{font-size:clamp(1.5rem,5vw,10rem);font-family:charis_moderne;font-weight:bolder;color:#42475b}.hero_banner div:nth-child(1) .hero_text .char{opacity:.5;color:#dc9372;transform:translateY(20px);animation:fadeUp .6s linear infinite}@keyframes fadeUp{to{color:#42475b;opacity:1;transform:translateY(0)}}.hero_banner div:nth-child(1) .hero_text .char:nth-child(1){animation-delay:.02s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(2){animation-delay:.04s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(3){animation-delay:.06s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(4){animation-delay:.08s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(5){animation-delay:.1s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(6){animation-delay:.12s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(7){animation-delay:.14s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(8){animation-delay:.16s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(9){animation-delay:.18s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(10){animation-delay:.2s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(11){animation-delay:.22s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(12){animation-delay:.24s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(13){animation-delay:.26s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(14){animation-delay:.28s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(15){animation-delay:.3s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(16){animation-delay:.32s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(17){animation-delay:.34s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(18){animation-delay:.36s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(19){animation-delay:.38s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(20){animation-delay:.4s}.hero_banner div:nth-child(1) .hero_text .char:nth-child(21){animation-delay:.42s}.hero_banner div:nth-child(1) p{font-family:charis_moderne;font-weight:700;font-size:larger}.hero_banner div:nth-child(1) .btns{display:flex;justify-content:center;align-items:center;gap:30px;margin-top:30px}.hero_banner div:nth-child(1) .btns button{border:none;outline:none;max-width:200px;border-radius:50px;display:flex;justify-content:center;align-items:center;padding:10px 15px;background:#42475b;box-shadow:4px 4px 10px #8080805b;cursor:pointer;gap:10px;border:1px solid transparent;transition:all .2s ease-in-out}.hero_banner div:nth-child(1) .btns button:hover{background:#fff;color:#000;border:1px solid #42475b;transform:translateY(-10%) scale(1.1)}.hero_banner div:nth-child(1) .btns button:hover svg{stroke:#42475b}.hero_banner div:nth-child(1) .btns button:hover a{color:#42475b}.hero_banner div:nth-child(1) .btns button a{color:#fff;text-decoration:none}.hero_banner div:nth-child(1) .btns button svg{stroke:#fff}.hero_banner div:nth-child(2){width:50%}.hero_banner div:nth-child(2) img{height:calc(100vh - 58px);width:100%;object-fit:cover;transition:all .2s ease-in-out;border-radius:500px 100px 0 0}.hero_banner div:nth-child(2) img:hover{animation:hanging 1s linear infinite alternate}@keyframes hanging{0%{border-radius:500px 100px 0 0}to{border-radius:100px 200px 0 0}}body{background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background:url(/Grunge_texture_set_2.jpg);animation:rotateImage 10s linear infinite}@keyframes rotateImage{0%{background-position:10% 0}to{background-position:0 0}}::-webkit-scrollbar{display:none}@media screen and (max-width:768px){.hero_banner{display:flex;flex-direction:column-reverse;align-items:center;justify-content:start;height:auto;padding-block:10px}.hero_banner div:nth-child(2){width:100%}.hero_banner div:nth-child(2) img{width:100%;height:300px;border-radius:100px 100px 0 0}.hero_banner div:nth-child(1){height:auto}}.about{padding:10px;animation:fadeUp .6s forwards}.about h1{font-size:clamp(1.5rem,5vw,10rem);color:#42475b;font-family:charis_moderne}.about p{font-size:clamp(1.2rem,3vw,2rem);font-family:charis_moderne;font-weight:700;line-height:1.5}.about .btns{display:flex;align-items:center;gap:30px;padding:10px;margin-block:10px}.about .btns button{border:none;outline:none;max-width:200px;border-radius:50px;display:flex;justify-content:center;align-items:center;padding:10px 15px;border:1px solid #42475b;color:#42475b;box-shadow:4px 4px 10px #8080801c;cursor:pointer;gap:10px;border:1px solid transparent;transition:all .2s ease-in-out}.about .btns button:hover{background:#fff;color:#000;border:1px solid #42475b;transform:translateY(-10%) scale(1.1)}.about .btns button:hover a{color:#42475b}.about .btns button a{color:#42475b;text-decoration:none}.about .btns button a svg{stroke:#42475b}.about .philosophy{border-left:5px solid #42475b;height:50px;display:flex;align-items:center;padding:10px;color:gray}.projects a svg{stroke:#fff!important}.projectBtn svg{stroke:#fff!important}@media screen and (max-width:768px){.about__img{width:50%!important;border-radius:0!important;float:none!important}.about__container{display:flex;justify-content:center;align-items:center;flex-direction:column}}.skiles{padding:10px;animation:fadeUp .6s linear forwards}.skiles h1{font-size:clamp(1.5rem,5vw,10rem);color:#42475b;font-family:charis_moderne}.skiles p{font-family:charis_moderne;font-size:large;font-weight:bolder}.skiles .items{display:flex;flex-wrap:nowrap;overflow-x:scroll;align-items:center;gap:30px;margin-top:20px;scroll-snap-type:x mandatory}.skiles .items .item{height:400px;min-width:400px;background:#fff;scroll-behavior:smooth;scroll-snap-align:center;padding:10px;border-radius:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;transition:all .2s ease-in-out}.skiles .items .item img{width:200px;height:200px}.skiles .items .item .name{font-size:clamp(1rem,3vw,2rem);color:#42475b;font-weight:700}.skiles .items .item .bar{width:100%;border:.2px solid #42475b;box-shadow:0 0 10px #8080801e;border-radius:100px}.skiles .items .item .bar .progress{border-radius:100px;animation:increase 10s linear forwards}@keyframes increase{0%{width:0}}.projectsBtn{padding:10px 20px;background:#42475b;color:#fff;border:none;outline:none;border-radius:50px;transition:all .2s ease-in-out}.projectsBtn a{display:flex;justify-content:center;align-items:center;gap:10px;text-decoration:none;color:#fff}.projectsBtn:hover{transform:scale(1.1)}.circle{background:#fff;width:415px;height:415px;display:flex;justify-content:center;align-items:center;border-radius:100px}.circle .bg-color{width:415px;border-radius:900px;height:415px;display:flex;justify-content:center;align-items:center}.leftbutton{left:10px;position:fixed;background:#42475b;z-index:1000;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:100px;cursor:pointer;transition:all .2s ease-in-out}.leftbutton:hover{transform:scale(1.1)}.rightbutton{width:50px;height:50px;right:10px;background:#42475b;position:fixed;display:flex;justify-content:center;align-items:center;border-radius:100px;cursor:pointer;z-index:1000;transition:all .2s ease-in-out}.rightbutton:hover{transform:scale(1.1)}@media(max-width:768px){.skiles{padding:8px}.skiles p{font-size:1rem;font-weight:600}.skiles .items{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.skiles .items .item{min-width:260px;height:260px;border-radius:200px;padding:12px}.skiles .items .item img{width:120px;height:120px}.skiles .items .item .name{font-size:1.2rem}.circle,.circle .bg-color{width:280px;height:280px}.leftbutton,.rightbutton{width:44px;height:44px;bottom:20px;position:fixed;display:none}.leftbutton{left:12px}.rightbutton{right:12px}.skillsContainer{display:flex;flex-direction:column;gap:20px;justify-content:start;align-items:start}}.projects{animation:fadeUp .6s linear forwards;padding:10px}.projects h1{font-size:clamp(1.5rem,5vw,10rem);font-family:charis_moderne;color:#42475b}.projects p{font-size:large;font-family:charis_moderne;font-weight:bolder}.projects .p-items .p-item{display:flex;justify-content:space-around;align-items:center}.projects .p-items .p-item .item-banner{perspective:1000px}.projects .p-items .p-item .item-banner img{filter:drop-shadow(-10px -10px 10px rgba(128,128,128,.445));transition:all .2s ease-in-out;pointer-events:all}.projects .p-items .p-item .item-banner img:hover{transform:rotateY(0)}.projects .p-items .p-item .item-body h2{font-family:charis_moderne;font-size:clamp(1.5rem,3vw,10rem)}.projects .p-items .p-item .item-body h3{color:gray}.projects .p-items .p-item .item-body p{font-family:charis_moderne;font-size:larger;font-weight:bolder;line-height:1.5}.projects .p-items .p-item .item-body button{padding:15px 50px;border:none;background:#42475b;color:#fff;border-radius:50px;cursor:pointer;transition:all .2s ease-in-out}.projects .p-items .p-item .item-body button:hover{transform:scale(1.1)}.projects .p-items .asas{transition:all .2s ease-in-out;pointer-events:all}.projects .p-items .asas:hover{transform:rotateY(0)!important}.projects .p-items .sdsd{transition:all .2s ease-in-out;pointer-events:all}.projects .p-items .sdsd:hover{transform:rotateY(0)!important}.moretocome{animation:bounceScale 1.2s ease-in-out infinite}@keyframes bounceScale{0%{transform:scale(1)}20%{transform:scale(1.15)}40%{transform:scale(.95)}60%{transform:scale(1.08)}80%{transform:scale(.98)}to{transform:scale(1)}}@media screen and (max-width:768px){.p-item{flex-direction:column}.p-item .item-banner{text-align:center}.p-item .item-banner img{width:100%;object-fit:fill}.p-item:nth-child(2){flex-direction:column-reverse}}@keyframes fadeUp{0%{opacity:0}to{opacity:1}}.experience{padding:10px;animation:fadeUp .6s linear forwards}.experience-header{max-width:700px;margin-bottom:60px}.experience-header h1{font-size:clamp(1.5rem,5vw,10rem);font-family:charis_moderne;color:#42475b}.experience-header p{font-size:large;font-family:charis_moderne;font-weight:bolder}.experience-list{display:flex;flex-direction:column;gap:40px;justify-content:center;align-items:center}.experience-card{display:grid;grid-template-columns:160px 1fr;gap:40px;padding:32px;border-radius:12px;width:90%}.experience-time{font-size:14px;font-weight:500;color:#6b7280;padding-top:6px}.experience-content h2{font-size:22px;font-weight:600;margin-bottom:4px}.experience-content h3{font-size:15px;font-weight:500;color:#6b7280;margin-bottom:16px}.experience-content p{font-size:15px;line-height:1.7;color:#374151}@media(max-width:768px){.experience{padding:10px}.experience-card{grid-template-columns:1fr;gap:20px;padding:0}.experience-time{font-size:13px}}.education{color:#1f2937;padding:10px}.education-header{max-width:700px;margin-bottom:60px}.education-header h1{font-size:clamp(1.5rem,5vw,10rem);color:#42475b;font-family:charis_moderne}.education-header p{font-family:charis_moderne;color:#4b5563;font-weight:bolder;font-size:large}.education-list{display:flex;flex-direction:column;gap:48px}.education-card{display:flex;gap:40px;padding:32px;border-radius:14px}.education-card .education-image{width:60%}.education-card .education-image img{width:100%;height:250px}.education-card:nth-child(2n){flex-direction:row-reverse}.education-image img{width:100%;height:180px;object-fit:cover;border-radius:10px}.education-content h2{font-size:22px;font-weight:600;margin-bottom:6px}.education-content h3{font-size:15px;font-weight:500;color:#6b7280;margin-bottom:6px}.education-content span{font-size:13px;color:#9ca3af;display:block;margin-bottom:16px}.education-content p{font-size:15px;line-height:1.7;color:#374151}@media(max-width:768px){.education{padding:10px}.education-list{gap:10px}.education-card{grid-template-columns:1fr;flex-direction:column}.education-card:nth-child(2){flex-direction:column}.education-card .education-image{width:100%}.education-image img{width:100%!important;height:200px}}.blog-layout{display:flex;gap:40px;max-width:1200px;margin:0 auto;padding:40px 20px}.blog-list{width:280px;padding-right:20px;border-right:1px solid #e5e5e5}.blog-list h3{margin-bottom:20px;font-size:18px;font-weight:600;letter-spacing:.4px}.blog-list ul{list-style:none;padding:0;margin:0}.blog-list li{cursor:pointer;padding:12px 14px;margin-bottom:8px;border-radius:8px;font-size:14px;color:#333;transition:background .2s ease,transform .1s ease}.blog-list li:hover{background:#f5f5f5;transform:translate(2px)}.blog-list li.active{background:#111;color:#fff;font-weight:500}.blog-content{flex:1;max-width:720px}.blog-content h1{font-size:34px;margin-bottom:16px}.blog-content h2{font-size:26px;margin:36px 0 14px}.blog-content h3{font-size:20px;margin:28px 0 12px}.blog-content p{font-size:16px;line-height:1.75;margin-bottom:18px;color:#444}.blog-content ul{padding-left:20px;margin-bottom:18px}.blog-content li{margin-bottom:8px}.blog-content code{background:#f4f4f4;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:14px}.blog-content pre{background:#111;color:#eee;padding:16px;border-radius:8px;overflow-x:auto;margin:24px 0}.blog-content blockquote{border-left:4px solid #111;padding-left:16px;margin:24px 0;color:#555}@media(max-width:768px){.blog-layout{flex-direction:column;gap:32px}.blog-list{width:100%;padding-right:0;border-right:none;border-bottom:1px solid #e5e5e5;padding-bottom:16px}.blog-list ul{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px}.blog-list li{white-space:nowrap;margin-bottom:0;flex-shrink:0}.blog-content{max-width:100%}}.contact{display:flex;justify-content:center;height:calc(100vh - 70px);align-items:center}.contact__container{background:#fff;width:100%;max-width:1000px;padding:50px;display:flex;gap:60px;box-shadow:0 20px 40px #00000014}.contact__info{flex:1}.contact__info h2{font-size:32px;margin-bottom:30px}.contact__info .contact__detail{margin-bottom:20px}.contact__info .contact__detail span{font-weight:600;display:block;margin-bottom:5px}.contact__info .contact__detail p{color:#555;line-height:1.6}.contact__info .contact__social{margin-top:30px}.contact__info .contact__social span{font-weight:600;display:block;margin-bottom:10px}.contact__info .contact__social .icons{display:flex;gap:12px}.contact__info .contact__social .icons .icon{width:28px;height:28px;border-radius:50%;cursor:pointer}.contact__info .contact__social .icons .icon img{width:90%}.contact__form{flex:1}.contact__form .row{display:flex;gap:15px;margin-bottom:15px}.contact__form .row input{flex:1;padding:12px 14px;border-radius:8px;border:none;background:#f3f3f3;font-size:14px}.contact__form textarea{width:100%;height:120px;padding:14px;border-radius:8px;border:none;background:#f3f3f3;resize:none;margin-bottom:20px;font-size:14px}.contact__form button{width:100%;padding:14px;background:#111;color:#fff;border:none;border-radius:8px;font-size:15px;cursor:pointer}.contact__form button:hover{background:#000}@media(max-width:768px){.contact{align-items:flex-start;padding:20px}.contact .row{display:flex;flex-direction:column}.contact__container{flex-direction:column;padding:30px;gap:30px;box-shadow:none}.contact__info h2{font-size:24px;margin-bottom:20px}.contact__social .icons{gap:16px}}
