.background{height:100%;width:100%;position:fixed;top:0;left:0;object-fit:cover;z-index:-1;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease-in-out}@media screen and (max-width: 768px){.background{height:100%;width:100%;position:fixed;top:0;left:0;object-fit:cover;z-index:-1}}.nav{display:flex;justify-content:space-between;align-items:center;margin:20px;color:#fff}.nav-logo{font-family:Outfit;font-size:28px;font-weight:500}.nav-menu{display:flex;align-items:center;list-style:none;gap:20px;font-size:16px}.nav-contact{border-radius:50px;padding:8px 20px;background:#fff;color:#262626}@media screen and (max-width: 768px){.nav{margin:20px}.nav-logo{font-size:24px}.nav-menu{gap:15px;font-size:14px}.nav-contact{padding:6px 16px}}.hero{margin:170px 20px 0}.hero-text{color:#fff;font-size:48px;font-weight:500;line-height:60px}.hero-explore{display:flex;align-items:center;gap:20px;width:fit-content;margin-top:50px;padding:5px 8px 5px 20px;border-radius:40px;background-color:#fff;cursor:pointer}.hero-explore p{color:#292929;font-size:16px;font-weight:500}.hero-dot-play{margin-top:80px;display:flex;justify-content:space-between}.hero-dots{display:flex;gap:10px;align-items:center;list-style:none}.hero-dot{width:10px;height:10px;border-radius:5px;background:#fff;cursor:pointer}.hero-dot.orange{background:#ff4500}.hero-play{display:flex;align-items:center;gap:20px}.hero-play p{color:#fff;font-size:16px}@media screen and (max-width: 768px){.hero{margin-top:120px}.hero-text{font-size:36px;line-height:48px}.hero-explore{gap:15px;padding-left:15px;border-radius:30px}.hero-explore p{font-size:14px}.hero-dot-play{margin-top:60px}.hero-dot{width:8px;height:8px;border-radius:4px}.hero-play p{font-size:14px}}*{margin:0;padding:0;font-family:Poppins}
