/* Custom styles */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Heebo', 'Open Sans', 'Arial', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

.custom-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

.sidebar {
    position: fixed;
    top: 40%;
    left: 0;
    width: 30px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    z-index: 555;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 8px 9px 15px rgb(0 0 0 / 25%);
}

.sidebar .social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.sidebar .social-icons a {
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    transition: .2s all ease;
}

.sidebar .social-icons a:hover {
    transform: translateY(-3px);
}

.sidebar .social-icons .fab {
    font-size: .7em;
}

.navbar {
    transition: var(--transition);
    padding: 20px 0;
    will-change: transform;
    transform: translateZ(0);
    height: 90px;
    contain: layout;
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 10px 0;
}

.navbar-brand {
    display: block;
    width: 150px;
    height: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    transition: .2s all ease;
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 1060;
}

.navbar-brand img {
    width: 150px;
    transition: .2s all ease;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    transition: .2s all ease;
}

.nav-link:hover {
    color: #f8f9fa !important;
    transform: translateY(-2px);
}

.phone-button {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    border-radius: 30px;
    padding: 8px 15px;
    transition: .2s all ease;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.phone-button:hover {
    background-color: white;
    color: black;
    text-decoration: none;
}


.order-button {
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    border-radius: 30px;
    padding: 8px 15px;
    transition: .2s all ease;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    text-align: center;
}

.order-button:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

/* Adjustments for RTL */
.navbar-nav {
    padding-right: 0;
}

/* Hero Section with Video */
.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    will-change: transform;
    transform: translateZ(0);
    min-height: 500px;
    contain: layout size;
}
main {
    position: relative;
}
/* main:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, #0a0a0a 93.7%);
    content: "";
    transform: rotate(180deg);
} */
.hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    min-height: 500px; 
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, #0a0a0a 93.7%);
    content: "";
}

.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.outline-text {
    font-family: 'Bodoni Moda', 'Bona Nova', 'Heebo', sans-serif;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #333;
    /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
    font-size: 5em;
    letter-spacing: 20px;
        position: relative;
    right: -25px;
}

.hero-content h1 {
    font-family: 'Open Sans', 'Heebo', sans-serif;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 2rem;
    height: auto;
    min-height: 65px;
}

.features {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.features span:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid white;
    margin-right: 7px;
}

section.about {
    position: relative;
    padding: 100px 0;
    background-color: white;
    /*background-attachment: fixed !important;
    background: url('../images/bg.webp') no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #fff;*/
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*section.about:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}*/

section.about .container {
    position: relative;
    z-index: 10;
}

