	html, body{
		margin: 0;
		padding: 0;
		height: 100%;
		width: 100%;
		overflow: auto;
		font-family: "Roboto", sans-serif;
		font-size: 16px;
		color: antiquewhite;
		text-align: center;
		z-index: 0;

	}


       /* Logo div'in tam genişlikte olması ve logo boyutunun orijinal olması */
	   /* .logo-container {
            width: 100%; 
            background-color: rgba(0, 0, 0, 0.6);
            padding: 10px 0;
            text-align: center;
        } */
		.galeri-slider {
            position: relative;
            overflow: hidden;
			width: 100%;
            /* max-width: 100%;
            margin: auto; */
        }
		.galeri-slider1 {
            position: relative;
            overflow: hidden;
			width: 100%;
        }
		.galeri-slider2 {
            position: relative;
            overflow: hidden;
			width: 100%;
        }

        .galeri {
            display: flex;
            transition: transform 0s;
        }
		.galeri1 {
            display: flex;
            transition: transform 0s;
        }
		.galeri2 {
            display: flex;
            transition: transform 0s;
        }

        .galeri img {
			/* width: 100%; */
            height: auto;
			width:auto;
            /* flex: 0 0 auto; */
         /*   height: 200px;  Sabit bir yükseklik belirleyin veya 'auto' kullanın */
          /*  object-fit: cover;  Resmi kırpmadan sığdırır */
            /* margin-right: 10px; */
        }
		.galeri1 img {
            height: auto;
			width:auto;
		}
		.galeri2 img {
            height: auto;
			width:auto;
		}
      

    
	h1 {
		color:rgb(0, 0, 0);
		font-size: 18px;
	}
/* 	
	p {

		color:rgb(0, 0, 0);
		font-size: 14px;
	} */
	h2 {
		text-shadow: 3px 3px 3px #000;
		color:rgb(255, 255, 255);
		font-size: 16px;
	}

	.rounded-corners {
  		border-radius: 10px;
  		display: block;
  		margin: 0 auto;
	}

	#video-background {

		z-index: -1;
	
 		position: fixed;
  		left: 0%;
		min-width: 100%;
  		/* min-height: 100%; */
		  background-color: black; /* Kenarlardaki boşlukların rengini siyah yapar */

		}
		
		#ust_yazi {
			background-color: rgba(163, 163, 163, 0.5);
			color: #000000;
			padding: 1px;
			padding-left: 2%;
			padding-right: 2%;
			
		}
		
		.tanitim {
			display: flex;
			max-width: 100%;
			background-color: rgba(163, 163, 163, 0.5);
			color: #000000;
			padding: 5px;
		}	
		.sol_tanitim {
			width: 30%;
			justify-content: center;
		}
		
		.sag_tanitim {
			width: 70%;
		  }	
		
		.tanitim img {
			  max-width: 100%;
			  height: auto;
		}
	#urunlervehizmetler {
    	color: #ffffff;
		/* margin-top:0px; */
    	padding: 1px;
	}
	.button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.service-button {
    display: inline-block;
    text-decoration: none;
    text-shadow: 3px 3px 3px #000;
    color: rgb(255, 255, 255);
    font-size: 16px;
    background: linear-gradient(135deg, #2c3e50, #1a2632);
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

.service-button:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #34495e, #2c3e50);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
}

.service-button:active {
    transform: translateY(1px);
}

.service-button.metal {
    background: linear-gradient(135deg, #4a6a7a, #2c3e50);
}

.service-button.wood {
    background: linear-gradient(135deg, #8B5A2B, #5C3317);
}

.service-button.other {
    background: linear-gradient(135deg, #4a6741, #2d4a1e);
}
.service-button.active {
    transform: translateY(1px);
	background: rgba(163, 163, 163, 0.5);
    cursor: default;
    pointer-events: none;
}
	
/* 
	.galeri {
    background-color: rgba(0, 0, 0, 0.7); 
    margin-bottom: 25px;
}

	.galeri img {
		border-radius:12px;
		margin: 7px;
		box-shadow: 0px 3px 7px rgba(0, 0, 0, 1);
		max-width: 40%;
		height: auto;
	} */
/*
	.galeri img:hover {
		-ms-transform: scale(1.3);
 		-webkit-transform: scale(1.3);
  		transform: scale(1.3);
	}
	 */
 

	#iletisim {
    	background-color: rgba(0, 0, 0, 0.7);
    	color: #ffffff;
    	padding: 10px;
		text-shadow: 3px 3px 3px #000;
	}

	iframe {
            border-radius: 15px;
            width: 80%;
            height: 450px;
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
        }

	.adres {
    	color: #ffffff;
		line-height: 0.7; /* reduce line-height */
		text-align: left; /* align text to the left */
		padding-left: 60px; /* add some left padding */
	}
	#background-siyah {
    position: fixed; /* Sayfa kaydırılsa bile sabit kalır */
    top: 0;
    left: 0;
    width: 100%; /* Ekran genişliğini kaplar */
    height: 100%; /* Ekran yüksekliğini kaplar */
    background-color: black; /* Arka plan rengi siyah */
    z-index: -10; /* Diğer içeriklerin altında kalır */
}