/*! 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; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  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; }

body {
  font-family: "Rubik", sans-serif; }
  body i {
    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; }
    body i:before {
      content: "";
      display: inline-block;
      margin-left: 0 !important; }
  body .container {
    max-width: 1700px;
    padding-left: 45px;
    padding-right: 45px; }

@font-face {
  font-family: 'gotham';
  src: url(../font/gotham/Gotham-Light.otf);
  font-weight: 300; }

@font-face {
  font-family: 'gotham';
  src: url(../font/gotham/Gotham-Book.otf);
  font-weight: normal; }

@font-face {
  font-family: 'gotham';
  src: url(../font/gotham/Gotham-Medium.otf);
  font-weight: 500; }

@font-face {
  font-family: 'gotham';
  src: url(../font/gotham/Gotham-Bold.otf);
  font-weight: bold; }

@font-face {
  font-family: 'gotham';
  src: url(../font/gotham/Gotham-Ultra.otf);
  font-weight: 900; }

.slick-slide:focus {
  outline: none; }

.mobile-f {
  display: none !important; }

.desktop {
  display: block; }

.Banner {
  position: relative;
  overflow: hidden;
  z-index: 9; }
  .Banner:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.8;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#121135), to(#3b2d36));
    background-image: linear-gradient(to top, #121135, #3b2d36);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .Banner-in {
    position: relative;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .Banner-text {
    z-index: 2; }
    .Banner-text h6 {
      display: inline-block;
      position: relative;
      font-size: 80px;
      font-weight: 500;
      letter-spacing: -0.19px;
      color: #ffffff; }
      .Banner-text h6:before {
        position: absolute;
        left: 50%;
        top: -5px;
        -webkit-transform: translateX(-50%) rotate(0deg);
                transform: translateX(-50%) rotate(0deg);
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 39px;
        height: 16px;
        background-size: 39px 16px;
        background-image: url(../images/icon-header-top.svg); }
      .Banner-text h6:after {
        position: absolute;
        right: -55px;
        top: 50%;
        -webkit-transform: translateX(-50%) rotate(0deg);
                transform: translateX(-50%) rotate(0deg);
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 23px;
        height: 41px;
        background-size: 23px 41px;
        background-image: url(../images/icon-header-right.svg); }
    .Banner-text p {
      font-size: 15px;
      color: #ffffff;
      max-width: 680px;
      line-height: normal; }
  .Banner-icon {
    width: 476px;
    height: 424px; }
  .Banner .icon-work {
    position: absolute;
    bottom: -90px;
    opacity: 0.4;
    -webkit-filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(96deg) brightness(114%) contrast(106%);
            filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(96deg) brightness(114%) contrast(106%); }
    .Banner .icon-work:before {
      width: 476px;
      height: 424px;
      background-size: 476px 424px; }
  .Banner-p_detay .Banner-in {
    height: 100vh; }
  .Banner-p_detay-text {
    right: 45px;
    left: 45px; }
    .Banner-p_detay-text-in {
      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;
      padding-left: calc((100vw - 1700px) / 2);
      padding-right: calc((100vw - 1700px) / 2); }
    .Banner-p_detay-text-left h6 {
      font-weight: normal;
      font-size: 86.4px;
      line-height: 1;
      color: #ffffff; }
      .Banner-p_detay-text-left h6:before {
        display: none; }
      .Banner-p_detay-text-left h6:after {
        display: none; }
    .Banner-p_detay-text-left span {
      display: block;
      font-size: 21.6px;
      letter-spacing: 2.4px;
      color: #ffffff; }
    .Banner-p_detay-text-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .Banner-p_detay-text-social a {
        color: white;
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-transition: 500ms;
        transition: 500ms; }
        .Banner-p_detay-text-social a:hover {
          color: #e98870;
          -webkit-transition: 500ms;
          transition: 500ms; }

.buton {
  position: relative;
  width: 214px;
  height: 66px;
  border-radius: 6px;
  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;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 1;
  cursor: pointer;
  line-height: 1.2; }
  .buton:hover {
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1); }
  .buton-white {
    background-color: white;
    color: #1c1836; }
    .buton-white:hover, .buton-white:focus {
      -webkit-transition: 500ms;
    background-color: #121135;
      transition: 500ms;
      color: white; }
  .buton-border {
    width: 339px;
    border-radius: 12px;
    border: solid 1px #1b173520; }
  .buton-dark {
    background-image: -webkit-gradient(linear, right top, left top, from(#121135), to(#3b2d36));
    background-image: linear-gradient(to left, #121135, #3b2d36);
    color: white; }
    .buton-dark:hover, .buton-dark:focus {
      -webkit-transition: 500ms;
      transition: 500ms;
      color: white !important; }
  .buton-gradient {
    background-image: -webkit-gradient(linear, right top, left top, from(#f69065), to(#aa5da4));
    background-image: linear-gradient(to left, #f69065, #aa5da4);
    color: white; }
    .buton-gradient:hover, .buton-gradient:focus {
      -webkit-transition: 500ms;
      transition: 500ms;
      color: white !important; }
  .buton-radius {
    border-radius: 32px; }

.lv_skin canvas {
  opacity: 0 !important; }

.nohover {
  pointer-events: none; }

.header {
  position: relative;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.26px;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#f69065), to(#aa5da4));
  background-image: linear-gradient(to left, #f69065, #aa5da4); }
  .header:before {
    top: -60px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 255px;
    height: 49px;
    background-size: 255px 49px;
    background-image: url(../images/icon-header-top2.svg); }

.icon-work {
  margin-right: 15px; }
  .icon-work:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    min-width: 90px;
    height: 90px;
    background-size: 90px 90px; }

.icon-carpenter:before {
  background-image: url(../images/icon-carpenter.svg); }

.icon-iron:before {
  background-image: url(../images/icon-iron.svg); }

.icon-acrylic:before {
  background-image: url(../images/icon-acrylic.svg); }

.icon-press:before {
  background-image: url(../images/icon-press.svg); }

.carpenter:before {
  content: "";
  display: inline-block;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 300px;
  height: 310px;
  background-size: 300px 310px;
  background-image: url(../images/carpenter.svg); }

.iron:before {
  content: "";
  display: inline-block;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 430px;
  height: 380px;
  background-size: 430px 380px;
  background-image: url(../images/iron.svg); }

.acrylic:before {
  content: "";
  display: inline-block;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 390px;
  height: 380px;
  background-size: 390px 380px;
  background-image: url(../images/acrylic.svg); }

.press:before {
  content: "";
  display: inline-block;
  -webkit-transition: 500ms;
  transition: 500ms;
  width: 390px;
  height: 390px;
  background-size: 390px 390px;
  background-image: url(../images/press.svg); }

.icon-count {
  margin-left: 105px;
  width: 58px;
  background-image: url(../images/icon-count.svg);
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58px 58px;
  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;
  font-size: 22px;
  font-weight: 600;
  color: white; }

.mobile {
  display: none !important; }

.scroll {
  bottom: 55px;
  width: 28px;
  height: 44px;
  z-index: 99; }
  .scroll p {
    position: absolute;
    bottom: -25px;
    font-size: 14px;
    color: #4e454d;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .scroll span {
    display: block;
    width: 2px;
    height: 8px;
    border-radius: 4px;
    background: #e98870;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

.Sosyal {
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #02276F;
  width: 80px;
  padding-top: 60px; }
  .Sosyal-link a {
    color: white;
    margin-bottom: 15px;
    font-size: 21px;
    -webkit-transition: 600ms;
    transition: 600ms; }
    .Sosyal-link a:hover {
      -webkit-transition: 600ms;
      transition: 600ms;
      -webkit-transform: rotate(-20deg);
              transform: rotate(-20deg); }
  .Sosyal-mail {
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
    -webkit-transition: 600ms;
    transition: 600ms; }
    .Sosyal-mail a {
      color: white;
      font-size: 14px;
      letter-spacing: 1.49px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .Sosyal-mail a i {
        margin-right: 10px; }
    .Sosyal-mail:hover {
      -webkit-transition: 600ms;
      transition: 600ms;
      -webkit-transform: rotate(-85deg) !important;
              transform: rotate(-85deg) !important; }

.Navtop {
  width: 100%;
  z-index: 999;
  position: fixed;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .Navtop .navbar-brand {
    margin-bottom: 0; }
    .Navtop .navbar-brand:before {
      content: "";
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      width: 150px;
      height: 75px;
      background-size: 150px 75px;
      background-image: url(../images/logo.png); }
  .Navtop .navbar {
    position: relative;
    z-index: 99; }
    .Navtop .navbar-nav {
      -webkit-transition: 400ms;
      transition: 400ms; }
    .Navtop .navbar-collapse-menu .nav-item {
      margin-left: 20px;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .Navtop .navbar-collapse-menu .nav-item .nav-link {
        text-align: center;
        padding: 0px 5px;
        font-size: 14px;
        font-weight: 500;
        color: #121135;
        position: relative;
        -webkit-transition: 500ms;
        transition: 500ms; }
        .Navtop .navbar-collapse-menu .nav-item .nav-link:hover {
          color: #e98870;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .Navtop .navbar-collapse-menu .nav-item .nav-link:before {
          opacity: 0;
          position: absolute;
          left: 50%;
          top: -25px;
          -webkit-transform: translateX(-50%) rotate(-90deg);
                  transform: translateX(-50%) rotate(-90deg);
          content: "";
          display: inline-block;
          -webkit-transition: 500ms;
          transition: 500ms;
          width: 18px;
          height: 20px;
          background-size: 18px 20px;
          background-image: url(../images/icon-header-top.svg); }
    .Navtop .navbar-collapse-menu .active .nav-link {
      color: #e98870 !important; }
      .Navtop .navbar-collapse-menu .active .nav-link:before {
        opacity: 1; }
  .Navtop-form {
    position: absolute; }
    .Navtop-form .navbar-brand:before {
      background-image: url(../images/logow.png); }
    .Navtop-form .nav-link {
      color: white !important; }
  .Navtop-detay {
    position: absolute; }
    .Navtop-detay .navbar-brand:before {
      background-image: url(../images/logow.png); }
    .Navtop-detay .nav-link {
      color: white !important; }
  .Navtop-in {
    position: relative;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px; }
  .Navtop-active {
    position: fixed !important;
    background-color: white;
    padding: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3); }

.Navbottom {
  margin-top: 100px;
  position: relative;
  z-index: 99; }
  .Navbottom:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    position: absolute;
    left: 0;
    top: 140px;
    bottom: 69px;
    width: 100%;
    z-index: -1;
    opacity: 0.37;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#cfcfcf));
    background-image: linear-gradient(to bottom, #e9e9e9, #cfcfcf); }
  .Navbottom-text {
    opacity: 0.28;
    font-size: 104px;
    font-weight: bold;
    text-align: right;
    color: #ffffff;
    position: absolute;
    right: 0;
    z-index: 9;
    bottom: 20px; }
  .Navbottom-left {
    height: 520px;
    padding-right: calc((100vw - 1700px) / 2);
    width: 32%;
    padding-left: 45px;
    padding-top: 60px;
    text-align: right;
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .Navbottom-left-logo {
      margin-bottom: 30px;
      padding-right: 45px;
      -webkit-transform: translateY(-60px);
              transform: translateY(-60px); }
      .Navbottom-left-logo:before {
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 182px;
        height: 85px;
        background-size: 182px 85px;
        background-image: url(../images/logo.png); }
    .Navbottom-left p {
      max-width: 390px;
      padding-right: 45px;
      font-size: 14px;
      text-align: right;
      color: #000000;
      line-height: normal;
      margin-bottom: 17px; }
    .Navbottom-left a {
      -webkit-transition: 500ms;
      transition: 500ms; }
      .Navbottom-left a:hover {
        color: #e98870;
        -webkit-transition: 500ms;
        transition: 500ms; }
  .Navbottom-right {
    height: 520px;
    width: 68%;
    position: relative;
    padding-left: calc((100vw - 1700px) / 2); }
    .Navbottom-right:before {
      content: "";
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      position: absolute;
      left: 0;
      right: -45px;
      top: -80px;
      height: 220px;
      z-index: -1;
      opacity: 0.17;
      background-color: #000000; }
    .Navbottom-right-in {
      padding-left: 45px;
      height: 100%; }
    .Navbottom-right #map {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px);
      height: 100%;
      width: 100%;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
  .Navbottom .copy {
    position: relative;
    z-index: 99;
    background-color: white; }
    .Navbottom .copy-in {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .Navbottom .footer-text {
    font-size: 14px;
    letter-spacing: -0.17px;
    color: #121135; }
    .Navbottom .footer-text a {
      text-decoration: underline; }
  .Navbottom .rez_kosul {
    margin-left: 15px;
    -webkit-transition: 500ms;
    transition: 500ms; }
    .Navbottom .rez_kosul:hover {
      color: black;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .Navbottom .bank-logo {
    margin-right: 30px; }
    .Navbottom .bank-logo:before {
      content: "";
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      width: 405px;
      height: 35px;
      background-size: 405px 35px;
      background-image: url(../images/bank.png); }
  .Navbottom .comodo-logo:before {
    content: "";
    -webkit-transition: 500ms;
    transition: 500ms;
    display: inline-block;
    width: 74px;
    height: 23px;
    background-size: 74px 23px;
    background-image: url(../images/comodo.png); }
  .Navbottom .comodo-logo:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: 500ms;
    transition: 500ms; }

.button {
  position: absolute;
  right: 10px;
  top: 24px;
  z-index: 999;
  font-size: 26px;
  display: none; }

.button a {
  text-decoration: none; }

.btn-open:after {
  content: "";
  display: inline-block;
  -webkit-transition-property: all .2s linear 0s;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-image: url(../images/menu.svg); }

.btn-close:after {
  content: "";
  display: inline-block;
  -webkit-transition-property: all .2s linear 0s;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url(../images/exit.svg); }

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  top: 79px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  padding-bottom: 50px;
  background-color: white;
  overflow: auto;
  z-index: 99999;
  opacity: 0.97; }

.wra {
  color: #e9e9e9;
  text-align: center;
  max-width: 90%;
  margin: 0 auto; }

.wra ul.wra-nav {
  text-transform: capitalize;
  padding: 10vh 10px; }
  .wra ul.wra-nav .fa {
    font-size: 18px;
    opacity: 0.8; }
  .wra ul.wra-nav .dropdown-toggle {
    background-color: transparent;
    padding: 0px 5px;
    font-size: 28px;
    font-weight: bold;
    color: #00ab8a; }
  .wra ul.wra-nav .dropdown-menu {
    position: relative;
    padding: 0;
    width: 100%;
    background-color: #00ab8a;
    z-index: 9999999; }
    .wra ul.wra-nav .dropdown-menu a {
      font-weight: 600;
      padding-right: 10px;
      white-space: normal;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 15px;
      color: white;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px; }
      .wra ul.wra-nav .dropdown-menu a:hover {
        -webkit-transition: 500ms;
        transition: 500ms;
        background-color: #860c0d; }
      .wra ul.wra-nav .dropdown-menu a span {
        line-height: 1.2;
        margin-top: 5px;
        opacity: 0.7;
        font-size: 11px; }

.wra ul.wra-nav li {
  font-size: 16px;
  font-weight: bold;
  display: block;
  vertical-align: top;
  position: relative;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  -webkit-transition: 500ms;
  transition: 500ms;
  color: #424655;
  cursor: pointer; }
  .wra ul.wra-nav li:hover {
    color: #81519b;
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }

.wra-nav-in li {
  font-size: 14px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.active {
  opacity: 1 !important; }

.wra ul.wra-nav li a {
  padding: 5px 0;
  text-decoration: none;
  -webkit-transition-property: all .2s linear 0s;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s; }
  .wra ul.wra-nav li a:hover {
    -webkit-transition: 500ms;
    transition: 500ms;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }

.Slider {
  position: relative;
  overflow: hidden; }
  .Slider #slider .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative; }
  .Slider #slider .slide_text {
    text-align: center;
    top: 45%; }
    .Slider #slider .slide_text:before {
      content: "";
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      width: 27px;
      height: 40px;
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      background-size: 27px 40px;
      background-image: url(../images/icon-header-top.svg); }
    .Slider #slider .slide_text h6 {
      font-size: 24px;
      letter-spacing: -0.19px;
      color: #121135;
      font-weight: normal;
      position: relative; }
      .Slider #slider .slide_text h6:before {
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 27px;
        -webkit-transform: rotate(-90deg) translateX(-10px) translateY(-15px);
                transform: rotate(-90deg) translateX(-10px) translateY(-15px);
        height: 40px;
        background-size: 27px 40px;
        background-image: url(../images/icon-header-right.svg); }
      .Slider #slider .slide_text h6:after {
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 50px;
        height: 90px;
        -webkit-transform: translateY(30px) translateX(30px);
                transform: translateY(30px) translateX(30px);
        background-size: 50px 90px;
        background-image: url(../images/icon-header-right.svg); }
    .Slider #slider .slide_text h1 {
      line-height: normal;
      font-size: 5vw;
      font-weight: bold;
      color: #1d2951;
      white-space: nowrap; }
      .Slider #slider .slide_text h1 span {
        color: #81519b; }
    .Slider #slider .slide_text p {
      font-size: 15px;
      letter-spacing: -0.18px;
      color: #121135;
      margin-top: 10px; }
    .Slider #slider .slide_text-links {
      margin-top: 70px; }
      .Slider #slider .slide_text-links .buton-dark {
        border: none; }
        .Slider #slider .slide_text-links .buton-dark:before {
          content: "";
          display: inline-block;
          -webkit-transition: 500ms;
          transition: 500ms;
          background-image: -webkit-gradient(linear, right top, left top, from(#f69065), to(#aa5da4));
          background-image: linear-gradient(to left, #f69065, #aa5da4);
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border-radius: 6px;
          z-index: -1;
          opacity: 0; }
        .Slider #slider .slide_text-links .buton-dark:hover {
          background-color: transparent; }
          .Slider #slider .slide_text-links .buton-dark:hover:before {
            opacity: 1;
            -webkit-transition: 500ms;
            transition: 500ms; }
  .Slider-contact {
    position: absolute;
    bottom: 60px;
    right: calc((100vw - 1700px + 45px) / 2); }
    .Slider-contact a {
      display: block;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.08px;
      color: #4e454d;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .Slider-contact a:hover {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
        -webkit-transition: 500ms;
        transition: 500ms; }
  .Slider-icon {
    position: absolute;
    top: 60%;
    left: 0;
    right: -22px;
    z-index: 1;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: calc((100vw - 1700px) / 2); }
    .Slider-icon-in {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .Slider-icon-left {
      padding-left: 45px; }
      .Slider-icon-left:before {
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 143px;
        height: 348px;
        background-size: 143px 348px;
        background-image: url(../images/slider-big_iconl.svg); }
    .Slider-icon-right:before {
      content: "";
      display: inline-block;
      width: 172px;
      height: 453px;
      background-size: 172px 453px;
      background-image: url(../images/slider-big_iconr.svg); }

.A_kurumsal {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .A_kurumsal-in {
    max-height: 642px;
    height: 45vw;
    padding-left: 13%; }
  .A_kurumsal-text {
    padding: calc((100vw - 1750px) / 2);
    max-width: 1050px;
    padding-right: 5%; }
    .A_kurumsal-text h6 {
      font-size: 80px;
      font-weight: 500;
      letter-spacing: -0.19px;
      color: #ffffff;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .A_kurumsal-text h6 span {
        position: relative; }
        .A_kurumsal-text h6 span:before {
          position: absolute;
          top: -15px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          content: "";
          display: inline-block;
          -webkit-transition: 500ms;
          transition: 500ms;
          width: 34px;
          height: 27px;
          background-size: 34px 27px;
          background-image: url(../images/icon-header-top.svg); }
      .A_kurumsal-text h6:after {
        -webkit-transform: translate(30px, 45px);
                transform: translate(30px, 45px);
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 38px;
        height: 31px;
        background-size: 38px 31px;
        background-image: url(../images/icon-header-right.svg); }
    .A_kurumsal-text p {
      opacity: 0.55;
      font-size: 15px;
      line-height: 1.4;
      letter-spacing: -0.18px;
      color: #ffffff; }
    .A_kurumsal-text a {
      margin-top: 30px; }
  .A_kurumsal-social p {
    width: 90px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff; }
  .A_kurumsal-social a {
    font-size: 15px; }
    .A_kurumsal-social a:hover i {
      color: #e98870; }
  .A_kurumsal:before {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 22vw;
    height: 25vw;
    background-size: 100% 25vw;
    background-image: url(../images/four.png); }

.A_urunler-links {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 183px;
  background-image: -webkit-gradient(linear, left top, right top, from(#262339), to(#403a62));
  background-image: linear-gradient(to right, #262339, #403a62); }
  .A_urunler-links a {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.5;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.18px;
    color: #ffffff; }
    .A_urunler-links a:hover {
      -webkit-transition: 500ms;
      transition: 500ms;
      color: #e98870; }
  .A_urunler-links .current {
    opacity: 1; }

.A_urunler-in {
  margin-right: -10px;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px); }

.A_urunler-item {
  position: relative;
  width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: 500ms;
  transition: 500ms; }
  .A_urunler-item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 20px;
    left: 7%;
    line-height: 1;
    position: absolute;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: #ffffff; }
    .A_urunler-item p span {
      opacity: 0.55;
      font-size: 13px;
      font-weight: 600;
      color: #ffffff; }
  .A_urunler-item-image {
    height: 15vw;
    overflow: hidden;
    position: relative; }
    .A_urunler-item-image img {
      -webkit-transition: 500ms;
      height: 100%;
      object-fit: cover;
      transition: 500ms; }
    .A_urunler-item-image:before {
      content: "";
      -webkit-transition: 500ms;
      transition: 500ms;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      background-color: #000000; }
  .A_urunler-item:hover {
    z-index: 99;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 500ms;
    transition: 500ms; }

.A_workshop {
  padding-top: 160px; }
  .A_workshop-item {
    margin-bottom: 70px;
    position: relative;
    justify-content: space-around;
    /*opacity: 0.25;*/
    -webkit-transition: 500ms;
    transition: 500ms; }
    .A_workshop-item-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-right: 10%;
      font-family: "Open Sans", sans-serif; }
      .A_workshop-item-text-in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .A_workshop-item-text-inner h5 {
        font-size: 56px;
        font-weight: 500;
        color: #000000; }
      .A_workshop-item-text-inner p {
        font-size: 13px;
        font-weight: 600;
        color: #000000;
        line-height: 1.3; }
    .A_workshop-item:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .A_workshop-item:nth-of-type(even) .A_workshop-item-text {
        padding-left: 5%; }
        .A_workshop-item:nth-of-type(even) .A_workshop-item-text .icon-count {
          margin-left: auto;
          margin-right: 105px; }
        .A_workshop-item:nth-of-type(even) .A_workshop-item-text-in {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          text-align: right; }
          .A_workshop-item:nth-of-type(even) .A_workshop-item-text-in .icon-work {
            margin-right: 0;
            margin-left: 15px; }
    .A_workshop-item:hover {
      opacity: 1;
      -webkit-transition: 500ms;
      transition: 500ms; }

.A_services {
  margin-top: 50px;
  /* Common Styles */ }
  .A_services-text {
    padding-right: 20%;
    padding-left: 20%;
    font-size: 15px;
    letter-spacing: -0.18px;
    text-align: center;
    color: #121135; }
  .A_services-item {
    margin-bottom: 100px;
    height: 390px;
    -webkit-box-shadow: 0 24px 64px -20px rgba(185, 94, 56, 0.22);
            box-shadow: 0 24px 64px -20px rgba(185, 94, 56, 0.22);
    background-color: #ffffff;
    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;
    padding-left: 10%;
    padding-right: 4%;
    position: relative;
    overflow: hidden; }
    .A_services-item h5 {
      font-size: 22px;
      font-weight: 500;
      width: 300px; }
    .A_services-item h6 {
      font-size: 18px;
      letter-spacing: -0.18px;
      color: #121135;
      font-weight: normal;
      margin-top: 20px;
      margin-bottom: 15px; }
    .A_services-item p {
      font-size: 13px;
      letter-spacing: -0.18px;
      color: #121135;
      line-height: normal; }
    .A_services-item-icon {
      bottom: -22px;
      right: -3px;
      position: absolute;
      opacity: 0.1; }
  .A_services .swiper-container {
    padding-top: 50px; }
  .A_services .swiper-pagination {
    text-align: right; }
  .A_services .swiper-pagination-fraction,
  .A_services .swiper-pagination-custom,
  .A_services .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 0;
    bottom: auto;
    left: auto; }
  .A_services .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: solid 2px #28284130; }
  .A_services .swiper-pagination-bullet-active {
    opacity: 1;
    border: none;
    background-image: -webkit-gradient(linear, right top, left top, from(#f69065), to(#aa5da4));
    background-image: linear-gradient(to left, #f69065, #aa5da4); }

.text_gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(#f69065), to(#aa5da4));
  background-image: linear-gradient(to left, #f69065, #aa5da4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.fancybox-container {
  z-index: 9999999999 !important; }

.modal {
  z-index: 9999999999999; }
  .modal-header {
    font-size: 24px;
    font-weight: bold;
    color: #00ab8a;
    margin-bottom: 15px; }
  .modal .modal-dialog {
    -webkit-transform: translate(0%, -50%) !important;
            transform: translate(0%, -50%) !important;
    top: 50%; }
  .modal .modal-content {
    padding: 50px 60px;
    border: none;
    border-radius: 19.6px;
    -webkit-box-shadow: 0 35px 37px -41px rgba(178, 177, 191, 0.5);
            box-shadow: 0 35px 37px -41px rgba(178, 177, 191, 0.5); }
  .modal .modal-header {
    padding: 0;
    padding-bottom: 30px; }
    .modal .modal-header h5 {
      font-size: 21.8px;
      font-weight: bold;
      color: #1d2951; }
      .modal .modal-header h5 p {
        font-size: 14.2px;
        font-weight: 500;
        color: #81519b; }
    .modal .modal-header .close {
      text-shadow: none;
      cursor: pointer;
      width: 89px;
      height: 67px;
      padding: 0;
      opacity: 1;
      margin: 0;
      position: absolute;
      top: -30px;
      right: -40px;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .modal .modal-header .close:before {
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 70px;
        height: 70px;
        background-size: 70px 70px;
        background-image: url(../images/close.svg); }
      .modal .modal-header .close:hover {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  .modal .modal-body {
    padding: 0;
    margin-top: 20px; }
    .modal .modal-body p {
      font-size: 14px;
      margin-bottom: 15px;
      color: #1d2951; }

.modal-backdrop {
  z-index: 99999;
  opacity: 0.9 !important;
  background-color: #1d2951; }

.About-us {
  padding-bottom: 180px;
  padding-left: calc((100vw - 1700px) / 2);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .About-us-left {
    padding-left: 45px;
    padding-top: 180px;
    width: 34%; }
    .About-us-left h6 {
      font-size: 14px;
      letter-spacing: 2.8px;
      color: #686876; }
    .About-us-left h4 {
      font-size: 36px;
      font-weight: bold;
      color: #171721; }
    .About-us-left h5 {
      font-size: 21px;
      margin-top: 20px;
      color: #222527;
      margin-bottom: 10px; }
    .About-us-left p {
      font-size: 15px;
      line-height: 1.6;
      color: #8e949d; }
  .About-us-slider {
    width: 63%;
    background-size: 100% 100%;
    background-image: url(../images/icon-kurumsal.svg); }
    .About-us-slider .A_services-item {
      border-radius: 14px;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .About-us-slider .A_services-item:hover {
        -webkit-box-shadow: 10px 20px 50px 0 rgba(223, 219, 213, 0.83);
                box-shadow: 10px 20px 50px 0 rgba(223, 219, 213, 0.83);
        -webkit-transition: 500ms;
        transition: 500ms; }
    .About-us-slider #About {
      padding-top: 180px;
      padding-left: 50px; }
      .About-us-slider #About .swiper-button-prev,
      .About-us-slider #About .swiper-button-next {
        position: absolute;
        top: 140px;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: 500ms;
        transition: 500ms;
        opacity: 0.35; }
        .About-us-slider #About .swiper-button-prev:hover,
        .About-us-slider #About .swiper-button-next:hover {
          opacity: 1;
          -webkit-transition: 500ms;
          transition: 500ms; }
      .About-us-slider #About .swiper-button-prev.swiper-button-disabled,
      .About-us-slider #About .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
        background-size: 27px 44px; }
      .About-us-slider #About .swiper-button-prev,
      .About-us-slider #About .swiper-container-rtl .swiper-button-next {
        background-image: url(../images/long_arrow-left.svg);
        left: auto;
        right: 100px;
        -webkit-transform: scale(0.7) translateX(10px);
                transform: scale(0.7) translateX(10px); }
        .About-us-slider #About .swiper-button-prev:hover,
        .About-us-slider #About .swiper-container-rtl .swiper-button-next:hover {
          -webkit-transform: scale(1) translateX(0px);
                  transform: scale(1) translateX(0px);
          -webkit-transition: 500ms;
          transition: 500ms; }
      .About-us-slider #About .swiper-button-next,
      .About-us-slider #About .swiper-container-rtl .swiper-button-prev {
        background-image: url(../images/long_arrow-right.svg);
        right: 45px;
        left: auto;
        -webkit-transform: scale(0.7) translateX(-10px);
                transform: scale(0.7) translateX(-10px); }
        .About-us-slider #About .swiper-button-next:hover,
        .About-us-slider #About .swiper-container-rtl .swiper-button-prev:hover {
          -webkit-transform: scale(1) translateX(0px);
                  transform: scale(1) translateX(0px);
          -webkit-transition: 500ms;
          transition: 500ms; }

.About-text {
  position: relative;
  padding-top: 90px; }
  .About-text:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    height: 183px;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, right top, from(#262339), to(#403a62));
    background-image: linear-gradient(to right, #262339, #403a62); }
  .About-text-video {
    width: 47%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 420px; }
  .About-text-inner {
    width: 48%; }
    .About-text-inner h6 {
      font-size: 36px;
      font-weight: bold;
      line-height: 1.28;
      color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 70px; }
      .About-text-inner h6 span {
        font-weight: normal;
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: 2.8px;
        color: #645e8c; }
    .About-text-inner p {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 1.6;
      color: #686876; }

.Business_partner {
  background-color: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 200px; }
  .Business_partner-text {
    width: 290px; }
    .Business_partner-text h6 {
      font-size: 36px;
      font-weight: bold;
      line-height: 1.28;
      color: #171721; }
    .Business_partner-text p {
      font-size: 14px;
      line-height: 1.71;
      color: #686876; }
  .Business_partner-slider {
    width: calc(95% - 290px); }
    .Business_partner-slider #Partner .swiper-wrapper .swiper-slide:last-child .Business_partner-item:after {
      display: none; }
  .Business_partner-item {
    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;
    position: relative;
    height: 160px; }
    .Business_partner-item:after {
      content: " ";
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      width: 2px;
      height: 100%;
      background-color: #dcdcdf;
      position: absolute;
      right: 0;
      top: 0; }
    .Business_partner-item img {
      max-width: 70%; }

.Blog {
  padding-bottom: 150px; }
  .Blog-in {
    padding-top: 60px;
    margin-right: -120px; }
  .Blog-item {
    margin-right: 120px;
    margin-bottom: 120px;
    width: calc(33.33% - 120px);
    position: relative; }
    .Blog-item-image {
      overflow: hidden; }
      .Blog-item-image img {
        -webkit-transition: 500ms;
        transition: 500ms; }
    .Blog-item-text {
      margin-top: 20px; }
      .Blog-item-text h6 {
        font-size: 14.4px;
        color: #bebebe; }
      .Blog-item-text h5 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 25.2px;
        color: #1d1d1d;
        font-weight: normal;
        line-height: 1; }
      .Blog-item-text p {
        margin-top: 5px;
        font-size: 15.3px;
        line-height: 1.5;
        color: #8d8d8d; }
      .Blog-item-text span {
        font-size: 12.6px;
        letter-spacing: 0.9px;
        color: #000000;
        text-decoration: underline; }

.References {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 200px; }
  .References-in {
    padding-top: 90px;
    max-width: 1200px; }
    .References-in:before {
      content: "";
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      height: 100%;
      width: 1px;
      position: absolute;
      background-color: white; }
    .References-in:after {
      content: "";
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      height: 1px;
      width: 100%;
      position: absolute;
      background-color: white; }
  .References-item {
    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;
    width: 20%;
    height: 160px;
    border-left: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8; }
    .References-item img {
      max-height: 75%;
      max-width: 75%;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      opacity: .5;
      -webkit-transition: 500ms;
      transition: 500ms; }
    .References-item:hover img {
      opacity: 1;
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      -webkit-transition: 500ms;
      transition: 500ms; }

.Comment {
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 120px; }
  .Comment-header {
    font-size: 48px;
    line-height: 1.04;
    text-align: center;
    color: #303858;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .Comment-header:before {
      content: "";
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      width: 182px;
      height: 85px;
      background-size: 182px 85px;
      background-image: url(../images/tirnak.svg); }
  .Comment-item {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 9999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .Comment-item-text {
      text-align: center;
      min-width: 800px;
      margin-top: 40px; }
      .Comment-item-text h6 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 500;
        color: #22273a; }
      .Comment-item-text p {
        font-size: 14px;
        color: #565866; }
    .Comment-item:last-child {
      border: none; }
    .Comment-item-img {
      position: relative; }
      .Comment-item-img:before {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        background-color: #a1a6b440;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        position: absolute;
        opacity: 1;
        border-radius: 100%; }
      .Comment-item-img:after {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        border: 1px solid #a1a6b440;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
        position: absolute;
        opacity: 1;
        border-radius: 100%; }
    .Comment-item img {
      -webkit-clip-path: circle(40px at center);
              clip-path: circle(40px at center);
      -webkit-animation: scale 0.2s linear infinite;
              animation: scale 0.2s linear infinite;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }
  .Comment #Comment {
    margin-top: 40px;
    width: 800px; }
    .Comment #Comment .swiper-slide {
      -webkit-transition: 500ms;
      transition: 500ms;
      opacity: 0.3;
      cursor: -webkit-grab;
      cursor: grab;
      -webkit-transform: scale(0.6);
              transform: scale(0.6); }
      .Comment #Comment .swiper-slide .Comment-item-text {
        display: none; }
    .Comment #Comment .swiper-slide-active {
      opacity: 1 !important;
      -webkit-transform: scale(1) !important;
              transform: scale(1) !important;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .Comment #Comment .swiper-slide-active .Comment-item-text {
        display: block; }

.Iletisim {
  padding-top: 100px;
  padding-bottom: 160px;
  position: relative; }
  .Iletisim-info {
    width: calc(100% - 510px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .Iletisim-info-item {
      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: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: 370px;
      font-size: 15px;
      color: #362d3f;
      line-height: normal;
      margin-right: 70px; }
      .Iletisim-info-item img {
        margin-bottom: 10px;
        height: 32px;
        width: 32px; }
  .Iletisim-form {
    -webkit-transform: translateY(-280px);
            transform: translateY(-280px);
    position: absolute;
    z-index: 99;
    top: 0;
    margin-right: 45px;
    right: calc((100vw - 1700px) / 2);
    padding: 50px;
    width: 511px;
    border-radius: 23px;
    -webkit-box-shadow: 20px 20px 100px 0 rgba(179, 99, 156, 0.15);
            box-shadow: 20px 20px 100px 0 rgba(179, 99, 156, 0.15);
    background-color: #ffffff; }
    .Iletisim-form h6 {
      font-size: 33px;
      font-weight: 500;
      color: #363253;
      margin-bottom: 40px; }
    .Iletisim-form-item {
      position: relative;
      margin-bottom: 40px; }
      .Iletisim-form-item label {
        pointer-events: none;
        left: 12px;
        font-size: 15px;
        color: #6e6e6e;
        position: absolute;
        top: 0;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .Iletisim-form-item input, .Iletisim-form-item textarea {
        background-color: transparent;
        border: none;
        color: #6b6b6b;
        font-size: 14px;
        border-radius: 0;
        border-bottom: 1px solid #eaeaea; }
        .Iletisim-form-item input:focus, .Iletisim-form-item input:valid, .Iletisim-form-item textarea:focus, .Iletisim-form-item textarea:valid {
          background-color: transparent;
          border-color: #e98870;
          color: #6b6b6b;
          -webkit-transition: 500ms;
          transition: 500ms;
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .Iletisim-form-item input:focus ~ label, .Iletisim-form-item input:valid ~ label, .Iletisim-form-item textarea:focus ~ label, .Iletisim-form-item textarea:valid ~ label {
            -webkit-transition: 500ms;
            transition: 500ms;
            opacity: 1;
            top: -13px;
            color: #e98870; }
  .Iletisim-social {
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%); }
    .Iletisim-social a {
      margin-left: 10px;
      color: white;
      opacity: 0.3;
      -webkit-transition: 500ms;
      transition: 500ms;
      font-size: 18px; }
      .Iletisim-social a:hover {
        opacity: 1;
        -webkit-transition: 500ms;
        transition: 500ms; }

.Teklif_form {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .Teklif_form h6 {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.88;
    color: #363253; }
  .Teklif_form .Iletisim-form-in {
    margin-top: 30px; }
  .Teklif_form-in {
    z-index: 999;
    margin-top: 50px;
    border-radius: 23px;
    -webkit-box-shadow: 20px 20px 100px 0 #342e48;
            box-shadow: 20px 20px 100px 0 #342e48;
    background-color: #ffffff;
    width: 934px;
    padding: 40px 50px; }
  .Teklif_form-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .Teklif_form .Iletisim-form-item {
    width: 48%; }
  .Teklif_form-upload {
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .Teklif_form-upload .cv-info {
      font-size: 14px;
      color: #6b6b6b; }

#upload {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0; }

.icon-camera {
  margin-right: 10px; }
  .icon-camera:before {
    content: "";
    display: inline-block;
    -webkit-transition: 500ms;
    transition: 500ms;
    min-width: 24px;
    height: 19px;
    background-size: 24px 19px;
    background-image: url(../images/icon-camera.svg); }

.Workshop {
  margin-bottom: 150px; }
  .Workshop .A_workshop-item {
    opacity: 1;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 30px; }
    .Workshop .A_workshop-item .icon-work {
      opacity: 0.12;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px); }
    .Workshop .A_workshop-item .A_workshop-item-text-inner a {
      -webkit-transform: translateY(30px);
              transform: translateY(30px); }
    .Workshop .A_workshop-item:nth-of-type(even) {
      background-image: linear-gradient(256deg, #f69065, #aa5da4); }
      .Workshop .A_workshop-item:nth-of-type(even) .A_workshop-item-text-inner a {
        margin-left: auto;
        background-image: none;
        background-color: #181535; }
      .Workshop .A_workshop-item:nth-of-type(even) .A_workshop-item-text-inner h5, .Workshop .A_workshop-item:nth-of-type(even) .A_workshop-item-text-inner p {
        color: white; }
  .Workshop-detail-info {
    padding: 80px 10% 30px 10%; }
    .Workshop-detail-info-text {
      width: calc(95% - 350px); }
      .Workshop-detail-info-text h2 {
        font-size: 56px;
        font-weight: 500;
        color: #121135;
        margin-bottom: 20px; }
      .Workshop-detail-info-text p {
        margin-bottom: 15px;
        opacity: 0.55;
        font-size: 13px;
        font-weight: 600;
        color: #121135;
        font-family: "Open Sans", sans-serif; }
    .Workshop-detail-info-image {
      width: 350px; }
  .Workshop-detail-do {
    position: relative; }
    .Workshop-detail-do .A_urunler-item p {
      bottom: 15px;
      left: 15px; }
    .Workshop-detail-do h6 {
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
      font-size: 38px;
      color: #222527;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1.2;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .Workshop-detail-do h6 span {
        font-size: 16px;
        letter-spacing: 0.8px;
        color: #aeaeae; }
    .Workshop-detail-do #Do {
      padding-top: 70px; }
      .Workshop-detail-do #Do .swiper-button-prev,
      .Workshop-detail-do #Do .swiper-button-next {
        position: absolute;
        top: 20px;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: 500ms;
        transition: 500ms;
        opacity: 0.35; }
        .Workshop-detail-do #Do .swiper-button-prev:hover,
        .Workshop-detail-do #Do .swiper-button-next:hover {
          opacity: 1;
          -webkit-transition: 500ms;
          transition: 500ms; }
      .Workshop-detail-do #Do .swiper-button-prev.swiper-button-disabled,
      .Workshop-detail-do #Do .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
        background-size: 27px 44px; }
      .Workshop-detail-do #Do .swiper-button-prev,
      .Workshop-detail-do #Do .swiper-container-rtl .swiper-button-next {
        background-image: url(../images/long_arrow-left.svg);
        left: auto;
        right: 55px;
        -webkit-transform: scale(0.7) translateX(10px);
                transform: scale(0.7) translateX(10px); }
        .Workshop-detail-do #Do .swiper-button-prev:hover,
        .Workshop-detail-do #Do .swiper-container-rtl .swiper-button-next:hover {
          -webkit-transform: scale(1) translateX(0px);
                  transform: scale(1) translateX(0px);
          -webkit-transition: 500ms;
          transition: 500ms; }
      .Workshop-detail-do #Do .swiper-button-next,
      .Workshop-detail-do #Do .swiper-container-rtl .swiper-button-prev {
        background-image: url(../images/long_arrow-right.svg);
        right: 0px;
        left: auto;
        -webkit-transform: scale(0.7) translateX(-10px);
                transform: scale(0.7) translateX(-10px); }
        .Workshop-detail-do #Do .swiper-button-next:hover,
        .Workshop-detail-do #Do .swiper-container-rtl .swiper-button-prev:hover {
          -webkit-transform: scale(1) translateX(0px);
                  transform: scale(1) translateX(0px);
          -webkit-transition: 500ms;
          transition: 500ms; }

.Teklif {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  height: 1166px;
  background-image: -webkit-gradient(linear, left top, right top, from(#262339), to(#403a62));
  background-image: linear-gradient(to right, #262339, #403a62); }
  .Teklif-in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px; }
  .Teklif-form {
    width: 510px;
    border-radius: 23px;
    -webkit-box-shadow: 20px 20px 100px 0 rgba(179, 99, 156, 0.15);
            box-shadow: 20px 20px 100px 0 rgba(179, 99, 156, 0.15);
    background-color: #ffffff;
    padding: 50px; }
    .Teklif-form h6 {
      font-size: 33px;
      font-weight: 500;
      line-height: 1.88;
      color: #363253;
      margin-bottom: 20px; }
    .Teklif-form-item {
      margin-bottom: 45px; }
      .Teklif-form-item input, .Teklif-form-item textarea {
        border-radius: 0;
        border: none;
        border-bottom: solid 2px #eaeaea;
        font-size: 15px;
        color: #000000; }
        .Teklif-form-item input::-webkit-input-placeholder, .Teklif-form-item textarea::-webkit-input-placeholder {
          font-size: 15px;
          color: #6e6e6e; }
        .Teklif-form-item input::-ms-input-placeholder, .Teklif-form-item textarea::-ms-input-placeholder {
          font-size: 15px;
          color: #6e6e6e; }
        .Teklif-form-item input::placeholder, .Teklif-form-item textarea::placeholder {
          font-size: 15px;
          color: #6e6e6e; }
        .Teklif-form-item input:focus, .Teklif-form-item textarea:focus {
          border-color: #e98870;
          -webkit-box-shadow: none;
                  box-shadow: none; }
  .Teklif-text {
    width: 560px;
    margin-left: 150px; }
    .Teklif-text h6 {
      font-size: 18px;
      width: 160px;
      line-height: 2.22;
      letter-spacing: 2px; }
    .Teklif-text h5 {
      font-weight: normal;
      font-size: 58px;
      line-height: 1;
      color: #ffffff; }
    .Teklif-text:after {
      margin-top: 30px;
      content: " ";
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      width: 60px;
      height: 5px;
      border-radius: 3px;
      background-image: linear-gradient(257deg, #f69065, #aa5da4); }

.Product {
  margin-bottom: 200px; }
  .Product .A_urunler-links {
    padding-bottom: 40px;
    height: auto;
    background-image: none; }
    .Product .A_urunler-links a {
      opacity: 0.59;
      color: #131434; }
    .Product .A_urunler-links .current {
      opacity: 1; }
  .Product .A_urunler-in {
    -webkit-transform: none;
            transform: none; }
  .Product-detail {
    padding-bottom: 150px; }
    .Product-detail-in {
      padding-top: 75px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 50px; }
    .Product-detail-text {
      width: 50%; }
      .Product-detail-text h5 {
        font-size: 3.5vw;
        line-height: 1.07;
        color: #282828;
        margin-bottom: 40px; }
      .Product-detail-text h6 {
        font-weight: normal;
        font-size: 22px;
        line-height: 1.2;
        color: #3e3e3e;
        margin-bottom: 30px; }
      .Product-detail-text p {
        font-size: 15px;
        line-height: 1.5;
        color: #8f959e;
        margin-bottom: 15px; }
    .Product-detail-image {
      width: 45%; }
    .Product-detail-galeri h6 {
      font-size: 16px;
      letter-spacing: 0.8px;
      color: #aeaeae; }
    .Product-detail-galeri h5 {
      font-size: 38px;
      font-weight: normal;
      line-height: 1.3;
      color: #222527;
      margin-bottom: 50px; }
    .Product-detail-links {
      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;
      margin-top: 30px;
      padding-left: 10%;
      padding-right: 10%; }
      .Product-detail-links-item {
        position: relative; }
        .Product-detail-links-item:after {
          position: absolute;
          left: -70px;
          bottom: 5px;
          content: "";
          display: inline-block;
          -webkit-transition: 500ms;
          transition: 500ms;
          width: 64px;
          height: 27px;
          background-size: 64px 27px;
          background-image: url(../images/long_arrow-right.svg); }
        .Product-detail-links-item:nth-of-type(1):after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .Product-detail-links-item:nth-of-type(2):after {
          right: -70px;
          left: auto; }
        .Product-detail-links-item span {
          opacity: 0.49;
          font-size: 19.2px;
          letter-spacing: 1.2px;
          color: #3e3e3e; }
        .Product-detail-links-item h6 {
          font-size: 33.6px;
          font-weight: normal;
          color: #3e3e3e;
          -webkit-transition: 500ms;
          transition: 500ms; }
        .Product-detail-links-item:hover h6 {
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-image: -webkit-gradient(linear, right top, left top, from(#f69065), to(#aa5da4));
          background-image: linear-gradient(to left, #f69065, #aa5da4);
          -webkit-transition: 500ms;
          transition: 500ms; }
        .Product-detail-links-item:hover:after {
          -webkit-filter: invert(69%) sepia(68%) saturate(3213%) hue-rotate(321deg) brightness(114%) contrast(83%);
                  filter: invert(69%) sepia(68%) saturate(3213%) hue-rotate(321deg) brightness(114%) contrast(83%); }

.Services {
  padding-bottom: 200px; }
  .Services-in {
    padding-top: 100px;
    padding-bottom: 100px; }
  .Services .A_services-item {
    width: calc(50% - 130px);
    margin-right: 65px;
    margin-left: 65px;
    padding-left: 60px;
    border-radius: 14.4px;
    -webkit-transition: 500ms;
    transition: 500ms;
    margin-bottom: 80px; }
    .Services .A_services-item:hover {
      -webkit-box-shadow: 0 23px 63px -20px #121135;
              box-shadow: 0 23px 63px -20px #121135;
      background-color: #121135;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .Services .A_services-item:hover .A_services-item-icon {
        -webkit-filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(96deg) brightness(114%) contrast(106%);
                filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(96deg) brightness(114%) contrast(106%);
        -webkit-transition: 500ms;
        transition: 500ms; }
      .Services .A_services-item:hover h6, .Services .A_services-item:hover p {
        color: white; }
    .Services .A_services-item-icon {
      width: 238px;
      height: 215px;
      bottom: -53px;
      right: -20px; }
  .Services-galeri {
    margin-right: -30px; }
    .Services-galeri-item {
      position: relative;
      margin-right: 30px;
      margin-bottom: 30px;
      height: 25vw;
      width: calc(33.33% - 30px); }
.Services-galeri-item .galeri-foto {
  height: 100%;
  object-fit: cover;
}
      .Services-galeri-item:before {
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(44deg, #121135, #3b2d36); }
      .Services-galeri-item:after {
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 56px;
        height: 56px;
        background-size: 56px 56px;
        background-image: url(../images/plus.svg); }
      .Services-galeri-item:hover:before {
        opacity: 0.93;
        -webkit-transition: 500ms;
        transition: 500ms; }
      .Services-galeri-item:hover:after {
        opacity: 1;
        -webkit-transition: 500ms;
        transition: 500ms; }

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (max-width: 991px) {
  .A_urunler-item-image{
    height: 150px;
  }



  .mobile {
    display: block !important; }
  .mobile-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .desktop {
    display: none !important; }
  .Navtop {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    overflow: hidden; }
    .Navtop .navbar {
      padding: 0px; }
      .Navtop .navbar-brand {
        padding: 0; }
        .Navtop .navbar-brand:before {
          width: 120px;
          height: 60px;
          background-size: 120px 60px; }
    .Navtop-index {
      -webkit-transform: none;
              transform: none; }
    .Navtop-top {
      display: none; }
    .Navtop-bottom {
      -webkit-transform: none;
              transform: none; }
    .Navtop-mobile {
      background-color: white;
      -webkit-transition: 600ms;
      transition: 600ms;
      -webkit-box-shadow: 0px 8px 28px -16px rgba(250, 125, 65, 0.6);
              box-shadow: 0px 8px 28px -16px rgba(250, 125, 65, 0.6); }
    .Navtop-form .navbar-brand:before {
      background-image: url(../images/logo.png); }
  .buton {
    width: 150px;
    height: 50px;
    border-radius: 4px;
    font-size: 13px; }
    .buton-radius {
      border-radius: 24px; }
  .Slider {
    padding-top: 88px; }
    .Slider #slider .swiper-slide {
      background-image: none;
      height: auto; }
    .Slider #slider .slide_text {
      text-align: center;
      top: 35%; }
      .Slider #slider .slide_text:before {
        -webkit-transform: translateY(60px);
                transform: translateY(60px); }
      .Slider #slider .slide_text h6 {
        font-size: 15px; }
        .Slider #slider .slide_text h6:before {
          -webkit-transform: rotate(-90deg) translateX(-10px) translateY(-10px);
                  transform: rotate(-90deg) translateX(-10px) translateY(-10px); }
        .Slider #slider .slide_text h6:after {
          -webkit-transform: translateY(30px) translateX(10px);
                  transform: translateY(30px) translateX(10px); }
      .Slider #slider .slide_text h1 {
        font-size: 32px; }
      .Slider #slider .slide_text p {
        display: none; }
      .Slider #slider .slide_text-links {
        margin-top: 30px; }
        .Slider #slider .slide_text-links a {
          margin-left: 10px;
          margin-right: 10px; }
    .Slider-contact {
      position: absolute;
      bottom: 60px;
      right: calc((100vw - 1700px + 45px) / 2); }
      .Slider-contact a {
        display: block;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -0.08px;
        color: #4e454d;
        -webkit-transition: 500ms;
        transition: 500ms; }
        .Slider-contact a:hover {
          -webkit-transform: translateY(-5px);
                  transform: translateY(-5px);
          -webkit-transition: 500ms;
          transition: 500ms; }
    .Slider-icon {
      display: none; }
  .A_kurumsal {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 40px; }
    .A_kurumsal-in {
      max-height: none;
      height: auto;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .A_kurumsal-text {
      padding-right: 0;
      text-align: center; }
      .A_kurumsal-text h6 {
        font-size: 40px;
        margin-bottom: 20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .A_kurumsal-text h6 span {
          position: relative; }
          .A_kurumsal-text h6 span:before {
            top: -25px; }
        .A_kurumsal-text h6:after {
          -webkit-transform: translate(20px, 10px);
                  transform: translate(20px, 10px); }
      .A_kurumsal-text p {
        font-size: 14px;
        line-height: 1.3; }
      .A_kurumsal-text a {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto; }
    .A_kurumsal-social {
      margin-top: 20px; }
    .A_kurumsal:before {
      -webkit-transform: translateY(20%);
              transform: translateY(20%);
      width: 50%;
      height: 40%;
      background-size: 100% 100%; }
  .A_urunler {
    overflow: hidden; }
    .A_urunler-links {
      padding-top: 25px;
      padding-bottom: 25px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: auto; }
      .A_urunler-links a {
        font-size: 14px;
        margin-top: 10px; }
    .A_urunler-in {
      margin-right: -10px;
      -webkit-transform: translateY(10px);
              transform: translateY(10px); }
    .A_urunler-item {
      width: calc(50% - 10px); }
      .A_urunler-item p {
        font-size: 14px;
        letter-spacing: 1px;
        right: 10px; }
        .A_urunler-item p span {
          font-size: 11px; }
    .A_urunler-all {
      margin-top: 30px; }
  .A_workshop {
    overflow: hidden;
    padding-top: 100px; }
  .A_workshop-in{
    width: 100%;
     }
    .A_workshop-in {
      margin-top: 30px; }
    .A_workshop-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 20px; }
      .A_workshop-item:last-child {
        margin-bottom: 0; }
      .A_workshop-item-text {
        padding-right: 0%; }
        .A_workshop-item-text-inner h5 {
          font-size: 28px; }
        .A_workshop-item-text-inner p {
          font-size: 12px; }
      .A_workshop-item:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .A_workshop-item:nth-of-type(even) .A_workshop-item-text {
          padding-left: 0%; }
          .A_workshop-item:nth-of-type(even) .A_workshop-item-text .icon-count {
            margin-right: 60px; }
          .A_workshop-item:nth-of-type(even) .A_workshop-item-text-in {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse; }
            .A_workshop-item:nth-of-type(even) .A_workshop-item-text-in .icon-work {
              margin-right: 0;
              margin-left: 10px; }
  .A_services {
    overflow: hidden;
    padding-top: 60px; }
    .A_services-text {
      padding-right: 30px;
      padding-left: 30px;
      font-size: 13px; }
    .A_services-item {
      height: 360px;
      margin-bottom: 60px;
      padding-left: 30px;
      padding-right: 20px; }
      .A_services-item h5 {
        font-size: 20px; }
      .A_services-item h6 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .A_services-item p {
        font-size: 13px; }
  .Navbottom {
    margin-top: 0; }
    .Navbottom:before {
      display: none; }
    .Navbottom-text {
      opacity: 0.28;
      font-size: 104px;
      font-weight: bold;
      text-align: right;
      color: #ffffff;
      position: absolute;
      right: 0;
      z-index: 9;
      bottom: 20px; }
    .Navbottom-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .Navbottom-left {
      height: auto;
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 20px;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .Navbottom-left-logo {
        margin-bottom: 20px;
        padding-right: 0px;
        z-index: 99999;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
        .Navbottom-left-logo:before {
          width: 120px;
          height: 62px;
          background-size: 120px 62px; }
      .Navbottom-left p {
        max-width: none;
        padding-right: 0px;
        font-size: 14px;
        text-align: center;
        margin-bottom: 15px; }
    .Navbottom-right {
      height: 300px;
      width: 100%; }
      .Navbottom-right:before {
        display: none; }
      .Navbottom-right-in {
        height: 100%;
        padding-left: 0px; }
      .Navbottom-right #map {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        height: 100%;
        width: 100%;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    .Navbottom .copy {
      position: relative;
      z-index: 99;
      background-color: #e9e9e9; }
      .Navbottom .copy .container {
        padding: 0 !important; }
      .Navbottom .copy-inner {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .Navbottom .footer-text {
      font-size: 14px;
      letter-spacing: -0.17px;
      color: #121135; }
      .Navbottom .footer-text a {
        text-decoration: underline; }
  .Banner {
    overflow: hidden;
    padding-top: 88px; }
    .Banner-in {
      height: auto;
      background-image: none; }
    .Banner-text {
      text-align: center;
      z-index: 2;
      padding-left: 30px;
      padding-right: 30px; }
      .Banner-text h6 {
        font-size: 32px; }
        .Banner-text h6:before {
          top: -15px; }
        .Banner-text h6:after {
          margin-top: -15px;
          right: -45px; }
      .Banner-text p {
        font-size: 13px; }
    .Banner-p_detay .Banner-in {
      height: auto; }
    .Banner-p_detay-text {
      right: 0px;
      left: 0px;
      text-align: left; }
      .Banner-p_detay-text-left h6 {
        font-size: 32px; }
      .Banner-p_detay-text-left span {
        font-size: 15px; }
      .Banner-p_detay-text-social a {
        margin-top: 2px;
        margin-bottom: 2px; }
  .About {
    overflow: hidden; }
    .About-us {
      padding-bottom: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .About-us-left {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        width: 100%;
        text-align: center; }
        .About-us-left h6 {
          font-size: 13px; }
        .About-us-left h4 {
          font-size: 28px; }
        .About-us-left h5 {
          font-size: 17px;
          margin-top: 10px;
          color: #222527; }
        .About-us-left p {
          font-size: 14px; }
      .About-us-slider {
        width: 100%; }
        .About-us-slider #About {
          padding-top: 80px; }
          .About-us-slider #About .swiper-button-prev,
          .About-us-slider #About .swiper-button-next {
            top: 50px; }
    .About-text {
      position: relative;
      padding-top: 0px; }
      .About-text:before {
        display: none; }
      .About-text-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .About-text-video {
        width: 100%;
        height: 300px; }
      .About-text-inner {
        margin-top: 30px;
        width: 100%;
        text-align: center; }
        .About-text-inner h6 {
          font-size: 28px;
          margin-bottom: 20px;
          color: #645e8c; }
          .About-text-inner h6 span {
            font-size: 13px; }
        .About-text-inner p {
          margin-bottom: 10px;
          font-size: 13px; }
  .Business_partner {
    overflow: hidden;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .Business_partner-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .Business_partner-text {
      width: 100%;
      text-align: center; }
      .Business_partner-text h6 {
        font-size: 28px; }
      .Business_partner-text p {
        font-size: 13px; }
    .Business_partner-slider {
      padding-top: 40px;
      width: 100%; }
    .Business_partner-item {
      height: 140px; }
      .Business_partner-item:after {
        content: " ";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 2px;
        height: 100%;
        background-color: #dcdcdf;
        position: absolute;
        right: 0;
        top: 0; }
      .Business_partner-item img {
        max-width: 70%; }
  .Workshop {
    overflow: hidden; }
    .Workshop .A_workshop-item {
      opacity: 1;
      padding: 20px 15px 0 15px; }
      .Workshop .A_workshop-item .A_workshop-item-text-inner a {
        -webkit-transform: translateY(10px);
                transform: translateY(10px); }
    .Workshop-detail-info {
      padding: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .Workshop-detail-info-text {
        margin-top: 20px;
        width: 100%;
        text-align: center; }
        .Workshop-detail-info-text h2 {
          font-size: 32px;
          margin-bottom: 10px; }
        .Workshop-detail-info-text p {
          margin-bottom: 10px; }
      .Workshop-detail-info-image {
        width: 100%; }
    .Workshop-detail-do h6 {
      font-size: 28px; }
      .Workshop-detail-do h6 span {
        font-size: 14px; }
  .Teklif {
    overflow: hidden;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto; }
    .Teklif-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
    .Teklif-form {
      margin-top: 30px;
      width: 100%;
      border-radius: 23px;
      -webkit-box-shadow: 20px 20px 100px 0 rgba(179, 99, 156, 0.15);
              box-shadow: 20px 20px 100px 0 rgba(179, 99, 156, 0.15);
      background-color: #ffffff;
      padding: 30px 20px; }
      .Teklif-form-in {
        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-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .Teklif-form h6 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 20px; }
      .Teklif-form-item {
        width: 100%;
        margin-bottom: 25px; }
    .Teklif-text {
      width: 100%;
      margin-left: 0px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; }
      .Teklif-text h6 {
        font-size: 16px;
        width: auto; }
      .Teklif-text h5 {
        font-size: 32px; }
  .Product {
    overflow: hidden;
    margin-bottom: 50px; }
    .Product .A_urunler-links {
      padding-bottom: 30px; }
    .Product-detail {
      padding-bottom: 50px; }
      .Product-detail-in {
        padding-top: 4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 50px; }
      .Product-detail-text {
        width: 100%;
        margin-top: 30px;
        text-align: center; }
        .Product-detail-text h5 {
          font-size: 18px;
          margin-bottom: 20px; }
        .Product-detail-text h6 {
          margin-bottom: 20px; }
        .Product-detail-text p {
          font-size: 14px;
          margin-bottom: 10px; }
      .Product-detail-image {
        width: 100%; }
      .Product-detail-galeri {
        text-align: center; }
        .Product-detail-galeri h6 {
          font-size: 14px; }
        .Product-detail-galeri h5 {
          font-size: 28px;
          margin-bottom: 30px; }
      .Product-detail-links {
        padding-left: 30px;
        padding-right: 30px; }
        .Product-detail-links-item:after {
          left: -40px;
          bottom: 5px;
          width: 40px;
          height: 18px;
          background-size: 40px 18px; }
        .Product-detail-links-item:nth-of-type(1):after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .Product-detail-links-item:nth-of-type(2) {
          text-align: right; }
          .Product-detail-links-item:nth-of-type(2):after {
            right: -40px; }
        .Product-detail-links-item span {
          font-size: 16px; }
        .Product-detail-links-item h6 {
          font-size: 24px; }
        .Product-detail-links-item:hover h6 {
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-image: -webkit-gradient(linear, right top, left top, from(#f69065), to(#aa5da4));
          background-image: linear-gradient(to left, #f69065, #aa5da4);
          -webkit-transition: 500ms;
          transition: 500ms; }
        .Product-detail-links-item:hover:after {
          -webkit-filter: invert(69%) sepia(68%) saturate(3213%) hue-rotate(321deg) brightness(114%) contrast(83%);
                  filter: invert(69%) sepia(68%) saturate(3213%) hue-rotate(321deg) brightness(114%) contrast(83%); }
  .Services {
    padding-bottom: 40px;
    overflow: hidden; }
    .Services-in {
      padding-top: 40px;
      padding-bottom: 30px; }
    .Services .A_services-item {
      width: 100%;
      margin-right: 0px;
      margin-left: 0px;
      padding-left: 40px;
      margin-bottom: 30px; }
      .Services .A_services-item:nth-of-type(even) {
        background-color: #121135;
        -webkit-transition: 500ms;
        transition: 500ms; }
        .Services .A_services-item:nth-of-type(even) .A_services-item-icon {
          -webkit-filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(96deg) brightness(114%) contrast(106%);
                  filter: invert(93%) sepia(0%) saturate(7500%) hue-rotate(96deg) brightness(114%) contrast(106%);
          -webkit-transition: 500ms;
          transition: 500ms; }
        .Services .A_services-item:nth-of-type(even) h6, .Services .A_services-item:nth-of-type(even) p {
          color: white; }
    .Services-galeri {
      margin-right: -15px; }
      .Services-galeri-item {
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(33.33% - 15px); }
        .Services-galeri-item:after {
          width: 24px;
          height: 24px;
          background-size: 24px 24px; }
  .Blog {
    padding-bottom: 50px;
    overflow: hidden; }
    .Blog-in {
      padding-top: 30px;
      margin-right: 0px; }
    .Blog-item {
      margin-right: 0px;
      margin-bottom: 40px;
      width: 100%; }
      .Blog-item-text {
        margin-top: 10px; }
        .Blog-item-text h6 {
          font-size: 13px; }
        .Blog-item-text h5 {
          font-size: 20px; }
        .Blog-item-text p {
          font-size: 13px; }
  .References {
    overflow: hidden;
    padding-bottom: 70px; }
    .References-in {
      padding-top: 30px; }
    .References-item {
      width: 33.33%;
      height: 130px; }
      .References-item img {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
        opacity: 1; }
  .Comment {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    position: relative; }
    .Comment-header {
      font-size: 28px; }
      .Comment-header:before {
        width: 130px;
        height: 60px;
        background-size: 130px 60px; }
    .Comment-item {
      padding-top: 60px; }
      .Comment-item-text {
        min-width: auto;
        margin-top: 40px; }
        .Comment-item-text p {
          font-size: 13px; }
    .Comment #Comment {
      margin-top: 20px; }
  .Iletisim {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden; }
    .Iletisim-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .Iletisim-info {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .Iletisim-info-item {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: none;
        font-size: 14px;
        margin-right: 0px;
        text-align: center;
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px; }
    .Iletisim-form {
      margin-top: 30px;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      position: relative;
      top: auto;
      margin-right: 45px;
      right: auto;
      padding: 40px 20px;
      width: 100%; }
      .Iletisim-form h6 {
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px; }
      .Iletisim-form .buton {
        margin-left: auto;
        margin-right: auto; }
    .Iletisim-social {
      display: none; }
  .Teklif_form {
    padding-bottom: 30px;
    height: auto;
    min-height: 100vh;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px; }
    .Teklif_form h6 {
      font-size: 24px;
      text-align: center; }
    .Teklif_form .buton {
      margin-right: auto; }
    .Teklif_form-in {
      position: relative !important;
      -webkit-transform: none !important;
              transform: none !important;
      left: auto !important;
      margin-top: 40px;
      width: 100%;
      padding: 30px; }
    .Teklif_form-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .Teklif_form .Iletisim-form-item {
      width: 100%; }
  .modal {
    padding: 0 !important; }
    .modal-header h5 {
      font-size: 17px;
      margin-bottom: 10px; }
    .modal .modal-dialog {
      -webkit-transform: none !important;
              transform: none !important;
      top: 100px;
      margin-top: 0;
      margin-left: 20px;
      margin-right: 20px; }
    .modal .modal-content {
      padding: 25px; }
    .modal .modal-header h5 {
      font-size: 24px; }
    .modal .modal-header .close {
      width: 66px;
      height: 50px;
      top: -20px;
      right: -25px; }
      .modal .modal-header .close:before {
        content: "";
        display: inline-block;
        -webkit-transition: 500ms;
        transition: 500ms;
        width: 40px;
        height: 40px;
        background-size: 40px 40px; }
    .modal .modal-body {
      margin-top: 20px; }
      .modal .modal-body p {
        font-size: 13px; }
  .button {
    display: inline !important; }
  .navbar-collapse-menu {
    display: none; }
  .icon-work {
    margin-right: 10px; }
    .icon-work:before {
      min-width: 50px;
      height: 50px;
      background-size: 50px 50px; }
  .carpenter:before {
    width: 200px;
    height: 210px;
    background-size: 200px 210px; }
  .iron:before {
    width: 200px;
    height: 210px;
    background-size: 200px 210px; }
  .acrylic:before {
    width: 200px;
    height: 240px;
    background-size: 200px 240px; }
  .press:before {
    width: 200px;
    height: 230px;
    background-size: 200px 230px; }
  .icon-count {
    font-size: 16px;
    margin-left: 60px;
    height: 40px;
    background-size: 40px 40px; } }

@media (min-width: 991px) and (max-width: 1367px) {
  .Navbottom-left {
    width: 40%;
    padding-top: 40px; }
    .Navbottom-left-logo {
      margin-bottom: 30px; }
      .Navbottom-left-logo:before {
        width: 180px;
        height: 90px;
        background-size: 180px 90px; }
    .Navbottom-left p {
      font-size: 14px; }
  .Navbottom-right {
    width: 60%; }
    .Navbottom-right #map {
      height: 450px; }
  .A_kurumsal-text h6 {
    font-size: 55px; }
    .A_kurumsal-text h6 span:before {
      top: -25px; }
    .A_kurumsal-text h6:after {
      -webkit-transform: translate(25px, 25px);
              transform: translate(25px, 25px); }
  .A_kurumsal-text p {
    font-size: 14px; }
  .A_kurumsal-text a {
    margin-top: 22px; }
  .A_urunler-links a {
    margin-right: 10px;
    margin-left: 10px; }
  .A_urunler-item {
    width: calc(33.33% - 10px); }
  .A_workshop {
    margin-top: 160px; }
    .A_workshop-item {
      margin-bottom: 50px; }
      .A_workshop-item-text-inner h5 {
        font-size: 40px; }
      .A_workshop-item-text-inner p {
        font-size: 12px; }
      .A_workshop-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
        .A_workshop-item:nth-of-type(even) .A_workshop-item-text .icon-count {
          margin-right: 75px; }
        .A_workshop-item:nth-of-type(even) .A_workshop-item-text-in .icon-work {
          margin-right: 0; }
  .About-us {
    padding-top: 0px;
    padding-bottom: 100px; }
    .About-us-left {
      width: 450px; }
    .About-us-slider {
      width: calc(98% - 450px); }
  .About-text {
    position: relative;
    padding-top: 70px; }
    .About-text:before {
      height: 160px; }
    .About-text-video {
      height: 360px; }
    .About-text-inner h6 {
      margin-bottom: 50px; }
    .About-text-inner p {
      margin-bottom: 10px;
      font-size: 13px; }
  .Business_partner {
    padding-top: 90px;
    padding-bottom: 90px; }
    .Business_partner-text {
      width: 260px; }
  .Teklif {
    padding-top: 30px;
    height: 900px; }
    .Teklif-form {
      width: 400px;
      padding: 40px; }
      .Teklif-form-item {
        margin-bottom: 40px; }
    .Teklif-text {
      width: 400px;
      margin-left: 50px; }
      .Teklif-text h5 {
        font-size: 48px; }
  .Services .A_services-item {
    width: calc(50% - 50px);
    margin-right: 25px;
    margin-left: 25px;
    padding-left: 40px;
    margin-bottom: 50px; }
  .Blog-in {
    padding-top: 40px;
    margin-right: -40px; }
  .Blog-item {
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(33.33% - 40px);
    position: relative; }
    .Blog-item-image {
      overflow: hidden; }
      .Blog-item-image img {
        -webkit-transition: 500ms;
        transition: 500ms; }
    .Blog-item-text {
      margin-top: 20px; }
      .Blog-item-text h6 {
        font-size: 14px; }
      .Blog-item-text h5 {
        font-size: 18px; }
      .Blog-item-text p {
        font-size: 14px; }
  .Iletisim {
    padding-top: 50px; }
    .Iletisim-info {
      width: calc(100% - 400px);
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .Iletisim-info-item {
        margin-right: 30px;
        margin-bottom: 30px; }
    .Iletisim-form {
      padding: 40px;
      width: 400px; }
      .Iletisim-form h6 {
        font-size: 28px;
        margin-bottom: 30px; }
      .Iletisim-form-item {
        position: relative;
        margin-bottom: 40px; }
        .Iletisim-form-item label {
          font-size: 14px; }
  .Banner-text p {
    max-width: 475px; }
  .icon-work:before {
    min-width: 60px;
    height: 60px;
    background-size: 60px 60px; }
  .carpenter:before {
    width: 280px;
    height: 290px;
    background-size: 280px 290px; }
  .iron:before {
    width: 330px;
    height: 290px;
    background-size: 330px 290px; }
  .acrylic:before {
    width: 290px;
    height: 300px;
    background-size: 290px 300px; }
  .press:before {
    width: 290px;
    height: 290px;
    background-size: 290px 290px; }
  .icon-count {
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    margin-left: 75px; }
  .Banner-text h6 {
    font-size: 44px; } }

@media (min-width: 991px) and (max-width: 1280px) {
  .Navtop .navbar-brand:before {
    width: 200px;
    height: 100px;
    background-size: 200px 100px; }
  .Navtop .navbar-collapse-menu .nav-item {
    margin-left: 5px; }
    .Navtop .navbar-collapse-menu .nav-item .nav-link {
      font-size: 13px; } }

@media (max-width: 1700px) {
  .Slider-video {
    left: 45px; }
  .Slider-contact {
    right: 45px; }
  .Iletisim-form {
    right: 0; } }
