/*

Tooplate 2137 Barista

https://www.tooplate.com/view/2137-barista-cafe

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #061a59;
  --secondary-color:              #061a59;
  --section-bg-color:             #061a59;
  --custom-btn-bg-color:          #061a59;
  --custom-btn-bg-hover-color:    #061a59;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #E76F51;

  --body-font-family:             'Plus Jakarta Sans', sans-serif;

  --h1-font-size:                 68px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --btn-font-size:                16px;
  --form-btn-font-size:           18px;
  --menu-font-size:               16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-thin:             200;
  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--primary-color);
  font-family: var(--body-font-family); 
}


.col-lg-6 {
  padding: 1rem 0 0 0; /* Yukarıdan 2rem boşluk, sağ-sol sıfır, alttan 1rem */
  max-width: 720px;

  box-sizing: border-box;
}


.mx-auto { margin-left: auto; margin-right: auto; }

/* 🔹 üstten boşluk (padding) */
.top-padding {
  padding-top: 100px;    /* Buradaki değeri isteğe göre örn. 60px yapabilirsiniz */
}


/* Başlık: --title-size ile kontrol edilir. Fallback 22px */
.resizable-title {
  font-size: var(--title-size, 22px);
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  text-align: center;
}

/* Açıklayıcı paragraf: --text-size ile kontrol edilir. Fallback 16px */
.resizable-text {
  font-family: var(--body-font-family); 
  font-size: var(--text-size, 16px);
  line-height: 1.6;
  margin: 0 0 1rem 0;
  color: #ffffff;
  text-align: left;
}

#ters-osmoz {
    color: rgb(0, 190, 253);
}

#hepsi {
    color: #061a59;
}

.text-container {
    max-height: 400px; /* Konteynerin maksimum yüksekliği, ihtiyaca göre ayarlanabilir */
    overflow-y: auto; /* Dikey kaydırma çubuğu ekler */
    border-radius: 8px; /* Köşeleri yumuşatır (isteğe bağlı) */
  }



/* Küçük ekranlarda okunabilirliği artır */
@media (max-width: 576px) {
  .resizable-title { font-size: calc(var(--title-size, 22px) * 0.95); }
  .resizable-text  { font-size: calc(var(--text-size, 16px) * 0.95); }
}

/* Erişilebilirlik: kullanıcı yazı boyutunu tarayıcı ayarlarından kolayca büyütebilsin */
html { font-size: 100%; }

/* İsteğe bağlı: tüm resizable-text öğelerini tek seferde değiştirmek istersen */
:root { --global-text-size: 16px; --global-title-size: 24px; }
/* kullanmak için HTML'de: <p class="resizable-text global"> veya <h3 class="resizable-title global"> */
.resizable-text.global { font-size: var(--global-text-size); }
.resizable-title.global { font-size: var(--global-title-size); }


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h3 {

  color: #fff;

}
h4 {

color: #ffffff;

}
 
h2,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}



.text-white2 {
      padding-left: 20px;
      color: rgb(255, 255, 255); /* Metin rengi */
      font-size: 22px; /* Örnek font boyutu */
      text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.95); /* Gölge efekti: x-offset, y-offset, bulanıklık, renk */
    }

.logocu img {
    margin-left: 50px;
    margin-top: 50px;
    width: 70px;
    height: 70px;
    object-fit: contain; /* Ensures the image fits within the specified dimensions without stretching */
    
}

.navbar-brand .d-flex {
    align-items: center; /* Logo ve Purizavita yazısını yatayda hizalar */
}

.navbar-brand menu {
    margin: 0;
    padding: 0;
    list-style: none; /* Varsayılan liste stilini kaldırır */
    margin-top: 8px; /* Purizavita ile menu arasında boşluk bırakır */
}

.navbar-brand menu li {
    text-indent: 20px; /* Metni 20 piksel girintili yapar */
    font-size: 0.9rem; /* Yazı boyutunu ayarlar */
    line-height: 1.3; /* Okunabilirlik için satır yüksekliği */
}
.navbar-brand .tagline {
    text-indent: 20px; /* Metni 20 piksel girintili yapar */
    font-size: 0.9rem; /* Yazı boyutunu ayarlar */
    line-height: 1.3; /* Okunabilirlik için satır yüksekliği */
    margin-top: 5px; /* Purizavita ile tagline arasında boşluk */
}

