body {
margin: 0;
font-family: Arial, sans-serif;
background: #0f0f0f;
color: white;
text-align: center;
}

.hero {
background: linear-gradient(#000000, #333333);
padding: 80px 20px;
}

.hero h1 {
font-size: 45px;
margin-bottom: 15px;
}

.hero p {
font-size: 20px;
}

.button {
display: inline-block;
margin-top: 25px;
padding: 15px 30px;
background: white;
color: black;
text-decoration: none;
border-radius: 30px;
font-weight: bold;
}

section {
padding: 40px 20px;
}

h2 {
font-size: 32px;
}


.cards {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}


.card {
background: #1c1c1c;
padding: 25px;
width: 250px;
border-radius: 15px;
border: 1px solid white;
}


.gallery {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}


.shirt {
background: white;
color: black;
width: 220px;
height: 220px;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
}


form {
max-width: 450px;
margin: auto;
display: flex;
flex-direction: column;
gap: 15px;
}


input, textarea {
padding: 15px;
border-radius: 10px;
border: none;
font-size: 16px;
}


textarea {
height: 120px;
}


button {
padding: 15px;
background: white;
color: black;
border: none;
border-radius: 30px;
font-size: 18px;
font-weight: bold;
}


footer {
background: black;
padding: 20px;
}

nav {
background: black;
padding: 15px;
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}

nav a, .dropdown button {
color: white;
text-decoration: none;
background: transparent;
border: none;
font-size: 16px;
cursor: pointer;
}

.dropdown {
position: relative;
}

.dropdown-content {
display: none;
position: absolute;
background: white;
min-width: 160px;
z-index: 10;
}

.dropdown-content a {
display: block;
color: black;
padding: 10px;
}

.dropdown-content a:hover {
background: #ddd;
}

.dropdown:hover .dropdown-content {
display: block;
}

.hero {
min-height: 70vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 40px 20px;
background:
linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.85)),
url("images/banner.jpg");
background-size: cover;
background-position: center;
}

.hero h1 {
font-size: 55px;
margin-bottom: 10px;
}

.hero h2 {
font-size: 30px;
}

.hero p {
max-width: 600px;
font-size: 20px;
line-height: 1.6;
}

.button {
display: inline-block;
margin: 10px;
padding: 15px 35px;
background: white;
color: black;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
}

.button:hover {
transform: scale(1.05);
}

.second {
background: transparent;
color: white;
border: 2px solid white;
}

.cards {
display: flex;
justify-content: center;
gap: 25px;
flex-wrap: wrap;
}

.card {
background: #171717;
width: 260px;
padding: 30px 20px;
border-radius: 20px;
border: 1px solid white;
transition: .3s;
}

.card:hover {
transform: translateY(-10px);
}

.card h3 {
font-size: 24px;
margin-bottom: 15px;
}

.card p {
line-height: 1.5;
color: #ddd;
}

.contact-buttons {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}

.contact-buttons a {
background: white;
color: black;
padding: 15px 25px;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
}

.contact-buttons a:hover {
transform: scale(1.05);
}

footer {
background: black;
padding: 40px 20px;
margin-top: 40px;
}

footer h3 {
font-size: 28px;
}

footer p {
color: #ddd;
}

@media (max-width: 600px) {

.hero h1 {
font-size: 38px;
}

.hero h2 {
font-size: 24px;
}

.hero p {
font-size: 17px;
}

nav {
flex-direction: column;
}

.card {
width: 85%;
}

.shirt {
width: 85%;
}

.button {
width: 70%;
}

}

form {
max-width: 600px;
margin: 30px auto;
display: flex;
flex-direction: column;
gap: 15px;
}

form input,
form select,
form textarea {
padding: 15px;
border-radius: 12px;
border: 1px solid #555;
font-size: 16px;
width: 100%;
box-sizing: border-box;
}

form textarea {
height: 150px;
resize: none;
}

form button {
padding: 15px;
border-radius: 30px;
border: none;
background: white;
color: black;
font-size: 18px;
font-weight: bold;
cursor: pointer;
}

form button:hover {
transform: scale(1.03);
}

#faq {
max-width: 900px;
margin: 0 auto;
}

#faq .card {
margin: 20px auto;
width: 90%;
text-align: center;
}

.cards {
display: flex;
justify-content: center;
align-items: stretch;
gap: 20px;
flex-wrap: wrap;
}

.card {
width: 250px;
text-align: center;
}

.button {
display: inline-block;
padding: 14px 30px;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
margin: 8px;
transition: 0.3s;
}

