:root {
  /* Headings */
  --bs-h1-size: 3.5rem;;
  --bs-h1-line:1.15;

  --bs-h2-size: 2.5rem;
  --bs-h2-line: 1.2;

  --bs-h3-size: 1.875rem;
  --bs-h3-line: 1.3;

  --bs-h4-size: 1.5rem;
  --bs-h4-line: 1.35;

  --bs-h5-size: 1.25rem;
  --bs-h5-line: 1.4;

  --bs-h6-size: 1.125rem;
  --bs-h6-line: 1.45;

  /* Body */
  --bs-body-size: 18px;
  --bs-body-line: 26px;


}

h1, h2, h3, h4, h5, h6 {
  font-family: "Spectral", serif;
  margin: 0;
}

h1 {
  font-size: var(--bs-h1-size);
  line-height: var(--bs-h1-line);
  font-weight: 300;
}

h2 {
  font-size: var(--bs-h2-size);
  line-height: var(--bs-h2-line);
  font-weight: 300;
}

h3 {
  font-size: var(--bs-h3-size);
  line-height: var(--bs-h3-line);

  font-weight: 300;
}

h4 {
  font-size: var(--bs-h4-size);
  line-height: var(--bs-h4-line);

  font-weight: 300;


}
h5 {
  font-size: var(--bs-h5-size);
  line-height: var(--bs-h5-line);
}
h6 {
  font-size: var(--bs-h6-size);
  line-height: var(--bs-h6-line);

  font-weight: 300;

}

body {
  font-family: "Lora", serif;
  font-size: 1rem;    
  line-height: 1.6;
}

p {
  font-size: 1rem;
  color:#242021; 
  line-height: 1.7;
}

a {
  color: black;
  text-decoration: none;
  transition: color .3s ease;
}


a:hover {
    color: #c2996b;
}

/* SVG kontrolleri */
svg {
    width: 20px;
}

span svg {
    transition: fill 0.3s ease;
}

span:hover svg {
    fill: #c2996b;
}
li{
  font-family: "Lora", serif;
  font-size:16px;
  font-weight:400;
}
.w-70{
  width:70%;
}

.margin-top70px{
    margin-top:70px;
}
.check-list {
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}


.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: black; /* Bootstrap success */
  font-weight: bold;
}

.mt-6 { margin-top: 4rem !important; }     /* 64px */
.mt-7 { margin-top: 5rem !important; }     /* 80px */
.mt-8 { margin-top: 6rem !important; }     /* 96px */

.px-6 { padding-left: 4rem !important; padding-right: 4rem !important; }
.px-7 { padding-left: 5rem !important; padding-right: 5rem !important; }
.px-8 { padding-left: 6rem !important; padding-right: 6rem !important; }

.py-6 { padding-top: 4rem !important; padding-bottom: 4rem !important; }
.py-7 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.py-8 { padding-top: 15rem !important; padding-bottom: 15rem !important; }

.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.grid {
    display: grid;
    gap: var(--bs-gap, 1rem);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  }
  
  .g-col {
    grid-column: span var(--bs-span, 1);
  }
  

/* Header */
.nav-link{
    color:#fff;
}
.nav-link:hover{
    color:#c2996b;
}

/***** Hover ile dropdown aç *****/
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0; /* kaymayı önler */
    border-radius:0px;
    border:none;
    
}
#siteHeader.is-scrolled{
  background-color:white;
}

#siteHeader.is-scrolled .nav-link{
  color:black;
}



/* Anasayfa */
.video-wrapper {
    position: relative; 
    width: 100%;
    height:100vh;
    overflow: hidden; /* videonun taşmasını engeller */
    text-align:center;
    align-content:center;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* videoyu keserek alanı doldurur */
    z-index: -1; /* container içeriğinin arkasında kalır */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

    background-image:
        radial-gradient(rgba(0, 0, 0, 0.5) 0.5px, transparent 1px);
    background-size: 4px 4px; /* Noktaların yoğunluğu */
    z-index: 2;
}

.my-content {
    position: relative;
    z-index: 4; /* içeriği videonun üstüne çıkarır */
    color: #fff;
}

.hero-section {
    background-position: left center;
    background-size: 50%;
    background-repeat: no-repeat;
    padding: 60px 0; /* Yükseklik ayarı */
    display: flex;
    align-items: center;
    width:100%;
   
}
.hero-section .container {
    max-width: 1800px; /* istediğin kadar büyüt */
}




.hero-section .content-box h2 {
    margin-bottom: 40px;
}

.hero-section .room-img {
    width: 100%;
    height: auto;
}

.oda h3{
    color:white;
    transition:color 0.3s ease;
} 

.oda svg{
    fill:white;
    width:50px;
    font-weight:400;
}
.oda h3:hover{
    color: #c2996b;
}