.brand-text {
  display: inline-block;       /* logo ile yan yana durur, kendi içinde dikey yığılır */
  margin-left: 8px;            /* logo ile arası */
  line-height: 1;              /* boşlukları daraltır */
}

.brand-text small.brand-tagline {
  padding-top: 5px;
  display: block;              /* Purizavita’nın altına yerleştirir */
  font-size: 1rem;           /* küçük yazı */
  font-weight: 300;            /* ince (light) font */
  color: #ffffff; 
  font-style: italic;                /* soluk renk */
}








/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.section-overlay + .container {
  position: relative;
  z-index: 22;
}

.back-top-icon {
  font-size: var(--h2-font-size);
}


/*---------------------------------------
  TIMELINE               
-----------------------------------------*/
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: var(--white-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline-container {
  padding: 10px 40px;
  padding-top: 0;
  position: relative;
  background-color: inherit;
  width: 50%;
}



.timeline-container-left {
  left: -40px;
}

.timeline-container-right {
  left: 50%;
}



.timeline-container-right::after {
  left: -13px;
}

.timeline-content {
  padding: 5px;
  background-color: var(--white-color);
  position: relative;
  border-radius: var(--border-radius-medium);
}

@media screen and (max-width: 991px) {
  .timeline::after {
    left: 31px;
  }

  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline-container::before {
    left: 58px;
    border: medium solid white;
    border-width: 20px 20px 20px 0;
    border-color: transparent white transparent transparent;
  }

  .timeline-container-left::after, .timeline-container-right::after {
    left: 6px;
  }

  .timeline-container-right {
    left: 0%;
  }
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 12px 28px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--white-color);
  color: var(--white-color);
}

.custom-border-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}

.custom-btn-italic {
  font-style: italic;
}


/*---------------------------------------
  NAVIGATION BAR & OFFCANVAS              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .container {
  background: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  padding: 15px 30px;
}

.navbar {
  background: transparent;
  z-index: 999999;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar .container {
  background: rgba(0, 0, 0, 0.8);
  border-radius: var(--border-radius-medium);
  padding: 0px 30px;
}

.navbar-brand,
.navbar-brand:hover {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
  color: var(--white-color);
}



.navbar-brand-image {
  width: 120px;
  height: auto;
  margin-right: 10px;
}

.navbar .custom-btn {
  padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-bold);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--white-color);
}

.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--link-hover-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--menu-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/

.hero-section {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  min-height: 620px;
  text-align: center;
}

.hero-section::after {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-55%, -50%) rotate(45deg);
  width: 250px;
  height: 350px;
  pointer-events: none;


}

@media screen and (min-width: 991px) {
  .hero-section {
    height: 100vh;
  }
}

.hero-section h1 {
  color: var(--white-color);
}

.small-text {
  color: var(--secondary-color);
}

.hero-section .custom-border-btn {
  border-color: transparent;
}

.hero-section .container {
  position: relative;
  z-index: 9;
}

.hero-slides {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.hero-slides2 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.hero-slides3 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.hero-slides4 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.hero-slides5 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.hero-slides6 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.hero-slides7 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.hero-slides8 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.hero-slides9 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.hero-slides10 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}


.hero-slides20 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.hero-slides21 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.hero-slides22 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.hero-slides23 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.hero-slides24 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.hero-slides25 {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.opening-hours-list {
  margin: 0;
  padding: 0;
}

.opening-hours-list li {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  margin-bottom: 10px;
}

.opening-hours-list li .underline {
  background-color: rgba(255, 255, 255, 0.75);
  width: 35%;
  height: 1px;
  margin: auto 15px 0 15px;
}


.row.align-items-center2 {
    margin-top: 9rem; /* yukarıdan 3rem boşluk bırakır */
    padding: 17px;
    position: relative;
    z-index: -1;
    background-color: rgba(24, 24, 24, 0.65);
    border-radius: 75px;
    width: 100%;
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