.button:hover {
transform: translateY(-3px);
}

h1, h2, h3 {
font-family: Arial, sans-serif;
}

h1 {
font-size: 55px;
}

h2 {
font-size: 35px;
}

section {
padding: 60px 20px;
}

.card {
background: #111;
border-radius: 20px;
padding: 25px;
margin: 15px;
transition: 0.3s;
}

.card:hover {
transform: translateY(-8px);
}

.card h3 {
margin-bottom: 15px;
}

nav {
display: flex;
justify-content: center;
align-items: center;
gap: 25px;
padding: 20px;
}

nav a {
text-decoration: none;
font-weight: bold;
transition: 0.3s;
}

nav a:hover {
transform: translateY(-3px);
}

body {
background: #0b0b0b;
}

h1, h2, h3 {
color: white;
}

p {
color: #cccccc;
}

.button {
background: #d90404;
color: white;
}

.button:hover {
background: #ff1a1a;
}

body {
background-color: black !important;
}

h1, h2, h3 {
color: red !important;
}

.button {
background-color: red !important;
color: white !important;
}

.card {
background: #111 !important;
border: 2px solid #d90404;
}

.card h3 {
color: #ffffff !important;
}

.card p {
color: #cccccc !important;
}

nav {
background: #000;
border-bottom: 2px solid #d90404;
}

nav a {
color: white !important;
}

nav a:hover {
color: #d90404 !important;
}


footer {
background: #000;
border-top: 2px solid #d90404;
}

footer h3 {
color: white !important;
}

footer p {
color: #cccccc !important;
}

.logo {
width: 180px;
max-width: 80%;
display: block;
margin: 0 auto 20px;
}

.gallery {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
margin-top: 30px;
}

.gallery img {
width: 100%;
height: 250px;
object-fit: cover;
border-radius: 15px;
display: block;
}

.gallery img {
transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
}

.gallery img:hover {
transform: scale(1.05);
box-shadow: 0 10px 25px rgba(217, 4, 4, 0.5);
}

.popup {
display: none;
position: fixed;
z-index: 999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.9);
justify-content: center;
align-items: center;
}

.popup img {
max-width: 90%;
max-height: 90%;
border-radius: 15px;
}

#closePopup {
position: absolute;
top: 20px;
right: 35px;
font-size: 50px;
color: white;
cursor: pointer;
}

.hero {
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: linear-gradient(
rgba(0,0,0,0.75),
rgba(0,0,0,0.95)
);
text-align: center;
}

.hero h1 {
font-size: 55px;
letter-spacing: 2px;
}

.hero h2 {
color: #d90404;
font-size: 28px;
}

.hero p {
max-width: 650px;
font-size: 18px;
color: #cccccc;
}

.button {
background: #d90404;
color: white;
padding: 15px 35px;
border-radius: 50px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
transition: 0.3s ease;
box-shadow: 0 5px 15px rgba(217,4,4,0.4);
}

.button:hover {
transform: translateY(-5px);
background: #ff0000;
box-shadow: 0 10px 25px rgba(217,4,4,0.7);
}

nav {
position: sticky;
top: 0;
z-index: 1000;
backdrop-filter: blur(10px);
background: rgba(0,0,0,0.85);
padding: 15px 30px;
}

nav a {
position: relative;
transition: 0.3s ease;
}

nav a:hover {
color: #d90404 !important;
}

nav a::after {
content: "";
position: absolute;
left: 0;
bottom: -8px;
width: 0%;
height: 2px;
background: #d90404;
transition: 0.3s ease;
}

nav a:hover::after {
width: 100%;
}

html {
scroll-behavior: smooth;
}

#featured {
text-align: center;
}

.featured-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
gap: 25px;
max-width: 1000px;
margin: auto;
}

.featured-grid img {
width: 100%;
height: 180px;
object-fit: cover;
border-radius: 20px;
border: 2px solid #d90404;
}

.card {
transition: 0.3s ease;
}

.card:hover {
transform: translateY(-10px);
border-color: #ff0000;
box-shadow: 0 15px 30px rgba(217,4,4,0.35);
}

.slider {
width: 100%;
max-width: 900px;
height: 350px;
margin: 0 auto 30px;
overflow: hidden;
border-radius: 25px;
}

.slider img {
width: 100%;
height: 350px;
object-fit: cover;
animation: slide 9s infinite;
}

@keyframes slide {
0% {opacity: 1;}
30% {opacity: 1;}
35% {opacity: 0;}
65% {opacity: 0;}
70% {opacity: 1;}
100% {opacity: 1;}
}

