a { text-decoration: none !important; color: #b0b9ae; transition-duration: 0.4s; }
a:link{text-decoration:none;}
body {
 overflow-x: hidden !important;
 font-family: poppins, sans-serif;
}


.back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
color: #fff;
border: none;
border-radius: 5px;
padding: 10px 15px;
cursor: pointer;
opacity: 0;
transition: opacity 0.3s ease-in-out;
display: none;
}
.back-to-top.show {opacity: 1;}
.sticky-top {top: -150px; transition: .5s;}
/*navbar üst kısım*/
.custom-header .d-flex a:not(:last-child) {margin-right: -12px;}
.custom-header {background-color: #990000; height: 40px;}
.custom-header .d-flex span,
.topbar-right span { font-size: 14px; color: #fff;}
.custom-header .btn-link {color: #fff;}
/* Mobil stil değişiklikleri */
@media (max-width: 680px) {.custom-header { display: none;}}
@media (min-width:190px) and (max-width:1000px){.kapat {display: none !important;}}
/**renkler**/
.videobaslikrenk{text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 14px darkblue; color: #eaa80f !important;}
.videoyazirenk{text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 14px darkblue; color: #fff !important;}
.btnyazirenk{color: #fff !important;}
.baslikrenk{color: #e8b51d;}
.referansrenk{color: #de1212;}
.urunrenk{color: #f70101; font-weight: normal;}
.arkarenk{background-color: #fff;}
.dropdownbgrenk{box-shadow: 0 0 50px 0 rgba(82,63,105,.72); background-color: #f2ca6a;}
/*** Button ***/
.btn {transition: .5s; font-weight: 500;}
.btn-square {
width: 38px;
height: 38px;
}
.btn-sm-square {
width: 32px;
height: 32px;
}
.btn-lg-square {
width: 48px;
height: 48px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: normal;
}
/*** Navbar ***/
.mobuser{
padding:3px;
border: double;
font-size: 20px;
color: #000;
background: #fff;
}
@media (min-width: 780px){.mobuser {display: none !important;}}
/* Sarı çizgi animasyonu tüm linklerde */
.navbar .navbar-nav .nav-item .nav-link {
position: relative;
color: #fff; /* Yazı rengi */
text-transform: uppercase;
}
/* Belirli linklerde sarı çizgi animasyonu */
.navbar .navbar-nav .nav-item.anasayfa .nav-link:after,
.navbar .navbar-nav .nav-item.hakkimizda .nav-link:after,
.navbar .navbar-nav .nav-item.iletisim .nav-link:after {
  width: 100%;
}
.navbar .navbar-nav .nav-item .nav-link:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 10px; /* Çizgi linkin altında çıkacak mesafe */
  width: 0;
  height: 2px; /* Çizginin kalınlığı */
  background-color: #eaab13; /* Sarı renk */
  transition: width 0.3s; /* Geçiş süresi */
}
.navbar .navbar-nav .nav-item .nav-link:hover:after,
.navbar .navbar-nav .nav-item.active .nav-link:after {
  width: 100%;
}
/* Dropdown linklerde sarı çizgi animasyonu */
.navbar .navbar-nav .nav-item.dropdown:hover .nav-link:after,
.navbar .navbar-nav .nav-item.dropdown.active .nav-link:after {
  width: 100%;
}
.navbar .navbar-brand {
position: absolute;
padding: 0;
width: 170px;
height: 135px;
top: 0;
left: 0;
}
.navbar .navbar-nav .nav-link {
margin-right: 35px;
padding: 25px 0;
color:#fff;
font-weight: 500;
outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {color:#eaab13;}
.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: middle;
margin-left: 0px;
}
@media (max-width: 991.98px) {
.navbar .navbar-brand {width: 126px; height: 100px;}
.navbar .navbar-nav .nav-link  {margin-right: 0; padding: 10px 0;}
.navbar .navbar-nav {margin-top: 75px; border-top: 1px solid #EEEEEE;}
}
@media (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
display: block;
border: none;
margin-top: 0;
top: 150%;
opacity: 0;
visibility: hidden;
transition: .5s;
}
.navbar .nav-item:hover .dropdown-menu {
top: 100%;
visibility: visible;
transition: .5s;
opacity: 1;
}
}
/* Kategoriler linkine odaklandığında metnin görünür olması için stil */
.navbar .nav-item.dropdown:focus-within .nav-link { color: #fff !important;}
/* Dropdown menü açıldığında animasyon */
@keyframes fadeIn {
    from {opacity: 0; transform: translateY(-10px); }
    to { opacity: 1;transform: translateY(0); }
}
/* Navbar toggler'ın mobilde çevresindeki siyah border'ı kaldırma */
.navbar-toggler:focus {
outline: none; /* Odaklandığında varsayılan border'ı kaldırma */
box-shadow: none; /* Odaklandığında varsayılan kutu gölgesini kaldırma */
}
/*** Header ***/
.carousel-caption {
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
background: rgba(136, 180, 78, .7);
z-index: 1;
}
.carousel-control-prev,
.carousel-control-next {width: 15%;}
.carousel-control-prev-icon,
.carousel-control-next-icon {
width: 2rem;
height: 2rem;
border-radius: 2rem;
background-color: #c89227;
border: 1px solid #fff;
}
@media (max-width: 768px) {
#header-carousel .carousel-item {
position: relative;
min-height: 450px;
}
#header-carousel .carousel-item img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
}
.page-header {
background: linear-gradient(rgba(136, 180, 78, .7), rgba(136, 180, 78, .7)), url(../img/carousel-1.jpg) center center no-repeat;
background-size: cover;
}
.page-header .breadcrumb-item+.breadcrumb-item::before { color: #d900d9;}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a { font-size: 18px; color: #d900d9;}
/*** Section Title ***/
.section-title {
position: relative;
margin-bottom: 3rem;
padding-bottom: 2rem;
}
/*** çizgi rengi ***/
.section-title::before {
position: absolute;
content: "";
width: 50%;
height: 2px;
bottom: 0;
left: 0;
background:#ceb56e;
}
/*** çizgi ortasınaki nokta rengi ***/
.section-title::after {
position: absolute;
content: "";
width: 28px;
height: 28px;
bottom: -13px;
left: calc(25% - 13px);
background: #20b61c;
border: 10px solid #FFFFFF;
border-radius: 28px;
}
.section-title.text-center::before {left: 25%;}
.section-title.text-center::after {left: calc(50% - 13px);}
/*** Products ***/
.product {
margin-top:-10px;
background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1)), url(../img/product-bg.jpg) left bottom no-repeat;
background-size: auto;
}
.caroseltext{color: #c59005;}
.product-carousel .owl-nav {
display: flex;
justify-content: center;
margin-top: 30px;
}
.product-carousel .owl-nav .owl-prev,
/*** carosel yön tuşu rengi ***/
.product-carousel .owl-nav .owl-next {
margin: 0 10px;
width: 55px;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background:#b29143;
border-radius: 55px;
box-shadow: 0 0 45px rgba(0, 0, 0, .15);
font-size: 25px;
transition: .5s;
}
/*** carosel yön tuşu hover rengi ***/
.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover { background: #FFFFFF; color:#000;}
/*** About ***/

.btn-play {
position: relative;
display: block;
box-sizing: content-box;
width: 65px;
height: 75px;
border-radius: 100%;
border: none;
outline: none !important;
padding: 28px 30px 30px 38px;
background: #FFFFFF;
}
.btn-play:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 120px;
height: 120px;
background: #FFFFFF;
border-radius: 100%;
animation: pulse-border 1500ms ease-out infinite;
}
.btn-play:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 120px;
height: 120px;
background: #FFFFFF;
border-radius: 100%;
transition: all 200ms;
}
.btn-play span {
margin-top: 10px;
display: block;
position: relative;
z-index: 3;
width: 0;
height: 0;
left: 18px;
border-left: 40px solid #dc9f12;/**video play renk**/
border-top: 28px solid transparent;
border-bottom: 28px solid transparent;
}

@keyframes pulse-border {
0% {
	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
}

100% {
	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
	opacity: 0;
}
}
/******************/
.phone-icon-container {
position: relative;
display: inline-block;
margin-right: 10px; /* Boşluk miktarını ayarlayabilirsiniz */
vertical-align: middle; /* İkon ve halkayı dikey olarak hizalar */
}

.phone-icon {
font-size: 13px;
color: #fff;
position: relative;
z-index: 2; /* Ikonun diğer elemanların üzerinde olmasını sağlar */
}

.phone-ring {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 30px; /* Daire çapını ayarlayabilirsiniz */
height: 30px;
border: 2px solid #fff;
border-radius: 50%;
z-index: 1; /* Dairenin ikonun altında olmasını sağlar */
animation: fadeRing 2s infinite linear;
}

@keyframes fadeRing {
0%, 100% {
	opacity: 1;
}
50% {
	opacity: 0;
}
}
/*rezervasyon telefon*/
.phone-icon-containerr {
position: relative;
display: inline-block;
margin-right: 10px; /* Boşluk miktarını ayarlayabilirsiniz */

}

.phone-iconn {
font-size: 13px;
color: #fff;
position: relative;
z-index: 2; /* Ikonun diğer elemanların üzerinde olmasını sağlar */
}

.phone-ringg {
margin-top:2px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 36px; /* Daire çapını ayarlayabilirsiniz */
height: 36px;
border: 4px solid #d93600;
border-radius: 50%;
z-index: 2; /* Dairenin ikonun altında olmasını sağlar */
animation: fadeRing 1s infinite linear;
}

@keyframes fadeRing {
0%, 100% {
	opacity: 1;
}
50% {
	opacity: 0;
}
}
/*************/
.store-item .store-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: rgba(138, 180, 78, .3);
opacity: 0;
transition: .5s;
}
.store-item:hover .store-overlay { opacity: 1;}
/*** iletişim icon renk***/
.contact .btn-square {
width: 100px;
height: 100px;
border: 20px solid #fff;
background: #cab16a;
border-radius: 50px;
}

.display-6{color: #fee1c2;}
.display-7{color: #000;}
/**sosyalmedya bg rengi**/
.smbtnrengi{background: #d0b870;}

.instagramrengi{background: #a862b2;}
.facebookrengi{background: #2186ec;}
.youtuberengi{background: #e24949;}
.whatsapprengi{background: #56b656;}

/*** Footer ***/
.fotteryazi {text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 14px darkblue; color: #d7ac47 !important;}
.footer {background-color:#000; color: #B0B9AE;}
.footer .btn.btn-link {
display: block;
margin-bottom: 5px;
padding: 0;
text-align: left;
color: #B0B9AE;
font-weight: normal;
text-transform: capitalize;
transition: .3s;
}
.footer .btn.btn-link::before {
position: relative;
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #d0b870;
margin-right: 10px;
}
.footer .btn.btn-link:hover {
color:#fff;
letter-spacing: 1px;
box-shadow: none;
}
.copyright {color: #B0B9AE;}
.copyright {background: #252525;}
.copyright a:hover {color: #FFFFFF !important;}
.logo{width: 66%; margin-top:8px;}
@media only screen and (max-width: 767px) {.logo {width: 60%; margin-top:5px;}}
.menurenk{color: #cbaf68;}
/*video*/
.full-video {
margin-top:-88px;
right: 0;
bottom: 0;
width: 100%;
height: 750px;
object-fit: cover;
object-position: center;
}
@media (min-width:190px) and (max-width:600px) {
.full-video{
margin-top:-88px;
right: 0;
bottom: 0;
width: 100%;
height: 288px;
object-fit: cover;
object-position: center;
}
}
/*video*/
.video-text {
margin-top:20px;
background-color: rgba(0, 0, 0, 0); 
text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 14px darkblue;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff; /* Metin rengini isteğinize göre ayarlayabilirsiniz */
text-align: center;
}

.ustaimg { padding: 0 2px; position: relative; text-align: center;}
.ustaimg a { display:block;}
.ustaimg img {display: inline-block; max-height:280px; max-width:100%;}
@media (min-width:190px) and (max-width:1200px){
.ustaimg img{max-height:280px; max-width:100%;}
}
/**/
/*yeniicerik*/
.product-top-bar{
	font-weight: 400;
	font-style: normal;
	font-size: 74px;
	color: #242424;
	hyphens: manual;
	margin-bottom: 10px;
	margin-right: 94px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.section-title-wrap{
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #247ebc;
	hyphens: manual;
	display: inline-block;
	float: left;
	box-sizing: border-box;
}

/**/
.mt2{margin-top:2px;}
.mt4{margin-top:4px;}
.mt6{margin-top:6px;}
.mt8{margin-top:8px;}
.mt10{margin-top:10px;}
.mt14{margin-top:14px;}
.mt16{margin-top:16px;}
.mt18{margin-top:18px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt36{margin-top:36px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt-10{margin-top:-10px;}
.mt-15{margin-top:-15px;}
.mt-20{margin-top:-20px;}
.mt-30{margin-top:-30px;}
.mt-40{margin-top:-40px;}
.mt-50{margin-top:-50px;}
.mt-60{margin-top:-60px;}
.mt-80{margin-top:-80px;}
.mt-100{margin-top:-100px;}
.mt-110{margin-top:-110px;}
.mb15{margin-bottom:15px;}

/**/

.rezinput{border: 2px solid #afaaaa; border-radius: 5px; padding: 8px;}
.rezervasyon{border:1px solid #dddddd; background: #d9a300;}
.rez{background: #efdc9f;}
.rezcolor{background:#4caf50; color:#fff;}
.rezyazi {
    font-size: 13px;
    font-weight: 700;
    color: #05703e;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 0px;
	margin-left: 4px;
}
/*detay özellik*/
.best-deal { background-color: #fafafa;padding: 0px 0px;}
.best-deal .info-table {
border-radius: 10px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
padding: 10px 17px;
}
.best-deal .info-table ul li {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 17px;
  color: #aaa;
  font-weight: 500;
}
.best-deal .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.best-deal .info-table ul li span {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  float: right;
  display: inline-block;
}
}


