@import"https://fonts.googleapis.com/css2?family=Cookie&family=Quicksand:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Bree+Serif&family=Outfit:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Pacifico&display=swap";*{padding:0;margin:0}.hero-section{width:100%;height:100vh;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;position:relative}.hero-left{max-width:500px;color:#3a2b23;font-family:Quicksand,sans-serif;position:absolute;left:50px}.hero-left h1{font-family:"Bree Serif",serif;font-size:3.5rem;color:#5c2e1a;margin-bottom:1rem;width:400px}.hero-left p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#40291b;width:400px}.hero-btn{background-color:#a1673f;color:#fff;padding:.75rem 2rem;font-size:1rem;border:none;border-radius:25px;cursor:pointer;transition:background .3s ease;font-weight:600;font-family:Quicksand,sans-serif}.hero-btn:hover{background-color:#5c2e1a}.hero-image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;pointer-events:none;z-index:1}.hero-slide-img{max-height:80vh;width:auto;object-fit:contain;z-index:2;position:absolute}.hero-right{max-width:300px;font-family:Quicksand,sans-serif;color:#3a2b23;display:flex;flex-direction:column;gap:1rem;font-size:1rem;line-height:1.6;padding-left:2rem;position:absolute;right:70px}.hero-arrows{display:flex;gap:1rem;margin-top:1.5rem;position:absolute;top:600px;left:50px}.arrow-circle{background-color:#fbeedb;width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#5c2e1a;font-size:1.2rem;cursor:pointer;transition:background .3s ease,transform .2s;box-shadow:0 2px 6px #0000001a;z-index:999}.arrow-circle:hover{background-color:#e8d3b5;transform:scale(1.05)}.navbar{width:1380px;padding:1.5rem 3rem;background-color:transparent;display:flex;justify-content:space-between;align-items:center;font-family:Pacifico,cursive;position:absolute;top:0;left:0;z-index:100}.nav-brand{font-family:Pacifico,cursive;font-size:2.1rem;color:#5c2e1a}.nav-items{list-style:none;display:flex;gap:2rem;font-size:1.5rem;font-weight:500;color:#3a2b23}.nav-items li{cursor:pointer;transition:color .3s ease}.nav-items li:hover{color:#a1673f}.nav-button{background-color:#a1673f;color:#fff;border:none;padding:.6rem 1.4rem;border-radius:20px;font-size:1rem;cursor:pointer;font-family:Pacifico,cursive;transition:background .3s ease}.nav-button:hover{background-color:#5c2e1a}.hero-section{position:relative;width:100vw;height:101vh;overflow:hidden}.hero-slide-content{position:absolute;width:100vw;height:101vh;top:-420px;padding:3rem 6rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;z-index:0;background-color:#f5f5f5}.hero-slide-wrapper{position:relative}.hero-image{position:absolute;right:4rem;bottom:2rem;z-index:1}.hero-slide-img{max-height:80vh;width:auto;object-fit:contain}
