body{
background:#111111;
color:white;
font-family:Arial,sans-serif;
}

.navbar{
border-bottom:1px solid rgba(255,255,255,0.1);
}

.hero{
height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;

background:
linear-gradient(
135deg,
#111111,
#1c1c1c,
#E53935
);

background-size:300% 300%;

animation:bgMove 8s infinite alternate;
}

@keyframes bgMove{

0%{

background-position:0% 50%;

}

50%{

background-position:100% 50%;

}

100%{

background-position:0% 50%;

}

}

.hero h1{

font-size:65px;
font-weight:bold;

}

.hero p{

color:#d6d6d6;
max-width:700px;
margin:auto;

}

.product-box{

background:#1a1a1a;

padding:30px;

border-radius:15px;

transition:.5s;

border:1px solid transparent;
}

.product-box:hover{

transform:translateY(-10px);

border-color:#E53935;

box-shadow:0 0 20px rgba(229,57,53,.5);

}

.info-box{

padding:30px;

background:#1a1a1a;

border-radius:15px;

margin-bottom:20px;

}

footer{

background:black;

padding:30px;

text-align:center;

margin-top:50px;

}
.partner-box{

background:#1a1a1a;

padding:25px;

border-radius:15px;

text-align:center;

font-size:24px;

font-weight:bold;

transition:.5s;

}

.partner-box:hover{

transform:scale(1.05);

box-shadow:0 0 15px rgba(229,57,53,.6);

}

.whatsapp{

position:fixed;

right:25px;

bottom:25px;

background:#25D366;

width:60px;

height:60px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:30px;

text-decoration:none;

z-index:1000;

}

html{

scroll-behavior:smooth;

}
.hero-logo{

width:450px;

animation:floatLogo 4s infinite ease-in-out;

}

@keyframes floatLogo{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-20px);

}

100%{

transform:translateY(0px);

}

}

.btn-danger{

background:#E53935;

border:none;

}

.btn-danger:hover{

background:#c62828;

transform:scale(1.05);

transition:.4s;

}

.btn-outline-light:hover{

transform:scale(1.05);

transition:.4s;

}
.product-box h4{

color:#E53935;

margin-bottom:15px;

}

.product-box .btn{

margin-top:15px;

width:100%;

}

.product-box{

height:100%;
}
.info-box{

transition:.5s;

}

.info-box:hover{

transform:translateY(-10px);

box-shadow:0 0 20px rgba(229,57,53,.5);

}
.partner-box{

padding:30px;

background:#1c1c1c;

border-radius:15px;

font-size:25px;

font-weight:bold;

transition:.5s;

}

.partner-box:hover{

transform:scale(1.1);

box-shadow:0 0 20px rgba(229,57,53,.6);

}
label{

margin-bottom:8px;

font-weight:bold;

}

.form-control{

background:#1c1c1c;

border:1px solid #444;

color:white;

padding:12px;

}

.form-control:focus{

background:#1c1c1c;

color:white;

border-color:#E53935;

box-shadow:0 0 10px rgba(229,57,53,.5);

}
.hero-section{

background:linear-gradient(
-45deg,
#000000,
#E53935,
#111111,
#ff1f1f
);

background-size:400% 400%;

animation:bgMove 6s ease infinite;

padding:100px 0;

color:white;

overflow:hidden;

}

.hero-logo{

max-height:320px;

border-radius:20px;

animation:float 3s ease-in-out infinite;

}

.hero-section h1{

font-size:60px;

font-weight:bold;

}

.hero-section{

min-height:100vh;

display:flex;

align-items:center;

background:linear-gradient(
-45deg,
#000000,
#E53935,
#111111,
#ff0000
);

background-size:600% 600%;

animation:heroGradient 8s ease infinite;

color:white;

overflow:hidden;

}

@keyframes heroGradient{

0%{

background-position:0% 50%;

}

50%{

background-position:100% 50%;

}

100%{

background-position:0% 50%;

}

}
.hero h1{

font-size:55px;

font-weight:bold;

}

.hero p{

margin-top:20px;

font-size:18px;

}

.hero img{

max-height:300px;

border-radius:10px;

}
.card h4{

margin:0;

font-weight:bold;

}
#loader{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:#101010;

z-index:9999;

display:flex;

justify-content:center;

align-items:center;

flex-direction:column;

color:white;

}

.loader-logo{

width:120px;

animation:loaderAnimation 2s infinite;

}

@keyframes loaderAnimation{

0%{

transform:scale(1);

}

50%{

transform:scale(1.1);

}

100%{

transform:scale(1);

}

}
#topBtn{

display:none;

position:fixed;

bottom:30px;

left:30px;

z-index:999;

border:none;

outline:none;

background:#dc3545;

color:white;

cursor:pointer;

padding:15px 20px;

border-radius:50%;

font-size:20px;

transition:0.3s;

}

#topBtn:hover{

