@import"https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Dancing+Script:wght@400..700&family=Roboto+Slab:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Dancing+Script:wght@400..700&family=Outfit:wght@100..900&family=Roboto+Slab:wght@100..900&display=swap";*{margin:0;padding:0;text-decoration:none;box-sizing:border-box;font-family:Abril Fatface,serif;font-optical-sizing:auto;font-weight:400;font-style:normal}:root{--brown:#522b2b;--beage:#C18C10;--lightbeage:#e6c068;--yellow:#FBFF00;--blue:#cbeef3;--black:#171A1C;--white:#fff4e7}body{background-color:#fef9ef;color:#000;overflow-x:hidden}@tailwind base;@tailwind components;@tailwind utilities;body{width:100%}header{width:85%;height:85vh;margin:40px auto;z-index:-100;position:relative;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:10px;overflow-x:hidden}header .hero-text{height:100%;width:100%;background-color:#0000;border-radius:10px;color:#fff;position:absolute}header div h2{font-weight:100;font-size:40px;width:55%;text-transform:capitalize;font-family:abril fatface,serif;position:absolute;bottom:10%;left:10%}.heroPicture{position:absolute;top:0;left:0;z-index:-9999;width:auto;height:100%;border-radius:10px}.gradientbackgraound{position:absolute;height:100%;width:100%;background:linear-gradient(45deg,#000000c7,#0000);border-radius:15px}@media (max-width:500px){header{width:calc(100% - 20px);margin:90px 10px 0;height:300px}header div h2{font-size:20px}header .hero-text{width:100%}}section.textSection{height:auto;width:100vw;padding:40px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center}.textSectionTitle{font-size:53px;text-align:center}.textSectionTitle span{color:#ffc779;font-size:60px}.textSectionparagraph{font-size:15px;font-family:outfit,serif;color:#7e7a7c;margin-top:12px;text-align:center}.luxury-section{background-color:#fff1df;padding:60px 70px}.intro{text-align:center;margin-bottom:60px}.intro h1{font-size:2.8rem;color:#1a1a1a}.intro p{font-size:1.2rem;color:#444;max-width:800px;margin:10px auto;line-height:1.5;font-family:outfit,serif}.luxury-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:70px}.luxury-text{flex:1;width:50%}.luxury-text h2{font-size:2.5rem;color:#1a1a1a;margin-bottom:20px}.luxury-text .lux-text-p{font-size:1.1rem;color:#444;line-height:1.6;margin-bottom:20px;font-family:outfit,serif}.luxury-buttons{display:flex;gap:20px}.explore-btn:hover{background-color:#333}.learn-btn{background:none;border:none;color:#000;font-size:1rem;cursor:pointer;font-weight:700}.luxury-image{flex:1;max-width:50%}.luxury-image img{width:100%;border-radius:10px}@media (max-width:720px){.luxury-image{flex:none;max-width:100%}.luxury-section{flex:none;max-width:100%;padding:60px 10px;margin:0 10px;border-radius:7px}.luxury-text{width:100%;text-align:center}.luxury-buttons{width:fit-content;margin:auto}}.class-button{display:flex;align-items:center;justify-content:center;min-width:220px;padding:14px 30px;font-size:16px;white-space:nowrap;text-transform:capitalize;background-color:#9e7d5f;border:2px solid #7a5d44;color:#fff;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease-in-out;z-index:1;border-radius:8px;box-shadow:4px 4px #000c}.class-button:before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:#ffffff1a;transition:width .3s ease-in-out;z-index:-1}.class-button:hover{background-color:#8c6c51}.class-button:hover:before{width:100%}.class-button:active{transform:translate(4px,4px);box-shadow:0 0 #000}.bottonparagraph{color:#fff;margin:0;font-size:16px;font-weight:100;text-align:center;transition:transform .3s ease}.class-button:hover .bottonparagraph{transform:scale(1.1)}.roundedBotton{display:flex;align-items:center;justify-content:center;width:220px;padding:14px 30px;font-size:16px;font-weight:100!important;white-space:nowrap;text-transform:capitalize;background-color:#9e7d5f;border:2px solid #7a5d44;color:#fff;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease-in-out;border-radius:50px;box-shadow:0 5px 12px #9e7d5f4d}.roundedBotton:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff51,#fff0);transition:left .6s ease-in-out;z-index:1}.roundedBotton:hover{box-shadow:0 7px 18px #9e7d5f66;background-color:#8c6c51}.roundedBotton:hover:before{left:100%}.roundedBotton:active{transform:translateY(1px);box-shadow:0 3px 8px #9e7d5f4d}.roundedbottonparagraph{color:#fff;margin:0;font-size:16px;font-weight:700;text-align:center;transition:transform .3s ease}.roundedBotton:hover .roundedbottonparagraph{transform:scale(1.05)}.carousel{overflow:hidden;white-space:nowrap;padding:20px 0}.img-track-left{white-space:nowrap;display:inline-block}.image-track{display:inline-block;gap:20px}.image-track img{height:300px;object-fit:cover;border-radius:10px;display:inline-block;margin-left:20px}.track-left{animation:moveLeft 60s linear infinite;margin-bottom:20px}@keyframes moveLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.track-right{animation:moveRight 60s linear infinite}@keyframes moveRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.roundedBotton{text-transform:capitalize;display:flex;align-items:center;justify-content:center;border-radius:50px;min-width:220px;color:#fff}.roundedbottonparagraph{color:#fff;font-weight:100}@media (max-width:800px){.roundedBotton{min-width:100px!important}}@media (max-width:400px){.roundedBotton{width:80px!important;font-size:smaller!important}}.navbar{display:flex;justify-content:space-between;align-items:center;background:#fff3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);height:60px;width:85%;padding:0 20px;position:fixed;top:20px;left:0;right:0;margin:0 auto;border-radius:30px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff6;z-index:99999;transition:all .4s cubic-bezier(.4,0,.2,1)}.navbar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:30px;pointer-events:none}.navbar.navbar-scrolled{width:90%;height:55px;padding:0 25px;background:#ffffff26;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);box-shadow:0 12px 40px #00000026,inset 0 1px #ffffff80;top:15px;border:1px solid rgba(255,255,255,.4)}.navbar.navbar-scrolled .navbar-logo .logo-container{transform:scale(.9);background:#9e7d5f33}.navbar.navbar-scrolled .navbar-logo h1{transform:scale(.95)}.navbar .navbar-logo{display:flex;align-items:center;position:relative;z-index:2}.navbar .navbar-logo .logo-container{width:50px;height:50px;border-radius:15px;background:#9e7d5f26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);display:flex;justify-content:center;align-items:center;margin-right:15px;transition:all .3s ease;box-shadow:0 4px 15px #9e7d5f33}.navbar .navbar-logo .logo-container img{width:35px;height:35px;border-radius:10px;object-fit:contain}.navbar .navbar-logo .logo-container:hover{background:#9e7d5f40;transform:translateY(-2px);box-shadow:0 8px 25px #9e7d5f4d}.navbar .navbar-logo h1{color:#463728;font-weight:700;font-size:1.6rem;letter-spacing:.5px;margin:0;transition:all .3s ease;font-family:Outfit,sans-serif;text-shadow:0 2px 4px rgba(0,0,0,.1)}.navbar .nav-links{display:flex;align-items:center;gap:30px;position:relative;z-index:2}.navbar .nav-links .products-dropdown{position:relative;height:100%;display:flex;align-items:center}.navbar .nav-links .products-dropdown .nav-item{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:15px;font-weight:600;color:#463728;cursor:pointer;transition:all .3s ease;font-size:15px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.navbar .nav-links .products-dropdown .nav-item:hover{background:#9e7d5f33;color:#5f4a37;transform:translateY(-1px);box-shadow:0 4px 15px #9e7d5f4d}.navbar .nav-links .products-dropdown .nav-item .dropdown-icon{transition:transform .4s cubic-bezier(.4,0,.2,1)}.navbar .nav-links .products-dropdown .nav-item .dropdown-icon.active{transform:rotate(180deg)}.navbar .product-list{position:absolute;top:60px;right:-20px;background:#fff3;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);width:350px;border-radius:20px;border:1px solid rgba(255,255,255,.303);box-shadow:0 20px 60px #0000001a,inset 0 1px #fff6;opacity:0;visibility:hidden;transform:translateY(-20px) scale(.95);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;padding:20px}.navbar .product-list:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#fff3,#ffffff0d);border-radius:20px;pointer-events:none}.navbar .product-list.product-list-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.navbar .product-list .underline{position:relative;margin-bottom:15px;padding:15px;border-radius:12px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;overflow:hidden}.navbar .product-list .underline:last-child{margin-bottom:0}.navbar .product-list .underline:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.navbar .product-list .underline:hover .region-state{max-height:200px;opacity:1;margin-top:12px}.navbar .product-list .underline .product-link{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:600;color:#463728;cursor:pointer;transition:all .2s ease;position:relative;z-index:1}.navbar .product-list .underline .product-link .product-dot{width:8px;height:8px;background:linear-gradient(45deg,#9e7d5f,#8b6f47);border-radius:50%;box-shadow:0 2px 8px #9e7d5f66;transition:all .3s ease}.navbar .product-list .underline .product-link:hover{color:#9e7d5f}.navbar .product-list .underline .product-link:hover .product-dot{transform:scale(1.3);box-shadow:0 4px 15px #9e7d5f99}.navbar .product-list .underline .region-state{max-height:0;opacity:0;margin-top:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.navbar .product-list .underline .region-state a{text-decoration:none;display:block;margin:6px 0}.navbar .product-list .underline .region-state a div{padding:8px 15px;border-radius:8px;font-size:13px;color:#666;cursor:pointer;transition:all .2s ease;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;gap:8px}.navbar .product-list .underline .region-state a div .product-dot-r{width:5px;height:5px;background:linear-gradient(45deg,#9e7d5f,#8b6f47);border-radius:50%;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar .product-list .underline .region-state a div:hover{background:#9e7d5f33;color:#9e7d5f;transform:translate(8px);box-shadow:0 4px 15px #9e7d5f33}.navbar .product-list .underline .region-state a div:hover .product-dot-r{opacity:1;transform:scale(1)}@keyframes glassShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.navbar:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:glassShimmer 3s infinite;border-radius:30px}@media (max-width: 1024px){.navbar{width:90%;padding:0 15px}.navbar .product-list{width:320px;right:-10px}}@media (max-width: 768px){.navbar{width:calc(100% - 20px);height:55px;padding:0 15px;top:15px}.navbar.navbar-scrolled{padding:0 15px;height:50px}.navbar .navbar-logo .logo-container{width:45px;height:45px;margin-right:10px}.navbar .navbar-logo .logo-container img{width:30px;height:30px}.navbar .navbar-logo h1{display:none}.navbar .nav-links{gap:15px}.navbar .nav-links .products-dropdown .nav-item{padding:8px 12px;font-size:14px}.navbar .product-list{width:280px;right:-50px;padding:15px}.navbar .product-list .underline{padding:12px;margin-bottom:10px}.navbar .product-list .underline .product-link{font-size:15px}.navbar .product-list .underline .region-state a div{padding:6px 12px;font-size:12px}}@media (max-width: 480px){.navbar{width:calc(100% - 15px);padding:0 10px}.navbar .navbar-logo .logo-container{width:40px;height:40px}.navbar .navbar-logo .logo-container img{width:25px;height:25px}.navbar .nav-links{gap:10px}.navbar .product-list{width:260px;right:-70px}}.footer{position:relative;background-color:#f9f7f5;color:#333;padding:60px 0 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footer .footer-container{width:85%;max-width:1200px;margin:0 auto}.footer .footer-main{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px}@media (max-width: 768px){.footer .footer-main{flex-direction:column;gap:30px}}.footer .footer-brand{flex:1;max-width:320px}.footer .footer-brand .footer-logo{display:flex;align-items:center;margin-bottom:15px}.footer .footer-brand .footer-logo .logo-container{border-radius:10px;overflow:hidden;display:flex;justify-content:center;align-items:center;margin-right:12px}.footer .footer-brand .footer-logo img{width:45px;height:45px;object-fit:contain}.footer .footer-brand .footer-logo h2{color:#9e7d5f;font-weight:500;font-size:1.25rem;letter-spacing:.3px;margin:0}.footer .footer-brand .footer-tagline{color:#666;font-size:14px;line-height:1.5;margin-top:10px}.footer .footer-links{display:flex;flex-wrap:wrap;gap:40px}@media (max-width: 768px){.footer .footer-links{gap:20px;width:100%;justify-content:space-between}}@media (max-width: 576px){.footer .footer-links{flex-direction:column;gap:30px}}.footer .footer-section{min-width:150px}.footer .footer-section h3{color:#333;font-size:16px;font-weight:600;margin-bottom:15px;position:relative}.footer .footer-section h3:after{content:"";position:absolute;bottom:-5px;left:0;width:30px;height:2px;background-color:#9e7d5f}.footer .footer-section ul{list-style:none;padding:0;margin:0}.footer .footer-section ul li{margin-bottom:10px}.footer .footer-section ul li a{color:#666;text-decoration:none;font-size:14px;transition:color .2s ease;display:inline-block;position:relative}.footer .footer-section ul li a:hover{color:#9e7d5f}.footer .footer-section ul li a:hover:after{width:100%}.footer .footer-section ul li a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:#9e7d5f;transition:width .3s ease}.footer .footer-section .contact-infos li{display:flex;align-items:flex-start;gap:10px;color:#666;font-size:14px;line-height:1.5}.footer .footer-section .contact-infos li svg{margin-top:2px;flex-shrink:0}.footer .footer-social{margin:30px 0;text-align:center}.footer .footer-social h3{color:#333;font-size:16px;font-weight:600;margin-bottom:15px;position:relative;display:inline-block}.footer .footer-social h3:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:30px;height:2px;background-color:#9e7d5f}.footer .footer-social .social-icons{display:flex;justify-content:center;gap:20px}.footer .footer-social .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f0ece8;transition:all .3s ease}.footer .footer-social .social-icons a:hover{background-color:#9e7d5f;transform:translateY(-3px)}.footer .footer-social .social-icons a:hover svg path{stroke:#fff}.footer .footer-social .social-icons a:hover svg circle,.footer .footer-social .social-icons a:hover svg rect{stroke:#fff}.footer .footer-social .social-icons a:hover svg fill{fill:#fff}.footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(158,125,95,.2);padding-top:20px;margin-top:20px}@media (max-width: 576px){.footer .footer-bottom{flex-direction:column;gap:15px;text-align:center}}.footer .footer-bottom p{color:#666;font-size:14px;margin:0}.footer .footer-bottom .footer-legal{display:flex;gap:20px}.footer .footer-bottom .footer-legal a{color:#666;text-decoration:none;font-size:14px;transition:color .2s ease}.footer .footer-bottom .footer-legal a:hover{color:#9e7d5f}.footer .scroll-to-top{position:fixed;bottom:30px;right:30px;width:46px;height:46px;border-radius:50%;background-color:#9e7d5f;color:#fff;border:none;box-shadow:0 4px 15px #9e7d5f66;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);z-index:99}.footer .scroll-to-top:hover{background-color:#9e7d5f;transform:translateY(-3px);box-shadow:0 6px 18px #9e7d5f80}.footer .scroll-to-top:active{transform:translateY(-1px)}@media (max-width: 768px){.footer .scroll-to-top{bottom:20px;right:20px;width:40px;height:40px}}.card{display:flex;justify-content:center;border-radius:10px;color:#fff;font-size:2.5rem;text-align:center;box-shadow:0 4px 10px #0003;position:relative;overflow:hidden}.card:hover img{transform:scale(1.1);filter:none}.card:hover .card-text{display:none}.card img{height:100%;width:100%;object-fit:cover;position:absolute;filter:brightness(.7);transition:all .2s}.card-text{border-radius:5px;margin-top:30px;font-family:Outfit,serif;font-weight:600;z-index:9}.product-types{display:flex;align-items:center;justify-self:center;justify-content:center;flex-wrap:wrap;gap:30px;padding:20px 0;margin:auto}.products-title{font-size:2.8rem;text-align:center}.product-p{text-align:center;color:#4f4f4f;font-family:outfit,serif;max-width:75%;margin:0 auto;padding:15px}.products{background-color:#fff1df;padding:20px}.head-car{display:flex;align-items:center;gap:20px;margin:auto;width:fit-content;height:300px;overflow:scroll}.car-ousel{overflow:hidden;position:relative;height:80vh;display:flex;align-items:center;white-space:nowrap;gap:20px}.img-track{display:inline-block;align-items:center}.img-track-up{white-space:nowrap;display:inline-block}.img-track-down{white-space:nowrap;display:block}.image-t-rack img{height:250px;width:200px;object-fit:cover;display:block;margin-bottom:20px}.track-up{animation:moveUp 50s linear infinite}@keyframes moveUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.track-down{animation:moveDown 50s linear infinite}@keyframes moveDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}section.location{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 70px}section .region-text{width:50%;padding-right:40px}section .region-map{width:50%}section .region-text ul{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;list-style:none}section .region-text ul li{height:40px;width:200px;text-align:center;display:flex;align-items:center;justify-content:center;padding-bottom:2px;border:solid rgb(107,107,107) .5px;border-radius:50px}section .region-text ul li a{color:#4b4b4b;font-family:outfit,serif;font-weight:400;font-size:large}.apt-child:hover{background-color:#fad7d7;border:solid 2px rgb(113,0,0);cursor:pointer;position:relative;overflow:hidden}.apt-child:hover a{color:#3f0000!important}.br-child:hover{background-color:#d7e5fa;border:solid 2px rgb(0,49,113);cursor:pointer;position:relative;overflow:hidden}.br-child:hover a{color:#000c2e!important}.cm-child:hover{background-color:#f9fad7;border:solid 2px rgb(71,66,0);cursor:pointer;position:relative;overflow:hidden}.cm-child:hover a{color:#3c3700!important}@media (max-width:768px){section.location{padding:0 10px;display:block}section .region-text{width:100%;margin-top:10px;margin-bottom:20px}section .region-map{width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-container{border-radius:5px 5px 12px!important;box-shadow:0 0 15px #6c6c6c4d!important;overflow:hidden;transition:all .3s ease;border:rgb(198,198,198) 1px solid!important}.leaflet-popup-content-wrapper{text-align:center;background-color:#2d2d2d!important;color:#f3feff!important;border-radius:8px;padding:5px;box-shadow:0 3px 10px #0003}.leaflet-popup-tip{background-color:#2d2d2d!important;border:1px solid transparent!important}.leaflet-marker-icon:hover{transform:scale(1.2) translateY(-5px);filter:drop-shadow(0 0 5px #FBFF00)}.custom-svg-marker{animation:pulse 2s infinite;filter:drop-shadow(2px 4px 6px rgba(0,0,0,.5))}.custom-svg-marker:hover{transform:scale(1.2);filter:drop-shadow(2px 4px 10px rgba(251,255,0,.7))}.custom-popup-content{color:#cbeef3;font-size:14px;font-weight:500;padding:5px;text-shadow:0 1px 1px rgba(0,0,0,.5)}.map-container-wrapper{max-width:700px;margin:auto;position:relative}.leaflet-container{border-radius:12px;box-shadow:0 5px 15px #171a1c4d;border:2px solid #5b4d2e;overflow:hidden;transition:all .3s ease}.leaflet-popup-content-wrapper{background-color:#171a1c;color:#cbeef3;border-radius:8px;padding:5px}.leaflet-popup-content{margin:12px;font-weight:500}.leaflet-popup-tip{background-color:#171a1c;border:1px solid #e6c068}.leaflet-marker-icon{transition:all .3s ease}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}to{transform:scale(1);opacity:1}}.leaflet-marker-icon{animation:pulse 2s infinite}.leaflet-control-zoom{border-radius:8px!important;overflow:hidden;box-shadow:0 3px 8px #0003!important;border:1px solid #5b4d2e!important}.leaflet-control-zoom-in,.leaflet-control-zoom-out{background-color:#171a1c!important;color:#e6c068!important;transition:all .3s ease}.leaflet-control-zoom-in:hover,.leaflet-control-zoom-out:hover{background-color:#c18c10!important;color:#171a1c!important}.leaflet-control-attribution{background-color:#171a1cb3!important;color:#cbeef3!important;border-top-left-radius:8px;padding:3px 8px!important;font-size:10px!important}.leaflet-control-attribution a{color:#fbff00!important;transition:color .3s ease}.leaflet-control-attribution a:hover{color:#e6c068!important;text-decoration:none!important}.leaflet-tile{transition:opacity .5s ease}.leaflet-tile-loading{opacity:.7}.custom-popup .leaflet-popup-content .font-medium{color:#cbeef3;font-size:14px;text-shadow:0 1px 1px rgba(0,0,0,.5)}@media (max-width: 768px){.map-container-wrapper{max-width:100%;margin:10px 0}}@media (max-width: 480px){.map-container-wrapper{width:90%;margin:100px 0}}.google-maps-button-wrapper{display:flex;justify-content:center;margin-top:20px;position:absolute;bottom:0;right:0;z-index:1111}.google-maps-button{background-color:#9e7d5f;color:#fff;border:2px solid #5b4d2e;padding:12px 50px;font-size:16px;font-weight:100;text-decoration:none;border-radius:0 0 8px;transition:all .4s ease;text-align:center}.google-maps-button:hover{background-color:#ba9777;font-size:17px;transition:all .2s ease}.google-maps-button:active{scale:.98;transform:translate(3px,.5px);background-color:#81654a}.content-title{font-family:abril fatface,serif;font-size:60px;padding:10px 0;text-transform:capitalize}@media (max-width:427px){.content-title{font-family:abril fatface,serif;font-size:30px}}.Paragraph{font-size:16px;color:#545454;font-family:outfit,serif;padding:10px 0}.each-product-info{padding:50px 70px 0;display:flex;align-items:center;justify-content:center;flex-direction:column}section.each-product-info .text-div{width:100%;padding:20px;border-radius:5px}.orange{background-image:linear-gradient(to right,#fef9ef,#ffead5,#ffb787)}.purple{background-image:linear-gradient(to right,#fef9ef,#efd5ff,#bd87ff)}.yellow{background-image:linear-gradient(to right,#fef9ef,#fffed5,#fff387)}.list-of-info{padding:10px 50px}.list-of-info li{font-family:outfit,serif}.tags{font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;display:flex;align-items:center;justify-content:start;gap:10px}.tags{margin-top:20px}li.tag:first-child,li.tag:nth-child(2),li.tag:nth-child(3),li.tag:nth-child(4){border:solid #848484 2px;border-radius:50px;width:fit-content;display:flex;align-items:center;justify-content:center;padding:2px 4px;gap:5px}li.tag:first-child img,li.tag:nth-child(2) img,li.tag:nth-child(3) img,li.tag:nth-child(4) img{height:15px}li.tag:first-child p,li.tag:nth-child(2) p,li.tag:nth-child(3) p,li.tag:nth-child(4) p{font-family:outfit,serif;color:#666;font-size:10px}section.each-product-info>div.apt-imgs{height:auto;padding:25px 0;display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap}section.each-product-info>div.apt-imgs>div{width:calc((100% - 60px)/3);min-width:200px}section.each-product-info>div.apt-imgs>div>img{height:30vw;width:100%;object-position:center;object-fit:cover;border-radius:5px}@media (max-width:1024px){.each-product-info{height:unset}}@media (max-width:768px){section.each-product-info>div.apt-imgs>div{width:45%}section.each-product-info>div.apt-imgs>div img{height:350px}.each-product-info{padding:0 10px}section.each-product-info .text-div{width:100%}section.each-product-info .apt-imgs{display:none}.list-of-info{padding:0 20px;list-style:url()}section.each-product-info .text-img-in1,section.each-product-info .text-img-in2{display:block}}@media (max-width:426px){section.each-product-info>div.apt-imgs>div{width:100%}}div.grady{width:calc(100vw - 170px);height:300px;margin:83px auto 30px;border-radius:10px;overflow:hidden;position:relative}div.grady img{height:300px;width:100vw;position:absolute;top:0;object-fit:fill;margin:auto;z-index:-99}div.grady h1{color:#e9e9e9;font-size:90px;margin-left:40px;display:flex;align-items:center;height:100%}@media (max-width:768px){div.grady{width:calc(100vw - 20px)}}.contact-container{margin-top:70px!important;display:flex;width:90%;max-width:1100px;margin:auto;background:#f8f9fa;padding:20px;border-radius:10px;box-shadow:0 4px 10px #0000001a;gap:20px}.contact-form{flex:1;padding:20px;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;order:2}.contact-form h2{font-size:24px;margin-bottom:15px}.contact-form label{font-weight:700;display:block;margin-top:10px}.contact-form input,.contact-form textarea{width:100%;padding:10px;margin-top:5px;border:1px solid #ccc;border-radius:5px;box-sizing:border-box}.contact-form textarea{height:100px;resize:vertical}.terms{margin:10px 0;display:flex;align-items:center}.terms input{margin-right:8px;width:auto}.terms label{margin-top:0;font-weight:400}.terms a{color:#007bff;text-decoration:none}.submit-btn{background:#ffc107;color:#000;border:none;padding:10px;width:100%;border-radius:5px;cursor:pointer;font-weight:700;margin-top:10px;transition:background .3s ease}.submit-btn:hover{background:#e0a800}.contact-info{flex:1;background:#222;color:#fff;padding:20px;border-radius:10px;order:1}.info-section{margin-bottom:20px}.info-section h3{color:#ffc107;font-size:18px;margin-bottom:8px}.info-section p{margin:5px 0;line-height:1.4}.info-section p a{color:#fff}.map{height:250px;width:100%;border-radius:10px;margin-top:10px}@media (max-width: 768px){.contact-container{flex-direction:column;margin-top:80px!important;padding:15px;width:95%}.contact-info{order:1;margin-bottom:0}.contact-form{order:2;margin-top:0}.contact-form h2{font-size:20px;text-align:center}.info-section h3{font-size:16px}.info-section p{font-size:14px}.map{height:200px}.contact-form input,.contact-form textarea,.submit-btn{padding:12px;font-size:16px}}@media (max-width: 480px){.contact-container{padding:10px;width:98%}.contact-form,.contact-info{padding:15px}.contact-form h2{font-size:18px}.info-section h3{font-size:15px}.info-section p{font-size:13px}.map{height:180px}.terms{flex-direction:column;align-items:flex-start}.terms input{margin-bottom:5px}}
