@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Cormorant+Garamond:wght@400;600&family=Homemade+Apple&display=swap";:root{--background-color: rgb(245, 237, 240);--alternate-color: rgba(239, 209, 209, .95);--dark-color: rgb(48, 23, 18);--light-color: rgb(255, 255, 255)}.header{position:fixed;top:10px;left:50%;transform:translate(-50%);width:calc(100% - 40px);background-color:var(--light-color);height:65px;display:flex;justify-content:center;align-items:center;z-index:1000;border-radius:15px;box-shadow:0 6px 18px #4a203040;border:1px solid rgba(74,32,48,.15);transition:box-shadow .3s ease,transform .3s ease}.header_container{width:100%;max-width:1200px;padding:1rem .5rem;display:flex;align-items:center;justify-content:space-between}.header_nav{display:flex;gap:3rem}.nav_link{color:var(--dark-color);font-family:Playfair Display,serif;font-weight:700;font-size:1.15rem;text-decoration:none;position:relative;letter-spacing:.5px;transition:color .3s ease}.nav_link:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0%;height:3px;background-color:var(--light-color);transition:width .4s ease-out}.nav_link:hover:after{width:100%;background-color:var(--dark-color)}.header_cta{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin:0rem 1rem}.resume_btn{background-color:var(--alternate-color);color:var(--dark-color);font-family:Cormorant Garamond,serif;font-weight:800;padding:.7rem 1.8rem;border-radius:30px;text-decoration:none;transition:all .3s ease;text-transform:uppercase;letter-spacing:1.5px;border:3px solid transparent;margin:0rem 0rem 0rem .7rem}.resume_btn:hover{background-color:var(--alternate-color);color:var(--dark-color);border:1.5x solid var(--dark-color);box-shadow:0 6px 15px #4a203033}.icon_btn{background-color:var(--alternate-color);color:var(--dark-color);font-size:1.4rem;padding:.7rem;border-radius:50%;margin-left:.5rem;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;border:3px solid transparent}.icon_btn:hover{background-color:var(--alternate-color);color:var(--dark-color);border:1.5x solid var(--dark-color);box-shadow:0 6px 15px #4a203033}@media(max-width:768px){.header{height:60px;top:5px;width:calc(100% - 20px)}.header_container{padding:0 1rem}.header_cta .resume_btn{display:none}.header_cta .icon_btn{margin-left:0}.header_nav{display:none;position:absolute;top:70px;right:20px;background-color:var(--background-color);box-shadow:0 6px 18px #4a203040;border-radius:10px;padding:1rem;flex-direction:column;gap:1rem;z-index:999}.header_nav.open{display:flex;animation:slideDown .3s ease forwards}.nav_link{font-size:1rem;text-align:right}.menu_toggle{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px;cursor:pointer}.menu_toggle span{display:block;width:100%;height:3px;background-color:var(--dark-color);border-radius:2px;transition:all .3s ease}.menu_toggle.active span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.menu_toggle.active span:nth-child(2){opacity:0}.menu_toggle.active span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}*{box-sizing:border-box}html,body{margin:0;padding:0}:root{--background-color: rgb(245, 237, 240);--alternate-color: rgba(239, 209, 209, .95);--dark-color: rgb(48, 23, 18);--light-color: rgba(237, 237, 233, .9) }.full_page{width:100vw;height:100vh;overflow-x:hidden;margin:0;padding:0;font-family:Cormorant Garamond,serif;background-image:url(/back.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--dark-color)}.main_section{width:100%;min-height:90vh;height:auto;margin-top:4rem;margin-left:8rem;display:flex;align-items:center;justify-content:center;padding:0rem 2rem;box-sizing:border-box;color:var(--dark-color)}.main_container{display:flex;align-items:center;justify-content:center;padding-top:65px;width:100%;max-width:1200px}.main_image,.main_content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.main_content{text-align:left;align-items:flex-start}.main_image img{margin-top:30px;width:75%;max-width:360px;border-radius:15px;box-shadow:0 10px 30px #4a20301a;border:3px solid var(--dark-color)}.main_content h1{margin-top:0;font-family:Playfair Display,serif;font-weight:700;color:var(--dark-color);font-size:4.5rem;line-height:1.1}.main_content h2{margin-top:0;font-family:Homemade Apple,cursive;font-weight:400;color:var(--dark-color);font-size:3rem;margin-bottom:1.5rem}.main_content p{font-family:Cormorant Garamond,serif;font-size:1.3rem;line-height:1.6;max-width:500px}.cta_btn{background-color:transparent;border:2px solid var(--dark-color);color:var(--dark-color);font-family:Playfair Display,serif;font-weight:700;padding:.9rem 2.2rem;border-radius:8px;text-decoration:none;transition:all .4s ease;display:inline-block;margin-top:.7rem;text-transform:uppercase;letter-spacing:2px}.cta_btn:hover{background-color:var(--dark-color);color:var(--light-color);border-color:var(--background-color);box-shadow:0 4px 12px #4a203033;transform:translateY(-1px)}.projects_section{position:relative;width:calc(100% - 40px);max-width:1200px;margin:0 auto 80px;padding:3rem 4rem;border:none;text-align:center;box-sizing:border-box;color:var(--dark-color);font-family:Playfair Display,serif;z-index:10;transition:box-shadow .3s ease,transform .3s ease}.projects_section .section_title{font-size:3rem;margin-bottom:3rem;font-family:Playfair Display,serif;font-weight:700;color:var(--dark-color);position:relative}.projects_section .section_title :after{content:none;text-decoration:none}.projects_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;width:100%;max-width:1100px;margin:0 auto}.project_card{background-color:var(--alternate-color);border:none;border-radius:10px;padding:2.5rem 1.5rem;box-sizing:border-box;box-shadow:0 2px 10px #4a203014;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.project_card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #4a203026}.project_card h3{font-family:Homemade Apple,cursive;text-decoration:none;font-weight:400;font-size:2.2rem;margin-bottom:1.5rem;color:var(--dark-color)}.project_card p{font-family:Cormorant Garamond,serif;color:var(--dark-color);margin-bottom:2rem;font-size:1.2rem;font-weight:400}.project_card .skills{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.project_card .skills span{border:none;border-radius:30px;padding:.4rem 1rem;font-family:Cormorant Garamond,serif;font-weight:400;background-color:var(--dark-color);color:var(--light-color);transition:background-color .3s ease,color .3s ease;font-size:1rem;text-transform:capitalize}.project_card .skills span:hover{background-color:var(--dark-color);color:var(--light-color);border:none}.project_card img{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:1.5rem;transition:transform .3s ease;border:1px solid rgba(74,32,48,.2);box-shadow:0 2px 6px #00000014}.project_card:hover img{transform:scale(1.02)}.projects_section a{text-decoration:none;color:inherit;transition:none}.projects_section a:hover,.projects_section a:focus,.projects_section a:active{text-decoration:none;color:inherit}.skills_section{position:relative;width:calc(100% - 40px);max-width:1200px;margin:70px auto 140px;padding:3rem 4rem;text-align:center;background-color:var(--alternate-color);border-radius:10px;box-shadow:0 4px 12px #4a20301a;border:none;box-sizing:border-box;color:var(--dark-color);font-family:Playfair Display,serif;z-index:10;transition:box-shadow .3s ease,transform .3s ease}.skills_section:hover{transform:translateY(-4px);box-shadow:0 8px 24px #4a203026}.skills_section .section_title{font-size:3rem;margin-bottom:3rem;color:var(--dark-color);font-weight:700;position:relative}.skills_section .section_title h3:after{content:none;text-decoration:none}.skills_grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:900px;margin:0 auto}.skills_grid .skill{border-radius:40px;padding:.8rem 1.8rem;font-weight:600;background-color:var(--dark-color);color:var(--light-color);font-family:Cormorant Garamond,serif;font-size:1.2rem;transition:all .3s ease;box-shadow:0 4px 10px #4a203033}.skills_grid .skill:hover{box-shadow:0 6px 15px #4a203026;background-color:var(--dark-color);color:var(--light-color);border:none}.projects_section a:visited{color:var(--dark-color)}@media(max-width:768px){.main_section{margin-top:0rem;margin-left:0rem}.main_container{margin-top:0;margin-left:0;flex-direction:column;text-align:center;min-height:auto}.main_content{padding-left:0;margin-top:0;margin-left:0;text-align:center;align-items:center}.main_image img{width:70%}.main_content h1{font-size:3.5rem}.main_content h2{font-size:2rem}.projects_section,.skills_section{width:100%;padding:2rem 1rem;margin:50px auto}.projects_grid{grid-template-columns:1fr;gap:2rem}.project_card{padding:1.5rem}.projects_section .section_title,.skills_section .section_title{font-size:2.2rem}.project_card h3{font-size:1.8rem}.contact_section{padding:3rem 1.5rem}.contact_form{width:100%}}.about_page{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background-color:var(--color-light-background);color:var(--color-deep-berry);font-family:Cormorant Garamond,serif;box-sizing:border-box;text-align:center}.about_content{max-width:700px}.about_title{font-family:Playfair Display,serif;font-weight:700;font-size:3.5rem;color:var(--color-deep-berry);margin-bottom:1rem}.about_subtitle{font-family:Homemade Apple,cursive;font-weight:400;font-size:2rem;color:var(--color-deep-berry);margin-bottom:1.5rem}.about_description{font-family:Cormorant Garamond,serif;font-size:1.3rem;line-height:1.6;color:var(--color-deep-berry)}@media(max-width:768px){.about_title{font-size:2.8rem}.about_subtitle{font-size:1.6rem}.about_description{font-size:1.1rem}}.projects_page{position:relative;width:calc(100% - 40px);max-width:1200px;margin:100px auto 80px;padding:1rem 4rem;text-align:center;box-sizing:border-box;color:#301712;font-family:Playfair Display,serif;z-index:10;transition:box-shadow .3s ease,transform .3s ease}.projects_page a{text-decoration:none;color:inherit;transition:none}.projects_page a:hover,.projects_page a:focus,.projects_page a:active{text-decoration:none;color:inherit}