/* Metinlerin şeffaflıktan etkilenmemesi için */
.row.align-items-center2 .resizable-title,
.row.align-items-center2 .resizable-text {
    position: relative; /* Metinleri arka planın z-index'inden bağımsız yapar */
    z-index: 1; /* Metinlerin önde görünmesini sağlar */
    color: #ffffff; /* Metin rengi (beyaz, HTML'deki inline stil ile uyumlu) */
}






.menu-section {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  min-height: 620px;
  text-align: center;
}



@media screen and (min-width: 991px) {
  .menu-section {
    height: 100vh;
  }
}

.menu-section h1 {
  color: var(--white-color);
}

.small-text {
  color: var(--secondary-color);
}

.menu-section .custom-border-btn {
  border-color: transparent;
}

/* Menu Section için genel stil */
.menu-section .container {
    position: relative;
    z-index: 9;
    width: 100%; /* Container'ın tam genişlikte olmasını sağlar */
    max-width: 100%; /* Bootstrap'un varsayılan max-width kısıtlamasını kaldırır */
    padding: 0; /* Sağdan ve soldan varsayılan padding'i kaldır */
    margin: 0; /* Sağdan ve soldan varsayılan margin'i kaldır */
}

.menu-slides {
  width: 100%;
  height: 100%;
  position: absolute !important;
}

.opening-hours-list {
  margin: 0;
  padding: 0;
}

.opening-hours-list li {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  margin-bottom: 10px;
}

.opening-hours-list li .underline {
  background-color: rgba(255, 255, 255, 0.75);
  width: 35%;
  height: 1px;
  margin: auto 15px 0 15px;
}


.custom-three-column .container-three-col {
    display: flex;                      /* Yatayda böl */
    min-height: 100vh;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

/* Sol %50 */
.column-left {
    flex: 0 0 50%;
    padding: 20px;
    text-align: center;
    color: white;
}

/* Sağ yarı %50 – iki dikey sütun */
.right-columns {
    flex: 0 0 50%;
    display: flex;                       /* sağ yarıyı ikiye böl */
}

.column-right-top,
.column-right-bottom {
    flex: 1 1 50%;                       /* %25 + %25 */
    padding: 20px;
    text-align: center;
    color: white;
}

.background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; /* Arka planda kalsın */
    opacity: 0.6;
}

/* Yazı kutusu üstte olsun */
.column-content {
    position: relative; /* z-index etkili olsun */
    z-index: 1;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .custom-three-column .container-three-col {
        flex-direction: column;          /* Alt alta */
    }
    .right-columns {
        flex-direction: column;          /* Sağ sütunlar da alt alta */
    }
    .column-left,
    .column-right-top,
    .column-right-bottom {
        flex: 1 1 100%;
    }
}

/* Her sütun için position relative ayarla ki pozisyonlu img arka planda kalsın */
.column-left, .column-right-top, .column-right-bottom {
    position: relative;
    overflow: hidden; /* Taşmaları önler */
}






* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .slider-container {
            width: 100%;
            overflow: hidden;
            background: #f5f5f5;
            padding: 20px 0;
        }

        .slider {
            display: flex;
            animation: slide 20s linear infinite;
        }

        .slider img {
            width: 200px;
            height: 100px;
            object-fit: contain;
            margin: 0 20px;
            flex-shrink: 0;
        }

        @keyframes slide {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        .slider:hover {
            animation-play-state: paused;
        }





/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  /* Tek parçada gradient */
  background: linear-gradient(0deg, #061a59, #000000);
  position: relative;
}


.about-section .ratio {
  border-radius: var(--border-radius-medium);
}

.custom-video {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.about-video-info {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgb(6, 26, 89, 1));
  border-radius: var(--border-radius-medium);
  bottom: 0;
  height: auto;
  padding: 40px;
}

.about-video-info h4 {
  color: var(--white-color);
}

.about-section h6 {
  color: var(--secondary-color);
}

.team-block-wrap {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  max-height: 450px;
  cursor: pointer;
}

.team-block-wrap:hover .team-block-image {
  transform: scale(1.2);
}

.team-block-image-wrap {
  width: 100%;
}

.team-block-image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.team-block-info {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(6, 26, 89, 1));
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.team-block-info .badge {
  margin: auto;
  top: 2px;
  bottom: 0;
}


.water-intro {
    position: relative;
    width: 100%;
    min-height: 600px; /* İhtiyacınıza göre değiştirebilirsiniz */
    display: flex;
    justify-content: center;
    align-items: center;

    /* Arka plan resmi */
    background-image: url('path/to/your/image.jpg');
    background-size: cover;      /* Resmi kutuya sığdırır */
    background-position: center; /* Orta noktayı baz alır */
    background-repeat: no-repeat;
    color: white;                /* Yazıların görünmesini sağlar */
    text-align: center;
}

.water-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4); /* Yazıyı okunaklı yapar */
    z-index: 1;
}

