*{margin:0;padding:0;font-family:Poppins}.nav{position:sticky;top:0;z-index:1000;background-color:#0a1f44;width:100%}.nav-inner{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 40px;color:#fff}.nav-logo{font-family:Outfit;font-size:42px;font-weight:500;color:#fff;margin:0}.nav-menu{display:flex;align-items:center;list-style:none;gap:60px;margin:0;padding:0}.nav-menu li a{text-decoration:none;color:#fff;font-size:18px;font-weight:500;padding:8px 16px;border:1px solid white;border-radius:50px;transition:background-color .2s ease,color .2s ease}.nav-menu li a:hover{background-color:#fff;color:#0a1f44}.nav-contact{display:inline-block;border-radius:50px;padding:10px 38px;background-color:#fff;color:#0a1f44!important;font-weight:700;border:1px solid white;text-decoration:none;transition:background-color .2s ease,color .2s ease}.nav-contact:hover{background-color:transparent!important;color:#fff!important}.contact-container{max-width:600px;margin:50px auto;padding:20px;text-align:center;background:#f8f8f8;border-radius:10px;box-shadow:0 4px 10px #0000001a}h1{color:#333}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:15px;text-align:left}label{display:block;font-weight:700;margin-bottom:5px}input,textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:16px}textarea{resize:none;height:120px}button{background-color:#0073e6;color:#fff;padding:10px;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:.3s}button:hover{background-color:#005bb5}.error{color:red;font-size:14px}.background{height:100%;width:100%;float:left;top:0;margin-top:60px;left:0;right:0;bottom:0;padding:none;position:fixed;object-fit:cover;z-index:-1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .5s ease-in-out}.hero{margin:270px 120px 0}.hero-text{color:#fff;font-size:110px;font-weight:500;line-height:130px}.hero-explore{display:flex;align-items:center;gap:15px;width:fit-content;margin-top:50px;padding:10px 20px;border-radius:50px;background-color:#fff;cursor:pointer}.hero-explore p{color:#292929;font-size:18px;font-weight:500;white-space:nowrap}.hero-explore img{width:20px;height:auto}.hero-dot-play{margin-top:120px;display:flex;justify-content:space-between}.hero-dots{display:flex;align-items:center;gap:23px;list-style:none}.hero-dot{width:15px;height:15px;background:#fff;border-radius:7.5px;cursor:pointer}.hero-dot.orange{background:#ff4500}.hero-play{display:flex;align-items:center;gap:10px;padding:8px 15px;background-color:#fff3;border-radius:40px;cursor:pointer}.hero-play p{color:#fff;font-size:16px;font-weight:500;white-space:nowrap}.hero-play img{width:22px;height:auto}
