
#drawingCanvas {
    position: relative; /* buna bir bak*/
    background-color: white;
}

.main__textbox {

    /* border: 1px solid #6e6e6e; */
    border-radius: 20px ;
border: 1px solid #6e6e6e ;
    position: absolute;
    top: 150px;
    left: 5%;
    z-index: 2;
    padding: 2% 2%;
    min-width: 400px;

}

p.main__text {

  margin: 0% 2%;
  padding: 0% 2%;
font-weight: 400;

    line-height: 35px ;
    text-align: center;
    color: #666;
}

.special-word1 {
    font-family: 'Life Savers', serif;
    font-weight: 800;
   /* color: palevioletred; */
    font-size: 36px;
    color: #A8A8A8;
    line-height: 35px;
    text-align: center;

}


  #mainButton {
  

   
    cursor: pointer;
    display: block;
    margin: 0 auto;
    height: 45px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #666; 
    background-color:rgb(250 255 109 / 44%); 
    padding: 4px 24px 4px 24px; 
    margin-top: 30px; max-width: fit-content; 
    border: 1 px yellow;
    border-radius: 22px; 
    font-size: 18px; 
    font-weight: 500; 
    display: flex; 
    align-items: center; 
    justify-content: center; 

    &:hover {
    background-color: #FBFB78;
    color:#666


  }
 }

 


  .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
}



/* Burger Menu styles moved to navigation.css */

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


@media screen and (min-width: 801px) {
  /* Büyük boyutta kafaCanvas'ı gizle */
  #kafaCanvas {
    visibility: hidden;
    display: none;
  }
}



/********** MOBILE SIZE ******************/
@media screen and (max-width: 800px) {
 
body {
  overflow: auto;
}
  header {visibility: visible;
  display: block;}

  #kafaCanvas {
    visibility: visible;
    display:block;
     z-index:-1 ;
     background-color: white;
  }

  .section--main {
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    display: block;
    align-self: center;
  }
 
  .main__textbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-self: center;
    align-items: center;
    text-align: center;
    width: 85%;
    max-width: 85%;
    min-width: unset;
    padding: 20px 20px;
    overflow: hidden;
    box-sizing: border-box;
  }

/* Navigation visibility handled by navigation.css */
 

/* Menu toggle styles moved to navigation.css */

canvas#drawingCanvas {
  visibility: hidden;
}

/* Menü hover renk değişimi


  .menu-icon img:hover {
    filter: invert(0%) sepia(200%) saturate(90%) hue-rotate(40deg) brightness(10%);}
*/

p.main__text {

  margin-right: 3px;
  margin-left: 3px;
  line-height: 200% ;
  text-align: center;
  color: #5e5e5e;
  font-size: 18px;
}

.special-word1 {
  font-family: 'Life Savers', serif;
  font-weight: 900;
 /* color: palevioletred; */
  font-size: 32px;
  color: #A8A8A8;

}
.special-word2 {

  color: #4e4e4e;
  font-size: 20px;
}
.special-word3 {

  font-size: 20px;
}

#mainButton {
  font-size: 20px !important;
}



}


      





/************* Burger Menu ***********/


canvas {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0; /* Set a background color for the canvas */
}

/* Ensure the SVG background image is sharp */
#myCanvas {
  image-rendering:optimizeQuality
}

svg .kafa.svg { size: 150px;}