@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Great Vibes', sans-serif;
    color: white;
    text-shadow: 2px 2px 4px #400000;
    line-height: 1.6;
    font-size: x-large;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: white;
}

h1 {
    font-weight: 300;
    line-height: 1.2;
    margin: 10px 0;
}


.nav {
    background-color: black;
    color: white;
    height: 110px;
    align-items: center;
}

.nav ul {
    display: flex;
}

.nav a {
    color: white;
    padding: 20px;
    margin: 0 5px;
    display: block;
}

.nav a:hover {
    border-bottom: 2px white solid;
    background-color: black;
}

.nav .flex {
    justify-content: space-between;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.flex {
     display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.content h2 {
    display: grid;
    place-items: center;
    height: 40vh;
    font-size: 70px;
    margin: 0 auto;
}

p1 {
color: white;
text-align: center;
font-weight: 300;
height: 40vh;
font-size: 40px;
}

.showcase {
position: relative;
height: 100vh;
}

.louiee {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    margin: 0;
    padding: 0;
    height: 700vh;
}





/* Your Existing CSS Styles Go Here */

.nav ul {
    height: 110px;
    background-color: black;
}

.nav ul li {
    position: relative;
}

.nav ul li:hover ul {
    display: block;
}

.nav ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    background-color: black;
    display: none;
    z-index: 1;
}

.nav ul li ul li {
    width: 100%;
    border-top: 1px solid;
}

.nav ul li ul li ul {
    left: 200px;
    top: 0;
}

.nav ul li:hover > ul {
    display: block;
}

.nav ul li:hover > ul,
.nav ul li ul:hover {
    display: block;
    background-color: black;
}

h3 {
   display: grid;
    place-items: center;
    height: 50vh;
    font-size: 70px;
    margin: 0 auto;
}

p2 {
    display: grid;
    place-items: center;
    height: 10vh;
    font-size: 80px;
}


#product1 {
    text-align: center;
    }
    
    #product1 .pro-container {
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
        flex-wrap: wrap;
    }
    
    #product1 .pro {
        width: 23%;
        min-width: 250px;
        padding: 10px 12px;
        border: 1px solid #400000;
        border-radius: 25px;
        cursor: pointer;
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
        margin: 15px 0;
        transition: 0.2s ease;
        position: relative;
        box-sizing: border-box;
    }
    
    #product1 .pro:hover {
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
    }
    
    #product1 .pro img {
        width: 100%;
        border-radius: 20px;
    }
    
    #product1 .pro .des {
        text-align: start;
        padding: 10px 0;
    }
    
    #product1 .pro .des span {
        color: white;
        font-size: 20px;
    }
    
    #product1 .pro .des h4 {
        padding: 7px;
        color: white;
        font-size: 25px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    
    #product1 .pro .des i {
        font-size: 12px;
        color: rgba(243,181,25);
    }
    
    #product1 .pro .des h5 {
        padding-top: 7px;
        font-size: 25px;
        font-weight: 700;
        color: white;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    
    #product1 .pro .ca {
        width:23%;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        background-color: white;
        font-weight: 500;
        color: white;
        border: 1px solid;
        position: absolute;
        bottom: 20px;
        right: 10px;
    }
    #product2 {
        text-align: center;
    }
    
    #product2 .pro-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 10px;
        align-items: center;
    }
    
    #product2 .pro {
        width: 23%;
        min-width: 250px;
        padding: 10px 12px;
        border: 1px solid #400000;
        border-radius: 25px;
        cursor: pointer;
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
        margin: 15px 0;
        transition: 0.2s ease;
        position: relative;
        box-sizing: border-box;
    }
    
    #product2 .pro:hover {
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
    }
    
    #product2 .pro img {
        width: 100%;
        border-radius: 20px;
    }
    
    #product2 .pro .des {
        text-align: start;
        padding: 10px 0;
    }
    
    #product2 .pro .des span {
        color: white;
        font-size: 20px;
    }
    
    #product2 .pro .des h4 {
        padding: 7px;
        color: white;
        font-size: 25px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    
    #product2 .pro .des i {
        font-size: 12px;
        color: rgba(243,181,25);
    }
    
    #product2 .pro .des h5 {
        padding-top: 7px;
        font-size: 25px;
        font-weight: 700;
        color: white;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    
    #product2 .pro .ca {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        background-color: white;
        font-weight: 500;
        color: white;
        border: 1px solid;
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

    #product3 {
        text-align: center;
    }
    
    #product3 .pro-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 10px;
        align-items: center;
    }
    
    #product3 .pro {
        width: 23%;
        min-width: 250px;
        padding: 10px 12px;
        border: 1px solid #400000;
        border-radius: 25px;
        cursor: pointer;
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
        margin: 15px 0;
        transition: 0.2s ease;
        position: relative;
        box-sizing: border-box;
    }
    
    #product3 .pro:hover {
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
    }
    
    #product3 .pro img {
        width: 100%;
        border-radius: 20px;
    }
    
    #product3 .pro .des {
        text-align: start;
        padding: 10px 0;
    }
    
    #product3 .pro .des span {
        color: white;
        font-size: 20px;
    }
    
    #product3 .pro .des h4 {
        padding: 7px;
        color: white;
        font-size: 25px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    
    #product3 .pro .des i {
        font-size: 12px;
        color: rgba(243,181,25);
    }
    
    #product3 .pro .des h5 {
        padding-top: 7px;
        font-size: 25px;
        font-weight: 700;
        color: white;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    
    #product3 .pro .ca {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        background-color: white;
        font-weight: 500;
        color: white;
        border: 1px solid;
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

    .louieee {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        margin: 0;
        padding: 0;
        height: 1560vh;
    }

    h6 {
        display: grid;
        place-items: center;
        height: -10vh;
        font-size: 70px;
        margin: 0 auto;
    }

    h7 {
        display: grid;
        place-items: center;
        height: 30vh;
        font-size: 70px;
        margin: 0 auto;
    }

    .louieea {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        margin: 0;
        padding: 0;
        height: 550vh;
    }

    .louiee4 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        margin: 0;
        padding: 0;
        height: 350vh;
    }

    .louieee2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        margin: 0;
        padding: 0;
        height: 1250vh;
    }

    .louiee44 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        margin: 0;
        padding: 0;
        height: 1500vh;
    }

    .louieeg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        margin: 0;
        padding: 0;
        height: 1990vh;
    }

    #product4 {
        text-align: center;
    }
    
    #product4 .pro-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 10px;
        align-items: center;
    }
    
    #product4 .pro {
        width: 23%;
        min-width: 250px;
        padding: 10px 12px;
        border: 1px solid #400000;
        border-radius: 25px;
        cursor: pointer;
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
        margin: 15px 0;
        transition: 0.2s ease;
        position: relative;
        box-sizing: border-box;
    }
    
    #product4 .pro:hover {
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
    }
    
    #product4 .pro img {
        width: 100%;
        border-radius: 20px;
    }
    
    #product4 .pro .des {
        text-align: start;
        padding: 10px 0;
    }
    
    #product4 .pro .des span {
        color: white;
        font-size: 20px;
    }
    
    #product4 .pro .des h4 {
        padding: 7px;
        color: white;
        font-size: 25px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    
    #product4 .pro .des i {
        font-size: 12px;
        color: rgba(243,181,25);
    }
    
    #product4 .pro .des h5 {
        padding-top: 7px;
        font-size: 25px;
        font-weight: 700;
        color: white;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    
    #product4 .pro .ca {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50px;
        background-color: white;
        font-weight: 500;
        color: white;
        border: 1px solid;
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

    .louieefd {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        margin: 0;
        padding: 0;
        height: 1350vh;
    }
    
    
    .louieeev {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        margin: 0;
        padding: 0;
        height: 950vh; 
    }

