.navbar{display:flex;align-items:center;justify-content:space-between;margin:0 20px}.nav-menu{display:flex;align-items:center;list-style:none;gap:100px;font-size:26px}.nav-menu li{display:flex;flex-direction:column;gap:5px;cursor:pointer}.nav-menu li img{display:flex;margin:auto}.nav-connect{padding:20px 40px;border-radius:50px;background:linear-gradient(90deg,#145276,#81cfca);font-size:24px;cursor:pointer;transition:.5s}.nav-connect:hover{transform:scale(1.05)}.icon-size{width:350px;height:350px;margin-left:-20px}.anchor-link{text-decoration:none;color:#fff}.nav-mob-close,.nav-mob-open{display:none}@media (max-width: 768px){.icon-size{width:200px;height:200px}.nav-connect{display:none}.nav-mob-open{display:block;position:fixed;right:30px}.nav-mob-close{display:block;position:relative;top:30px;left:290px;width:30px}.nav-menu{position:fixed;flex-direction:column;align-items:start;top:0;gap:30px;background-color:#1e1e1e;width:350px;height:100%;z-index:2;transition:right .5s;right:-350px}.nav-menu li{font-size:30px;padding-left:100px;flex-direction:row;gap:20px}}.header{display:flex;align-items:center;flex-direction:column;gap:35px}.header img{width:400px;height:400px;margin-top:25px}.header h1{text-align:center;width:70%;font-size:70px;font-weight:400}.header h1 span{font-weight:700;background:linear-gradient(90deg,#3485b4,#81cfca);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header p{width:50%;text-align:center;font-size:36px;line-height:40px}.header-action{display:flex;align-items:center;gap:25px;font-size:26px;font-weight:500;margin-bottom:50px}.header-connect{padding:25px 45px;border-radius:50px;background:linear-gradient(90deg,#145276,#81cfca);cursor:pointer}.header-resume{padding:25px 75px;border-radius:50px;border:2px solid #fff;cursor:pointer}.header-connect:hover{border:2px solid white}.header-resume:hover{border-color:#81cfca}@media (max-width: 768px){.header img{width:260px}.header h1{width:90%;font-size:40px}.header p{width:80%;font-size:22px;line-height:32px;margin:10px 0}.header-action{gap:16px;font-size:18px;font-weight:500;margin-bottom:50px}.header-connect{padding:15px;border-radius:40px}.header-resume{padding:15px 35px;border-radius:40px}}.about-left img{border-radius:10px;-o-object-fit:cover;object-fit:cover;width:300px;height:auto}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;margin:100px}.about-title{position:relative;text-align:center}.about-title h1{padding:0 30px;font-size:80px;font-weight:600}.about-title img{position:absolute;bottom:0;right:0;z-index:-1}.about-sections{display:flex;justify-content:space-between;gap:40px}.about-right{display:flex;flex-direction:column;gap:40px}.about-para{font-size:24px;font-weight:500;line-height:40px}.about-languages{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;width:100%;max-width:1200px;margin:0 auto}.language-icon{padding:20px;border-radius:10px;width:100%;max-width:150px;height:auto;display:flex;align-items:center;justify-content:center}.language-icon img{width:100%;max-width:120px;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.language-icon:hover img{transform:scale(1.1)}@media (max-width: 768px){.about{gap:50px;margin:50px 70px;align-items:center}.about-title h1{font-size:50px;padding:0;font-weight:600}.about-title img{width:130px;right:-20px}.about-sections{flex-direction:column}.about-left{display:none}.about-para{font-size:20px;line-height:32px}.about-languages{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:20px;width:100%;max-width:none}.language-icon{padding:10px;width:100%;max-width:150px;height:auto}.language-icon img{width:100%;max-width:120px;height:auto}}.projects{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:100px 170px}.projects-title{position:relative}.projects-title h1{padding:0 30px;font-size:80px;font-weight:600}.projects-title img{position:absolute;bottom:0;right:0;z-index:-1}.projects-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}.projects-container img{box-sizing:border-box;width:500px;height:320px;transition:.3s;cursor:pointer;-o-object-fit:cover;object-fit:cover;border-radius:10px}.projects-container img:hover{transform:scale(1.05);border:4px solid hsla(176,45%,66%,1);border-radius:10px;transition:.3s}.show-more{display:flex;gap:15px;border-radius:50px;border:2px solid white;padding:30px 60px;font-size:22px;font-weight:500;margin-bottom:80px;transition:.6s;cursor:pointer}.show-more:hover{gap:30px;transition:.6s;border-color:#81cfca}@media (max-width: 768px){.projects{gap:50px;margin:50px 70px;align-items:center}.projects-title h1{padding:0;font-size:50px;font-weight:600}.projects-title img{width:130px;margin-right:-20px}.projects-container{grid-template-columns:1fr;gap:30px}.projects-container img{width:100%;-o-object-fit:cover;object-fit:cover;height:300px}.show-more{padding:20px 40px;font-size:18px;margin:50px auto;cursor:pointer}}.experience-title{position:relative;text-align:center}.experience{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:100px}.experience-title h1{padding:0 30px;font-size:80px;font-weight:600}.experience-title img{position:absolute;bottom:0;right:0;z-index:-1}@media (max-width: 768px){.experience{gap:50px;margin:50px 70px;align-items:center}.experience-title h1{font-size:50px;padding:0;font-weight:600}.experience-title img{width:130px;right:-20px}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.absolute{position:absolute}.relative{position:relative}.-left-1\.5{left:-.375rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mb-10{margin-bottom:2.5rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.h-3{height:.75rem}.h-5{height:1.25rem}.w-3{width:.75rem}.w-5{width:1.25rem}.w-full{width:100%}.max-w-screen-lg{max-width:1024px}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-l{border-left-width:1px}.border-gradient{border-color:#81cfca}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.bg-gradient{background-color:#81cfca}.fill-current{fill:currentColor}.p-2{padding:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-normal{font-weight:400}.font-semibold{font-weight:600}.leading-none{line-height:1}.text-stone-100{--tw-text-opacity: 1;color:rgb(245 245 244 / var(--tw-text-opacity))}.text-stone-400{--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.opacity-50{opacity:.5}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}*{margin:0;padding:0}body{height:100vh;background:#161513;color:#fff;font-family:outfit}@media (min-width: 768px){.md\:ml-0{margin-left:0}.md\:w-8\/12{width:66.666667%}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}