.water-intro .container {
    position: relative;
    z-index: 2; /* Yazının arka planın üstünde görünmesini sağlar */
}

.resizable-title {
    font-size: var(--title-size);
}

.resizable-text {
    font-size: var(--text-size);
}



/*---------------------------------------
  OUR MENU              
-----------------------------------------*/
.menu-section {
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-block-wrap {
  background: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.menu-block .border-top {
  border-top-color: rgba(255, 255, 255, 0.35) !important;
}

.menu-block h6 {
  color: var(--white-color);
}

.menu-block small {
  color: rgba(255, 255, 255, 0.35);
}

.menu-block strong {
  color: var(--secondary-color);
}

.menu-block-image {
  border-radius: 100%;
  width: 350px;
  height: 350px;
  object-fit: cover;
  display: block;
  margin: auto;
  cursor: pointer;
}

.badge {
  background-color: var(--primary-color);
  font-size: 12px;
  position: relative;
  bottom: 4px;
  padding-bottom: 6px;
}

.badge::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--primary-color);
}


/*---------------------------------------
  REVIEWS              
-----------------------------------------*/
.reviews-section {
  background-color: #061a59;
}

.reviews-block {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.reviews-block .border-top {
  border-top-color: rgba(255, 255, 255, 0.35) !important;
}

.reviews-block-image-wrap {
    width: 550px;          /* kutu genişliği */
    height: 400px;         /* kutu yüksekliği */
    overflow: hidden;      /* kutu dışına taşanı gizle */
    display: flex;         /* hem yatay hem dikey ortalama için */
    justify-content: center;
    align-items: center;
    border-radius: 15px;      /* yuvarlak olmasın */
    
}

.reviews-block-image {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* resmi kutuya orantılı şekilde doldurur */
    border-radius: 15px;      /* yuvarlak kenarları iptal et */
}


.reviews-block-info {
  padding: 20px 30px;
}

.reviews-block-info p {
  font-size: var(--btn-font-size);
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
}

.reviews-group i {
  color: var(--white-color);
}


/*---------------------------------------
  BOOKING SECTION              
-----------------------------------------*/
.booking-section {
  background-image: url('../images/young-female-barista-wear-face-mask-serving-take-away-hot-coffee-paper-cup-consumer-cafe.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.booking-form-wrap {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}

.booking-form {
  padding: 55px 65px;
}

.booking-form-image-wrap {
  position: relative;
  height: 100%;
}

.booking-form-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-form-text span {
  color: var(--white-color);
  font-size: var(--btn-font-size);
}

.reservation-page .custom-border-btn {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.reservation-page .custom-border-btn:hover {
  border-color: transparent;
}

.navbar-brand-image {
    max-height: 100px; /* Varsayılan logo yüksekliği */
    width: auto; /* Orantılı genişlik */
    transition: max-height 0.3s ease; /* Pürüzsüz geçiş efekti */
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(6, 26, 89, 1)), url('../images/iletisim.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.google-map {
  border-radius: var(--border-radius-medium);
  filter: grayscale(100);
}

.contact-block-wrap {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  padding: 0;
  min-height: 200px;
}

.contact-block {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  transform: rotate(8deg);
  height: 100%;
  padding: 20px 40px;
}

.contact-block h6 {
  transform: rotate(-8deg);
}

.contact-block .custom-icon {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.contact-block strong {
  display: block;
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  border-radius: var(--border-radius-small);
  margin-bottom: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  box-shadow: none;
  outline: none;
  transition: all 0.3s;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  background: var(--primary-color);
  border-color: transparent;
}

.custom-form .form-label {
  color: var(--white-color);
  font-style: italic;
  margin-bottom: 15px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--form-btn-font-size);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--white-color);
  border-color: transparent;
  color: var(--primary-color);
}

.contact-form .form-control,
.booking-form .form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}

.booking-form .form-control {
  color: var(--white-color);
}

.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
   color: var(--white-color);
}

.booking-form input:-moz-placeholder,
.booking-form textarea:-moz-placeholder {
  color: var(--white-color);
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--primary-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-footer strong {
  color: var(--white-color);
}

.site-footer p,
.site-footer-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
}

.site-footer-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--btn-font-size);
  transition: all 0.3s;
}

