@font-face {
    font-family: 'lt-glockenspiel-black';
    src: url('/path-to/lt-glockenspiel-black.woff2') format('woff2'),
        url('/path-to/lt-glockenspiel-black.woff') format('woff'),
        url('/path-to/lt-glockenspiel-black.ttf') format('truetype');
}

nav ul{
    display: flex;
    list-style-type: none;
    gap: 4em;
    margin: 0;
    padding: 0;
    padding-left: 1em;
    padding-right: 1em;
    justify-content: space-between;
    align-items: center;
}

nav a{
    font-size: 20pt;
    text-decoration: none;
    color: black;
}
.navigation-items{
    display: inline;
}

.hamburger-menu{
    display: none;
    font-size: 30pt;
}
.hamburger-menu:hover{
    cursor: pointer;
}


.hamburger-menu-items{
    display: none;
}

.hamburger-menu-items ul{
    flex-direction: column;
}

.ham-items{
    display: none;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

html,
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
}

ul img{
    height: 70px;
}
#title {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
}

#mainContainer {
    display: flex;
    width: 100%;
    height: 750px;
}

.rightLeft {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: 730px;
    padding-bottom: 20px;
}

.individual-benefit{
    display: flex;
    justify-content: center;
    align-items: center;    
}

.individual-benefit p{
    text-align: center;
}



#rightCon {
    border-left: 1px solid black;
}

.picCon {
    width: 200px;
    height: 200px;
}

.bundlePics {
    width: 100%;
}

.productName {
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: 400;
}

.starRating {
    display: flex;
    width: 100%;
    justify-content: center;
    color: green;
    margin-top: -20px;
    font-size: 15px;
}

.productPrice {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: -10px;
    font-weight: 300;
    font-size: 15px;
}

.productDesc {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 250px;
    margin-top: -10px;
}

.includes {
    width: fit-content;
    font-size: 20px;
    font-weight: 400;
    margin-left: 13px;
}

.features {
    margin-top: -20px;
}

.qualities {
    list-style: none;
    margin-left: -25px;
}

.x {
    color: red;
}

.addToCart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    margin-top: 20px;
    font-size: 16px;
    background-color: rgb(49, 121, 31);
    color: rgb(251, 253, 252);
    border-radius: 3px;
}

.addToCart:hover {
    cursor: pointer;
    background-color: white;
    border: 1px solid rgb(49, 121, 31);
    color: rgb(49, 121, 31);
    transition: ease-in 0.1s;
}

.reviewCon {
    width: 100%;
    height: fit-content;
    padding-bottom: 20px;
    background-color: rgb(236, 239, 224);
    margin-top: 20px;
}

.cusReviews {
    font-size: 40px;
    font-weight: 300;
    padding: 50px;
}

hr {
    margin-top: -60px;
    width: 95%;
}

.reviews {
    width: 90%;
    height: fit-content;
    margin: 50px;
}

.userCon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
}

.reviewSum {
    margin-top: -10px;
    width: 80%;
}

#questions {
    margin-top: -10px;
}

@media screen and (max-width: 700px) {
    .productDesc {
        height: 300px;
        margin-top: -10px;
    }
}

@media screen and (max-width: 580px) {
    #mainContainer {
        display: flex;
        flex-direction: column;
        height: 1400px;
    }

    .rightLeft {
        width: 100%;
        height: 700px;
    }

    .productDesc {
        height: 250px;
    }

    #rightCon {
        border-left: none;
    }

    #cusReviews {
        font-size: 30px;
    }

    .userMainCon {
        margin-left: -10px;
    }


}

@media screen and (max-width: 480px) {
    .userCon {
        display: flex;
        flex-direction: column;
    }

    .date {
        margin-top: -10px;
    }

    .userMainCon {
        margin-left: -10px;
    }

    .reviews {
        width: 80%;
    }

}

@media screen and (max-width: 333px) {
    #title {
        width: 100%;
        height: 40px;
        font-size: 25px;
    }

    .productDesc {
        width: 80%;
        height: 230px;
    }

    .qualities {
        font-size: 15px;
    }

    #cusReviews {
        font-size: 20px;
        padding: 20px;
    }

    hr {
        margin-top: -30px;
        width: 100%;
    }

    .userMainCon {
        margin-left: -15px;
        width: 260px;
    }

    .userCon {
        margin-left: -12px;
    }

    .reviews {
        width: 77%;
    }


}

@media screen and (max-width: 275px) {
    .reviews {
        width: 50%;
    }
}

@media screen and (max-width: 240px) {
    #title {
        width: 100%;
        height: 40px;
        font-size: 20px;
    }

    .qualities {
        font-size: 12px;
    }

    .productDesc {
        height: 200px;
    }

    .userMainCon {
        margin-left: -20px;
        width: 180px;
    }

    .reviews {
        width: 50%;
    }
}

@media screen and (min-width: 1120px) {
    #title {
        font-size: 50px;
    }

    #mainContainer {
        height: 930px;
    }
    .picCon {
        width: 350px;
        height: 350px;
    }

    .rightLeft {
        width: 100%;
        height: 910px;
    }

    .includes {
        width: fit-content;
        font-size: 30px;
        font-weight: 400;
        margin-left: 13px;
    }

    .features {
        margin-top: -30px;
    }

    .qualities {
        font-size: 20px;
    }

    .productDesc {
        height: 300px;
    }

    .addToCart {
        width: 200px;
        height: 50px;
        font-size: 20px;
    }

}

@media screen and (max-width: 625px) {
    .navigation-items{
        display: none;
    }
    
    .hamburger-menu{
        display: inline;
    }
    .hamburger-menu-items{
        display: inline;
    }
    nav ul{
        gap: 2em;
        padding-bottom: 1em;
    }
    nav ul li{
        width: 65px;
        text-align: center;
    }

    .remove-me{
        display: none;
    }
}