@import url("./cdrstrap.css");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&family=Tilt+Neon&display=swap");
@font-face {
  font-family: "Amateur";
  src: url("fonts/Amateur.otf") format("otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SUBSCRIBER";
  src: url("fonts/subset-SUBSCRIBER-Regular.woff2") format("woff2"), url("fonts/subset-SUBSCRIBER-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "GilroyLight", sans-serif;
  transition: all 0.3s ease-in-out;
}
*:before {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}

.not-found-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.not-found-2 figure {
  width: 100%;
}
.not-found-2 figure img {
  float: left;
  width: 100%;
}
.not-found-2 figure img.web {
  display: block;
}
@media (max-width: 768px) {
  .not-found-2 figure img.web {
    display: none;
  }
}
.not-found-2 figure img.mobil {
  display: none;
}
@media (max-width: 768px) {
  .not-found-2 figure img.mobil {
    display: block;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(166, 29, 80, 0.75);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 2px;
  /* Handle on hover */
}
::-webkit-scrollbar-thumb:hover {
  background: #a61d50;
}

input.red-color::placeholder {
  color: red;
}

.mm-menu.mm-theme-dark {
  z-index: 9999;
}

.mm-menu.mm-offcanvas {
  z-index: 999 !important;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-prev:not(.mm-close) {
  background: #000000 !important;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-prev::before {
  border-color: #7a5609;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-close::before {
  border-color: #7a5609;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-close::after {
  border-color: #7a5609;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-close:not(.mm-prev) {
  background: transparent !important;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
  border: 2px solid #ffffff;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > .mm-close {
  border: 2px solid transparent;
}

#mm-blocker {
  z-index: 11;
}

.mm-clear:before, .mm-close:before {
  right: 2px !important;
}

@media (max-width: 1024px) {
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    color: #FAB317;
  }
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img.header-home-img {
    filter: invert(1);
    height: 25px;
  }
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img {
    height: 35px;
  }
  .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
    border-color: #FAB317;
  }
}
.web-none {
  display: none;
}
@media (max-width: 1024px) {
  .web-none {
    display: block;
  }
}

.mobil-none {
  display: block;
}
@media (max-width: 1024px) {
  .mobil-none {
    display: none;
  }
}

.sabit-randevu-al {
  position: fixed;
  right: -1px;
  top: calc(50% - 122px);
  padding: 15px 0;
  display: block;
  z-index: 9;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all cubic-bezier(0.42, 0, 0.17, 1.03) 0.6s;
  background-color: rgba(0, 0, 0, 0.97);
  width: 50px;
}
@media only screen and (max-width: 768px) {
  .sabit-randevu-al {
    display: none !important;
  }
}
.sabit-randevu-al a {
  text-decoration: none;
  color: #ffffff;
}
.sabit-randevu-al a img {
  height: 228px;
  width: auto;
}

.yuzenalan {
  display: none;
}
@media only screen and (max-width: 460px) {
  .yuzenalan {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 98px;
    width: 100%;
    background-image: url(../../images/user/site/yuzalan.png);
    z-index: 999;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .yuzenalan.en {
    background-image: url(../../images/user/site/yuzalan-en.png);
  }
  .yuzenalan .yuzalandiv {
    float: left;
    position: relative;
    height: 100px;
  }
}
@media only screen and (max-width: 375px) {
  .yuzenalan {
    height: 97px;
  }
}
@media only screen and (max-width: 360px) {
  .yuzenalan {
    height: 79px;
  }
}

.yuzenalan2 {
  display: none;
}
@media only screen and (max-width: 460px) {
  .yuzenalan2 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    height: 15px;
    z-index: 90;
  }
}
@media only screen and (max-width: 375px) {
  .yuzenalan2 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    height: 5px;
    z-index: 90;
  }
}

.mr-low {
  margin-right: -25px !important;
}

