html{overflow-x:hidden}html body{display:flex;flex-direction:column;min-height:100vh;margin:0;background:linear-gradient(90deg,#120424 10%,#000,#120424 90%);font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}html body main{flex:1}html body header{display:flex;color:#fff;max-width:100%;justify-content:space-between;align-items:center;background-color:#ff00bf1a;padding:50px;position:relative;height:100px}@media (max-width: 768px){html body header{height:70px;padding:0 15px}}@media (max-width: 480px){html body header{height:60px;padding:0 10px}}html body .logo-section{display:flex;align-items:center}html body .logo-section .navlogo{height:60px;width:60px;border-radius:50%;transition:all .3s ease}html body .logo-section .navlogo:hover{transform:scale(1.1)}@media (max-width: 768px){html body .logo-section .navlogo{height:50px;width:50px}}@media (max-width: 480px){html body .logo-section .navlogo{height:40px;width:40px}}html body .brand-name{text-decoration:none;position:absolute;left:15%;transform:translate(-50%);z-index:1}html body .brand-name p{margin:0;font-size:1.8rem;font-weight:700;color:#fff;transition:all .3s ease}html body .brand-name p:hover{color:#007bff}@media (max-width: 768px){html body .brand-name p{font-size:1.4rem;transform:translate(100%)}}@media (max-width: 480px){html body .brand-name p{font-size:1.2rem}}@media (max-width: 1500px){html body .brand-name{left:20%;transform:translate(-20%)}}html body .navbar{display:flex;align-items:center;margin:10px}html body .navbar .nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:50px}@media (max-width: 1200px){html body .navbar .nav-menu{gap:20px}}@media (max-width: 768px){html body .navbar .nav-menu{position:fixed;top:70px;left:0;right:0;background:#16193bf2;backdrop-filter:blur(10px);flex-direction:column;padding:20px;gap:20px;transform:translate(-100%);z-index:1000;box-shadow:0 4px 20px #0000004d}html body .navbar .nav-menu.active{transform:translate(0)}}html body .navbar .nav-menu li{margin:0}html body .navbar .nav-menu li a{display:block;padding:10px 15px;font-size:1.1rem;color:#fff;text-decoration:none;border-radius:8px;transition:all .3s ease;position:relative;text-align:center}html body .navbar .nav-menu li a:hover{background:#007bff33;transform:translateY(-2px)}@media (max-width: 1200px){html body .navbar .nav-menu li a{font-size:1rem;padding:8px 12px}}@media (max-width: 768px){html body .navbar .nav-menu li a{font-size:1.2rem;padding:15px 20px;border-bottom:1px solid rgba(255,255,255,.1)}html body .navbar .nav-menu li a:hover{background:#007bff4d;transform:none}}html body .navbar .mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px;width:30px;height:30px;justify-content:space-between}@media (max-width: 768px){html body .navbar .mobile-menu-toggle{display:flex}}html body .navbar .mobile-menu-toggle .hamburger-line{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}html body .navbar .mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}html body .navbar .mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}html body .navbar .mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}html body .navbar .mobile-menu-toggle:hover .hamburger-line{background:#007bff}html body footer{width:100%;margin-top:20px;height:100px;border-top:2px white solid;background:linear-gradient(180deg,#0f1419 25%,#16193b 80%);text-align:center}html body .footer-section{color:#fff;text-align:center;height:200px;background:#8b8492;margin-top:30px;background:linear-gradient(180deg,#0f1419,#16193b)}html body .footer-section #copyright{font-size:small;text-align:center;padding:20px}html body .footer-section .social-image-container{align-items:center;justify-content:center;display:flex}html body .footer-section .social-image-container .footer-logo{border-radius:50%;padding:15px}html body .footer-section .social-image-container .footer-links{color:#fff;padding:20px;text-decoration:underline}@media (max-width: 768px){html body .footer-section .social-image-container .footer-links{font-size:15px}html body .footer-section .social-image-container .footer-logo,html body .footer-section .social-image-container .social-image{max-width:50px;max-height:50px}}html,body{margin:0;width:100%;height:100%}
