.home-container { width: 100%; margin: 0 auto; overflow-x:hidden; padding: 0 5px; } .hero-message { margin:40px auto; } .hero-message p { font-size:14px; opacity:0.7; } .scroll-section { width: 100%; overflow: hidden; position: relative; } .scroll-wrap { width: 100%; overflow: hidden; padding: 6px 0; position: relative; } .scroll-track { display: inline-flex; gap: 12px; white-space: nowrap; animation: marquee-left 18s linear infinite; } .scroll-tab { flex: 0 0 auto; padding: 8px 16px; border-radius: 30px; font-size: 14px; color: var(--light-text); font-family: var(--low-font); background: rgba(255, 255, 255, 0.06); border: 1px solid var(--simple-color); backdrop-filter: blur(6px); display: inline-flex; align-items: center; gap: 6px; } .scroll-tab :hover { border:1px solid var(--branding); } .scroll-tab i { font-size: 16px; color:var(--branding); opacity:0.8; } @keyframes marquee-left { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } @keyframes marquee-right { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } } .right-scroll .scroll-track { animation: marquee-right 18s linear infinite; } .scroll-wrap:hover .scroll-track { animation-play-state: paused; } @media (max-width: 450px) { .scroll-tab { font-size: 12px; padding: 6px 12px; gap: 4px; } .scroll-tab i { font-size: 14px; } } .hero-feature { display: flex; flex-wrap:wrap; align-items:center; max-width:1200px; overflow-x:hidden; margin:auto auto 20px; justify-content:space-evenly; } .hf-visual { max-height:500px; min-width:280px; overflow:hidden; } .hf-visual img { height:250px; border-radius:15px; width:250px; } .hf-scroller { width:100%; max-width:800px; overflow:hidden; } .cocos { text-align: center; font-size:15px; font-weight:bold; opacity:0.8; margin-bottom: 5px; } p.subheading { text-align: center; color: var(--light-text); opacity:0.7; margin-bottom: 10px; font-size:10px; } .logos-container { display: flex; align-items: center; gap:5px; padding: 5px 0; } .logos-track { display: flex; gap: 9px; align-items: center; flex-shrink: 0; min-width: 100%; animation: scroll 30s linear infinite; } .logo-item { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 160px; height: 80px; } .logo-item img { max-width: 100%; max-height: 50px; object-fit: contain; border-radius:5px; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease; } .logo-item:hover img { filter: grayscale(0); opacity: 1; } @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-100% - 60px)); } } .logos-container:hover .logos-track { animation-play-state: paused; } @media (max-width: 768px) { .logo-item { width: 180px; } } .hero { background: linear-gradient(135deg, var(--background) 57%, var(--branding) 100%); color: var(--light-text); padding: 30px 20px; border-radius:0px 15px 15px 0px; text-align: center; } .tabs-container { width: 100%; margin: 0 auto; position: relative; background: var(--background); } .tabs-nav-container { position: sticky; top: 50px; z-index: 1100; background: var(--background); padding: 10px 0; width: 100%; overflow: hidden; } .tabs-nav-scroller { width: 100%; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 5px; } .tabs-nav-scroller::-webkit-scrollbar { display: none; } .tabs-nav { display: inline-flex; align-items: center; justify-content:space-evenly; padding: 0 15px; gap: 8px; min-width: 100%; width: max-content; } .tab-button { white-space: nowrap; padding: 6px 18px; border: 1px solid var(--light-text); border-radius: 20px; cursor: pointer; font-size: 17px; color: var(--light-text); transition: all 0.3s ease; background: transparent; flex-shrink: 0; position: relative; overflow: hidden; } .tab-button::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--branding); color: var(--background); opacity: 0; transition: opacity 0.3s ease; z-index: -1; } .tab-button.active { color: var(--background); transform: translateY(-1px); box-shadow: var(--shadow); border: none; } .tab-button.active::before { opacity: 1; } .tab-button:hover { transform: translateX(2px); box-shadow: var(--shadow); } .tabs-content { position: relative; width: 100%; padding-top: 20px; overflow-x: hidden; min-height: 60vh; background: var(--background); } .tab-pane { position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 0; transform: translateX(100%); opacity: 0; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease; overflow-y: auto; overflow-x: hidden; width: 100%; -webkit-overflow-scrolling: touch; } .tab-pane.active { position: relative; transform: translateX(0); opacity: 1; } .tab-pane.left { transform: translateX(-100%); } .tab-pane.right { transform: translateX(100%); } .h-discovery-cta { text-align: center; padding: 1rem 0; margin-top: 10px; } .h-discovery-cta h3 { font-size: 1.7rem; font-weight:700; margin-bottom: 5px; } .h-discovery-cta p { color:var(--light-text); margin-bottom: 5px; } .h-cta-button { display: inline-block; padding: 12px 30px; background:var(--g-branding); color: var(--background); text-decoration: none; font-weight: 700; border-radius: 30px; transition: all 0.3s ease; } .h-cta-button:hover { background: var(--background); color:var(--light-text); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .htc-buttons { display: flex; gap: 1rem; margin-top: 10rem; flex-wrap: wrap; justify-content: center; } .hero-quest { margin:25px auto 5px; max-width:600px; width:100%; padding:20px; } .hero-quest p { font-size:500; font-size:40px; } .hero-quest .bkkk { background:var(--branding); border-radius:4px; padding:4px; } .htc-btn { display: flex; align-items: center; gap: 0.4rem; padding: 0.75rem 1.5rem; border-radius: 8px; font-weight: 600; cursor: pointer; text-decoration: none; transition: all 0.3s ease; font-size: 1rem; white-space: nowrap; } .htc-btn-fill { background: var(--g-branding); color: var(--light-text); border: none; } .htc-btn-fill:hover { opacity: 0.9; transform: translateY(-2px); } .htc-btn-outline { background: transparent; border: 2px solid var(--branding); color: var(--branding); } .htc-btn-outline:hover { background: var(--branding); color: var(--light-text); transform: translateY(-2px); } .mk-intro { background: var(--background); position: relative; overflow: hidden; } .mk-intro::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 20% 30%, rgba(0, 176, 155, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(150, 201, 61, 0.08) 0%, transparent 50%); pointer-events: none; } .mk-intro::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(150, 201, 61, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(150, 201, 61, 0.02) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; } .mk-hero { padding: 80px 20px; text-align: center; position: relative; z-index: 1; } .mk-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--card-bg); padding: 10px 24px; border-radius: 50px; font-size: 13px; margin-bottom: 30px; border: 1px solid var(--simple-color); animation: mk-float 3s ease-in-out infinite; } @keyframes mk-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } } .mk-hero-badge i { color: var(--branding); font-size: 16px; } .mk-hero-title { font-size: 4rem; font-weight: 900; line-height: 1.1; margin-bottom: 25px; letter-spacing: -2px; max-width: 900px; margin-left: auto; margin-right: auto; } .mk-grad { background: var(--g-branding); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .mk-hero-sub { font-size: 1.3rem; line-height: 1.6; color: var(--light-text); opacity:0.7; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; } .mk-hero-cta { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; } .mk-btn { display: inline-flex; align-items: center; gap: 10px; padding: 18px 40px; border-radius: 12px; font-size: 1.1rem; font-weight: 700; cursor: pointer; text-decoration: none; transition: all 0.3s; border: none; } .mk-btn-primary { background: var(--g-branding); color: var(--background); } .mk-btn-primary:hover { transform: translateY(-3px); box-shadow: var(--brand-shadow); } .mk-btn-secondary { background: var(--card-bg); color: var(--light-text); border: 2px solid var(--simple-color); } .mk-btn-secondary:hover { border-color: var(--branding); background: rgba(150, 201, 61, 0.1); } .mk-scroller { width: 100%; overflow: hidden; padding: 20px 0; position: relative; z-index: 1; } .mk-scroller-track { display: flex; gap: 20px; animation: mk-scroll-right 30s linear infinite; } .mk-scroller.reverse .mk-scroller-track { animation: mk-scroll-left 30s linear infinite; } @keyframes mk-scroll-right { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } @keyframes mk-scroll-left { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } } .mk-scroller-img { width: 280px; height: 180px; border-radius: 15px; object-fit: cover; border: 2px solid var(--simple-color); flex-shrink: 0; transition: all 0.3s; } .mk-scroller-img:hover { transform: scale(1.05); border-color: var(--branding); box-shadow: var(--brand-shadow); } .mk-features { padding: 35px 20px; position: relative; z-index: 1; } .mk-container { max-width: 1200px; margin: 0 auto; } .mk-section-title { text-align: center; font-size: 2.5rem; font-weight: 800; margin-bottom: 50px; letter-spacing: -1px; } .mk-feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 20px; margin-bottom: 25px; } .mk-feat-card { background: var(--card-bg); border: 2px solid var(--simple-color); border-radius: 20px; padding:30px 10px 10px; transition: all 0.4s; position: relative; overflow: hidden; } .mk-feat-card::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: var(--g-branding); opacity: 0; transition: all 0.5s; } .mk-feat-card:hover::before { left: 0; opacity: 0.05; } .mk-feat-card:hover { transform: translateY(-8px); border-color: var(--branding); box-shadow: var(--brand-shadow); } .mk-feat-icon { width: 60px; height: 60px; background: rgba(150, 201, 61, 0.1); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; border: 2px solid var(--simple-color); position: relative; z-index: 1; } .mk-feat-icon i { font-size: 3rem; color: var(--branding); } .mk-feat-title { font-size: 1.4rem; font-weight: 700; margin-bottom: 12px; color: var(--light-text); position: relative; z-index: 1; } .mk-feat-desc { color: var(--light-text); opacity:0.6; line-height: 1.3; font-size: 0.85rem; position: relative; z-index: 1; } .mk-split { padding: 80px 20px; position: relative; z-index: 1; } .mk-split-wrap { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .mk-split-content h2 { font-size: 2.8rem; font-weight: 900; line-height: 1.2; margin-bottom: 20px; letter-spacing: -1px; } .mk-split-content p { font-size: 1.1rem; line-height: 1.8; color: var(--light-text); opacity:0.7; margin-bottom: 20px; } .mk-split-list { list-style: none; padding: 0; margin: 30px 0; } .mk-split-list li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 18px; font-size: 1rem; color: var(--light-text); } .mk-split-list i { color: var(--branding); font-size: 1.3rem; margin-top: 2px; } .mk-split-visual { position: relative; } .mk-visual-box { background: var(--card-bg); border: 2px solid var(--simple-color); border-radius: 20px; padding: 40px; text-align: center; position: relative; overflow: hidden; } .mk-visual-box::before { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(150, 201, 61, 0.1) 0%, transparent 70%); } .mk-visual-icon { font-size: 5rem; color: var(--branding); margin-bottom: 20px; position: relative; z-index: 1; } .mk-visual-text { font-size: 1.5rem; font-weight: 700; color: var(--light-text); position: relative; z-index: 1; } .mk-visual-subtext { color: var(--light-text); opacity:0.7; margin-top: 10px; position: relative; z-index: 1; } .mk-cta { padding: 100px 20px; text-align: center; position: relative; z-index: 1; } .mk-cta-box { max-width: 800px; margin: 0 auto; background: var(--card-bg); border: 2px solid var(--simple-color); border-radius: 24px; padding: 60px 40px; position: relative; overflow: hidden; } .mk-cta-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--g-branding); opacity: 0.05; } .mk-cta-title { font-size: 2.5rem; font-weight: 900; margin-bottom: 20px; position: relative; z-index: 1; } .mk-cta-desc { font-size: 1.2rem; color: var(--light-text); opacity:0.7; margin-bottom: 35px; position: relative; z-index: 1; } .mk-cta-btn { position: relative; z-index: 1; } @media (max-width: 768px) { .mk-hero-title { font-size: 2.5rem; } .mk-hero-sub { font-size: 1.1rem; } .mk-hero { padding: 50px 20px; } .mk-feat-grid { grid-template-columns: 1fr; } .mk-scroller-img { width: 220px; height: 140px; } .mk-split-wrap { grid-template-columns: 1fr; gap: 40px; } .mk-split-content h2 { font-size: 2rem; } .mk-cta-box { padding: 40px 25px; } .mk-cta-title { font-size: 1.8rem; } .mk-btn { padding: 15px 30px; font-size: 1rem; } } .hty-hero { display: flex; align-items: center; justify-content:center; gap: 1rem; max-width: 1000px; margin: 20px auto 1rem; padding: 0 18px; } .hty-img { flex: 2; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); } .hty-img img { width: 100%; height: 400px; object-fit: cover; transition: transform 0.3s ease; } .hty-img:hover img { transform: scale(1.05); } .hty-txt { flex: 1; padding: 2rem; } .hty-txt h3 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; background: var(--g-branding); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hty-desc { font-size: 1.1rem; opacity: 0.8; margin-bottom: 2rem; } @media (max-width: 768px) { .hty-hero { flex-direction: column; } } .madd-preview { width: 100%; max-width: 900px; margin: 40px auto; border-radius: 20px; overflow: hidden; position: relative; border:1px solid var(--branding); transform: perspective(1000px) rotateY(-8deg) skewX(-2deg); transform-style: preserve-3d; box-shadow: 0 15px 35px rgba(0,0,0,0.25); animation: pulseGlow 3s infinite ease-in-out; transition: transform 0.6s ease, box-shadow 0.6s ease; } .madd-preview img { width: 100%; height: auto; display: block; object-fit: cover; } .madd-preview:hover { transform: perspective(1000px) rotateY(0deg) skewX(0deg) scale(1.03); box-shadow: 0 15px 45px rgba(0,0,0,0.35); } @keyframes pulseGlow { 0% { box-shadow: 0 8px 28px rgba(0,0,0,0.18); } 50% { box-shadow: 0 35px 55px rgba(0,0,0,0.35); } 100% { box-shadow: 0 8px 28px rgba(0,0,0,0.18); } } @media (max-width: 600px) { .madd-preview { transform: perspective(700px) rotateY(-4deg) skewX(-1deg); border-radius: 12px; margin: 25px auto; } }