@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");*{margin:0;padding:0;font-family:poppins,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}html{scroll-behavior:smooth}:root{--background-color:white;--text-color:black}[data-theme=dark]{--background-color:black;--text-color:white}body{background-color:var(--background-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}.theme-toggle{padding:8px 16px;border:none;cursor:pointer;margin:10px;font-size:16px;background:var(--text-color);color:var(--background-color);border-radius:5px;transition:background .3s ease,color .3s ease}.navbar{position:fixed;top:0;width:100%;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:5px 100px;box-shadow:0 3px 10px rgba(0,0,0,.8);z-index:10;transition:top .5s ease-in-out}.navbar-hide{top:-100px}.navbar-show{top:0}.logo-img{width:90px;cursor:pointer}.navbar-right{display:flex;position:absolute;transform:translateX(60%)}#menu-nav{display:flex;gap:1rem;list-style:none}#menu-nav li a{text-decoration:none;color:#000;font-size:14px;font-weight:600;padding:0 1em;transition:color .3s ease}#menu-nav>li.active>a,#menu-nav>li:hover>a,.submenu li:hover a{color:#ffd700}.dropdown{position:relative}.submenu{position:absolute;top:100%;left:0;background-color:#fff;padding:1.5em 0;opacity:0;transform:scaleY(0);transform-origin:top;transition:all .3s ease-in-out;white-space:nowrap;min-width:150px;z-index:5}.dropdown:hover .submenu{opacity:1;transform:scaleY(1)}.submenu li{padding:.5em 1.5em}.facebook{margin-left:50px}.phone-icon{color:#ffd700;font-size:16px;margin-right:8px}.toggle-btn{display:none;color:#ffd700;font-size:22px;z-index:15}.dropped-menu{position:absolute;top:98%;right:0;width:220px;background-color:#fff;border-radius:0 0 8px 8px;overflow:hidden;max-height:0;opacity:0;visibility:hidden;transition:max-height .6s ease,opacity .6s ease,visibility .6s}.dropped-menu.open{max-height:500px;opacity:1;visibility:visible}.dropped-menu li{padding:10px;font-size:13px;color:#131313;list-style:none}.dropped-socials{display:flex;gap:10px;padding:20px 10px}.dropped-menu a{text-decoration:none;color:inherit;transition:all .3s ease-in-out}.dropped-menu a:hover{color:#ffd700}.footer1{background-color:#131313;color:whitesmoke;display:flex;flex-wrap:wrap;padding:50px 150px;gap:2rem}.wrapper{flex:1 1 250px}.wrapper h3{font-size:15px}.footerlist,.footerlist1{list-style:none;padding:0}.footerlist li,.footerlist1 li{margin-top:10px}.footerlist a,.footerlist1 a{color:rgb(189,188,188);text-decoration:none;font-size:13px;transition:color .3s ease-in-out}.copyright1 span a:hover,.footerlist a:hover,.footerlist1 a:hover{color:#ffd700}.footerlist1 i{padding-right:10px}.contacts,.mission p{color:rgb(189,188,188);font-size:13px;margin-top:10px}.footer{background-color:#080808;text-align:center}.footersign{padding:20px 0;color:dimgray;font-size:12px}.copy i{float:right;padding-right:50px;color:dimgray}.copyright1 span{font-size:11px}.copyright1 a{color:dimgray;text-decoration:none}body,html{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}img{-webkit-user-drag:none;user-drag:none}body *{pointer-events:none}.whatsapp-button,.whatsapp-button *,a,a *,button,form,input,input *,label,select,select *,textarea,textarea *{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.gallery-item,.gallery-item *{pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.toggle-btn,.toggle-btn *{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}@media (max-width:1024px){.navbar{padding:10px 50px}.navbar-right{position:static;transform:none}#menu-nav li a{padding:0 .5em}.footer1{padding:50px}}@media (max-width:768px){.navbar{padding:10px 20px;position:-webkit-sticky;position:sticky}.logo-img{width:50px}#menu-nav,.facebook{display:none}.toggle-btn{display:block}.footer1{padding:30px 20px;flex-direction:column}.copy i{float:none;display:block;text-align:center;padding:10px 0}}.whatsapp-float{position:fixed;bottom:20px;right:20px;background-color:#e9c601;color:white;border-radius:50%;text-align:center;z-index:999;box-shadow:2px 2px 5px rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;cursor:pointer;animation:bounce 1.2s infinite alternate;transition:transform .2s ease-in-out;width:56px;height:56px}.whatsapp-float img{width:28px;height:28px}.whatsapp-float:hover{transform:scale(1.1)}.tooltip{position:absolute;bottom:60px;right:0;background-color:black;color:white;padding:4px 8px;border-radius:4px;font-size:12px;opacity:0;transition:opacity .3s ease-in-out;white-space:nowrap}.whatsapp-float:hover .tooltip{opacity:1}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@media (min-width:1025px){.whatsapp-float{width:50px;height:50px}.whatsapp-float img{width:30px;height:30px}.tooltip{font-size:14px}}@media (min-width:641px) and (max-width:1024px){.whatsapp-float{width:40px;height:40px}.whatsapp-float img{width:26px;height:26px}.tooltip{font-size:12px}}@media (max-width:640px){.whatsapp-float{width:35px;height:35px}.whatsapp-float img{width:20px;height:20px}.tooltip{font-size:10px;bottom:52px}.tooltip:after{content:"Chat"}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_5cfdac{font-family:Geist,Geist Fallback;font-style:normal}.__variable_5cfdac{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}