* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    /* background-color: tomato; */
}

/* body{
    background-image: url(./pexels-weekendplayer-1250672.jpg);
    background-size: 300%;
    background-repeat: no-repeat;
    /* border-image-slice: fill;
} */



.navbar {
    background-color: #000000;
    /* position: sticky; */
}

.navbar-brand img {
    /* height: 70px; */
    /* background-color: #ffcc00; */
    width: 150px;

    /* Adjust logo size */
}

.nav-item {
    margin-left: 32px;
    /* Space between menu items */
    font-size: 12px;
    /* margin-left: 1%; */

}

.nav-link {
    color: white !important;
    /* White text for menu items */
    /* font-weight: bold; */
    /* Bold text for menu items */
    transition: color 0.9s;
    font-size: 5px;
    /* margin-left: 8px; */

    /* background-color: #ffcc00; */

}

.nav-link:hover {
    color: #ffcc00 !important;
    /* Change color on hover */
}

.nav-icons .nav-link:hover {
    color: #ffcc00 !important;
    /* Change color on hover */
}

.search-container {
    position: relative;
    width: 200px;
    margin: auto;
    text-align: center;
    /* background-color: #ffcc00; */
    /* border: 2px solid rgb(255, 255, 255); */
    border-radius: 20px;

}

.search-icon {
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    /* width: 200px; */
}

.search-bar {
    display: none;
    width: 100%;
    /* padding: 10px; */
    /* box-sizing: border-box; */
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    margin-top: 10px;
}

.search-bar.active {
    display: block;
}

.banner {
    width: 100%;
}

.video {
    /* background-color: #ffcc00; */
    width: 100%;
    height: 100vh;

}

#myVideo {
    /* position: fixed; */
    right: 0;
    bottom: 0;
    width: 100%;
}

.nav1 {
    /* background-color: #eb0b0b; */
    width: 100%;
    margin: auto;

}

.nav1 h1 {
    /* background-color: #c7b3b3; */
    font-size: 20px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;

}

.container1 {
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.container1 h1 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 5px;
    /* background-color: #000000; */
    width: 20%;
    margin-left: -3.1%;
    color: #000000;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.container1 h2 {
    font-size: 19px;
    /* font-weight: bold; */
    margin-bottom: 5px;
    /* background-color: #000000; */
    width: 10%;
}

p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
    /* background-color: #000000; */
    width: 10%;
    margin-left: -1.4%;
}


.products {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.product {
    width: 24%;

    padding: 10px;
    border-radius: 5px;
    transition: transform 0.3s;
}

.product img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.product:hover {
    transform: scale(1.05);
}

.product-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    /* background-color: #000000; */
    width: 40%;
    margin-left: 40%;

}


.banner1 {
    background-image: url(./pexels-weekendplayer-1250672.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    /* margin-right: 200px; */
    background-attachment: fixed;
    height: 50vh;
    width: 100%;
    background-size: 100%;
    /* border-image-width: 100px; */
    /* margin-top: 100%; */
    /* align-items: center; */

}

.banner1 h2 {
    /* margin-top: 10%; */
    padding-left: 56%;
    padding-top: 5%;
    color: #ffffff;
    /* background-color: #ffcc00; */
    height: 50vh;
    text-align: center;
    font-family: 'Playfair Display', serif;

}


.nav3 h1 {
    padding: 10%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}



.image-container1 img {
    width: 100%;
    height: 70vh;
}

.image-container1 h4 {
    /* background-color: #000000; */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.image-container1 p {
    /* background-color: #ffffff; */
    width: fit-content;
    margin: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.footer {
    background-color: #93939360;
    /* Light gray background */
    padding: 40px 20px;
    font-size: 14px;
    color: #000;
}

.footer h6 {
    font-weight: bold;
    margin-bottom: 15px;
}

.footer a {
    text-decoration: none;
    color: #000;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .footer-logo {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: bold;
}

.footer .footer-logo span {
    font-size: 12px;
    display: block;
}

.footer .copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #333;
}