@charset "UTF-8";
/* CSS Document */


/* General Styles */
body {
    margin: 0;
    padding: 0;
}




/* Hero Image */
.hero-image {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    overflow: hidden;
    position: relative; /* Ensure positioning context for children */
}

/* Ensure images scale correctly */
.hero-image img {
    width: 100%;
    height: auto;
    display: block; /* Remove any whitespace below the image */
}

/* Transparent Box Header */
.transparent_box_header {
    background-color: rgba(0, 0, 0, 0.9); /* Black with 90% transparency */
    border-radius: 0px; /* Slightly smaller radius for small screens */
    padding: 0px; /* Reduced padding */
    text-align: center;
	
	
}




h2 {
    font-family: "KG Ray of Sunshine";
    text-align: center;
	color: black;
	padding: 0px 50px;
}




h3 {
    font-family: "KG Ray of Sunshine";
    color: black;
	
   
}




.product-item h3 {
    margin: 10px 0px;
	
	
}


.product-item p {
    text-align: center;
    font-family: "KG Ray of Sunshine";
   margin: 10px;
	padding: 0;
	color: #000000;
}

.featured-products {
    text-align: center;
    padding: 10px;
}

.product-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: medium;
}

.product-item {
    margin: 20px 10px;
    max-width: 300px;
}

.product-item img {
    width: 60%;
    height: auto;
}



.product-item button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 0.5em 1em;
    cursor: pointer;
	border-radius: 10px;
	width: 120px;
	font-size: 16px;
}

.product-item button:hover {
    background-color: #34CEFF;
    color: #000000;
	
}

/* General Styles for Product Section */
.product-section {
    padding: 20px 0px 50px 0px;
    background-color: #000000; /* Black background for the section */
    color: #ffffff; /* White text color for better contrast */
    text-align: center;
}

.product-section h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff; /* White heading color */
}

/* Styles for Photo Gallery */
.photo-gallery {
    display: flex;
    gap: 20px;
    justify-items: center; /* Center-aligns items horizontally */
    align-items: center;
    padding: 0 10px;
	justify-content: center;
	 flex-wrap: wrap;
}

/* Styles for Gallery Items */
.gallery-item {
    text-align: center;
    max-width: 300px; /* Ensure images don't go too big */
}

