@charset "UTF-8";
/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 3em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.container {
  max-width: 1200px; }

body {
  font-family: sans-serif; }
  @media (max-width: 768px) {
    body {
      font-size: 12px; } }
  body a {
    text-decoration: none !important; }
    body a:visited {
      color: #ffffff !important; }
    body a:link {
      color: #ffffff !important; }

.card {
  border: none; }

button {
  outline: none !important; }

.navbar {
  margin-top: -20px; }
  .navbar-brand {
    margin-right: auto; }
    @media (min-width: 1650px) {
      .navbar-brand {
        margin-left: -20%; } }
    .navbar-brand img {
      width: 169px;
      height: 56px; }
  .navbar-button .fa-bars {
    color: #D9D9D9; }
  .navbar-toggler {
    border: 0; }
    .navbar-toggler-icon {
      color: white; }
  .navbar .navbar-collapse {
    margin-top: 25px; }
    .navbar .navbar-collapse-menu {
      margin-left: auto; }
      .navbar .navbar-collapse-menu .nav-item {
        z-index: 1; }
        .navbar .navbar-collapse-menu .nav-item .aktif {
          background-color: #D33718; }
        .navbar .navbar-collapse-menu .nav-item a {
          margin-left: 20px;
          color: #ffffff; }
        .navbar .navbar-collapse-menu .nav-item :hover {
          background-color: #D33718;
          color: #ffffff; }

.navtop {
  z-index: 1;
  background-color: #313131; }
  .navtop .no {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 35px;
    padding-left: 2%;
    padding-top: 2px;
    background-color: #D33718;
    color: #ffffff;
    margin-left: auto; }
    .navtop .no .fa {
      padding-bottom: 0%;
      margin-right: 4%;
      color: #ffffff;
      -ms-flex-item-align: center;
          align-self: center; }
    @media (max-width: 768px) {
      .navtop .no {
        width: 130px;
        height: 30px;
        padding-left: 4%;
        padding-top: 1px; }
        .navtop .no .fa {
          margin-right: 4%;
          margin-left: -3%; } }
    .navtop .no-link {
      color: inherit;
      -ms-flex-item-align: center;
          align-self: center; }

.navbottom {
  left: 0;
  bottom: 0;
  background-color: #313131; }
  .navbottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .navbottom-menu-img {
      margin-right: auto;
      width: 169px;
      height: 56px; }
  .navbottom .navbottom-menu-yazı {
    color: #ffffff;
    -ms-flex-item-align: center;
        align-self: center; }
    @media (max-width: 768px) {
      .navbottom .navbottom-menu-yazı {
        margin-left: 5%; } }

.Orta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px; }
  .Orta-sol {
    border: none;
    margin-top: 4%; }
    .Orta-sol img {
      margin-top: -10%;
      padding-bottom: 6%;
      margin-left: -5%;
      padding-right: 0%;
      border-radius: 0; }
    @media (min-width: 1650px) {
      .Orta-sol {
        padding-right: 5%; } }
    @media (min-width: 1200px) {
      .Orta-sol {
        padding-right: 5%; } }
    .Orta-sol-resim {
      border: 2px solid #D9D9D9; }
    .Orta-sol-buton {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-left: 40%;
      margin-top: 34%;
      position: absolute;
      background-color: #D33718;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #ffffff;
      width: 30%;
      height: 23%; }
      @media (max-width: 768px) {
        .Orta-sol-buton {
          margin-left: 50%;
          height: 24%;
          width: 35%; } }
      @media (min-width: 1650px) {
        .Orta-sol-buton {
          margin-left: 40%;
          margin-top: 30%; } }
      @media (min-width: 1200px) {
        .Orta-sol-buton {
          margin-left: 45%;
          margin-top: 30%; } }
      .Orta-sol-buton img {
        margin-right: 5%;
        margin-left: 15%;
        margin-top: 9px; }
        @media (max-width: 768px) {
          .Orta-sol-buton img {
            margin-top: 4px;
            width: 15%; } }
    .Orta-sol .zoom :hover {
      -webkit-transition: all 2.5s ease;
      transition: all 2.5s ease;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .Orta .card-subtitle {
    font-size: 20px; }
  .Orta .card-title {
    font-size: 32px; }
  .Orta-sag {
    border: none; }
    @media (min-width: 1650px) {
      .Orta-sag {
        padding-right: 5%; } }
    @media (min-width: 1200px) {
      .Orta-sag {
        padding-right: 5%; } }

.slide > ul {
  -webkit-transform: scale(0);
          transform: scale(0);
  height: 0; }

.slide {
  margin-left: auto;
  margin-right: auto;
  z-index: 12;
  position: relative;
  margin-top: -10px; }
  .slide img {
    width: 100%; }
  .slide ul li {
    background-color: gray;
    overflow: hidden; }
  .slide .bx-wrapper .bx-pager {
    bottom: 15px; }

.slide-text {
  margin-top: 15%;
  margin-left: 1050px;
  position: absolute;
  display: inline-block;
  font-size: 24.6px;
  letter-spacing: 1.9px;
  text-align: left;
  color: white;
  margin-bottom: 150px; }
  .slide-text h1 {
    font-size: 56.6px;
    letter-spacing: 1.9px;
    color: white;
    margin-bottom: 5px; }
  .slide-text p {
    font-size: 12px; }

.banner {
  position: relative;
  z-index: 11;
  margin-top: -10px; }
  .banner img {
    width: 100%; }

.yazi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  margin-top: 3%; }
  .yazi p {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-align: left;
    color: #313131; }
    @media (max-width: 768px) {
      .yazi p {
        font-size: 20px; } }

.hakkimizda {
  margin-left: 50px; }

.OrtaH {
  margin-left: 50px;
  text-align: justify; }

table {
  border: none; }

.Form {
  margin-top: 3%; }
  .Form input::-webkit-input-placeholder {
    font-size: 12px; }
  .Form input:-ms-input-placeholder {
    font-size: 12px; }
  .Form input::-ms-input-placeholder {
    font-size: 12px; }
  .Form input::placeholder {
    font-size: 12px; }
  .Form textarea::-webkit-input-placeholder {
    font-size: 12px; }
  .Form textarea:-ms-input-placeholder {
    font-size: 12px; }
  .Form textarea::-ms-input-placeholder {
    font-size: 12px; }
  .Form textarea::placeholder {
    font-size: 12px; }
  .Form .sub {
    background-color: #5d5b5b;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px; }

td {
  height: 60px;
  padding-left: 20px; }

input {
  height: 50px; }

.ust {
  margin-top: 50px;
  margin-left: 50px; }
  .ust-yazi {
    margin-left: 20px; }
  .ust p {
    font-size: 12px;
    margin-top: 30px;
    margin-left: 30px; }

.Iletisim {
  margin-left: -30px;
  margin-top: 30px; }
  .Iletisim p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .Iletisim p span {
      margin-left: 10px;
      -ms-flex-item-align: center;
          align-self: center; }
  .Iletisim h4 {
    margin-left: 30px; }
  .Iletisim .harita {
    margin-top: -20px; }

.Menu-isim {
  z-index: 15;
  position: absolute;
  width: 28%;
  margin-top: -3%;
  background-color: #5d5b5b; }
  @media (max-width: 768px) {
    .Menu-isim {
      width: 100%; } }
  .Menu-isim span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10%;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: -1.1px;
    text-align: left;
    color: #ffffff; }
    @media (max-width: 768px) {
      .Menu-isim span {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.67;
        letter-spacing: 1px;
        margin-left: 35%; } }
    .Menu-isim span img {
      -ms-flex-item-align: center;
          align-self: center;
      margin-right: 4%; }
      @media (max-width: 768px) {
        .Menu-isim span img {
          width: 20%; } }

.Left {
  background-color: #313131; }
  .Left-menu {
    display: block;
    margin-top: 15%; }
    @media (max-width: 768px) {
      .Left-menu {
        margin-top: 8%; } }
    .Left-menu-item {
      font-size: 21px;
      line-height: 3.5;
      letter-spacing: 2.7px;
      text-align: left;
      color: #fdfdfd;
      display: block; }
      .Left-menu-item a {
        margin-left: 10%; }
        @media (max-width: 768px) {
          .Left-menu-item a {
            margin-left: 30%; } }
      .Left-menu-item img {
        visibility: hidden; }
      .Left-menu-item:hover {
        background-color: #5d5b5b; }
        .Left-menu-item:hover img {
          visibility: visible; }
      @media (max-width: 768px) {
        .Left-menu-item {
          font-size: 14px;
          line-height: 3.1;
          letter-spacing: 1.7px; } }

.Urunler .container {
  margin-left: 30px;
  max-width: 1200px; }
  @media (max-width: 768px) {
    .Urunler .container {
      margin-left: 10px; } }
  @media (min-width: 1650px) {
    .Urunler .container {
      max-width: 1000px;
      margin-left: 100px; } }

.Urunler h3 {
  margin-top: 50px;
  margin-left: 30px; }
  @media (max-width: 768px) {
    .Urunler h3 {
      margin-left: -20px; } }

.Urunler-orta:before {
  display: table; }

.Urunler-orta-item {
  position: relative;
  margin-top: 60px;
  margin-left: 80px; }
  .Urunler-orta-item:before {
    display: block;
    content: '';
    border: solid 1px gray;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    left: 20px;
    top: 20px;
    z-index: 1; }
    @media (max-width: 768px) {
      .Urunler-orta-item:before {
        width: 70%; }
        .Urunler-orta-item:before img {
          width: 70%;
          height: auto; } }
  .Urunler-orta-item-link {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: block; }
    @media (max-width: 768px) {
      .Urunler-orta-item-link img {
        width: 70%;
        height: auto; } }
    .Urunler-orta-item-link .ikon {
      position: absolute;
      -ms-flex-item-align: center;
          align-self: center;
      margin-left: 120px;
      margin-top: -140px; }
      @media (min-width: 1650px) {
        .Urunler-orta-item-link .ikon {
          margin-left: 33%; } }

.Urunler .Orta-sol-resim {
  max-height: 214px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  @media (min-width: 1650px) {
    .Urunler .Orta-sol-resim {
      max-height: 300px; } }