/* Tablets and under */
@media (max-width: 768px) {
    .grid,
    .showcase {
        grid-template-columns: 1fr;
    }

    .showcase {
        height: auto;
    }

    .showcase-text {
        text-align: center;
        margin-top: 40px;
    }

    .nav ul {
        height: auto;
    }

    .nav ul li {
        position: static;
    }

    .nav ul li ul {
        position: static;
        width: 100%;
        background-color: black;
        display: none;
    }

    .nav ul li ul li {
        width: 100%;
        border-top: 1px solid;
    }

    .nav ul li ul li ul {
        left: 0;
        top: auto;
    }

    .nav ul li:hover > ul,
    .nav ul li ul:hover {
        display: block;
    }
}

/* Mobile */
@media (max-width: 500px) {
    .nav {
        height: auto;
    }

    .nav .container.flex {
        flex-direction: column;
        align-items: center;
    }

    .nav ul {
        width: 100%;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .nav a {
        padding: 10px;
        margin: 5px 0;
        display: block;
        text-align: center;
    }

    .nav a:hover {
        border-bottom: none;
    }

    #product1 .pro,
    #product2 .pro,
    #product3 .pro,
    #product4 .pro {
        width: 100%;
        min-width: unset;
    }


}

/* Single Product */

#prodetails {
    display: flex;
    margin-top: 20px;
}

#prodetails .single-pro-image {
    width: 40%;
    margin-right: 50px;
    box-shadow: gray;
}

.small-img-group {
    display: flex;
    justify-content: space-between;
    box-shadow: grey;
}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
}

#prodetails .single-pro-details {
    width: 50%;
    padding-top: 30px;
}


#prodetails .single-pro-details h4 {
    padding: 40px 0 20px 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: black;
    text-shadow: none;
}

#prodetails .single-pro-details h2 {
    font-size: 26px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: black;
    text-shadow: none;
}

#prodetails .single-pro-details select {
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
    outline: none;
}

#prodetails .single-pro-details input {
    width: 50px;
    height: 47px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 10px;
}

#prodetails .single-pro-details input:focus {
    outline: none;
}

#prodetails .single-pro-details button {
    background-color: grey;
    color: white;
    border: 0;
    padding: 16px 25px 14px 25px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}

#prodetails .single-pro-details span {
    line-height: 25px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    color: black;
    text-shadow: none;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}


h4 {
    display: grid;
    place-items: center;
    font-size: 60px;
    margin: 0 auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    margin-top: 20px;


}

.louieebna {
    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
        margin: 0;
        padding: 0;
        height: 400vh;
}

.louieefa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    margin: 0;
    padding: 0;
    height: 350vh;
}

h10 {
    display: grid;
    place-items: center;
    font-size: 60px;
    margin: 0 auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    margin-top: 20px;

}


.social-links {
    text-align: center;
}

.social-links a {
    display: block;
    font-size: 28px;
    margin-top: 300px;
    margin-bottom: 10px !important; 
    text-decoration: none;
}





