@charset "UTF-8";

/*------------------------------------------------------------------//
  Normalize:
//------------------------------------------------------------------*/
ul,
ul li {
  margin: 0;
  padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
  outline: none;
}

pre,
textarea {
  overflow: auto;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ul li {
  list-style-type: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a {
  outline: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

input::-ms-clear {
  display: none;
}

* {
  outline: none !important;
}

/*------------------------------------------------------------------//
  Theme Options:
//------------------------------------------------------------------*/
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
/** Mobile Contact **/
.mContact {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999999;
  border: none !important;
  /* font-family: open sans; */
}

.mContact .col-md-6 {
  width: 50% !important;
  float: left;
  padding: 7px !important;
}

.mContact .col-md-6 a {
  padding: 10px;
  font-size: 14px;
}

.mContact .col-md-6 span {
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  top: 1px;
}

.mContact .wp {
  background: #55cd6c;
}

.mContact .tl {
  background: #171717;
}

.mContact .col-md-6 img {
  width: 30px;
}

/** Mobile Contact **/
/** Whatsapp Fixed **/
.whatsappFixed {
  position: fixed;
  z-index: 999999;
  background: #128c7e;
  color: #fff;
  border-radius: 20px;
  height: 45px;
  width: 151px;
  display: flex;
  align-items: center;
  right: 15px;
  bottom: 35px;
  justify-content: space-evenly;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.whatsappFixed a {
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
}
.whatsappFixed a i {font-size: 22px;margin-right:5px;}
.whatsappFixed a span {font-size:14px;line-height: 1.2;}

/** Whatsapp Fixed **/
/** Font Family **/
@-webkit-keyframes upChot {
  0% {
    top: 0px;
  }

  50% {
    top: 100px;
  }

  100% {
    top: 0px;
  }
}

@keyframes upChot {
  0% {
    top: 0px;
  }

  50% {
    top: 100px;
  }

  100% {
    top: 0px;
  }
}

@-webkit-keyframes downChot {
  0% {
    top: 100px;
  }

  50% {
    top: 0px;
  }

  100% {
    bottom: 100px;
  }
}

@keyframes downChot {
  0% {
    top: 100px;
  }

  50% {
    top: 0px;
  }

  100% {
    bottom: 100px;
  }
}

@font-face {
  font-family: 'Abril Fatface';
  src: url("../fonts/AbrilFatface-Regular.woff") format("woff"), url("../fonts/AbrilFatface-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*------------------------------------------------------------------//
  Main.CSS:
//------------------------------------------------------------------*/
@media (min-width: 1300px) {
  .c-container {
    max-width: 1540px;
    margin-right: auto;
    margin-left: auto;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.2px;
}



.header {
  position: relative;
  z-index: 999;
}

.header-inner {
  /* position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999;
  height: 110px;
}

.header-right {
  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;
}

.header-logo {
  position: relative;
  top: 38px;
  z-index: 999;
}

.header-logo a {
  opacity: initial;
}

.header-menu ul li {
  display: inline-block;
  padding: 73px 0px;
}

.header-menu ul li a {
  color: #3f1f20;
  font-size: 18px;
  padding: 71px 15px;
  font-family: 'Abril Fatface';
  letter-spacing: 1px;
  opacity: initial;
  position: relative;
  z-index: 9999;
}

.header-shop {
  background: #3f1f20;
  width: 200px;
  height: 50px;
  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;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}

.header-shop a {
  color: #fff;
}

.header-shop a i {
  margin-right: 5px;
}

.header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-lang a {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3f1f20;
  color: #3f1f20;
  margin-right: 7px;
}

.header-lang a.active {
  background: #3f1f20;
  color: #fff;
}

.slider img {
  width: 100%;
}

.slider .owl-nav {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  margin: 0;
  pointer-events: none;
  width: 100%;
}

.slider .owl-nav .owl-prev {
  float: left;
  pointer-events: all;
}

.slider .owl-nav .owl-next {
  float: right;
  pointer-events: all;
}

.home-about {
  position: relative;
  padding-top: 100px;
}

.home-about a.more{
  background: #3f1f20;
  width: 200px;
  height: 50px;
  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;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0 auto;
  margin-top: 22px;
  letter-spacing: 0.9px;
}
.home-about-inner {
  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;
  margin-bottom: 45px;
}

.home-about-left-icon {
  position: absolute;
  left: 0;
  top: 90px;
  -webkit-animation-name: upChot;
  animation-name: upChot;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.home-about-right-icon {
  position: absolute;
  right: 0;
  top: 90px;
  -webkit-animation-name: downChot;
  animation-name: downChot;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: all 10s;
  transition: all 10s;
}

.home-about .line {
  width: 1px;
  height: 125px;
  background: #3f1f20;
  margin: 0 48px;
}

.home-about-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-about-right .head {
  font-size: 18px;
  color: #3f1f20;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.home-about-right .text {
  font-size: 52px;
  color: #3f1f20;
  font-family: 'Abril Fatface';
  text-transform: uppercase;
}

.home-about .desc {
  text-align: center;
  width: 900px;
  font-size: 16px;
  font-weight: 400;
  color: #3f1f20;
  line-height: 20px;
  margin: 0 auto;
}

.home-timeline {
  padding-top: 140px;
  margin-bottom: 110px;
}

.home-timeline .timeline-img {
  -webkit-box-shadow: 1px 1px 30px -20px #000;
  box-shadow: 1px 1px 30px -20px #000;
}

.home-service {
  background: url(../images/service-bg.png);
  -webkit-box-shadow: inset 1px 1px 30px -20px #000;
  box-shadow: inset 1px 1px 30px -20px #000;
  background-size: cover;
  box-shadow: inset 1px 1px 30px -20px #000;
  overflow: hidden;
  background-attachment: fixed;
}

.home-service-head {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 30px;
}

.home-service-head strong {
  color: #3f1f20;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
  position: relative;
  top: 6px;
  left: 0px;
}

.home-service-head .title {
  font-size: 70px;
  color: #3f1f20;
  font-family: "Abril Fatface";
  margin-top: 4px;
}

.home-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 60px;
}

.home-service-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home-service-item .img {
  background: #faefe9;
  height: 230px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 5px 21px 0px #00000014;
  box-shadow: 0px 5px 21px 0px #00000014;
}

.home-service-item .text {
  position: relative;
  font-size: 35px;
  font-family: 'Abril Fatface';
  color: #3f1f20;
  text-transform: uppercase;
}

.home-service-item .text:after {
  position: absolute;
  width: 300px;
  height: 1px;
  content: '';
  left: -44px;
  display: block;
  background: #3f1f20;
  bottom: -12px;
}

.home-service-content .items:nth-child(2) {
  margin-top: 70px;
}

.home-service-content .items:nth-child(3) {
  margin-top: -40px;
  padding-left: 76px;
}

.home-service-content .items:nth-child(4) {
  padding-left: 90px;
}

.home-shop {
  background-image: url(../images/online-shop.jpg);
  -webkit-perspective: 0px;
  perspective: 0px;
  height: 759px;
  background-size: cover;
}

.home-shop-inner {
  padding-top: 300px;
}

.home-shop-inner strong {
  font-size: 23px;
  color: #3f1f20;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
}

.home-shop-inner .title {
  font-family: 'Abril Fatface';
  font-size: 60px;
  color: #3f1f20;
  letter-spacing: 1.3px;
  margin-bottom: 40px;
  line-height: 1.2;
}

.home-shop-inner a.more {
  background: #3f1f20;
  width: 200px;
  height: 50px;
  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;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.home-sube {
  margin-bottom: 150px;
}

.home-sube-head {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 60px;
}

.home-sube-head strong {
  color: #3f1f20;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
  position: relative;
  top: 6px;
  left: 0px;
}

.home-sube-head .title {
  font-size: 70px;
  color: #3f1f20;
  font-family: "Abril Fatface";
  margin-top: 4px;
}

.home-sube-item {
  border: 1px solid #faefe9;
}

.home-sube-item .desc {
  margin-top: 25px;
  padding: 25px;
}

.home-sube-item .title {
  font-family: 'Abril Fatface';
  color: #3f1f20;
  font-size: 30px;
  margin-bottom: 30px;
}

.home-sube-item strong {
  font-size: 14px;
  color: #472736;
  font-weight: 600;
}

.home-sube-item p {
  font-size: 14px;
  color: #472736;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.5;
}

.home-sube-item a.maps {
  background: #faefe9;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #3f1f20;
  display: inline-block;
  padding: 17px 35px;
  text-transform: uppercase;
}

.home-sube-item a.maps i {
  margin-right: 7px;
}

.footer {
  margin-top: 120px;
}

.footer-top {
  background: #faefe9;
}

.footer-inner {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 245px;
  height: 45px;
  background: #472736;
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social a strong {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer-social a i {
  margin-right: 7px;
  font-size: 25px;
}

.footer p {
  font-size: 14px;
  color: #472736;
}

.footer-bottom {
  text-align: center;
  padding: 50px 0;
  line-height: 1.5;
}

.footer-bottom a {
  font-size: 14px;
  color: #472736;
  margin-right: 15px;
}

.single-head .breadcrumbs {
  background: #faefe9;
  padding: 15px 0;
}

.single-head .breadcrumbs span {
  color: #472736;
  padding: 0 5px;
  font-weight: 500;
  font-size: 13px;
}

.single-head .breadcrumbs span a {
  color: #472736;
}

.single-head .breadcrumbs span:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 0 0 15px;
  color: #472736;
}

.single-head .breadcrumbs span:first-child {
  padding-left: 0;
}

.single-head .breadcrumbs span:last-child {
  padding-right: 0;
}

.single-head .breadcrumbs span:last-child:after {
  display: none;
}

.single-head-inner {
  background: url(../images/head-bg.jpg);
  height: 307px;
  padding-top: 100px;
  -webkit-box-shadow: inset -4px 11px 30px -20px #00000038;
  box-shadow: inset -4px 11px 30px -20px #00000038;
}

.single-head-inner .title {
  font-family: 'Abril Fatface';
  font-size: 70px;
  color: #3f1f20;
  text-align: center;
}

.single-head-inner strong {
  color: #3f1f20;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  display: block;
  letter-spacing: 2px;
}

.single-head-inner p {
  color: #472736;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 20px 0;
}

.single-head-inner a.kariyer {
  margin: 0 auto;
  border: 1px solid #472736;
  width: 322px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 84px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-head-inner .kariyer-in {
  text-align: center;
}

.single-head .shop-contact-inner {
  background: none !important;
  border: 0 !important;
  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;
  margin-bottom: 85px;
}

.single-head .shop-contact-inner .wp {
  background: #faefe9;
  border: 1px solid #3f1f20;
  padding: 0 70px;
  height: 105px;
}

.single-head .shop-table-inner {
  background: #faefe9;
  border: 1px solid #3f1f20;
  margin-top: -35px;
}

.single-head .shop-table-inner .items:nth-child(3) .item {
  border-right: 0 !important;
}

.single-head .shop-table-inner .item {
  border-right: 1px solid #472736;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 120px;
}

.single-head .shop-table-inner .item strong {
  font-size: 16px;
  color: #472736;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.single-head .shop-table-inner .item a.mail {
  font-size: 16px;
  color: #472736;
  display: block;
}

.single-head .shop-table-inner .item a.form {
  border: 1px solid #3f1f20;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #472736;
  display: inline-block;
  padding: 17px 60px;
  -webkit-transition: all, .5s;
  transition: all, .5s;
}

.single-head .shop-table-inner .item a.form:hover {
  background: #3f1f20;
  color: #fff;
  opacity: inherit;
}

.single-head .shop-table-inner .wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: revert;
  flex-direction: revert;
}

.single-head .shop-table-inner .wp img {
  margin-right: 15px;
}

.single-cat-inner {
  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;
  position: relative;
}

.single-cat-inner::after {
  content: '';
  background: #3f1f20;
  height: 5px;
  width: 119%;
  position: absolute;
  bottom: -15px;
  display: none;
}

.single-cat-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* height: 162px; */
}

.single-cat-item a {
  font-size: 16px;
  font-weight: 600;
  color: #3f1f20;
  margin-right: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  height: 164px;
}

.single-cat-item .active:after {
  background: #3f1f20;
  content: '';
  width: 100%;
  height: 10px;
  position: relative;
  display: block;
  top: 10px;
}

.single-cat-item:last-child a {
  margin-right: 0;
}

.single-content {
  margin-top: 35px;
}

.single-content-item {
  padding: 15px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 0 10px #fff inset;
  box-shadow: 0 0 0 10px #fff inset;
}

.single-content-item a {
  opacity: inherit !important;
}

.single-content-item:after {
  content: "";
  width: 80%;
  height: 80%;
  -webkit-transition: all, .5s;
  transition: all, .5s;
  background-size: cover;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.single-content-item:hover {
  background-size: 100%;
  -webkit-transition: all, .5s;
  transition: all, .5s;
}

.single-content-item:hover:after {
  width: 100%;
  height: 100%;
  -webkit-transition: all, .5s;
  transition: all, .5s;
  opacity: 1;
}

.single-content-item:hover .butons {
  padding: 17px 80px !important;
}

.single-content-item .in {
  background: #FFF;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: inset 0 0 0 #FFF;
  box-shadow: inset 0 0 0 #FFF;
  height: 470px;
}

.single-content-item .in a .title {
  margin-top: 15px;
  font-size: 17px;
  color: #3f1f20;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 25px;
  margin-bottom: 15px;
  overflow: hidden;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 3; */
  /* -webkit-box-orient: vertical; */
  min-height: 80px;
}

.single-content-item .in .butons {
  background: #3f1f20;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 17px 53px;
  -webkit-transition: all, .5s;
  transition: all, .5s;
}

.single-content-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 39px;
  background: #faefe9;
  border-radius: 100%;
  color: #3f1f20;
  -webkit-transition: all .5s;
  transition: all .5s;
  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;
  cursor: pointer;
}

.single-content-slider .slick-arrow:hover {
  background: #3f1f20;
  color: #faefe9;
}

.single-content-slider .slick-next {
  right: 0;
}

.single-detail {
  margin-top: -180px;
}

.single-detail-recent {
  margin-top: 0;
}

.single-detail-recent .head-title {
  font-size: 33px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #472736;
  letter-spacing: 2px;
  padding: 20px 0;
}

.single-detail .product {
  border: 1px solid #3f1f20;
}

.single-detail .hr {
  border: 1px solid #3f1f20;
  margin: 72px 0;
}

.single-detail-content h1 {
  font-size: 24px;
  color: #3f1f20;
  font-weight: 600;
  margin-bottom: 45px;
}

.single-detail-content strong {
  font-weight: 500;
  color: #472736;
  font-size: 17px;
  margin-bottom: 45px;
  display: block;
}

.single-detail-content p {
  color: #472736;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 17px;
}

.single-detail-content a.more {
  margin-top: 45px;
  background: #3f1f20;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 17px 60px;
  -webkit-transition: all, .5s;
  transition: all, .5s;
}

.single-contact-form-kariyer {
  margin-top: 120px;
}

.single-contact-form .title {
  font-family: 'Abril Fatface';
  color: #3f1f20;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.single-contact-form .in input[type=text] {
  height: 80px;
  width: 100%;
  font-size: 16px;
  padding: 35px;
  color: #3f1f20;
  border: 1px solid #3f1f20;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 35px;
  position: relative;
}

.single-contact-form .in input[type=tel] {
  height: 80px;
  width: 100%;
  font-size: 16px;
  padding: 35px;
  color: #3f1f20;
  border: 1px solid #3f1f20;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.single-contact-form .in input[type=text]::-webkit-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in input[type=text]::-moz-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in input[type=text]:-ms-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in input[type=text]::-ms-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in input[type=tel]::placeholder {
  color: #3f1f20;
  font-size: 16px;
}
.single-contact-form .in input[type=tel]::-webkit-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in input[type=tel]::-moz-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in input[type=tel]:-ms-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in input[type=tel]::-ms-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in input[type=tel]::placeholder {
  color: #3f1f20;
  font-size: 16px;
}


.single-contact-form .in select {
  position: relative;
  z-index: 9999;
  height: 80px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #3f1f20;
  padding: 0 0 0 35px;
  font-weight: 500;
  color: #472736;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.single-contact-form .in textarea {
  height: 220px;
  width: 100%;
  font-size: 16px;
  padding: 35px;
  color: #3f1f20;
  border: 1px solid #3f1f20;
  font-weight: 500;
  letter-spacing: 1px;
}

.single-contact-form .in textarea::-webkit-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in textarea::-moz-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in textarea:-ms-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in textarea::-ms-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in textarea::placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .in input[type="submit"] {
  display: block;
  background: #472736;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 17px 75px;
  text-transform: uppercase;
  border: 0;
  margin: 0 auto;
  margin-top: 45px;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.single-contact-form .in input[type="submit"]:hover {
  background: #3f1f20;
}

.single-contact-form .in .custom-file-label {
  border: 1px solid #3f1f20;
  border-radius: initial;
  padding: 31px 20px;
  color: #3f1f20;
  font-weight: 500;
  height: 80px;
}

.single-contact-form .in .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  /* opacity: 0; */
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 15.5;
  color: #3f1f20;
  content: "Dosya Seç";
  background-color: #e9ecef;
  /* border-left: 1px solid #472736; */
  border-radius: 0 .25rem .25rem 0;
  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;
  height: 78px;
  background: #faefe9;
  font-weight: 400;
  color: #472736;
  letter-spacing: 1px;
  border-radius: 51px;
  top: 17px;
  right: 15px;
  height: 40px;
  font-size: 15px;
}

.single-contact-form .kariyer-form .custom-file {
  height: 80px;
}

.single-contact-form .kariyer-form textarea {
  height: 80px;
  width: 100%;
  font-size: 16px;
  padding: 35px;
  color: #3f1f20;
  border: 1px solid #3f1f20;
  font-weight: 500;
  letter-spacing: 1px;
  overflow: hidden;
  margin-bottom: 35px;
}

.single-contact-form .kariyer-form textarea::-webkit-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .kariyer-form textarea::-moz-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .kariyer-form textarea:-ms-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .kariyer-form textarea::-ms-input-placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.single-contact-form .kariyer-form textarea::placeholder {
  color: #3f1f20;
  font-size: 16px;
}

.header-menu ul li:hover>.sub-menu {
  opacity: 1;
  pointer-events: all;


}


.header-menu .sub-menu {
  background: #feefe9;
  position: absolute;
  width: 100%;
  left: 0;
  top: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 145px;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;

}




.single-header .header-logo {
  position: relative;
  top: 0;
}

.single-header .header-inner {
  height: initial;
}


.single-header .header-menu .sub-menu {

  top: 166px;

}

.single-content-item .in img {
  padding: 15px 0;
  width: 268px;
  height: 265px;
  -o-object-fit: contain;
  object-fit: contain;
}

.single-content-slider .single-content-item .in img {
  padding: 15px 0;
  width: 100%;
  height: 265px;
  -o-object-fit: contain;
  object-fit: contain;
}

.single-about {

  margin-top: -257px;

}

.single-about .desc {
  text-align: center;
  width: inherit;
  font-size: 17px;
  font-weight: 400;
  color: #3f1f20;
  line-height: 30px;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: '';
  background: #faefe9;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-about .desc p {
  margin-bottom: 8px;
}

.timeline-item {
  width: 100%;
  /* margin-top: -140px; */
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
  padding: 40px 30px 10px 30px;
}

.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}

.timeline-item:nth-child(even) .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 53%;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #3f1f20 transparent transparent;
}

.timeline-item::after {
  content: '';
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 10px 30px;
  border: 0;
  border-radius: 4px;
  background: #ffffff;
  /* -webkit-box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3); */
  /* box-shadow: 0 20px 25px -15px rgb(63 31 32 / 20%); */
  box-shadow: 0px 13px 0px 0px #00000038;
}

.timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 53%;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #3f1f20;
}

.timeline-imgs {
  width: 30px;
  height: 30px;
  background: #3f1f20;
  border-radius: 50%;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  margin-top: 259px;
  margin-left: -15px;
  /* box-shadow: inset -4px 11px 30px -20px #00000038; */
}

.timeline-card {
  padding: 0 !important;
}

.timeline-card p {
  padding: 13px 13px;
  background: #ffff;
}

.timeline-card a {
  /* margin-left: 20px; */
}

.timeline-item img {
  width: 100%;
}

.timeline-img-header {
  position: relative;
}

.timeline-img-header .titles {
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 20px;
  font-size: 2rem;
}

blockquote {
  margin-top: 30px;
  color: #757575;
  border-left-color: #3cb8b5;
  padding: 0 20px;
}

.date {
  background: #FF4081;
  display: inline-block;
  color: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50px;
    display: none;
  }

  .timeline .timeline-img {
    left: 50px;
  }

  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 0;
  }

  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }

  .timeline  .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #3cb8b5 transparent transparent;
    opacity: 0;
  }

  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #3cb8b5 transparent transparent;
    opacity: 0;
  }
}



