*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#fff8dc,#faebd7);color:#2c3e50;font-family:Arial,sans-serif;line-height:1.6;min-height:100vh;text-align:justify}.navbar{background:linear-gradient(135deg,#8b4513,#d2691e);box-shadow:0 2px 10px #8b45134d;padding:1rem 0;position:fixed;text-align:left;top:0;width:100%;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-brand{color:#fff8dc;font-size:1.5rem;font-weight:700;text-decoration:none;transition:transform .3s ease}.nav-brand:hover{transform:scale(1.05)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-link{background:none;border:none;border-radius:5px;color:#fff8dc;cursor:pointer;display:inline-block;font-family:inherit;font-size:inherit;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link.active,.nav-link:hover{background:#fff8dc33;transform:translateY(-2px)}.contact-btn{background:#d2691e;border:none;border-radius:25px;color:#fff8dc;cursor:pointer;font-weight:700;padding:.5rem 1.5rem;transition:all .3s ease}.contact-btn:hover{background:peru;box-shadow:0 5px 15px #d2691e66;transform:translateY(-2px)}.main-content{margin-top:80px;min-height:calc(100vh - 80px)}.section{animation:fadeInUp .8s ease forwards;margin:0 auto;max-width:100%;opacity:0;padding:4rem 2rem;transform:translateY(30px)}.section:first-child{animation-delay:.2s}.section:nth-child(2){animation-delay:.4s}.section:nth-child(3){animation-delay:.6s}.section:nth-child(4){animation-delay:.8s}.section:nth-child(5){animation-delay:1s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.section-title{color:#8b4513;font-size:2.5rem;margin-bottom:2rem;padding-bottom:1rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(135deg,#8b4513,#d2691e);border-radius:2px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.section-content{color:#4a5568;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.home-section{background:linear-gradient(135deg,#fff8dc,#faebd7);border-radius:15px;box-shadow:0 10px 30px #8b451326;margin-bottom:2rem}.home-content{align-items:center;display:flex;gap:.2rem;justify-content:center}.home-text{margin-left:100px}.home-image,.home-text{flex:1 1;text-align:center}.main-image{border-radius:15px;box-shadow:0 5px 20px #0003;height:300px;max-width:400px;object-fit:cover;transition:transform .3s ease;width:100%}.main-image:hover{transform:scale(1.05)}.feature-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.feature-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-10px)}.feature-image{margin-bottom:1rem}.feature-img{border-radius:10px;height:400px;margin:0 auto;object-fit:cover;position:top center;transition:transform .3s ease;width:100%}.feature-img:hover{transform:scale(1.05)}.feature-title{color:#d2691e;font-size:1.3rem;margin-bottom:1rem}.feature-description{color:#4a5568;line-height:1.6}.about-content{align-items:center;display:flex;gap:.1rem!important;justify-content:center;margin-left:100px;margin-top:-20px}.about-text{flex:1.5 1;font-size:1.3rem;max-width:60%;padding-right:20px;text-align:justify}.about-image-stack{align-self:flex-start;flex:1 1;height:500px;margin-right:70px;position:relative}.slideshow-container{height:100%;position:relative;width:100%}.slideshow-image{border:3px solid #fff;border-radius:12px;box-shadow:0 4px 15px #0000001f;height:480px;left:0;object-fit:cover;opacity:0;position:absolute;top:0;transform:scale(.9);transition:all .3s ease;width:620px;z-index:1}.slideshow-image.active{opacity:1;transform:scale(1);z-index:3}.slideshow-dots{bottom:20px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:4}.dot{background:#ffffff80;border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{background:#fff;transform:scale(1.2)}.dot:hover{background:#fffc}.about-stack-img{border:3px solid #fff;border-radius:12px;box-shadow:0 4px 15px #0000001f;filter:blur(.2px);height:280px;object-fit:cover;opacity:.5;position:absolute;transform:scale(.8) rotate(0deg);transition:all .8s ease;width:420px;z-index:1}.about-stack-img.active{filter:blur(0);opacity:1;transform:scale(1);z-index:3}.about-stack-img:first-child{right:20px;top:20px;transform:scale(.8) rotate(-3deg)}.about-stack-img:nth-child(2){right:70px;top:120px;transform:scale(.8) rotate(2deg)}.about-stack-img:nth-child(3){right:30px;top:220px;transform:scale(.8) rotate(-1deg)}.about-stack-img:first-child.active{right:20px;top:20px;transform:scale(1) rotate(-3deg)}.about-stack-img:nth-child(2).active{right:70px;top:120px;transform:scale(1) rotate(2deg)}.about-stack-img:nth-child(3).active{right:30px;top:220px;transform:scale(1) rotate(-1deg)}.about-images{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.about-gallery-img{border-radius:15px;box-shadow:0 5px 20px #0000001a;height:250px;object-fit:cover;transition:all .3s ease;width:100%}.about-gallery-img:hover{box-shadow:0 15px 35px #0003;transform:translateY(-10px)}.section-image{border-radius:15px;box-shadow:0 5px 20px #0003;height:300px;max-width:400px;object-fit:cover;transition:transform .3s ease;width:100%}.section-image:hover{transform:scale(1.05)}.services-content{display:flex;flex-direction:column;gap:2rem}.services-text{flex:1 1;text-align:justify}.services-gallery{margin-top:2rem}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.gallery-img{border-radius:10px;box-shadow:0 5px 15px #0000001a;height:200px;object-fit:cover;transition:all .3s ease;width:100%}.gallery-img:hover{box-shadow:0 10px 25px #0003;transform:scale(1.05)}.feed-content{display:flex;flex-direction:column;gap:2rem}.feed-text{flex:1 1;text-align:justify}.feed-images{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.feed-img{border-radius:15px;box-shadow:0 5px 20px #0000001a;height:350px;object-fit:cover;object-position:center;transition:all .3s ease;width:100%}.feed-img:hover{box-shadow:0 15px 35px #0003;transform:translateY(-10px)}.read-more-btn{background:linear-gradient(135deg,#8b4513,#d2691e);border:none;border-radius:25px;box-shadow:0 5px 15px #8b45134d;color:#fff8dc;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.read-more-btn:hover{background:linear-gradient(135deg,#d2691e,#8b4513);box-shadow:0 8px 25px #8b451366;transform:translateY(-3px)}.section:nth-child(2n){background:linear-gradient(135deg,wheat,#ffe4b5);border-radius:15px;box-shadow:0 10px 30px #8b45131a;padding:4rem 2rem}.section:nth-child(2n) .section-title{color:#8b4513}.section:nth-child(2n) .section-title:after{background:linear-gradient(135deg,#8b4513,#d2691e)}.section:nth-child(2n) .section-content{color:#4a5568}.contact-section{background:linear-gradient(135deg,#8b4513,#d2691e);border-radius:15px;color:#fff8dc}.contact-section .section-title{color:#fff8dc}.contact-section .section-title:after{background:#fff8dc}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.contact-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;padding:1.5rem;text-align:center;transition:all .3s ease}.contact-item:hover{background:#fff3;transform:translateY(-5px)}.contact-icon{font-size:2rem;margin-bottom:1rem}.contact-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.contact-details{color:#fff8dce6}.footer-bottom{border-top:1px solid #fff8dc33;margin-bottom:0;margin-top:40px;padding:1rem 10 10rem 0;text-align:center}.footer-bottom p{color:#fff8dccc;font-size:.9rem}.contact-form-overlay{align-items:center;animation:fadeIn .3s ease forwards;background:#000000d9;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:10000}.contact-form-container{background:#fff;border-radius:15px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;position:relative;width:90%}.contact-form-close{align-items:center;background:#8b4513;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:35px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:35px}.contact-form-close:hover{background:#d2691e;transform:scale(1.1)}.contact-form-title{color:#8b4513;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{color:#2c3e50;font-size:1rem;font-weight:600}.form-input,.form-textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.8rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{border-color:#8b4513;box-shadow:0 0 0 3px #8b45131a;outline:none}.form-textarea{min-height:100px;resize:vertical}.contact-form-submit{background:linear-gradient(135deg,#8b4513,#d2691e);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.contact-form-submit:hover{box-shadow:0 5px 20px #8b45134d;transform:translateY(-2px)}.nav-contact-btn{background:linear-gradient(135deg,#8b4513,#d2691e);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-contact-btn:hover{box-shadow:0 5px 20px #8b45134d;transform:translateY(-2px)}.gallery-overlay{align-items:center;animation:fadeIn .3s ease forwards;background:#000000d9;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:10000}@keyframes fadeIn{to{opacity:1}}.gallery-container{max-height:90vh;max-width:90vw}.gallery-container,.gallery-image-container{align-items:center;display:flex;justify-content:center;position:relative}.gallery-image-container{max-height:80vh;max-width:80vw}.gallery-image{border-radius:10px;box-shadow:0 10px 40px #00000080;max-height:80vh;max-width:100%;object-fit:contain}.gallery-counter{background:#000000b3;border-radius:20px;bottom:-40px;color:#fff;font-size:1.1rem;font-weight:700;left:50%;padding:.5rem 1rem;position:absolute;transform:translateX(-50%)}.gallery-nav{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:1.2rem;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10001}.gallery-nav:hover{background:#fff;box-shadow:0 5px 20px #0000004d;transform:translateY(-50%) scale(1.1)}.gallery-prev{left:-80px}.gallery-next{right:-80px}.gallery-close{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;position:absolute;right:-50px;top:-50px;transition:all .3s ease;width:40px;z-index:10001}.gallery-close:hover{background:#fff;box-shadow:0 5px 20px #0000004d;transform:scale(1.1)}@media (min-width:769px){.about-content{gap:.1rem!important}}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{flex-wrap:wrap;gap:1rem;justify-content:center}.about-content,.home-content{flex-direction:column;text-align:justify}.about-content{align-items:center;gap:1rem!important;justify-content:center;margin-left:20px;margin-right:20px}.about-text{font-size:1rem;line-height:1.6;max-width:800px;padding-right:0;text-align:center}.about-image-stack{align-self:center;height:400px;margin-right:0;margin-top:1rem}.slideshow-image{height:250px;width:400px}.slideshow-dots{bottom:15px;gap:8px}.dot{height:10px;width:10px}.about-stack-img{filter:blur(3px);height:300px;width:520px}.about-stack-img.active{filter:blur(0)}.about-stack-img:first-child{right:20px;top:20px;transform:scale(.8) rotate(-3deg)}.about-stack-img:nth-child(2){right:80px;top:100px;transform:scale(.8) rotate(2deg)}.about-stack-img:nth-child(3){right:40px;top:40px;transform:scale(.8) rotate(-1deg)}.about-stack-img:first-child.active{right:20px;top:20px;transform:scale(1) rotate(-3deg)}.about-stack-img:nth-child(2).active{right:80px;top:100px;transform:scale(1) rotate(2deg)}.about-stack-img:nth-child(3).active{right:40px;top:40px;transform:scale(1) rotate(-1deg)}.about-stack-img:hover{transform:scale(1.05) rotate(0deg) translateY(-5px)}.gallery-nav{font-size:1rem;height:40px;width:40px}.gallery-prev{left:10px}.gallery-next{right:10px}.gallery-close{font-size:1rem;height:35px;right:10px;top:10px;width:35px}.gallery-counter{bottom:-30px;font-size:.9rem;padding:.3rem .8rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.feed-images{grid-template-columns:1fr}.section-title{font-size:2rem}.section{padding:2rem 1rem}}.scroll-top{align-items:center;background:#d2691e;border-radius:50%;bottom:30px;color:#fff8dc;cursor:pointer;display:flex;height:50px;justify-content:center;opacity:0;position:fixed;right:30px;transition:all .3s ease;visibility:hidden;width:50px;z-index:999}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{background:#8b4513;transform:translateY(-5px)}
/*# sourceMappingURL=main.3db7d360.css.map*/