@charset "utf-8";
/* CSS Document */

*{ box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; }
body{ background: #f6f6f6; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"; }	
header{ padding: 20px 0; background: #fff; box-shadow: 0 2px 18px 0 rgba(129, 162, 182, .2); }
.wrapper{ max-width: 1200px; width: 100%; margin: 0 auto; }
.wrapper2{ max-width: 500px; width: 100%; margin: 0 auto; }
.sitelogo{ margin: 0px auto 70px; padding: 30px 0; background: #fcfcc0; }
.header-logo { display: none; }
.site-header { position: relative; background: #fff; padding: 20px 0; box-shadow: 0 2px 18px rgba(129,162,182,.2); z-index: 100; } 
.desktop-nav ul { display: flex; justify-content: center; } 
.desktop-nav li { list-style: none; } 
.desktop-nav a { padding: 6px 15px; color: #000; text-decoration: none; font-weight: 500; transition: 0.3s ease-in-out; } 
.desktop-nav li a:hover{ background: #f4aa00; color: #fff; border-radius: 5px; transform: scale(1.1); }
.menu-toggle { display: none; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; z-index: 1001; } 
.menu-toggle span { display: block; width: 28px; height: 3px; background: #000; margin: 5px 0; } 
.mobile-menu { position: fixed; inset: 0; background: rgba(0,0,0,.90); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: translateY(-100%); transition: .35s ease; z-index: 9999; } 
.mobile-menu.active { opacity: 1; visibility: visible; transform: translateY(0); } 
.mobile-menu ul { list-style: none; text-align: center; padding: 0; } 
.mobile-menu li { margin: 18px 0; } 
.mobile-menu a { color: #fff; font-size: 18px; text-decoration: none; font-weight: 600; } 
.menu-close { position: absolute; top: 20px; right: 25px; font-size: 38px; background: none; border: none; color: #fff; cursor: pointer; }
main .bannersdiv{ display: flex; gap: 30px; justify-content: center; align-items: center; }
main .bannersdiv img{ max-width: 400px; width: 100%; border-radius: 20px; }
main .bannersdiv p{ max-width: 250px; }
main .bannersdiv a.learnmore{ display: block; width: 130px; text-align: center; border-radius: 100px; background: #f4aa00; color: #fff; padding: 5px 0; text-transform: uppercase; margin: 10px 0 20px;  }
main .bannersdiv a.learnmore:hover{ background: #ba850b; }
main .bannersdiv .imgup{ display: flex; align-self: baseline; }
main .bannersdiv .imgdown{ display: flex; align-self: flex-end; }
main .article2{ padding: 70px 0; background: #fcfcc0; margin: 0 0; text-align: center; }
main .article2 p{ margin: 30px auto; }
main .article2 a.viewdetails{ display: block; width: 200px; text-align: center; border-radius: 100px; background: #f4aa00; color: #fff; padding: 10px 0; text-transform: uppercase; margin: 10px auto 0; transition: 0.3s ease-in-out;  }
main .article2 a.viewdetails:hover{ background: #cf9102; color: #fff; }
main .marqueediv{ padding: 20px 0; margin-top: 50px; border-top: 1px solid #000; width: 100%; overflow: hidden; padding: 12px 0; } 
main .marquee-track { display: flex; width: max-content; animation: marquee-scroll 25s linear infinite; }
main .marquee-track a{ color: #000; }
main .marquee-track a:hover{ opacity: 0.7; }
main .marquee-track span { font-size: 16px; font-weight: 500; white-space: nowrap; padding: 0 24px; letter-spacing: 0.5px; }
main .bnr-e img{ width: 100%; border-radius: 30px 0 30px 0; }

footer .topftr{ padding: 0 20px; background: #cf9102; margin-bottom: 20px; }
footer .topftr ul{ display: flex; justify-content: center; }
footer .topftr a{ color: #fff; padding: 15px; }
footer .topftr a:hover{ background: #d9ba71; }
footer .topftr ul li{ list-style: none; }

#innerpage ul li,#innerpage ol li{ margin-left: 30px; }
#innerpage p{ margin: 10px 0; }
#innerpage h1{ border-bottom: 2px solid #000; padding-bottom: 10px; margin-bottom: 25px; text-align: center; }
#innerpage h2{ margin-top: 25px; }
#innerpage img{ max-width: 500px; margin: 0 auto 30px; display: block; }

.desktop-ver { display: block; }
.mobile-ver { display: none; }

.lc-btn { border-radius: 50%; position: fixed; bottom: 30px; right: 1%; width: 60px; height: 60px; z-index: 5; background: #f4b405; padding: 10px; box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px; border: none; color: #fff; display: flex; align-items: center; justify-content: center; } .menu { list-style: none; bottom: 100%; position: relative; transition: max-height 0.2s ease-out; } 
.hub-kami { display: block; position: fixed; left: 1%; max-width: 100%; bottom: 15px; z-index: 3; } 
.hub-kami-icon img { width: 70px; height: 70px; } 
.hub-kami-wrapper { position: relative; } 
.desktop-icons img { width: 70px; height: 70px; } 
	.btnsdiv {
	  display: flex;
	  gap: 20px;
	  justify-content: center;
	  align-items: center;
	  flex-wrap: nowrap;
	  overflow-x: auto;
	  padding: 50px;
	  margin-top: 100px;
	  background: #000;
	}

	/* Base button style */
	.btnsdiv .btn {
	  position: relative;
	  padding: 20px 50px;
	  font-weight: 800;
	  font-size: 20px;
	  text-decoration: none;
	  color: #201d1d;
	  border-radius: 999px;
	  white-space: nowrap;
	  background: linear-gradient(270deg, #ff6c00, #fee40a, #e8a20e);
	  overflow: hidden;
	  transition: transform 0.25s ease;
	  z-index: 0;
			border: 2px solid #ee8312;
	}

	/* Neon border animation using ::before */
	.btnsdiv .btn::before {
	  content: "";
	  position: absolute;
	  inset: 2px; /* matches border width */
	  border-radius: inherit;
	  padding: 5px; /* keeps inner background visible */
	  background: linear-gradient(90deg, #ff0080, #ff6f00, #00ffff, #fffc00, #ff0080);
	  background-size: 400% 400%;
	  animation: neonBorder 3s linear infinite;
	  -webkit-mask:
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	  -webkit-mask-composite: destination-out;
	  mask-composite: exclude; /* makes the gradient visible only on the border */
	  z-index: -1;
	}

	/* Hover scale effect */
	.btnsdiv .btn:hover {
	  transform: scale(1.1);
	}

	/* Keyframes */
	@keyframes neonBorder {
	  0% { background-position: 0% 50%; }
	  50% { background-position: 100% 50%; }
	  100% { background-position: 0% 50%; }
	}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

main .postdiv{ padding: 100px 0; }
main .postdiv .wrapper{ display: flex; justify-content: center; gap: 4%; flex-wrap: wrap; }
main .postdiv .wrapper>div{ max-width: 30%; width: 100%; }
main .postdiv .wrapper>div>div{ padding: 10px; }
main .postdiv .wrapper>div img{ width: 100%; border-radius: 20px; }
main .postdiv a.readmore{ display: block; width: 130px; text-align: center; border-radius: 100px; background: #f4aa00; color: #fff; padding: 5px 0; text-transform: uppercase; margin: 10px 0 20px;  }
main .postdiv a.readmore:hover{ background: #ba850b; }
main .postdiv p{ margin: 15px 0; }
footer{ text-align: center; padding: 0 0 20px; margin-top: 50px; background: #fcfcc0; }



@media (max-width: 768px) {
	.desktop-nav { display: none; }
	.menu-toggle { display: block; }


	.header-inner { display: flex; align-items: center; justify-content: space-between; width: 90%; } 
	.header-logo { flex: 0 0 auto; display: block; } 
	.header-logo a{ display: flex; } 
	.header-logo img { max-height: 40px; width: auto; } 
	.desktop-nav { display: none; } 
	.menu-toggle { display: block; position: static; transform: none; }
	.sitelogo{ display: none; } 
	#mabosplaylink .site-header { position: fixed; width: 100%; top: 0; }
	main .bannersdiv{ flex-wrap: wrap; }
	#mabosplaylink main .postdiv .wrapper>div{ max-width: 90%; }
	main{ margin-top: 100px; }
	#mabosplaylink main .bannersdiv p{ max-width: 90%; margin: 0 auto; }
	#mabosplaylink main .bannersdiv a.learnmore{ margin: 10px auto 20px; }
	.bannersdiv>div{ text-align: center; }
	
	footer .topftr ul{ flex-wrap: wrap; }
	footer .topftr a{ color: #fff; padding: 10px 5px; text-decoration: underline; }
	footer .topftr{ padding: 0 20px 50px; }
	
	.btnsdiv{ flex-direction: column; gap: 18px; padding: 50px 0; overflow-x: hidden; } 
	.btnsdiv .btn{ width: 100%; max-width: 320px; text-align: center; padding: 16px 20px; font-size: 19px; }
	.desktop-ver { display: none; }
	.mobile-ver { display: block; }
	
	.nav-bar { background-color: #000000; background-image: linear-gradient( 90deg, #000000 0, #2f2e2e 49%, #000000 ); position: fixed; bottom: 0; left: 0; right: 0; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75); z-index: 99; border-top: 2px solid #fb9a04; } 
	.nav-bar .menu { display: flex; justify-content: space-around; padding: 8px 0; width: 100%; } 
	.nav-bar .menu a { display: flex; width: 33%; flex-direction: column; justify-content: center; align-items: center; color: #fff; max-width: 75px; font-size: 12px; text-decoration: none; } 
	.nav-bar .menu img { max-width: 30px; height: auto; margin-bottom: 5px; }
		
	.nav-bar .menu a.rtpimg{ position: relative; justify-content: flex-end; }
	.nav-bar .menu .rtpimg img{ max-width: 80px; position: absolute; top: -45px; }

	#innerpage .wrapper{ width: 90%; margin: 0 auto; }
	#innerpage img{ max-width: 100%; }
	
}