body {
            margin: 0;
            font-family: Arial, sans-serif;
            line-height: 1.6;
            color: #333;
 /* Çarpı butonunun sabit konumlandırılması, başlangıçta görünmez */
    .close-button {
      position: fixed;
      top: 13%;
      right: 5px;
      width: 40px;
      height: 40px;
      background-color: red;
      color: white;
      border: none;
      border-radius: 15%;
		font-weight:bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      cursor: pointer;
      z-index: 1000;
      transition: transform 0.3s ease;
      opacity: 0; /* Başlangıçta görünmez */
      pointer-events: none; /* Tıklanamaz */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    /* Hover efekti */
    .close-button:hover {
      transform: scale(1.1);
    }
		

		/* Çarpı butonunun sabit konumlandırılması, başlangıçta görünmez */
    .up-button {
      position: fixed;
      bottom: 2%;
      right: 10px;
      width: 30px;
      height: 40px;
      background-color: white;
      color: black;
      border: none;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
	  font-weight:bold;
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		border: 2px solid #ddd;
		padding: 10px;
      cursor: pointer;
      z-index: 1000;
      transition: transform 0.3s ease;
      opacity: 0; /* Başlangıçta görünmez */
      pointer-events: none; /* Tıklanamaz */
    }

    /* Hover efekti */
    .up-button:hover {
      transform: scale(1.1);
    }

        /* Menü Stili */
        nav {
            position: sticky;
            top: 0;
            background-color: #fff;
            color: white;
            z-index: 1000;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
			padding-bottom:5px;
			border-bottom: 2px solid #333;
        }

        .menu {
            display: flex;
            align-items: center;
			
        }

        .menu a {
            color: black;
            text-decoration: none;
            margin: 0 15px;
            font-size: 1.2rem;
        }

        .menu a:hover {
            color: #f39c12;
        }

        .logo {
            margin-right: 20px;
			padding:0;
        }

        .logo img {
            height: 57px; /* Logonun yüksekliğini ayarlayın */
        }

        .menu-toggle {
            display: none;
            flex-direction: column;
            cursor: pointer;
			background-color: blue;
        }

        .menu-toggle div {
            width: 30px;
            height: 4px;
            background-color: black;
            margin: 5px 0;
            transition: 0.3s;
        }

			input {

				width:100%;
				max-width:500px;
				height:50px;
				margin-bottom:15px;
				border-radius:5px;
				}
				input:active {
					background-color: green;
					color:white;
				}
				input:focus {
					background-color: green;
					color: white;
				}	
			textarea {

				width:100%;
				max-width:500px;
				height:200px;
				margin-bottom:15px;
				border-radius:5px;
				}
				button {
						
					background-color:green;
					color: white;
					width:100px;
					height:50px;
					border-radius:5px;
					float:left;
					
						}

        /* Hamburger Menü Sağda */
        @media (max-width: 768px) {
			header .hakkimizda{
			height:200px;
				}

			#blogh1{
				 font-size:1.4rem !important;
					padding:4px;
			
			}
			
			.menu {
                display: none;
                width: 100%;
                flex-direction: column;
                background-color: #fff;
                position: absolute;
                top: 60px;
                right: 0;
                padding: 20px;
                text-align: center;
            }

            .menu.active {
                display: flex;
            }

            .menu-toggle {
                display: flex;
                position: absolute;
                right: 15px;
				top: 15px;
				background-color: #fff;
				width: 45px;
				height: 45px;
				align-items: center;
				border-radius: 5px;
            }

            .menu-toggle.active div:nth-child(1) {
                transform: rotate(-45deg);
                position: relative;
                top: 8px;
            }

            .menu-toggle.active div:nth-child(2) {
                opacity: 0;
            }

            .menu-toggle.active div:nth-child(3) {
                transform: rotate(45deg);
                position: relative;
                top: -8px;
            }

            .menu a {
                margin: 10px 0;
                font-size: 1.5rem;
            }

			.contact-bar	{
                
                font-size: 0.7rem !important;
            }

					header h1 {
			position: relative;
			z-index: 2;
			font-size: 2rem !important;
			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
			color: white;
			margin-bottom: 200px;
		}
							header h2 {
					font-size: 1.5rem;
					 z-index: 2;
					text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
					color: #c6f1ff !important;
					margin-bottom: 20px;
				}
        }
 		.contact-bar {
           /* display: flex;*/
            justify-content: center;
            align-items: right;
            background-color: #13323d;
            color: white;
            padding: 10px 15px;
            font-size: 1rem;
        }

        .contact-bar a {
            color: white;
            text-decoration: none;
            font-weight: bold;
            margin: 0 10px;
        }

        .contact-bar a:hover {
            text-decoration: underline;
        }
.contact-bar span::after {
    content: " |";  /* Ayraç olarak kullanılacak işaret */
    padding-left: 10px;  /* Ayraç ile metin arasına boşluk ekler */
}

.contact-bar span:last-child::after {
    content: "";  /* Son span elemanında ayraç göstermemek için */
}


       
       
	header {
        position: relative;
        background: url('img/ucurtmacibg.png') no-repeat center center/cover;
        color: #fff;
        height: 600px;
        display: flex;
        flex-direction: column; /* Alt alta sıralamak için */
        justify-content: center;
        align-items: center;
        text-align: center;
    }	
	header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* %50 siyah katman */
    z-index: 1;
}


    header h1 {
        position: relative;
        z-index: 2;
        font-size: 3rem;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        color: white;
        margin: 0 0 20px 0; /* Altına 20px boşluk eklenir */
    }

    header h2 {
        font-size: 1.5rem;
		 z-index: 2;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
		color: #c6f1ff !important;
		margin: 0;
    }
        .container {
            max-width: 80%;
            margin: 20px auto;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        h1 {
            color: #007BFF;
        }
 		 

        ul {
            list-style-type: disc;
            margin-left: 20px;
        }

        .products {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
			
        }

        .product {
            border: 1px solid #ddd;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
			 
  }


        .product:hover {
            transform: scale(1.05);
        }

        .product img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .product h3 {
            font-size: 1.2rem;
            padding: 10px;
            margin: 0;
        }

        .about {
            margin: 40px 0;
            text-align: center;
        }

        .about h2 {
            font-size: 2rem;
            margin-bottom: 20px;
        }

        footer {
            background: #333;
            color: #fff;
            text-align: center;
            padding: 10px 0;
            margin-top: 20px;
        }