.slider {
width: 90%;
max-width: 700px;
height: 250px;
margin: 30px auto;
overflow: hidden;
border-radius: 25px;
}

.slider img {
width: 100%;
height: 250px;
object-fit: cover;
display: none;
}

.slider img:first-child {
display: block;
}

.slider img {
animation: fade 12s infinite;
}

.slider img:nth-child(2) {
animation-delay: 3s;
}

.slider img:nth-child(3) {
animation-delay: 6s;
}

.slider img:nth-child(4) {
animation-delay: 9s;
}

@keyframes fade {
0% {opacity:0;}
10% {opacity:1;}
30% {opacity:1;}
40% {opacity:0;}
100% {opacity:0;}
}

.slider img {
animation: fade 12s infinite;
}

.slider img:nth-child(2) {
animation-delay: 3s;
}

.slider img:nth-child(3) {
animation-delay: 6s;
}

.slider img:nth-child(4) {
animation-delay: 9s;
}

@keyframes fade {
0% {opacity:0;}
10% {opacity:1;}
30% {opacity:1;}
40% {opacity:0;}
100% {opacity:0;}
}

.slider {
width: 90%;
max-width: 700px;
height: 250px;
margin: 30px auto;
overflow: hidden;
border-radius: 25px;
}

.slider img {
width: 100%;
height: 250px;
object-fit: cover;
display: none;
}

.slider img:first-child {
display: block;
}

.gallery img {
    transition: 0.4s ease;
}

.gallery img:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

#gallery {
    text-align: center;
}

#gallery .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 40px auto;
}

#gallery .gallery img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    transition: 0.3s ease;
}

#gallery .gallery img:hover {
    transform: scale(1.05);
}

#gallery {
    padding: 70px 20px;
    text-align: center;
}

#gallery h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

#gallery p {
    max-width: 700px;
    margin: 0 auto 40px;
}

#closePopup {
    position: fixed;
    top: 20px;
    right: 25px;
    font-size: 45px;
    color: white;
    background: #d90404;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.dropdown-content {
    background: #111;
    border-radius: 10px;
    padding: 10px;
}

.dropdown-content a {
    color: white;
    display: block;
    padding: 12px;
}

.dropdown-content a:hover {
    background: #d90404;
    color: white;
}

body {
    background-color: #050505;
    background-image: url(“images/B4416920-511A-4AEA-A98E-F35937A7C817.png”);
    background-repeat: repeat;
    background-size: 250px;
    background-attachment: fixed;
}

body {
    background-blend-mode: soft-light;
}


section {
    border-bottom: 1px solid rgba(217,4,4,0.25);
}


.card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.logo {
    filter: drop-shadow(0 0 20px rgba(217,4,4,0.7));
    animation: logoPulse 3s infinite;
}

@keyframes logoPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
}


footer {
    background: #000;
    border-top: 2px solid #d90404;
    padding: 50px 20px;
    text-align: center;
}

footer h3 {
    font-size: 30px;
    letter-spacing: 2px;
    color: white;
}

footer p {
    color: #aaa;
    margin: 10px;
}

footer::before {
    content: “Y&J”;
    display: block;
    font-size: 70px;
    font-weight: bold;
    color: rgba(217,4,4,0.15);
    letter-spacing: 10px;
    margin-bottom: -50px;
}

@media (max-width: 600px) {

.hero h1 {
    font-size: 38px;
}

.hero h2 {
    font-size: 22px;
}

.logo {
    width: 180px;
}

.button {
    width: 85%;
    margin: 8px auto;
}

.slider {
    height: 220px;
}

.slider img {
    height: 220px;
}

.gallery img {
    height: 250px;
}

footer h3 {
    font-size: 24px;
}

}

body {
    background:
    radial-gradient(circle at 20% 20%, rgba(217,4,4,0.18), transparent 25%),
    radial-gradient(circle at 80% 80%, rgba(217,4,4,0.12), transparent 25%),
    linear-gradient(135deg, #050505, #111, #000);
    background-attachment: fixed;
}

section {
    position: relative;
    overflow: hidden;
}

section::before {
    content: “Y&J”;
    position: absolute;
    font-size: 180px;
    font-weight: bold;
    color: rgba(255,255,255,0.02);
    right: -30px;
    top: 20px;
    z-index: 0;
}

@media (max-width: 600px) {
  .gallery img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .gallery,
  .slider,
  .carousel {
    width: 100%;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .gallery img,
  .slider img,
  .carousel img {
    flex: 0 0 auto;
    width: 90%;
    height: auto;
  }
}
