* {
    margin: 0px;
    padding: 0px;
    /* background-color: #007bff; */
}

.navbar-brand {
    /* background-color: #000000; */
    height: 3vh;
}

.collapse {
    color: #000000;
    font-size: 15px;
    /* padding: 3%; */
    /* margin-left: 100px; */
    /* gap: 20px; */
}

.nav-link {
    position: relative;
    /* padding: 30%; */

}

.navbar-nav {
    /* background-color: #000000; */
    width: 100%;
    /* color: #000000; */
}

.nav-item {
    /* width: 300%; */
    /* background-color: #000000; */
    /* padding: -5%; */
    margin-left: 1%;
}

.nav-link:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: black;
    /* Change to your desired color */
    left: 0;
    bottom: -5px;
    /* Adjusts the position of the underline */
}

.fa {
    color: #000000;
    /* background-color: azure; */
}


.search-container {
    position: relative;
    /* color: #030000; */
    /* background-color: white; */
}

#searchInput {
    width: 200px;
    /* Adjust width as needed */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    /* color: black; */
    /* Initially hidden */
    /* background-color: white; */

}

.products-header {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}

.products-header h2 {
    font-size: 24px;
    font-weight: bold;
}

.products-header .product-count {
    font-size: 14px;
    font-weight: bold;
}

.filters-sort {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.filters-sort span {
    margin-right: 15px;
}

.filters-sort span::after {
    content: "|";
    margin-left: 15px;
}

.filters-sort span:last-child::after {
    content: "";
    margin: 0;
}

.container7 {
    /* background-color: #000000; */
    border: 1px rgba(118, 117, 117, 0.203) solid;
    height: 5vh;
    margin-top: -1%;
    color: #000000;
    /* position: fixed; */

}

.row1 {
    /* background-color: #363434; */
    margin-top: -30px;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
    font-family: 'Times New Roman', Times, serif;
    /* background-color: aqua; */
    width: 35%;
    padding: 1%;
    /* font-size: 10px; */
    text-align: center;
    margin-left: 40%;
}

.nav3 {
    /* background-color: #ad2525b3; */
    margin-top: -1.5%;
}

.overlay6 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85%;
    width: 100%;
    opacity: 0;
    transition: .7s ease;
    /* background-color: #008CBA; */
}

.container1:hover .overlay6 {
    opacity: 1;


}

.container1 img {
    position: relative;
    width: 100%;
}

.container1 video {
    position: relative;
    width: 100%;
}

.container2 {
    width: 99%;
    /* background-color: #000000; */
    margin: auto;
    position: inherit;
}

.div.sticky {
    position: sticky;
    top: 0;
    /* padding: 5px; */

}

.banner1 img {
    margin: auto;
    width: 95%;
    margin-left: 2.5%;
}

.container3 img {
    width: 97%;
    margin-left: 0%;
}

.container3 {
    position: relative;
    text-align: center;
    color: white;
}





.top-left h1 {
    position: absolute;
    top: 1px;
    left: 46px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.top-left p {
    position: absolute;
    top: 50px;
    left: 46px;
    font-size: 13px;
    font-weight: 600;
}

.top-left p a {
    /* position: absolute; */
    /* top: 700px; */
    left: 46px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 2%;
    display: inline;
    color: #e1e1e1;
    /* margin-top: -60%; */
    /* padding-top: 4%; */
}

.container8 {
    border: 2px rgba(109, 107, 107, 0.079) solid;
}


.banner4 img {
    width: 97%;
    margin-left: 1.5%;

}

.container9{
    /* background-color: #000000; */
    height: 110vh;
}

.row3{
    /* background-color: #000000; */
     padding: 1%;
}

.nav3{
    /* background-color: #000000; */
    margin-top: 3px;
}

.navbar3{
    /* background-color: blue; */
    width: 80%;
    margin-left: 5%;
}

.navbar3 h1{
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}