
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f1f1f1;
    color: #333; 
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #fff; 
    text-align: center;
}

p {
    color: #ddd; 
    line-height: 1.6;
}


header {
    background-color: #000;
    color: white;
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #fff; 
}

header .logo {
    position: relative;
    height: 80vh;
    text-align: center;
    overflow: hidden;
}

header .logo h1 {
    position: relative;
    z-index: 2;
    font-size: 8rem; 
    text-shadow: 0px 0px 20px rgb(199, 77, 25);
    margin: 0;
    line-height: 80vh;
    font-weight: bold;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

header .menu {
    margin-top: 15px;
    z-index: 3;
    position: relative;
}

header .menu a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

header .menu a:hover {
    background-color: #3445c5;
}


#home {
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    padding: 20px;
    text-align: center;
    border: 2px solid #3445c5; 
    background-color: #000; 
    color: #fff;
    text-shadow: 0px 0px 5px #3445c5;
}

#content {
    margin: 20px auto;
    padding: 20px;
    max-width: 1200px;
    background-color: #000;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    color: #ddd; 
}

#content h2 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #fff; 
    text-shadow: 0px 0px 10px #3445c5;
}

#content ul {
    list-style: disc;
    margin: 20px;
    padding-left: 40px;
}

#content ul li {
    margin-bottom: 10px;
    line-height: 1.8;
}

footer {
    background-color: #000;
    color: #ccc; 
    text-align: center;
    padding: 15px 0;
    border-top: 2px solid #3445c5;
    font-size: 14px;
}

footer p {
    margin: 0;
}

#Welcome {
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0px 0px 3px red;
    color: #fff;
}


#contact {
    box-shadow: 0px 0px 10px #3445c5;
    padding: 20px;
}

.contact-details h3 {
    margin-top: 10px;
}

.instagram, .facebook {
    color: white;
    transition: color 0.3s ease;
}

.instagram:hover, .facebook:hover {
    color: #3445c5;
}

#reviews {
    background-color: #000;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}

#reviews h2 {
    font-size: 2rem;
    color: white;
    margin-bottom: 20px;
}

.review {
    background-color: #000000;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.review h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 10px;
}

.review p {
    font-size: 1rem;
    color: #ccc;
    line-height: 1.5;
}

.review a {
    display: inline-block;
    margin-top: 10px;
    color: #3445c5;
    text-decoration: none;
    font-weight: bold;
}

.review a:hover {
    text-decoration: underline;
}

.video-wrapper {
    margin: 20px 0;
    
}

.review video {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


footer {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

footer p {
    margin: 0;
    font-size: 1rem;
}

#reviewbody {
    background-color: black;
}

#about {
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgb(0, 0, 0);
    border-radius: 8px;
    box-shadow: 0px 0px 20px blue;
}

#about h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 20px;
}

#about p {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
}

#about p strong {
    font-weight: bold;
    color: #ffffff;
}

#about h3 {
    font-size: 2rem;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 10px;
}
 
#contact {
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
    background-color: rgb(0, 0, 0);
    border-radius: 8px;
    box-shadow: 0px 0px 30px rgb(51, 51, 169);
}

#contact h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 20px;
}

#contact p {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
}

form label {
    display: block;
    margin: 10px 0 5px;
    font-size: 1.2rem;
    color: #ffffff;
}

form input, form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    color: #000000;
}

form button {
    padding: 10px 20px;
    background-color: #f8f8f8;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
}

form button:hover {
    background-color: #e41b1b;
}

.contact-details {
    margin-top: 30px;
}

.contact-details h3 {
    font-size: 2rem;
    color: #ffffff;
}

.contact-details p {
    font-size: 1.2rem;
    color: #000000;
}

.social-media a {
    font-size: 1.2rem;
    color: #ffffff;
    margin-right: 15px;
    text-decoration: none;
}

.social-media a:hover {
    color: #db1c1c;
}
#content {
    box-shadow: 0px 0px 50px rgb(36, 36, 180);
}
#home {
    border: 2px solid black;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

@media (max-width: 768px) {
    header .logo {
        height: 60vh;
    }

    header .logo h1 {
        font-size: 5rem;
        line-height: 60vh;
    }
}

@media (max-width: 480px) {
    header .logo {
        height: 50vh;
    }

    header .logo h1 {
        font-size: 3rem;
        line-height: 50vh;
    }

    #background-video {
        object-fit: cover;
        display: none;
    }
}

header .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header .menu a {
    margin: 5px;
    font-size: 1rem;
    padding: 5px 10px;
}