.gallery-item img {
    width: 100%;
    max-width: 300px; /* Maximum image size */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Rounded corners for images */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.gallery-item p {
    margin: 10px auto;
    color: #ffffff; /* White text color */
	text-align: center;
    font-family: "KG Ray of Sunshine";
}



/* Responsive Design */



@media (min-width: 1920px) {
	
	
	.body_container_min_1920px {
		margin: 0px auto 0px auto;
    padding: 0;
    background-color: #ffffff;
    color: #ffffff; /* Changed to white */
	max-width: 1920px;
	height: auto;
	border: 2px solid #000000;
		
	}	
	
	
	
.transparent_box_header	h1 {
    font-size: 60px; /* Smaller font size */
	line-height: 40px;
	font-family: "Great Vibes";
    color: white;
    margin: 85px auto 25px auto;
	text-shadow: 2px 2px #000000;
	
   
}
	
	
	
.transparent_box_header {
	margin: 0px 0px 0px 0px;
}
	
	
	
    h2 {
        font-size: 22px;
		line-height: 30px;
		margin: 10px 70px;
    }

	

.product-item h3 {
        font-size: 24px;
		line-height: 30px;
    }
	
	
h3 {
        font-size: 30px;
		line-height: 30px;
		padding: 0px;
		margin: 20px auto 0px auto;
    }
	
	
.product-item p {
    text-align: center;
    font-family: "KG Ray of Sunshine";
	font-size: 20px;
	line-height: 24px;
	margin: 20px 15px;
    
}

 .product-section h3 {
        font-size: 30px; /* Smaller heading */
    }

    .photo-gallery {
        grid-template-columns: 1; /* Single column layout */
    }

    .gallery-item p {
        font-size: 20px; /* Smaller font for captions */
		line-height: 24px;
}

}










@media (max-width: 1920px) {
.transparent_box_header	h1 {
    font-size: 60px; /* Smaller font size */
	line-height: 40px;
	font-family: "Great Vibes";
    color: white;
    margin: 85px auto 25px auto;
	text-shadow: 2px 2px #000000;
	
   
}
	
	
	
.transparent_box_header {
	margin: 0px 0px 0px 0px;
}
	
	
	
    h2 {
        font-size: 22px;
		line-height: 30px;
		margin: 10px 70px;
    }

	

.product-item h3 {
        font-size: 24px;
		line-height: 30px;
    }
	
	
h3 {
        font-size: 30px;
		line-height: 30px;
		padding: 0px;
		margin: 20px auto 0px auto;
    }
	
	
.product-item p {
    text-align: center;
    font-family: "KG Ray of Sunshine";
	font-size: 20px;
	line-height: 24px;
	margin: 20px 15px;
    
}

 .product-section h3 {
        font-size: 30px; /* Smaller heading */
    }

    .photo-gallery {
        grid-template-columns: 1; /* Single column layout */
    }

    .gallery-item p {
        font-size: 20px; /* Smaller font for captions */
		line-height: 24px;
}

}










@media (max-width: 1200px) {
.transparent_box_header	h1 {
    font-size: 60px; /* Smaller font size */
	line-height: 40px;
	font-family: "Great Vibes";
    color: white;
    margin: -10px auto -10px auto;
	text-shadow: 2px 2px #000000;
	
   
}
	
	
	
.transparent_box_header {
	margin: 100px 0px 50px 0px;
}
	
	
	
    h2 {
        font-size: 20px;
		line-height: 26px;
		margin: 20px 10px;
    }

	

.product-item h3 {
        font-size: 24px;
		line-height: 30px;
    }
	
	
h3 {
        font-size: 30px;
		line-height: 30px;
		padding: 0px;
		margin: 20px auto 0px auto;
    }
	
	
.product-item p {
    text-align: center;
    font-family: "KG Ray of Sunshine";
	font-size: 18px;
	line-height: 22px;
	margin: 10px;
    
}

 .product-section h3 {
        font-size: 30px; /* Smaller heading */
    }

    .photo-gallery {
        grid-template-columns: 1; /* Single column layout */
    }

    .gallery-item p {
        font-size: 16px; /* Smaller font for captions */
		line-height: 18px;
}

}















@media (max-width: 768px) {
.transparent_box_header	h1 {
    font-size: 35px; /* Smaller font size */
	line-height: 30px;
	font-family: "Great Vibes";
    color: white;
    margin: -10px auto -10px auto;
	text-shadow: 1px 1px #000000;
	
   
}
	
	
	
.transparent_box_header {
	margin: 70px 0px 30px 0px;
}
	
	
	
    h2 {
        font-size: 18px;
		line-height: 22px;
		margin: 10px 0px;
    }

	

.product-item h3 {
        font-size: 22px;
		line-height: 24px;
    }
	
	
h3 {
        font-size: 22px;
		line-height: 26px;
		padding: 0px;
		margin: 5px auto 0px auto;
    }
	
	
.product-item p {
    text-align: center;
    font-family: "KG Ray of Sunshine";
	font-size: 18px;
	line-height: 20px;
	margin: 10px;
    
}

 .product-section h3 {
        font-size: 20px; /* Smaller heading */
    }

    .photo-gallery {
        grid-template-columns: 1; /* Single column layout */
    }

    .gallery-item p {
        font-size: 18px; /* Smaller font for captions */
		line-height: 20px;
    }
}



@media (max-width: 480px) {
	
.transparent_box_header	h1 {
    font-size: 28px; /* Smaller font size */
	line-height: 28px;
	font-family: "Great Vibes";
    color: white;
    margin: -10px auto -10px auto;
	text-shadow: 1px 1px #000000;
	
   
}
	
	
	
.transparent_box_header {
	margin: 60px 0px 10px 0px;
}
	
	
	
    h2 {
        font-size: 18px;
		line-height: 22px;
		margin: 10px 0px;
    }

	

.product-item h3 {
        font-size: 22px;
		line-height: 24px;
    }
	
	
h3 {
        font-size: 22px;
		line-height: 26px;
		padding: 0px;
		margin: 5px auto 0px auto;
    }
	
	
.product-item p {
    text-align: center;
    font-family: "KG Ray of Sunshine";
	font-size: 16px;
	line-height: 20px;
	margin: 10px;
    
}

 .product-section h3 {
        font-size: 20px; /* Smaller heading */
    }

    .photo-gallery {
        grid-template-columns: 1; /* Single column layout */
    }

    .gallery-item p {
        font-size: 16px; /* Smaller font for captions */
		line-height: 18px;
}

}


@media (max-width: 300px) {
	
.transparent_box_header	h1 {
    font-size: 28px; /* Smaller font size */
	line-height: 28px;
	font-family: "Great Vibes";
    color: white;
    margin: -10px auto -10px auto;
	text-shadow: 1px 1px #000000;
	
   
}
	
	
	
.transparent_box_header {
	margin: 60px 0px 10px 0px;
}
	
	
	
    h2 {
        font-size: 18px;
		line-height: 22px;
		margin: 10px 0px;
    }

	

.product-item h3 {
        font-size: 22px;
		line-height: 24px;
    }
	
	
h3 {
        font-size: 22px;
		line-height: 26px;
		padding: 0px;
		margin: 5px auto 5px auto;
    }
	
	
.product-item p {
    text-align: center;
    font-family: "KG Ray of Sunshine";
	font-size: 16px;
	line-height: 20px;
	margin: 10px;
    
}

 .product-section h3 {
        font-size: 20px; /* Smaller heading */
    }

    .photo-gallery {
        grid-template-columns: 1; /* Single column layout */
    }

    .gallery-item p {
        font-size: 16px; /* Smaller font for captions */
		line-height: 18px;
    }
}

  



