#first-sec{
	padding-inline: 160px;
	padding-block: 130px; 
	background-color: white;
}

.sepetisakla, .icon_gizle{
	display:none!important;
}



#first-sec h1{
	font-weight: bold;
	color:black;
	width: 80%;
}

#first-sec p{
	display: block;
	width: 100%;
	max-width: 700px;
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
}

#second-sec{
	background-color: white;
	padding:10px 20px 10px 20px;
}

#second-sec .col-md-12{
	background-color: #edeef0;
	padding: 0px 45px 15px;
}

#third-sec h1{
	margin-bottom:40px;
	font-weight: bold;
}

#second-sec h5{
	font-weight: bold;
	padding-right: 13px;
}

#second-sec p{
	padding-left: 13px;
	padding-right: 13px;
	font-size: 13px;
}

.bb1, .bb2{
	position: absolute;
	right: 78px;
	bottom: 25px;
}


.dflex{
	display: flex;
	position: relative;
}

.disnone{
	display: none;
}


#third-sec{
	background:#202020;
	padding: 100px 15px 100px 15px;
}

#third-sec h1, #third-sec p{
	color:white!important;
}


.drop-down-ul {
	background-color: #ffffffd6;
}
.exo-menu > li > a{
	color: white;
}
#duyuru{
	top: 0;
	position: absolute;
	width: 100%;
	min-height: 100px;
	background: #4c9dab;
	z-index: 9999;
	text-align: center;
	color: white;
	padding: 13px;
}
#duyuru h1{
	font-size: 26px!important;
	font-weight: bold;
}

.headmenu {
	position: fixed;
	top: 100px;
	z-index: 999;
}


.topmenu,#topbar_menu{
	background: #202020!important;
}


.topmenu,.navbar{
	background: transparent!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}

.bookbtn{
	display: none;
}

.video-container {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4); /* Siyah flu efekt */
}

.video-container .content {
	position: absolute;
	top: 47%;
	width: 367px;
	left: 6%;
	transform: translateY(-50%);
	color: white;
	font-family: Arial, sans-serif;
}

.video-container .content h1 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	font-weight: bold;
	margin-bottom: 45px;
	line-height: 57px!important;
}

.video-container .buttons {
	display: flex;
	gap: 15px;
}

.video-container .btn {
	padding: 12px 20px;
	font-size: 1rem;
	border: 2px solid white;
	background: transparent;
	color: white;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
}

.video-container .btn:hover {
	background: white;
	color: black;
}

.video-container .btn.primary {
	background: #243548!important;
	border: none;
}

.video-container .btn.primary:hover {
	background: #243548!important;
	color:white;
}

.sign-find,.fa-cart-shopping{
	color:white;
}

.yeni-bbb{
	background: rgba(211, 211, 211, .2) !important;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 9px!important;
}

.scrolled-navbar {
	background: white !important;
	transition: background-color 0.3s ease; /* Geçiş efekti */
}

.no-scrolled-navbar {
	background: transparent !important;
	transition: background-color 0.3s ease; /* Geçiş efekti */
}

.scrolled-color-white{
	color:white!important;
}

.scrolled-color-black{
	color:black!important;
}

#four-sec{
	padding:100px 0 100px 0;
	background: white!important;
}


.image-slider-container {
	width: 100%;
	overflow: hidden; /* Taşan içeriği gizle */
	position: relative;
}

.image-slider {
	display: flex;
	width: max-content;
	animation: infiniteSlide 20s linear infinite; /* Kesintisiz, akıcı geçiş */
}

.image-slider .slide {
	min-width: 200px; /* Resim genişliği */
	margin-right: 10px; /* Resimler arası mesafe */
}

/* Sonsuz döngü için akıcı geçiş */
@keyframes infiniteSlide {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); } /* %50 kaydır, ardından tekrar başa al */
}


.p0{
	padding-left: 0;
	padding-right: 0;
}




#five-sec {
	background: url("https://images.unsplash.com/photo-1556911220-bff31c812dba?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8a2l0Y2hlbiUyMGJhY2tncm91bmR8ZW58MHx8MHx8fDA%3D") no-repeat center center/cover;
	position: relative;
	padding: 50px 0;
	text-align: center;
}

/* Hafif Overlay Efekti */
#five-sec::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(32,32,32,.9); /* Koyu overlay */
	z-index: 1;
}

/* Tüm İçeriği Üstte Tut */
#five-sec .container {
	position: relative;
	z-index: 2;
}

/* Galeri Wrapper */
.gallery-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.gallery-main img {
	padding: 10px;
	background: white;
}

/* Büyük Resim */
.gallery-main img {
	max-width: 100%;
	max-height: 500px;
	box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
	opacity: 0;
	transition: opacity 0.6s ease-in-out; /* Geçiş efekti */
}

.gallery-main img.active {
	opacity: 1;
}

/* Ok Butonları */
.gallery-prev, .gallery-next {
	border: none;
	cursor: pointer;
	font-size: 52px;
	color: white;
	transition: 0.3s;
}

/* Açıklama */
#image-caption {
	color: white;
	font-size: 18px;
	margin-top: 15px;
}

/* View Gallery Butonu */
.view-gallery {
	margin-top: 10px;
	padding: 10px 20px;
	border: none;
	background: white;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.3s;
}

.view-gallery:hover {
	background: #ddd;
}

@media(min-width:767px){

	#third-sec{
		padding: 150px 200px 150px 200px;
	}

	.exo-menu h4.row.mega-title{
		justify-content: center;
	}
	.menu-yenim{
		display: block;
	}
	.menu-yenim p{
		text-align: center;
		font-weight: 500;
		font-size: 13px;
		margin-top: 0;
	}
}

@media(max-width:767px){

	#topbar_menu{
		display: none;
	}

	#duyuru{
		z-index: 99!important;
		padding:15px;
		font-size: 12px;
		justify-content: center;
		align-items: center;
		display: grid;
	}

	#third-sec .btn{
		width: 100%;
	}

	.secondvideo {
		height: 40vh;
	}

	.headmenu .logo{
		width: 212px!important;
	}

	#duyuru h1{
		font-size: 22px!important;
	}

	.navbar-toggler {
		right: 0!important;
		position: absolute!important;
	}

	.pr34{
		flex-direction: row-reverse!important;
		padding-left: 0!important;
		padding-right: 0!important;
		justify-content: flex-end!important;
	}

	.navbar{
		padding-top: 5px!important;
	}

	.video-container .content h1{
		margin-bottom: 10px!important;
		line-height: 53px!important;
		font-size: 33px!important;
	}

	.video-container .buttons{
		flex-direction: column;
	}

	.video-container .content{
		width: 100%;
		margin: 0 0 0 0;
		padding: 0px 20px 0px 20px;
		bottom: 0;
		left: 0;
		top: unset;
		font-size: 11px !important;
		transform: translateY(-20%) !important;
	}
	#first-sec{
		padding-inline:0!important;
		padding-block: 50px
	}

	#second-sec{
		padding: 0;
	}

	.g1,.g2{
		display: flex;
		flex-direction: column-reverse;
		padding: 20px;
	}

	.dflex {
		flex-direction: column;
	}

	#second-sec p{
		padding-left: 0!important;
	}

	#second-sec .col-md-12{
		padding: 30px 45px 15px!important;
	}

	.g1 img,.g2 img{
		width: 78%!important;
	}

	.fa-cart-shopping, .atlat{
		display: none;
	}

	.whitela{
		background: white!important;
	}
	
}