.spa h2{
    color:white;
}
.spa p{
    color:white;
}
.spa svg{
    fill:white;
    width:50px;
}

.etkinlikler h3{
    color:white;
}

.rezervasyon-butonu{
  background-color:#c2996b;
  color:White;
  padding:10px 40px;
  position: fixed;
  top: 50%;
  left: 25px;
  transform:rotate(-90deg);
  transform-origin: left center;
  z-index: 1050;
  width:180px;
  transition:background-color 0.5s ease, color 0.5s ease;
 

}

.rezervasyon-butonu:hover{
  background-color: white;
  border:1px solid #c2996b;

}

.parallax-img{
  position:absolute;
  right:0px;
}

.carousel-control-prev{
  justify-content:start;
}
.carousel-control-next{
  justify-content:end;
}



.album .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
  }
  
  .album .responsive-container-block.bg {
    max-width: 1320px;
    margin: 0 0 0 0;
    justify-content: space-between;
  }
  
  .album .img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  
  .album #i9rb {
    color: black;
  }
  
  .album #ir6i {
    color: black;
  }
  
  .album #ikz3b {
    color: black;
  }
  
  .album .responsive-container-block.img-cont {
    flex-direction: column;
    max-width: 33.3%;
    min-height: auto;
    margin: 0 0 0 0;
    height: 100%;
  }
  
  .album #ipix {
    color: black;
  }
  
  .album #ipzoh {
    color: black;
  }
  
  .album #ig5q8 {
    color: black;
  }
  
  .album #imtzl {
    color: black;
  }
  
  .album #i53es {
    color: black;
  }
  
  .album .img.img-big {
    height: 50%;
    margin: 0 0 16px 0;
  }
  
  @media (max-width: 1024px) {
    .album .img {
      margin: 0 0 18px 0;
    }
  }
  
  @media (max-width: 768px) {
    .album .img {
      max-width: 32.5%;
      margin: 0 0 0 0;
    }
  
    .album .responsive-container-block.bg {
      flex-direction: column;
    }
  
    .album .responsive-container-block.img-cont {
      max-width: 100%;
      flex-direction: row;
      justify-content: space-between;
    }
  
    .album .img.img-big {
      max-width: 49%;
      margin: 0 0 0 0;
    }
  }
  
  @media (max-width: 500px) {
    .album .img {
      max-width: 94%;
      margin: 0 0 25px 0;
    }
  
    .album .responsive-container-block.img-cont {
      flex-direction: column;
      align-items: center;
      padding: 10px 10px 10px 10px;
    }
  
    .album .img.img-big {
      max-width: 94%;
      margin: 0 0 25px 0;
    }
  
    .album .img.img-last {
      margin: 0 0 5px 0;
    }
    :root {
      --bs-h1-size: 42px;
      --bs-h1-line: 50px;
  
      --bs-h2-size: 34px;
      --bs-h2-line: 42px;
  
      --bs-h3-size: 28px;
      --bs-h4-size: 22px;
      --bs-h6-size: 16px;
  
      --bs-body-size: 16px;
    }

    .margin-top70px{
      margin-top:40px;
    }
  }


  .top .responsive-cell-block {
    min-height: 75px;
  }
  
  .top .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
  }
  
  .top .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  
  .top .responsive-container-block.Container {
    max-width: 1320px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  
  .top .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  
  .top .bigImg {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  
  .top .responsive-container-block.sideImgContainer {
    width: 50%;
    height: auto;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .top .responsive-cell-block.wk-desk-12.wk-ipadp-12.wk-tab-12.wk-mobile-12.side {
    height: 50%;
    min-height: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  
  .top .sideImg {
    color: black;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    object-fit: cover;
  }
  
  @media (max-width: 768px) {
    .top .responsive-cell-block.wk-desk-12.wk-ipadp-12.wk-tab-12.wk-mobile-12.side {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 10px;
      margin-left: 0px;
    }
  
    .top .responsive-container-block.sideImgContainer {
      width: 100%;
      flex-direction: column;
      flex-wrap: nowrap;
    }
  }
  
  @media (max-width: 500px) {
    .top .responsive-container-block.bigContainer {
      padding-top: 10px;
      padding-right: 20px;
      padding-bottom: 10px;
      padding-left: 20px;
    }
  
    .top .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
      padding-top: 10px;
      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 0px;
    }
  
    .top .responsive-cell-block.wk-desk-12.wk-ipadp-12.wk-tab-12.wk-mobile-12.side {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  }


  /* SLİDER */
  .bg-slider{
    position:relative;
    height:100vh;
    min-height:420px;
    overflow:hidden;
    border-radius:16px;
  }
  
  /* Arkaplan katmanları */
  .bg-slide{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    opacity:0;
    transform:scale(1.02);
    transition:opacity 900ms ease, transform 1200ms ease;
  }
  
  .bg-slide.is-active{
    opacity:1;
    transform:scale(1);
  }
  
  /* Üst içerik */
  .bg-content{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:48px;
    color:#fff;
    text-align:center;
  }
  .bg-content h1{
    font-size:143px;
    line-height:144px;
    font-weight:300;
  }
  
  .bg-content::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background:linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.15));
  }
  
  /* Basit buton */
  .bg-content .btn{
    display:inline-block;
    margin-top:16px;
    padding:12px 18px;
    border-radius:999px;
    background:#fff;
    color:#111;
    text-decoration:none;
    width:max-content;
  }
  .room-info{
    position: absolute;
    top: 50%;
    right: 10vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 3;
    text-align: center;
    list-style-type: none;



  }
  .room-info li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #c2996b;
    transform-origin: center center;
    transform: translate(0px, 0px);
}

  .room-info li{
    font-size:50px;
    line-height:51px;
    padding: 4vh 0;
    position:relative;
    color:white;
    font-weight:300;
    font-family: "Cormorant Garamond", serif;

  }
  .room-info span{
    font-size:25px;
    line-height:26px;
    color:white;
    font-weight:300;
    font-family: "Cormorant Garamond", serif;

  }
  /* Noktalar */
  .bg-dots{
    position:absolute;
    left:0;
    right:0;
    bottom:16px;
    z-index:3;
    display:flex;
    gap:8px;
    justify-content:center;
  }
  
  .bg-dot{
    width:10px;
    height:10px;
    border-radius:999px;
    background:rgba(255,255,255,.55);
    border:1px solid rgba(255,255,255,.35);
    cursor:pointer;
  }
  .bg-dot.is-active{
    background:#fff;
  }
  

  /* Oda Detayı */

  .oda-ozellikleri li {
    font-family: "Cormorant Garamond", serif;
    font-size:20px;
    padding:10px 0;
    font-weight:300;
  }

  .accordion-button:not(.collapsed){
    background-color:#c2996b;
    color:white;
    border:none;
  }

  .swiper-info{
    display: flex;
    align-items: baseline;
    }
  .swiper-info span{
    font-size:60px;
    font-family: "Cormorant Garamond", serif;

  }

  .swiper-info div{
    width:20%;
    height: 1px;
    margin:0px 20px;
    background-color:#c2996b;
  }

  swiper-container {
    width: 800px;
    height: 600px;
    margin:0px;
  }

  swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }


  
  /* İletişim */

  .iletisim i{
    font-size:23px;
  }



  /* GALERİ */

  .gallery {
    column-count: 3;
    column-gap: 16px;
}

