.App{text-align:center}header,footer{position:relative;z-index:1}.hero{margin-top:0}.navbar{display:flex;justify-content:space-around}html,body{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}.header{background-image:url(https://plus.unsplash.com/premium_photo-1674630069141-d19e75511856?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8dHJlZSUyMHN0dW1wfGVufDB8fDB8fHww);background-size:cover;background-position:center;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;height:40vh;text-align:center;width:100%;margin-left:150px;z-index:0}.overlay{background-color:#1c292080;width:100%;height:100%}.header-logo{width:250px;height:250px;border-radius:50%;box-shadow:0 4px 20px #0000001a;padding:10px}.header-logo img{width:100%;height:100%;object-fit:cover}:root{--primary-color: #656d53;--accent-color: #e67e22;--font-family-heading: "Megrim", serif;--font-family-body: "Alice", serif;--button-color: #e67e22}.navbar{position:fixed;top:0;left:0;width:200px;height:100vh;background-color:#434837;color:#fff;padding:1rem;display:flex;justify-content:center;z-index:10}.navbar__list{display:flex;flex-direction:column;justify-content:space-around;height:50%}.navbar__item{margin-bottom:20px}.navbar__item a{color:#fff;font-size:1.2rem;text-decoration:none;transition:color .3s ease}.navbar ul{list-style-type:none;font-family:Alice,sans-serif;padding:0;align-items:right}.navbar__item a:hover{color:var(--accent-color)}.content{margin-left:150px}@media (max-width: 768px){.header{padding:10px 20px}.header__logo{width:40px;height:40px}.header__business-name{font-size:1.5rem}.navbar{width:100%;position:static;flex-direction:row;justify-content:center;padding-top:0;margin-top:20px}.navbar__item{margin-right:20px}.content{margin-left:0}}.hero{display:flex;align-items:center;flex-direction:column;text-align:center;width:100%;height:40vh;min-height:60vh;padding:4rem 1rem;box-sizing:border-box;position:relative;z-index:1;overflow:hidden;background-color:#a8b89e;margin-left:150px;border:1px solid #434837;border-radius:20px;box-shadow:0 4px 20px #0000001a;font-family:Alice,sans-serif}.hero-title{font-size:2.5rem;letter-spacing:2px;text-transform:uppercase;color:#434837;font-family:Megrim,sans-serif;margin-bottom:1rem;z-index:1}.hero-description{font-size:1.1rem;line-height:1.6;color:#434837;font-family:Alice,sans-serif;text-align:center;max-width:700px;z-index:1}.hero-button{display:inline-block;background-color:#434837;color:#fff;font-size:1.2rem;padding:1rem 2rem;margin-bottom:2rem;border-radius:30px;font-weight:700;text-transform:uppercase;font-family:Alice,sans-serif;text-decoration:none;transition:background-color .3s ease,transform .3s ease;z-index:1}.hero-button:hover{background-color:#5a6c4f;transform:translateY(-3px)}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-description{font-size:1rem;width:90%}.hero-button{font-size:1rem;padding:.8rem 1.6rem}.hero-logo{width:100px}}.projects-section{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f9f6e8;padding-top:4rem;min-height:100vh;margin-left:145px;width:100%}.projects-title{font-size:3rem;font-weight:800;text-align:center;font-family:Megrim,sans-serif;margin-bottom:2rem;color:#434837}.projects-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:1rem 0}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background-color:#5d654d;background-image:url(https://images.unsplash.com/photo-1502580969434-4550a9e56735?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTMxfHxmb3Jlc3R8ZW58MHx8MHx8fDA%3D);background-size:cover;background-position:center;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;max-width:400px}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.project-image{width:100%;height:300px;object-fit:cover;border-radius:8px;border:2px solid #f9f6e8;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease-in-out}.project-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;border-radius:8px;z-index:1}.project-title{font-size:1.5rem;font-weight:600;font-family:Alice,sans-serif;margin-top:1rem;color:#f9f6e8}.project-description{margin-top:.75rem;font-family:Alice,sans-serif;color:#f9f6e8;line-height:1.6}.project-link,.project-website{display:flex;justify-content:center;align-items:center;margin-top:1rem;padding:.5rem;width:50%;color:#434837;background-color:#f9f6e8;border-radius:5px;text-decoration:none;font-size:1rem;transition:background-color .3s ease-in-out}.project-link:hover{background-color:#f9f6e8;transform:scale(1.05)}.blog{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f9f6e8;margin-left:155px;width:100%;padding:5rem 2rem;box-sizing:border-box;font-family:Alice,sans-serif}.blog-title{font-size:2rem;font-weight:700;margin-bottom:1rem;font-family:Megrim,cursive;color:#434837}.blog-description{font-size:1.2rem;line-height:1.6;color:#434837;text-align:center;margin-bottom:2rem;font-family:Alice,sans-serif;width:80%}.blog-iframe{height:100vh;border:none;margin-top:2rem}.about{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#f9f6e8;margin-left:155px;width:100%;padding:5rem 2rem;box-sizing:border-box;font-family:Poppins,sans-serif}.about-image{width:500px;height:400px;border-radius:20px;border:1px solid #f0e1c0;background-color:#f0e1c0;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background-image:url(/assets/molly2-TPGzw98N.jpeg);background-size:cover;background-position:center;transition:transform .5s ease}.about-image:hover{transform:scale(1.05)}.about-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000004d;z-index:1}.about-title,.about-text{z-index:2}.about-title{font-size:3rem;font-weight:600;font-family:Megrim,cursive;padding:10px;color:#434837;text-align:center;margin-bottom:1.5rem;max-width:80%;text-transform:uppercase;letter-spacing:2px;animation:slideIn .8s ease-out}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.about-title-text{width:50%;font-family:Segoe UI,sans-serif;font-size:1.2rem;font-weight:300;line-height:1.6;margin-bottom:1.5rem;text-align:center;max-width:80%;color:#434837;animation:fadeIn 1s ease-out}.about-text{font-size:1.2rem;width:50%;line-height:1.6;font-family:Segoe UI,sans-serif;font-weight:300;margin-bottom:1.5rem;text-align:center;max-width:80%;color:#434837;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.about-subtitle{font-size:2rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;text-align:center;font-family:Alice,serif;color:#434837}.about-skills{list-style:none;padding:0;margin-top:1rem}.about-skills li{font-size:1.2rem;margin-bottom:.5rem;color:#434837}.about-button{background-color:#434837;color:#fff;padding:.8rem 1.5rem;border:none;border-radius:5px;font-size:1.2rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .3s ease;text-decoration:none}.about-button a{color:#fff;text-decoration:none;font-family:Alice,cursive;font-size:1.2rem}.about-facts{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;z-index:1000;background-image:url(https://images.unsplash.com/photo-1516214104703-d870798883c5?q=80&w=3540&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 4px 20px #0000001a;border:1px solid #434837;padding:2rem;margin:40px;max-width:900px;border-radius:20px;position:relative;overflow:hidden}.about-facts:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000004d;z-index:1}.about-facts li{list-style:none;font-family:Alice,serif;width:120px;height:120px;display:flex;justify-content:center;align-items:center;background-color:#c2d2b8d1;color:#434837;font-size:1rem;font-weight:500;border-radius:50%;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;z-index:2;text-align:center;padding:.8rem}.about-facts li:hover{font-weight:700;transform:scale(1.1);transform:scale(1.2);box-shadow:0 8px 20px #f8fffc66}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.about-facts li{width:100px;height:100px;font-size:.9rem}}@media (max-width: 480px){.about-facts li{width:80px;height:80px;font-size:.8rem}}@media (max-width: 768px){.about-title{font-size:2rem}.about-text{font-size:1rem}.about-subtitle{font-size:1.5rem}.about-skills li,.about-facts li{font-size:1rem}}.contact-section{display:flex;background-color:#434837;width:100%;margin-left:155px;border-radius:1rem;box-shadow:0 8px 20px #0003}.contact-photo-section{display:flex;justify-content:center;align-items:center;width:50%}.contact-photo{display:flex;justify-content:center;align-items:center;width:auto;height:700px;border-radius:1rem;box-shadow:0 4px 10px #0003;margin-top:2rem;margin-left:150px;margin-right:2rem}.contact-photo img{margin:0}.contact-info{margin:auto;margin-bottom:2rem;margin-top:2rem}.contact-heading{font-size:2.5rem;font-weight:400;margin-bottom:1rem;color:#fff;font-family:Alice,sans-serif;text-transform:uppercase;letter-spacing:2px;text-shadow:1px 1px 3px #000}.contact-subtext{font-size:1.2rem;color:#d4d4d4;margin-bottom:2.5rem;font-family:Alice,sans-serif;line-height:1.6;width:70%}.contact-form{max-width:42rem;margin:0;display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;position:relative}.form-label{font-size:1rem;margin-bottom:.5rem;color:#d4d4d4;font-weight:500}.form-input{width:100%;padding:.875rem 1rem;margin-top:.25rem;border:1px solid #ccc;border-radius:.5rem;font-size:1rem;background-color:#fff;color:#333;outline:none;transition:border-color .3s,box-shadow .3s}.form-input:focus{border-color:#5d6a4a;box-shadow:0 0 8px #5d6a4a99}.message-box{height:150px;resize:none}.contact-button{width:50%;margin:0 auto;background-color:#5d6a4a;border:none;padding:.875rem;border-radius:9999px;font-size:1rem;cursor:pointer;color:#fff;text-transform:uppercase;letter-spacing:1px;transition:background-color .3s,transform .2s}.contact-button:hover{background-color:#6f7e57;transform:translateY(-2px)}.contact-button:focus{outline:2px solid #d4d4d4;outline-offset:2px}@media (max-width: 768px){.contact-section{margin-left:0;width:100%;padding:2rem}.contact-heading{font-size:2rem}.contact-subtext{font-size:1rem}.contact-form,.contact-button{width:100%}}.footer{background-color:#434837;color:#fff;padding:2rem 1rem;text-align:center;width:100%;margin-left:140px;position:relative;z-index:11}.thank-you-message{font-size:1.5rem;font-family:Megrim,sans-serif;margin-bottom:2rem;color:#f5f5f5;text-align:center}.footer-container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;max-width:1000px;margin:0 auto}.footer-logo{height:200px;width:auto}.footer-contact,.footer-links{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-bottom:1.5rem}.footer-contact h3,.footer-links h3{font-size:1.75rem;font-family:Megrim,sans-serif;margin-bottom:1rem;color:#f5f5f5}.footer-contact p,.footer-links a{font-size:1rem;line-height:1.6;color:#dcdcdc;font-family:Alice,sans-serif;text-decoration:none}.footer-contact a,.footer-link{color:#b2c0a1;transition:color .3s ease,transform .2s ease}.footer-contact a:hover,.footer-link:hover{color:#f5f5f5;text-decoration:underline;transform:translateY(-2px)}.footer-bottom{width:100%;font-size:.9rem;color:#dcdcdc;font-family:Alice,sans-serif;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #5d6a4a}@media (max-width: 768px){.footer{padding:2rem 1rem}.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-contact,.footer-links{align-items:center}.footer-bottom{text-align:center;display:flex;justify-content:center}}
