/* 
    Theme Name: Khodays
    Version: 1.0.0
    Author: DT Gallery
*/

:root {
	--primary-dark: #1a1a1a;
	--accent-gold: #d2ac67;
	--text-light: #ffffff;
	--text-muted: #cccccc;
	--overlay-dark: rgba(0, 0, 0, 0.5);
}

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

body {
	line-height: 1.6;
	overflow-x: hidden;
}

/* Header Navigation */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: #1d1d1de0;
	transition: all 0.4s ease;
	font-family: 'Montserrat';
}

.header.scrolled {
	background: rgba(26, 26, 26, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.nav-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2.5rem 2rem 0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	text-decoration: none;
	color: var(--text-light);
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 2px;
	transition: color 0.3s ease;
}

.logo img {
	max-width:60px;
}


#menu-header-menu{
	display: flex;
	list-style: none;
	gap: 2.5rem;
	align-items: center;
}

#menu-header-menu a {
	color: var(--text-light);
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 400;
	position: relative;
	transition: color 0.3s ease;
}

#menu-header-menu a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--accent-gold);
	transition: width 0.3s ease;
}

#menu-header-menu a:hover, #menu-header-menu .current-menu-item a {
	color: var(--accent-gold);
}

#menu-header-menu a:hover::after,  #menu-header-menu .current-menu-item a::after{
	width: 100%;
}

.nav-actions {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}

.icon-btn {
	background: none;
	border: none;
	color: var(--text-light);
	cursor: pointer;
	font-size: 1.2rem;
	transition: color 0.3s ease;
	padding: 0.5rem;
	display:none;
}

.icon-btn:hover {
	color: var(--accent-gold);
}

.menu-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0.5rem;
}

.menu-toggle span {
	width: 25px;
	height: 2px;
	background: var(--text-light);
	transition: all 0.3s ease;
}


.header-band{
	background: #C7342F;
	background: linear-gradient(90deg, rgba(199, 52, 47, 1) 0%, rgba(254, 140, 140, 1) 24%, rgba(199, 52, 47, 1) 68%);
	height:15px;
	margin-bottom:3px;
}

.card-img{
	overflow:hidden;
}
.card-img img{
	transition:all 400ms ease-in-out;
}
.card-img:hover img{
	transform:scale(1.15);
}
.banner-overlay{
	inset:0;
	background-color:#00000057;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}



@keyframes scrollLine {
	0%, 100% {
		opacity: 0;
		transform: translateY(-10px);
	}
	50% {
		opacity: 1;
		transform: translateY(10px);
	}
}

/* Responsive Design */
@media (min-width: 969px) {
	.nav-container{
		justify-content:space-around;
	}
}
@media (max-width: 968px) {
	#menu-header-menu {
		position: fixed;
		top: 0;
		right: -100%;
		height: 100vh;
		width: 300px;
		background: rgba(26, 26, 26, 0.98);
		backdrop-filter: blur(10px);
		flex-direction: column;
		padding: 6rem 2rem 2rem;
		gap: 2rem;
		transition: right 0.4s ease;
		box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
	}

	#menu-header-menu.active {
		right: 0;
	}

	#menu-header-menu a {
		font-size: 1.1rem;
	}

	.menu-toggle {
		display: flex;
	}

	.menu-toggle.active span:nth-child(1) {
		transform: rotate(45deg) translate(3px, 3px);
	}

	.menu-toggle.active span:nth-child(2) {
		opacity: 0;
	}

	.menu-toggle.active span:nth-child(3) {
		transform: rotate(-45deg) translate(7px, -7px);
	}

	.nav-actions {
		gap: 1rem;
	}
}

@media (max-width: 640px) {
	.nav-container {
		padding: 1rem 1.5rem;
	}

	.logo {
		font-size: 1.4rem;
	}

	.logo-icon {
		width: 35px;
		height: 35px;
		font-size: 1.2rem;
	}

	.scroll-indicator {
		bottom: 2rem;
		font-size: 0.7rem;
	}
}
/* Footer */
footer{
	background-color: #1D1D1D;
	padding: 50px 0 30px;
	font-family: "EB Garamond", Sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: #EFEFEF;
}
footer a{
	color: #EFEFEF;
	text-decoration:none;
}
.footer-row {
    display: flex;
    gap: 30px;
	max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 2rem 0.8rem;
	justify-content:space-between;
}
.logo-col img{
	max-width: 80px;
    height: auto;
    object-fit: contain;
}
.footer-col{
	width:25%;
}
.footer-back-home{
	padding:0 20px;
	text-align:center;
	margin-top:50px;
}
.footer-back-home a{
	text-decoration:underline;
	text-transform: uppercase;
}
.footer-col h3{
	font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-col h4{
	font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-col svg{
	width:30px;
}
footer strong {
	font-weight:700;
}
.footer-col  div h3{
	font-size:1.2em;
}
ul.footer-links {
    list-style: none;
    padding: 0;
    font-size: 1.2em; 
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.logo-col p{
	font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 15px;
}
@media screen and (max-width:767px) {
	.footer-row{
		flex-wrap:wrap;
		gap:45px;
	}
	.footer-col {
		width:100%;
		max-width:100%;
	}
	.footer-col > h3{
		 margin-bottom: 20px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.footer-row{
		flex-wrap:wrap;
		gap: 60px 30px;
	}
	.footer-col {
		width:47%; 
	}
	.footer-col > h3{
		 margin-bottom: 30px;
	}
	
}
@media screen and (min-width:1025px){
	.logo-col {
		margin-top:50px;
	}
	.logo-col img{
		max-width:120px;
	}
	.footer-links { 
		text-align: center; 
	}
	.links-col{
		text-align:center;
		max-width:200px;
	}
	.footer-col > h3{
		 margin-bottom: 30px;
	}
	.connect-col{
		max-width:150px;
	}
}
/* Banner scroll styles */
 
.banner {
	height: 200vh !important;
	position: relative;
	align-items:start;
	justify-content:start;
}
 
.banner-wrap {
  position: sticky !important;
  top: 0;
  height: 100vh !important;
  overflow: hidden;
}
.banner-img-wrap,
.banner-wrap .e-hosted-video{
	height: 100%;
}
.banner-wrap .e-hosted-video{
	width:100%;
}
.banner-wrap img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
 
.banner-content{
	position: absolute;
	inset: 0; 
	display: flex;
	justify-content: center;
	align-items: center ;
	text-align: center ; 
	color: white;
	z-index:2;
}
 
.banner-title,
.banner-description {
  position: absolute !important;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.title { 
  opacity: 1;
}

.desc { 
  opacity: 0;
  transform: translateY(20px);
}
/*  */