body { margin: 0; }
canvas { display: block; }

#controls-model {
    position: absolute;
    width: 165px;
    bottom: 0px;
    right: 20px;
    z-index: 10;
}
.btn_model {
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #000;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    padding: 0px 12px;
    margin: 0px 10px;
}

.btn_text {
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #000;
    position: relative;
    overflow: hidden;
    font-size: 11px;
    padding: 0px 12px;
}
.btn_text_selected {
    background-color: #333;
    color: #fff;
}
.btn_color_selected::before {
    content: '';
    position: absolute;
    top: 35%;
    left: 39%;
    width: 10px;
    height: 5px;
    background: #000;
    border-radius: 45%;
    transform: scale(1);
    z-index: 1;
    border: 1px solid #333;
}

#controls-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: rgba(196, 196, 196, 0.233);
    border-radius: 5px;
    height: 100vh;
    max-width: 34%;
}
#controls {
    position: relative;
    padding: 0px 0px 0px 10px;
    overflow: auto;
    height: calc(100vh - 110px);
}
#controls h2 {
    font-size: 0.8em;
    margin: 10px 0 10px 0;
    font-weight: bold;
}
#toggleControls {
    /*make it vertical middel*/
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    color: #333333;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 60px;
    margin: 10px;
    z-index: 99;
}

.hexagon {
  position: relative;
  height: 40px;
  width: 35px;
  background: #333333;
  display: inline-block;
  cursor: pointer;
}
.hexagon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-image: url('../png/1x1px-image.png');  PNG arka plan görüntüsü */
    background-size: contain;
    background-position: center;
    background-repeat: repeat; /* Küçük PNG'nin tekrarlanması */
    z-index: 1; /* Alt katmanda olmasını sağlıyoruz */
  }
  
  .hexagon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../svg/logo/Kaplon-Logo_2.svg'); /* SVG logo */
    background-size: contain; /* Logo boyutunu düzgün ayarlamak için */
    background-position: center;
    background-repeat: no-repeat; /* Logonun tekrar etmemesi */
    z-index: 2; /* Üst katmanda olmasını sağlıyoruz */
  }
.hexagon, .hexagon:before, .double:after {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}  

.hexagon_selected:before {
  top: 4px;  /* border width */
  left: 4px;  /* border width */
  height: calc(100% - 8px);  /* 100% - (2 * border width) */
  width: calc(100% - 8px);  /* 100% - (2 * border width) */
}

#kaplama_teknolojisi .kaplama_img { 
    display: inline-block;
    cursor: pointer;
    border: 2px solid transparent;
}
#kaplama_teknolojisi img {
    width: 105px;
}
#kaplama_teknolojisi .kaplonType_selected {
    border-color: #000000 !important;
}

#cover img {
    width: 120px;
    display: block;
    margin-bottom: 5px;
}
#controls-model img {
    height: 35px;
    display: block;
    margin-bottom: 5px;
}
#rotate{
    height: 40px;
}
#rotate img{
    height: 30px !important;
}

#logo {
    height: 80px;
    position: absolute;
    z-index: 999;
    left: 10px;
    top: 10px;
    max-width: 29%;
}

.svgInSide img { 
    height: 20px !important;
}

.calligraphy { 
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 3px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-size: contain;
    border-radius: 50%;
}
.calligraphy_selected {
    border-color: #333333;
}

#kaplon-sections{
    position: absolute;
    top: 0px;
    right: 00px;
}
#kaplon-sections img {
    height: 20vh;       
}

/* WebKit browsers (Chrome, Safari, etc.) */
#zoomSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: -12px; /* Adjust this value to vertically center the thumb */
    background: url('../svg/icons/zoom-in.svg') no-repeat center center;
    background-size: 90%;
    background-color: transparent;
}

/* Firefox */
#zoomSlider::-moz-range-thumb { 
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ffffff;
    margin-top: -12px; /* Adjust for Firefox as well */
    background: url('../svg/icons/zoom-in.svg') no-repeat center center;
    background-size: 90%;
    background-color: transparent;
}

/* WebKit browsers (Chrome, Safari, etc.) */
#lightSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 30px;
    cursor: pointer;
    margin-top: -12px; /* Adjust this value to vertically center the thumb */
    background: url('../svg/icons/light.svg') no-repeat center center;
    background-size: 90%;
    background-color: transparent;
}

/* Firefox */
#lightSlider::-moz-range-thumb { 
    width: 20px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ffffff;
    margin-top: -12px; /* Adjust for Firefox as well */
    background: url('../svg/icons/light.svg') no-repeat center center;
    background-size: 90%;
    background-color: transparent;
}