.ilk-dukkan-desc {
  font-size: 17px;
  font-weight: 400;
  color: #3f1f20;
  line-height: 20px;
  margin: 0 auto;
  line-height: 30px;
  margin-bottom: 15px;
}

#timeline .title {
  font-size: 34px;
  color: #3f1f20;
  font-family: 'Abril Fatface';
  text-transform: uppercase;
  text-align: center;
  padding: 35px 0;
  line-height: 1.3;
}

.page-content p {
  font-size: 17px;
  font-weight: 400;
  color: #3f1f20;
  line-height: 20px;
  margin: 0 auto;
  line-height: 30px;
  margin-bottom: 15px;
}

.page-content {
  background: #fff;
  padding: 30px;
}

.page-content h2 {
  font-weight: 600;
  margin-bottom: 15px;
}

.page-content h3 {
  font-weight: 500;
  margin-bottom: 15px;
  color: #3f1f20;
}

.page-content h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.page-content h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.page-content ul {
  color: #70798B;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.page-content ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #3f1f20;
}

.page-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #3f1f20;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

label {
  color: #3f1f20;
  font-size: 15px;
  margin-bottom: 11px;
  margin-right: 20px;
  font-weight: 300;
}

.form__information {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  text-align: center;
}

.form__information__text {
  align-self: center;
  padding-bottom: 10px;
  color: #4a4747;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-font-feature-settings: "kern"1;
  font-feature-settings: "kern"1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 400;
  text-align: left;
}

