/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "moon_flowerregular";
  src: url("../fonts/moonflower-webfont.eot");
  src: url("../fonts/moonflower-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/moonflower-webfont.woff2") format("woff2"), url("../fonts/moonflower-webfont.woff") format("woff"), url("../fonts/moonflower-webfont.ttf") format("truetype"), url("../fonts/moonflower-webfont.svg#moon_flowerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo900";
  src: url("../fonts/museo-900-webfont.woff2") format("woff2"), url("../fonts/museo-900-webfont.woff") format("woff"), url("../fonts/museo-900-webfont.ttf") format("truetype"), url("../fonts/museo-900-webfont.svg#museo900") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

label {
  font-family: "Roboto", sans-serif;
}

.full-spacer {
  width: 100%;
  height: 30px;
}

.header-menu {
  position: relative;
  z-index: 500;
}
.header-menu ul li.active a {
  color: #ffffff;
}

.header-siparis p {
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 3px;
  text-align: left;
  font-weight: 300;
}

.swiper-wrapper {
  height: auto !important;
}

@media only screen and (min-width: 991px) and (max-width: 1170px) {
  .container, .header-menu {
    width: 970px;
  }
}
a {
  text-decoration: none;
}

.img-responsive {
  max-width: 100%;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

header {
  background-color: #232528;
  font-family: "museo900";
}
header p {
  color: #ffffff;
  font-size: 1.1rem;
}
header a {
  color: #ffffff;
}
header .header-socials {
  margin-top: 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-socials li.socials-address {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
}

@media only screen and (max-width: 991px) {
  header .header-slogan {
    padding: 16px 0 5px 10px;
  }
  header .socials-address {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  header {
    padding: 10px 0 0 0;
  }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header ul.header-socials {
    text-align: center;
  }
  header ul.header-socials li {
    display: inline-block;
  }
  header ul.header-socials li a {
    display: inline-block;
  }
  header ul.header-socials li a img {
    height: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  header ul.header-socials li a:hover img {
    -webkit-transform: scale(1.303);
            transform: scale(1.303);
  }
  header .header-siparis {
    text-align: left;
  }
  header .header-siparis a {
    font-size: 28px;
    font-weight: bold;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  header .header-siparis:hover {
    color: #1d1d1b;
  }

  .header-logo img {
    height: 60px;
  }

  .header-menu {
    max-width: 1140px;
    margin: 0 auto;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  .header-menu ul {
    border-radius: 7px;
    width: 100%;
    background-color: #ffb718;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-menu ul li a {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    color: #232528;
    font-size: 11px;
    padding: 10px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .header-menu ul li a:hover {
    background-color: #232528;
    color: #ffb718;
  }
}
@media only screen and (max-width: 991px) {
  ul.header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.header-socials li a {
    display: inline-block;
  }
  ul.header-socials li a img {
    height: 30px;
  }

  .header-logo {
    padding: 10px;
  }
  .header-logo a img {
    height: 35px;
  }

  .header-siparis {
    padding: 10px;
    text-align: center;
  }
  .header-siparis p {
    display: inline-block;
  }
  .header-siparis a {
    display: inline-block;
  }
}
@media only screen and (max-width: 991px) {
  .header-socials {
    padding: 10px;
  }

  .header-logo, .header-siparis {
    border-bottom: 1px solid #ffffff;
  }
}
.stories {
  padding: 10px 0;
  background-color: #232528;
}
.stories ul li a img {
  height: 73px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.stories ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (min-width: 992px) {
  .stories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .stories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .stories ul li {
    padding: 10px;
  }
}
.home-order {
  font-family: "Roboto", sans-serif;
  background-color: #f8f1e4;
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-order .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-item {
  padding: 12px;
  background-color: #232528;
  text-align: center;
  display: inline-block;
  margin: 15px;
}
.order-item p:not(.order-item-now) {
  color: #ffb718;
  font-weight: 300;
  margin-top: 10px;
  font-size: 15px;
}

.order-item-now {
  color: #ffffff;
  padding: 4px 9px;
  background-color: #e30613;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  display: inline-block;
  font-size: 16px;
}

.order-band {
  background-color: #ffb718;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "museo900";
}
.order-band a {
  color: #232528;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.order-band a span {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-weight: normal;
  line-height: 42px;
}
.order-band a:hover {
  color: #1d1d1b;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  letter-spacing: 0.5px;
}

.home-contact {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #e3eaee;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

p.title {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.decorative-arrow {
  width: 420px;
}

footer {
  background-color: #232528;
  padding: 45px 0;
}

.footer-logo img {
  height: 50px;
  margin-top: 10px;
}

.footer-info div:not(.footer-mail) {
  font-family: "museo900";
}

.footer-socials ul {
  text-align: center;
  margin-top: 10px;
}
.footer-socials ul li {
  display: inline-block;
}
.footer-socials ul li a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
}
.footer-socials ul li a img {
  height: 24px;
}
.footer-socials ul li a:hover {
  -webkit-transform: scale(1.303);
          transform: scale(1.303);
}
.footer-socials ul li:nth-child(2), .footer-socials ul li:nth-child(4) {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-socials p {
  color: #ffffff;
}

.footer-siparis {
  text-align: right;
}
.footer-siparis a {
  color: #ffffff;
  font-size: 24px;
}
.footer-siparis a span {
  font-size: 20px;
  font-weight: normal;
}

.footer-mail a {
  color: #ffb718;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 3px 5px;
  display: inline-block;
}

.footer-info div {
  padding: 0 20px;
}

#hamburger-switch {
  display: none;
}

@media only screen and (max-width: 991px) {
  #hamburger-switch:not(:checked) ~ .header-menu {
    pointer-events: none;
  }

  #hamburger-label {
    z-index: 1000;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 57px;
    padding: 10px;
  }
  #hamburger-label span {
    position: relative;
    height: 2px;
    background-color: #ffb718;
    width: 30px;
    display: inline-block;
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #hamburger-label span:before {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    height: 2px;
    background-color: #ffb718;
    width: 30px;
    display: inline-block;
    border-radius: 2px;
  }
  #hamburger-label span:after {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    height: 2px;
    background-color: #ffb718;
    width: 30px;
    display: inline-block;
    border-radius: 2px;
  }
  #hamburger-label .footer-logo {
    width: 100%;
  }

  #hamburger-switch {
    display: none;
  }

  #hamburger-switch:checked + label span {
    background-color: transparent;
  }

  #hamburger-switch:checked + label span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  #hamburger-switch:checked + label span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header-menu {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  #hamburger-switch:checked ~ .header-menu {
    opacity: 1 !important;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }

  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .footer-logo {
    padding-left: 20px;
  }
  footer .footer-info {
    display: block;
  }
  footer .footer-info .footer-mail {
    margin-top: 10px;
  }
  footer .footer-info .footer-siparis {
    margin-top: 10px;
    text-align: left;
  }
  footer .footer-info .footer-siparis br {
    display: none;
  }
  footer .footer-info .footer-socials-container {
    margin-top: 10px;
    text-align: left;
  }
  footer .footer-info .footer-socials-container .footer-socials {
    padding: 0;
  }
  footer .footer-info .footer-socials-container .footer-socials ul {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  header {
    position: relative;
  }

  .header-menu {
    position: absolute;
    background-color: #232528;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
    opacity: 0;
  }
  .header-menu ul li a {
    padding: 10px 10px;
    display: inline-block;
  }
}
.container-branches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.branch-preview .branch-map {
  width: 390px;
  height: 390px;
  background-color: #232528;
  padding: 5px;
  position: relative;
  z-index: 50;
}

.branch-list {
  margin-left: 40px;
}
.branch-list ul {
  text-align: left;
}
.branch-list ul li {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 14px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.branch-list ul li .branch-loc {
  width: 190px;
  display: inline-block;
}
.branch-list ul li .branch-loc span {
  font-size: 17px;
  font-weight: bold;
  margin-left: 5px;
}
.branch-list ul li.active:before {
  content: url("../icons/icon-left-arrow.svg");
  position: absolute;
  width: 35px;
  left: -35px;
  top: -10px;
}

@media only screen and (max-width: 991px) {
  .branch-preview {
    width: 100%;
  }
  .branch-list ul li:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0 !important;
  }

  .container-branches {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .branch-loc {
    display: block !important;
    margin-bottom: 5px;
  }

  .branch-map {
    max-width: 100vw !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.branch-route {
  background-color: #ffb718;
  color: #232528;
  padding: 10px 35px;
  font-size: 14px;
  font-weight: bold;
  z-index: 100;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.branch-route:hover {
  color: #ffb718;
  background-color: #232528;
}

.header-slider {
  background: #414141;
  width: 100vw;
  height: calc((100vw * 108) / 192);
  position: relative;
  overflow: hidden;
}
.header-slider .swiper-pagination-bullet-active {
  background-color: #ffb718;
}
.header-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.header-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #ffffff;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background-color: #232528;
}

@media only screen and (orientation: portrait) {
  .header-slider {
    position: relative;
    width: 100vw;
    height: calc((100vw * 108) / 192);
  }
}
.dot-matrix {
  background: url(../img/dots.png);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.img-yaprak-doner {
  pointer-events: none;
}

@media only screen and (min-width: 992px) {
  .img-yaprak-doner {
    width: 175px;
    position: absolute;
    z-index: 200;
    top: 90vh;
    left: 5vw;
    -webkit-transform: translate(-5%, -50%);
            transform: translate(-5%, -50%);
  }
}
@media only screen and (max-width: 991px) {
  .img-yaprak-doner {
    width: 90px;
    position: absolute;
    z-index: 200;
    top: 73%;
    left: 5%;
    -webkit-transform: translate(-5%, -50%);
            transform: translate(-5%, -50%);
  }
}
.whatsapp-container {
  z-index: 100;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 5px 8px;
  background-color: #03f14b;
  bottom: 0;
  right: 10px;
  color: #1d1d1b;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.whatsapp-container a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #1d1d1b;
  line-height: 30px;
}
.whatsapp-container a img {
  height: 30px;
  float: left;
  margin-right: 7px;
}
.whatsapp-container a span {
  background-color: red;
  color: #1d1d1b;
  line-height: 30px;
  display: inline-block;
}

/* Customize the label (the container) */
.cnt-input {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cnt-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cnt-input:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cnt-input input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cnt-input .checkmark:after {
  left: 4px;
  top: -1px;
  width: 5px;
  height: 10px;
  border: solid #232528;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-styled.swal2-confirm {
  background-color: #ffb718 !important;
}

.swal2-container {
  font-family: "Roboto", sans-serif;
}

.swal2-icon {
  margin-top: 1.5rem;
}

.corporate {
  font-family: "Roboto", sans-serif;
  background-color: #f8f1e4;
  text-align: center;
  padding-top: 30px;
}

.corporate-text {
  text-align: left;
  padding-bottom: 30px;
}
.corporate-text p {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.corporate-text p.corporate-title {
  font-weight: bold;
  font-size: 15px;
}

@media only screen and (min-width: 992px) {
  .corporate .container {
    background-image: url("../img/intiba-flag.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 30%;
    position: relative;
  }
  .corporate .container .corporate-text {
    padding-left: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .corporate .container .corporate-text .col-1, .corporate .container .corporate-text .col-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px;
  }
  .corporate .container .corporate-text .col-1 p {
    margin-bottom: 25px;
  }
  .corporate .container .corporate-text .col-2 p {
    margin-bottom: 7px;
  }

  .yaprak-doner-corporate {
    width: 120px;
    position: absolute;
    left: 100px;
    top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .corporate {
    padding: 20px;
    position: relative;
  }

  .yaprak-doner-corporate {
    display: none;
  }
}
.corporate-btns {
  padding-bottom: 30px;
}
.corporate-btns .btn-corporate {
  background-color: #232528;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 10px;
  font-family: "museo900";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.corporate-btns .btn-corporate:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.restaurants {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.restaurants p.title {
  text-align: center;
}

.swiper-branch-preview {
  overflow: hidden;
}

.col-restaurant-preview img {
  max-width: 100%;
}

.col-restaurants {
  font-size: 14px;
}

.restaurant-name {
  font-size: 13px;
}

.restaurant-bigger {
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
  letter-spacing: 1.2px;
}

.col-restaurant-list ul li:not(:nth-child(1)) {
  margin-top: 25px;
}
.col-restaurant-list ul li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.col-restaurant-list ul li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 120px;
  height: 1px;
  border-bottom: 1px dashed #000000;
  left: 50%;
  top: 75px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 992px) {
  .cnt-restaurants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cnt-restaurants .col-restaurant-preview, .cnt-restaurants .col-restaurant-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  .cnt-restaurants .col-restaurant-list {
    padding-left: 30px;
  }
  .cnt-restaurants .col-restaurant-list ul li.active:before {
    content: "";
    width: 0;
    height: 0;
    background-color: transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ffb718;
    display: inline-block;
    left: -18px;
    top: 4px;
    position: absolute;
  }
  .cnt-restaurants .col-restaurant-list .restaurant-name {
    display: inline-block;
    width: 250px;
  }
  .cnt-restaurants .col-restaurant-list .restaurant-address {
    font-size: 12px;
    display: block;
  }
  .cnt-restaurants .col-restaurant-list .restaurant-address:before {
    width: 50px;
    height: 5px;
    display: inline-block;
    content: "";
    background-color: #ffb718;
    margin-right: 5px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .cnt-restaurants .branch-img {
    background-color: #ffb718;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    font-size: 12px;
    padding: 1px 4px;
  }
  .cnt-restaurants .branch-360 {
    background-color: #62dced;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    font-size: 12px;
    padding: 1px 4px;
  }

  .swiper-branch-preview {
    width: 560px;
    height: 460px;
  }
}
.restaurant-address {
  font-size: 14px;
  margin-top: 4px;
}

.branch-img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.branch-img img {
  width: 20px;
}
.branch-img:hover {
  background-color: #f8f1e4;
}

.branch-360 {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.branch-360 img {
  width: 20px;
}
.branch-360:hover {
  background-color: #f8f1e4;
}

@media only screen and (max-width: 991px) {
  .col-restaurant-preview, .col-restaurant-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }

  .col-restaurant-list {
    padding-left: 30px;
  }
  .col-restaurant-list ul li.active:before {
    content: "";
    width: 0;
    height: 0;
    background-color: transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ffb718;
    display: inline-block;
    left: -18px;
    top: 4px;
    position: absolute;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .col-restaurant-list .restaurant-name {
    display: inline-block;
    width: 250px;
  }
  .col-restaurant-list .restaurant-address {
    font-size: 12px;
    display: block;
  }
  .col-restaurant-list .restaurant-address:before {
    width: 50px;
    height: 5px;
    display: inline-block;
    content: "";
    background-color: #ffb718;
    margin-right: 5px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }

  .branch-img {
    background-color: #ffb718;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    font-size: 12px;
    padding: 1px 4px;
  }

  .branch-360 {
    background-color: #62dced;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    font-size: 12px;
    padding: 1px 4px;
  }
}
.media {
  padding-top: 30px;
  padding-bottom: 30px;
}
.media p.title {
  text-align: center;
}

.cnt-media {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-media .swiper-wrapper {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.swiper-media .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.swiper-media .swiper-slide img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.swiper-media .swiper-slide a {
  font-family: "Roboto", sans-serif;
  color: #232528;
  font-weight: 300;
  font-size: 14px;
  display: block;
  height: 100%;
}

.swiper-media {
  margin-top: 45px;
}
.swiper-media .swiper-slide {
  height: auto;
}

@media only screen and (min-width: 992px) {
  .swiper-media .swiper-slide {
    /*height: 280px;*/
    padding: 10px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 481px) {
  .swiper-media .swiper-slide {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .swiper-media .swiper-slide {
    padding: 10px;
  }
}
.page-certificates {
  background-color: #e3eaee;
}

.certificates {
  padding-top: 30px;
  padding-bottom: 60px;
}
.certificates p.title {
  text-align: center;
}

.swiper-certificates {
  position: relative;
  overflow: hidden;
}
.swiper-certificates .swiper-wrapper {
  padding-bottom: 45px;
}
.swiper-certificates .swiper-wrapper .swiper-slide a {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.swiper-certificates .swiper-wrapper .swiper-slide a img {
  max-width: 100%;
  margin-bottom: 10px;
}
.swiper-certificates .swiper-wrapper .swiper-slide a p {
  color: #232528;
  font-size: 14px;
}
.swiper-certificates .swiper-wrapper .swiper-slide a span {
  font-size: 12px;
  color: #232528;
  display: block;
  margin-top: 5px;
}
.swiper-certificates .swiper-wrapper .swiper-slide-next a {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cnt-certificates {
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .cnt-certificates {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.human-resources {
  padding-top: 30px;
  padding-bottom: 60px;
}
.human-resources p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.human-resources p.title {
  text-align: center;
  font-size: 18px;
}

.cnt-human-resources {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.cnt-human-resources input {
  padding: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border: 1px solid #232528;
}
.cnt-human-resources input::-webkit-input-placeholder {
  color: #232528;
}
.cnt-human-resources input::-moz-placeholder {
  color: #232528;
}
.cnt-human-resources input:-ms-input-placeholder {
  color: #232528;
}
.cnt-human-resources input::-ms-input-placeholder {
  color: #232528;
}
.cnt-human-resources input::placeholder {
  color: #232528;
}
.cnt-human-resources span {
  font-family: "Roboto", sans-serif;
}
.cnt-human-resources .select-selected {
  padding: 6px;
}
.cnt-human-resources input[type=file] {
  padding: 3px 5px;
}

@media only screen and (min-width: 991px) {
  .w50 {
    /*
    box-sizing: border-box;
    width: 48%;
    display: inline-block;
    &:nth-child(even) {
        margin-left: 3%;
    }
    */
  }
}
.div-submit-btn p, .div-submit-btn label {
  font-size: 14px;
  font-weight: 300;
}

.custom-select {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border: 1px solid #232528;
  margin-top: 15px;
  color: #232528;
}
.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: #ffffff;
  color: #232528;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #232528 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #232528;
  padding: 5px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 992px) {
  .input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .input-row input {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .input-row input:nth-child(2) {
    margin-left: 10px;
  }
  .input-row input:nth-child(1) {
    margin-right: 10px;
  }

  .inputfile-box, .div-submit-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .div-submit-btn {
    padding-left: 10px;
  }
  .div-submit-btn p {
    margin-left: 13px;
  }
  .div-submit-btn label {
    margin-left: 13px;
  }
}
.inputfile-box p, .div-submit-btn p {
  text-align: left;
}
.inputfile-box button, .div-submit-btn button {
  background-color: #ffb718;
  display: block;
  width: 97%;
  padding: 6px 7px;
  margin-left: 12px;
  margin-right: 12px;
}

.file-button {
  font-size: 14px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.filelabel {
  background-color: #232528;
  color: #ffffff;
  padding: 8px 9px;
  cursor: pointer;
  font-size: 0.9888rem;
  margin-right: 10px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .cnt-human-resources {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cnt-human-resources .input-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cnt-human-resources .input-row input {
    margin-top: 15px;
  }
  .cnt-human-resources .inputfile-box {
    margin-top: 15px;
  }
  .cnt-human-resources .inputfile-box label {
    margin-right: 0;
  }
  .cnt-human-resources .div-submit-btn {
    margin-top: 15px;
  }
  .cnt-human-resources .div-submit-btn button {
    margin-left: 0;
    width: 100%;
  }
}
.kvkk {
  padding-top: 30px;
  padding-bottom: 60px;
}
.kvkk p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.kvkk p.title {
  text-align: center;
  font-size: 18px;
}

.cnt-kvkk {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.cnt-kvkk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cnt-kvkk ul li {
  background-color: #ffb718;
  margin: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cnt-kvkk ul li a {
  display: block;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cnt-kvkk ul li a:hover {
  background-color: #232528;
  color: #ffffff;
}

@media only screen and (min-width: 992px) {
  .cnt-kvkk ul li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .cnt-kvkk ul li a {
    height: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .cnt-kvkk ul li {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .cnt-kvkk ul li a {
    height: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .cnt-kvkk ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .cnt-kvkk ul li a {
    height: 100px;
  }
}
body {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
}