*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.front-photo{
    width: 100%;
}
.front-photo img{
    width: 100%;
    min-height: 30%;
}
/* First part */
.top-hook{
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: rgba(186, 235, 237);
}
#first-hook {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    font-size: 23px;
    font-weight: bold;
    text-align: justify;
    background-color: rgba(186, 235, 237);
}
#first-hook h2{
    background-color: rgba(186, 235, 237);
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}
#first-hook ul{
    background-color: rgba(186, 235, 237);
}
/* Added this design @ july 19 3:57 PM*/
#img-container {
    width: 50%; 
    height: 100vh; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    align-content: center; 
    padding: 15px; 
    box-sizing: border-box; 
    
}
#img-container img {
    width: calc(50% - 10px);
    height: auto;
    max-height: 50%;
    object-fit: cover;
}
.top-hook #general-goods{
    width: 50%;
    margin-bottom: 12px;
    padding-left: 2px;
}
.top-hook #general-goods {
    width: 50%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.top-hook #general-goods:hover{
    transform: scale(1.05);
}
/* Below borrowed from about page*/
#hook-section{
    /* width: 60%; */
    width: 100%;
    min-height: 25vh;
    background-color: transparent;
    font-family: "Moserrat", sans-serif;
    font-size: 100px;
    text-align: center;
    background: linear-gradient(rgba(255, 0, 0, 0.668) 2%,white 90%);
    line-height: 130px;
}
#hook-section strong, #checkout-section strong{
    background-color: transparent;
}

.slide-content{
    width: 100%;
    /* gap: 100px; */
    display: flex;
    position: absolute;
    background-color: transparent;
    mix-blend-mode: multiply;
    justify-content: center;
}

/* Video section on homepage*/
.video-section{
    width: 100%;
    height: 100vh;
    background-color: rgba(207, 240, 241, 0.743);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}
.video-section p{
    background-color: transparent;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height:50px;
    padding-right: 10px;
}
.video-area{
    width: 90%;
    height: 70vh;
    margin-right: 40px;
    overflow: hidden;
    position: relative;
}
.video-area video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
/* Visti Div */
#Visit-div{
    width: 100%;
    min-height: 100vh;
    clear: both;
    display: flex;
    justify-content: space-between;
}
#checkout-section {
    width: 60%;
    min-height: 100vh;
    background-color: transparent;
    font-family: "Moserrat", sans-serif;
    font-size: 100px;
    text-align: center;
    /* background: linear-gradient(red 2%,white 90%); */
    background: linear-gradient(rgba(255, 0, 0, 0.668) 2%,white 90%);
    box-shadow: inset;
}
#yes{
    width: 30%;
    min-height: 50vh;
    line-height: 100px;
    font-family: "Moserrat", sans-serif;
    font-size: 80px;
    margin-top:500px;
    background-color: transparent;
}
#yes strong{
    background-color: transparent;
}
iframe{
    width: 100%;
    min-height: 80vh;
} 
#Store-hours{
    width: 30%;
    min-height: 150px;
    float: right;
} 
#Store-hours p{
    font-family: "Moserrat", sans-serif;
    font-size:x-large;
    text-align: center;
    line-height: 50px;
    justify-content:space-between;
   
}
#horizontal-line{
    margin-inline: 50px;
    color: black;
}
/* Services Sections */
#services{
    width: 100%;
    min-height: max-content;
    /* background-color: rgb(233, 247, 247); */
    clear: both;
}
#services h2{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: transparent;
}
.list-one{
    width: 30%;
    min-height: max-content;
    text-align: left;
    margin-left: 100px;
    font-size:large;
    background-color: transparent;
    margin-bottom: 40px;
    float: left;
}
.list-two{
    width: 30%;
    min-height: max-content;
    text-align: left;
    margin-left: 10px;
    font-size:large;
    background-color: transparent;
    margin-bottom: 40px;
    float: left;
}
/* setting screen to phones */
/* Mobile-first approach for screens up to 700px */
@media screen and (max-width: 1280px) {
    /* Top Findings */
    .top-hook {
        width: 100%;
        /* height: 100vh; */
        height: auto;
        display: flex;
        flex-direction: column; /* Change to column for vertical layout */
        background-color: rgba(186, 235, 237);
    }
    #first-hook {
        width: 100%;
    }
    #img-container{
        width: 100%;
        height: auto;
        display: block;
    }
    #img-container #general-goods{
        width: 100%;
        min-height: 100vh;
        margin-bottom: 12px;
    }

    /* One stop */
    #hook-section{
        font-size: 50px;
        line-height: 80px;
    }
    /* Video section on homepage*/
    .video-section{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: right;
        padding-left: 30px;
    }
    .video-section p{
        font-size: 12px;
        line-height:25px;
    }
    /* Visti Div */
    /* #Visit-div{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-height: 100vh;
        clear: both;
        display: flex;
        justify-content: space-between;
    } */
    #checkout-section {
        font-size: 30px;
    }
    #yes{
        line-height: 40px;
        font-size: 30px;
        margin-top:200px;
    }

    /* Text adjustments */
    #Store-hours p,
    #services h2 {
        width: 100%;
        text-align: center;
    }
    body {
        font-size: 16px; /* Ensure readable font size on small screens */
    }
}

/* Responsive design for medium screens */
@media (min-width: 769px) and (max-width: 1280px) {
    /* Side bar styles */
    .sidebar {
        text-align: left;
        font-weight: 50px;
        font-size: 10px;
        padding-right: 5px;
    }
    .dropdown-trigger {
        padding: 10px;
        font-size: small;
        border-radius: 0px;
    }
    .dropdown-content a {
        padding: 0px 0px;
        font-size: small;
    }
    .cards-section {
    width: 80%;
    flex-direction: column; /* Stack the cards vertically on small screens */
    }
    .product-card {
    
        width: 80%; /* Full width on small screens */
        height: 100%;
    }
    
}