section.about h2 {
    font-family: 'Bona Nova', 'Heebo', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

section.about:before {
    content: "DOMO";
    font-family: 'Cormorant Garamond', 'Heebo', sans-serif;
    font-weight: 500;
    position: absolute;
    font-size: 20em;
    overflow: hidden;
    color: #f8f9fa;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
    z-index: 5;
    letter-spacing: 80px;
}

section.gallery {
    position: relative;
    padding: 100px 0;
    background-attachment: fixed !important;
    background: url('../images/bg.webp') no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.gallery:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

section.gallery .container {
    position: relative;
    z-index: 15;
}

section.gallery h2 {
    font-family: 'Bona Nova', 'Heebo', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

section.gallery h3 {
    font-family: 'Bona Nova', 'Heebo', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

section.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin: 10px 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 200px;
    background-color: #f0f0f0;
}

section.gallery .gallery-item img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 8px 9px 15px rgb(0 0 0 / 25%);
}

.gallery-overlay {
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #c7a571;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-overlay .gallery-info .fas {
    font-size: 2rem;
    color: white;
}

.gallery-item:hover .gallery-overlay {
    opacity: 0.9;
}

.fancybox-slide--image .fancybox-content {
    background-color: transparent;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    background: #000;
}

.fancybox-caption {
    font-family: 'Heebo', 'Open Sans', sans-serif;
}

.about h2 {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.about h2:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #c8a97e;
    bottom: -10px;
    left: 25%;
}

.contact h2 {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.form-control {
    text-align: right;
}

.custom-btn {
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    border-radius: 5px;
    padding: 8px 15px;
    transition: .2s all ease;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    text-align: center;
}

.custom-btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.contact h2:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #c8a97e;
    bottom: -10px;
    left: 25%;
}

.gallery h2 {
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.gallery h2:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #c8a97e;
    bottom: -10px;
    left: 25%;
}

.about-text p {
        font-family: 'Bona Nova', 'Heebo', sans-serif;
    font-weight: 500;
    text-align: right;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.about-text p strong {
    color:#d39c4a;
}

.about-image-container {
    position: relative;
    margin-bottom: 30px;
}

.about-image-main {
    transition: .2s all ease !important;
    height: 700px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 8px 9px 15px rgb(0 0 0 / 25%);
}

.about-image-small {
    transition: .2s all ease !important;
    position: absolute;
    top: 25%;
    left: 10%;
    width: 50%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 8px 9px 15px rgb(0 0 0 / 62%);
    z-index: 2;
}

.about-image-small:hover, .about-image-main:hover {
    filter: brightness(90%);
}

section.contact {
    position: relative;
    padding: 100px 0;
    background-color: white;
    /*background-attachment: fixed !important;
    background: url('../images/bg.webp') no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #fff;*/
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.contact .container {
    position: relative;
    z-index: 10;
}

section.contact h2 {
    font-family: 'Bona Nova', 'Heebo', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

section.contact:before {
    content: "CONTACT";
    font-family: 'Cormorant Garamond', 'Heebo', sans-serif;
    font-weight: 500;
    position: absolute;
    font-size: 19em;
    overflow: hidden;
    color: #f8f9fa;
    text-align: center;
    left: 0;
    right: -40px;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
    z-index: 5;
    letter-spacing: 80px;
}

.footer-section {
    background-color: #0a0a0a;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Heebo', 'Open Sans', sans-serif;
    position: relative;
    contain: layout;
    min-height: 400px;
}

.footer-top {
    padding: 60px 0 30px;
    position: relative;
}

.footer-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
    background: url('../images/bg2.webp') center/cover no-repeat;
    opacity: 0.06;
    z-index: 0;
}

.footer-top .container {
    position: relative;
    z-index: 1;
}

.footer-logo img {
    height: 80px;
    width: 150px;
    margin-bottom: 15px;
}

.footer-info p {
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 300;
}

.footer-section h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: #c8a97e;
}

.footer-contact .contact-info div {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.footer-contact .contact-info i {
    color: #c8a97e;
    font-size: 18px;
    width: 30px;
    margin-left: 10px;
    margin-top: 3px;
}

.footer-contact .contact-info span {
    line-height: 1.6;
}

.footer-contact .contact-info a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact .contact-info a:hover {
    color: #c8a97e;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    padding: 8px 0;
    display: inline-block;
    width: 48%;
}

.footer-links ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 15px;
}

.footer-links ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #c8a97e;
}

.footer-links ul li a:hover {
    color: #c8a97e;
    padding-right: 20px;
}

.footer-social h4 {
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background-color: #c8a97e;
    transform: translateY(-5px);
}

.footer-bottom {
    padding: 20px 0;
    font-size: 14px;
}

.copyright p {
    margin-bottom: 0;
}

.credits a {
    color: #c8a97e;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.credits a:hover {
    color: #fff;
}

.toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 45px;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
    z-index: 25;
    transition: .2s all ease;
}

.toTop .fas {
    font-size: 1.2rem;
    color: #fff;
}

.toTop.show {
    display: block;
}

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.fullscreen-menu.active {
    opacity: 1;
    pointer-events: auto;
}

.fullscreen-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.fullscreen-menu li {
    margin: 2rem 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition-delay: calc(var(--i) * 0.1s);
}

.fullscreen-menu.active li {
    opacity: 1;
    transform: translateY(0);
}

.fullscreen-menu .nav-link {
    color: white;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 500;
    transition: color 0.2s ease;
    display: inline-block;
}

.fullscreen-menu .nav-link:hover {
    color: #c8a97e;
    transform: translateY(-3px);
}

.fullscreen-menu .booking-link {
    margin-top: 1rem;
    border: 2px solid white;
    padding: 8px 25px;
    border-radius: 30px;
    font-size: 1.5rem;
}

.fullscreen-menu .booking-link:hover {
    background-color: white;
    color: black;
}

.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1060;
}

