#fw-section-header {

/* Global Styling */
body {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(45deg, #ff6f61, #ffc107);
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Anime Text Style */
h1, h2, h3 {
    font-family: 'Impact', sans-serif;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

h1 {
    font-size: 3rem;
    animation: animeTitle 1.5s ease-in-out infinite alternate;
}

@keyframes animeTitle {
    0% {
        transform: scale(1);
        color: #ffcc00;
    }
    100% {
        transform: scale(1.1);
        color: #fff;
    }
}

/* Button Styles */
button {
    font-family: 'Arial', sans-serif;
    background-color: #ff5733;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 25px;
    font-size: 1.2rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

button:hover {
    background-color: #ffc107;
}

/* Link Styles */
a {
    font-family: 'Arial', sans-serif;
    color: #ff5733;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffcc00;
}

/* Merchandise Container */
.merch-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.merch-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.merch-item:hover {
    transform: scale(1.05);
}

/* Special Effect for Hover */
.merch-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.merch-item img:hover {
    transform: scale(1.1);
}

}















#fw-section-hero-video-0 {

/* Global Styling */
body {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(45deg, #ff6f61, #ffc107);
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Anime Text Style */
h1, h2, h3 {
    font-family: 'Impact', sans-serif;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

h1 {
    font-size: 3rem;
    animation: animeTitle 1.5s ease-in-out infinite alternate;
}

@keyframes animeTitle {
    0% {
        transform: scale(1);
        color: #ffcc00;
    }
    100% {
        transform: scale(1.1);
        color: #fff;
    }
}

/* Button Styles */
button {
    font-family: 'Arial', sans-serif;
    background-color: #ff5733;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 25px;
    font-size: 1.2rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

button:hover {
    background-color: #ffc107;
}

/* Link Styles */
a {
    font-family: 'Arial', sans-serif;
    color: #ff5733;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffcc00;
}

/* Merchandise Container */
.merch-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.merch-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.merch-item:hover {
    transform: scale(1.05);
}

/* Special Effect for Hover */
.merch-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.merch-item img:hover {
    transform: scale(1.1);
}

}
#fw-section-featured-collection-0 {

/* Global Styling */
body {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(45deg, #ff6f61, #ffc107);
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Anime Text Style */
h1, h2, h3 {
    font-family: 'Impact', sans-serif;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

h1 {
    font-size: 3rem;
    animation: animeTitle 1.5s ease-in-out infinite alternate;
}

@keyframes animeTitle {
    0% {
        transform: scale(1);
        color: #ffcc00;
    }
    100% {
        transform: scale(1.1);
        color: #fff;
    }
}

/* Button Styles */
button {
    font-family: 'Arial', sans-serif;
    background-color: #ff5733;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 25px;
    font-size: 1.2rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

button:hover {
    background-color: #ffc107;
}

/* Link Styles */
a {
    font-family: 'Arial', sans-serif;
    color: #ff5733;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffcc00;
}

/* Merchandise Container */
.merch-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.merch-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.merch-item:hover {
    transform: scale(1.05);
}

/* Special Effect for Hover */
.merch-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.merch-item img:hover {
    transform: scale(1.1);
}

}
#fw-section-footer {

/* Global Styling */
body {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(45deg, #ff6f61, #ffc107);
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Anime Text Style */
h1, h2, h3 {
    font-family: 'Impact', sans-serif;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

h1 {
    font-size: 3rem;
    animation: animeTitle 1.5s ease-in-out infinite alternate;
}

@keyframes animeTitle {
    0% {
        transform: scale(1);
        color: #ffcc00;
    }
    100% {
        transform: scale(1.1);
        color: #fff;
    }
}

/* Button Styles */
button {
    font-family: 'Arial', sans-serif;
    background-color: #ff5733;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 25px;
    font-size: 1.2rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

button:hover {
    background-color: #ffc107;
}

/* Link Styles */
a {
    font-family: 'Arial', sans-serif;
    color: #ff5733;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

a:hover {
    color: #ffcc00;
}

/* Merchandise Container */
.merch-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
}

.merch-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.merch-item:hover {
    transform: scale(1.05);
}

/* Special Effect for Hover */
.merch-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.merch-item img:hover {
    transform: scale(1.1);
}

}