.form__information__text a {
  color: #4a4747;
  font-weight: 500;
  text-decoration: underline;
}

.form__information__text a:active,
.form__information__text a:visited {
  color: #4a4747;
}

.form__information__input {
  display: none;
  margin: 0;
  width: 0;
  height: 0;

}

.form__information__input:checked~.form__information__box::before {
  opacity: 1;
}

.form__information__box {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 12px 10px 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ede8e8;
  cursor: pointer;
}

.form__information__box:before {
  content: '';
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 12px;
  height: 12px;
  background-image: url("/assets/svg/correct.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center center;
  transition: opacity 0.2s;
}

.form__information .form__requirement {
  display: none;
}

.form__information.-parent-invalid .form__information__box {
  border: 1px solid #bb2323;
}

.time-more {
  background: #faefe9;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #3f1f20;
  display: inline-block;
  padding: 17px 35px;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  top: -14px;
  margin: 0 auto !important;
  width: 241px;
  text-align: center;
  display: block;
  opacity: initial;
}
.timeline-card a {
  opacity: initial;

}
.timeline-card a:hover {
  color: #3f1f20;
}




#checkboxDefault {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin: 0;
}
.wpcf7-list-item{
  margin: 0 !important;
}

.wpcf7-list-item a {font-weight: 500;color: #3f1f20;text-decoration: revert;}

.custom-file-label {

  margin-right: 0 !important;
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    z-index: 99;
    position: relative;
    top: -19px !important;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(https://www.drsemihgok.com/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}