/*!
Theme Name: Gallary House
Theme URI: http://underscores.me/
Author: Kristar Phal
Author URI: https://t.me/Kristar03
Description: This is a custom theme for Galley House
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gallery_house
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gallary House is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic

--------------------------------------------------------------*/

/* Custom CSS
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", sans-serif;
	background-color: #f9f7f3;
	color: #000;
}

h1,
h2,
h3,
h4 {
	font-weight: 600;
}

header {
	background-color: #fff;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
}

.logo {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 1.4em;
}

.logo-icon {
	width: auto;
	height: 60px;
	margin-right: 10px;
	mask-size: contain;
	-webkit-mask-size: contain;
}

.logo-icon img {
	max-height: 100%;
	width: auto;
	object-fit: contain;
}

nav a {
	margin-left: 20px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

.hero {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	text-align: center;
}

.hero h1 {
	font-size: 3em;
}

.section {
	padding: 80px 40px;
}

.section h2 {
	font-size: 2.4em;
	margin-bottom: 30px;
	color: #111;
}

.section p {
	font-size: 1.1em;
	max-width: 800px;
	line-height: 1.7;
}

.features {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.feature-box {
	flex: 1 1 300px;
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.feature-box h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

.gallery img {
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.contact {
	text-align: center;
	margin-top: 60px;
}

.btn {
	display: inline-block;
	padding: 14px 32px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1em;
	margin-top: 30px;
}

footer {
	background-color: #111;
	color: #ccc;
	padding: 30px 40px;
	text-align: center;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {

	.hero h1 {
		font-size: 2.2em;
	}

	.section h2 {
		font-size: 1.8em;
	}
}
