@font-face {
    font-family: 'sahel';
    src: url('./sahel.woff') format('woff');
}

*{
    font-weight:lighter !important;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.floating-call-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 9999;
  text-decoration: none;
  animation: pulse 1s infinite;
}

.floating-call-btn:hover {
    background-color: #128c4a;
}
.floating-call-btn svg {
    width: 28px;
    height: 28px;
    fill: white;
}

::-webkit-scrollbar{
	width: 10px;
	z-index: 4000;
}

::-webkit-scrollbar-track{
	background-color: #fff;
	z-index: 4000;
}

::-webkit-scrollbar-thumb{
	background-color: #5a5a5a;
	border-radius: 100px;
}

* {
    font-family: 'sahel'
}

#menu {
    font-family: 'sahel';
    background-color: rgb(250, 250, 250);
    width: 100%;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    color: rgba(0, 0, 0, 0.72);
    box-shadow: 0px 0px 20px 1px rgba(212, 212, 212, 0.644);
}

#section {
    margin-top: 20px;
    padding: 20px;
    font-family: 'sahel';
    background-color: rgba(250, 250, 250, 0.932);
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    color: rgb(73, 73, 73);
    border-radius: 20px;
    box-shadow: 0px 0px 20px 1px rgba(164, 164, 164, 0.814);
}

body,
html {
    font-family: 'sahel';
    height: 100vh;
    overflow: hidden;
    overflow-x: hidden;
    background-color: rgb(134, 134, 134) !important;
}

canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.content {
    position: relative;
    z-index: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    height: 100%;
	overflow-x: hidden;
    overflow-y: auto;
}

@import "compass/css3";

.pulse-button {
    animation: incomingPulse 1s infinite;
    border-radius: 10px;
    height: 60px;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
}

@keyframes incomingPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 67, 67, 1);
    }

    70% {
        box-shadow: 0 0 0 26px rgba(230, 149, 64, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 67, 67, 0);
    }
}

#stickyHeader {
	color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    padding: 8px 20px;
    top: 0;
    z-index: 1000;
    width: 100%;
    position: fixed;
    background-color: #121212;
    height: 50px;
    box-shadow: 0px 0px 20px 1px rgba(164, 164, 164, 0.814);
}

.navLinks {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 75px;
	margin-top: -50px;
	padding: 0px;
}

li a {
    color: #dad5cd;
    text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
}

/* لوگو و دکمه همبرگری */
.logo {
    width: 130px;
    filter: grayscale(100%) brightness(1000%);
}

/* لوگو و دکمه همبرگری */
.logo2 {
    width: 250px;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 768px) {
    /* تنظیمات برای حالت موبایل */
    .navLinks {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        right: 0;
        background-color: #121212;
        width: 100%;
        text-align: center;
        gap: 15px;
        padding: 15px 0;
    }

    .menu-toggle {
        display: block;
		margin-top: -28px;
    }
}

/* کلاس فعال کردن منو */
.navLinks.active {
    display: flex;
}

@media (min-width: 768px) {
    .logo{
        display: none;
    }
    .logo2{
        display: inline;
        background-color: rgb(245 245 247);
        margin-top: 3px;
        padding-right: 40px;
        padding-left: 40px;
        padding-bottom: 30px;
        padding-top: 60px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        box-shadow: 0px 0px 20px 1px rgb(182 182 182 / 81%);
		z-index: 1000;
		position: relative;
    }
	#navv{
		margin-top: -35px
	}
    #hero-image{
        width:35%;
    }
    #hero-text{
        text-align: center;
        font-size: 30px;
        padding-top: 12%;
		color: rgb(73, 73, 73);
    }
    #reservation{
        margin-top: 120px;
    }
    .tracktion-slider{
        width:auto;
        margin:auto;
    }
    #section-hero {
    font-family: 'sahel';
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin-top: -2vh;
    height: 120vh;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    color: black;
    }
    #footer {
    padding: 20px;
    font-family: 'sahel';
    background-color: rgb(245, 245, 247);
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    color: black;
    height: 95vh;
    }
}
@media (max-width: 768px) {
    .logo{
        display: inline;
		margin-left: -150px;
    }
    .logo2{
        display: none;
    }
    #hero-image{
        width:100%;
    }
	#navv{
		margin-top: -23px;
		padding: 25px;
	}
    #hero-text{
        text-align: center;
        font-size: 30px;
        padding-top: 40%;
    }
    #reservation{
        margin-top: 50px;
    }
    .tracktion-slider{
        width:100% !important;margin:auto;
    }
    #section-hero {
    font-family: 'sahel';
    background-color: rgb(255, 255, 255);
    width: 100%;
    margin-top: -2vh;
    height: 90vh;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    color: black;
    }
    #footer {
    padding: 20px;
    font-family: 'sahel';
    background-color: rgb(245, 245, 247);
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    color: black;
    height: 160vh;
    }
}

li a:hover{
	color: #7a7a7a;
}
/* زیرمنو */
.submenu {
	list-style: none;
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    width: 100vw;
    background-color: #121212e0;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
}

/* آیتم‌های داخل زیرمنو */
.submenu li {
    text-align: right;
    padding-right: 10%;
    padding-top: 10px;
    padding-bottom: 15px;
}

.submenu li a {
    display: block;
    padding: 10px;
    color: #beb8ae;
    text-decoration: none;
}

.submenu li a:hover {
    color: #fff;
}

/* هاور برای نمایش زیرمنو */
.navLinks li:hover .submenu {
    height: auto; /* ارتفاع زیرمنو هنگام هاور */
    opacity: 1; /* نمایش زیرمنو */
    pointer-events: auto; /* فعال کردن کلیک روی زیرمنو */
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	}

	/* Popup content */
.popup {
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	width: 90%;
	max-width: 400px;
	text-align: center;
	}

.popup h2 {
	margin: 0 0 10px;
	}

.popup p {
	margin: 10px 0 20px;
	}

.popup button:hover {
	background-color: #0056b3;
	}

	/* Show popup */
.popup-overlay.active {
	display: flex;
	}

.footer-link {
	color: #6c757d;
	text-decoration: underline;
}

.slideshow {
	max-width: 640px;
	margin: 50px auto;
	position: relative;
}
video {
	width: 100%;
	display: none;
}
video.active {
	display: block;
	border-radius: 10px;
}
.controls {
	margin-bottom: -50px;
	margin-top: 15px;
}
.button_video{
	width: 45px;
    height: 45px;
    border: 2px solid black;
    background: none;
    font-size: 18px;
    border-radius: 50px;
}
.video-carousel {
  position: relative;
  max-width: 100%;
  text-align: center;
}
.video-carousel video {
  display: none;
  width: 100%;
  max-height: 350px;
  border-radius: 8px;
}
.video-carousel video.active {
  display: block;
}
.video-carousel .controls {
  margin-top: 15px;
}
.button_video {
  padding: 10px 20px;
  font-size: 18px;
  background-color: #444;
  color: #fff;
  border: none;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s;
}
.button_video:hover {
  background-color: #000;
}