.gallery a {
    display: block;
    margin-bottom: 16px;
    break-inside: avoid;
}

.gallery img {
    width: 100%;
    display: block;
    border-radius: 8px;
}
.pswp img {
  max-width: none !important;
}

.pswp__img {
  object-fit: contain !important;
}

@media (max-width: 992px) {
    .gallery { column-count: 2; }
}
@media (max-width: 576px) {
    .gallery { column-count: 1; }
}


.room-section {
  position: relative;
  overflow: hidden;
  min-height: auto;
}

/* Arka plan */
.bg-layer {
  position: absolute;
  inset: 0;
  background: #e8e5df;
  transform: translateX(-100%);
  z-index: 1;
}

/* Resim */
.image-layer {
  position: relative;
  z-index: 2;
  transform: translateX(-120%);
  opacity: 0;
}

.image-layer img {
  max-width: 100%;
  display: block;
}



.value-card {
  opacity: 0;
  transform: translateY(60px);
}


.hover-animasyon {
  overflow: hidden;
}

/* Overlay varsa yumuşak geçiş */
.hover-animasyon .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3);
  transition: background .4s ease;
}

/* DAHA FAZLA */
.btn-more {
  position: absolute;
  bottom: 40px;
  transition: transform .4s ease, opacity .4s ease;
}

/* İKON (ilk başta gizli ve aşağıda) */
.btn-icon {
  position: absolute;
  bottom: 20px;
  color: #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: transform .4s ease, opacity .4s ease;
  text-decoration: none;
}

/* HOVER */
.hover-animasyon:hover .btn-more {
  transform: translateY(25px);
  opacity: 0;
}

.hover-animasyon:hover .btn-icon {
  opacity: 1;
  transform: translateY(-10px);
}

/* İstersen overlay koyulaşsın */
.hover-animasyon:hover .overlay {
  background: rgba(0,0,0,.5);
}

.hover-animasyon img {
  transition: transform .6s ease;
}

.hover-animasyon:hover img {
  transform: scale(1.08);
}