@font-face {
  font-family: lanefont;
  src: url(/content/main/tripsans.woff);
}
    * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    }

    body {
    font-family: lanefont;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    }

    .container {
    width: 90%;
    margin: auto;
    padding: 8px;
    }

    .container button {
    font-size: 12px;
    }

    nav {
    background-color: whitesmoke;
    }

    .business-view {
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    width: 60%;
    background-color: white;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    text-align: center;
    margin-top: 0.5rem;
    }

    .business-view h1 {
    font-size: 18px;
    margin-bottom: 0.5rem;
    }

    .business-view h2 {
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0.3rem;
    }

    .business-view, .time-container h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0.3rem;
    }

    .business-view img {
    width: 120px;
    height: 120px;
    border: 1px solid white;
    border-radius: 50%;
    margin-bottom: 1rem;
    }

    .link-button {
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    margin: auto;
    text-align: center;
    }

    
    .social-media {
      background-color: white;
      margin: auto;
      width: 60%;
      margin-top: 0.5rem;
      border: 1px solid transparent;
      border-radius: 10px;
      display: flex;
      justify-content: space-around; /* Adjusted space between icons */
      margin-top: 0.5rem;
      }

      .reklam {
        align-items: center;
        margin: auto;
        justify-content: center;
        text-align: center;
        width: 60%;
      }

    .link-button a {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 14px;
    }

    .link-button a img {
    margin: auto;
    position: relative;
    right: 5px;
    bottom:-3px;
    border: none;
    color: white;
    }

    .info-container {
    background-color: white;
    padding: 10px;
    text-align: center;
    margin: auto;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-top: 0.5rem;
    }

    .info-row {
    display: flex;
    align-items: center; /* Center the content vertically */
    margin-bottom: 10px;
    }

    .info-label { /*Kategori İsimleri*/
    width: 25%;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    }

    .info-value { /*kategori açıklaması*/
    width: 100%;
    position: relative;
    right: 50px;
    font-size: 13px;
    text-align: left;
    color: #007bff;
    vertical-align: sub;
    }

    .info-value a{
      color: #007bff;
    }

    .ikinokta { 
    width: 15%;
    font-size: 13px;
    text-align: center;
    }

    .ikinokta2 { 
    width: 5%;
    font-size: 13px;
    text-align: center;
    }
    /* ÇALIŞMA SAATLERİ */
    .time-container {
    background-color: white;
    padding: 10px;
    text-align: center;
    margin: auto;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    position: relative;
    top: 0.5rem;
    }

    .time-content {
    display: flex;
    align-items: center; /* Center the content vertically */
    margin-bottom: 10px;
    }

    .day { /*günler*/
    width: 25%;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    }

    .time { /*time*/
    font-weight: 400;
    width: 90%;
    font-size: 13px;
    text-align: left;
    color: #007bff;
    }

    /* ÇALIŞMA SAATLERİ BİTİŞ */

 
  
  .icon-link {
      margin-right: 1rem; /* İkonlar arasına boşluk ekler */
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 20%; /* İkonların genişliğini ayarlayın */
      text-align: center;
  }
    /* Gizlilik Sayfaları Ayarlamaları */

    .text-editor {
    position: relative;
    top: 1rem;
    background-color: white;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    margin: auto;
    width: 60%;
    text-align: justify;
    }

    .text-editor h1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
    }

    .text-editor h2 {
    font-size: 20px;
    }
    
    .logo {
      width: 140px;
      height: 40px;
      background-image: url('/logo.svg'); 
      background-size: cover; 
      position: fixed;
      left: 10%;
      top: 10px;
  }

    .web {
    width: 44px;
    height: 44px;
    background-image: url('/content/img/social/web.svg'); /* Resim dosyanızın yolunu belirtin */
    background-size: cover; /* Resmi kapsayacak şekilde boyutlandırma */
    }

    .instagram {
    width: 44px;
    height: 44px;
    background-image: url('/content/img/social/ig.svg'); /* Resim dosyanızın yolunu belirtin */
    background-size: cover; /* Resmi kapsayacak şekilde boyutlandırma */
    }

    .facebook {
    width: 44px;
    height: 44px;
    background-image: url('/content/img/social/fb.svg'); /* Resim dosyanızın yolunu belirtin */
    background-size: cover; /* Resmi kapsayacak şekilde boyutlandırma */
    }

    .whatsapp {
    width: 44px;
    height: 44px;
    background-image: url('/content/img/social/wp.svg'); /* Resim dosyanızın yolunu belirtin */
    background-size: cover; /* Resmi kapsayacak şekilde boyutlandırma */
    }

    .tripadvisor {
    width: 44px;
    height: 44px;
    background-image: url('/content/img/social/trip.png'); /* Resim dosyanızın yolunu belirtin */
    background-size: cover; /* Resmi kapsayacak şekilde boyutlandırma */
    }

    .youtube {
    width: 44px;
    height: 44px;
    background-image: url('/content/img/social/yt.png'); /* Resim dosyanızın yolunu belirtin */
    background-size: cover; /* Resmi kapsayacak şekilde boyutlandırma */
    }

    .tiktok {
    width: 44px;
    height: 44px;
    background-image: url('/content/img/social/tiktok.png'); /* Resim dosyanızın yolunu belirtin */
    background-size: cover; /* Resmi kapsayacak şekilde boyutlandırma */
    }

    .menu {
    width: 44px;
    height: 44px;
    background-image: url('/content/img/social/menu.png'); /* Resim dosyanızın yolunu belirtin */
    background-size: cover; /* Resmi kapsayacak şekilde boyutlandırma */
    }

    .bseo {
    background-color: white;
    position: relative;
    top: 1rem;
    margin: auto;
    width: 100%;
    padding: 10px;
    text-align: justify;
    border: 1px solid transparent;
    border-radius: 10px;
    }

    .bseo p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 13px;
    }

    .bseo h3 {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 14px;
    }

    .bseo h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    }

    .bseo h1 {
    font-size: 22px;
    }

    a:hover {
    text-decoration: none;
    }

    .text-editor ul li {
    font-size: 14px;
    margin-top: 10px;
    }

    /* Temel stil */
    .accordion {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: auto;
    margin-top: 0.2rem;
    }

    .accordion h3 {
    text-align: center;
    font-size: 14px;
    margin-top: -5px;
    font-weight: bold;
    }

    /* Başlık stilleri */
    .accordion-item {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 0.5rem; /*aralardaki boşluklar*/
    }

    .accordion-header {
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    }
 
      .anglearrow #time-status {
        transform: rotate(-180deg);
      }

    .fa-chevron-down {
        float: right;
        transition: transform 0.5s ease-in-out;
      }
  
    /* İçerik stil */
    .accordion-content {
    border-radius: 10px;
    background-color: whitesmoke;
    display: none;
    transition: transform 0.5s ease-in-out;
    }

    .accordion-content2 {
      margin-top: -1rem;
    border-radius: 10px;
    background-color: whitesmoke;
    transition: transform 0.5s ease-in-out;
    }

    .accordion-content2.hidden {
    display: none; /* Gizlendiğinde */
    }

    /* Aktif olan başlığın stilini güncelle */
    .accordion-item.active .accordion-content {
    display: block;
    }
    .accordion-content iframe {
      margin: auto;
    }

  .accordion-header a {
      color: black;
      text-decoration: none;
  }
    #time-status {
      margin-left: auto; /* Bu satır, ok simgesini sağa kaydırır */
      transition: transform 0.3s;
    }

    .open .fa-chevron-down {
      transform: rotate(-180deg);
    }


  #time-head {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
  }
  
  #time {
      display: flex;
      margin-left: auto;
  }


  .accordion2 {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
    max-width: 400px;
  }

  .accordion2-header {
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
  }

  .accordion2-content {
    display: none;
    padding: 10px;
  }

  .accordion2-content.show {
    display: block;
  }

  #status {
      margin-left: 5px; /* İstediğiniz boşluk değerini ayarlayabilirsiniz */
  }
    .open2 { color: #1E90FF; }
    .closed { color: red; }

    @media only screen and (max-width: 723px) {
    .business-view, .social-media, .text-editor {
    width: 90%;
    }
    .info-container{
    width: 100%;
    }

    .time-container {
    width: 100%;
    }

    .logo {
    position: fixed;
    right:60%;
    }

    .accordion {
    width: 90%;
    }

    .accordion h3 {
    position: relative;
    top: 2px;
    text-align: center;
    font-size: 14px;
    }

    .accordion-header {
      font-size: 12px;
      }

    .link-button {
    display: flex;
    }

    .bseo {
    width: 100%;
    }


    .text-editor h1 {
    margin-bottom: 20px;
    font-size: 16px;
    }

    .text-editor h2 {
    font-size: 14px;
    }

    .text-editor p {
    font-size: 12px;
    }

    .text-editor ul li {
    font-size: 12px;
    margin-top: 10px;
    }

    .info-value { /*kategori açıklaması*/
    width: 100%;
    position: relative;
    right: 10px;
    font-size: 13px;
    text-align: left;

    }

    .reklam {
      width: 60%;
    }

    }
.hidden {
  display: none;
}

