﻿.slider-item {
    position: relative;
    height: 80vh; /* 高度改為螢幕高度 80% */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色遮罩 */
    z-index: 1;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.slider-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.slider-content p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

.mega-dropdown {
    position: relative;
}

.mega-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 600px; /* 可調整寬度 */
    background-color: rgba(0, 0, 0, 0.85);
    border: none;
    padding: 1rem;
    font: Oxanium;
}

.mega-dropdown:hover .dropdown-menu {
    display: block;
}

.mega-menu a.dropdown-item {
    color: white;
}

.mega-menu a.dropdown-item:hover {
    color: #B16EFF;
    background-color: transparent;
}


.footer-content {
    max-width: 600px;
    margin: 0 auto;
}

.footer-logo {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    height: auto;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
}

body {
    background-color: #1a1a1a;
    color: #fff;
    font-family: "Microsoft JhengHei", sans-serif;
}


.hero h1 {
    font-size: 48px;
    font-weight: bold;
}

.section {
    padding: 60px 0;
}

.section img {
    max-width: 100%;
    border-radius: 8px;
}


@media (max-width: 576px) {
    .container {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
}

.poker-info li {
	margin-bottom: 16px;
	line-height: 24px;
  }

