@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{font-family:Poppins,sans-serif;margin:0;padding:0;box-sizing:border-box}body{height:100vh;background:url(/assets/latte-coffee-img-BbNyO99z.jpg);background-position:center;background-size:cover}header{position:fixed;top:0;left:0;width:100%;padding:20px}header .navbar{display:flex;align-items:center;max-width:1200px;margin:0 auto;justify-content:space-between}.navbar .logo{color:#fff;font-size:2.1rem;font-weight:600}.navbar .logo span{color:#c06b3e}.navbar .menu-links{display:flex;gap:40px;list-style:none}.navbar a{color:#fff;text-decoration:none;transition:.2s ease}.navbar a:hover{color:#c06b3e}.hero-section{height:100vh;display:flex;align-items:center;padding:0 20px}.hero-section .content{color:#fff;max-width:1200px;width:100%;margin:0 auto}.hero-section .content h1{font-size:3rem;max-width:600px}.hero-section .content p{font-weight:300;margin-top:15px;max-width:600px}.hero-section .content button{color:#000;background:#fff;outline:none;border:none;font-size:1rem;font-weight:500;margin-top:38px;padding:12px 30px;border-radius:6px;cursor:pointer;transition:.5s ease}.hero-section .content button:hover{color:#fff;background:#c06b3e}#menu-btn{color:#fff;cursor:pointer;display:none}#close-menu-btn{display:none;position:absolute;right:20px;top:20px;cursor:pointer}@media screen and (max-width: 900px){header{padding:10px 20px}header.show-mobile-menu:before{content:"";position:fixed;left:0;top:0;width:100%;height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#close-menu-btn,#menu-btn{display:block}.navbar .menu-links{position:fixed;left:-260px;top:0;flex-direction:column;width:260px;height:100vh;background:#fff;padding:70px 40px 0;transition:left .55s ease}header.show-mobile-menu .navbar .menu-links{left:0}.navbar a{color:#000}.hero-section .content{text-align:center}.hero-section .content :is(h1,p){max-width:100%}.hero-section .content h1{font-size:2.3rem;line-height:60px}.hero-section .content button{padding:9px 18px}}
