.navbar{display:flex;align-items:center;justify-content:space-between;margin:30px 10%}.nav-menu{display:flex;align-items:center;list-style:none;gap:40px;font-size:20px}.nav-connect{padding:15px 20px;border-radius:50px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);font-size:20px;cursor:pointer;transition:.5s}.logo{width:100px}.nav-connect:hover{transform:scale(1.05)}.nav-menu li{display:flex;flex-direction:column;gap:5px;cursor:pointer}.nav-menu li img{display:flex;margin:auto}.anchor-link{text-decoration:none;color:#f6f3f3}.nav-mob-close{display:none;cursor:pointer}.nav-mob-open{display:none;cursor:pointer;width:30px}@media (max-width:768px){.navbar{margin:20px 8%}.nav-connect{display:none}.nav-mob-open{display:block;position:absolute;right:30px}.nav-mob-close{display:block;position:absolute;top:30px;right:7%;width:30px}.navbar ul{position:fixed;flex-direction:column;align-items:start;top:0;gap:30px;background-color:#1f0016;width:300px;height:100%;z-index:5;transition:right .5s;right:-300px;padding-top:100px}.nav-menu li{font-size:30px;padding-left:50px;flex-direction:row;gap:20px}}.hero{display:flex;align-items:center;flex-direction:column;gap:20px}.profile-img{margin-top:60px;width:250px;border-radius:30%}.hero h1{text-align:center;width:65%;font-size:65px;font-weight:600;line-height:70px}.hero h1 span{background:linear-gradient(270deg,#df8908 10%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{width:50%;text-align:center;font-size:18px;line-height:30px}.hero-action{display:flex;align-items:center;gap:5px;font-weight:500;margin-bottom:50px}.hero-connect{padding:20px 30px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);cursor:pointer}.hero-resume{padding:20px 55px;border-radius:50px;border:2px solid #FFF;cursor:pointer}.hero-connect:hover{border:2px solid white}.hero-resume:hover{border-color:#b415ff}@media (max-width:768px){.profile-img{margin-top:50px;width:200px}.hero h1{margin-top:10px;width:90%;font-size:35px}.hero p{width:80%;font-size:16px;line-height:25px;margin:5px 0}.hero-action{gap:10px;font-weight:500;margin-bottom:50px}.hero-connect{padding:20px;border-radius:40px;font-size:14px}.hero-resume{padding:18px 30px;border-radius:40px;font-size:14px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px;margin:70px 10%}.about-sections{display:flex;gap:60px}.about-left img{width:300px;border-radius:10px}.about-right{display:flex;flex-direction:column;gap:50px}.about-para{display:flex;flex-direction:column;gap:15px;font-size:18px;font-weight:500}.about-skills{display:flex;flex-direction:column;gap:15px}.about-skill{display:flex;gap:20px;align-items:center;transition:.3s}.about-skill p{min-width:130px;font-size:17px;font-weight:500}.about-skill hr{outline:none;border:none;width:50%;height:8px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%)}.about-achievements{display:flex;width:100%;justify-content:space-around;margin-bottom:50px}.about-achievement{display:flex;flex-direction:column;align-items:center;gap:8px;transition:.5s}.about-achievement h1{font-size:40px;font-weight:700;background:linear-gradient(270deg,#df8908 50.41%,#b415ff 90.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-achievement p{font-size:18px;font-weight:500}.about-skill:hover{transform:scale(1.05);transition:.3s}.about-achievement:hover{transform:scale(1.12);transition:.5s}@media (max-width:768px){.about{gap:50px;margin:50px 6%;align-items:start}.about-sections{flex-direction:column}.about-left{display:none}.about-para{line-height:25px}.about-skill p{font-size:16px;min-width:90px}.about-skill hr{height:6px}.about-achievements{justify-content:space-between}.about-achievement{gap:10px}.about-achievement h1{font-size:28px}.about-achievement p{text-align:center;font-size:12px}}.services{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:70px 10%}.services-format{display:flex;flex-direction:column;justify-content:center;gap:10px;padding:30px;border-radius:10px;border:2px solid white;transition:.4s;cursor:pointer}.services-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;margin-bottom:50px}.services-format h3{font-size:22px;font-weight:600}.services-format h2{font-size:30px;font-weight:800;background:linear-gradient(270deg,#df8908 50%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services-format p{color:#d4d4d4;font-size:20px;line-height:30px;max-width:300px}.services-readmore{display:flex;gap:10px;align-items:center;margin-top:20px}.services-readmore img{width:20px}.services-format:hover{border:2px solid #ff00ff;background-image:linear-gradient(45deg,#3f0028,#582300);transform:scale(1.05);transition:.4s}@media (max-width:768px){.services{align-items:start;gap:70px;margin:20px 6%}.services-format{gap:10px;padding:20px}.services-format h2{font-size:20px}.services-format p{font-size:16px;line-height:26px;max-width:300px}.services-container{grid-template-columns:1fr 1fr;gap:20px}}.mywork{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 10%}.mywork-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}.mywork-container img{width:100%;transition:.3s;cursor:pointer}.mywork-container img:hover{transform:scale(1.1);border:4px solid #ff00ff;border-radius:10px;transition:.3s}.mywork-showmore{display:flex;align-items:center;gap:10px;border-radius:50px;border:2px solid white;padding:20px 40px;font-size:20px;font-weight:500;margin-bottom:20px;transition:.6s;cursor:pointer}.mywork-showmore img{width:25px}.mywork-showmore:hover{gap:30px;transition:.6s}@media (max-width:768px){.mywork{gap:50px;margin:0 6%;align-items:start}.mywork-container{grid-template-columns:1fr 1fr;gap:20px}.mywork-showmore{padding:15px 30px;font-size:16px;margin:10px auto}.mywork-showmore:hover{gap:20px}}.mywork{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:30px 5%}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 10%}.contact-section{width:100%;display:flex;justify-content:space-between;gap:30px}.contact-left{display:flex;flex-direction:column;gap:20px;flex-basis:40%}.contact-left h1{font-size:50px;font-weight:700;background:linear-gradient(270deg,#df8908 80%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-left p{max-width:550px;color:#d8d8d8;font-size:16px;line-height:25px}.contact-details{display:flex;flex-direction:column;gap:25px;color:#d8d8d8;font-size:22px}.contact-detail{display:flex;align-items:center;gap:18px}.contact-detail img{width:25px}.contact-right{flex-basis:55%;display:flex;flex-direction:column;align-items:start;gap:15px}.contact-right label{color:#d8d8d8}.contact-right input,.contact-right textarea{border:none;width:100%;padding:18px 0 18px 20px;border-radius:4px;background:#32323c;color:#a0a0a0;font-family:Outfit;font-size:18px}.contact-submit{border:none;color:#fff;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);font-size:18px;padding:18px 40px;margin-bottom:50px;margin-top:15px;cursor:pointer;transition:.3s}.contact-submit:hover{transform:scale(1.1);transition:.3s}@media (max-width:768px){.contact{gap:40px;margin:50px 6%;align-items:start}.contact-section{flex-direction:column}.contact-left h1{font-size:35px}.contact-detail{gap:12px}.contact-detail img{width:20px}.contact-left{margin-bottom:30px}.contact-right label{font-size:14px}}.footer{margin:50px 10%;display:flex;flex-direction:column;gap:25px}.footer-top{display:flex;justify-content:space-between}.footer-top-left p{font-size:16px;max-width:450px}.footer-top-right{display:flex;align-items:center;gap:15px}.footer-email-input{display:flex;gap:20px;padding:15px 20px;border-radius:50px;background:#32323b}.footer-email-input input{outline:none;border:none;background:transparent;color:#a0a0a0;font-family:Outfit;font-size:18px}.footer-email-input img{width:22px}.footer-subscribe{font-size:16px;padding:18px 40px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);cursor:pointer;transition:.3s}.footer-bottom{display:flex;justify-content:space-between;font-size:16px}.footer-bottom-right{display:flex;gap:30px;margin-bottom:10px}.footer-email-input:hover{border:2px solid white}.footer-subscribe:hover{transform:scale(1.1);transition:.3s}@media (max-width:768px){.footer{margin:50px 6%}.footer-top{flex-direction:column;gap:30px}.footer-top-right{gap:5px}.footer-email-input{padding:12px 14px;max-width:200px}.footer-email-input input{width:100%;font-size:16px}.footer-email-input img{display:none}.footer-subscribe{font-size:14px;padding:14px 20px}.footer-bottom{display:flex;flex-direction:column-reverse;font-size:14px}.footer-bottom-right{gap:12px}}*,: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: }.-m-1{margin:-.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mt-12{margin-top:3rem}.mt-5{margin-top:1.25rem}.flex{display:flex}.grid{display:grid}.h-full{height:100%}.w-full{width:100%}.max-w-\[85rem\]{max-width:85rem}.flex-col{flex-direction:column}.justify-center{justify-content:center}.gap-6{gap:1.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-5{padding:1.25rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-semibold{font-weight:600}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:#2b2117;color:#f1ecec;font-family:outfit}.title-box{position:relative}.title-box h1{padding:0 30px;font-size:60px;font-weight:600}.title-box img{width:160px;position:absolute;bottom:0;right:0;z-index:-1}@media (max-width: 768px){.about-title img{width:130px;right:-20px}.title-box h1{padding:0;font-size:40px}.title-box img{width:100px;right:-40px}}.hover\:border-transparent:hover{border-color:transparent}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}}@media (prefers-color-scheme: dark){.dark\:border-neutral-700{--tw-border-opacity: 1;border-color:rgb(64 64 64 / var(--tw-border-opacity))}.dark\:text-neutral-300{--tw-text-opacity: 1;color:rgb(212 212 212 / var(--tw-text-opacity))}.dark\:text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity))}.dark\:hover\:border-transparent:hover{border-color:transparent}.dark\:hover\:shadow-black\/40:hover{--tw-shadow-color: rgb(0 0 0 / .4);--tw-shadow: var(--tw-shadow-colored)}.dark\:hover\:shadow-black\/60:hover{--tw-shadow-color: rgb(0 0 0 / .6);--tw-shadow: var(--tw-shadow-colored)}.group:hover .dark\:group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}}
