
   h1 { 
    color: #6e6e6e;
    line-height: 20px;
   } 

   h4{
    color: #8e8e8e;
   }

   .color1 { color:#718589}

   .color2{
    color: #95799f;}
    .color3 { color: #999667}

   .margin-p {
    margin-left: 0px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;

   }


.main__textbox {

    border: 1px solid #6e6e6e;
    border-radius: 20px ;

    position: absolute;
    top: 100px;
    
    z-index: 2;
    background-color: #fff;
    padding: 20px;

}

p.main__text {
   margin-bottom: 20px;
  
    line-height: 40px ;
    text-align: center;
}

.special-word1 {
    font-weight: bold;
    color: palevioletred;
    font-size: 40px;

}
.special-word2 {
    font-weight: bold;
    color: #4e4e4e;
}
.special-word3 {
    font-weight:900;
    color: #2e2e2e;
}

  #mainButton {
    background-color:transparent;
    color: #efefef;
    padding-top: 2px;
    padding-left: 13px;
    border:0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 45px;
    align-items: center;
    justify-content: center;
  }

Svg:hover {
    fill: white;
    stroke: white;
  }
 


  .iconify {
    font-size: 24px;
    line-height: 1em;
 }
 
 .big-icon {
    font-size: 72px;
 }

 
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

svg:hover { 
fill: red;
stroke: red;
} 


body {
  margin: 0;
  overflow: auto;
}

.box {
  position: absolute;
  cursor: grab;
  background-color: #f0f0f0;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 300px;
  transition: all 0.3s ease;
  z-index: 1;
}

.box.expanded {
  width: auto;
  max-width: 98vw;
  max-height: 95vh;
  padding: 50px;
  z-index: 10;
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
  border: 3px solid #666;
  overflow: auto;
  transform: scale(1);
}

.box.expanded img {
  width: auto;
  height: auto;
  max-width: 150vw;
  max-height: 150vh;
  object-fit: contain;
}

img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  background-image: 
    linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent),
    linear-gradient(#f0f0f0 50%, transparent 50%);
  background-size: 200px 100%, 20px 20px;
  background-repeat: no-repeat, repeat;
  background-position: -200px 0, 0 0;
  animation: loading 1.5s infinite;
}

img[src] {
  background: none;
  animation: none;
}

@keyframes loading {
  0% { background-position: -200px 0, 0 0; }
  100% { background-position: calc(100% + 200px) 0, 0 0; }
}



#box1 {
  left: 0px;
  top: 100px;
  background-color: #B5D9E1;
}

#box2 {
  left: 200px;
  top: 200px;
  background-color: #D3CAD6;
}

#box3 {
  left: 350px;
  top: 300px;
  background-color: #DDD6C2;
}
#box4 {
  left: 500px;
  top: 150px;
  background-color: #e1f8d9;
}
#box5 {
  left: 650px;
  top: 250px;
  background-color: #e4d2e0;
}


.instruction {
  position: absolute;
  top: 100px;
  left: 5%;
  background-color: rgb(250 255 109 / 44%);
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-color: yellow;
  border-radius: 20px;
  color: #2e2e2e;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
  margin: auto;
}
.arrow {
  margin:0px;
  padding: 0px;

}
.ps-artworks {
  margin:0px;
  padding: 0px;
}
/* Burger Menu styles moved to navigation.css */

.gallery-container
{
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
    align-items: center;
    margin:auto;
    align-content: center;
}


/********** MOBILE SIZE ******************/
@media screen and (max-width: 800px) {

  header {visibility: visible;
  display: block;}

  .section--main {
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    display: block;
  }
  
  

/* Navigation visibility handled by navigation.css */

.box {
  display: none;
  visibility: hidden;
}
 

/* Menu toggle styles moved to navigation.css */
  
  .box {
    position: absolute;
    cursor: grab;
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
  }
  
  img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    margin-bottom: 10px;
  }
  
  
  #box1 {
    margin: 30px;
   
    background-color: #B5D9E1;
    padding: 30px;
    max-height: 200px;
  }
  
  #box2 {
 
    max-height: 200px;
    background-color: #4682ac ;
    padding: 30px;
  }
  
  #box3 {
    
   max-height: 200px;
    background-color: #DDD6C2;
    padding: 30px;
  }

  #box4 {
    
    max-height: 200px;
     background-color: #ddc2c4;
     padding: 30px;
   }

   #box5 {
    
    max-height: 200px;
     background-color: #DDD6C2;
     padding: 30px;
   }
 
 

  
  .instruction {
    display: none;
    visibility: hidden;


}

/* Additional burger menu styles moved to navigation.css */

.section--main { 
  display: none;
  visibility: hidden;
}

/* Mobil cihazlarda galeri görünür yapma */
.gallery-container {
  display: block;
  visibility: visible;
  width: 100%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  overflow: hidden;
  z-index: 1000;
  padding: 20px 0;
}

/* Horizontal scrollable gallery */
.gallery {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  width: 100%;
  box-sizing: border-box;
  cursor: grab;
}

.gallery:active {
  cursor: grabbing;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.gallery::-webkit-scrollbar {
  display: none;
}

.gallery-items {
  flex: 0 0 80%;
  max-width: 400px;
  min-width: 280px;
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  scroll-snap-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
  overflow: hidden;
}

.gallery-items img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  object-fit: contain !important;
  width: 100%;
  height: auto;
  max-height: 300px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.gallery-items[data-index="0"] {
  background-color: #B5D9E1;
}

.gallery-items[data-index="1"] {
  background-color: #D3CAD6;
}

.gallery-items[data-index="2"] {
  background-color: #DDD6C2;
}

.gallery-items[data-index="3"] {
  background-color: #e1f8d9;
}

.gallery-items[data-index="4"] {
  background-color: #e4d2e0;
}

.gallery-items[data-index="5"] {
  background-color: #B5D9E1;
}

.gallery-items[data-index="6"] {
  background-color: #D3CAD6;
}

.gallery-items h1 {
  margin: 15px 0 10px 0;
  font-size: 1.5em;
}

.gallery-items h4 {
  margin: 10px 0 20px 0;
  font-size: 1em;
  line-height: 1.4;
}
 }

/************* Kafa kanvas ***********/

@media screen and (min-width: 801px) {
  /* Hide kafaCanvas on desktop */
  #kafaCanvas {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #kafaCanvas {
    visibility: visible;
    display:block;
     z-index:-1 ;
     background-color: white;
  }
}