@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.backgroud{background:#f0f2f5}.header{position:fixed;width:100%;height:70px;background:#fff;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;gap:15px;box-shadow:0 15px 15px #0000000d;z-index:9999}.logo{color:#00bfff;text-decoration:none;font-size:1.8rem;font-weight:700;letter-spacing:.1em}.group{display:flex;align-items:center}.header ul{position:relative;display:flex;gap:30px}.header ul li{list-style:none}.header ul li a{position:relative;text-decoration:none;font-size:1.2rem;color:#00bfff}.header ul li a:before{content:"";position:absolute;bottom:-2px;width:100%;height:2px;background:deepskyblue;transform:scaleX(0);transition:transform .5s ease-in-out;transform-origin:right}.header ul li a:hover:before{transform:scaleX(1);transform-origin:left}.header .search{position:relative;display:flex;justify-content:center;align-items:center;font-size:1.2em;z-index:10;cursor:pointer}.icon{position:relative;left:30px;margin-right:15px;display:flex}.menuToggle{position:relative;display:none}@media (max-width: 735px){.menuToggle{display:block;cursor:pointer;margin-left:10px;color:#00bfff}.header .navigation{position:absolute;opacity:0;visibility:hidden;left:100%}.header.open .navigation{top:70px;opacity:1;visibility:visible;left:0;display:flex;flex-direction:column;background:#fff;width:100%;height:calc(70vh - 80px);padding:40px;border-top:1px solid rgba(0,0,0,.05)}.header.open .navigation li a{font-size:1.15em}}.portfolio_container{display:flex;flex-direction:column;padding:0 25px;max-width:1200px;margin:0 auto}.portfolio_profile{margin-top:130px}.portfolio_profile h1{text-align:center;font-size:2.3rem;color:#079cce}.portfolio_experience h2,.portfolio_profile h2{font-size:2rem;color:#079cce}.portfolio_profile p{font-size:1.3rem;color:#00bfff;font-weight:700}.portfolio_experience{margin-top:35px}.main_container{height:100vh;display:flex;justify-content:space-between;align-items:center;padding:0 25px;max-width:1300px;margin:0 auto}.main_left{width:50%;height:35vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.main_left h2{font-size:40px;color:#00bfff;text-align:center}.main_left h1{margin-top:100px;font-size:65px;color:#079cce;text-align:center}.main_right{width:550px;height:550px;border-radius:50%;overflow:hidden;border:5px solid #fff}.main_right img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width: 1030px){.main_right{display:none}.main_left{width:100%}.main_left h2{font-size:50px}.main_left h1{font-size:75px}}@media (max-width: 690px){.main_left h2{font-size:40px}.main_left h1{font-size:65px}}.tecno_container{display:flex;flex-direction:column;padding:0 25px;max-width:1200px;margin:0 auto}.tecno_container h1{font-size:42px;color:#00bfff}.tecno_container p{font-size:18px;color:#079cce;font-weight:700}.tecno_container .tecno_swiper{margin-top:20px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:15px}.tecno_container .tecno_swiper .tecno_card{height:280px;padding:15px;border-radius:15px;display:flex;flex-direction:column;align-items:center;background:#fff;cursor:pointer;transition:.5s}.tecno_container .tecno_swiper .tecno_card:hover{transform:scale(1.02)}.tecno_container .tecno_swiper .tecno_card h2{margin-top:15px;font-size:1.3rem;color:#079cce}.tecno_container .tecno_swiper .tecno_card span{margin-top:5px;font-size:1.2rem;text-align:center;color:#00bfff}.tecno_container .tecno_swiper .tecno_card p{margin-top:20px;font-size:1.1rem;color:#00bfff;text-align:center}@media (max-width: 1000px){.tecno_container .tecno_swiper{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 840px){.tecno_container .tecno_swiper{grid-template-columns:1fr 1fr}}@media (max-width: 580px){.tecno_container .tecno_swiper{grid-template-columns:1fr}}.project_container{display:flex;flex-direction:column;padding:100px 25px;max-width:1200px;margin:0 auto}.project_container h1{font-size:42px;color:#00bfff}.project_container .project_freelance{margin-bottom:20px}.project_container .project_freelance h2{margin-top:10px;font-size:32px;color:#079cce;text-decoration:underline}.project_freelance_container{display:flex;gap:20px;background:#fff;border-radius:10px;margin:15px 0;cursor:pointer;transition:.5s}.project_freelance_container:hover{transform:scale(1.01)}.project_freelance_container .project_freelance_img{width:320px;height:240px;padding:5px}.project_freelance_container .project_freelance_img img{width:320px;height:230px;-o-object-fit:contain;object-fit:contain}.project_freelance_container .project_freelance_details{display:flex;flex-direction:column;margin-right:10px}.project_freelance_container .project_freelance_details h2{text-decoration:none;font-size:32px;margin-bottom:10px}.project_freelance_container .project_freelance_details p{font-size:22px;color:#079cce}.project_freelance_container .project_freelance_details span{font-size:18px;margin-top:30px;color:#00bfff}@media (max-width: 1030px){.project_freelance_container .project_freelance_img{width:280px;padding:0}.project_freelance_container .project_freelance_img img{width:280px}}@media (max-width: 875px){.project_freelance_container{flex-direction:column}.project_freelance_container .project_freelance_img{width:100%;height:180px;margin-top:5px}.project_freelance_container .project_freelance_img img{width:100%;height:210px}.project_freelance_container .project_freelance_details{align-items:center;margin:0 25px 10px}.project_freelance_container .project_freelance_details h2,.project_freelance_container .project_freelance_details p{text-align:center}}*,: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}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-right-6{right:-1.5rem}.-top-6{top:-1.5rem}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.-z-10{z-index:-10}.z-\[-2\]{z-index:-2}.m-8{margin:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:.5rem}.mt-4{margin-top:1rem}.flex{display:flex}.hidden{display:none}.h-\[40\%\]{height:40%}.h-full{height:100%}.h-screen{height:100vh}.w-\[4\.5rem\]{width:4.5rem}.w-\[85\%\]{width:85%}.w-full{width:100%}.w-screen{width:100vw}.max-w-xl{max-width:36rem}.flex-shrink-0{flex-shrink:0}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.overflow-x-hidden{overflow-x:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-neutral-800{--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity))}.border-neutral-900{--tw-border-opacity: 1;border-color:rgb(23 23 23 / var(--tw-border-opacity))}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity))}.bg-neutral-950{--tw-bg-opacity: 1;background-color:rgb(10 10 10 / var(--tw-bg-opacity))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-pink-300{--tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-slate-500{--tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #64748b var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-4{padding-bottom:1rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-thin{font-weight:100}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-neutral-300{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}.text-purple-100{--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.text-transparent{color:transparent}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-\[0\.9\]{opacity:.9}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{font-family:Inter,sans-serif}.selection\:bg-cyan-300 *::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity))}.selection\:bg-cyan-300 *::selection{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity))}.selection\:text-cyan-900 *::-moz-selection{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity))}.selection\:text-cyan-900 *::selection{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity))}.selection\:bg-cyan-300::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity))}.selection\:bg-cyan-300::selection{--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity))}.selection\:text-cyan-900::-moz-selection{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity))}.selection\:text-cyan-900::selection{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity))}@media (min-width: 1024px){.lg\:mt-16{margin-top:4rem}.lg\:h-\[75\%\]{height:75%}.lg\:w-1\/2{width:50%}.lg\:w-1\/4{width:25%}.lg\:w-3\/4{width:75%}.lg\:w-\[85\%\]{width:85%}.lg\:items-start{align-items:flex-start}.lg\:justify-start{justify-content:flex-start}.lg\:justify-center{justify-content:center}.lg\:p-8{padding:2rem}.lg\:text-8xl{font-size:6rem;line-height:1}}
