.kaydirac-container{display:none}
.hero-section {
	display:none;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
	margin-bottom:10px
}
.hero-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.button-container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.cta-button {
    padding: 14px 20px;
    background-color: #ff6f61;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.cta-button:hover {
    background-color: #e55e4f;
    transform: scale(1.1);
}

.mobile-menu {
	display:none;
    position: relative;
    width: 100%;
    background-color: #333;
    top: -40px;
}

.menu-toggle {
    display: flex; /* Flexbox ile ikon ve yazıyı yan yana yerleştiriyoruz */
    align-items: center; /* Ortalamak için */
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001; /* Menü butonunun üstte görünmesini sağlar */
	border:3px solid #000
	
}

.menu-icon {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #000;
    margin: 6px auto;
    transition: all 0.3s;
}

/* Menü yazısı */
.menu-text {
    margin-left: 0px; /* İkon ile yazı arasındaki mesafe */
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: none; /* Başlangıçta mobilde görünmesin */
}

/* Menü Listesi */
.menu {
    display: none; /* Menü başlangıçta gizli */
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px; /* Menü açıldığında yukarıdan mesafe */
}

.menu li {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #444; /* Menü öğelerinin arasında çizgi */
}

.menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
}

.menu li a:hover {
    color: #FFD700; /* Hover efekti */
}
@media (max-width: 768px) {
	.menu-text {
        display: inline; /* Menü ikonunun yanında yazıyı göster */
    }
	.mobile-menu{
		display:block
	}
	.icerik {
		width:100%;
	}
	.rKutu{
		width:100%;
		height:auto;
		box-sizing:border-box;
	}
	.ustMenu{
		width:100%
	}
	
	.logoBolum{
		width:100%;
		margin:0 auto;
		background:url(../images/u1.png) center;
		position:relative;
	}
	.logo {
		position:relative;
		left:0px;
		top:10px;
		z-index:5;
		width:150px;
	}
	.logo img {
		width:100%
	}
	.menuBolum {
		display:none;
	}
	.tarihYazi{
		position:absolute;
		right:5px;
		top:18px;
		width:230px;
	}
	.tarihYazi img {width:100%}
	
	  .menu-toggle {
        display: block; /* Menü butonunu sadece mobilde görünür yap */
    }

    .menu {
        display: none; /* Başlangıçta menü gizli */
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(153, 77, 0, .99); /* Arka plan opak */
        z-index: 1000;
		font-weight:bold;
    }

    .menu.open {
        display: flex; /* Menü açıldığında flex ile görünür yap */
    }

    /* Hamburger menü ikonunun animasyonu (aktif olduğunda) */
    .menu-toggle.open .menu-icon:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 7px;
    }

    .menu-toggle.open .menu-icon:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.open .menu-icon:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -7px;
    }

	#foto{
		width:100%
	}
	#fotoGl img {
		width:44%
	}
	.hbrKutu{
		width:100%;
		box-sizing:border-box;
	}
	.list_carousel li img{
		width:100%
	}
	.list_carousel li {
		width: 137px;
		height:145px
	}
	.sanalTur{
		display:none
	}
	.sliderBolum{
		display:none;
	}
	.slider-container {width:100%;height:200px}
	.enAlt, .maillist, .sonalti{
		width:100%;
		overflow:hidden;
	}

	.sayfaBolum2{
		box-sizing:border-box;
		width:100%!important;
	}
	.sayfaBolum1{
		width:100%;
		box-sizing:border-box;
		height:auto!important
	}
	.uKate{
		width:100%;
		display:none;
	}
	.resimcerceve{width:100%}
	.resimcerceve img{width:100%}
	.coverPage {width:100%}
	.coverPage img {width:100%}
	.hero-section {display:block;}
	.kmKategori{
		width:100%;
		background-size: cover !important;
		background-repeat:no-repeat;
		aspect-ratio: 16 / 9;
		height:280px;
		margin:10px auto
	}
	#resimBolum {margin:0 auto;float:none}
	.yaziBolum{width:100%}
	.menuuuu{
		width:70%;
		left:0;
		top:10px
	}
	.mailIc, #hDrm{
		width:100%
	}
	.mailIc h1{display:none}
	.mailIc .inputr{display:none}
	.sonalt1{width:100%}
	.sonalt1 h2{
		font-size:9px;
		padding-left:10px
	}
	.enAlt{display:none}
	.enalti{display:none;width:100%}
	.kaydirac-container {
		display:block;
		position: relative;
		width: 100%;
		max-width: 100%; /* Responsive olarak tam genişlik */
		margin: 0 auto;
		overflow: hidden; /* Taşan içerikleri gizler */
		top:100px
	}

	/* Kaydırac içeriği */
	.kaydirac {
		display: flex;
		transition: transform 0.5s ease-in-out; /* Geçiş efekti */
	}

	/* Her bir slide */
	.kaydirac-slide {
		min-width: 100%;
		height: auto; /* Görsellerin orantılı kalmasını sağlarız */
	}

	.kaydirac-slide img {
		width: 100%;
		height: auto;
		display: block; /* Görselin altındaki boşluğu kaldırır */
	}
}