@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");:root{--brown:#9f896e;--orange:#dda757;--pink:#ffddd0;--green:#128c7e;--white:#fafafa}body,html{padding:0;margin:0;font-family:Poppins,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue}a{color:inherit;text-decoration:none}*{box-sizing:border-box}@media (prefers-color-scheme:dark){html{color-scheme:dark}body{background:var(--white)}}.container{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;width:100vw;height:100vh;padding:2rem;gap:1rem}.social{display:flex;gap:10px}.description h1{font-size:.9rem;line-height:1rem;font-weight:500;text-align:center;color:var(--brown)}.images{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.image{border-radius:12px}.image-galery{border-radius:22px}.buttons-wrapper{display:flex;flex-direction:column;gap:5px;width:100%;max-width:344px}.see-more-btn{border:1px solid var(--orange);border-radius:40px;background:transparent;color:var(--orange)}.contact-btn,.see-more-btn{width:100%;height:44px;outline:none;cursor:pointer;font-size:1rem}.contact-btn{display:flex;justify-content:center;align-items:center;gap:10px;border:1px solid var(--green);border-radius:40px;background:var(--green);color:var(--white)}.container-galery{width:100vw;height:100vh;position:relative}.container-galery,.content{display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.content{width:100%;margin-top:100px;padding:1rem;gap:1rem}.header{justify-content:space-between;width:100%;padding:.5rem 1rem;top:0;background:#ffffff90;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.float-btn,.header{display:flex;align-items:center;position:fixed;z-index:999}.float-btn{bottom:20px;right:20px;justify-content:center;gap:10px;width:auto;height:40px;font-size:.9rem;padding:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);cursor:pointer}