@font-face {
    font-family: 'B';
    src: url('fonts/B.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  


  @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200&display=swap');





body{
    font-family: 'Source Sans Pro', sans-serif;
    ba1ckground-image:  url('bc2.webp') ;
      background-color: #FAFAFA;
    background-repeat: no-repeat;
    background-size: cover;

}

.headback{
position: fixed;
top: 0;
width: 100%;
z-index: -999;
opacity: 0.6;

}

  body::before {
    content: "";
    font-family: "B";

    opacity: 0.1;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
header {
    font-family: "B";
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}

.logo-container {
    display: flex;
    justify-content: center;
}


.logo {
    max-width: 35vmin;
    -webkit-filter: invert(1);
    filter: invert(1);
}

nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.nav-item {
    font-size: 3.5vmin;
    color: #333;
    padding: 5px 20px;
    margin: 5px;
    cursor: pointer;
    text-decoration: none;
    border-right: 2px solid #333;
}


.contact {
    border-right: none;
    }


.content {
    margin: 0% auto;
    width: 50%;
}

.lorem-250,
.lorem-100 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 1.2;
}


hr {
    border: 1px solid #333;
    margin: 30px 0;
}

.buy-title {

    font-size: 17px;
 color: #333;
    text-align: center;
  
}

.map-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


img {

    max-width: 100%;
}

.buy {
    font-size: 26px;
    position: relative;
    color: #333;
    transform: translateX(-50%);
    left: 50%;

    background-color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
    border-radius: 0%;
    width: 35%;
    padding: 10px;
}



    .scrollreveal {
        opacity: 0;
        transition: opacity 1s, transform 1s;
    }
    .scrollreveal.visible {
        opacity: 1;
    }


    
    footer {
        position: relative;

        padding: 5px 0;
        text-align: center;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .footer-container {
       width: 100%;
       
    }

    footer p {
        color: #333;
        font-size: 14px;
    }


    @media screen and (max-width: 768px) {
        .content {
            width: 85%;
        }
    }
    

  .container {
    display: flex;
    flex-direction: row;          /* Masaüstü: kolonlar yan yana */
    justify-content: space-between;
    gap: 1em;                     /* Kolonlar arası boşluk */
    flex-wrap: wrap;              /* Taşmayı önler */
}

/* Mobil cihazlar için */
@media (max-width: 768px) {
    .container {
        flex-direction: column;   /* Mobilde kolonlar alt alta */
    }
}

.column {
    flex: 1 1 45%;        /* Masaüstünde %45 genişlik, 2 kolon yan yana */
    display: flex;
    flex-direction: column; /* İkon üstte, metin altta */
    align-items: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 1em;   /* Alt boşluk */

}
.column-icon {
     margin-top: 1em;
     margin-bottom: 1em;
    width: 7em;
    height: 7em;
    object-fit: contain;
}

/* Mobil cihazlar için */
@media (max-width: 768px) {
    .column {
        flex: 1 1 100%;    /* Tüm kolonlar alt alta gelir */
    }
}


    
@media screen and (max-width: 768px) {


    .column {
font-size: 3vmin
    }


}










.slideshow-container {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
  
.slideshow-container::after {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 ise */
}


.mySlides {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 2.5s ease-in-out;
    z-index: 1;
}

.mySlides.active {
    opacity: 1;
    z-index: 2;
}

.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



  
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.3s ease;
    user-select: none;
    z-index: 10; /* kritik */
}
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
        z-index: 10; /* kritik */
  }
  
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
        z-index: 10; /* kritik */
  }
  
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  

  

  .language-options {

    text-decoration: none;
    color: #333;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    display: flex;
    gap: 10px;
}

.language-options a {
    color: #333 !important;
}

.language-options .current-lang {
    font-weight: 700;
}

.lang-short {
    display: none;
}

/* BUG FIX: on phones the four full language names wrapped/overflowed
   in the top-right corner and rendered huge and cluttered. Smaller,
   tighter spacing, and short codes instead of full names fixes it. */
@media screen and (max-width: 600px) {
    .language-options {
        top: 6px;
        right: 6px;
        font-size: 11px;
        gap: 5px;
    }
    .lang-full {
        display: none;
    }
    .lang-short {
        display: inline;
    }
}


.stone-icon {

}

.stone-name {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    margin: 0.3em 0 0.5em 0;
}

.stone-ingredients {
    font-size: 0.85em;
    line-height: 1.4;
    color: #333;
    text-align: center;
}


header.header-mini {
    padding: 8px 0;
}

header.header-mini .logo {
    max-width: 16vmin;
}

header.header-mini nav {
    padding-bottom: 6px;
    margin-bottom: 6px;
}

header.header-mini .nav-item {
    font-size: 2vmin;
    padding: 3px 12px;
}
