@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Cinzel,serif}::-webkit-scrollbar{width:6px;height:8px}::-webkit-scrollbar-track,::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:var(--brick);border-radius:100vh}:root{--beige: #e0ddd5;--deep-grey: #2e3546;--blue: #283d70;--brick: #703529;--gold: #c6934b;--green: #283618}body{overflow-x:hidden;background:var(--brick)}.Toastify__container,.Toastify__toast-container{z-index:9999!important}.loader{background-color:var(--deep-grey);height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;overflow:hidden}.etched-name{font-family:Cinzel,serif;font-size:28px;font-weight:700;text-transform:uppercase;letter-spacing:6px;text-align:center;background:linear-gradient(to right,#c6934b,#906831);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative;z-index:2}.shimmer-active{animation:shimmer 2s infinite}.wreath-loader{position:relative;width:320px;height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center}.wreath-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.wreath-background{position:absolute;width:100%;height:100%;opacity:.15;object-fit:contain;z-index:1}.wreath-mask{position:absolute;top:0;left:0;width:100%;height:100%;mask:url(/laurel-wreath.svg) no-repeat center;mask-size:contain;-webkit-mask:url(/laurel-wreath.svg) no-repeat center;-webkit-mask-size:contain;z-index:2}.gold-wave{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(198,147,75,.6) 50%,transparent 100%);pointer-events:none}@keyframes shimmer{0%{text-shadow:0 0 5px rgba(198,147,75,.2)}50%{text-shadow:0 0 15px rgba(198,147,75,.8)}to{text-shadow:0 0 5px rgba(198,147,75,.2)}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;box-sizing:border-box}@media screen and (max-width: 768px){.container{padding:0 .5rem}}@media screen and (max-width: 480px){.container{padding:0 .5rem}}.about,.skills,.services,.works,.contact{width:100%;overflow-x:hidden;box-sizing:border-box}.about{background-color:var(--brick);margin-bottom:3rem}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem;box-sizing:border-box}.heading{font-family:Cinzel,serif;margin-bottom:3rem;text-align:center}.heading-sub-text{color:var(--beige);font-size:1.1rem}.heading-text{color:var(--beige);font-size:3rem}.split-about{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.about-content{flex:1 1 500px;font-family:Cinzel,serif;line-height:1.7;font-size:1.2rem;color:var(--gold);margin-top:-1rem}.about-img{flex:1 1 300px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:1}.about-img img{width:300px;height:300px;border-radius:5px;filter:brightness(100%);cursor:pointer;transition:all .4s ease;object-fit:cover;object-position:top;margin-bottom:1rem}.about-img img:hover{transform:scale(1.1)}.social-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:1rem}.social-button{text-decoration:none;color:var(--beige);font-size:1.2rem;padding:1rem;border:3px solid var(--gold);background-color:transparent;border-radius:50%;overflow:hidden;position:relative;transition:.4s transform ease-in-out,.8s color ease-out;will-change:transform;display:flex;align-items:center;justify-content:center;cursor:pointer;width:60px;height:60px}.social-button:after{background-color:var(--gold);content:"";display:block;height:100%;width:100%;position:absolute;left:0;top:0;transform:translate(-100%);transform-origin:top right;transition:.8s transform ease-out;will-change:transform;z-index:-1}.social-button:hover:after{transform:translate(0)}.social-button:hover{color:var(--brick);will-change:transform}@media screen and (max-width: 1000px){.split-about{flex-direction:column;align-items:center;text-align:center}.about-content{margin-bottom:2rem}}@media screen and (max-width: 500px){.about-img img{width:90%;height:auto}.heading-sub-text{font-size:1rem}.heading-text{font-size:1.8rem}.about-content{font-size:.9rem}.social-button{width:50px;height:50px;font-size:1rem;padding:.8rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact{background:var(--brick)}.contact-box{display:flex;justify-content:center;align-items:center;width:100%;margin-top:2rem}.contact-heading{margin-bottom:2rem}.contact-heading p{line-height:2}.contact-hello{display:flex;flex-direction:column}.contact-hello p{text-transform:uppercase;font-weight:700;letter-spacing:2px;margin-bottom:1rem}.hello-links{color:var(--gold);margin:.5rem 0;text-decoration:none;transition:all .3s ease-in-out}.hello-links:hover{color:var(--brick)}.right-box{width:90%;margin:0 auto;color:var(--gold);font-size:80%}.form-top,.form-mid{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:4rem}.message{width:100%;max-width:2000px}.name,.email{width:40%}.name,.email,.message{display:flex;flex-direction:column}.name label,.email label,.message label{margin-bottom:1rem}input,textarea{background-color:transparent!important;border:0;outline:none;border-bottom:1px solid var(--gold);padding-bottom:.25rem;margin-bottom:.25rem;word-wrap:break-word;color:var(--beige);resize:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px transparent inset!important;box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}.form-btn{display:flex;justify-content:center}.hero-contact{text-decoration:none;color:var(--beige);font-size:1rem;font-weight:500;letter-spacing:3px;padding:1rem 2rem;border:3px solid var(--gold);background-color:transparent;width:fit-content;border-radius:4px;overflow:hidden;position:relative;transition:.4s transform ease-in-out;will-change:transform;display:flex;font-family:Cinzel,serif;flex-direction:row;align-items:center;cursor:pointer}.hero-contact:after{background-color:var(--green);content:"";display:block;height:100%;width:100%;position:absolute;left:0;top:0;transform:translate(-100%);transform-origin:top right;transition:.8s transform ease-out;will-change:transform;z-index:-1}.hero-contact:hover:after{transform:translate(0)}.hero-contact:hover{color:var(--beige);will-change:transform}.Toastify__toast{font-size:12px;padding:8px 12px}.Toastify__toast-body{font-size:12px}@media screen and (max-width: 900px){.contact-box{display:grid;grid-template-columns:1fr;row-gap:5rem}.right-box{width:90%;margin:0 auto}}@media screen and (max-width: 550px){.contact-heading p,.contact-hello p,.hello-links,input,textarea{font-size:80%}.right-box{font-size:70%}}.hero-section{background-image:url(../images/linguistics.jpg);background-attachment:scroll;background-position:center;background-size:cover;width:100%;color:var(--brick);height:100vh;padding:3rem 6rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative}.hero-overlay{position:absolute;height:100vh;width:100%;background-color:var(--deep-grey);filter:opacity(.9)}.hero-content{font-family:Cinzel,serif;margin-bottom:2rem;width:100%;max-width:800px;padding:0 1rem}.hero-intro{font-size:4rem;margin-bottom:.5rem;color:var(--gold);display:flex;flex-direction:column;font-family:Cinzel,serif}.hero-desc,.hero-desc-sub{font-size:1.4rem;font-family:Cinzel,serif;font-weight:100;color:var(--beige);white-space:normal;overflow:hidden;text-overflow:ellipsis;max-width:100%;word-wrap:break-word}.hero-download{text-decoration:none;color:var(--beige);font-size:1rem;font-weight:500;letter-spacing:3px;padding:1rem 2rem;border:3px solid var(--gold);background-color:transparent;width:fit-content;border-radius:4px;overflow:hidden;position:relative;transition:.4s transform ease-in-out;will-change:transform;display:flex;font-family:Cinzel,serif;flex-direction:row;align-items:center;cursor:pointer}.hero-download:after{background-color:var(--brick);content:"";display:block;height:100%;width:100%;position:absolute;left:0;top:0;transform:translate(-100%);transform-origin:top right;transition:.8s transform ease-out;will-change:transform;z-index:-1}.hero-download:hover:after{transform:translate(0)}.hero-download:hover{color:var(--beige);will-change:transform}.hero-content .hero-desc{color:#fff;overflow:hidden;line-height:2;letter-spacing:.05em}.menu-icon,.to-top-icon{padding:.7rem;cursor:pointer;font-size:1.3rem;display:flex;justify-content:center;align-items:center;border:3px solid var(--gold);border-radius:50%;transition:all .4s ease;z-index:50;background-color:var(--brick)}.menu-icon{position:fixed;top:1rem;right:1rem;color:var(--beige)}.menu-icon:hover{background-color:var(--gold)}.cv-icon{margin-left:.5rem}.to-top-icon{position:fixed;bottom:1rem;right:1rem;color:var(--beige)}.to-top-icon:hover{background-color:var(--gold)}.show{visibility:visible;opacity:1}.hide{visibility:hidden;opacity:0}@media screen and (max-width: 768px){.hero-section{padding:2rem 1rem;height:auto;min-height:100vh}.hero-content{padding:0 .5rem}.hero-intro{font-size:3rem}.hero-desc,.hero-desc-sub{font-size:1.2rem;padding:0 .5rem}.hero-download{font-size:.9rem;padding:.8rem 1.5rem}}@media screen and (max-width: 480px){.hero-section{padding:1rem .5rem}.hero-content{padding:0 .5rem}.hero-intro{font-size:2.5rem}.hero-desc,.hero-desc-sub{font-size:1rem;padding:0 .5rem}.hero-download{font-size:.8rem;padding:.6rem 1.2rem}}@media screen and (max-width: 650px){.hero-intro{font-size:5rem}}.skills{background-color:#642e25}.skills-box{display:flex;flex-direction:column;gap:3rem;padding:1rem}.heading-divider{width:50%;height:2px;background-color:var(--gold);margin:1rem auto 0;border-radius:2px;box-shadow:0 2px 4px #c6934b4d}.skill-row{display:flex;flex-direction:column;gap:1.5rem}.skill-row-header{color:var(--beige);font-size:1.8rem;font-weight:600;text-align:center;margin-bottom:1rem;font-family:Cinzel,serif}.skill-row-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2rem;justify-items:center;align-items:start;width:100%;max-width:1400px;margin:0 auto}.skill-card{padding:1rem;width:100%;max-width:160px;margin:0 auto;cursor:pointer;border-radius:5px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;background-color:transparent;box-sizing:border-box;transition:all .3s ease;height:200px}.skill-card:hover{transform:scale(1.05)}.skill-card:hover .skill-icon{border-color:var(--beige);box-shadow:0 4px 8px #c6934b4d;transform:scale(1.1)}.skill-card:hover .skill-desc{color:var(--beige);transform:scale(1.05)}.heading-text{color:var(--beige);font-family:Cinzel,serif;font-size:3rem}.skill-icon{font-size:clamp(2.5rem,4vw,4rem);margin-bottom:1rem;color:var(--gold);width:clamp(5rem,7vw,7rem);height:clamp(5rem,7vw,7rem);border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.skill-desc{font-size:clamp(.9rem,1.4vw,1.2rem);letter-spacing:.5px;color:var(--gold);font-family:Cinzel,serif;font-weight:600;transition:all .3s ease;margin-top:auto;width:100%;height:80px;display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;padding:.5rem}@media screen and (max-width: 1200px){.skill-row-grid{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 768px){.skill-row-header{font-size:1.5rem}.skill-row-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.heading-divider{width:60%;height:1.5px}.heading-text{font-size:2.5rem}.skill-icon{border-width:1px;width:clamp(5rem,7vw,7rem);height:clamp(5rem,7vw,7rem)}.skill-desc{font-size:clamp(1rem,1.6vw,1.3rem);font-weight:600}}@media screen and (max-width: 480px){.skill-row-grid{grid-template-columns:repeat(2,1fr)}.skill-row-header{font-size:1.3rem}.heading-divider{width:70%;height:1.5px}.heading-text{font-size:2rem}.skill-icon{border-width:1px;width:clamp(4rem,6vw,6rem);height:clamp(4rem,6vw,6rem)}.skill-desc{font-size:clamp(.9rem,1.4vw,1.2rem);font-weight:600}}@media screen and (max-width: 400px){.skill-icon{font-size:1.2rem;width:clamp(3.5rem,5vw,5rem);height:clamp(3.5rem,5vw,5rem)}.skill-desc{font-size:clamp(.8rem,1.2vw,1rem);font-weight:600}.heading-divider{width:80%;height:1px}.heading-text{font-size:1.8rem}}#writings{background-color:#642e25}.works-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;position:relative}.works-header{text-align:center;width:100%}.works-carousel{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:4rem;width:100%;max-width:1200px;position:relative;overflow:hidden}.works-card-container{position:relative;overflow:hidden;border-radius:5px;width:750px;height:625px;display:flex;align-items:center;justify-content:center;border:2px solid var(--gold);padding:40px}.works-card-wrapper{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-arrow{background:var(--gold);color:var(--brick);border:2px solid var(--brick);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;transition:all .3s ease;z-index:10;position:relative}.carousel-arrow:hover{background:var(--brick);color:var(--gold);transform:scale(1.1);box-shadow:0 4px 12px #0003}.carousel-indicators{display:flex;gap:.5rem;margin-top:1rem;justify-content:center}.indicator{width:.75rem;height:.75rem;border-radius:50%;background:var(--gold);border:2px solid var(--brick);cursor:pointer;transition:all .3s ease}.indicator.active{background:var(--brick);transform:scale(1.2)}.indicator:hover{background:var(--brick);transform:scale(1.1)}.work-link-group{text-decoration:none}.heading-divider{width:50%;height:2px;background:var(--gold);margin:1rem auto;border-radius:1px;box-shadow:0 2px 4px #0000001a}.heading-text{font-family:Cinzel,serif;font-size:3rem;font-weight:600;color:var(--beige);margin-bottom:1rem}.works-card{position:relative;width:750px;height:625px;background:var(--beige);border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;overflow:hidden}.works-card:before{content:"";position:absolute;inset:0;background:linear-gradient(#c6934bd9,#c6934bd9);z-index:1;opacity:0;transition:opacity .3s ease}.works-card:hover:before{opacity:1}.works-card>*{position:relative;z-index:2;opacity:0;transition:opacity .3s ease;pointer-events:none}.works-card:hover>*{opacity:1}.works-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.top-work{position:absolute;top:0;right:0;display:flex;justify-content:flex-end;align-items:flex-start;padding:1rem;z-index:10}.right{display:flex;gap:1rem;align-items:center}.mid-work{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin-top:3rem;margin-bottom:2rem}.work-title{font-family:Cinzel,serif;font-size:clamp(1.5rem,2.5vw,2.5rem);font-weight:600;color:var(--brick);margin-top:0rem;margin-bottom:0rem;height:auto;min-height:80px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2;overflow:visible;white-space:normal;position:relative;top:50px}.work-desc{font-family:Cinzel,serif;font-size:clamp(1rem,1.5vw,1.2rem);color:var(--brick);margin-top:8rem;height:auto;min-height:100px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.4;overflow:visible;white-space:normal}.work-folder{font-size:3rem;color:var(--brick)}.work-git,.work-link{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background-color:var(--brick);color:var(--gold);text-decoration:none;transition:all .3s ease;font-size:1.5rem;pointer-events:auto}.work-git:hover,.work-link:hover{transform:scale(1.1);box-shadow:0 4px 8px #0000004d}.bottom-work{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;height:auto;min-height:120px;margin-top:6rem;position:relative;top:-30px}.bottom-work .tech-row{display:flex;justify-content:center;align-items:center;gap:.5rem;min-height:50px;flex-wrap:wrap}.bottom-work .tech-row:first-child{justify-content:center}.bottom-work .tech-row:last-child{justify-content:center}.bottom-work .tech-row.center-single{justify-content:center;align-items:center}.bottom-work small{background:var(--brick);color:var(--gold);padding:.3rem .6rem;border-radius:15px;font-size:clamp(.7rem,1vw,.9rem);white-space:nowrap}.works-card:hover .work-title,.works-card:hover .work-desc{color:var(--beige)}@media screen and (max-width: 1200px){.works-carousel{gap:1.5rem}.works-card-container{width:625px;height:562px}.carousel-arrow{width:2.5rem;height:2.5rem;font-size:1.2rem}.works-card{width:625px;height:562px;padding:1.875rem 3.75rem}.mid-work{height:225px}.work-title{height:87px;font-size:2.2rem}.work-desc{height:112px;font-size:1.2rem}.work-folder{font-size:3.5rem}.work-git,.work-link{font-size:2.5rem}.bottom-work small{font-size:1rem;padding:.4rem .8rem}}@media screen and (max-width: 768px){.works-carousel{gap:1rem}.works-card-container{width:500px;height:500px}.carousel-arrow{width:2.5rem;height:2.5rem;font-size:1.2rem}.works-card{width:500px;height:500px;padding:1.25rem 2.5rem}.mid-work{height:200px}.work-title{height:75px;font-size:1.8rem}.work-desc{height:100px;font-size:1rem}.work-folder{font-size:3rem}.work-git,.work-link{font-size:2rem}.bottom-work small{font-size:.9rem;padding:.3rem .6rem}}@media screen and (max-width: 550px){.works-carousel{gap:.5rem}.works-card-container{width:375px;height:437px}.carousel-arrow{width:2rem;height:2rem;font-size:1rem}.works-card{width:375px;height:437px;padding:1rem 1.875rem}.mid-work{height:175px}.work-title{height:62px;font-size:1.4rem}.work-desc{height:87px;font-size:.9rem}.work-folder{font-size:2.5rem}.work-git,.work-link{font-size:1.5rem}.bottom-work small{font-size:.8rem;padding:.2rem .5rem}}@media screen and (max-width: 400px){.works-carousel{gap:.25rem}.works-card-container{width:312px;height:375px}.carousel-arrow{width:1.5rem;height:1.5rem;font-size:.8rem}.works-card{width:312px;height:375px;padding:.75rem 1.25rem}.mid-work{height:150px}.work-title{height:50px;font-size:1.2rem}.work-desc{height:75px;font-size:.8rem}.work-folder{font-size:2rem}.work-git,.work-link{font-size:1.2rem}.bottom-work small{font-size:.7rem;padding:.2rem .4rem}}.navbar{background-color:var(--gold);color:var(--brick);position:fixed;top:0;left:-100%;bottom:0;opacity:0;overflow-y:scroll;transition:all .5s ease-in-out;z-index:99999}.navbar.active{left:0;opacity:1}.navbar::-webkit-scrollbar{scroll-margin:0}.navbar-container{padding:1rem 1.5rem}.top-details{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem}.img__cover{height:100px;width:100px;display:flex;justify-content:center;align-items:center;object-fit:cover;object-position:bottom}.profile-pic-small{height:100%;width:100%;border-radius:50%;margin-bottom:1rem;border:5px solid var(--brick)}.profile-name{font-size:1rem;font-weight:600;font-family:Cinzel,serif;text-decoration:none;color:var(--brick);margin-bottom:1rem;cursor:pointer}.nav-links{display:flex;flex-direction:row;align-items:center}.nav-links li,.mid-details li{list-style:none}.nav-link{display:flex;justify-content:center;align-items:center;cursor:pointer;text-decoration:none;color:var(--gold);margin:0 .3rem;padding:.7rem;background-color:var(--brick);border-radius:50%;transition:all .3s ease-in-out}.nav-link:hover{background-color:var(--green)}.mid-details{padding:1rem}.flex{display:flex}.mid-links{display:flex;align-items:center;color:var(--brick);cursor:pointer;text-decoration:none;padding:1rem 0;font-size:1rem;transition:all .3s ease-in-out}.mid-links.active{color:var(--brick)}.mid-links:hover,.mid-links:hover .mid-icon{color:var(--green)}.mid-icon{margin-right:1rem;font-size:1.5rem}.copy{display:flex;flex-direction:row;justify-content:center;align-items:center}.copyright{color:var(--brick);font-size:65%;font-family:Cinzel,serif}
