{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Q4LkZGPmwzJ5TgQXPgMR/iqBHzF9VlwFsBV55FIsC/B8yvLYeiq.js", "ssg:https://framerusercontent.com/modules/rjzZvYhavPgyB5GzbA7w/xEabuPLExwIr8VxNsKjE/augiA20Il.js"],
  "sourcesContent": ["// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/0Qse5PZ0BCXkK9VbnkKj/ckdzRx0NLmTMDNdbdquS/oxKfpDxIU.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/xfXQF2Gpapd5Laf633jY/NhsJhlvlJeMZg9Z7YfWz/QjsjItzWH.js\";import Pill from\"https://framerusercontent.com/modules/gs6t3ud1G3TokXP295mF/kRoDqGlDp5GXVhnlBw13/lRWOlwkRu.js\";const MotionDivWithFX=withFX(motion.div);const PillFonts=getFonts(Pill);const cycleOrder=[\"A26MHZNfr\",\"sr7vUGD6E\",\"O8ftH0XOC\",\"jGbN8qzcq\"];const serializationHash=\"framer-CWLuh\";const variantClassNames={A26MHZNfr:\"framer-v-1s7i2ws\",jGbN8qzcq:\"framer-v-nhonki\",O8ftH0XOC:\"framer-v-bv3y05\",sr7vUGD6E:\"framer-v-1ae14w2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[0,0,1,1],type:\"tween\"};const transition2={delay:0,duration:.2,ease:[.59,.25,.79,.65],type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition3={delay:0,duration:60,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop-Default\":\"A26MHZNfr\",\"Desktop-Hover\":\"sr7vUGD6E\",Mobile:\"O8ftH0XOC\",Tablet:\"jGbN8qzcq\"};const getProps=({client,date,height,id,image,link,projectName,projectTypeTag,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2,_ref3,_ref4;return{...props,CAQZSI08k:(_ref=projectTypeTag!==null&&projectTypeTag!==void 0?projectTypeTag:props.CAQZSI08k)!==null&&_ref!==void 0?_ref:\"UI/UX DESIGN\",eHZ8tMDOY:image!==null&&image!==void 0?image:props.eHZ8tMDOY,qI8TOoz0f:link!==null&&link!==void 0?link:props.qI8TOoz0f,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"A26MHZNfr\",vQJt8vYb0:(_ref2=date!==null&&date!==void 0?date:props.vQJt8vYb0)!==null&&_ref2!==void 0?_ref2:\"JAN 2021\",xFMCyqu5A:(_ref3=projectName!==null&&projectName!==void 0?projectName:props.xFMCyqu5A)!==null&&_ref3!==void 0?_ref3:\"Redesign of Coursera App \",ZlBgbBvFJ:(_ref4=client!==null&&client!==void 0?client:props.ZlBgbBvFJ)!==null&&_ref4!==void 0?_ref4:\"PERSONAL PROJECT\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,eHZ8tMDOY,xFMCyqu5A,ZlBgbBvFJ,vQJt8vYb0,CAQZSI08k,qI8TOoz0f,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"A26MHZNfr\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1wm3vpi=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"sr7vUGD6E\");});const onMouseLeave983wvu=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"A26MHZNfr\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({sr7vUGD6E:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:qI8TOoz0f,nodeId:\"A26MHZNfr\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1s7i2ws\",className,classNames)} framer-xm9lgg`,\"data-framer-name\":\"Desktop-Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"A26MHZNfr\",onMouseEnter:onMouseEnter1wm3vpi,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(255, 255, 255, 0.04)\",...style},...addPropertyOverrides({jGbN8qzcq:{\"data-framer-name\":\"Tablet\",\"data-highlight\":undefined,onMouseEnter:undefined},O8ftH0XOC:{\"data-framer-name\":\"Mobile\",\"data-highlight\":undefined,onMouseEnter:undefined},sr7vUGD6E:{\"data-framer-name\":\"Desktop-Hover\",onMouseLeave:onMouseLeave983wvu}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(eHZ8tMDOY)},className:\"framer-ecvor5\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"syPGkjXNm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lwjb63\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"n0qpLv2Ve\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(24, 24, 28) 100%)\",opacity:0},variants:{sr7vUGD6E:{opacity:1}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-phgfd7\",\"data-framer-name\":\"eye\",layoutDependency:layoutDependency,layoutId:\"vyy1_wLiJ\",style:{opacity:0},variants:{sr7vUGD6E:{opacity:1}},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-9u7812\",\"data-framer-name\":\"View Project circle\",layoutDependency:layoutDependency,layoutId:\"Son1_hdIo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1q2nesj\",\"data-framer-name\":\"View Project circle\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:432,intrinsicWidth:427,layoutDependency:layoutDependency,layoutId:\"Y8ALEwPQ5\",svg:'<svg width=\"427\" height=\"432\" viewBox=\"0 0 427 432\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1603_26)\">\\n<path d=\"M327.4 333.6L349.5 381L355.6 374.8L337.1 336.3L337.5 335.9L376.5 353.3L382.7 347L334.7 326.2L327.4 333.6Z\" fill=\"white\"/>\\n<path d=\"M311.178 347.361L304.809 351.863L333.034 391.795L339.403 387.293L311.178 347.361Z\" fill=\"white\"/>\\n<path d=\"M298.6 356.8L291.5 360.1L267.1 371.7L270.1 378.1L294.6 366.6L300.5 379.1L277.1 390.2L280.1 396.7L303.6 385.6L309.4 397.9L285 409.5L288 415.9L317.4 402L319.5 401L298.6 356.8Z\" fill=\"white\"/>\\n<path d=\"M243.7 377.3L239.1 402.9L236.9 418.3L236.3 418.4L230.6 403.8L220.4 379.9L209 381.2L203.2 431.1L212.1 430.1L215.1 402.1L215.6 388.4H216.2L220.8 401.5L232 427.8L243 426.6L248 398.4L249.5 384.6L250.1 384.5L253.7 397.8L262.9 424.3L271.9 423.3L255.1 376L243.7 377.3Z\" fill=\"white\"/>\\n<path d=\"M167.8 389.9L155.5 385.9C152.3 384.9 149.2 384.6 146.2 385C143.3 385.4 140.7 386.6 138.5 388.5C136.3 390.4 134.6 393 133.6 396.3C132.5 399.7 132.3 402.8 133 405.6C133.7 408.4 135.1 410.8 137.3 412.9C139.4 415 142.1 416.5 145.4 417.6L162.4 423.1L165.2 424L180.2 377.4L172.8 375L167.8 389.9ZM159.9 414.7L146.7 410.5C143.6 409.5 141.6 408.1 140.7 406.4C139.8 404.6 139.9 402.1 141 398.8C142.1 395.5 143.5 393.3 145.2 392.4C146.9 391.4 149.4 391.5 152.5 392.5L165.7 396.7L159.9 414.7Z\" fill=\"white\"/>\\n<path d=\"M133.5 359.3L123.3 375.1L118.5 372C116.9 370.9 115.6 369.9 114.8 368.9C114 367.9 113.5 366.8 113.3 365.5C113.1 364.3 113.1 362.8 113.3 361.3L114.3 346.9L106.6 341.9L105.4 357.3C105.3 359.2 105.4 361 105.7 362.5C106.1 364 106.9 365.5 108 367L107.7 367.5C105.2 366 102.8 365.2 100.5 365.1C98.2 364.9 96.1 365.4 94.1 366.5C92.1 367.6 90.4 369.3 89 371.5C87.3 374.1 86.5 376.7 86.5 379.3C86.5 381.9 87.3 384.4 88.9 386.8C90.5 389.2 92.8 391.4 95.8 393.3L113.4 404.6L139.9 363.5L133.5 359.3ZM110.9 394.5L99 386.9C96.3 385.2 94.8 383.4 94.3 381.6C93.9 379.8 94.4 377.7 96 375.2C97.6 372.7 99.4 371.2 101.2 370.9C103 370.6 105.3 371.3 107.9 373L119.7 380.6L110.9 394.5Z\" fill=\"white\"/>\\n<path d=\"M95 346.3C96.6 342.4 97.1 338.5 96.4 334.6C95.7 330.7 93.8 326.9 90.8 323.5C87.7 320 84.3 317.7 80.5 316.5C76.7 315.3 72.7 315.2 68.7 316.3C64.6 317.4 60.7 319.6 56.9 323C53.1 326.4 50.3 330 48.7 333.9C47.1 337.8 46.6 341.7 47.3 345.6C48 349.5 49.9 353.3 52.9 356.7C56 360.2 59.4 362.5 63.2 363.7C67 364.9 71 365 75 363.9C79.1 362.8 83 360.6 86.8 357.2C90.6 353.8 93.4 350.2 95 346.3ZM81.3 350.9C78.1 353.7 75.2 355.6 72.6 356.5C70 357.4 67.6 357.5 65.3 356.6C63 355.8 60.8 354.1 58.5 351.6C56.3 349 54.9 346.6 54.4 344.2C53.9 341.9 54.3 339.5 55.5 337C56.8 334.6 59 331.9 62.2 329.1C65.4 326.3 68.3 324.4 70.9 323.5C73.5 322.5 75.9 322.5 78.2 323.3C80.5 324.1 82.7 325.8 85 328.3C87.2 330.8 88.6 333.3 89.1 335.7C89.6 338.1 89.3 340.5 88 342.9C86.8 345.5 84.5 348.1 81.3 350.9Z\" fill=\"white\"/>\\n<path d=\"M56.6999 286.7C57.9999 287.7 59.1999 289.4 60.3999 291.9C61.5999 294.4 62.1999 296.4 62.1999 298C62.1999 299.6 61.5999 300.9 60.3999 302C59.1999 303.1 57.4999 304.2 55.3999 305.2L52.9999 306.4L56.5999 313.8L58.3999 312.9C61.7999 311.3 64.3999 309.3 66.3999 307C68.2999 304.7 69.3999 302 69.6999 298.9C69.8999 295.8 69.0999 292.3 67.0999 288.3C65.1999 284.5 62.9999 281.7 60.4999 280C57.9999 278.3 55.1999 277.6 52.0999 277.7C49.0999 277.8 45.8999 278.7 42.4999 280.3L14.5999 293.9L18.1999 301.3L46.6999 287.4C48.8999 286.3 50.7999 285.7 52.3999 285.4C53.9999 285.4 55.4999 285.7 56.6999 286.7Z\" fill=\"white\"/>\\n<path d=\"M56.4001 266.2L54.8 258.6L49.1 232.1L42.1 233.6L47.8 260.1L34.2001 262.9L28.8 237.5L21.8 239L27.2001 264.4L13.9 267.3L8.20005 240.8L1.30005 242.3L6.90005 268.8L8.10005 274.1L8.60005 276.4L56.4001 266.2Z\" fill=\"white\"/>\\n<path d=\"M10.8 224.1C14.5 226.1 18.9 227.2 24 227.5C29.1 227.8 33.6 227.1 37.4 225.5C41.3 223.9 44.3 221.5 46.6 218.1C48.9 214.8 50.1 210.8 50.4 206.1C50.6 201.7 50.1 197.9 48.7 194.7C47.3 191.5 45.3 188.9 42.5 187.1C39.8 185.2 36.4 184.2 32.4 184H32L31.5 192.4H31.9C35.9 192.6 38.7 193.8 40.4 195.9C42.1 198 42.8 201.3 42.6 206C42.4 209.4 41.7 212 40.4 214.1C39.1 216.1 37.2 217.6 34.5 218.4C31.8 219.2 28.4 219.5 24.3 219.3C20.1 219.1 16.7 218.4 14.2 217.3C11.7 216.2 9.89997 214.6 8.79997 212.4C7.69997 210.2 7.29997 207.5 7.49997 204.1C7.69997 199.5 8.79997 196.2 10.8 194.3C12.7 192.4 15.7 191.6 19.6 191.8H20.1L20.6 183.4H20.2C16.3 183.2 12.8 183.9 9.89997 185.4C6.99997 186.9 4.69997 189.2 2.89997 192.3C1.09997 195.4 0.299965 199 -3.46527e-05 203.4C-0.300035 208.1 0.599966 212.2 2.39997 215.8C4.39997 219.3 7.09997 222.1 10.8 224.1Z\" fill=\"white\"/>\\n<path d=\"M10.8 173.8L15.7 157.9L55.7 170.3L58 162.9L18.1 150.4L23 134.5L16.3 132.4L10.3 151.4L9 155.8L4 171.7L10.8 173.8Z\" fill=\"white\"/>\\n<path d=\"M97.1999 99.7002L74.1999 52.7002L68.3 59.1002L87.4 97.2002L87 97.6002L47.7 81.0002L41.7 87.4002L90 107.3L97.1999 99.7002Z\" fill=\"white\"/>\\n<path d=\"M90.4733 41.7349L84.1873 46.3525L113.136 85.761L119.422 81.1434L90.4733 41.7349Z\" fill=\"white\"/>\\n<path d=\"M125.6 76.0998L127.6 75.0998L156.8 60.5998L153.6 54.1998L129.4 66.1998L123.2 53.7998L146.5 42.1998L143.3 35.7998L120 47.3998L114 35.1998L138.2 23.0998L135.1 16.7998L110.8 28.7998L110 29.1998L105.9 31.1998L103.8 32.2998L125.6 76.0998Z\" fill=\"white\"/>\\n<path d=\"M214.7 50L219.6 0L210.7 1.2L208.2 29.2L207.9 42.9L207.4 43L202.5 29.9L190.8 3.8L179.9 5.2L175.4 33.5L174.1 47.4L173.5 47.5L169.7 34.3L160.1 7.9L151.1 9.1L168.7 56.1L180.1 54.6L184.2 28.9L186.1 13.4L186.8 13.3L192.7 27.8L203.3 51.5L214.7 50Z\" fill=\"white\"/>\\n<path d=\"M255.7 40.6L268.1 44.3C271.4 45.3 274.5 45.5 277.4 45C280.3 44.5 282.9 43.3 285.1 41.4C287.3 39.5 288.9 36.9 289.9 33.5C290.9 30.1 291.1 27 290.3 24.2C289.5 21.4 288.1 19 285.9 17C283.7 15 281 13.5 277.7 12.5L265.3 8.8L257.8 6.5L243.7 53.3L251.2 55.6L255.7 40.6ZM263.2 15.7L276.5 19.7C279.6 20.6 281.6 22 282.5 23.7C283.4 25.4 283.3 28 282.3 31.3C281.3 34.7 279.9 36.8 278.2 37.8C276.5 38.8 274.1 38.8 270.9 37.9L257.6 33.9L263.2 15.7Z\" fill=\"white\"/>\\n<path d=\"M290.6 70.5002L300.5 54.5002L305.4 57.5002C307.1 58.5002 308.3 59.5002 309.1 60.5002C309.9 61.5002 310.4 62.6002 310.6 63.9002C310.8 65.1002 310.8 66.6002 310.7 68.1002L310 82.5002L317.8 87.3002L318.7 71.9002C318.8 70.0002 318.7 68.2002 318.3 66.7002C317.9 65.2002 317.1 63.7002 315.9 62.2002L316.2 61.7002C318.8 63.1002 321.2 63.9002 323.5 64.0002C325.8 64.1002 327.9 63.6002 329.9 62.5002C331.8 61.4002 333.5 59.7002 334.9 57.4002C336.5 54.8002 337.3 52.1002 337.2 49.5002C337.1 46.9002 336.3 44.4002 334.6 42.1002C333 39.7002 330.6 37.6002 327.6 35.7002L309.8 24.7002L284.1 66.3002L290.6 70.5002ZM312.6 34.9002L324.6 42.3002C327.3 44.0002 328.9 45.7002 329.4 47.5002C329.9 49.3002 329.4 51.4002 327.9 53.9002C326.3 56.5002 324.6 57.9002 322.8 58.3002C321 58.7002 318.7 58.0002 316 56.3002L304 48.9002L312.6 34.9002Z\" fill=\"white\"/>\\n<path d=\"M329.3 82.8002C327.8 86.7002 327.4 90.6002 328.2 94.6002C329 98.5002 330.9 102.2 334 105.6C337.1 109 340.6 111.3 344.4 112.4C348.2 113.5 352.2 113.5 356.2 112.4C360.2 111.2 364.1 108.9 367.9 105.5C371.7 102.1 374.3 98.4002 375.9 94.5002C377.4 90.6002 377.8 86.7002 377 82.7002C376.2 78.8002 374.3 75.1002 371.2 71.7002C368.1 68.3002 364.6 66.0002 360.8 64.9002C357 63.8002 353 63.8002 349 64.9002C345 66.1002 341.1 68.4002 337.3 71.8002C333.5 75.2002 330.8 78.9002 329.3 82.8002ZM342.9 78.0002C346.1 75.1002 348.9 73.2002 351.5 72.2002C354.1 71.2002 356.5 71.1002 358.8 71.9002C361.1 72.7002 363.4 74.3002 365.7 76.8002C368 79.3002 369.4 81.7002 370 84.1002C370.5 86.4002 370.2 88.8002 369 91.3002C367.8 93.8002 365.6 96.4002 362.4 99.3002C359.3 102.2 356.4 104.1 353.8 105.1C351.2 106.1 348.8 106.2 346.5 105.5C344.2 104.7 341.9 103.1 339.6 100.6C337.3 98.1002 335.9 95.7002 335.3 93.3002C334.7 90.9002 335 88.5002 336.3 86.0002C337.6 83.5002 339.8 80.8002 342.9 78.0002Z\" fill=\"white\"/>\\n<path d=\"M368.7 141.7C367.4 140.8 366.2 139.1 364.9 136.6C363.6 134.1 363 132.1 363 130.5C363 128.9 363.5 127.5 364.7 126.4C365.9 125.3 367.5 124.2 369.7 123.1L372 121.9L368.2 114.6L366.4 115.5C363.1 117.2 360.4 119.2 358.6 121.6C356.7 123.9 355.7 126.7 355.5 129.8C355.3 132.9 356.2 136.4 358.2 140.4C360.2 144.2 362.4 146.9 365 148.5C367.6 150.1 370.4 150.8 373.4 150.6C376.4 150.4 379.6 149.5 382.9 147.8L410.5 133.7L406.7 126.4L378.5 140.8C376.3 141.9 374.5 142.6 372.9 142.9C371.4 143 370 142.7 368.7 141.7Z\" fill=\"white\"/>\\n<path d=\"M369.4 162.2L371.1 169.8L377.3 196.2L384.2 194.6L378.1 168.2L391.6 165.1L397.5 190.4L404.5 188.8L398.6 163.5L411.9 160.4L418 186.8L424.9 185.2L418.8 158.8L418.4 156.9L417.6 153.5L417 151.2L369.4 162.2Z\" fill=\"white\"/>\\n<path d=\"M424.2 211.7C422.3 208.2 419.4 205.5 415.7 203.5C412 201.6 407.6 200.5 402.5 200.3C397.4 200.1 392.9 200.9 389.1 202.5C385.3 204.2 382.3 206.7 380.1 210C377.9 213.4 376.7 217.4 376.6 222.1C376.4 226.5 377.1 230.3 378.5 233.5C379.9 236.7 382 239.2 384.8 241C387.6 242.8 390.9 243.8 394.9 243.9H395.3L395.6 235.5H395.2C391.2 235.4 388.3 234.3 386.6 232.2C384.8 230.1 384.1 226.8 384.2 222.2C384.3 218.8 385 216.1 386.2 214.1C387.4 212.1 389.4 210.6 392 209.7C394.6 208.8 398 208.5 402.2 208.6C406.4 208.8 409.8 209.4 412.4 210.4C414.9 211.5 416.8 213.1 417.9 215.2C419 217.3 419.5 220.1 419.4 223.4C419.2 228 418.2 231.3 416.3 233.2C414.4 235.1 411.5 236 407.5 235.9H407L406.7 244.3H407.1C411 244.4 414.4 243.7 417.3 242.1C420.2 240.5 422.5 238.2 424.1 235.1C425.8 232 426.7 228.3 426.8 223.9C427 219.3 426.1 215.2 424.2 211.7Z\" fill=\"white\"/>\\n<path d=\"M412 269.8L371.8 258.1L369.7 265.6L409.8 277.3L405.1 293.3L411.9 295.2L423.5 255.8L416.7 253.8L412 269.8Z\" fill=\"white\"/>\\n<path d=\"M50.1 114.2C45.7 114.5 42.5 118.4 42.8 122.7C43.1 127.1 47 130.3 51.3 130C55.7 129.7 58.9 125.8 58.6 121.5C58.2 117.1 54.4 113.9 50.1 114.2Z\" fill=\"white\"/>\\n<path d=\"M374.2 303.5C369.8 303.8 366.6 307.7 366.9 312C367.2 316.3 371.1 319.6 375.4 319.3C379.8 319 383 315.1 382.7 310.8C382.4 306.4 378.6 303.2 374.2 303.5Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1603_26\">\\n<rect width=\"426.9\" height=\"431.1\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"74px\",src:\"https://framerusercontent.com/images/OE3oPQ05bEeLgcCywWzPjPS6nbg.png\",srcSet:\"https://framerusercontent.com/images/OE3oPQ05bEeLgcCywWzPjPS6nbg.png?scale-down-to=512 512w,https://framerusercontent.com/images/OE3oPQ05bEeLgcCywWzPjPS6nbg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OE3oPQ05bEeLgcCywWzPjPS6nbg.png 1375w\"},className:\"framer-b8z0g4\",\"data-framer-name\":\"Eye Icon\",layoutDependency:layoutDependency,layoutId:\"SDhgjK7Xs\"})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fnl10b\",\"data-framer-name\":\"wrapper-content\",layoutDependency:layoutDependency,layoutId:\"GKiUiaK9J\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-5bxg17\",\"data-styles-preset\":\"QjsjItzWH\",children:\"Redesign of Coursera App \"})}),className:\"framer-1pkacey\",\"data-framer-name\":\"Redesign of Coursera App\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jtj37NN7L\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:xFMCyqu5A,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nh687n\",\"data-framer-name\":\"wrapper-info\",layoutDependency:layoutDependency,layoutId:\"S7JTwXOH_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-17kj98p\",\"data-styles-preset\":\"oxKfpDxIU\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-f0a5b95f-076c-47ba-a6d2-d71a51cb6d8a, rgb(191, 188, 205)))\"},children:\"PERSONAL PROJECT\"})}),className:\"framer-ib3c33\",\"data-framer-name\":\"PERSONAL PROJECT\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"smJKQq60r\",style:{\"--extracted-1w1cjl5\":\"var(--token-f0a5b95f-076c-47ba-a6d2-d71a51cb6d8a, rgb(191, 188, 205))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},text:ZlBgbBvFJ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tazoxm\",\"data-framer-name\":\"seperator\",layoutDependency:layoutDependency,layoutId:\"tsIprsmsh\",style:{backgroundColor:\"rgb(191, 187, 205)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-17kj98p\",\"data-styles-preset\":\"oxKfpDxIU\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-f0a5b95f-076c-47ba-a6d2-d71a51cb6d8a, rgb(191, 188, 205)))\"},children:\"JAN 2021\"})}),className:\"framer-54fq0r\",\"data-framer-name\":\"JAN 2021\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WK9TLTDpI\",style:{\"--extracted-1w1cjl5\":\"var(--token-f0a5b95f-076c-47ba-a6d2-d71a51cb6d8a, rgb(191, 188, 205))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.75},text:vQJt8vYb0,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cfnrzt-container\",layoutDependency:layoutDependency,layoutId:\"fihJFKQ6S-container\",children:/*#__PURE__*/_jsx(Pill,{height:\"100%\",id:\"fihJFKQ6S\",layoutId:\"fihJFKQ6S\",variant:\"WNT1Mykss\",width:\"100%\",ZyaJ7fwMg:CAQZSI08k,...addPropertyOverrides({jGbN8qzcq:{variant:\"E4kqVtbfG\"},O8ftH0XOC:{variant:\"E4kqVtbfG\"}},baseVariant,gestureVariant)})})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CWLuh.framer-xm9lgg, .framer-CWLuh .framer-xm9lgg { display: block; }\",\".framer-CWLuh.framer-1s7i2ws { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; padding: 0px 0px 32px 0px; position: relative; text-decoration: none; width: 504px; }\",\".framer-CWLuh .framer-ecvor5 { aspect-ratio: 1.5180722891566265 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 332px); overflow: hidden; position: relative; width: 100%; }\",\".framer-CWLuh .framer-1lwjb63 { bottom: 0px; flex: none; height: 70%; left: calc(50.00000000000002% - 100% / 2); overflow: visible; position: absolute; width: 100%; }\",\".framer-CWLuh .framer-phgfd7 { align-content: center; align-items: center; aspect-ratio: 1 / 1; bottom: -66px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 200px); justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 20px; width: 200px; }\",\".framer-CWLuh .framer-9u7812 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-CWLuh .framer-1q2nesj { aspect-ratio: 0.989010989010989 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 146px); position: relative; width: 144px; }\",\".framer-CWLuh .framer-b8z0g4 { flex: none; height: 39px; left: calc(50.00000000000002% - 74px / 2); position: absolute; top: calc(50.00000000000002% - 39px / 2); width: 74px; z-index: 1; }\",\".framer-CWLuh .framer-1fnl10b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-CWLuh .framer-1pkacey { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CWLuh .framer-nh687n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CWLuh .framer-ib3c33, .framer-CWLuh .framer-54fq0r { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CWLuh .framer-1tazoxm { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 8px); position: relative; width: 8px; }\",\".framer-CWLuh .framer-cfnrzt-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CWLuh.framer-1s7i2ws, .framer-CWLuh .framer-phgfd7, .framer-CWLuh .framer-9u7812, .framer-CWLuh .framer-1fnl10b, .framer-CWLuh .framer-nh687n { gap: 0px; } .framer-CWLuh.framer-1s7i2ws > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-CWLuh.framer-1s7i2ws > :first-child, .framer-CWLuh .framer-1fnl10b > :first-child { margin-top: 0px; } .framer-CWLuh.framer-1s7i2ws > :last-child, .framer-CWLuh .framer-1fnl10b > :last-child { margin-bottom: 0px; } .framer-CWLuh .framer-phgfd7 > *, .framer-CWLuh .framer-9u7812 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CWLuh .framer-phgfd7 > :first-child, .framer-CWLuh .framer-9u7812 > :first-child, .framer-CWLuh .framer-nh687n > :first-child { margin-left: 0px; } .framer-CWLuh .framer-phgfd7 > :last-child, .framer-CWLuh .framer-9u7812 > :last-child, .framer-CWLuh .framer-nh687n > :last-child { margin-right: 0px; } .framer-CWLuh .framer-1fnl10b > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CWLuh .framer-nh687n > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-CWLuh.framer-v-1ae14w2.framer-1s7i2ws { cursor: pointer; }\",\".framer-CWLuh.framer-v-1ae14w2 .framer-1lwjb63 { height: 100%; }\",\".framer-CWLuh.framer-v-bv3y05 .framer-1q2nesj { height: var(--framer-aspect-ratio-supported, 182px); }\",\".framer-CWLuh.framer-v-bv3y05 .framer-1fnl10b { gap: 12px; padding: 0px 16px 0px 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CWLuh.framer-v-bv3y05 .framer-1fnl10b { gap: 0px; } .framer-CWLuh.framer-v-bv3y05 .framer-1fnl10b > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-CWLuh.framer-v-bv3y05 .framer-1fnl10b > :first-child { margin-top: 0px; } .framer-CWLuh.framer-v-bv3y05 .framer-1fnl10b > :last-child { margin-bottom: 0px; } }\",\".framer-CWLuh.framer-v-nhonki.framer-1s7i2ws { gap: 20px; padding: 0px 0px 20px 0px; }\",\".framer-CWLuh.framer-v-nhonki .framer-1fnl10b { padding: 0px 20px 0px 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CWLuh.framer-v-nhonki.framer-1s7i2ws { gap: 0px; } .framer-CWLuh.framer-v-nhonki.framer-1s7i2ws > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-CWLuh.framer-v-nhonki.framer-1s7i2ws > :first-child { margin-top: 0px; } .framer-CWLuh.framer-v-nhonki.framer-1s7i2ws > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 538\n * @framerIntrinsicWidth 504\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sr7vUGD6E\":{\"layout\":[\"fixed\",\"auto\"]},\"O8ftH0XOC\":{\"layout\":[\"fixed\",\"auto\"]},\"jGbN8qzcq\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"eHZ8tMDOY\":\"image\",\"xFMCyqu5A\":\"projectName\",\"ZlBgbBvFJ\":\"client\",\"vQJt8vYb0\":\"date\",\"CAQZSI08k\":\"projectTypeTag\",\"qI8TOoz0f\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerB8yvLYeiq=withCSS(Component,css,\"framer-CWLuh\");export default FramerB8yvLYeiq;FramerB8yvLYeiq.displayName=\"Project-card\";FramerB8yvLYeiq.defaultProps={height:538,width:504};addPropertyControls(FramerB8yvLYeiq,{variant:{options:[\"A26MHZNfr\",\"sr7vUGD6E\",\"O8ftH0XOC\",\"jGbN8qzcq\"],optionTitles:[\"Desktop-Default\",\"Desktop-Hover\",\"Mobile\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum},eHZ8tMDOY:{title:\"Image\",type:ControlType.ResponsiveImage},xFMCyqu5A:{defaultValue:\"Redesign of Coursera App \",title:\"Project Name\",type:ControlType.String},ZlBgbBvFJ:{defaultValue:\"PERSONAL PROJECT\",title:\"Client\",type:ControlType.String},vQJt8vYb0:{defaultValue:\"JAN 2021\",title:\"Date\",type:ControlType.String},CAQZSI08k:{defaultValue:\"UI/UX DESIGN\",title:\"Project Type (Tag)\",type:ControlType.String},qI8TOoz0f:{title:\"Link\",type:ControlType.Link}});addFonts(FramerB8yvLYeiq,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PillFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerB8yvLYeiq\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"504\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sr7vUGD6E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"O8ftH0XOC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jGbN8qzcq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"eHZ8tMDOY\\\":\\\"image\\\",\\\"xFMCyqu5A\\\":\\\"projectName\\\",\\\"ZlBgbBvFJ\\\":\\\"client\\\",\\\"vQJt8vYb0\\\":\\\"date\\\",\\\"CAQZSI08k\\\":\\\"projectTypeTag\\\",\\\"qI8TOoz0f\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"538\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (eca4804)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ButtonCircular from\"#framer/local/canvasComponent/aKuxM2XwI/aKuxM2XwI.js\";import ProjectCard from\"#framer/local/canvasComponent/B8yvLYeiq/B8yvLYeiq.js\";import Button from\"#framer/local/canvasComponent/bVWNaqsdS/bVWNaqsdS.js\";import Footer from\"#framer/local/canvasComponent/hWKDNpjew/hWKDNpjew.js\";import Navbar from\"#framer/local/canvasComponent/Lpwu6XVZg/Lpwu6XVZg.js\";import Pill from\"#framer/local/canvasComponent/lRWOlwkRu/lRWOlwkRu.js\";import*as sharedStyle from\"#framer/local/css/cjRVs0Llp/cjRVs0Llp.js\";import*as sharedStyle1 from\"#framer/local/css/k98cKujS2/k98cKujS2.js\";import*as sharedStyle2 from\"#framer/local/css/QjsjItzWH/QjsjItzWH.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavbarFonts=getFonts(Navbar);const NavbarWithVariantAppearEffect=withVariantAppearEffect(Navbar);const ImageWithFX=withFX(Image);const ButtonCircularFonts=getFonts(ButtonCircular);const ProjectCardFonts=getFonts(ProjectCard);const PillFonts=getFonts(Pill);const ButtonFonts=getFonts(Button);const FooterFonts=getFonts(Footer);const breakpoints={NInsOgOdM:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\",xuoM9taXa:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-PZkex\";const variantClassNames={NInsOgOdM:\"framer-v-18tr05n\",WQLkyLRf1:\"framer-v-72rtr7\",xuoM9taXa:\"framer-v-vs5711\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={delay:0,duration:60,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation1={opacity:1,rotate:-360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"xuoM9taXa\",Tablet:\"NInsOgOdM\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"mWx91sCri\");const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-fd3b06d1-5e6b-40b4-8ea4-2cec7797b96b, rgb(24, 24, 28)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{width:`min(${componentViewport?.width||\"100vw\"}, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:\"min(100vw, 1440px)\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xo6x4-container\",layoutScroll:true,nodeId:\"wa2iHdzR6\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{variant:\"cYyLWy8xX\"},xuoM9taXa:{__framer__variantAppearEffectEnabled:undefined,variant:\"YxR8_n15F\"}},children:/*#__PURE__*/_jsx(NavbarWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"ee_1ylNHG\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"wa2iHdzR6\",layoutId:\"wa2iHdzR6\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"ueR6xAkw0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tq32qh\",\"data-framer-name\":\"page-wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1iql2cc\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-20nogi\",\"data-framer-name\":\"Header Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1166.4,intrinsicWidth:1163.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+96+88+0+5.28),pixelHeight:1458,pixelWidth:1454,sizes:\"517.44px\",src:\"https://framerusercontent.com/images/6fJNKS2QYDIbcTPDYceMexwNa10.png\",srcSet:\"https://framerusercontent.com/images/6fJNKS2QYDIbcTPDYceMexwNa10.png?scale-down-to=1024 1021w,https://framerusercontent.com/images/6fJNKS2QYDIbcTPDYceMexwNa10.png 1454w\"}},xuoM9taXa:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1166.4,intrinsicWidth:1163.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+96+140.8+0+4.224),pixelHeight:1458,pixelWidth:1454,sizes:\"413.952px\",src:\"https://framerusercontent.com/images/6fJNKS2QYDIbcTPDYceMexwNa10.png\",srcSet:\"https://framerusercontent.com/images/6fJNKS2QYDIbcTPDYceMexwNa10.png?scale-down-to=1024 1021w,https://framerusercontent.com/images/6fJNKS2QYDIbcTPDYceMexwNa10.png 1454w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1166.4,intrinsicWidth:1163.2,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+96+27+0+8.5),pixelHeight:1458,pixelWidth:1454,sizes:\"833px\",src:\"https://framerusercontent.com/images/6fJNKS2QYDIbcTPDYceMexwNa10.png\",srcSet:\"https://framerusercontent.com/images/6fJNKS2QYDIbcTPDYceMexwNa10.png?scale-down-to=1024 1021w,https://framerusercontent.com/images/6fJNKS2QYDIbcTPDYceMexwNa10.png 1454w\"},className:\"framer-nmt3w0\",\"data-framer-name\":\"Outer Circle\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:874.4,intrinsicWidth:892.8,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+96+88+87.12),pixelHeight:1093,pixelWidth:1116,sizes:\"377.2032px\",src:\"https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png?scale-down-to=512 512w,https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png 1116w\"}},xuoM9taXa:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:874.4,intrinsicWidth:892.8,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+96+140.8+69.696),pixelHeight:1093,pixelWidth:1116,sizes:\"301.7626px\",src:\"https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png?scale-down-to=512 512w,https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png 1116w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation1,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:874.4,intrinsicWidth:892.8,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+96+27+140.25),pixelHeight:1093,pixelWidth:1116,sizes:\"607.24px\",src:\"https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png?scale-down-to=512 512w,https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MVxXdZQzeoAnLshmsQAGxg61w.png 1116w\"},className:\"framer-r52kmy\",\"data-framer-name\":\"Inner Circle\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:1536,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+96+88+21.12),pixelHeight:1920,pixelWidth:1920,sizes:\"504.8492px\",src:\"https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png\",srcSet:\"https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png?scale-down-to=512 512w,https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png 1920w\"}},xuoM9taXa:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:1536,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+96+140.8+16.896),pixelHeight:1920,pixelWidth:1920,sizes:\"403.8794px\",src:\"https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png\",srcSet:\"https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png?scale-down-to=512 512w,https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1536,intrinsicWidth:1536,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+96+27+34),pixelHeight:1920,pixelWidth:1920,sizes:\"812.7308px\",src:\"https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png\",srcSet:\"https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png?scale-down-to=512 512w,https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/JOBzWMHU9PQEQEyGJ7MTvinaE8g.png 1920w\"},className:\"framer-ua6qwt\",\"data-framer-name\":\"Creator\",transformTemplate:transformTemplate2})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{height:160,width:\"160px\",y:(componentViewport?.y||0)+0+0+0+0+96+88+528-194},xuoM9taXa:{height:130,width:\"130px\",y:(componentViewport?.y||0)+0+0+0+0+96+140.8+422.4-114}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"200px\",y:(componentViewport?.y||0)+0+0+0+0+96+27+850-234,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6a9d4c-container\",nodeId:\"rY6YB7uWZ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonCircular,{height:\"100%\",id:\"rY6YB7uWZ\",layoutId:\"rY6YB7uWZ\",OLXM0vdva:\"https://mail.google.com/mail/u/0/?tab=rm&ogbl#inbox?compose=GTvVlcSKjshtWPKXCNmBJVNCdBfHkzkxKhDkZgwRHrKVqCnFlfcDzMCDswwbDhLGDwvTjcRcRbSfg\",style:{height:\"100%\",width:\"100%\"},variant:\"sUGZZmztR\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ku6cwb\",\"data-framer-name\":\"Para section\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kc4iad\",\"data-border\":true,\"data-framer-name\":\"text-wrapper\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9n7rmg\",\"data-styles-preset\":\"cjRVs0Llp\",children:\"Hi, I am Rohit Gorai. A multidisciplinary designer based out in West Bengal, India.  Empowering companies to deliver engaging digital experiences by building beautiful digital products, brands, and UI /UX solutions.\"})}),className:\"framer-1bmn0yf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fnr1qg\",\"data-framer-name\":\"Projects\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1gbdcso\",\"data-styles-preset\":\"k98cKujS2\",children:\"Selected Projects\"})}),className:\"framer-1nvwv8i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hc337t\",\"data-framer-name\":\"wrapper-projects\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-80ac23\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 96px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+1144+32+71.2+0+0+0},xuoM9taXa:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 24px)`,y:(componentViewport?.y||0)+0+0+0+1072+32+59.2+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:538,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+1344+80+79.2+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n7n2qk-container\",nodeId:\"x1_tjXtn9\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{variant:\"jGbN8qzcq\"},xuoM9taXa:{variant:\"O8ftH0XOC\"}},children:/*#__PURE__*/_jsx(ProjectCard,{CAQZSI08k:\"Website\",eHZ8tMDOY:addImageAlt({src:\"https://framerusercontent.com/images/3VaJ9kf821JRvBB88l8jBQvQhQ.png\",srcSet:\"https://framerusercontent.com/images/3VaJ9kf821JRvBB88l8jBQvQhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/3VaJ9kf821JRvBB88l8jBQvQhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3VaJ9kf821JRvBB88l8jBQvQhQ.png 1200w\"},\"\"),height:\"100%\",id:\"x1_tjXtn9\",layoutId:\"x1_tjXtn9\",qI8TOoz0f:\"https://www.zimpra.com/\",style:{width:\"100%\"},variant:\"A26MHZNfr\",vQJt8vYb0:\"October 2024\",width:\"100%\",xFMCyqu5A:\"Website for Zimpra\",ZlBgbBvFJ:\"Zimpra\"})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NuQKrE5lC\"},implicitPathVariables:undefined},{href:{webPageId:\"NuQKrE5lC\"},implicitPathVariables:undefined},{href:{webPageId:\"NuQKrE5lC\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 96px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+1144+32+71.2+0+0+0},xuoM9taXa:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 24px)`,y:(componentViewport?.y||0)+0+0+0+1072+32+59.2+0+0+0+558}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:538,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+1344+80+79.2+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12q0esl-container\",nodeId:\"F0Sj7IERD\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{qI8TOoz0f:resolvedLinks[1],variant:\"jGbN8qzcq\"},xuoM9taXa:{qI8TOoz0f:resolvedLinks[2],variant:\"O8ftH0XOC\"}},children:/*#__PURE__*/_jsx(ProjectCard,{CAQZSI08k:\"Design System\",eHZ8tMDOY:addImageAlt({src:\"https://framerusercontent.com/images/ZmJ5vOuYk268fwigfFQ1y0YMsTM.jpg\",srcSet:\"https://framerusercontent.com/images/ZmJ5vOuYk268fwigfFQ1y0YMsTM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZmJ5vOuYk268fwigfFQ1y0YMsTM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZmJ5vOuYk268fwigfFQ1y0YMsTM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZmJ5vOuYk268fwigfFQ1y0YMsTM.jpg 2664w\"},\"\"),height:\"100%\",id:\"F0Sj7IERD\",layoutId:\"F0Sj7IERD\",qI8TOoz0f:resolvedLinks[0],style:{width:\"100%\"},variant:\"A26MHZNfr\",vQJt8vYb0:\"March 2024\",width:\"100%\",xFMCyqu5A:\"Zimpra Design System\",ZlBgbBvFJ:\"Zimpra\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n8pvq0\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 96px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+1144+32+71.2+0+558+0},xuoM9taXa:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 24px)`,y:(componentViewport?.y||0)+0+0+0+1072+32+59.2+0+1116+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:538,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+1344+80+79.2+0+558+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hrfbov-container\",nodeId:\"SuIl36tP8\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{variant:\"jGbN8qzcq\"},xuoM9taXa:{variant:\"O8ftH0XOC\"}},children:/*#__PURE__*/_jsx(ProjectCard,{CAQZSI08k:\"UI/UX DESIGN\",eHZ8tMDOY:addImageAlt({src:\"https://framerusercontent.com/images/5lMvIeCZiczgM7rC1Wexq9QVHg.jpg\",srcSet:\"https://framerusercontent.com/images/5lMvIeCZiczgM7rC1Wexq9QVHg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/5lMvIeCZiczgM7rC1Wexq9QVHg.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/5lMvIeCZiczgM7rC1Wexq9QVHg.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/5lMvIeCZiczgM7rC1Wexq9QVHg.jpg 2268w\"},\"\"),height:\"100%\",id:\"SuIl36tP8\",layoutId:\"SuIl36tP8\",qI8TOoz0f:\"https://www.behance.net/gallery/143556749/Coursera-Redesign\",style:{width:\"100%\"},variant:\"A26MHZNfr\",vQJt8vYb0:\"May 2022\",width:\"100%\",xFMCyqu5A:\"Redesign of Coursera App \",ZlBgbBvFJ:\"PERSONAL PROJECT\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 96px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+1144+32+71.2+0+558+0},xuoM9taXa:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 24px)`,y:(componentViewport?.y||0)+0+0+0+1072+32+59.2+0+1116+0+558}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:538,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`,y:(componentViewport?.y||0)+0+0+0+1344+80+79.2+0+558+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vr9wjl-container\",nodeId:\"zEq6xScxG\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{variant:\"jGbN8qzcq\"},xuoM9taXa:{variant:\"O8ftH0XOC\"}},children:/*#__PURE__*/_jsx(ProjectCard,{CAQZSI08k:\"Identity Design\",eHZ8tMDOY:addImageAlt({src:\"https://framerusercontent.com/images/PlP1m6QMrm813xhsKobVvUv6ksU.jpg\",srcSet:\"https://framerusercontent.com/images/PlP1m6QMrm813xhsKobVvUv6ksU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PlP1m6QMrm813xhsKobVvUv6ksU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PlP1m6QMrm813xhsKobVvUv6ksU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PlP1m6QMrm813xhsKobVvUv6ksU.jpg 2268w\"},\"\"),height:\"100%\",id:\"zEq6xScxG\",layoutId:\"zEq6xScxG\",qI8TOoz0f:\"https://www.behance.net/gallery/159662061/Tapri-The-Chai-Bar-Branding\",style:{width:\"100%\"},variant:\"A26MHZNfr\",vQJt8vYb0:\"JAN 2023\",width:\"100%\",xFMCyqu5A:\"Tapri: The Chai Bar\",ZlBgbBvFJ:\"Personal Project\"})})})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g8eepc\",\"data-framer-name\":\"Template\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1gbdcso\",\"data-styles-preset\":\"k98cKujS2\",children:\"Templates\"})}),className:\"framer-qnx1rc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zcig0x\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2385.2+32+71.2+0),positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 96px) / 2, 1px)`,src:\"https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png\",srcSet:\"https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png?scale-down-to=512 512w,https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png 2664w\"}},xuoM9taXa:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3417.2+32+59.2+0+0),positionX:\"center\",positionY:\"center\",sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 24px)`,src:\"https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png\",srcSet:\"https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png?scale-down-to=512 512w,https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png 2664w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2689.2+80+79.2+0),positionX:\"center\",positionY:\"center\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 184px) / 2, 1px)`,src:\"https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png\",srcSet:\"https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png?scale-down-to=512 512w,https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/WW22SeyaBAe3TXt4ljqTBTDB8.png 2664w\"},className:\"framer-1gvv1gm\",\"data-framer-name\":\"1 3\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i1t60\",\"data-framer-name\":\"wrapper-right\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g3dv2o\",\"data-framer-name\":\"wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2385.2+32+71.2+0+0+0+0+0),pixelHeight:41,pixelWidth:142,src:\"https://framerusercontent.com/images/JJ2LYa9IsrJFgJjc1E37WUOufGk.svg\"}},xuoM9taXa:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+3417.2+32+59.2+0+519+0+0+0+0),pixelHeight:41,pixelWidth:142,src:\"https://framerusercontent.com/images/JJ2LYa9IsrJFgJjc1E37WUOufGk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+2689.2+80+79.2+0+0+0+0+0),pixelHeight:41,pixelWidth:142,src:\"https://framerusercontent.com/images/JJ2LYa9IsrJFgJjc1E37WUOufGk.svg\"},className:\"framer-uxfebl\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-5bxg17\",\"data-styles-preset\":\"QjsjItzWH\",style:{\"--framer-text-color\":\"var(--token-43788a39-29fe-4a41-9b85-d34032ea2393, rgb(255, 255, 255))\"},children:\"FRAMER PORTFOLIO TEMPLATE\"})}),className:\"framer-1dweyjg\",\"data-framer-name\":\"FRAMER PORTFOLIO TEMPLATE\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{y:(componentViewport?.y||0)+0+0+0+2385.2+32+71.2+0+0+104.6},xuoM9taXa:{y:(componentViewport?.y||0)+0+0+0+3417.2+32+59.2+0+519+0+104.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+2689.2+80+79.2+0+0+104.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cd4ysf-container\",nodeId:\"R4j3BLS_e\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Pill,{height:\"100%\",id:\"R4j3BLS_e\",layoutId:\"R4j3BLS_e\",variant:\"WNT1Mykss\",width:\"100%\",ZyaJ7fwMg:\"Free\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9n7rmg\",\"data-styles-preset\":\"cjRVs0Llp\",style:{\"--framer-text-color\":\"var(--token-f0a5b95f-076c-47ba-a6d2-d71a51cb6d8a, rgb(191, 188, 205))\"},children:\"Pre-folio helps Illustrators, Brand Identity designers, Photographers, Interior Designers, Product Designers, 3D artists, and other creative individuals to build a stunning portfolio for themselves to stand out on the internet, build a lasting impression and convert visitors to potential leads.\"})}),className:\"framer-1scs0e6\",\"data-framer-name\":\"Pre-folio helps Illustrators, Brand Identity designers, Photographers, Interior Designers, Product Designers, 3D artists, and other creative individuals to build a stunning portfolio for themselves to stand out on the internet, build a lasting impression and convert visitors to potential leads.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wER8NBorO\"},implicitPathVariables:undefined},{href:{webPageId:\"wER8NBorO\"},implicitPathVariables:undefined},{href:{webPageId:\"wER8NBorO\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{y:(componentViewport?.y||0)+0+0+0+2385.2+32+71.2+0+0+324.6},xuoM9taXa:{y:(componentViewport?.y||0)+0+0+0+3417.2+32+59.2+0+519+0+324.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+0+0+2689.2+80+79.2+0+0+324.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-37q5y0-container\",nodeId:\"tQymtOEZp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{tlsPSDPiz:resolvedLinks1[1]},xuoM9taXa:{tlsPSDPiz:resolvedLinks1[2],variant:\"qWOv8wqZw\"}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"tQymtOEZp\",KHejFXoLB:\"VIEW TEMPLATE\",layoutId:\"tQymtOEZp\",tlsPSDPiz:resolvedLinks1[0],variant:\"MEcXBlwXH\",width:\"100%\"})})})})})})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{y:(componentViewport?.y||0)+0+3025.4},xuoM9taXa:{y:(componentViewport?.y||0)+0+4440}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:705,width:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,y:(componentViewport?.y||0)+0+3423.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2j0c7w-container\",nodeId:\"at7zRVz_m\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NInsOgOdM:{variant:\"VUFQ2mRXp\"},xuoM9taXa:{variant:\"qWBBJjOEV\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"at7zRVz_m\",layoutId:\"at7zRVz_m\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"v0nTFOjNh\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PZkex.framer-lux5qc, .framer-PZkex .framer-lux5qc { display: block; }\",\".framer-PZkex.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-fd3b06d1-5e6b-40b4-8ea4-2cec7797b96b, #18181c); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-PZkex .framer-1xo6x4-container { flex: none; height: auto; left: 50%; max-width: 1440px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-PZkex .framer-1tq32qh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PZkex .framer-1iql2cc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 96px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-PZkex .framer-20nogi { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 85vh; justify-content: center; overflow: visible; padding: 0px; position: relative; width: var(--framer-aspect-ratio-supported, 680px); }\",\".framer-PZkex .framer-nmt3w0 { aspect-ratio: 1 / 1; flex: none; height: 98%; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 666px); }\",\".framer-PZkex .framer-r52kmy { aspect-ratio: 1.0205714285714285 / 1; flex: none; height: 70%; left: 50%; overflow: visible; position: absolute; top: 52%; transform: translate(-50%, -50%); width: var(--framer-aspect-ratio-supported, 486px); z-index: 1; }\",\".framer-PZkex .framer-ua6qwt { aspect-ratio: 1.0865384615384615 / 1; flex: none; height: 88%; left: 51%; overflow: visible; position: absolute; top: 48%; transform: translate(-50%, -50%); width: var(--framer-aspect-ratio-supported, 650px); z-index: 1; }\",\".framer-PZkex .framer-6a9d4c-container { aspect-ratio: 1 / 1; bottom: 34px; flex: none; height: 20vh; left: -14px; position: absolute; width: var(--framer-aspect-ratio-supported, 160px); z-index: 2; }\",\".framer-PZkex .framer-ku6cwb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-PZkex .framer-1kc4iad { --border-bottom-width: 1px; --border-color: rgba(255, 255, 255, 0.5); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 96px 24px 0px; position: relative; width: 50%; }\",\".framer-PZkex .framer-1bmn0yf, .framer-PZkex .framer-1nvwv8i, .framer-PZkex .framer-qnx1rc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PZkex .framer-1fnr1qg, .framer-PZkex .framer-1g8eepc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-PZkex .framer-1hc337t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-PZkex .framer-80ac23, .framer-PZkex .framer-n8pvq0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PZkex .framer-1n7n2qk-container, .framer-PZkex .framer-12q0esl-container, .framer-PZkex .framer-hrfbov-container, .framer-PZkex .framer-1vr9wjl-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-PZkex .framer-zcig0x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PZkex .framer-1gvv1gm { aspect-ratio: 1.3454545454545455 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 377px); position: relative; width: 1px; }\",\".framer-PZkex .framer-1i1t60 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-PZkex .framer-g3dv2o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-PZkex .framer-uxfebl { aspect-ratio: 3.508771929824561 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 141px; }\",\".framer-PZkex .framer-1dweyjg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PZkex .framer-cd4ysf-container, .framer-PZkex .framer-37q5y0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-PZkex .framer-1scs0e6 { --framer-paragraph-spacing: 16px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-PZkex .framer-2j0c7w-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PZkex.framer-72rtr7, .framer-PZkex .framer-1tq32qh, .framer-PZkex .framer-1iql2cc, .framer-PZkex .framer-20nogi, .framer-PZkex .framer-ku6cwb, .framer-PZkex .framer-1kc4iad, .framer-PZkex .framer-1fnr1qg, .framer-PZkex .framer-1hc337t, .framer-PZkex .framer-80ac23, .framer-PZkex .framer-n8pvq0, .framer-PZkex .framer-1g8eepc, .framer-PZkex .framer-zcig0x, .framer-PZkex .framer-1i1t60, .framer-PZkex .framer-g3dv2o { gap: 0px; } .framer-PZkex.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-PZkex.framer-72rtr7 > :first-child, .framer-PZkex .framer-1tq32qh > :first-child, .framer-PZkex .framer-1iql2cc > :first-child, .framer-PZkex .framer-20nogi > :first-child, .framer-PZkex .framer-1kc4iad > :first-child, .framer-PZkex .framer-1fnr1qg > :first-child, .framer-PZkex .framer-1hc337t > :first-child, .framer-PZkex .framer-1g8eepc > :first-child, .framer-PZkex .framer-1i1t60 > :first-child, .framer-PZkex .framer-g3dv2o > :first-child { margin-top: 0px; } .framer-PZkex.framer-72rtr7 > :last-child, .framer-PZkex .framer-1tq32qh > :last-child, .framer-PZkex .framer-1iql2cc > :last-child, .framer-PZkex .framer-20nogi > :last-child, .framer-PZkex .framer-1kc4iad > :last-child, .framer-PZkex .framer-1fnr1qg > :last-child, .framer-PZkex .framer-1hc337t > :last-child, .framer-PZkex .framer-1g8eepc > :last-child, .framer-PZkex .framer-1i1t60 > :last-child, .framer-PZkex .framer-g3dv2o > :last-child { margin-bottom: 0px; } .framer-PZkex .framer-1tq32qh > *, .framer-PZkex .framer-1iql2cc > *, .framer-PZkex .framer-20nogi > *, .framer-PZkex .framer-1kc4iad > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-PZkex .framer-ku6cwb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-PZkex .framer-ku6cwb > :first-child, .framer-PZkex .framer-80ac23 > :first-child, .framer-PZkex .framer-n8pvq0 > :first-child, .framer-PZkex .framer-zcig0x > :first-child { margin-left: 0px; } .framer-PZkex .framer-ku6cwb > :last-child, .framer-PZkex .framer-80ac23 > :last-child, .framer-PZkex .framer-n8pvq0 > :last-child, .framer-PZkex .framer-zcig0x > :last-child { margin-right: 0px; } .framer-PZkex .framer-1fnr1qg > *, .framer-PZkex .framer-1g8eepc > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-PZkex .framer-1hc337t > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-PZkex .framer-80ac23 > *, .framer-PZkex .framer-n8pvq0 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-PZkex .framer-zcig0x > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-PZkex .framer-1i1t60 > *, .framer-PZkex .framer-g3dv2o > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-PZkex[data-border=\"true\"]::after, .framer-PZkex [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-PZkex.framer-72rtr7 { gap: 10px; width: 810px; } .framer-PZkex .framer-1iql2cc { height: 80vh; } .framer-PZkex .framer-20nogi { height: 75%; width: var(--framer-aspect-ratio-supported, 576px); } .framer-PZkex .framer-nmt3w0 { width: var(--framer-aspect-ratio-supported, 564px); } .framer-PZkex .framer-r52kmy { width: var(--framer-aspect-ratio-supported, 411px); } .framer-PZkex .framer-ua6qwt { width: var(--framer-aspect-ratio-supported, 551px); } .framer-PZkex .framer-6a9d4c-container { height: 16vh; width: var(--framer-aspect-ratio-supported, 173px); } .framer-PZkex .framer-1kc4iad { padding: 0px 40px 24px 0px; width: 60%; } .framer-PZkex .framer-1fnr1qg, .framer-PZkex .framer-1g8eepc { gap: 32px; padding: 32px 40px 32px 40px; } .framer-PZkex .framer-80ac23, .framer-PZkex .framer-n8pvq0 { gap: 16px; } .framer-PZkex .framer-qnx1rc { order: 0; } .framer-PZkex .framer-zcig0x { gap: 16px; order: 1; } .framer-PZkex .framer-1gvv1gm { height: var(--framer-aspect-ratio-supported, 265px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PZkex.framer-72rtr7, .framer-PZkex .framer-1fnr1qg, .framer-PZkex .framer-80ac23, .framer-PZkex .framer-n8pvq0, .framer-PZkex .framer-1g8eepc, .framer-PZkex .framer-zcig0x { gap: 0px; } .framer-PZkex.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-PZkex.framer-72rtr7 > :first-child, .framer-PZkex .framer-1fnr1qg > :first-child, .framer-PZkex .framer-1g8eepc > :first-child { margin-top: 0px; } .framer-PZkex.framer-72rtr7 > :last-child, .framer-PZkex .framer-1fnr1qg > :last-child, .framer-PZkex .framer-1g8eepc > :last-child { margin-bottom: 0px; } .framer-PZkex .framer-1fnr1qg > *, .framer-PZkex .framer-1g8eepc > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-PZkex .framer-80ac23 > *, .framer-PZkex .framer-n8pvq0 > *, .framer-PZkex .framer-zcig0x > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-PZkex .framer-80ac23 > :first-child, .framer-PZkex .framer-n8pvq0 > :first-child, .framer-PZkex .framer-zcig0x > :first-child { margin-left: 0px; } .framer-PZkex .framer-80ac23 > :last-child, .framer-PZkex .framer-n8pvq0 > :last-child, .framer-PZkex .framer-zcig0x > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-PZkex.framer-72rtr7 { width: 390px; } .framer-PZkex .framer-1iql2cc { height: 80vh; order: 0; } .framer-PZkex .framer-20nogi { height: 60%; width: var(--framer-aspect-ratio-supported, 348px); } .framer-PZkex .framer-nmt3w0 { width: var(--framer-aspect-ratio-supported, 340px); } .framer-PZkex .framer-r52kmy { width: var(--framer-aspect-ratio-supported, 248px); } .framer-PZkex .framer-ua6qwt { width: var(--framer-aspect-ratio-supported, 332px); } .framer-PZkex .framer-6a9d4c-container { bottom: -16px; height: 13vh; left: 0px; width: var(--framer-aspect-ratio-supported, 110px); } .framer-PZkex .framer-ku6cwb { order: 1; padding: 56px 0px 56px 0px; } .framer-PZkex .framer-1kc4iad { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; padding: 0px 12px 0px 12px; width: 100%; } .framer-PZkex .framer-1fnr1qg { gap: 20px; order: 2; padding: 32px 12px 32px 12px; } .framer-PZkex .framer-80ac23, .framer-PZkex .framer-n8pvq0, .framer-PZkex .framer-zcig0x { flex-direction: column; } .framer-PZkex .framer-1n7n2qk-container, .framer-PZkex .framer-12q0esl-container, .framer-PZkex .framer-hrfbov-container, .framer-PZkex .framer-1vr9wjl-container, .framer-PZkex .framer-1i1t60 { flex: none; width: 100%; } .framer-PZkex .framer-1g8eepc { gap: 20px; order: 3; padding: 32px 12px 32px 12px; } .framer-PZkex .framer-1gvv1gm { flex: none; height: var(--framer-aspect-ratio-supported, 272px); width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-PZkex .framer-1fnr1qg, .framer-PZkex .framer-80ac23, .framer-PZkex .framer-n8pvq0, .framer-PZkex .framer-1g8eepc, .framer-PZkex .framer-zcig0x { gap: 0px; } .framer-PZkex .framer-1fnr1qg > *, .framer-PZkex .framer-80ac23 > *, .framer-PZkex .framer-n8pvq0 > *, .framer-PZkex .framer-1g8eepc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-PZkex .framer-1fnr1qg > :first-child, .framer-PZkex .framer-80ac23 > :first-child, .framer-PZkex .framer-n8pvq0 > :first-child, .framer-PZkex .framer-1g8eepc > :first-child, .framer-PZkex .framer-zcig0x > :first-child { margin-top: 0px; } .framer-PZkex .framer-1fnr1qg > :last-child, .framer-PZkex .framer-80ac23 > :last-child, .framer-PZkex .framer-n8pvq0 > :last-child, .framer-PZkex .framer-1g8eepc > :last-child, .framer-PZkex .framer-zcig0x > :last-child { margin-bottom: 0px; } .framer-PZkex .framer-zcig0x > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3823\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NInsOgOdM\":{\"layout\":[\"fixed\",\"auto\"]},\"xuoM9taXa\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"mWx91sCri\":{\"pattern\":\":mWx91sCri\",\"name\":\"para-section\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-PZkex\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:3823,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...NavbarFonts,...ButtonCircularFonts,...ProjectCardFonts,...PillFonts,...ButtonFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"mWx91sCri\\\":{\\\"pattern\\\":\\\":mWx91sCri\\\",\\\"name\\\":\\\"para-section\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NInsOgOdM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xuoM9taXa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"3823\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["MotionDivWithFX", "withFX", "motion", "PillFonts", "getFonts", "lRWOlwkRu_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "toResponsiveImage", "value", "transition3", "animation", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "client", "date", "height", "id", "image", "link", "projectName", "projectTypeTag", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "eHZ8tMDOY", "xFMCyqu5A", "ZlBgbBvFJ", "vQJt8vYb0", "CAQZSI08k", "qI8TOoz0f", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1wm3vpi", "args", "onMouseLeave983wvu", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "SVG", "RichText2", "ComponentViewportProvider", "css", "FramerB8yvLYeiq", "withCSS", "B8yvLYeiq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavbarFonts", "getFonts", "Lpwu6XVZg_default", "NavbarWithVariantAppearEffect", "withVariantAppearEffect", "ImageWithFX", "withFX", "Image2", "ButtonCircularFonts", "aKuxM2XwI_default", "ProjectCardFonts", "B8yvLYeiq_default", "PillFonts", "lRWOlwkRu_default", "ButtonFonts", "bVWNaqsdS_default", "FooterFonts", "hWKDNpjew_default", "breakpoints", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transformTemplate2", "addImageAlt", "image", "alt", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "elementId", "useRouteElementId", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "NavbarWithVariantAppearEffect", "getLoadingLazyAtYPosition", "ImageWithFX", "Image2", "aKuxM2XwI_default", "RichText2", "x", "B8yvLYeiq_default", "ResolveLinks", "resolvedLinks", "lRWOlwkRu_default", "resolvedLinks1", "bVWNaqsdS_default", "hWKDNpjew_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "NavbarFonts", "ButtonCircularFonts", "ProjectCardFonts", "PillFonts", "ButtonFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