.flex-direction-column {
  flex-direction: column !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { /* margin: 0; */
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

:focus {
  outline: 0;
}

body {
  color: black;
  background-color: white;
  background-image: url("../../images/site/body-bg.png");
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  header {
    height: 130px;
  }
}
@media (max-width: 500px) {
  header {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
header .top {
  width: 100%;
  background: #0d4b9f;
}
header .top .top-nav {
  width: 100%;
  min-height: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
@media (max-width: 1024px) {
  header .top .top-nav {
    display: none;
  }
}
header .top .top-nav .top-mail {
  width: 33.3%;
  display: flex;
  justify-content: start;
  gap: 10px;
}
header .top .top-nav .top-mail .mail {
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 13px;
}
header .top .top-nav .top-mail .mail img {
  height: 18px;
}
header .top .top-nav .top-mail .mail span {
  font-size: 13px;
  line-height: 16px;
}
header .top .top-nav .top-sosyal {
  display: flex;
  justify-content: center;
  gap: 10px;
}
header .top .top-nav .top-sosyal a {
  padding: 0;
  margin: 0;
  max-height: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
}
header .top .top-nav .top-sosyal a img {
  height: 20px;
}
header .top .top-nav .top-sosyal a span {
  font-size: 13px;
  margin: 0;
  padding: 0 0 0 10px;
  color: #ffffff;
}
header .bottom {
  width: 100%;
}
header .bottom nav {
  height: 70px;
  background-image: url("../../images/user/site/header-bg.png");
  background-size: 100% 70px;
}
header .bottom nav .max-width-cdr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  height: 100%;
}
@media (max-width: 500px) {
  header .bottom nav .max-width-cdr {
    gap: unset;
  }
}
header .bottom nav .max-width-cdr a.logo {
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  header .bottom nav .max-width-cdr a.logo {
    height: 80px;
    width: 100%;
    max-height: 80px;
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  header .bottom nav .max-width-cdr a.logo {
    height: 40px;
    width: auto;
    max-height: 80px;
    max-width: unset;
  }
}
@media (max-width: 400px) {
  header .bottom nav .max-width-cdr a.logo {
    height: 35px;
  }
}
header .bottom nav .max-width-cdr a.logo img.logo {
  width: auto;
  max-height: 70px;
  padding: 10px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  header .bottom nav .max-width-cdr a.logo img.logo {
    width: auto;
    padding: 0;
  }
}
header .bottom nav .max-width-cdr .right {
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(100% - 200px);
  gap: 30px;
}
header .bottom nav .max-width-cdr .right ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 35px;
  width: 100%;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width-cdr .right ul {
    display: none;
  }
}
header .bottom nav .max-width-cdr .right ul li {
  color: rgba(0, 0, 0, 0.97);
  font-weight: 600;
  position: relative;
  line-height: 62px;
}
header .bottom nav .max-width-cdr .right ul li.social-link {
  padding: 0;
}
header .bottom nav .max-width-cdr .right ul li.social-link a.header-wp {
  background-color: #17a92f;
  padding: 5px;
  border-radius: 5px;
}
header .bottom nav .max-width-cdr .right ul li.social-link a img {
  border-radius: 50%;
  padding: 1px;
}
header .bottom nav .max-width-cdr .right ul li.main-li:hover > a:before {
  width: calc(50% + 10px);
  height: 2px;
}
header .bottom nav .max-width-cdr .right ul li.main-li:hover > a:after {
  width: calc(50% + 10px);
}
header .bottom nav .max-width-cdr .right ul li:hover a {
  color: #FAB317;
  text-decoration: none !important;
}
header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu {
  opacity: 1;
  visibility: visible;
  width: fit-content;
  overflow: unset;
  animation: alt-menu-onhover 0.5s ease-in-out;
  top: 60px;
  border-radius: 5px;
}
header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu:before {
  top: -20px;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #1d2547;
  border-width: 10px;
}
header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu li {
  padding: 0 7px;
}
header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu li img {
  width: 23px;
  height: 23px;
  opacity: 1;
  visibility: visible;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul {
  margin-top: 0px;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu {
  padding: 0 5px;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu li {
  padding: 0;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu li a {
  padding: 0;
}
header .bottom nav .max-width-cdr .right ul li a {
  color: rgba(0, 0, 0, 0.97);
  font-size: 18px;
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width-cdr .right ul li a:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  height: 1px;
  bottom: 12px;
  background-color: #FAB317;
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .bottom nav .max-width-cdr .right ul li a:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 0%;
  height: 2px;
  background-color: #FAB317;
  bottom: 12px;
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .bottom nav .max-width-cdr .right ul li a.rezervasyon {
  width: 170px;
  height: 62px;
  background-image: url("../../images/user/site/rezervasyon-menu-bg.svg");
  margin-right: -38px;
  color: #FAB317;
  margin-left: 10px;
}
header .bottom nav .max-width-cdr .right ul li a.rezervasyon:before {
  position: unset;
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width-cdr .right ul li a.rezervasyon:after {
  position: unset;
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu {
  animation: alt-menu-outhover 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #EAEAEA;
  top: 25px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  z-index: 3;
  width: 0;
  min-width: 0;
  overflow: hidden;
  gap: 0;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li {
  max-width: 250px;
  min-width: 250px;
  width: 100%;
  min-height: 32px;
  height: max-content;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.97);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #f5f5f5;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li:nth-last-child(1) {
  border-bottom: none;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li:hover {
  background-color: #FAB317;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li a {
  color: rgba(0, 0, 0, 0.97);
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 15px;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width-cdr .right a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.97);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
header .bottom nav .max-width-cdr .right a.lang-link img {
  margin: 0;
  width: 26px;
  height: 26px;
}
header .bottom nav .max-width-cdr .right a.lang-link span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.97);
  font-weight: 600;
}
header .bottom nav .max-width-cdr #close {
  display: none;
  padding: 9px 12px;
  margin: 21px 20px;
  color: #ffffff;
  right: 0;
  font-size: 24px;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width-cdr #close {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1280px) {
  header .bottom nav .max-width-cdr #close {
    display: block !important;
    color: rgba(0, 0, 0, 0.97);
  }
  header .bottom nav .max-width-cdr #close i {
    font-size: 22px;
    background: rgba(0, 0, 0, 0.97);
    color: #ffffff;
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width-cdr #close i {
    font-size: 26px;
  }
}

.owl-carousel {
  position: relative;
}
.owl-carousel .item img.web-slider {
  display: block !important;
}
.owl-carousel .item img.mobil-slider {
  display: none !important;
}
@media (max-width: 768px) {
  .owl-carousel .item img.web-slider {
    display: none !important;
  }
  .owl-carousel .item img.mobil-slider {
    display: block !important;
  }
}
.owl-carousel .text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
}
@media (max-width: 1366px) {
  .owl-carousel .text {
    padding-top: 25px;
  }
}
@media (max-width: 1024px) {
  .owl-carousel .text {
    padding-top: 0;
    padding-bottom: 50px;
    justify-content: end;
  }
}
@media (max-width: 768px) {
  .owl-carousel .text {
    padding-bottom: 0;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .owl-carousel .text {
    padding-bottom: 75px;
    justify-content: end;
  }
}
@media (max-width: 450px) {
  .owl-carousel .text {
    padding-bottom: 35px;
  }
}
@media (max-width: 400px) {
  .owl-carousel .text {
    padding-bottom: 70px;
  }
}
@media (max-width: 350px) {
  .owl-carousel .text {
    padding-bottom: 50px;
  }
}
.owl-carousel .text h1 {
  font-family: "Amateur", sans-serif;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
@media (max-width: 350px) {
  .owl-carousel .text h1 {
    font-size: 24px;
  }
}
.owl-carousel .text h1 span {
  font-family: "Lobster", sans-serif;
  color: #f8b317;
  font-size: 70px;
}
@media (max-width: 1440px) {
  .owl-carousel .text h1 span {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .owl-carousel .text h1 span {
    font-size: 44px;
  }
}
@media (max-width: 350px) {
  .owl-carousel .text h1 span {
    font-size: 36px;
  }
}
.owl-carousel .text p {
  max-width: 70%;
  font-family: "Amateur", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 2px;
}
@media (max-width: 1440px) {
  .owl-carousel .text p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .owl-carousel .text p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .owl-carousel .text p {
    font-size: 16px;
    max-width: 85%;
    font-weight: normal;
  }
}
@media (max-width: 450px) {
  .owl-carousel .text p {
    font-size: 14px;
    max-width: 85%;
    font-weight: normal;
  }
}
@media (max-width: 400px) {
  .owl-carousel .text p {
    display: none;
  }
}

body.scrolled header {
  top: -39px;
}

.main-space {
  margin-top: 55px !important;
  margin-bottom: 65px !important;
}
@media (max-width: 500px) {
  .main-space {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.max-width {
  max-width: 1440px !important;
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (max-width: 500px) {
  .max-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.content-space {
  padding: 55px 0 65px 0;
}
@media (max-width: 1024px) {
  .content-space {
    padding: 50px 20px 50px;
  }
}
@media (max-width: 500px) {
  .content-space {
    padding: 45px 20px 55px;
  }
}
@media (max-width: 400px) {
  .content-space {
    padding: 45px 10px 55px;
  }
}

.content-space-top {
  padding-top: 55px;
}
@media (max-width: 1024px) {
  .content-space-top {
    padding-top: 50px;
  }
}
@media (max-width: 500px) {
  .content-space-top {
    padding-top: 45px;
  }
}

.content-space-bottom {
  padding-bottom: 65px;
}
@media (max-width: 1024px) {
  .content-space-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .content-space-bottom {
    padding-bottom: 55px;
  }
}

.rl-no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tb-no-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@keyframes alt-menu-onhover {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes alt-menu-outhover {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.mobil-yuzen-alan {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

@media (max-width: 425px) {
  .mobil-yuzen-alan {
    height: 82px !important;
  }
}
@media (max-width: 375px) {
  .mobil-yuzen-alan {
    height: 72px !important;
  }
}
@media (max-width: 320px) {
  .mobil-yuzen-alan {
    height: 62px !important;
  }
}
@media (max-width: 500px) {
  header nav .max-width-cdr {
    justify-content: center;
  }
  .mobil-yuzen-alan {
    opacity: 1;
    visibility: visible;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    z-index: 1000;
  }
  .mobil-yuzen-alan a {
    height: 90px;
    width: calc((100% - 40px) / 3);
  }
}
.sabitheader {
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.sabitheader .max-width {
  border-bottom: 1px solid rgba(0, 0, 0, 0.97);
}
.sabitheader .bottom nav {
  background-color: #ffffff;
}

.sidemenu {
  max-width: calc((100% - 40px) / 4);
  width: 100%;
  border: 1px solid rgba(112, 112, 112, 0.2);
  padding: 15px 5px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 7px;
}
@media (max-width: 1024px) {
  .sidemenu {
    padding: 10px 5px;
  }
}
@media (max-width: 768px) {
  .sidemenu {
    display: none;
  }
}
@media (max-width: 500px) {
  .sidemenu {
    display: none;
  }
}
.sidemenu li {
  background-image: none !important;
  width: 100%;
  font-family: "Lobster", sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  z-index: 0;
  padding-left: 0 !important;
}
.sidemenu li a {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #7a5609;
  font-family: "Lobster", sans-serif;
  z-index: 1;
  margin-bottom: 0 !important;
}
.sidemenu li i {
  padding-right: 35px;
  color: #7a5609;
}
@media (max-width: 1024px) {
  .sidemenu li i {
    padding-right: 10px;
  }
}
.sidemenu li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background-color: #FFF2D5;
}
.sidemenu li:hover i {
  padding-right: 10px;
  color: #7a5609;
}
.sidemenu li:hover:before {
  width: 100%;
}
.sidemenu li.active i {
  padding-right: 10px;
  color: #7a5609;
}
.sidemenu li.active:before {
  width: 100%;
}

.detayli-bilgi {
  border: 1px solid #7a5609;
  border-radius: 28px;
  color: #7a5609;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 18px;
}
.detayli-bilgi:hover {
  background-color: #7a5609;
  color: #fff;
}

footer {
  background-color: rgba(0, 0, 0, 0.97);
  padding: 40px 0 50px 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}
footer .max-width .bolumler {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  footer .max-width .bolumler {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  footer .max-width .bolumler {
    gap: 50px;
  }
}
footer .max-width .bolumler .bolum {
  max-width: calc((100% - 150px) / 4);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  footer .max-width .bolumler .bolum {
    max-width: calc((100% - 90px) / 4);
  }
}
@media (max-width: 768px) {
  footer .max-width .bolumler .bolum {
    max-width: calc((100% - 100px) / 2);
  }
}
@media (max-width: 500px) {
  footer .max-width .bolumler .bolum {
    max-width: 100%;
  }
  footer .max-width .bolumler .bolum.footer-logo-bolum {
    align-items: center;
  }
  footer .max-width .bolumler .bolum.footer-logo-bolum figure {
    margin-bottom: 20px;
  }
  footer .max-width .bolumler .bolum.footer-logo-bolum p {
    text-align: center;
  }
  footer .max-width .bolumler .bolum.hizli-menu a i {
    background-color: unset;
  }
}
footer .max-width .bolumler .bolum h2 {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  position: relative;
  margin-bottom: 15px;
}
footer .max-width .bolumler .bolum h2:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 1px;
  background-color: #fff;
}
footer .max-width .bolumler .bolum figure.footer-logo {
  width: 80%;
}
footer .max-width .bolumler .bolum figure.footer-logo img {
  width: 100%;
  float: left;
}
footer .max-width .bolumler .bolum a {
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
footer .max-width .bolumler .bolum a i {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
footer .max-width .bolumler .bolum.sosyal {
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 768px) {
  footer .max-width .bolumler .bolum.sosyal {
    justify-content: start;
  }
}
@media (max-width: 500px) {
  footer .max-width .bolumler .bolum.sosyal {
    justify-content: center;
  }
}
footer .max-width .copyright {
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
  padding-top: 20px;
}
@media (max-width: 500px) {
  footer .max-width .copyright {
    margin-top: 10px;
    justify-content: center;
  }
}
footer .max-width .copyright:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 60%;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 500px) {
  footer .max-width .copyright p {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}
footer .max-width .copyright a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
footer .max-width .copyright a p {
  font-family: "Azonix", sans-serif;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 500px) {
  footer .max-width .copyright a p {
    margin-bottom: 0;
  }
}
footer .max-width .copyright a b {
  font-family: "GilroyThin", sans-serif;
  color: #fff;
  font-size: 22px;
}

.banner {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  margin-top: -160px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .banner {
    margin-top: unset;
  }
}
@media (max-width: 768px) {
  .banner {
    margin-top: -200px;
  }
}
@media (max-width: 500px) {
  .banner {
    margin-top: unset;
  }
}
@media (max-width: 768px) {
  .banner {
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1440px) {
  .banner.max-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.banner .item {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 768px) {
  .banner .item {
    max-width: 100%;
  }
}
.banner .saat-etkinlik {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0;
  flex-wrap: wrap;
  position: relative;
}
.banner .saat-etkinlik img.acilis-saati {
  width: 100%;
}
.banner .saat-etkinlik img.etkinlik-resim {
  max-width: 50%;
  width: 100%;
}
.banner .saat-etkinlik img.etkinlik-bilgi {
  max-width: 50%;
  width: 100%;
}
.banner .saat-etkinlik .etkinlik-adi {
  position: absolute;
  max-width: 50%;
  width: 100%;
  padding: 20px;
  bottom: 0;
  right: 0;
  text-align: center;
  font-family: "Amateur", sans-serif;
  font-size: 18px;
  max-height: 25%;
  height: 100%;
  line-height: 26px;
  font-weight: bold;
}
.banner .gunun-menusu img.menu {
  width: 100%;
}
.banner .gunun-menusu img.active {
  filter: grayscale(0);
}
.banner .gunun-menusu img.deactive {
  filter: grayscale(1);
}

.hakkimizda {
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../../images/user/site/hakkimizda-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 500px) {
  .hakkimizda {
    padding: 45px 0;
  }
}
.hakkimizda .ust {
  width: 100%;
  padding: 0 50px;
  min-height: 400px;
  max-height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}
@media (max-width: 500px) {
  .hakkimizda .ust {
    flex-direction: column-reverse;
    max-height: unset;
    padding: 0 15px;
  }
}
.hakkimizda .ust img {
  width: 375px;
}
@media (max-width: 500px) {
  .hakkimizda .ust img {
    width: 100%;
  }
}
.hakkimizda .ust h2 {
  max-width: calc(100% - 425px);
  color: #7a5609;
  text-align: center;
}
@media (max-width: 1024px) {
  .hakkimizda .ust h2 {
    max-width: 100%;
  }
}
.hakkimizda .ust h2.slogan {
  font-family: "SUBSCRIBER", sans-serif;
  font-size: 100px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .hakkimizda .ust h2.slogan {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .hakkimizda .ust h2.slogan {
    font-size: 65px;
  }
}
@media (max-width: 500px) {
  .hakkimizda .ust h2.slogan {
    font-size: 56px;
  }
}
@media (max-width: 375px) {
  .hakkimizda .ust h2.slogan {
    font-size: 50px;
  }
}
.hakkimizda .ust h2.slogan span {
  font-family: "SUBSCRIBER", sans-serif;
  font-size: 100px;
  font-weight: normal;
  color: #000000;
}
@media (max-width: 1024px) {
  .hakkimizda .ust h2.slogan span {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .hakkimizda .ust h2.slogan span {
    font-size: 65px;
  }
}
@media (max-width: 500px) {
  .hakkimizda .ust h2.slogan span {
    font-size: 56px;
  }
}
@media (max-width: 375px) {
  .hakkimizda .ust h2.slogan span {
    font-size: 50px;
  }
}
.hakkimizda .alt {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1024px) {
  .hakkimizda .alt {
    justify-content: center;
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .hakkimizda .alt {
    gap: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .hakkimizda .alt {
    flex-direction: column;
    justify-content: start;
    padding: 0 15px;
  }
}
.hakkimizda .alt .text {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .hakkimizda .alt .text {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .hakkimizda .alt .text {
    max-width: 100%;
  }
}
.hakkimizda .alt .text p {
  font-size: 18px;
  font-family: "Amateur", sans-serif;
  padding-right: 150px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .hakkimizda .alt .text p {
    padding-right: unset;
  }
}
.hakkimizda .alt .text .alt-slogan {
  font-family: "Dancing Script", cursive;
  font-size: 22px;
  font-weight: 600;
}
.hakkimizda .alt .text .line {
  width: 150px;
  min-height: 2px;
  max-height: 2px;
  background-color: #7B5709;
}
@media (max-width: 768px) {
  .hakkimizda .alt figure {
    max-width: calc((100% - 25px) / 2);
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  .hakkimizda .alt figure {
    max-width: 100%;
  }
}
.hakkimizda .alt figure img {
  float: right;
}
@media (max-width: 768px) {
  .hakkimizda .alt figure img {
    object-position: center;
  }
}

.hizmetlerimiz {
  background-image: url("../../images/user/site/hizmetlerimiz-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .hizmetlerimiz {
    background-size: auto 100%;
  }
}
.hizmetlerimiz .max-width {
  padding: 0 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  height: 100%;
}
@media (max-width: 500px) {
  .hizmetlerimiz .max-width {
    min-height: 0;
    padding: 0;
    gap: 15px;
  }
}
.hizmetlerimiz .max-width h2 {
  font-family: "Lobster", sans-serif;
  font-size: 65px;
  line-height: 75px;
  color: #FAB317;
  text-align: center;
}
@media (max-width: 500px) {
  .hizmetlerimiz .max-width h2 {
    line-height: 52px;
  }
}
@media (max-width: 370px) {
  .hizmetlerimiz .max-width h2 {
    font-size: 50px;
    line-height: 52px;
  }
}
.hizmetlerimiz .max-width p {
  font-family: "Amateur", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
}
@media (max-width: 500px) {
  .hizmetlerimiz .max-width p {
    font-size: 16px;
  }
}
.hizmetlerimiz .max-width .hizmet-btns {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
}
.hizmetlerimiz .max-width .hizmet-btns .hizmet-btn {
  max-width: calc((100% - 30px) / 4);
  width: 100%;
  min-height: 76px;
  padding: 15px 22px;
  background-color: black;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .hizmetlerimiz .max-width .hizmet-btns .hizmet-btn {
    max-width: calc((100% - 20px) / 3);
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .hizmetlerimiz .max-width .hizmet-btns .hizmet-btn {
    max-width: calc((100% - 10px) / 2);
    justify-content: center;
    flex-direction: column;
  }
}
.hizmetlerimiz .max-width .hizmet-btns .hizmet-btn img {
  height: 42px;
  width: auto;
}
.hizmetlerimiz .max-width .hizmet-btns .hizmet-btn h3 {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: unset;
  font-family: "Amateur", sans-serif;
  color: #FAB317;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 500px) {
  .hizmetlerimiz .max-width .hizmet-btns .hizmet-btn h3 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 370px) {
  .hizmetlerimiz .max-width .hizmet-btns .hizmet-btn h3 {
    font-size: 14px;
    line-height: 22px;
    min-height: 44px;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

.menu-liste {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 55px;
  width: 100%;
}
.menu-liste.ic-sayfa h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: normal;
  color: #FAB317;
  text-align: center;
}
.menu-liste.ic-sayfa .menu-list .menu {
  margin-bottom: 20px;
}
.menu-liste.ic-sayfa .menu-list .menu h3 {
  text-align: start;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 22px;
  color: #000;
}
@media (max-width: 500px) {
  .menu-liste.ic-sayfa .menu-list .menu h3 {
    text-align: center;
    font-size: 20px;
  }
}
.menu-liste h2 {
  font-family: "Lobster", sans-serif;
  font-size: 65px;
  line-height: 75px;
  font-weight: normal;
  color: #FAB317;
  text-align: center;
}
.menu-liste p {
  font-family: "Amateur", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
}
.menu-liste h3, .menu-liste h4 {
  font-family: "Amateur", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: bolder;
  color: #000000;
  text-align: center;
}
@media (max-width: 400px) {
  .menu-liste h3, .menu-liste h4 {
    width: 100%;
    padding-top: 20px;
    position: relative;
  }
  .menu-liste h3:before, .menu-liste h4:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #7a5609;
  }
}
.menu-liste .orta-cizgi {
  margin-top: 35px;
  height: 80px;
  width: 2px;
  background-color: #7B5709;
}
@media (max-width: 500px) {
  .menu-liste .orta-cizgi {
    height: 80px;
    width: 2px;
  }
}
.menu-liste .menu-list {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .menu-liste .menu-list {
    justify-content: center;
    gap: 20px;
  }
}
.menu-liste .menu-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #7a5609;
  max-width: 2px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .menu-liste .menu-list:before {
    background-color: unset;
    max-width: 0;
    height: 0;
  }
}
@media (max-width: 500px) {
  .menu-liste .menu-list:before {
    background-color: #7a5609;
    max-width: 2px;
    height: 100%;
  }
}
@media (max-width: 400px) {
  .menu-liste .menu-list:before {
    background-color: unset;
    max-width: 0;
    height: 0;
  }
}
.menu-liste .menu-list.yemek .menu {
  background-image: url("../../images/user/site/menu-bg-yemek.png");
}
@media (max-width: 500px) {
  .menu-liste .menu-list.yemek .menu {
    background-image: none;
  }
}
.menu-liste .menu-list.icecek .menu {
  background-image: url("../../images/user/site/menu-bg-icecek.png");
}
@media (max-width: 500px) {
  .menu-liste .menu-list.icecek .menu {
    background-image: none;
  }
}
.menu-liste .menu-list.tatli .menu {
  background-image: url("../../images/user/site/menu-bg-tatli.png");
}
@media (max-width: 500px) {
  .menu-liste .menu-list.tatli .menu {
    background-image: none;
  }
}
.menu-liste .menu-list .menu {
  max-width: calc((100% - 40px) / 2);
  background-image: url("../../images/user/site/menu-bg-yemek.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  background-size: 175px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .menu-liste .menu-list .menu {
    max-width: 70%;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .menu-liste .menu-list .menu {
    max-width: 85%;
    gap: 40px;
  }
}
@media (max-width: 500px) {
  .menu-liste .menu-list .menu {
    max-width: calc((100% - 20px) / 2);
    flex-direction: column;
    gap: 20px;
    background-image: none;
    justify-content: start;
  }
}
@media (max-width: 400px) {
  .menu-liste .menu-list .menu {
    max-width: 100%;
  }
}
.menu-liste .menu-list .menu:hover {
  background-size: 125% 125px;
}
.menu-liste .menu-list .menu:hover figure.menu-resim img {
  transform: scale(1.1);
  height: 125px;
}
.menu-liste .menu-list .menu:hover .fiyat .eski {
  color: #ffffff;
}
.menu-liste .menu-list .menu:hover .fiyat .indirimli {
  color: #000000;
}
.menu-liste .menu-list .menu figure.menu-resim {
  min-height: 125px;
  max-height: 125px;
  min-width: 125px;
  max-width: 125px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
}
.menu-liste .menu-list .menu figure.menu-resim img {
  height: 125px;
}
.menu-liste .menu-list .menu .text {
  width: calc(100% - 270px);
  padding: 0 20px;
  font-family: "Amateur", sans-serif;
}
@media (max-width: 500px) {
  .menu-liste .menu-list .menu .text {
    width: 100%;
    padding: 0;
  }
}
.menu-liste .menu-list .menu .text h4 {
  text-align: start;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .menu-liste .menu-list .menu .text h4 {
    text-align: center;
  }
}
.menu-liste .menu-list .menu .text p {
  text-align: start;
}
@media (max-width: 500px) {
  .menu-liste .menu-list .menu .text p {
    text-align: center;
  }
}
.menu-liste .menu-list .menu .fiyat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  font-family: "Lobster", sans-serif;
  min-width: 130px;
  max-width: 130px;
}
.menu-liste .menu-list .menu .fiyat .eski {
  color: #bab5ab;
  font-size: 20px;
  line-height: 28px;
  text-decoration: line-through;
}
.menu-liste .menu-list .menu .fiyat .indirimli {
  color: #f8b217;
  font-size: 30px;
  line-height: 38px;
}
.menu-liste .detayli-bilgi {
  padding-left: 50px;
  padding-right: 50px;
  color: #f6b117;
  border-color: #f6b117;
}
.menu-liste .detayli-bilgi:hover {
  background-color: #f6b117;
  color: #000000;
}

.gorseller {
  background-image: url("../../images/user/slider/slider-bg.jpg");
  background-repeat: no-repeat;
  background-color: #7a5609;
  mix-blend-mode: multiply;
  background-size: 100%;
}
.gorseller .max-width figure {
  width: 100%;
}
.gorseller .max-width figure img {
  width: 100%;
  height: auto;
}
.gorseller .max-width .owl-ana-galeri {
  position: relative;
}
.gorseller .max-width .owl-ana-galeri .item {
  max-height: 220px;
  height: 220px;
  overflow: hidden !important;
}
.gorseller .max-width .owl-ana-galeri .item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gorseller .max-width .owl-ana-galeri .owl-nav {
  width: 100%;
  position: absolute;
  top: calc((100% - 18px) / 2);
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 18px;
  margin-top: 0;
}
.gorseller .max-width .owl-ana-galeri .owl-nav button {
  background-color: #ffffff;
  padding: 0 7px !important;
}
.gorseller .max-width .owl-ana-galeri .owl-nav button span {
  color: #7a5609;
}
.gorseller .owl-main {
  min-height: 500px;
}

.bloglar {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 35px;
  font-family: "Montserrat Alternates", sans-serif;
}
.bloglar .orta-cizgi {
  height: 80px;
  width: 2px;
  background-color: #7B5709;
  margin-top: 0;
}
@media (max-width: 500px) {
  .bloglar .orta-cizgi {
    height: 0;
    width: 0;
    display: none;
  }
}
.bloglar h2 {
  font-family: "Lobster", sans-serif;
  font-size: 65px;
  line-height: 75px;
  font-weight: normal;
  color: #FAB317;
  text-align: center;
}
@media (max-width: 500px) {
  .bloglar h2 {
    font-size: 56px;
    line-height: 66px;
  }
}
.bloglar p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.blogs {
  font-family: "Montserrat Alternates", sans-serif;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
@media (max-width: 768px) {
  .blogs {
    flex-wrap: wrap;
  }
}
.blogs .blog {
  max-width: calc((100% - 20px) / 3);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border: 2px solid rgba(123, 87, 9, 0.65);
}
@media (max-width: 1024px) {
  .blogs .blog {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .blogs .blog {
    max-width: calc((100% - 10px) / 2);
  }
  .blogs .blog:last-child {
    display: none;
  }
}
@media (max-width: 500px) {
  .blogs .blog {
    max-width: 100%;
  }
  .blogs .blog:last-child {
    display: flex;
  }
}
.blogs .blog figure {
  max-width: 100% !important;
  width: 100%;
  overflow: hidden;
}
.blogs .blog figure img {
  float: left;
  width: 100%;
  object-fit: cover;
}
.blogs .blog .baslik {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  color: #7B5709;
  text-align: center;
}
.blogs .blog p {
  font-size: 18px;
  line-height: 26px;
  color: #7B5709;
}

.breadcrumb {
  background-image: url("../../images/user/site/breadcrumb-bg.jpg");
  height: 280px;
  width: 100%;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .breadcrumb {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .breadcrumb {
    height: 200px;
  }
}
.breadcrumb .max-width {
  height: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: end;
  font-family: "Amateur", sans-serif;
}
@media (max-width: 768px) {
  .breadcrumb .max-width {
    padding: 35px;
  }
}
@media (max-width: 500px) {
  .breadcrumb .max-width {
    flex-wrap: wrap;
    padding: 25px;
  }
}
.breadcrumb .max-width a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  font-family: "Amateur", sans-serif;
}
@media (max-width: 500px) {
  .breadcrumb .max-width a {
    font-size: 14px;
  }
}
.breadcrumb .max-width a.current {
  font-weight: bolder;
  color: #ffffff;
}
.breadcrumb .max-width i {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.normal-sayfa {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 65px;
}
.normal-sayfa .max-width {
  display: flex;
  justify-self: start;
  align-items: start;
  gap: 40px;
  width: 100%;
}
.normal-sayfa .max-width .text {
  width: 100%;
}
.normal-sayfa .max-width.iletisim {
  flex-direction: column;
}
.normal-sayfa .max-width.iletisim.menuler {
  gap: 20px;
}
.normal-sayfa .max-width.galeri {
  flex-direction: column;
}
.normal-sayfa .baslik {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .normal-sayfa .baslik {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .baslik {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.normal-sayfa .baslik:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(-50%);
  background-color: #7a5609;
  height: 2px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 500px) {
  .normal-sayfa .baslik:before {
    height: 1px;
  }
}
.normal-sayfa h1 {
  font-family: "Lobster", sans-serif;
  font-size: 65px;
  line-height: 65px;
  color: #FAB317;
  width: max-content;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .normal-sayfa h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa h1 {
    font-size: 34px;
    line-height: 34px;
  }
}
.normal-sayfa h2 {
  font-size: 38px;
  line-height: 48px;
  color: #FAB317;
  margin-bottom: 7px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .normal-sayfa h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.normal-sayfa h3 {
  font-size: 34px;
  line-height: 44px;
  color: #FAB317;
  margin-bottom: 7px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .normal-sayfa h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.normal-sayfa h4 {
  font-size: 30px;
  line-height: 40px;
  color: #FAB317;
  margin-bottom: 7px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .normal-sayfa h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.normal-sayfa a {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #7a5609;
  font-family: "Amateur", sans-serif;
}
@media (max-width: 500px) {
  .normal-sayfa a {
    font-size: 16px;
    line-height: 24px;
  }
}
.normal-sayfa figure.vitrin-resim {
  float: right;
  width: 30%;
  padding: 4px;
  border: 2px solid rgba(122, 86, 9, 0.4);
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .normal-sayfa figure.vitrin-resim {
    width: 100%;
  }
}
.normal-sayfa figure.vitrin-resim:hover img {
  transform: scale(1.06);
}
.normal-sayfa figure.vitrin-resim img {
  width: 100%;
  float: left;
}
.normal-sayfa p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: "Amateur", sans-serif;
}
@media (max-width: 500px) {
  .normal-sayfa p {
    font-size: 16px;
    line-height: 24px;
  }
}
.normal-sayfa label {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: "Amateur", sans-serif;
}
@media (max-width: 500px) {
  .normal-sayfa label {
    font-size: 16px;
    line-height: 24px;
  }
}
.normal-sayfa ul li {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  background-image: url("../../images/user/site/li-bg.jpg");
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto 12px;
  padding-left: 24px;
  font-family: "Amateur", sans-serif;
}
@media (max-width: 500px) {
  .normal-sayfa ul li {
    font-size: 16px;
    line-height: 24px;
    background-position: 0 6px;
  }
}

.iletisim .iletisim-box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 25px;
  background-color: #faf2e3;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .iletisim .iletisim-box {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .iletisim .iletisim-box {
    max-width: 100%;
    padding: 15px;
  }
}
@media (max-width: 500px) {
  .iletisim .iletisim-box {
    flex-direction: column;
    gap: 20px;
  }
}
.iletisim .iletisim-box .item {
  max-width: calc((100% - 20px) / 3);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 500px) {
  .iletisim .iletisim-box .item {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
}
.iletisim .iletisim-box .item i {
  min-width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7a5609;
  border-radius: 50%;
  font-size: 30px;
  color: #faf2e3;
}
@media (max-width: 768px) and (min-width: 500px) {
  .iletisim .iletisim-box .item i {
    min-width: 40px;
    min-height: 40px;
    font-size: 20px;
  }
}
.iletisim .iletisim-box .item .bilgi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.iletisim .iletisim-box .item .bilgi p {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .iletisim .iletisim-box .item .bilgi p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }
}
.iletisim .iletisim-box .item .bilgi a {
  color: #000;
  font-weight: normal;
}
@media (max-width: 500px) {
  .iletisim .iletisim-box .item .bilgi a {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }
}
.iletisim .iletisim-box .item:hover i {
  transform: rotate(360deg);
}
.iletisim h2.bize-ulasin {
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .iletisim h2.bize-ulasin {
    margin-bottom: 0;
  }
}

form input {
  border: none;
  background-color: #faf2e3;
  font-size: 18px;
  line-height: 18px;
  padding: 15px;
  color: #7a5609;
  width: 100%;
  border-radius: 10px;
}
form input[type=submit] {
  background-color: #7a5609;
  color: #faf2e3;
}
form textarea {
  border: none;
  background-color: #faf2e3;
  font-size: 18px;
  line-height: 26px;
  padding: 15px;
  color: #7a5609;
  width: 100%;
  border-radius: 10px;
}

.iletisim-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  max-width: 80%;
  margin: 0 auto;
  gap: 10px;
}
@media (max-width: 768px) {
  .iletisim-form {
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  .iletisim-form {
    max-width: 100%;
  }
}
.iletisim-form input {
  max-width: calc((100% - 10px) / 2);
}
@media (max-width: 500px) {
  .iletisim-form input {
    max-width: 100%;
  }
}
.iletisim-form input[type=submit] {
  max-width: 100%;
}

.kvkk-check {
  float: left;
  max-width: 100%;
  width: 100%;
}
.kvkk-check input {
  max-width: unset;
  width: unset;
  padding-right: 10px;
}

.galeri {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: stretch;
  gap: 25px;
  width: 100%;
  margin-top: 25px;
}
.galeri .galeri-figure {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  overflow: hidden;
  max-height: 250px;
  min-height: 250px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(122, 86, 9, 0.3);
  cursor: pointer;
}
@media (max-width: 768px) {
  .galeri .galeri-figure {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .galeri .galeri-figure {
    max-width: 100%;
  }
}
.galeri .galeri-figure:hover img {
  transform: scale(1.06);
}
.galeri .galeri-figure img {
  height: 100%;
  max-height: 250px;
  float: left;
  padding: 3px;
}

.etkinlikler {
  width: 100%;
}
.etkinlikler figure {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.etkinlikler figure img {
  width: 100%;
  float: left;
}

.videolar {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
}
.videolar .video {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  text-decoration: none;
  background-color: #FCF5E5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 15px 0 15px;
}
@media (max-width: 1024px) {
  .videolar .video {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .videolar .video {
    max-width: 100%;
  }
}
.videolar .video figure {
  float: left;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.videolar .video figure img {
  float: left;
  width: 100%;
}
.videolar .video figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../../images/user/site/play-icon.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.videolar .video h2 {
  font-size: 18px;
  line-height: 22px;
  padding: 15px 0;
  min-height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.tab-menu {
  font-family: "Lobster", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  gap: 20px;
  row-gap: 10px;
  width: 100%;
}
@media (max-width: 500px) {
  .tab-menu {
    align-items: stretch;
    gap: 10px;
  }
}
.tab-menu .tab {
  max-width: calc((100% - 60px) / 4);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DFB965;
  text-align: center;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 18px;
  color: #6c4c05;
  padding: 10px 15px;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .tab-menu .tab {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 500px) {
  .tab-menu .tab {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 400px) {
  .tab-menu .tab {
    max-width: 100%;
  }
}
.tab-menu .tab:hover {
  background-color: #6c4c05;
  color: #DFB965;
}
.tab-menu .tab.active {
  background-color: #6c4c05;
  color: #DFB965;
}

/*# sourceMappingURL=style.css.map */
