/*Fonts*/
@font-face {
  font-family: 'Tangerine';
  src: url('../fonts/Tangerine_Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Tangerine';
  src: url('../fonts/Tangerine_Bold.ttf')  format('truetype'); /* Safari, Android, iOS */  
  font-weight: bold;
}

@font-face {
  font-family: 'Odstemplik';
  src: url('../fonts/odstemplik.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Odstemplik';
  src: url('../fonts/odstemplikBold.ttf')  format('truetype'); /* Safari, Android, iOS */  
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #191919;
  color: white;
}

body.light {
  background: white;
  color: black;
}

.navbar.fixed-top {
  height: 4rem;
  padding: 1rem 1rem;
  /* background-color: transparent;   */
  background-color: #191919;  
  border-bottom: none;
  transition: background-color 100ms linear, border-bottom ease-in-out 100ms;
}

.navbar.fixed-top.scrolled {
  /* border-bottom: 1px solid black; */
}

.navbar-collapse {
  margin-top: 1rem;
}

.landing-container {
  height: 60vh;
  position: relative;
}
.landing-container .landing-image {
  width: 100%;
  height: 60vh;
  /* filter: brightness(70%); */
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.landing-container .landing-image.transparent {
  opacity: 0;
}
.landing-container .landing-top-container {
  /* position: absolute; */
  top: 0;
  width: 100%;
  text-align: center;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.menu-item {
  /* display: inline-block; */
  margin-right: 1rem;
  text-transform: uppercase;
}
.menu-item:link, .menu-item:visited
, .menu-item > a:link, .menu-item > a:visited {
  color: white;
  font-weight: bold;
}

@media only screen and (max-width: 768px) { 
  .menu-item {
    margin-right: 0;    
    padding: 1rem;
  }
  .menu-item:not(:last-child) {
    border-bottom: 1px solid #282828;
  }
  .navbar.fixed-top {
    padding: 1rem 0rem;
  }
}

.navbar-toggler{
  font-size: 2rem;
  line-height: 2rem;
  padding: 0;
  padding-left: 1rem;
}

.navbar-collapse {
  margin-top: 0.75rem;
}

.landing-container .landing-logo-container {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
}
.landing-container .landing-logo-container > img {
  width: 100%;
  object-fit: contain;
  max-height: 300px;
}

.landing-action-container {
  position: absolute;
  display: flex;
  top: 60vh;
  width: 100%;
}

.landing-action-container .btn-dark {
  background-color: #191919;
  border-color: #191919;
}


.section-button-container-landing {
  position: absolute;
  color: white;
  bottom: -3rem;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-family: proxima-n-w01-reg;
}

.section-button-container {
  margin-top: -3rem;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-family: proxima-n-w01-reg;
}

.section-button-dark {
  display: inline-flex;
  border: none;
  height: 5rem;
  width: 5rem;
  background-color: #191919;
  color: white;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.section-button-container-landing .section-button-dark > i {
  /* margin: auto;
  margin-top: 1rem; */
  position: absolute;
  top: 1rem;
  left: calc(50% - 0.5rem);
}

.section-button-dark > i {
  margin: auto;
  /* margin-top: 1rem; */
  /* position: absolute;
  top: 1rem;
  left: calc(50% - 0.5rem); */
}

.section-button-light {
  /* display: inline-flex; */
  border: none;
  height: 5rem;
  width: 5rem;
  background: white;
  color: #191919;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.section-button-light > i {
  /* margin: auto;
  margin-top: 1rem; */
  /* position: absolute;
  top: 1rem;
  left: calc(50% - 0.5rem); */
}

.social-container {
    list-style: none;
    padding-left: 0px;
}
.social-container .social-item {
    display: inline-block;
    width: 2rem;
    height: 2rem;
}
.social-container .social-item > img {
  width: 100%;
  height: 100%;
}

.section-light-container {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: white;
  color: black;
}

.section-dark-container {
  padding-top: 1rem;
  padding-bottom: 3rem;
  color: white;
  background-color: #191919;
}

/* @media (min-width: 576px) {
  .navigation-container {
    display: block;
  }
  .navigation-container > iframe {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navigation-container {
    display: flex;
  }
  .navigation-container > iframe {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .navigation-container {
    display: flex;
  }
  .navigation-container > iframe {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .navigation-container {
    display: flex;
  }
  .navigation-container > iframe {
    width: 60%;
  }
} */
.navigation-container > iframe {
  border: 0;
  width: 100%;
  height: 400px;
}
.navigation-container .address {
  text-align: center;
  margin: auto;
}
.shadowed {
  -webkit-filter: drop-shadow(12px 12px 25px rgba(0, 0, 0, 0.5));
  filter: url(#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

button:focus {
    outline: none;
}

.navbar-menu-container {
  background: transparent;
  margin: 0px;
  /* width: calc(100% + 4rem); */
}

@media only screen and (max-width: 768px) {
  .navbar-menu-container {
    /* margin: 0px -2rem; */
    /* width: 100%; */
    background: black;
  }
}

.navbar-menu-container .dropdown-menu {
  background: black;
}

.info-container {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.address-container {

}

.address {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .address {
      font-size: 1rem;
  }
}

.reservation {
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  /* background: white;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  color: black; */
  z-index: 2;
}

.reservation .reservation-number {
  height: 2rem;
  display: flex;
  text-align: center;
  font-size: 0.6rem;
}

.reservation .reservation-number > * {
  margin: auto;
}

.reservation .reservation-call {
  display: flex;
  flex-grow: 1;
  text-align: center;
}
.reservation .reservation-call > * {
  margin: auto;
}

.reservation .reservation-info {
  display: flex;
  text-align: center;
  font-size: 0.6rem;
  height: 2rem;
  padding-left: 3rem;
}

.reservation .reservation-info > * {
  margin: auto;
}


.menu-list-dropdown {
  max-height: 98px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  padding: 0px;
  margin: 0px;
}

.menu-list-dropdown.show {
  max-height: 98px;
  opacity: 1;
}

@media (min-width: 768px) {
  .menu-list-dropdown.show {
    max-height: 198px;
  }  
}

.navbar-brand {
  position: absolute;
  left: 50%;
  margin-left: -90px !important;
  display: block;
}

.menu-section {
  color: white;
  margin-top: 3rem
}

.menu-section:nth-child(even)  {
  color: black;
}

.menu-section:not(:first-child) {
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  margin-top: -5rem;
}

/* .menu-section:not(:first-child):hover {
  margin-top: -7rem;
} */

.menu-section:not(:last-child) .section-body {
  padding-bottom: 7rem;
}
.menu-section:last-child .section-body {
  padding-bottom: 2rem;
}

.section-title { 
  position: relative;
  background: #191919;
  display: inline-flex;
  min-width: 200px;
  padding-right: 2rem;
  padding-left: 2rem;
  height: 4rem;
  object-fit: cover;
  /* padding: 0px 30%; */
  margin-left: 8px;
  text-align: center;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.section-title .title {
  font-family: Odstemplik, sans-serif;
  font-weight: bold;
  display: inline;
  margin: auto;
  z-index: 2;
  text-transform: uppercase;
}

.menu-section:nth-child(even) .section-title {  
  background-color: white;
  color: #191919;
}

.section-title .section-title-image {
  height: 6rem;
  object-fit: cover;
  filter: blur(2px);
}

.section-body {  
  background: #191919;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}


.menu-section:nth-child(even) .section-body {  
  background-color: white;
}

.section-item {
  color: white;
  width: 100%;
  text-align: start;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  /* margin-bottom: 8px; */
}

.menu-section:nth-child(even) .section-item {
  border-bottom: 1px solid #191919;
  color: #191919;
}

.section-item .item-name {
  /* font-family: Odstemplik, sans-serif; */
  /* font-weight: bold; */
  font-style: italic;
}

.section-info {
  border-radius: 0;
  border: 1px solid white;
  border-top: none;
  color: black;
}

.menu-section:nth-child(even)  .section-info {
  border-color: #191919;
}


/*Category Backgrounds*/
.bg-starters {
}
.bg-starters::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 4%;
  width: 92%;
  height: 90%;
  background-image: url('../images/categories/ara_sıcak.png');
  filter: blur(1px);
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}



/*Ad Main Overlay*/

.main-overlay-container {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.main-overlay-container.closed {
  display: none;
}

.main-overlay {
  position: relative;
  width: 80vw;
  max-width: 640px;
  /* height: 80vw;
  max-height: 480px; */
  margin: auto;
  /* border-radius: 15px; */
  border: 1px solid;
  /* overflow: hidden; */
  /* box-shadow: 1px 1px 2px 3px #ffffff69; */
}

.main-overlay > img  {
  width: 100%;
  border-radius: 12px;
}

.main-overlay .close-action {
  position: absolute;
  color: black;
  font-size: 2rem;
  right: -20px;
  top: -30px;
  cursor: pointer;
}

.main-overlay .close-action > i {
  background-color: white;
  border-radius: 50%;
}

.main-overlay-action {
  background-color: #f7f7f7;
  color: black;
  width: 60%;
  margin: auto;
  font-size: 0.8rem;
  border-bottom-left-radius: .2rem;
  border-bottom-right-radius: .2rem;
  /* box-shadow: 1px 1px 2px 3px #ffffff69; */
  /* color: green; */
  margin-top: 13px;
  z-index: 3;
  border-radius: 1.2rem;
  font-size: 1.2rem;
  height: 45px;
  text-align: center;
}
.main-overlay-action .btn {
  border: none;
}

.fancy-text {
  font-family: Odstemplik, sans-serif;
}

.about-section {
  min-height: 60vh;
  width: 100%;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: white;
  color:black;
}


/*Menu Pages*/
.menu-container {
  max-width: 900px;
  margin: auto;
}

.menu-header {
  position: relative;
}

.menu-title {
  position: absolute;
  right: 15%;
  top: 20%;
  text-align: center;
  font-family: Odstemplik, sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
}

.menu-title.left {
  right: unset;
  left: 5%;
  top: 10%;
}

.menu-image {
  width: 100%;
  max-height: 320px;
  margin-bottom: 1rem;
  object-fit: cover;
}

.sub-menu-image {
  width: 100%;
  max-height: 320px;
  margin-bottom: 1rem;
  margin-top: -6rem;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .menu-title { 
    right: 2%;
    font-size: 2rem;
  }
  .menu-title.left {
    right: unset;
    left: 5%;
    top: 10%;
  }  
}

.seperator {
  margin: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  height: 1rem;
  border-left: 1px solid;
  border-color: #282828;
}

.seperator-light {
  margin: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  height: 1rem;
  border-left: 1px solid;
  border-color: white;
}

.sub-carousel {
}

.sub-carousel img {
    width: 100%;
    /* height: 60%; */
    max-height: 260px;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .sub-carousel img {
    width: 100%;
    /* height: 60%; */
    max-height: 100px;
    object-fit: cover;
}
}

.lang-flag {
  width: 2rem;
  cursor: pointer;
}

html[lang="tr"] .lang-flag.lang-tr {
  display: none;
}

html[lang="en"] .lang-flag.lang-en {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lang-flag-container {
    position: absolute;
    right: 2rem;
  }
}