transform:scale(1.1);

}
@media(max-width:768px){

.hero-section h1{

font-size:38px;

text-align:center;

}

.hero-section p{

text-align:center;

}

.hero-section .btn{

display:block;

width:100%;

margin-bottom:15px;

}

.hero-logo{

margin-top:30px;

max-height:220px;

}

.navbar-nav{

text-align:center;

}

.card{

margin-bottom:20px;

}

}
.accordion-item{

background:#1c1c1c;

border:none;

margin-bottom:10px;

}

.accordion-button{

background:#1c1c1c;

color:white;

}

.accordion-button:not(.collapsed){

background:#E53935;

color:white;

}
.nav-link.active{

color:#E53935 !important;

font-weight:bold;

border-bottom:2px solid #E53935;

}
a{

color:white !important;

text-decoration:none;

}

a:hover{

color:#E53935 !important;

}
.gallery-box{

overflow:hidden;

border-radius:20px;

background:#1c1c1c;

transition:.5s;

}

.gallery-img{

width:100%;

height:250px;

object-fit:cover;

transition:.5s;

}

.gallery-box:hover{

transform:translateY(-10px);

box-shadow:0 0 20px rgba(229,57,53,.6);

}

.gallery-box:hover .gallery-img{

transform:scale(1.1);

}
.event-gallery-section{

padding:100px 0;

background:
radial-gradient(circle at center,
#8b0000 0%,
#2a0000 35%,
#000000 100%);

overflow:hidden;

position:relative;

}

.event-gallery-header{

text-align:center;

margin-bottom:60px;

}

.event-gallery-header h5{

display:inline-block;

padding:10px 28px;

border:1px solid rgba(255,255,255,.25);

border-radius:40px;

color:white;

font-size:14px;

letter-spacing:2px;

margin-bottom:25px;

background:rgba(255,255,255,.05);

}

.event-gallery-header h2{

font-size:64px;

font-weight:700;

color:white;

margin-bottom:20px;

}

.event-gallery-header h2 span{

color:#ff2d2d;

}

.event-gallery-header p{

font-size:22px;

color:#ddd;

}

.event-gallery-slider{

width:100%;

overflow:hidden;

position:relative;

display:flex;

justify-content:center;

}

.event-gallery-track{

display:flex !important;

flex-direction:row !important;

flex-wrap:nowrap !important;

align-items:center;

gap:20px;

width:max-content;

animation:galleryScroll 30s linear infinite;

}

.event-gallery-card{

width:180px;

min-width:180px;

height:auto;

border-radius:0;

overflow:visible;

flex-shrink:0;

background:none;

border:none;

box-shadow:none;

padding:0;

margin:0;

}

.event-gallery-card:hover{

transform:translateY(-12px) scale(1.03);

box-shadow:0 0 40px rgba(255,0,0,.65);

}

.gallery-dots{

display:flex;

justify-content:center;

gap:12px;

margin-top:45px;

}

.gallery-dots span{

width:12px;

height:12px;

background:white;

opacity:.5;

border-radius:50%;

display:block;

}

.gallery-dots .active-dot{

background:#ff2d2d;

opacity:1;

box-shadow:0 0 15px red;

}

@keyframes galleryScroll{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-50%);

}

}

@media(max-width:768px){

.event-gallery-header h2{

font-size:38px;

}

.event-gallery-header p{

font-size:16px;

}

.event-gallery-card{
width:180px;
height:auto;
overflow:hidden;
background:transparent;
border:none;
box-shadow:none;
}

}
.event-gallery-card{
height:auto !important;
background:none !important;
border:none !important;
box-shadow:none !important;
overflow:visible !important;
}

.event-gallery-card img{
width:100% !important;
height:auto !important;
display:block !important;
background:none !important;
border:none !important;
box-shadow:none !important;
object-fit:contain !important;
}

.brand-grid{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(280px,1fr));

gap:30px;

margin-top:50px;

}

.brand-card{

background:#111;

padding:35px;

border-radius:20px;

text-align:center;

transition:.4s;

border:1px solid rgba(255,0,0,.2);

}

.brand-card:hover{

transform:translateY(-10px);

box-shadow:0 0 25px rgba(255,0,0,.5);

}

.brand-logo{

width:100%;

height:120px;

object-fit:contain;

margin-bottom:25px;

}

.brand-btn{

display:inline-block;

padding:12px 30px;

background:#e53935;

color:#fff;

text-decoration:none;

border-radius:30px;

font-weight:600;

transition:.3s;

}

.brand-btn:hover{

background:#ff4d4d;

color:white;

}
.product-details{

display:none;

margin-top:20px;

background:#1a1a1a;

padding:20px;

border-radius:15px;

text-align:left;

}

.product-details ul{

margin:0;

padding-left:20px;

}

.product-details li{

color:white;

padding:8px 0;

font-size:16px;

border-bottom:1px solid rgba(255,255,255,.1);

}