@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: w;
	src: url(./fonts/WanoQuin-ExtraBold.otf);
	font-family: 'Michol';
	src: url('./fonts/SN_wet_michol.ttf') format('truetype');
	font-family: 'story';
	src: url('./fonts/Sn_armilado.ttf') format('truetype');
}

html {
	scroll-behavior: smooth;
}

body {
	color: #fff;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
	background-color: #141414;
	font-family: 'Michol', sans-serif;
}

.accessibility-btn {
	max-width: 200px;
	height: 5.5vh;
	margin: auto;
	margin-top: 1rem;
	background-color: #444;
	color: #fff;
	border: none;
	padding: 10px 16px;
	border-radius: 25px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.accessibility-btn:hover {
	background-color: #666;
}

.accessibility-popup {
	display: none;
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 9999;
	direction: rtl;
	padding: 1rem;
}

.popup-content {
	background: white;
	color: #000;
	text-align: center;
	font-size: 18px;
	padding: 2rem;
	border-radius: 12px;
	max-height: 85vh;
	overflow-y: auto;
	max-width: 600px;
	width: 100%;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

.popup-content h2 {
	text-decoration: underline;
	font-size: 20px;
	margin-bottom: 1rem;
}

.popup-content a {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	font-size: 18px;
}

.accessibility-info {
	text-decoration: underline;
	font-weight: bolder;
	padding: 1rem;
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 30px;
	cursor: pointer;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 1000;
	background-color: #ffffff10;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	font-size: 18px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease, background-color 0.3s ease;
}

.back-to-top:hover {
	background-color: #ffffff25;
}

.back-to-top.show {
	opacity: 1;
	pointer-events: auto;
}

.navbar {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	padding: 1rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.logo img {
	width: 200px;
	margin-top: 20px;
}

#myHeading {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease-out, transform 1s ease-out;
	font-size: 6rem;
	text-align: center;
	text-shadow:
		0 0 2px #000000,
		0 0 5px #000000,
		0 0 10px #6e6e6e,
		0 0 15px #6e6e6e,
		0 0 20px #6e6e6e;
}

#myHeading.show {
	opacity: 1;
	transform: translateY(0);
}

.txt-bottom {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	text-align: center;
	color: #cebc77;
	letter-spacing: 5.5px !important;
	font-family: 'story', sans-serif;
	font-weight: 600;
	font-size: 40px;
}

li {
	list-style: none;
}

a {
	color: #fff;
	text-decoration: none;
}

section {
	width: 100vw;
	flex-shrink: 0;
	overflow: hidden;
}

.video-section {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.video-fade-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(to top, #141414 0%, transparent 100%);
	pointer-events: none;
	z-index: 2;
}

.video-section video {
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	z-index: -2;
	position: relative;
}

.bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	pointer-events: none;
}

.img-container {
	position: absolute;
	top: 0;
	height: 100vh;
	width: 100vw;
}

.img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.section {
	background-color: #141414;
	padding: 7rem;
}

.text-content {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	text-align: center;
	color: #cebc77;
	font-size: 50px;
	font-family: 'Pacifico', cursive;
	/* font-family: 'Michol', sans-serif; */
	opacity: 0.8;
}

.bg {
	font-size: 70px;
	font-family: 'story', sans-serif;
	margin-left: 10px;
	margin-top: -10%;
}

.glow-text {
	color: white;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	text-shadow:
		0 0 5px #000000,
		0 0 10px #000000,
		0 0 20px #6e6e6e,
		0 0 30px #6e6e6e,
		0 0 40px #6e6e6e;
}

.v_container {
	position: absolute;
	top: 0;
	height: 100vh;
	width: 100vw;
	display: grid;
	grid-template-columns: 1fr 1fr;
	direction: rtl;
}

.tv {
	text-transform: capitalize;
	letter-spacing: 9px;
}

.tv p {
	font-size: 90px;
	font-weight: 400;
	opacity: 0.7;
}

.text-container {
	position: absolute;
	top: 55%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	font-family: 'story', sans-serif;
	font-weight: 400;
	font-size: 35px;
	z-index: 11;
	margin-top: 10px;
}

.text-container p {
	padding-bottom: 1rem;
	line-height: 1.4;
	opacity: 0.8;
	letter-spacing: 2.5px;
}

.right-side {
	top: 60%;
	right: 60%;
	width: 150px;
	height: 150px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	position: relative;
}

.right-side p {
	position: absolute;
	top: 40%;
	left: -10%;
	text-transform: uppercase;
	font-family: 'story', sans-serif;
	font-size: 40px;
}

.fa-arrow-right-long {
	transform: translateX(20px);
}

.gallery-section {
	background-color: #141414;
	padding: 2rem 2rem;
	direction: rtl;
}

.gallery-box {
	margin-bottom: 3rem;
	text-align: center;
}

.gallery-title {
	font-size: 80px;
	font-weight: 500;
	color: #fff;
	position: relative;
	margin-bottom: 2rem;
	font-family: 'story', sans-serif;
}

.gallery-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background-color: #cebc77;
	margin: 0.5rem auto 0;
}

.lightbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.lightbox img {
	max-width: 90vw;
	max-height: 90vh;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.lightbox-close {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 3rem;
	color: #fff;
	cursor: pointer;
	z-index: 10000;
}

.gallery-images p {
	display: flex;
}

.gallery-caption {
	flex-basis: 100%;
	justify-content: center;
	color: #ccc;
	font-size: 35px;
	margin-top: 1.2rem;
	font-family: 'story', sans-serif;
	letter-spacing: 2px;
}

.gallery-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
}

.gallery-images img {
	width: 280px;
	height: 320px;
	object-fit: cover;
	opacity: 0;
	transform: translateX(100px);
	transition: transform 0.8s ease, opacity 0.8s ease;
	border-radius: 10px;
	cursor: zoom-in;
}

@media (max-width: 1200px) {
	.section {
		padding: 5rem;
	}
}

@media (max-width: 992px) {
	.section {
		padding: 4rem 2rem;
	}
}

@media (max-width: 768px) {
	.navbar {
		flex-direction: column;
		padding: 1rem;
	}

	.section {
		padding: 2rem 1rem;
	}

	.video-section video {
		height: 80vh;
	}

	.bg {
		font-size: 70px;
	}

	.text-container {
		max-width: 90%;
		padding: 0 1rem;
	}
}

@media (max-width: 480px) {

	#myHeading {
		margin-top: 10%;
		font-size: 1em;
	}

	.txt-bottom {
		bottom: 120px;
		font-size: 32px;
	}

	.text-container {
		top: 65%;
		left: 50%;
		width: 80vw;
		text-align: center;
	}

	.tv {
		margin-top: -350px;
	}

	.tv p {
		font-size: 50px;
	}

	.gallery-title {
		font-size: 50px;
	}

	.gallery-caption {
		font-size: 25px;
	}

	.bg {
		display: none;
		font-size: 40px;
		position: absolute;
		top: 10px;
		right: -20px;
	}

	.section {
		padding: 1.5rem 0.5rem;
	}

	.right-side {
		width: 100px;
		height: 100px;
		display: none;
	}

	.right-side p {
		font-size: 20px;
	}

	.video-section video {
		height: 100vh;
	}

	.contact-buttons {
		display: flex;
	}
}

.contact-section {
	background: linear-gradient(to top, #2b2a2a 0%, transparent 100%);
	color: #fff;
	text-align: center;
	padding: 1rem;
	letter-spacing: 4px;
	direction: rtl;
}

.contact-container {
	max-width: 600px;
	margin: auto;
}

.contact-title {
	font-size: 55px;
	font-weight: bold;
	font-family: 'story', sans-serif;
	margin-bottom: 1rem;
	position: relative;
}

.contact-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background-color: #fff;
	margin: 0.5rem auto 0;
}

.contact-description {
	font-family: 'story', sans-serif;
	color: #ccc;
	font-size: 28px;
	margin-bottom: 2.5rem;
}

.contact-buttons {
	/* display: flex; */
	flex-direction: column;
	gap: 1rem;
	text-align: center;
}

.contact-buttons a {
	display: inline-block;
	padding: 1rem 2rem;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	font-size: 25px;
	transition: 0.3s ease;
	font-family: 'story', sans-serif;
}

.whatsapp-button {
	background-color: #25d366;
	color: #000;
}

.whatsapp-button:hover {
	background-color: #1ebe57;
}

.map-button {
	background-color: #444;
	color: #fff;
}

.map-button:hover {
	background-color: #555;
}

.contact-buttons i {
	margin-left: 8px;
}

.footer {
	background-color: #141414;
	color: #fff;
	text-align: center;
	padding: 2rem;
	direction: rtl;
	text-decoration: none;
	font-family: 'Courier New', Courier, monospace;
	/* border-top: 1px solid #313131; */
}

.footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
}

.footer a:hover {
	font-weight: bolder;
	color: #b8b8b8;
}

.highlight {
	color: #ffffff;
	font-weight: bolder;
}