body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.App:before{animation:backgroundShift 15s ease infinite;background:radial-gradient(circle at 20% 50%,#ff6b6b33 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffeaa733 0,#0000 50%),radial-gradient(circle at 40% 80%,#84fab033 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes backgroundShift{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.landing-container{align-items:center;animation:fadeInUp 1s ease-out;display:flex;gap:3rem;justify-content:center;max-width:1400px;padding:2rem;text-align:center;width:100%;z-index:1}.left-section{flex:1 1;max-width:600px}.right-section{align-items:stretch;flex:1 1;max-width:500px}.fisherman-container,.right-section{display:flex;height:100%;justify-content:center}.fisherman-container{align-items:center;animation:slideInRight 1s ease-out;padding:2rem 0;position:relative}.fisherman-container:before{background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000026;content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:90%;z-index:-1}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.fisherman-image{animation:floatFisherman 4s ease-in-out infinite;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2));height:100%;max-height:600px;object-fit:contain;position:relative;width:auto;z-index:1}@keyframes floatFisherman{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.logo-container{animation:floatAnimation 3s ease-in-out infinite;margin-bottom:3rem}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.logo{animation:pulse 2s ease-in-out infinite;border-radius:50%;box-shadow:0 20px 60px #0000004d,0 0 0 10px #ffffff1a,0 0 0 20px #ffffff0d;height:280px;object-fit:cover;transition:transform .3s ease;width:280px}@keyframes pulse{0%,to{box-shadow:0 20px 60px #0000004d,0 0 0 10px #ffffff1a,0 0 0 20px #ffffff0d,0 0 100px #fff0}50%{box-shadow:0 20px 60px #0000004d,0 0 0 10px #fff3,0 0 0 20px #ffffff1a,0 0 100px #fff3}}.logo:hover{transform:scale(1.05)}.content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:2.5rem 3rem}.main-heading{animation:fadeIn 1.5s ease-out .3s both;color:#fff;font-size:3rem;font-weight:700;letter-spacing:-.5px;line-height:1.2;margin-bottom:2rem;text-shadow:0 2px 10px #0003}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dots{display:flex;gap:12px;justify-content:center;margin-top:1.5rem}.dot{animation:bounce 1.4s ease-in-out infinite;background:#fffc;border-radius:50%;height:14px;width:14px}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.8;transform:translateY(0) scale(1)}40%{opacity:1;transform:translateY(-15px) scale(1.1)}}.rainbow-line{animation:rainbowSlide 3s linear infinite;background:linear-gradient(90deg,red,#ff7f00,#ff0,#0f0,#00f,indigo,#9400d3);border-radius:3px;box-shadow:0 4px 15px #0003;height:6px;margin-top:3rem;width:100%}@keyframes rainbowSlide{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(1turn)}}@media (max-width:1024px){.landing-container{gap:2rem}.fisherman-image{max-height:500px}}@media (max-width:768px){.landing-container{flex-direction:column;gap:2rem;padding:1.5rem}.left-section{max-width:100%}.right-section{height:auto;max-width:100%}.fisherman-container{padding:1.5rem 0}.fisherman-image{max-height:400px}.logo{height:200px;width:200px}.content{padding:2rem 1.5rem}.main-heading{font-size:2rem}}@media (max-width:480px){.fisherman-container{padding:1rem 0}.fisherman-image{max-height:300px}.logo{height:160px;width:160px}.main-heading{font-size:1.5rem}.content{padding:1.5rem 1rem}}
/*# sourceMappingURL=main.613058ae.css.map*/