:root {
/* เปลี่ยนโทนสีจากฟ้าเป็นทองสว่าง */
–gold-bright: #ffdb15;
–gold-glow: #ffae00;
–deep-blue: #000428;
–glow-white: #ffffff;
}
#ug-banner-v15 {
all: initial; display: block !important; width: 100% !important;
position: relative !important; overflow: hidden !important;
background: var(–deep-blue) !important; font-family: ‘Kanit’, sans-serif !important;
}
/* ⚡ เอฟเฟกต์เส้นขอบ (ฐานของแสงวิ่งสีทอง) */
.neon-border {
position: absolute !important; width: 100% !important; height: 3px !important;
z-index: 50 !important; overflow: hidden !important;
background: rgba(255, 219, 21, 0.1) !important;
}
.border-top { top: 0 !important; }
.border-bottom { bottom: 0 !important; }
/* ✨ ลูกเล่นแสงสีทองวิ่งพาดผ่าน (Gold Running Effect) */
.neon-border::after {
content: “” !important;
position: absolute !important;
top: 0 !important;
left: -100% !important;
width: 100% !important;
height: 100% !important;
/* ใช้ Gradient สีทองสว่างตัดกับสีขาวเพื่อให้ดูเรืองแสงชัดเจน */
background: linear-gradient(90deg, transparent, var(–gold-glow), var(–glow-white), var(–gold-bright), transparent) !important;
animation: neon-running 4s infinite linear !important;
}
@keyframes neon-running {
0% { left: -100%; }
100% { left: 100%; }
}
/* สัดส่วนแบนเนอร์ 1920×750 */
.v15-aspect-ratio {
width: 100% !important;
padding-top: calc(750 / 1920 * 100%) !important;
position: relative !important;
}
.v15-inner {
position: absolute !important; top: 0 !important; left: 0 !important;
width: 100% !important; height: 100% !important;
}
.v15-slide {
width: 100% !important; height: 100% !important;
background-size: cover !important; background-position: center !important;
/* แสดง 1 รูปภาพตามสั่ง */
background-image: url(‘https://akanas-a.com/wp-content/uploads/2026/03/AKABET-เว็บเดิมพันออนไลน์-มาแรง-อันดับ-1-สล็อต-คาสิโน-สปอร์ต-เล่นง่าย-ได้เงินจริง.jpg’);
}
/* ✅ แก้ไขเฉพาะแบบมือถือ: เลื่อนปกขึ้นให้ติดส่วนบน */
@media (max-width: 768px) {
#ug-banner-v15 {
margin-top: -3px !important;
}
}
/* แถบข่าวสารสไตล์ AKANASA SPACE */
.ug-news-ticker {
width: 100%;
/* มูดน้ำเงินเข้มอวกาศ */
background: linear-gradient(90deg, #000428 0%, #001f4d 50%, #000428 100%);
height: 52px;
display: flex;
align-items: center;
position: relative;
overflow: hidden;
border-bottom: 2px solid #00d2ff; /* เส้นขอบนีออนฟ้า */
border-top: 1px solid rgba(255,255,255,0.1);
z-index: 10;
font-family: ‘Prompt’, sans-serif;
margin: 0;
padding: 0;
top: -1px; /* เชื่อมรอยต่อให้เนียน */
}
/* ✨ เอฟเฟกต์ละอองดาวสีทอง (Gold Particles) วิ่งวนในแถบ */
.ug-news-ticker::after {
content: ”;
position: absolute;
top: 0; left: 0; width: 200%; height: 100%;
background-image: radial-gradient(circle, #f9d423 1px, transparent 1px);
background-size: 100px 100px;
opacity: 0.15;
animation: spaceMoving 20s linear infinite;
pointer-events: none;
}
@keyframes spaceMoving {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
/* ส่วนหัวข้อประกาศ (Gradient Neon Style) */
.ticker-header {
background: linear-gradient(135deg, #0072ff 0%, #00d2ff 100%);
color: #fff;
padding: 0 30px;
height: 100%;
display: flex;
align-items: center;
font-weight: 700;
font-size: 16px;
z-index: 20;
box-shadow: 10px 0 20px rgba(0,0,0,0.5);
/* รูปทรงสโลปทันสมัย */
clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
text-shadow: 0 0 10px rgba(255,255,255,0.6);
}
.ticker-header i {
margin-right: 12px;
font-size: 18px;
color: #f9d423; /* ไอคอนสีทอง */
animation: bellRing 2.5s infinite ease-in-out;
}
@keyframes bellRing {
0%, 100% { transform: rotate(0); }
10%, 25% { transform: rotate(20deg); }
15%, 30% { transform: rotate(-20deg); }
35% { transform: rotate(0); }
}
/* โซนตัวอักษรวิ่ง */
.ticker-container {
flex: 1;
overflow: hidden;
white-space: nowrap;
display: flex;
align-items: center;
z-index: 15;
}
.ticker-content {
display: inline-block;
white-space: nowrap;
padding-left: 100%;
animation: ugScroll 40s linear infinite;
color: #ffffff;
font-size: 15px;
font-weight: 400;
letter-spacing: 0.5px;
}
/* หยุดวิ่งเมื่อเอาเมาส์วาง */
.ticker-container:hover .ticker-content {
animation-play-state: paused;
cursor: pointer;
}
/* เน้นชื่อแบรนด์ให้เรืองแสง */
.ticker-content b {
color: #f9d423; /* สีทอง */
font-weight: 700;
text-shadow: 0 0 12px rgba(249, 212, 35, 0.4);
margin-right: 5px;
}
@keyframes ugScroll {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}
/* ปรับแต่งสำหรับมือถือ */
@media (max-width: 768px) {
.ug-news-ticker { height: 45px; }
.ticker-header { padding: 0 20px; font-size: 13px; clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%); }
.ticker-content { font-size: 13px; animation-duration: 30s; }
}
ข้อมูลข่าวสาร
🔊 AKANASA | ยินดีต้อนรับสู่ประสบการณ์ใหม่แห่งโลกอวกาศ แจ็คพอตแตกง่ายที่สุดในไทย AKABET | AKANASA พร้อมให้บริการสมาชิกทุกท่านด้วยระบบอัตโนมัติที่เร็วที่สุด ฝาก-ถอน ภายใน 3 วินาที ไม่ต้องโยกเครดิต รวมค่ายเกมดังระดับโลกไว้ในที่เดียว ทั้ง PG SLOT, PRAGMATIC PLAY, JOKER GAMING และอื่นๆ อีกมากมาย สนุกมั่นคง ปลอดภัย จ่ายจริง 100% ติดต่อแอดมินได้ตลอด 24 ชั่วโมง
@import url(‘https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;600;700;800;900&display=swap’);
#ak-v3-root {
all: initial; display: block !important; width: 100% !important;
font-family: ‘Kanit’, sans-serif !important;
background: #000 radial-gradient(circle at center, #001a4d 0%, #000 100%) !important;
padding: 60px 0 100px !important;
color: #fff !important;
position: relative !important;
overflow: hidden !important;
}
/* 🫧 ส่วนฟองอากาศจิ๋ว (เพิ่มปริมาณขึ้น 80%) */
.ak-space-overlay { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; pointer-events: none !important; z-index: 1 !important; }
.space-bubble {
position: absolute !important;
bottom: -20px !important;
background: rgba(255, 255, 255, 0.5) !important;
border-radius: 50% !important;
animation: bubbleSlowUp var(–d) infinite linear !important;
display: block !important;
box-shadow: 0 0 8px rgba(255, 255, 255, 0.4) !important;
}
@keyframes bubbleSlowUp {
0% { transform: translateY(0) scale(0.5); opacity: 0; }
30% { opacity: 0.7; }
100% { transform: translateY(-110vh) scale(1.2); opacity: 0; }
}
/* ขนาดฟองอากาศ */
.b-tiny { width: 4px; height: 4px; –d: 15s; }
.b-small { width: 8px; height: 8px; –d: 20s; }
.b-mid { width: 12px; height: 12px; –d: 25s; }
/* 🏷️ ส่วนหัวข้อและเนื้อหาคงเดิม */
.v3-header-container { text-align: center !important; margin-bottom: 60px !important; position: relative !important; z-index: 10 !important; }
.v3-header-title { font-size: clamp(24px, 5vw, 48px) !important; font-weight: 900 !important; text-transform: uppercase !important; letter-spacing: 2px !important; background: linear-gradient(180deg, #fff 30%, #00d2ff 100%) !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; filter: drop-shadow(0 0 15px rgba(0, 210, 255, 0.6)) !important; margin: 0 !important; }
.v3-header-line { width: 150px; height: 4px; background: #00ff00; margin: 15px auto 0; border-radius: 10px; box-shadow: 0 0 20px #00ff00; animation: pulseLine 2s infinite alternate; }
@keyframes pulseLine { from { width: 100px; opacity: 0.5; } to { width: 200px; opacity: 1; } }
.v3-container { max-width: 1200px !important; margin: 0 auto !important; padding: 0 20px !important; position: relative !important; z-index: 5 !important; }
.v3-grid { display: grid !important; grid-template-columns: 1.1fr 0.9fr !important; gap: 50px !important; align-items: center !important; }
.v3-text p { line-height: 1.8 !important; font-weight: 300 !important; font-size: 17px !important; color: rgba(224, 242, 241, 0.9) !important; text-align: left !important; word-spacing: 1px !important; letter-spacing: 0.5px !important; }
@media (max-width: 991px) {
#ak-v3-root { padding: 40px 0 !important; }
.v3-grid { grid-template-columns: 1fr !important; gap: 35px !important; }
.v3-img-side { order: -1 !important; }
.v3-text { text-align: center !important; }
.v3-text p { text-align: center !important; font-size: 15px !important; }
}
.v3-text h2 { color: #00ff00 !important; font-size: 32px !important; font-weight: 800 !important; margin-bottom: 25px !important; text-shadow: 0 0 10px rgba(0, 255, 0, 0.3) !important; display: flex !important; align-items: center !important; gap: 15px !important; }
.v3-btn-row { display: flex !important; gap: 20px !important; margin-top: 40px !important; flex-wrap: wrap; }
.v3-btn { width: 250px !important; height: 58px !important; border-radius: 50px !important; text-decoration: none !important; font-weight: 800 !important; font-size: 19px !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 12px !important; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; border: 2px solid #fff !important; position: relative; overflow: hidden; }
.btn-ak-blue { background: linear-gradient(135deg, #1a23ff 0%, #00d2ff 100%) !important; color: #fff !important; }
.btn-ak-green { background: linear-gradient(135deg, #00ff00 0%, #008000 100%) !important; color: #000 !important; }
.v3-btn:hover { transform: translateY(-8px) scale(1.05) !important; filter: brightness(1.2); }
.v3-img-side img { max-width: 100% !important; filter: drop-shadow(0 0 35px rgba(0, 210, 255, 0.5)) !important; animation: floatHero 5s infinite ease-in-out !important; }
@keyframes floatHero { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-25px); } }
.ak-premium-box { margin-top: 80px !important; background: rgba(0, 20, 50, 0.25) !important; border-radius: 30px !important; padding: 45px !important; border: 1px solid rgba(0, 210, 255, 0.2) !important; backdrop-filter: blur(15px) !important; box-shadow: 0 25px 60px rgba(0,0,0,0.6) !important; }
.v3-footer-title { font-size: 30px !important; font-weight: 800 !important; color: #00d2ff !important; margin-bottom: 25px !important; text-align: center !important; }
.ak-blue-link { color: #00ff00 !important; font-weight: 700 !important; text-decoration: none !important; border-bottom: 1px dashed #00ff00; }
AKANASA BETFLIK BEST WEB
ยินดีต้อนรับสู่ AKANASA
ยินดีต้อนรับสมาชิกทุกท่านเข้าสู่จักรวาลแห่งความสนุกที่ไม่มีที่สิ้นสุดกับเว็บสล็อต AKANASA คาสิโนออนไลน์ที่รวมทุกความต้องการไว้ในที่เดียว เราคือผู้ให้บริการหลักระดับประเทศที่รวบรวมค่ายเกมชั้นนำทั้งไทยและต่างประเทศมาไว้ให้บริการสมาชิกอย่างครบครัน ด้วยระบบที่ออกแบบมาให้มีความทันสมัย ใช้งานง่าย เข้าถึงได้ทุกเพศทุกวัย
รองรับการเล่นทุกรูปแบบไม่ว่าจะเป็นผ่านคอมพิวเตอร์ แท็บเล็ต หรือสมาร์ทโฟนทุกระบบปฏิบัติการทั้ง iOS และ Android สัมผัสประสบการณ์การเล่นที่เหนือระดับด้วยภาพกราฟิกสวยงามสมจริงระดับ Full HD พร้อมเอฟเฟกต์เสียงที่น่าตื่นเต้นเสมือนนั่งอยู่ในคาสิโนจริง เรามีค่ายเกมดังให้เลือกเล่นมากมายอาทิ SA Game, Sexy Baccarat, Pretty Gaming และโดยเฉพาะ PGSLOT ที่แจ็คพอตแตกง่ายที่สุดในตอนนี้
นอกจากนี้ยังมีระบบฝาก-ถอนอัตโนมัติที่รวดเร็วทันใจภายในไม่กี่วินาที ทำให้สมาชิกไม่ต้องเสียเวลารอนาน มั่นใจได้ในความมั่นคง ปลอดภัย 100% ด้วยฐานการเงินที่แข็งแรงที่สุด พร้อมทีมงาน Call Center มืออาชีพที่คอยดูแลและแก้ไขปัญหาให้ท่านตลอด 24 ชั่วโมง เพื่อให้ทุกการเดิมพันของท่านราบรื่นและมีโอกาสลุ้นรางวัลใหญ่ได้ในทุกครั้งที่เข้ามาใช้บริการกับเรา
เข้าสู่ระบบ
สมัครสมาชิก
AKANASA เว็บตรง มั่นคง จ่ายจริง 100%
หากท่านกำลังมองหาความมั่นใจในการเดิมพัน AKANASA คือคำตอบที่ดีที่สุดสำหรับคุณ เราคือเว็บตรงที่ไม่ผ่านเอเย่นต์ มั่นคงด้วยระบบบริหารจัดการระดับมาตรฐานสากล จ่ายจริงทุกยอดไม่มีอั้น ไม่ว่าจะเป็นยอดหลักสิบหรือหลักล้าน ท่านสามารถมั่นใจได้ว่าข้อมูลส่วนตัวและการเงินจะถูกเก็บรักษาไว้อย่างปลอดภัยที่สุด ด้วยเทคโนโลยีการเข้ารหัสที่ทันสมัยที่สุดในปัจจุบัน
เรามุ่งมั่นพัฒนาบริการอย่างต่อเนื่องเพื่อให้สมาชิกได้รับประสบการณ์ที่ดีที่สุดในการเดิมพันออนไลน์ พร้อมโปรโมชั่นที่จัดหนักแจกจริงทั้งสมาชิกใหม่และสมาชิกเก่า ทำให้ทุกการฝากของท่านมีความหมายและเพิ่มโอกาสในการชนะเดิมพันได้มากขึ้น ร่วมเป็นส่วนหนึ่งของครอบครัวเราได้แล้ววันนี้ พร้อมรับสิทธิพิเศษมากมายที่หาไม่ได้จากที่ไหน
หากท่านมีข้อสงสัยต้องการคำปรึกษากรุณาติดต่อสอบถาม CALL CENTER ได้ตลอด 24 ชั่วโมง
@import url(‘https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;600;700&display=swap’);
/* — [1] เส้นขอบเรืองแสง (ปรับโทนให้สว่างเข้ากับพื้นหลังใหม่) — */
.ak-glow-top-border {
width: 100%; height: 4px; background: #fff;
position: relative; overflow: hidden; z-index: 10; margin-top: -2px;
}
.ak-glow-top-border::after {
content: ”; position: absolute; left: -100%; width: 50%; height: 100%;
background: linear-gradient(90deg, transparent, #00c6ff, #0072ff, #00c6ff, transparent);
animation: akGlowRun 8s linear infinite;
}
@keyframes akGlowRun { 0% { left: -100%; } 100% { left: 100%; } }
#ak-promo-root {
all: initial; display: block !important; width: 100% !important;
font-family: ‘Kanit’, sans-serif !important;
/* ✅ ✅ เปลี่ยนโทนพื้นหลังเป็นมูดสีขาว (White Space Gradient) */
background: #f0faff radial-gradient(circle at center, #ffffff 0%, #d9eeff 100%) !important;
padding: 50px 0 !important;
color: #333 !important; /* เปลี่ยนสีตัวอักษรพื้นฐานเป็นสีเข้มเพื่อให้อ่านง่ายบนพื้นขาว */
text-align: center !important; position: relative !important;
overflow: hidden !important; margin-top: -1px;
}
/* 🫧 ✅ ส่วนฟองอากาศ: เพิ่มปริมาณ +80% และทำให้เห็นชัดขึ้น */
.ak-bubble-overlay {
position: absolute !important; top: 0 !important; left: 0 !important;
width: 100% !important; height: 100% !important;
pointer-events: none !important; z-index: 1 !important;
}
.ak-bubble {
position: absolute !important; bottom: -20px !important;
/* ✅ ปรับความชัดเจนของฟองอากาศขึ้น (Opacity 0.6) และเพิ่มเงาสีฟ้าจางๆ */
background: rgba(0, 162, 255, 0.4) !important;
border-radius: 50% !important;
box-shadow: 0 0 10px rgba(0, 198, 255, 0.3) !important;
animation: bubbleRise var(–speed) infinite linear !important;
}
@keyframes bubbleRise {
0% { transform: translateY(0) scale(1); opacity: 0; }
20% { opacity: 0.6; }
100% { transform: translateY(-115vh) scale(1.5); opacity: 0; }
}
.ak-container { max-width: 1300px !important; margin: 0 auto !important; padding: 0 20px !important; position: relative !important; z-index: 5 !important; }
/* — [2] Grid Layout (คงเดิม) — */
.ak-promo-flex { display: flex !important; gap: 30px !important; align-items: start !important; }
.ak-promo-grid-left { flex: 1.2 !important; display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 15px !important; }
.ak-promo-side-right { flex: 0.8 !important; display: flex !important; flex-direction: column !important; gap: 15px !important; text-align: center !important; }
@media (max-width: 991px) {
.ak-promo-flex { flex-direction: column !important; }
.ak-promo-grid-left { grid-template-columns: repeat(2, 1fr) !important; width: 100% !important; }
.ak-promo-side-right { width: 100% !important; order: -1 !important; }
}
/* — [3] การ์ดรูปภาพ (คงเดิม) — */
.ak-promo-card { position: relative !important; overflow: hidden !important; border-radius: 12px !important; padding: 2px !important; background: rgba(0, 210, 255, 0.2) !important; transition: 0.4s !important; cursor: pointer !important; }
.ak-promo-card::before { content: “” !important; position: absolute !important; top: -50% !important; left: -50% !important; width: 200% !important; height: 200% !important; background: conic-gradient(transparent, transparent, transparent, #00d2ff); animation: akRotate 6s linear infinite !important; z-index: 1 !important; }
@keyframes akRotate { 100% { transform: rotate(360deg); } }
.ak-card-inner { position: relative !important; z-index: 2 !important; background: #fff !important; border-radius: 10px !important; overflow: hidden; }
.ak-card-inner img { width: 100% !important; display: block !important; transition: 0.5s !important; }
.ak-card-inner::after { content: “” !important; position: absolute !important; top: 0 !important; left: -150% !important; width: 100% !important; height: 100% !important; background: linear-gradient(90deg, transparent, rgba(0, 198, 255, 0.2), transparent) !important; transition: 0.7s !important; transform: skewX(-20deg); z-index: 3 !important; }
.ak-promo-card:hover { transform: translateY(-8px) !important; box-shadow: 0 10px 25px rgba(0, 114, 255, 0.3) !important; }
/* — [4] ดีไซน์ส่วนขวา (ปรับสีตัวอักษรให้เข้ากับพื้นหลังขาว) — */
.ak-side-logo img { width: 200px !important; margin-bottom: 5px !important; animation: akBounce 3s infinite ease-in-out; filter: drop-shadow(0 5px 15px rgba(0,114,255,0.2)); }
@keyframes akBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.ak-side-title { font-size: 30px !important; font-weight: 800 !important; color: #004080 !important; margin-bottom: 15px !important; letter-spacing: 2px !important; }
.ak-side-btn { padding: 14px !important; border-radius: 50px !important; text-decoration: none !important; font-weight: 700 !important; font-size: 19px !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 12px !important; transition: 0.3s !important; border: 2px solid rgba(0,0,0,0.1) !important; position: relative !important; overflow: hidden !important; }
.btn-ak-line { background: linear-gradient(135deg, #00b900 0%, #00e600 100%) !important; color: #fff !important; }
.btn-ak-promo { background: linear-gradient(135deg, #2d34ff 0%, #00d2ff 100%) !important; color: #fff !important; }
.btn-ak-review { background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%) !important; color: #fff !important; }
.ak-side-btn:hover { transform: scale(1.05) translateY(-3px) !important; border-color: #0072ff !important; box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important; }
.ak-promo-cats { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 8px !important; margin-top: 25px !important; }
.ak-cat-btn { padding: 8px 18px !important; border-radius: 50px !important; border: 1px solid #00d2ff !important; color: #0072ff !important; text-decoration: none !important; font-size: 13px !important; transition: 0.3s !important; background: #fff !important; }
.ak-cat-btn:hover { background: #00d2ff !important; color: #fff !important; }
AKANASA
LINE:@BFNASA
โปรโมชั่น
บทความรีวิว
ทั้งหมด
สมาชิกใหม่
คืนยอดเสีย
แนะนำเพื่อน
@import url(‘https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;600;700;800;900&display=swap’);
/* ✅ เส้นขอบแสงวิ่งสีน้ำเงินอวกาศ (ปิดรอยต่อ) */
.ak-neon-divider {
width: 100%; height: 4px; background: #000; position: relative; overflow: hidden; z-index: 20; margin-top: -2px;
}
.ak-neon-divider::after {
content: ”; position: absolute; left: -100%; width: 50%; height: 100%;
background: linear-gradient(90deg, transparent, #00c6ff, #0072ff, #00c6ff, transparent);
animation: smoothRun 6s linear infinite;
}
@keyframes smoothRun { 0% { left: -100%; } 100% { left: 100%; } }
#ak-service-root {
all: initial; display: block !important; width: 100% !important;
font-family: ‘Kanit’, sans-serif !important;
/* ✅ กลับมาใช้โทนสีน้ำเงิน-ดำอวกาศตามสั่ง */
background: #000 radial-gradient(circle at center, #001a4d 0%, #000 100%) !important;
padding: 80px 0 !important;
color: #fff !important;
position: relative !important;
overflow: hidden !important;
margin-top: -1px;
}
.ak-star-overlay {
position: absolute !important; top: 0 !important; left: 0 !important;
width: 100% !important; height: 100% !important; pointer-events: none !important; z-index: 1 !important;
background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
background-size: 40px 40px;
}
.ak-container { max-width: 1200px !important; margin: 0 auto !important; padding: 0 20px !important; position: relative !important; z-index: 10 !important; }
.ak-service-grid { display: grid !important; grid-template-columns: 1.1fr 0.9fr !important; gap: 50px !important; align-items: center !important; }
@media (max-width: 991px) {
.ak-service-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
#ak-service-root { padding: 40px 0 !important; }
}
/* 📝 ฝั่งซ้าย: ดีไซน์ขั้นตอนการสมัครแบบใหม่ */
.ak-reg-steps h2 {
font-size: 36px !important; font-weight: 800 !important; color: #00d2ff !important;
margin-bottom: 35px !important; text-transform: uppercase !important;
letter-spacing: 2px !important; text-shadow: 0 0 15px rgba(0, 210, 255, 0.4) !important;
}
.ak-step-list { list-style: none !important; padding: 0 !important; margin: 0 !important; position: relative !important; }
.ak-step-item {
background: rgba(255, 255, 255, 0.03) !important;
border: 1px solid rgba(0, 210, 255, 0.15) !important;
border-radius: 12px !important;
padding: 18px 25px !important;
margin-bottom: 12px !important;
color: rgba(255, 255, 255, 0.9) !important;
font-size: 17px !important;
transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
display: flex !important; align-items: center !important; gap: 15px !important;
backdrop-filter: blur(5px) !important;
}
.ak-step-item:hover {
transform: translateX(20px) scale(1.02) !important;
background: rgba(0, 210, 255, 0.1) !important;
border-color: #00ff00 !important;
box-shadow: 0 0 20px rgba(0, 255, 0, 0.2) !important;
}
.ak-step-item b { color: #00ff00 !important; font-size: 20px !important; font-family: ‘Kanit’, sans-serif !important; }
.ak-reg-note {
margin-top: 30px !important; padding: 20px !important;
background: rgba(255, 61, 0, 0.05) !important;
border-right: 5px solid #ff3d00 !important;
border-radius: 10px !important; font-size: 15px !important; color: #ccc !important;
line-height: 1.6 !important;
}
.ak-reg-note span { color: #ff3d00 !important; font-weight: 700 !important; }
/* 📲 ฝั่งขวา: QR & Character Zone */
.ak-qr-zone { text-align: center !important; }
.ak-service-title {
font-size: 44px !important; font-weight: 900 !important;
background: linear-gradient(to bottom, #fff, #00d2ff) !important;
-webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;
margin-bottom: 5px !important; letter-spacing: 1px !important;
}
.ak-service-subtitle { font-size: 18px !important; color: #00ff00 !important; margin-bottom: 40px !important; font-weight: 500 !important; letter-spacing: 3px !important; }
.ak-qr-box {
position: relative !important; display: inline-block !important;
padding: 10px !important; border-radius: 50% !important;
}
/* ✅ วงแหวนเรืองแสงหมุนรอบตัวละคร */
.ak-qr-box::before {
content: “” !important; position: absolute !important; top: 0; left: 0; width: 100%; height: 100%;
border: 2px dashed rgba(0, 210, 255, 0.5); border-radius: 50%;
animation: akRotate 10s linear infinite;
}
@keyframes akRotate { 100% { transform: rotate(360deg); } }
.ak-qr-box img {
width: 280px !important; height: auto !important; display: block !important;
filter: drop-shadow(0 0 30px rgba(0, 210, 255, 0.5)) !important;
animation: spaceFloat 4s infinite ease-in-out !important;
}
@keyframes spaceFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }
.ak-contact-footer {
margin-top: 45px !important;
background: linear-gradient(135deg, #00b900 0%, #00e600 100%) !important;
color: #fff !important; padding: 16px 50px !important;
border-radius: 50px !important; display: inline-flex !important;
align-items: center !important; gap: 12px !important;
text-decoration: none !important; font-weight: 800 !important; font-size: 22px !important;
transition: 0.4s !important; border: 2px solid #fff !important;
box-shadow: 0 10px 30px rgba(0, 230, 0, 0.3) !important;
}
.ak-contact-footer:hover { transform: scale(1.1) translateY(-5px) !important; box-shadow: 0 15px 45px rgba(0, 230, 0, 0.5) !important; }
/* 🏛️ กล่องเนื้อหาด้านล่างแบบ Glassmorphism */
.ak-bottom-content-box {
margin-top: 80px !important;
background: rgba(0, 26, 77, 0.3) !important;
border: 1px solid rgba(0, 210, 255, 0.2) !important;
border-radius: 25px !important; padding: 45px !important;
backdrop-filter: blur(10px) !important;
box-shadow: 0 20px 50px rgba(0,0,0,0.5) !important;
}
.ak-bottom-content-box p {
color: rgba(224, 242, 241, 0.9) !important;
line-height: 2.1 !important; font-size: 17px !important;
margin-bottom: 25px !important; text-align: justify !important; font-weight: 300 !important;
}
.ak-bottom-content-box b { color: #00d2ff !important; font-weight: 600 !important; }
@media (max-width: 768px) {
.ak-qr-box img { width: 220px !important; }
.ak-service-title { font-size: 32px !important; }
.ak-bottom-content-box { padding: 25px !important; }
.ak-step-item:hover { transform: translateX(10px) !important; }
}
สมัครสมาชิก AKANASA ง่ายๆ
01 เข้าสู่หน้าหลัก สมัครสมาชิก AKANASA
02 เตรียมเบอร์โทรศัพท์ และ บัญชีธนาคารให้พร้อม
03 กรอก ชื่อจริง-นามสกุล ตามหน้าสมุดบัญชี
04 ระบุหมายเลขบัญชีสำหรับ ฝาก-ถอน เงิน
05 แอดไลน์ ID LINE : @BFNASA เพื่อรับการดูแล
06 ตรวจสอบโปรโมชั่นล่าสุดที่แอดมินแจ้งในไลน์
07 ล็อกอินเข้าสู่จักรวาลความสนุกได้ทันที
หมายเหตุ* : เพื่อความรวดเร็วและปลอดภัย ชื่อ-นามสกุล ในการสมัครต้องตรงกับบัญชีธนาคารที่ใช้ทำธุรกรรมเท่านั้น
SERVICE CENTER
AKANASA STATION 24H
@BFNASA
AKANASA แหล่งรวมความบันเทิงออนไลน์ที่ได้รับความไว้วางใจสูงสุดในขณะนี้ เรามุ่งมั่นสร้างสรรค์ประสบการณ์การเล่นสล็อตและคาสิโนออนไลน์ที่ตอบโจทย์สมาชิกทุกท่านอย่างแท้จริง ไม่ว่าจะเป็นเรื่องของความเสถียรของระบบ หรือความหลากหลายของตัวเกมที่มีให้เลือกเล่นมากกว่า 1,000 รูปแบบจากค่ายดังทั่วโลก สมาชิกจึงสามารถร่วมสนุกได้อย่างไร้กังวล
จุดเด่นที่ทำให้เราแตกต่างคือระบบธุรกรรมทางการเงินที่รวดเร็วและแม่นยำที่สุด ด้วยระบบฝาก-ถอนอัตโนมัติที่ทำงานภายใต้มาตรฐานสากล ท่านสามารถดำเนินการเสร็จสิ้นได้เพียงไม่กี่วินาที นอกจากนี้ทีมงานคุณภาพของเรายังพร้อมสแตนด์บายดูแลและให้คำปรึกษาตลอด 24 ชั่วโมง เราพร้อมดูแลท่านเสมือนเป็นบุคคลสำคัญระดับ VIP ในทุกช่วงเวลา
สำหรับการเริ่มต้นสมาชิกใหม่กับทางเว็บไซต์ เราได้เตรียมสิทธิพิเศษและโปรโมชั่นสุดคุ้มไว้รอต้อนรับมากมาย ทั้งโบนัสแรกเข้าเครดิตฟรี และยอดเงินคืนรายวันที่มอบให้เพื่อเพิ่มโอกาสในการทำกำไร การเดิมพันที่ยุติธรรมและโปร่งใสคือหัวใจหลักของบริการของเรา ท่านจึงมั่นใจได้ว่าทุกการปั่นสล็อตพร้อมจ่ายรางวัลใหญ่ให้ท่านจริง 100% ครับ
@import url(‘https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;500;600;700;800&display=swap’);
#ak-seo-root {
all: initial; display: block !important; width: 100% !important;
font-family: ‘Kanit’, sans-serif !important;
/* ✅ เปลี่ยนโทนพื้นหลังเป็นสีขาว-ฟ้าสว่าง */
background: #f0f7ff radial-gradient(circle at center, #ffffff 0%, #e6f2ff 100%) !important;
padding: 60px 0 !important;
color: #333 !important;
position: relative !important;
overflow: hidden !important;
}
/* ✨ เพิ่มละอองดาวสีฟ้าจางๆ บนพื้นขาว */
.ak-seo-overlay {
position: absolute !important; top: 0 !important; left: 0 !important;
width: 100% !important; height: 100% !important;
pointer-events: none !important; z-index: 1 !important;
background-image: radial-gradient(circle, rgba(0, 114, 255, 0.05) 1px, transparent 1px) !important;
background-size: 40px 40px !important;
}
.ak-seo-container {
max-width: 1250px !important; margin: 0 auto !important; padding: 0 20px !important;
position: relative !important; z-index: 5 !important;
}
.ak-seo-flex {
display: flex !important; gap: 40px !important; align-items: center !important; text-align: left !important;
}
.ak-seo-text-side { flex: 1.2 !important; }
.ak-seo-video-side { flex: 0.8 !important; text-align: center !important; }
.ak-seo-title {
font-size: clamp(24px, 4vw, 36px) !important; font-weight: 800 !important;
color: #004080 !important; /* สีน้ำเงินเข้มเพื่อให้อ่านง่ายบนพื้นขาว */
margin-bottom: 25px !important; letter-spacing: 0.5px !important;
text-transform: uppercase !important;
border-left: 6px solid #2d34ff !important; padding-left: 20px !important;
line-height: 1.2 !important;
}
.ak-seo-content {
line-height: 1.9 !important; font-size: 17px !important; font-weight: 400 !important;
color: #444 !important; margin-bottom: 30px !important;
text-align: justify !important;
}
.ak-bold-link {
color: #2d34ff !important; font-weight: 700 !important; text-decoration: none !important;
border-bottom: 1.5px dashed #2d34ff !important; transition: 0.3s !important;
}
.ak-bold-link:hover { color: #00d2ff !important; border-bottom-style: solid !important; }
/* 📺 ✅ ปรับแต่งกล่องวิดีโอแบบ Floating Card */
.video-header-title {
font-size: 18px !important; font-weight: 700 !important; color: #0072ff !important;
margin-bottom: 15px !important; text-transform: uppercase !important;
display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important;
}
.ak-video-wrapper {
position: relative !important;
padding: 10px !important;
background: #fff !important;
border-radius: 24px !important;
box-shadow: 0 20px 40px rgba(0, 114, 255, 0.12) !important;
border: 1px solid rgba(0, 114, 255, 0.1) !important;
overflow: hidden !important;
}
.ak-video-inner {
position: relative !important; padding-bottom: 56.25% !important; height: 0 !important;
border-radius: 16px !important; overflow: hidden !important; background: #000 !important;
}
.ak-video-inner iframe {
position: absolute !important; top: 0 !important; left: 0 !important;
width: 100% !important; height: 100% !important; border: none !important;
}
/* 🏷️ ✅ Tag Buttons แบบ Modern */
.ak-seo-tags { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; margin-top: 25px !important; }
.ak-tag-btn {
padding: 8px 20px !important; border-radius: 50px !important;
background: #fff !important;
border: 1.5px solid #d0e4ff !important;
color: #0072ff !important; text-decoration: none !important; font-size: 14px !important;
font-weight: 600 !important; transition: 0.4s !important;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
}
.ak-tag-btn:hover {
background: linear-gradient(135deg, #2d34ff 0%, #00d2ff 100%) !important;
color: #fff !important; border-color: #fff !important; transform: translateY(-3px) !important;
box-shadow: 0 8px 20px rgba(45, 52, 255, 0.2) !important;
}
/* 📱 Mobile Styling */
@media (max-width: 991px) {
#ak-seo-root { padding: 40px 0 !important; }
.ak-seo-flex { flex-direction: column !important; text-align: center !important; }
.ak-seo-title { border-left: none !important; padding-left: 0 !important; border-bottom: 4px solid #2d34ff !important; display: inline-block !important; padding-bottom: 10px !important; }
.ak-seo-content { text-align: center !important; font-size: 16px !important; }
.ak-seo-tags { justify-content: center !important; }
.ak-seo-video-side { width: 100% !important; }
}
AKANASA STATION
คาสิโนอวกาศระดับพรีเมียม
AKANASA คือที่สุดของแพลตฟอร์มความบันเทิงออนไลน์ AKANASA มุ่งมั่นพัฒนาประสบการณ์การเล่นสล็อตและคาสิโนออนไลน์ให้เข้าถึงง่ายและล้ำสมัยที่สุด เราไม่ได้มีเพียงแค่สล็อตที่แจ็คพอตแตกง่าย แต่ยังมี คาสิโนสด ยิงปลา และเกมกีฬาที่ครบครันที่สุด ระบบของเราถูกออกแบบมาเพื่อรองรับการใช้งานที่รวดเร็ว มั่นคง และปลอดภัยสูงสุดสำหรับสมาชิกทุกท่านในเครือ AKABET
AKANASA2.CO ยืนหนึ่งเรื่องความน่าเชื่อถือด้วยระบบออโต้เวอร์ชันปี 2026 ที่อัปเกรดมาให้รองรับการทำธุรกรรมได้รวดเร็วภายในไม่กี่วินาที AKANASA พร้อมดูแลคุณด้วยทีมงานมืออาชีพตลอด 24 ชั่วโมง สนุกไปกับการสร้างกำไรบนโลกแห่งอวกาศและลุ้นรางวัลใหญ่ได้ทุกวันครับ
AKANASA
AKABET
SLOT ONLINE
CASINO
BETFLIK
แนะนำการใช้งาน
@import url(‘https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;600;700;800&display=swap’);
#ak-game-trial-root {
all: initial; display: block !important; width: 100% !important;
font-family: ‘Kanit’, sans-serif !important;
background: #000428 url(‘https://akanas-a.com/wp-content/uploads/2026/03/bg-galaxy-akanasa.jpg’) no-repeat center center / cover !important;
padding: 80px 0 !important;
position: relative !important;
overflow: hidden !important;
}
/* 🫧 ✅ ปรับฟองอากาศให้จิ๋วลงและละเอียดขึ้น (Tiny Bubbles) */
.ak-bubble-wrap {
position: absolute !important; top: 0 !important; left: 0 !important;
width: 100% !important; height: 100% !important;
pointer-events: none !important; z-index: 1 !important;
}
.ak-bubble {
position: absolute !important; bottom: -20px !important;
background: rgba(255, 255, 255, 0.6) !important;
border-radius: 50% !important;
animation: akBubbleUp var(–speed) infinite ease-in !important;
box-shadow: 0 0 5px #fff !important;
}
@keyframes akBubbleUp {
0% { transform: translateY(0) scale(1); opacity: 0; }
20% { opacity: 0.6; }
100% { transform: translateY(-110vh) scale(1.2); opacity: 0; }
}
/* กระจายฟองอากาศจิ๋ว 10 จุด */
.ak-bubble:nth-child(1) { width: 4px; height: 4px; left: 10%; –speed: 10s; animation-delay: 1s; }
.ak-bubble:nth-child(2) { width: 2px; height: 2px; left: 25%; –speed: 15s; animation-delay: 5s; }
.ak-bubble:nth-child(3) { width: 5px; height: 5px; left: 40%; –speed: 12s; animation-delay: 2s; }
.ak-bubble:nth-child(4) { width: 3px; height: 3px; left: 60%; –speed: 18s; animation-delay: 8s; }
.ak-bubble:nth-child(5) { width: 4px; height: 4px; left: 80%; –speed: 14s; animation-delay: 4s; }
.ak-bubble:nth-child(6) { width: 2px; height: 2px; left: 90%; –speed: 11s; animation-delay: 7s; }
.ak-bubble:nth-child(7) { width: 3px; height: 3px; left: 50%; –speed: 16s; animation-delay: 3s; }
.ak-bubble:nth-child(8) { width: 5px; height: 5px; left: 15%; –speed: 13s; animation-delay: 6s; }
.ak-bubble:nth-child(9) { width: 2px; height: 2px; left: 70%; –speed: 17s; animation-delay: 9s; }
.ak-bubble:nth-child(10) { width: 4px; height: 4px; left: 35%; –speed: 12s; animation-delay: 0s; }
.ak-container { max-width: 1300px !important; margin: 0 auto !important; padding: 0 20px !important; position: relative !important; z-index: 10 !important; }
/* UI Header */
.ak-section-header { text-align: left !important; margin-bottom: 40px !important; display: flex !important; justify-content: space-between !important; align-items: flex-end !important; }
.ak-title-group h2 { font-size: 38px !important; font-weight: 800 !important; color: #fff !important; margin: 0 !important; text-shadow: 0 0 15px rgba(0, 210, 255, 0.6) !important; }
.ak-title-group p { font-size: 18px !important; color: #00d2ff !important; margin: 5px 0 0 !important; }
.ak-btn-top {
background: #fff !important; color: #2d34ff !important; padding: 12px 30px !important;
border-radius: 50px !important; text-decoration: none !important; font-weight: 700 !important;
display: flex !important; align-items: center !important; gap: 10px !important;
box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important; transition: 0.3s !important;
}
.ak-btn-top:hover { transform: scale(1.05) !important; background: #00d2ff !important; color: #fff !important; }
/* Layout Split */
.ak-main-split { display: grid !important; grid-template-columns: 320px 1fr !important; gap: 20px !important; }
.ak-provider-side { display: flex !important; flex-direction: column !important; gap: 15px !important; }
.ak-provider-card { background: rgba(255, 255, 255, 0.05) !important; border: 1px solid rgba(0, 210, 255, 0.2) !important; border-radius: 20px !important; padding: 30px !important; display: flex !important; align-items: center !important; justify-content: center !important; backdrop-filter: blur(10px) !important; transition: 0.3s !important; }
.ak-provider-card img { width: 180px !important; height: auto !important; }
.ak-provider-card:hover { border-color: #00d2ff !important; background: rgba(0, 210, 255, 0.1) !important; }
/* Game Grid */
.ak-game-grid { display: grid !important; grid-template-columns: repeat(6, 1fr) !important; gap: 15px !important; }
.ak-game-item { position: relative !important; overflow: hidden !important; border-radius: 15px !important; border: 2px solid rgba(255,255,255,0.1) !important; transition: 0.4s !important; cursor: pointer !important; }
.ak-game-item img { width: 100% !important; display: block !important; transition: 0.5s !important; }
.ak-game-item:hover { transform: translateY(-10px) !important; border-color: #00d2ff !important; box-shadow: 0 10px 25px rgba(0, 210, 255, 0.4) !important; }
/* Category Buttons */
.ak-cat-row { display: flex !important; flex-wrap: wrap !important; gap: 10px !important; margin: 40px 0 !important; }
.ak-cat-btn { padding: 10px 25px !important; border-radius: 50px !important; border: 1px solid rgba(255,255,255,0.2) !important; color: #fff !important; text-decoration: none !important; font-size: 15px !important; font-weight: 600 !important; background: rgba(255,255,255,0.05) !important; transition: 0.3s !important; }
.ak-cat-btn:hover { background: #2d34ff !important; border-color: #00d2ff !important; box-shadow: 0 0 15px rgba(0, 210, 255, 0.4) !important; }
/* ✅ [แก้ไขใหม่] ปรับพื้นหลังหัวข้อให้เป็นโทนน้ำเงินอวกาศ */
.ak-info-box {
text-align: center !important;
margin-top: 60px !important;
background: linear-gradient(180deg, rgba(0, 4, 40, 0) 0%, rgba(0, 78, 146, 0.3) 50%, rgba(0, 4, 40, 0) 100%) !important;
padding: 40px 20px !important;
border-radius: 30px !important;
}
.ak-info-box h2 { font-size: 36px !important; font-weight: 800 !important; color: #fff !important; margin-bottom: 20px !important; text-shadow: 0 0 20px #00d2ff !important; }
.ak-info-box p { color: rgba(255,255,255,0.85) !important; line-height: 2.0 !important; font-size: 17px !important; max-width: 1000px !important; margin: 0 auto !important; }
/* ✅ [แก้ไขใหม่] ปุ่มสมัครสมาชิกพร้อมเอฟเฟกต์แสงวิ่ง (Shine Glow) */
.ak-footer-btn {
margin-top: 40px !important;
background: linear-gradient(135deg, #2d34ff 0%, #00d2ff 100%) !important;
color: #fff !important;
padding: 18px 70px !important;
border-radius: 50px !important;
text-decoration: none !important;
font-weight: 800 !important;
font-size: 24px !important;
display: inline-flex !important;
align-items: center !important;
gap: 15px !important;
border: 2.5px solid #fff !important;
box-shadow: 0 0 20px rgba(0, 114, 255, 0.5) !important;
position: relative !important;
overflow: hidden !important;
transition: 0.4s !important;
}
/* เอฟเฟกต์แสงวิ่งพาดผ่านปุ่มสมัคร */
.ak-footer-btn::after {
content: “” !important;
position: absolute !important;
top: -50% !important; left: -150% !important;
width: 100% !important; height: 200% !important;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent) !important;
transform: rotate(35deg) !important;
animation: akBtnShine 4s infinite !important;
}
@keyframes akBtnShine {
0% { left: -150%; }
100% { left: 150%; }
}
.ak-footer-btn:hover {
transform: scale(1.1) translateY(-5px) !important;
box-shadow: 0 0 40px rgba(0, 210, 255, 0.7) !important;
filter: brightness(1.1) !important;
}
/* Responsive */
@media (max-width: 1024px) {
.ak-main-split { grid-template-columns: 1fr !important; }
.ak-provider-side { flex-direction: row !important; overflow-x: auto !important; }
.ak-game-grid { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 640px) {
.ak-game-grid { grid-template-columns: repeat(2, 1fr) !important; }
.ak-title-group h2 { font-size: 28px !important; }
.ak-footer-btn { font-size: 18px !important; padding: 12px 40px !important; }
}
เกมส์ทดลองเล่นฟรี
เราให้คุณได้เลือกทดลองเล่นเกมส์ก่อนลงเดิมพัน ฟรี!
เข้าเล่นเกมส์
AE SexyAE GamingCQ9 GAMINGKA GamingRich88Game ArtPush GamingPlay ‘n Go
CASINO AKANASA-A.COM
AKANASA-A.COM คือคาสิโนออนไลน์ตัวแทนตรงจาก BETFLIK หรือ เบทฟิก ประเทศไทย เว็บคาสิโนที่ดีที่สุด เราให้บริการ สล็อตออนไลน์ บาคาร่า เกมยิงปลา เสือมังกร เกมเดิมพันออนไลน์ที่ดีที่สุด เป็นที่นิยมที่สุดในตอนนี้ รวมเว็บสล็อตในไทยและต่างประเทศ ครบจบที่เดียว การันตีด้วยระบบพนันระดับสากล รองรับทุกระบบทั้งผ่านคอมพิวเตอร์ และมือถือทุกแพลตฟอร์มทั้ง iOS และ Android
สมัครเลย
@import url(‘https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;600;700;800;900&display=swap’);
#ak-final-brand-root {
all: initial; display: block !important; width: 100% !important;
font-family: ‘Kanit’, sans-serif !important;
/* ✅ เปลี่ยนโทนพื้นหลังเป็นสีขาว-ฟ้าสว่าง (White Space) */
background: #f0f7ff radial-gradient(circle at center, #ffffff 0%, #e1efff 100%) !important;
padding: 80px 0 !important;
color: #333 !important;
position: relative !important;
overflow: hidden !important;
}
/* 🫧 ระบบฟองอากาศจิ๋ว (สีฟ้าใส) */
.ak-bubble-layer { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
.ak-mini-bubble {
position: absolute !important; bottom: -20px !important;
background: rgba(0, 114, 255, 0.15) !important;
border-radius: 50% !important;
animation: akRise var(–s) infinite linear !important;
box-shadow: 0 0 5px rgba(0, 114, 255, 0.1) !important;
}
@keyframes akRise {
0% { transform: translateY(0) scale(1); opacity: 0; }
20% { opacity: 0.5; }
100% { transform: translateY(-110vh) scale(1.3); opacity: 0; }
}
.ak-mini-bubble:nth-child(1) { width: 8px; height: 8px; left: 10%; –s: 14s; }
.ak-mini-bubble:nth-child(2) { width: 4px; height: 4px; left: 25%; –s: 18s; }
.ak-mini-bubble:nth-child(3) { width: 10px; height: 10px; left: 45%; –s: 22s; }
.ak-mini-bubble:nth-child(4) { width: 6px; height: 6px; left: 70%; –s: 16s; }
.ak-mini-bubble:nth-child(5) { width: 12px; height: 12px; left: 85%; –s: 20s; }
.ak-main-container { max-width: 1300px !important; margin: 0 auto !important; padding: 0 20px !important; position: relative !important; z-index: 10 !important; }
/* ✅ Identity Center (White Style) */
.ak-identity-center { text-align: center !important; margin-bottom: 60px !important; }
.ak-logo-top { width: 180px !important; margin-bottom: 20px !important; filter: drop-shadow(0 10px 15px rgba(0, 114, 255, 0.2)); }
.ak-url-text {
font-size: clamp(28px, 5vw, 48px) !important; font-weight: 900 !important;
background: linear-gradient(180deg, #001f4d, #0072ff) !important;
-webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;
margin-bottom: 10px !important; letter-spacing: 1px !important;
}
.ak-slogan { font-size: 20px !important; color: #555 !important; font-weight: 400 !important; }
/* 📦 Brand Flex Layout */
.ak-brand-flex { display: flex !important; gap: 60px !important; align-items: center !important; text-align: left !important; }
.ak-content-side { flex: 1.2 !important; }
.ak-section-title {
font-size: 24px !important; font-weight: 800 !important; color: #fff !important;
background: #2d34ff !important; display: inline-block !important;
padding: 6px 25px !important; border-radius: 50px !important;
margin-bottom: 30px !important; text-transform: uppercase !important;
box-shadow: 0 8px 20px rgba(45, 52, 255, 0.3) !important;
}
.ak-description {
line-height: 2.0 !important; font-size: 17px !important; font-weight: 300 !important;
color: #444 !important; margin-bottom: 40px !important; text-align: justify !important;
}
.ak-description b { color: #2d34ff !important; font-weight: 700 !important; }
/* 🔘 Action Buttons */
.ak-action-btns { display: flex !important; gap: 15px !important; }
.ak-btn-main {
width: 230px !important; height: 55px !important; border-radius: 50px !important;
text-decoration: none !important; font-weight: 800 !important; font-size: 18px !important;
display: flex !important; align-items: center !important; justify-content: center !important; gap: 12px !important;
transition: 0.4s !important; border: 2px solid transparent !important;
}
.btn-reg {
background: linear-gradient(135deg, #1a23ff 0%, #00d2ff 100%) !important;
color: #fff !important; box-shadow: 0 10px 25px rgba(26, 35, 255, 0.2) !important;
}
.btn-play { background: #fff !important; color: #333 !important; border-color: #d0e4ff !important; box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important; }
.ak-btn-main:hover { transform: translateY(-8px) scale(1.03) !important; border-color: #fff !important; box-shadow: 0 15px 35px rgba(0, 114, 255, 0.3) !important; }
/* 🖼️ Right Side: Character */
.ak-image-side { flex: 0.8 !important; text-align: center !important; position: relative !important; }
.ak-main-char { width: 100% !important; max-width: 450px !important; animation: akFloat 5s infinite ease-in-out !important; filter: drop-shadow(0 20px 40px rgba(0, 114, 255, 0.15)) !important; }
.ak-banner-text {
position: absolute !important; bottom: 30px; left: 50%; transform: translateX(-50%);
width: 100% !important;
}
.ak-banner-title {
font-size: 28px !important; font-weight: 900 !important; color: #001f4d !important;
text-shadow: 0 0 20px #fff !important; line-height: 1.1 !important;
}
.ak-banner-title span { color: #ff0055 !important; display: block !important; font-size: 22px !important; text-transform: uppercase; margin-top: 5px; }
@keyframes akFloat { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-25px) rotate(2deg); } }
/* 📱 Responsive */
@media (max-width: 991px) {
#ak-final-brand-root { padding: 50px 0 !important; }
.ak-url-text { font-size: 32px !important; }
.ak-brand-flex { flex-direction: column !important; text-align: center !important; gap: 40px !important; }
.ak-action-btns { flex-direction: column !important; align-items: center !important; }
.ak-btn-main { width: 100% !important; max-width: 320px !important; }
.ak-image-side { order: -1 !important; } /* เอาภาพไว้บนในมือถือเพื่อให้ดูเด่น */
.ak-description { text-align: center !important; font-size: 16px !important; }
.ak-banner-text { bottom: 10px; }
}
WWW.AKANASA-A.COM
ศูนย์รวมจักรวาลความบันเทิงและเกมเดิมพันที่ดีที่สุด
เว็บเดิมพันออนไลน์
อันดับ 1 ในไทย
SLOT AKANASA STATION
สล็อตออนไลน์ เกมสล็อตคุณภาพที่รวมทุกค่ายดังไว้ในที่เดียว แจกเครดิตฟรี คาสิโนออนไลน์ที่ให้คุณทดลองเล่นได้ทุกเกมก่อนลงสนามจริง เราคือผู้ให้บริการที่มีความมั่นคงสูงสุด แจ็คพอตแตกง่าย สล็อตได้เงินจริง รองรับการใช้งานผ่านมือถือทุกระบบ 100% รวบรวมเกมสล็อตทั้งหมดมาไว้ที่ AKANAS.NET เพื่อให้สมาชิกทุกท่านได้รับประสบการณ์ที่ดีที่สุด ปลอดภัย และรวดเร็วทันใจ
ยินดีต้อนรับเข้าสู่ครอบครัว AKANASA เราพร้อมให้บริการคุณด้วยระบบออโต้ที่ทันสมัยที่สุดในเอเชีย ร่วมสนุกและสร้างกำไรไปพร้อมกันได้แล้ววันนี้ครับ
สมัครสมาชิกใหม่
เข้าสู่ระบบเกมส์