.site-footer-link:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.copyright-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--menu-font-size);
}

.copyright-text a {
	color: rgba(255, 200, 160, 0.75);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--menu-font-size);
  display: block;
  margin: 0 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.social-icon-link span {
  display: block;
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
/* Tablet ve küçük ekranlar için (max-width: 1200px) */
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 62px;
  }
}

/* Tablet için (max-width: 991px) */
@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-section {
    padding-top: 148px;
    padding-bottom: 100px;
  }

  .navbar-brand,
  .navbar-brand:hover {
    font-size: var(--h5-font-size);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    margin-bottom: 0;
  }

  .navbar .custom-btn {
    margin-bottom: 10px;
  }

  .booking-form {
    padding: 45px;
  }

  .contact-section .container {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 35px;
  }

  .site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Mobil cihazlar için (max-width: 767px) */
@media screen and (max-width: 767px) {
  /* Katalog butonu */
  .custom-btn {
    font-size: 14px;
    padding: 10px 18px;
    width: auto;
    display: inline-block;
  }

  /* Sertifikalar bölümü */
  .reviews-section,
  .section-bg {
    background-color: transparent !important; /* Siyah arka planı kaldır, sayfanın varsayılan rengine uy */
  }

  .reviews-section .timeline {
    max-width: 100%;
  }

  .timeline::after {
    left: 20px;
  }

  .timeline-container,
  .reviews-block-image-wrap {
    width: 100%;
    padding-left: 50px;
    padding-right: 15px;
  }

  .timeline-container-left {
  left: -20px;
  }

  .timeline-container::before {
    
    border-width: 15px 15px 15px 0;
  }

  .timeline-container-left::after,
  .timeline-container-right::after {
    left: 0px;
  }

  .timeline-container-right {
    left: -20px;
  }

  .reviews-block-image-wrap {
    height: 250px;
    margin-bottom: 20px;
    border-radius: 10px; /* Oval köşeler */
  }

  .reviews-block-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resim kutuya tam sığar, taşma olmaz */
    border-radius: 10px; /* Resmin köşeleri de oval */
  }
}


/* Küçük mobil cihazlar için (max-width: 578px) */
@media screen and (max-width: 578px) {
  /* Katalog butonu */
  .custom-btn {
    font-size: 13px;
    padding: 8px 15px;
  }
  .navbar-brand-image {
        max-height: 40px; /* Küçük ekranlarda daha küçük logo */
    }

  /* Sertifikalar bölümü */
  .reviews-section,
  .section-bg {
    background-color: transparent !important;
  }

  .reviews-block-image-wrap {
    height: 200px;
    border-radius: 8px; /* Daha küçük oval köşeler */
  }

  .reviews-block-image {
    border-radius: 8px;
  }
}

/* Çok küçük mobil cihazlar için (max-width: 480px) */
@media screen and (max-width: 480px) {
  /* Katalog butonu */
  .custom-btn {
    font-size: 12px;
    padding: 8px 12px;
  }

  /* Sertifikalar bölümü */
  .reviews-section,
  .section-bg {
    background-color: transparent !important;
  }

  .reviews-block-image-wrap {
    height: 180px;
    border-radius: 6px; /* En küçük oval köşeler */
  }

  .reviews-block-image {
    border-radius: 6px;
  }

  .timeline-container {
    padding-left: 40px;
  }

  .timeline::after {
    left: 15px;
  }

  .timeline-container::before {
    left: 33px;
  }
}






