/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #fff;
	font-size: var(--bs-body-font-size);

}

li {
  text-decoration: none;
  color: #ffff;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Satisfy", sans-serif;
}





/*--------------------------------------------------------------
# Yukarı Çıkma Buttonu
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 60px;
  z-index: 996;
  background: #003055;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
  opacity: 0.4;
}
.back-to-top:hover {
  background: #003055;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
 
/*--------------------------------------------------------------
# Menü Bölümü
--------------------------------------------------------------*/
section {
  padding: 4px 0;
  top: 1rem;
  position: relative;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 60px;
}
.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}
.section-title h2 span {
  color: #ffb03b;
}
.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
} 
/*--------------------------------------------------------------
# Kategori Butonları
--------------------------------------------------------------*/
.menu #menu-flters {
  display:  inline-block;
  padding: 6;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 6px;
  overflow: hidden;
  font-size:16px;
  width: 100px;
  height: auto;
  font-weight: 600;
  line-height: 1;
  color: black;
  margin: 3px 0px 3px 3px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: 1px solid #ffff;
  border-radius: 5px;
  overflow-x: hidden;
}
.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
  color: #ffff;
  background: #003055;
}
.menu .menu-content a:hover {
  color: white;
  cursor: context-menu;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}
.menu .menu-content {
  margin-top: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .scrollmenu {
  overflow: hidden;
}

.menu .menu-content h1 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 6px;
  font-size: 16px;
  width: 70px;
  height: auto;
  position: relative;
  padding: 8px;
  background-color: #003055;
  width: 100%;
  color: white;
  text-align: center;
  font-weight: 500;
  border: 0.5px solid white;
  border-radius: 10px;
  text-align: center;
  cursor: context-menu;
}

.menu .menu-content a {
  background-color: rgb(55, 55, 55);
  width: 100%;
  border: 1px solid white;
  border-radius: 10px;
  padding: 5px;
  position: relative;
  z-index: 3;
  font-weight: 400;
  color: #fff;
  padding-left: 10px;
}

.menu .menu-content span {
  background: #003055;
  position: relative;
  z-index: 3;
  padding: 0 5px;
  font-weight: 600;
}
.menu .menu-ingredients {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Comic Neue", sans-serif;
  color: #b3b1af;
	}


/*--------------------------------------------------------------
# Üst Bölüm  + sosyal butonlar
--------------------------------------------------------------*/
#footer {
  position: relative;
  top: 1rem;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 1px 0;
}
#footer h3 {
  font-size: 40px;
  font-weight: 600;
  color: #ffb03b;
  position: relative;
  padding: 2;
  margin: 1px 0 1px 0;
}
#footer p {
	font-size: 15px;
	font-style: italic;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
	color: #FFFFFF;
}
#footer .social-links {
  margin: 0 0 0px 0;
}
#footer .social-links a {
  font-size: 2px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 5px 0;
  margin-right: 10px;
  border-radius: 100%;
  text-align: center;
  width: 38px;
  height: 38px;
  transition: 0.2s;
}
#footer .social-links a:hover {
  background: #fff;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}

#footer .back img {
  float: left;
  width: 26px;
}


/*--------------------------------------------------------------
# footer 2 (z-index öne çıkarır min 3)
--------------------------------------------------------------*/
#footer2 {
bottom: 0;
z-index: 3;
color: #fff;
font-size: 16px;
padding: 0;
text-align: center;
margin: 0;
overflow: auto;
position: fixed; /*Sosyal Medya Butonları*/
width: 100%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 
}

#footer2 p {
	font-size: 10px;
	font-style: italic;
	padding: 0 0px 0 0;
	margin: 0 0 10px 0;
	text-align: center;
	color: #FFFFFF;
}
#footer2 .social-links {
  margin: 0 0 0 30px ;
}
#footer2 .social-links a {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 30px;
  border-radius: 0%;
  text-align: center;
  width: 30px;
  height: 10px;
  transition: 0.2s;
}

#footer2 .social-links a:hover {
  color: #ffc064;
}
 
