@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .font-serif {
    font-family: 'Playfair Display', serif;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.hero-video-wrapper {
    position: relative;
}
.hero-video-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0) 100%);
    z-index: 10;
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}
@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.masonry-grid { column-count: 1; column-gap: 1.5rem; }
@media (min-width: 768px) { .masonry-grid { column-count: 2; } }
@media (min-width: 1024px) { .masonry-grid { column-count: 3; } }
.masonry-item { break-inside: avoid; margin-bottom: 1.5rem; }

.nav-link {
    position: relative;
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 9999px; 
}

.nav-link::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.14); 
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    z-index: -1;
}

.nav-link:hover::after,
.nav-link.active::after {
    opacity: 1;
    transform: scale(1);
}

#navbar.nav-scrolled {
    background: rgba(255, 255, 255, 0.98);
}

#navbar.nav-scrolled .nav-link {
    color: #b6a112 !important;
}

#navbar.nav-scrolled .nav-link:hover,
#navbar.nav-scrolled .nav-link.active:hover {
    color: #000000 !important;
}

#navbar.nav-scrolled #btn-contact {
    background-color: #09051f !important;
    color: #ffffff !important;
}

.about-text,
.odalar-text,
.restoran-text {
    font-size: 1.1rem;
}

.section-title {
    font-size: 2.5rem !important;
}

.hero-title {
    font-size: 5.5rem !important;
    line-height: 1.05;
}


.float-alt {
  text-decoration: none;
  font-family: 'Libre Baskerville', serif;
  position: fixed;
  width: 200px;
  height: 45px;
  bottom: 30px;
  right: 40px;
  font-style: italic;
  background-color: #ffffffc8;
  backdrop-filter: blur(5px);
  border-radius: 0px 10px 10px 0px;
  color: #03002ae5 !important;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  z-index: 3000;
  line-height: 45px;
}

.float-alt-rezervasyon {
  text-decoration: none;
  position: fixed;
  width: 200px;
  height: 45px;
  bottom: 30px;
  right: 240px;
  background-color: #03002ae5;
  backdrop-filter: blur(5px);
  border-radius: 10px 0px 0px 10px;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  z-index: 3000;
  line-height: 45px;
}

@media all and (max-width: 768px) {
  .float-alt, .float-alt-rezervasyon {
    width: 50%;
    height: 40px;
    bottom: -1px;
    font-size: 14px;
    z-index: 3000;
    line-height: 40px;
    border-radius: 0px 10px 0px 0px;
  }

  .float-alt {
    right: 0px;
  }

  .float-alt-rezervasyon {
    left: 0px;
    border-radius: 10px 0px 0px 0px;
  }
  .hero-title {
    font-size: 4rem !important;
    line-height: 1.05;
  }
  .section-title {
    font-size: 1.875rem !important;
  }
    .about-text,
    .odalar-text,
    .restoran-text {
    font-size: 1rem !important;
  }
  .text-lg {
    font-size: 1.2rem;
    line-height: 1.75rem !important;
  }
}


.fo-link a:hover {
  background-color: #796f5c;
  color: #fff !important;
}