.close-menu:hover {
    color: #c8a97e;
}

.scroll-indicator {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: white;
    text-align: center;
    animation: bounce 2s infinite;
}

.scroll-indicator p {
    font-size: 0.9rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
    opacity: 0.8;
}

.scroll-indicator i {
    font-size: 1.5rem;
    color: #d39c4a;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-20px) translateX(-50%);
    }
    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}

@media (max-width: 992px) {
    .desktop {
        display: none !important;
    }
    .about-image-small {
        right: 0;
        top: -15%;
        width: 40%;
    }
    .footer-links ul li {
        width: 100%;
    }
    .navbar {
        background-color: rgba(0, 0, 0, 0.85) !important;
    }
    
    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    
    .navbar-brand img {
        height: 50px;
        width: 120px;
    }
    
    .navbar .container {
        flex-direction: column;
    }
    
    .navbar-nav {
        margin: 15px 0;
        text-align: center;
        width: 100%;
    }
    
    .right-menu, .left-menu {
        width: 100%;
        justify-content: center !important;
        margin-top: 10px;
    }
    
    .phone-button {
        margin: 15px auto;
        display: inline-block;
    }
    .mobile-toggle {
        display: block;
    }
    
    .right-menu,
    .left-menu {
        display: none;
        width: 100%;
    }
    
    .navbar .container.menu-open .right-menu,
    .navbar .container.menu-open .left-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    section.about:before {
        display: none;
        font-size: 10em;
        letter-spacing: 20px;
    }
    
    .about-text {
        text-align: center;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .about-image-container {
        margin-top: 60px;
    }
    section.gallery .gallery-item {
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
        box-shadow: 8px 9px 15px rgb(0 0 0 / 25%);
        background: none !important;
    }
    .features span:not(:last-child):after {
        display: none;
    }
    section.about {
        padding: 60px 0;
    }
    
    .about-image-main {
        height: auto;
        max-height: 500px;
    }
    section.gallery {
        padding: 60px 0;
    }
    
    .gallery-item {
        margin: 8px 0;
    }
    .gallery .row > div {
        padding: 0 5px;
    }
    
    .gallery-item {
        margin: 5px 0;
    }
    section.contact {
        padding: 60px 0;
    }
    
    section.contact:before {
        display: none;
        font-size: 8em;
        letter-spacing: 20px;
    }
    
    .contact-form {
        padding: 0 15px;
    }
    .footer-top {
        padding: 40px 0 20px;
    }
    
    .footer-info, .footer-contact, .footer-links {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .footer-section h4::after {
        right: 50%;
        transform: translateX(50%);
    }
    
    .footer-contact .contact-info div {
        justify-content: center;
    }
    
    .footer-links ul li {
        display: block;
        text-align: center;
        width: 100%;
    }
    
    .footer-bottom .copyright,
    .footer-bottom .credits {
        text-align: center !important;
    }
    .sidebar {
        display: none;
    }
    .hero video {
        height: 100%;
        object-fit: cover;
    }
    section h2 {
        font-size: 2.2rem !important;
    }
    
    .about-text p {
        font-size: 1rem;
    }
    .hero-content h1 {
        font-size: 2.5rem;
        text-align: center;
    }
    
    .outline-text {
        font-size: 3em;
        letter-spacing: 10px;
        right: -10px;
    }
    
    .features {
        flex-direction: column;
        gap: 15px;
    }
    .footer-top {
        padding: 40px 0 20px;
    }
    
    .footer-info, .footer-contact, .footer-links, .footer-social {
        margin-bottom: 30px;
    }
    
    .footer-bottom .col-md-6 {
        text-align: center !important;
    }
    
    .credits {
        margin-top: 10px;
    }
    
    .about-image-small {
        top: unset;
        bottom: -30px;
        left: 0;
        right: unset;
        width: 50%;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}