/* Gallery Section Styling */
#gallery {
    padding: 50px 20px;
    text-align: center;
    background-color: #e8e8da;

}

#gallery h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

/* .gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 86px;
}  */

/* .gallery-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
} */

/* .gallery-container img:hover {
    transform: scale(1.05);
} */

/* Upload button */
/* .upload-section {
    margin-top: 30px;
} */

#upload-btn {
    padding: 10px 20px;
    background-color: #f4c20d;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#upload-btn:hover {
    background-color: #f1b50b;
}




#about-home
{
	background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5,4,46,0.7)), url("img/33.jpg");
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 40px;
}

#about-home h2
{
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: 1px;
}
