HowToPlay.cshtml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. @model LotteryWebApp.Models.HomeIndex_ViewModel
  2. @{
  3. ViewData["Title"] = "Millions - How to play";
  4. ViewData["ActiveTab"] = "More";
  5. Layout = "~/Areas/Millions/Views/Shared/_Layout.cshtml";
  6. }
  7. @using LotteryWebApp.Languages;
  8. <script src="https://cdn.tailwindcss.com"></script>
  9. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
  10. <link rel="stylesheet" href="/Millions/css/site.css" />
  11. <!-- Add custom font Bricolage Grotesque to match Figma styling -->
  12. <link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;700;800;900&display=swap" rel="stylesheet">
  13. <link rel="stylesheet" href="/Millions/css/howtoplay.css" />
  14. <div class="main-container animate__animated animate__fadeIn min-h-screen relative flex flex-col pb-24 font-bricolage overflow-x-hidden" style="background-color: #EAEAEA !important;">
  15. <!-- Header (Red Background) -->
  16. <div class="w-full bg-[#0062FF] h-[52px] flex items-center justify-between px-4 sticky top-0 z-50">
  17. <!-- Back Button -->
  18. <button onclick="window.history.back()" class="w-10 h-10 flex items-center justify-center -ml-2 rounded-full active:bg-white/20 transition-colors z-10 text-white">
  19. <i class="fa-solid fa-arrow-left text-[20px]"></i>
  20. </button>
  21. <!-- Title -->
  22. <div class="absolute inset-0 flex items-center justify-center pointer-events-none">
  23. <span class="font-bold text-[24px] text-white tracking-wide drop-shadow-sm">@Lang.how_to_play</span>
  24. </div>
  25. </div>
  26. <!-- Content / Cards -->
  27. <div class="w-full flex flex-col px-5 py-4 gap-6">
  28. <!-- Card 1: Basic Pick 10 -->
  29. <div class="w-full flex flex-col gap-1.5 cursor-pointer hover:opacity-95 transition-opacity" onclick="window.location.href='/Millions/Home/GameHome'">
  30. <h2 class="text-[13px] font-bold text-[#534A4A] tracking-normal px-1">@Lang.how_to_play_pick10</h2>
  31. <div class="w-full h-[90px] rounded-[16px] relative overflow-hidden card-red border border-white/20 shadow-[0_4px_10px_rgba(238,0,51,0.25)]">
  32. <!-- Background Glow -->
  33. <div class="absolute -left-6 -top-6 w-20 h-20 bg-white/20 rounded-full blur-2xl"></div>
  34. <div class="absolute -bottom-10 -right-10 w-24 h-24 bg-black/20 rounded-full blur-2xl"></div>
  35. <div class="w-full h-full flex items-center justify-between pl-3 pr-2 relative z-10">
  36. <!-- Left: Basic Pick 10 Logo -->
  37. <div class="flex flex-col items-center justify-center pt-2">
  38. <span class="text-[14px] font-black italic text-white drop-shadow-md leading-[1.1] text-center" style="font-family: 'Montserrat', sans-serif;">Basic<br>Pick</span>
  39. <img src="/Millions/img/ball_10.png" class="w-7 h-7 object-contain drop-shadow-md -mt-2 -mr-8 border-2 border-[#E11D48] rounded-full bg-[#E11D48]">
  40. </div>
  41. <!-- Center: Numbers -->
  42. <div class="flex flex-col items-center mt-0.5 ml-4">
  43. <span class="text-[10px] font-[800] text-white tracking-widest drop-shadow">@Lang.jackpot_prize</span>
  44. <div class="flex items-start gap-1 mt-0.5">
  45. <span class="text-[28px] font-[900] text-white leading-none tracking-tight drop-shadow-md">100.000</span>
  46. <span class="text-[7px] font-[800] text-white bg-transparent border border-white/60 rounded px-[2px] mt-1 shadow-sm leading-tight">HTG</span>
  47. </div>
  48. <div class="text-[9px] text-white/90 mt-0.5">@Lang.next_round <span class="font-[900] text-white ml-0.5 drop-shadow">05:00</span></div>
  49. </div>
  50. <!-- Right: Graphic & Button -->
  51. <div class="flex flex-col items-end justify-between h-full py-2 w-[70px]">
  52. <img src="/Millions/img/play_chest.png" class="h-[46px] w-[56px] object-contain drop-shadow-lg scale-125 origin-top-right mr-1 mt-1">
  53. <div class="w-full yellow-button text-center rounded-[8px] py-[3px] text-[10px] font-[900] px-2 z-20 active:scale-95 transition-transform mt-auto">@Lang.play</div>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. <!-- Card 2: Millionair -->
  59. <div class="w-full flex flex-col gap-1.5 cursor-pointer hover:opacity-95 transition-opacity" onclick="window.location.href='/Millions/Home/GameHome'">
  60. <h2 class="text-[13px] font-bold text-[#534A4A] tracking-normal px-1">@Lang.how_to_play_millionair</h2>
  61. <div class="w-full h-[90px] rounded-[16px] relative overflow-hidden card-blue border border-white/20 shadow-[0_4px_10px_rgba(26,146,244,0.25)]">
  62. <!-- Background Glow -->
  63. <div class="absolute -left-6 -top-6 w-20 h-20 bg-white/20 rounded-full blur-2xl"></div>
  64. <div class="absolute -bottom-10 -right-10 w-24 h-24 bg-black/20 rounded-full blur-2xl"></div>
  65. <div class="w-full h-full flex items-center justify-between pl-1 pr-2 relative z-10">
  66. <!-- Left: Millionair Graphic -->
  67. <div class="flex flex-col items-center justify-end relative w-[80px] h-full z-10">
  68. <img src="/Millions/img/ball_86.png" class="absolute left-[-12px] top-[12px] w-[38px] h-[38px] object-contain drop-shadow-md z-0 transform -rotate-[15deg]">
  69. <img src="/Millions/img/ball_88.png" class="absolute left-[52px] top-[26px] w-[32px] h-[32px] object-contain drop-shadow-md z-0 transform rotate-[15deg]">
  70. <img src="/Millions/img/m1.png" class="absolute left-[10px] bottom-[-5px] h-[95px] w-auto object-contain drop-shadow-md z-10">
  71. <span class="text-[12px] font-black italic text-white drop-shadow-[0_2px_4px_rgba(0,0,0,0.8)] absolute bottom-[8px] left-[12px] tracking-wide z-20" style="font-family: 'Montserrat', sans-serif;">Millionair</span>
  72. </div>
  73. <!-- Center: Numbers -->
  74. <div class="flex flex-col items-center mt-0.5 -ml-1">
  75. <span class="text-[10px] font-[800] text-white tracking-widest drop-shadow">@Lang.jackpot_prize</span>
  76. <div class="flex items-start gap-1 mt-0.5">
  77. <span class="text-[28px] font-[900] text-[#FFDE59] leading-none tracking-tight drop-shadow-md">500.000</span>
  78. <span class="text-[7px] font-[800] text-white bg-transparent border border-white/60 rounded px-[2px] mt-1 shadow-sm leading-tight">HTG</span>
  79. </div>
  80. <div class="text-[9px] text-white/90 mt-0.5">@Lang.next_round <span class="font-[900] text-white ml-0.5 drop-shadow">05:00</span></div>
  81. </div>
  82. <!-- Right: Graphic & Button -->
  83. <div class="flex flex-col items-end justify-between h-full py-2 w-[70px]">
  84. <img src="/Millions/img/play_millionair.png" class="h-[43px] w-[58px] object-contain drop-shadow-[0_5px_8px_rgba(0,0,0,0.3)] scale-110 origin-right mr-1 mt-2">
  85. <div class="w-full yellow-button text-center rounded-[8px] py-[3px] text-[10px] font-[900] px-2 z-20 active:scale-95 transition-transform mt-auto">@Lang.play</div>
  86. </div>
  87. </div>
  88. </div>
  89. </div>
  90. <!-- Card 3: Mega Bet -->
  91. <div class="w-full flex flex-col gap-1.5 cursor-pointer hover:opacity-95 transition-opacity" onclick="window.location.href='/Millions/Home/GameHome'">
  92. <h2 class="text-[13px] font-bold text-[#534A4A] tracking-normal px-1">@Lang.how_to_play_megabet</h2>
  93. <div class="w-full h-[90px] rounded-[16px] relative overflow-hidden card-orange border border-white/20 shadow-[0_4px_10px_rgba(248,110,34,0.25)]">
  94. <!-- Background Glow -->
  95. <div class="absolute -left-6 -top-6 w-20 h-20 bg-white/20 rounded-full blur-2xl"></div>
  96. <div class="absolute -bottom-10 -right-10 w-24 h-24 bg-black/20 rounded-full blur-2xl"></div>
  97. <div class="w-full h-full flex items-center justify-between pl-3 pr-2 relative z-10">
  98. <!-- Left: Mega Bet Graphic -->
  99. <div class="flex items-center relative w-[80px] h-full">
  100. <div class="flex flex-col text-white drop-shadow-md text-left z-20" style="font-family: 'Montserrat', sans-serif;">
  101. <span class="text-[10px] font-[900] italic leading-[0.9]">@Lang.MEGA</span>
  102. <span class="text-[15px] font-[900] italic text-[#FFDE59] leading-[0.9]">@Lang.Bet</span>
  103. </div>
  104. <img src="/Millions/img/ball_88.png" class="w-[22px] h-[22px] object-contain drop-shadow-md absolute left-[38px] top-[24px] z-10">
  105. <img src="/Millions/img/ball_99.png" class="w-[28px] h-[28px] object-contain drop-shadow-lg absolute left-[52px] top-[30px] z-30">
  106. </div>
  107. <!-- Center: Numbers -->
  108. <div class="flex flex-col items-center mt-0.5 ml-2">
  109. <span class="text-[10px] font-[800] text-white tracking-widest drop-shadow">@Lang.jackpot_prize</span>
  110. <div class="flex items-start gap-1 mt-0.5">
  111. <span class="text-[28px] font-[900] text-white leading-none tracking-tight drop-shadow-md">800.000</span>
  112. <span class="text-[7px] font-[800] text-white bg-transparent border border-white/60 rounded px-[2px] mt-1 shadow-sm leading-tight">HTG</span>
  113. </div>
  114. <div class="text-[9px] text-white/90 mt-0.5">@Lang.next_round <span class="font-[900] text-white ml-0.5 drop-shadow">05:00</span></div>
  115. </div>
  116. <!-- Right: Graphic & Button -->
  117. <div class="flex flex-col items-end justify-between h-full py-2 w-[70px]">
  118. <img src="/Millions/img/play_megabet.png" class="h-[43px] w-[65px] object-contain drop-shadow-[0_8px_10px_rgba(0,0,0,0.5)] scale-110 origin-right mr-1 mt-2">
  119. <div class="w-full yellow-button text-center rounded-[8px] py-[3px] text-[10px] font-[900] px-2 z-20 active:scale-95 transition-transform mt-auto">@Lang.play</div>
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. <!-- Bottom Navbar shared component -->
  127. <partial name="_BottomNavbar" />