html{
    height: 100%;
}

body{
    background-image: url(assets/images/body.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.container{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
} 

header{
    height: 118px;
    background-color: rgba(255, 255, 255, 0.274);
    text-align: center;
}

nav{
    background-color: rgba(0, 0, 0, 0.315);
    text-align: center;
}

.nav{
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

nav a{
    text-decoration: none;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
}

.slideshow-container {
    width: 1024px;
    height: 400px;
    position: relative;
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slideAnim 15s infinite;
    background-size: cover;
    background-position: center;
}

.slide:nth-child(1) {
    background-image: url(assets/images/SLIDER1.jpg);
    animation-delay: 0s;
}

.slide:nth-child(2) {
    background-image: url(assets/images/SLIDER2.jpg);
    animation-delay: 5s;
}

.slide:nth-child(3) {
    background-image: url(assets/images/SLIDER3.jpg);
    animation-delay: 10s;
}

@keyframes slideAnim {
    0% { opacity: 0; }
    10% { opacity: 1; }
    33.33% { opacity: 1; }
    43.33% { opacity: 0; }
    100% { opacity: 0; }
}

/* Optional navigation dots */
.nav-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    cursor: pointer;
}

/* Responsive design (optional) */
@media (max-width: 1024px) {
    .slideshow-container {
        width: 100%;
        height: 39vw; /* Maintain 400px height relative to 1024px width */
    }
}



.products {
    width: 1024px;
    height: 300px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #f7f7f7;
    margin: 0 auto;
}

.product {
    width: 330px;
    height: 300px;
    background: white;
    border: 1px solid #ddd;
    text-align: center;
}

.product-image {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #eee;
    background-image: url('https://via.placeholder.com/200x200');
    background-size: cover;
}

.product-title {
    color: #2c3e50;
    font-size: 1.2em;
    margin: 10px 0;
}

.product-description {
    color: #7f8c8d;
    font-size: 0.9em;
    padding: 0 15px;
}

h1{
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px; 
}

p{
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px; 
    font-style: italic;
    padding-right: 100px;
    padding-left: 100px;
}

at{
    height: 10px;
}

ad{
    height: 10px;
}

 /* Footer */
 .footer {
    background: #000000;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .nav {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}
.iframe{
    margin-left: 250px;
    margin-left: 250px;
}

.juicewith{
    text-align: center;
    font-size: 40px;
    color: rgb(255, 115, 0);
}

.PDF{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}