/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  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; }

.Banner {
  position: relative;
  z-index: 9;
  background-color: #F1EBDF; }
  .Banner:before {
    z-index: -1;
    position: absolute;
    right: 0;
    top: -90px;
    bottom: 130px;
    min-width: calc(290px);
    width: calc((100vw - 1350px) / 2 + 290px);
    content: "";
    display: none;
    transition: 500ms;
    background-color: #F1EBDF; }
  .Banner:after {
    z-index: -1;
    position: absolute;
    right: 0;
    height: 300px;
    bottom: -130px;
    min-width: calc(290px);
    width: calc((100vw - 1350px) / 2 + 45px);
    content: "";
    display: none;
    transition: 500ms;
    background-color: #F1EBDF; }
  .Banner .container {
    max-width: 1750px; }
  .Banner-in {
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .Banner-in .container {
      max-width: 1450px; }
  .Banner .Slider-collections a:before {
    content: "";
    position: absolute;
    display: inline-block;
    transition: 500ms;
    width: 94px;
    height: 94px;
    border-radius: 100%;
    background-color: white;
    top: 20px;
    left: -33px;
    transform: translateY(-50%);
    z-index: -1; }
  .Banner .Slider-collections a:after {
    display: none; }
  .Banner .Slider-collections a:hover:after {
    transition: 500ms;
    transform: translateX(10px); }
  .Banner .Slider-collections span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #029aa8; }
  .Banner .Slider-collections h6 {
    margin-bottom: 30px;
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    color: #000000; }
  .Banner .Slider-collections p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.27; }
  .Banner-play {
    font-size: 16px;
    font-weight: 600;
    color: #000000 !important;
    display: flex;
    align-items: center;
    margin-top: 25px; }
    .Banner-play:before {
      margin-right: 5px;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 28px;
      height: 28px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-play.svg); }
  .Banner-text h5 {
    font-size: 43px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    margin-bottom: 50px; }
  .Banner-text h6 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 4px;
    line-height: 1;
    color: white; }
  .Banner-text h4 {
    font-size: 43px;
    font-weight: 500;
    line-height: 1;
    color: white; }
  .Banner-short:after {
    display: none; }
  .Banner-text_center {
    text-align: center;
    width: 85%;
    z-index: 9; }
    .Banner-text_center h1 {
      font-size: 43px;
      font-weight: 500;
      line-height: normal;
      color: #575757;
      margin-bottom: 10px; }
    .Banner-text_center p {
      font-size: 14px;
      font-weight: 500;
      line-height: normal;
      color: white; }
  .Banner-career .Banner-in {
    background-color: #e3eaec;
    height: 400px; }
  .Banner-career .Banner-text_center h4 {
    font-size: 43px;
    font-weight: 500;
    line-height: normal;
    color: #029aa8;
    margin-bottom: 10px; }
  .Banner-career .Banner-text_center h6 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 4px;
    color: #000000;
    line-height: 1; }
  .Banner-career .Banner-text_center h5 {
    font-size: 43px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    margin-bottom: 40px; }
  .Banner-career .Banner-text_center p {
    padding-left: 10%;
    padding-right: 10%;
    opacity: 0.58;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #121212; }
  .Banner .Fruits {
    animation: snow 6s linear infinite; }

@keyframes snow {
  from {
    background-position: center 0; }
  to {
    background-position: center 360px; } }
  .Banner .Shape {
    position: absolute;
    display: block;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 9; }
    .Banner .Shape img {
      width: 100%; }
    .Banner .Shape .havuc {
      position: absolute;
      left: 10%;
      animation: snow 6s linear infinite;
      max-width: 60px; }
    .Banner .Shape .cilek {
      position: absolute;
      left: 20%;
      animation: snow 6s linear infinite;
      max-width: 180px; }
    .Banner .Shape .elma {
      position: absolute;
      right: 10%;
      animation: snow 6s linear infinite;
      max-width: 120px; }
    .Banner .Shape .ananas {
      position: absolute;
      right: 40%;
      animation: snow4 6s linear infinite;
      max-width: 160px;
      animation-delay: 8s;
      opacity: 0; }
    .Banner .Shape .brokoli {
      position: absolute;
      right: 34%;
      animation: snow2 6s linear infinite;
      max-width: 120px; }
    .Banner .Shape .domates {
      position: absolute;
      right: 50%;
      animation: snow4 6s linear infinite;
      max-width: 120px;
      animation-delay: 8s;
      opacity: 0; }
    .Banner .Shape .kabak {
      position: absolute;
      right: 60%;
      animation: snow4 6s linear infinite;
      max-width: 120px;
      animation-delay: 8s;
      opacity: 0; }
    .Banner .Shape .patlican {
      position: absolute;
      right: 25%;
      animation: snow 6s linear infinite;
      max-width: 140px; }
    .Banner .Shape .ispanak {
      position: absolute;
      right: 10%;
      animation: snow3 6s linear infinite;
      max-width: 120px;
      animation-delay: 6s;
      opacity: 0; }
    .Banner .Shape .marul {
      position: absolute;
      right: 70%;
      animation: snow2 6s linear infinite;
      animation-delay: 3s;
      opacity: 0;
      max-width: 120px; }
    .Banner .Shape .patates {
      position: absolute;
      right: 90%;
      animation: snow2 6s linear infinite;
      animation-delay: 3s;
      opacity: 0;
      max-width: 120px; }
    .Banner .Shape .sogan {
      position: absolute;
      right: 30%;
      animation: snow2 6s linear infinite;
      animation-delay: 3s;
      opacity: 0;
      max-width: 120px; }
    .Banner .Shape .salatalik {
      position: absolute;
      right: 23%;
      animation: snow2 6s linear infinite;
      animation-delay: 3s;
      opacity: 0;
      max-width: 120px; }
    .Banner .Shape .portakal {
      position: absolute;
      right: 15%;
      animation: snow2 6s linear infinite;
      animation-delay: 3s;
      opacity: 0;
      max-width: 120px; }

@keyframes snow {
  from {
    top: -20%;
    transform: rotate(90deg) translate(10%, 10%); }
  to {
    top: 150%;
    transform: rotate(0); } }

@keyframes snow2 {
  from {
    top: -20%;
    opacity: 1;
    transform: rotate(90deg) translate(10%, 10%); }
  to {
    top: 150%;
    opacity: 1;
    transform: rotate(0); } }

@keyframes snow3 {
  from {
    top: -20%;
    opacity: 1;
    transform: rotate(90deg) translate(10%, 10%); }
  to {
    top: 150%;
    opacity: 1;
    transform: rotate(0); } }

@keyframes snow4 {
  from {
    top: -20%;
    opacity: 1;
    transform: rotate(90deg) translate(10%, 10%); }
  to {
    top: 150%;
    opacity: 1;
    transform: rotate(0); } }
    @media (max-width: 991px) {
      .Banner .Shape .cilek, .Banner .Shape .domates, .Banner .Shape .kabak, .Banner .Shape .salatalik {
        display: none; } }

.buton {
  position: relative;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  z-index: 1;
  cursor: pointer; }

.lv_skin canvas {
  opacity: 0 !important; }

.nohover {
  pointer-events: none; }

.mobile {
  display: none !important; }

.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .scroll p {
    font-size: 16px;
    font-weight: 500;
    color: #16381D; }
  .scroll img {
    height: 40px; }

.scroll span {
  margin-top: 3px;
  display: block;
  width: 3px;
  height: 8px;
  border-radius: 4px;
  background: #16381D;
  border: 1px solid transparent;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: scroll;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -1px; }

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

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

body {
  font-family: "Nevia BT W01 Regular"; }
  body i {
    display: flex;
    align-items: center;
    justify-content: center; }
    body i:before {
      content: "";
      display: inline-block;
      margin-left: 0 !important; }
  body .container {
    max-width: 1450px;
    padding-left: 45px;
    padding-right: 45px; }

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #F1EBDF;
  display: flex;
  justify-content: center;
  align-items: center; }

@font-face {
  font-family: "Nevia BT W01 Regular";
  src: url("../font/nevia/b5829b0e1e5173b1861c1a8fd711e85f.eot");
  /* IE9*/
  src: url("../font/nevia/b5829b0e1e5173b1861c1a8fd711e85f.eot?#iefix") format("embedded-opentype"), url("../font/nevia/b5829b0e1e5173b1861c1a8fd711e85f.woff2") format("woff2"), url("../font/nevia/b5829b0e1e5173b1861c1a8fd711e85f.woff") format("woff"), url("../font/nevia/b5829b0e1e5173b1861c1a8fd711e85f.ttf") format("truetype"), url("../font/nevia/b5829b0e1e5173b1861c1a8fd711e85f.svg#Nevia BT W01 Regular") format("svg");
  /* iOS 4.1- */ }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Light.ttf);
  font-weight: 300; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Regular.ttf);
  font-weight: normal; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-SemiBold.ttf);
  font-weight: 500; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Bold.ttf);
  font-weight: 600; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-ExtraBold.ttf);
  font-weight: 800; }

@font-face {
  font-family: 'gilroy';
  src: url(../font/gilroy/Gilroy-Black.ttf);
  font-weight: 900; }

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

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

.desktop {
  display: block; }

.Navtop {
  width: 100%;
  z-index: 9999;
  position: relative;
  transition: 500ms; }
  .Navtop .navbar-brand {
    margin-top: 0;
    display: flex;
    margin-right: 0;
    align-items: center; }
    .Navtop .navbar-brand:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 125px;
      height: 80px;
      background-size: auto 100%;
      background-image: url(../images/logo.png);
      background-repeat: no-repeat; }
  .Navtop .navbar {
    position: relative;
    z-index: 99; }
    .Navtop .navbar-nav {
      transition: 400ms; }
      .Navtop .navbar-nav .nav-item {
        margin-left: 25px;
        position: relative;
        align-items: center;
        display: flex;
        justify-content: center;
        height: 90px; }
        .Navtop .navbar-nav .nav-item-language .nav-link {
          font-size: 18px; }
          .Navtop .navbar-nav .nav-item-language .nav-link i {
            margin-right: 12px; }
      .Navtop .navbar-nav .nav-link {
        text-align: center;
        padding: 0px 5px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2.1px;
        color: #575757;
        position: relative;
        transition: 500ms; }
        .Navtop .navbar-nav .nav-link:hover {
          color: #8DA14F;
          transition: 500ms; }
      .Navtop .navbar-nav .active .nav-link {
        color: #000; }
    .Navtop .navbar-collapse {
      position: fixed;
      left: 0;
      right: 0;
      top: 89px;
      bottom: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      transition: 300ms;
      opacity: 0;
      pointer-events: none; }
      .Navtop .navbar-collapse-in {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .Navtop .navbar-collapse:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #8DA14F; }
      .Navtop .navbar-collapse-active {
        pointer-events: auto;
        transition: 300ms;
        opacity: 1; }
      .Navtop .navbar-collapse .navbar-nav {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .Navtop .navbar-collapse .navbar-nav .nav-item {
          margin-left: 0;
          height: 70px; }
          .Navtop .navbar-collapse .navbar-nav .nav-item-social .nav-link {
            font-size: 18px; }
        .Navtop .navbar-collapse .navbar-nav .nav-link {
          font-size: 23px;
          font-weight: normal;
          line-height: 3.61;
          letter-spacing: 6px;
          text-align: center;
          color: white;
          transition: 500ms; }
          .Navtop .navbar-collapse .navbar-nav .nav-link:hover {
            color: #575757;
            transition: 500ms; }
        .Navtop .navbar-collapse .navbar-nav-text {
          z-index: 9;
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-top: 10vh; }
          .Navtop .navbar-collapse .navbar-nav-text:after {
            margin-top: 20px;
            content: " ";
            display: inline-block;
            transition: 500ms;
            width: 459px;
            height: 3px;
            background-color: #d6cfc3; }
          .Navtop .navbar-collapse .navbar-nav-text p {
            font-size: 17px;
            line-height: 1;
            text-align: center;
            letter-spacing: 4px;
            color: #d6cfc3; }
          .Navtop .navbar-collapse .navbar-nav-text h6 {
            font-size: 32px;
            font-weight: 500;
            line-height: normal;
            text-align: center;
            color: #d6cfc3; }
  .Navtop-mail {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #575757; }
  .Navtop-social {
    display: flex;
    align-items: center;
    margin-left: 16px; }
    .Navtop-social a {
      font-size: 16px;
      margin-right: 12px;
      color: #575757;
      transition: all 300ms; }
      .Navtop-social a:hover {
        color: #8DA14F; }
    @media (max-width: 991px) {
      .Navtop-social {
        display: none; } }

.Navbottom {
  position: relative;
  z-index: 99; }
  .Navbottom-in {
    display: flex;
    justify-content: space-between;
    padding-right: calc((100vw - 1450px) / 2); }
  .Navbottom-map {
    height: 45vw;
    max-height: 500px;
    min-height: 350px;
    width: 43%; }
    .Navbottom-map #map {
      height: 100%;
      width: 100%;
      filter: grayscale(100%); }
      .Navbottom-map #map .ymaps-2-1-76-ground-pane canvas {
        opacity: 0.6; }
  .Navbottom-right {
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 4vw;
    padding-bottom: 2.5vw;
    padding-right: 45px; }
  .Navbottom-menu {
    display: flex;
    justify-content: space-between; }
    .Navbottom-menu-item {
      width: 25%; }
      .Navbottom-menu-item ul {
        margin-bottom: 4vw; }
        .Navbottom-menu-item ul li a {
          opacity: 0.58;
          font-size: 15px;
          font-weight: 500;
          line-height: 2.8;
          color: #2f2f2f;
          transition: 500ms; }
          .Navbottom-menu-item ul li a:hover {
            color: #01909d;
            opacity: 1;
            transition: 500ms; }
          .Navbottom-menu-item ul li a i {
            color: #01909d;
            font-size: 18px;
            width: 15px;
            margin-right: 12px; }
      .Navbottom-menu-item p {
        margin-bottom: 18px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.33;
        color: #878787; }
        .Navbottom-menu-item p a {
          transition: 500ms; }
          .Navbottom-menu-item p a:hover {
            color: #8DA14F;
            transition: 500ms; }
      .Navbottom-menu-item-header {
        font-size: 24px;
        font-weight: 600;
        line-height: normal;
        color: #252222;
        opacity: 1;
        margin-bottom: 5px; }
        .Navbottom-menu-item-header a {
          font-size: 24px !important;
          font-weight: 600 !important;
          line-height: normal !important;
          opacity: 1 !important; }
      .Navbottom-menu-item:last-child {
        width: 43%;
        text-align: right; }
      .Navbottom-menu-item-logo {
        margin-bottom: 20px;
        display: block; }
        .Navbottom-menu-item-logo:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 118px;
          height: 120px;
          background-size: auto 100%;
          background-image: url(../images/logo.png);
          background-repeat: no-repeat; }
  .Navbottom-copy {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Navbottom-copy p {
      opacity: 0.58;
      font-size: 13px;
      font-weight: 500;
      line-height: 3.54;
      color: #2f2f2f; }

.icon-menu {
  background-color: #5B6A64;
  width: 93px;
  height: 90px;
  z-index: 999;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center; }
  .icon-menu:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 37px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-menu.svg);
    background-position: center; }
  .icon-menu-active:before {
    background-image: url(../images/exit.svg);
    width: 24px;
    height: 24px; }

.Slider {
  position: relative;
  z-index: 3; }
  .Slider:before {
    z-index: -1;
    position: absolute;
    right: 0;
    top: -90px;
    bottom: 130px;
    min-width: calc(290px);
    width: calc((100vw - 1350px) / 2 + 290px);
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #ebf3f5; }
  .Slider:after {
    z-index: -1;
    position: absolute;
    right: 0;
    height: 130px;
    bottom: 0;
    min-width: calc(290px);
    width: calc((100vw - 1350px) / 2 + 45px);
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #ebf3f5; }
  .Slider .container {
    max-width: 1750px; }
  .Slider .swiper-container {
    padding-bottom: 130px; }
    .Slider .swiper-container .swiper-pagination-bullets {
      text-align: left;
      padding-left: 45px;
      bottom: calc(100px + 5vh); }
    .Slider .swiper-container .swiper-pagination-bullet {
      margin-left: 0;
      margin-right: 8px;
      opacity: 1;
      background-color: #32364d; }
      .Slider .swiper-container .swiper-pagination-bullet-active {
        background-color: #8DA14F; }
    .Slider .swiper-container .swiper-slide {
      position: relative;
      height: 900px;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; }
  .Slider-text {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none; }
    .Slider-text-in {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
    .Slider-text img {
      max-width: 288px;
      width: 100%; }
    .Slider-text h6 {
      font-size: 34px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 6px;
      color: #000; }
    .Slider-text h1 {
      font-size: 84px;
      font-weight: 600;
      line-height: 1;
      color: #000;
      margin-bottom: 30px; }
    .Slider-text p {
      max-width: 600px;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.6;
      color: white; }
    .Slider-text a {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 3.73px;
      color: white;
      background-color: transparent;
      margin-top: 6vh;
      width: 213px;
      height: 68px;
      border: solid 1px white;
      transition: 500ms; }
      .Slider-text a:hover {
        background-color: #8DA14F;
        transition: 500ms; }
  .Slider-collections {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ebf3f5;
    padding: 55px 80px 40px 60px;
    transform: translateY(130px); }
    .Slider-collections a {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      max-width: 250px;
      justify-content: flex-start; }
      .Slider-collections a:after {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 32px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-right_b.svg);
        margin-top: 20px; }
      .Slider-collections a:hover:after {
        transition: 500ms;
        transform: translateX(10px); }
    .Slider-collections span {
      font-size: 15px;
      font-weight: 500;
      line-height: 1;
      color: #029aa8; }
    .Slider-collections h6 {
      margin-bottom: 30px;
      font-size: 27px;
      font-weight: 600;
      line-height: 1;
      color: #000000; }
    .Slider-collections p {
      font-size: 15px;
      font-weight: 500;
      line-height: 1.27; }

.A_Banner {
  width: 100vw;
  height: calc(100vh - 90px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 2; }

.A_kurumsal {
  position: relative;
  z-index: 9;
  margin-bottom: 40px; }
  .A_kurumsal-header {
    font-size: 41px;
    font-weight: 600;
    line-height: 0.93;
    letter-spacing: 3.22px;
    color: white;
    display: flex;
    flex-direction: column;
    padding-left: 80px; }
    .A_kurumsal-header:after {
      margin-top: 10px;
      content: " ";
      display: inline-block;
      transition: 500ms;
      width: 125px;
      height: 7px;
      background-color: white; }
  .A_kurumsal-in {
    display: flex;
    justify-content: space-between; }
  .A_kurumsal-left {
    padding-top: 30px;
    width: 40%;
    position: relative; }
    .A_kurumsal-left img {
      margin-top: 20px;
      transform: translateX(80px);
      box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.5); }
    .A_kurumsal-left:before {
      position: absolute;
      bottom: 70px;
      top: 0;
      content: "";
      display: inline-block;
      transition: 500ms;
      left: 0;
      right: 0;
      z-index: -1;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url(../images/back.jpg);
      box-shadow: 0 0px 40px 0 #029aa890; }
  .A_kurumsal-right {
    width: 48%;
    padding-top: 10%; }
    .A_kurumsal-right-in {
      margin-top: 20px; }
    .A_kurumsal-right h6 {
      font-size: 22px;
      font-weight: normal;
      letter-spacing: 4px;
      color: #000000; }
    .A_kurumsal-right h5 {
      font-size: 40px;
      font-weight: 500;
      line-height: 1;
      color: #000000;
      display: flex;
      flex-direction: column;
      margin-bottom: 30px; }
      .A_kurumsal-right h5:after {
        margin-top: 15px;
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 256px;
        height: 4px;
        background-color: #029aa8; }
    .A_kurumsal-right p {
      opacity: 0.58;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.6;
      color: #121212; }
    .A_kurumsal-right-logo:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 148px;
      height: 144px;
      background-size: auto 100%;
      background-image: url(../images/logo.png);
      background-repeat: no-repeat; }

.A_carpet {
  transform: translateY(-30px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2; }
  .A_carpet .container {
    max-width: 1750px; }
  .A_carpet-in {
    height: 500px;
    display: flex; }
  .A_carpet-right {
    margin-left: auto;
    width: 400px;
    margin-top: 65px;
    margin-right: 7%; }

.A_info {
  margin-top: 10vw;
  padding-bottom: 8vw;
  position: relative;
  z-index: 1; }
  .A_info:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 100%;
    bottom: 0;
    top: -450px;
    position: absolute;
    background-color: #f5f1eb; }
  .A_info-in {
    display: flex;
    justify-content: space-between; }
  .A_info-left {
    width: 48.5%;
    height: 270px;
    position: relative;
    display: flex;
    background-color: white;
    padding: 5% 3% 3% 4%; }
    .A_info-left h6 {
      white-space: nowrap;
      margin-right: 5%;
      font-size: 24px;
      font-weight: 600;
      line-height: 1;
      color: #252222;
      display: flex;
      flex-direction: column; }
      .A_info-left h6 span {
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 6px;
        color: #01909d; }
    .A_info-left p {
      opacity: 0.58;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.5;
      color: #2f2f2f;
      display: flex;
      flex-direction: column; }
      .A_info-left p:after {
        margin-left: auto;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 50px;
        height: 61px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-pdf.svg); }
    .A_info-left:before {
      left: 20px;
      bottom: -40px;
      position: absolute;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 283px;
      height: 159px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-book.png); }
    .A_info-left:hover:before {
      transform: scale(1.1);
      transition: 500ms; }
  .A_info-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4%;
    position: relative;
    width: 48.5%;
    height: 270px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .A_info-right span {
      opacity: 0.69;
      font-size: 12px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 4.29px;
      color: white; }
    .A_info-right h6 {
      font-size: 24px;
      font-weight: 600;
      line-height: 1;
      color: white;
      margin-bottom: 25px; }
    .A_info-right p {
      opacity: 0.58;
      font-size: 15px;
      font-weight: 500;
      font-style: normal;
      line-height: 1.6;
      color: white; }
    .A_info-right:before {
      right: 40px;
      top: 40px;
      position: absolute;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 73px;
      height: 46px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-hand.svg); }
    .A_info-right:after {
      margin-top: 25px;
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 32px;
      height: 18px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-right.svg); }
    .A_info-right:hover:after {
      transform: translateX(10px);
      transition: 500ms; }
    .A_info-right:hover:before {
      transform: scale(1.1);
      transition: 500ms; }

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

.Kurumsal-in {
  position: relative;
  background-color: #F1EBDF;
  padding-top: 9vw;
  padding-bottom: 12vw; }
  .Kurumsal-in:before {
    z-index: -1;
    position: absolute;
    top: 0;
    height: 180px;
    transform: translateY(-100%);
    width: 100%;
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #f5f1eb; }

.Kurumsal-inner {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .Kurumsal-inner-text {
    font-size: 7vw;
    font-weight: 500;
    line-height: normal;
    color: white;
    position: absolute;
    bottom: -12vw;
    right: 0;
    margin-bottom: -2.5vw; }

.Kurumsal-item {
  width: 46%; }
  .Kurumsal-item h6 {
    font-size: 43px;
    font-weight: 500;
    line-height: normal;
    color: #94BC21;
    margin-bottom: 20px; }
  .Kurumsal-item p {
    opacity: 0.58;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #121212; }

.Kurumsal .A_kurumsal-in {
  margin-top: 80px; }

.Career {
  padding-top: 5vw;
  padding-bottom: 6vw; }
  .Career-in {
    display: flex;
    justify-content: space-between; }
  .Career-header {
    margin-bottom: 35px;
    font-size: 43px;
    font-weight: 500;
    line-height: normal;
    color: #029aa8;
    display: flex;
    flex-direction: column; }
    .Career-header span {
      font-size: 20px;
      font-weight: 500;
      line-height: normal;
      color: #000000; }
  .Career-type {
    width: 45%; }
    .Career-type-item {
      padding: 25px 20px;
      position: relative;
      border-radius: 3px;
      border: solid 1px #dae4e7;
      margin-bottom: 15px; }
      .Career-type-item input {
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0; }
      .Career-type-item input:checked ~ label:before {
        content: "";
        display: inline-block;
        transition: 500ms; }
      .Career-type-item input:checked ~ label:after {
        transition: 500ms;
        opacity: 1; }
      .Career-type-item input:checked ~ label:after {
        content: " ";
        display: inline-block;
        transition: 500ms; }
      .Career-type-item input:checked ~ label p {
        display: block; }
      .Career-type-item label {
        transition: 500ms;
        position: relative;
        padding-left: 25px;
        margin-bottom: 0;
        font-size: 15px;
        line-height: normal;
        letter-spacing: 2.73px;
        color: #000000; }
        .Career-type-item label:before {
          left: 0;
          top: 2px;
          position: absolute;
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 15px;
          height: 15px;
          border: solid 1px #dae4e7;
          border-radius: 100%; }
        .Career-type-item label:after {
          opacity: 0;
          left: 4px;
          top: 6px;
          position: absolute;
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 7px;
          height: 7px;
          background-color: #029aa8;
          border-radius: 100%; }
        .Career-type-item label p {
          margin-top: 20px;
          display: none;
          opacity: 0.58;
          font-size: 14px;
          font-weight: 500;
          line-height: 1.5;
          letter-spacing: normal;
          color: #121212; }
  .Career-cv {
    width: 43%; }
    .Career-cv .Career-header {
      margin-left: 15px; }
    .Career-cv-item {
      margin-bottom: 30px; }
      .Career-cv-item input {
        border: none;
        border-bottom: 1px solid #dae4e7;
        border-radius: 0;
        padding: 10px 15px;
        font-size: 15px;
        font-weight: 500;
        color: #2f2f2f; }
        .Career-cv-item input:focus {
          box-shadow: none;
          border-color: #8DA14F; }
        .Career-cv-item input::-moz-placeholder {
          opacity: 0.58; }
        .Career-cv-item input::placeholder {
          opacity: 0.58; }
    .Career-cv-document {
      display: flex;
      justify-content: space-between;
      margin-top: 50px; }
      .Career-cv-document-upload {
        width: 51%;
        position: relative;
        height: 100px;
        border-radius: 5px;
        background-color: #e3eaec;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 22px;
        padding-right: 25px; }
        .Career-cv-document-upload-text h6 {
          font-size: 17px;
          font-weight: 500;
          line-height: normal;
          color: #000000; }
        .Career-cv-document-upload-text span {
          opacity: 0.42;
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          color: #000000; }
        .Career-cv-document-upload:after {
          content: "";
          display: inline-block;
          transition: 500ms;
          width: 50px;
          height: 46px;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-image: url(../images/icon-upload.svg); }
        .Career-cv-document-upload input {
          position: absolute;
          opacity: 0;
          width: 100%;
          height: 100%;
          cursor: pointer; }
      .Career-cv-document .active:after {
        content: " ";
        display: inline-block;
        transition: 500ms;
        filter: invert(56%) sepia(80%) saturate(4579%) hue-rotate(154deg) brightness(89%) contrast(98%); }
    .Career-cv-button {
      width: 45%;
      height: 100px;
      border-radius: 5px;
      background-color: #029aa8;
      font-size: 23px;
      font-weight: 500;
      color: white;
      cursor: pointer;
      transition: 500ms;
      border: 3px solid #029aa8; }
      .Career-cv-button:hover {
        background-color: transparent;
        transition: 500ms; }

.Iletisim {
  padding-top: 70px;
  padding-bottom: 70px; }
  .Iletisim-in {
    display: flex;
    align-items: flex-start; }
  .Iletisim-header {
    font-size: 43px;
    font-weight: 500;
    line-height: normal;
    color: #029aa8;
    margin-bottom: 15px; }
  .Iletisim-info {
    width: 50%;
    padding-right: 3.5%;
    padding-top: 4vw;
    padding-bottom: 4vw; }
    .Iletisim-info h6 {
      font-size: 22px;
      font-weight: normal;
      letter-spacing: 4px;
      color: #000000; }
    .Iletisim-info h5 {
      font-size: 40px;
      font-weight: 500;
      line-height: 1;
      color: #000000; }
    .Iletisim-info-in {
      margin-top: 70px; }
      .Iletisim-info-in p {
        color: #878787;
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
        max-width: 330px;
        margin-bottom: 15px; }
        .Iletisim-info-in p a {
          transition: 500ms; }
          .Iletisim-info-in p a:hover {
            color: #8DA14F;
            transition: 500ms; }
  .Iletisim-form {
    padding-bottom: 2vw;
    padding-top: 4vw;
    width: 50%;
    padding-left: 3.5%;
    padding-right: 2%;
    background-color: #ebf3f5; }
    .Iletisim-form .Iletisim-header {
      padding-left: 15px; }
    .Iletisim-form-item {
      position: relative;
      margin-bottom: 30px; }
      .Iletisim-form-item input, .Iletisim-form-item textarea {
        border: none;
        border-bottom: 1px solid #dae4e7;
        border-radius: 0;
        padding: 10px 15px;
        font-size: 15px;
        font-weight: 500;
        color: #2f2f2f;
        background-color: transparent; }
        .Iletisim-form-item input:focus, .Iletisim-form-item textarea:focus {
          background-color: transparent;
          box-shadow: none;
          border-color: #8DA14F; }
      .Iletisim-form-item textarea {
        min-height: 100px;
        padding-right: 40px; }
    .Iletisim-form-button {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: transparent;
      cursor: pointer; }
      .Iletisim-form-button:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 34px;
        height: 34px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-plus2.svg); }
      .Iletisim-form-button:hover:before {
        background-image: url(../images/icon-send.svg);
        transition: 500ms; }

.Collections {
  padding-top: 4vw;
  padding-bottom: 4vw;
  overflow: hidden; }
  .Collections-in {
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap; }
  .Collections-item {
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
    width: calc(33% - 16px);
    z-index: 1; }
    .Collections-item-image {
      position: relative;
      z-index: 8; }
      .Collections-item-image:before {
        position: absolute;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 100%;
        height: 90%;
        bottom: 0;
        z-index: 1;
        opacity: 0.74;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000); }
      .Collections-item-image:after {
        position: absolute;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        background-color: #94BC21; }
    .Collections-item-text {
      z-index: 9;
      position: absolute;
      left: 7%;
      right: 7%;
      bottom: 7%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Collections-item-text h6 {
        font-size: 27px;
        font-weight: 500;
        line-height: 1;
        color: white; }
      .Collections-item-text span {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: white; }
      .Collections-item-text p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #029aa8; }
    .Collections-item-hover {
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 100%;
      z-index: 9;
      padding: 30px;
      text-align: center;
      transition: all 300ms;
      pointer-events: none; }
      .Collections-item-hover h6 {
        font-size: 27px;
        font-weight: 500;
        line-height: 1;
        color: white;
        margin-bottom: 24px; }
      .Collections-item-hover p {
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
        color: #fff; }
    .Collections-item:hover .Collections-item-image:before {
      opacity: 0;
      transition: 500ms; }
    .Collections-item:hover .Collections-item-image:after {
      transition: 500ms;
      opacity: 0.89; }
    .Collections-item:hover .Collections-item-text {
      opacity: 0; }
      .Collections-item:hover .Collections-item-text p {
        color: white; }
    .Collections-item:hover .Collections-item-hover {
      top: 0; }

.Collection_detail-info {
  margin-top: 35px;
  background-color: #f5f1eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px; }
  .Collection_detail-info-in {
    display: flex;
    align-items: center;
    width: 70%; }
    .Collection_detail-info-in:before {
      margin-right: 25px;
      content: "";
      display: inline-block;
      transition: 500ms;
      min-width: 51px;
      height: 51px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-carpet.svg); }
  .Collection_detail-info-inner {
    width: 100%; }
    .Collection_detail-info-inner h6 {
      font-size: 24px;
      font-weight: 500;
      line-height: normal;
      color: #575757; }
    .Collection_detail-info-inner p {
      margin-top: 5px;
      display: flex;
      flex-wrap: wrap; }
      .Collection_detail-info-inner p span {
        display: inline-block;
        margin-right: 7%;
        opacity: 0.7;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
        color: #575757; }
  .Collection_detail-info-text {
    width: 30%; }
    .Collection_detail-info-text p {
      opacity: 0.39;
      font-size: 14px;
      font-weight: 500;
      line-height: normal;
      text-align: right;
      color: #000000; }

.Collection_detail-in {
  padding-top: 5vw;
  margin-right: -45px;
  display: flex;
  flex-wrap: wrap; }

.Collection_detail-item {
  position: relative;
  margin-bottom: 70px;
  margin-right: 45px;
  width: calc(25% - 45px); }
  .Collection_detail-item-image {
    transition: 500ms;
    position: relative; }
    .Collection_detail-item-image:before {
      position: absolute;
      top: 55%;
      opacity: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 76px;
      height: 76px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-plus.svg); }
  .Collection_detail-item p {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #423737; }
  .Collection_detail-item:hover .Collection_detail-item-image img {
    opacity: 0.31;
    transition: 500ms;
    transform: translateY(-25px); }
  .Collection_detail-item:hover .Collection_detail-item-image:before {
    opacity: 1;
    top: calc(50% - 25px);
    transition: 500ms; }

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

@media (max-width: 991px) {
  .mobile {
    display: block !important; }
  .mobile-f {
    display: flex !important; }
  .desktop {
    display: none !important; }
  .buton {
    width: 180px;
    height: 55px;
    border-radius: 4px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px; }
    .buton-radius {
      border-radius: 24px; }
  .Navtop {
    width: 100%;
    position: fixed;
    top: 0;
    padding-left: 15px;
    z-index: 99999;
    box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3);
    background-color: white; }
    .Navtop .navbar {
      padding: 0px;
      flex-wrap: nowrap; }
      .Navtop .navbar-brand {
        padding: 10px 0;
        margin-bottom: 0px;
        margin-right: 10px; }
        .Navtop .navbar-brand:before {
          width: 90px;
          height: 90px; }
      .Navtop .navbar-nav.onlydesktop {
        display: none; }
      .Navtop .navbar-collapse {
        top: 110px; }
        .Navtop .navbar-collapse .navbar-nav .nav-item {
          height: 60px; }
        .Navtop .navbar-collapse .navbar-nav .nav-link {
          font-size: 20px;
          line-height: 3;
          letter-spacing: 4px; }
        .Navtop .navbar-collapse .navbar-nav-text {
          margin-top: 60px; }
          .Navtop .navbar-collapse .navbar-nav-text:after {
            margin-top: 15px;
            width: 100%;
            height: 2px; }
          .Navtop .navbar-collapse .navbar-nav-text p {
            font-size: 15px;
            letter-spacing: 3px; }
          .Navtop .navbar-collapse .navbar-nav-text h6 {
            font-size: 24px; }
    .Navtop-mail {
      font-size: 13px; }
  .icon-menu {
    width: 80px;
    height: 70px;
    display: flex; }
    .icon-menu:before {
      height: 24px; }
  .Navbottom {
    overflow: hidden; }
    .Navbottom-in {
      flex-direction: column;
      align-items: center; }
    .Navbottom-left {
      text-align: center;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 30px; }
      .Navbottom-left h6 {
        margin-bottom: 20px; }
      .Navbottom-left p {
        font-size: 14px; }
      .Navbottom-left-belgelogo {
        margin-top: 20px;
        margin-bottom: 20px; }
    .Navbottom-center {
      width: 100%; }
      .Navbottom-center-item {
        height: 200px; }
        .Navbottom-center-item-text {
          top: 45px;
          left: 50%;
          text-align: center;
          transform: translateX(-50%); }
          .Navbottom-center-item-text h6 {
            font-size: 20px; }
          .Navbottom-center-item-text p {
            font-size: 13px; }
    .Navbottom-right {
      width: 100%;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 15px; }
      .Navbottom-right-top {
        justify-content: space-around; }
        .Navbottom-right-top ul:first-child {
          margin-right: 0px; }
        .Navbottom-right-top ul li a {
          font-size: 14px; }
        .Navbottom-right-top-header {
          font-size: 22px; }
      .Navbottom-right-bottom {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .Navbottom-right-bottom-logo {
          margin-bottom: 15px; }
          .Navbottom-right-bottom-logo:before {
            width: 90px;
            height: 45px; }
  .Slider {
    padding-top: 7px; }
    .Slider:before {
      display: none; }
    .Slider:after {
      display: none; }
    .Slider .container {
      padding: 0 !important; }
    .Slider .swiper-container {
      padding-bottom: 130px; }
      .Slider .swiper-container .swiper-slide {
        height: 500px; }
    .Slider-text {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-left: 0px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center;
      width: 100%; }
      .Slider-text h6 {
        font-size: 24px;
        letter-spacing: 4px; }
      .Slider-text h1 {
        font-size: 32px;
        margin-bottom: 20px; }
      .Slider-text p {
        max-width: none;
        font-size: 13px;
        line-height: 1.4; }
      .Slider-text a {
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 20px;
        width: 180px;
        height: 60px;
        margin-left: auto;
        margin-right: auto; }
    .Slider-collections {
      right: 30px;
      left: 30px;
      bottom: 0;
      padding: 30px 15px 30px 40px;
      transform: translateY(50%); }
      .Slider-collections a {
        max-width: none; }
        .Slider-collections a:before {
          font-size: 60px; }
        .Slider-collections a:after {
          height: 14px;
          margin-top: 15px; }
      .Slider-collections span {
        font-size: 14px; }
      .Slider-collections h6 {
        margin-bottom: 20px;
        font-size: 24px; }
      .Slider-collections p {
        font-size: 13px; }
  .Slider-text img {
    max-width: 140px; }
  .A_kurumsal-header {
    font-size: 32px;
    text-align: center;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .A_kurumsal-header:after {
      height: 5px; }
  .A_kurumsal-in {
    flex-direction: column; }
  .A_kurumsal-left {
    transform: translateY(0px);
    padding-top: 30px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
    .A_kurumsal-left img {
      margin-top: 30px;
      transform: translateX(0px); }
  .A_kurumsal-right {
    width: 100%;
    padding-top: 40px;
    text-align: center; }
    .A_kurumsal-right-in {
      margin-top: 20px; }
    .A_kurumsal-right h6 {
      font-size: 18px;
      letter-spacing: 3px;
      margin-bottom: 10px; }
    .A_kurumsal-right h5 {
      font-size: 32px;
      margin-bottom: 30px;
      align-items: center; }
      .A_kurumsal-right h5:after {
        margin-top: 10px; }
    .A_kurumsal-right p {
      font-size: 14px;
      line-height: 1.5; }
  .A_carpet {
    transform: translateY(0px);
    margin-top: 30px; }
    .A_carpet-in {
      height: 400px; }
    .A_carpet-right {
      margin-left: auto;
      width: 300px;
      margin-top: 40px;
      margin-right: auto; }
  .A_info {
    margin-top: 90px;
    padding-bottom: 30px; }
    .A_info:before {
      top: -300px; }
    .A_info-in {
      flex-direction: column; }
    .A_info-left {
      width: 100%;
      flex-direction: column;
      height: auto;
      padding: 25px 20px 40px 30px; }
      .A_info-left h6 {
        margin-bottom: 15px;
        font-size: 20px; }
        .A_info-left h6 span {
          font-size: 13px;
          letter-spacing: 4px; }
      .A_info-left p {
        font-size: 14px;
        line-height: 1.4; }
        .A_info-left p:after {
          margin-top: 15px;
          height: 45px; }
      .A_info-left:before {
        height: 130px; }
    .A_info-right {
      margin-top: 30px;
      padding: 30px;
      height: auto;
      width: 100%; }
      .A_info-right h6 {
        font-size: 20px;
        margin-bottom: 20px; }
      .A_info-right p {
        font-size: 14px;
        line-height: 1.5; }
      .A_info-right:before {
        right: 20px;
        top: 20px;
        height: 40px; }
      .A_info-right:after {
        margin-top: 20px;
        height: 14px; }
  .Navbottom-in {
    flex-direction: column-reverse; }
  .Navbottom-map {
    height: 300px;
    min-height: auto;
    width: 100%; }
  .Navbottom-right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px; }
  .Navbottom-menu {
    flex-wrap: wrap; }
    .Navbottom-menu-item {
      width: 50%; }
      .Navbottom-menu-item ul {
        margin-bottom: 30px; }
        .Navbottom-menu-item ul li a {
          font-size: 14px;
          line-height: 2.4; }
      .Navbottom-menu-item p {
        margin-bottom: 15px;
        font-size: 14px; }
      .Navbottom-menu-item-header {
        font-size: 20px;
        margin-bottom: 10px; }
        .Navbottom-menu-item-header a {
          font-size: 20px !important; }
      .Navbottom-menu-item:last-child {
        margin-top: 10px;
        width: 100%;
        text-align: center; }
      .Navbottom-menu-item-logo {
        margin-bottom: 20px; }
        .Navbottom-menu-item-logo:before {
          width: 80px;
          height: 80px; }
  .Navbottom-copy {
    margin-top: 30px; }
    .Navbottom-copy p {
      font-size: 12px; }
  .Banner {
    padding-top: 110px; }
    .Banner:before {
      display: none; }
    .Banner:after {
      display: none; }
    .Banner .container {
      padding: 0 !important; }
    .Banner-in {
      height: 350px; }
    .Banner .Slider-collections a:before {
      width: 80px;
      height: 80px;
      left: -25px; }
    .Banner-text {
      top: 40%;
      left: 50%;
      text-align: center;
      width: 100%;
      transform: translate(-50%, -50%); }
      .Banner-text h5 {
        font-size: 32px;
        margin-bottom: 20px; }
      .Banner-text h6 {
        font-size: 18px;
        letter-spacing: 3px; }
      .Banner-text h4 {
        font-size: 28px; }
    .Banner-career .Banner-in {
      height: 350px; }
    .Banner-career .Banner-text_center h4 {
      font-size: 32px;
      margin-bottom: 10px; }
    .Banner-career .Banner-text_center h6 {
      font-size: 17px;
      letter-spacing: 3px; }
    .Banner-career .Banner-text_center h5 {
      font-size: 28px;
      margin-bottom: 20px; }
    .Banner-career .Banner-text_center p {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 13px;
      line-height: 1.5; }
  .Kurumsal-in {
    padding-top: 140px;
    padding-bottom: 40px; }
    .Kurumsal-in:before {
      display: none; }
  .Kurumsal-inner {
    flex-direction: column; }
    .Kurumsal-inner-text {
      display: none; }
  .Kurumsal-item {
    margin-bottom: 30px;
    width: 100%;
    text-align: center; }
    .Kurumsal-item h6 {
      font-size: 32px;
      margin-bottom: 10px; }
      .Kurumsal-item h6 img {
        width: 50px; }
    .Kurumsal-item p {
      font-size: 14px;
      line-height: 1.5; }
  .Kurumsal .A_kurumsal-in {
    margin-top: 30px; }
  .Collections {
    padding-top: 30px; }
    .Collections-in {
      margin-right: 0; }
    .Collections-item {
      margin-right: 0;
      margin-bottom: 15px;
      width: 100%; }
      .Collections-item-text h6 {
        font-size: 20px; }
      .Collections-item-text span {
        font-size: 13px; }
      .Collections-item-text p {
        font-size: 13px; }
      .Collections-item-text:after {
        width: 40px;
        height: 40px;
        background-size: 24px 14px; }
  .Collection_detail-info {
    margin-top: 15px;
    flex-direction: column;
    padding: 30px 15px; }
    .Collection_detail-info-in {
      width: 100%; }
      .Collection_detail-info-in:before {
        margin-right: 15px;
        min-width: 41px;
        height: 41px; }
    .Collection_detail-info-inner h6 {
      font-size: 20px; }
    .Collection_detail-info-inner p span {
      margin-right: 10px;
      font-size: 13px; }
    .Collection_detail-info-text {
      width: 100%;
      margin-top: 20px; }
      .Collection_detail-info-text p {
        font-size: 13px;
        text-align: left; }
  .Collection_detail-in {
    padding-top: 30px;
    margin-right: -15px; }
  .Collection_detail-item {
    margin-bottom: 30px;
    margin-right: 15px;
    width: calc(50% - 15px); }
    .Collection_detail-item-image:before {
      width: 32px;
      height: 32px; }
    .Collection_detail-item p {
      margin-top: 10px;
      font-size: 15px; }
  .Career {
    padding-top: 30px;
    padding-bottom: 20px; }
    .Career-in {
      flex-direction: column; }
    .Career-header {
      text-align: center;
      margin-bottom: 20px;
      font-size: 32px; }
      .Career-header span {
        font-size: 15px; }
    .Career-type {
      width: 100%; }
      .Career-type-item {
        padding: 20px; }
        .Career-type-item label p {
          margin-top: 10px;
          font-size: 13px; }
    .Career-cv {
      width: 100%;
      margin-top: 30px; }
      .Career-cv .Career-header {
        margin-left: 0; }
      .Career-cv-item {
        margin-bottom: 20px; }
        .Career-cv-item input {
          padding: 7px 15px;
          font-size: 14px; }
      .Career-cv-document {
        flex-direction: column;
        margin-top: 30px; }
        .Career-cv-document-upload {
          width: 100%;
          height: 80px;
          padding-left: 30px;
          padding-right: 20px; }
          .Career-cv-document-upload:after {
            width: 40px;
            height: 36px; }
      .Career-cv-button {
        width: 100%;
        height: 80px;
        margin-top: 15px; }
  .Iletisim {
    padding-top: 110px;
    padding-bottom: 20px; }
    .Iletisim-in {
      flex-direction: column; }
    .Iletisim-header {
      font-size: 32px;
      margin-bottom: 10px; }
    .Iletisim-info {
      width: 100%;
      padding-right: 30px;
      padding-top: 30px;
      padding-bottom: 30px; }
      .Iletisim-info h6 {
        font-size: 18px;
        letter-spacing: 3px; }
      .Iletisim-info h5 {
        font-size: 30px; }
      .Iletisim-info-in {
        margin-top: 30px; }
        .Iletisim-info-in p {
          max-width: none; }
    .Iletisim-form {
      padding-bottom: 20px;
      padding-top: 30px;
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; }
      .Iletisim-form-item {
        margin-bottom: 20px; }
        .Iletisim-form-item input, .Iletisim-form-item textarea {
          font-size: 14px; }
      .Iletisim-form-button {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        cursor: pointer; }
        .Iletisim-form-button:before {
          background-image: url(../images/icon-send.svg); } }

@media (min-width: 991px) and (max-width: 1367px) {
  .Navtop .navbar-nav .nav-item {
    height: 80px; }
  .Navtop .navbar-collapse {
    top: 80px; }
  .Slider:after {
    bottom: 80px; }
  .Slider .swiper-container {
    padding-bottom: 130px; }
    .Slider .swiper-container .swiper-slide {
      height: 650px; }
  .Slider-text h6 {
    font-size: 28px;
    letter-spacing: 4px; }
  .Slider-text h1 {
    font-size: 60px;
    margin-bottom: 20px; }
  .Slider-text p {
    font-size: 14px; }
  .Slider-collections {
    transform: translateY(50px);
    padding: 35px 55px; }
    .Slider-collections a:before {
      font-size: 70px; }
    .Slider-collections a:after {
      height: 15px; }
    .Slider-collections span {
      font-size: 14px; }
    .Slider-collections h6 {
      margin-bottom: 20px;
      font-size: 24px; }
    .Slider-collections p {
      font-size: 14px; }
  .A_kurumsal-header {
    font-size: 32px;
    padding-left: 50px; }
    .A_kurumsal-header:after {
      width: 100px;
      height: 5px; }
  .A_kurumsal-right-in {
    margin-top: 25px; }
  .A_kurumsal-right h6 {
    font-size: 18px;
    letter-spacing: 3px; }
  .A_kurumsal-right h5 {
    font-size: 32px;
    margin-bottom: 30px; }
  .A_kurumsal-right p {
    font-size: 14px; }
  .A_carpet {
    transform: translateY(-100px); }
    .A_carpet-in {
      height: 450px; }
    .A_carpet-right {
      width: 350px;
      margin-top: 40px; }
  .A_info {
    margin-top: 5vw; }
    .A_info:before {
      top: -350px; }
    .A_info-left {
      height: 230px;
      padding: 4% 2% 2% 3%; }
      .A_info-left:before {
        height: 130px; }
      .A_info-left h6 {
        margin-right: 3%;
        font-size: 18px; }
        .A_info-left h6 span {
          font-size: 13px; }
      .A_info-left p {
        font-size: 14px;
        line-height: 1.4; }
        .A_info-left p:after {
          margin-top: 15px;
          height: 50px; }
    .A_info-right {
      padding: 3%;
      height: 230px; }
      .A_info-right h6 {
        font-size: 20px;
        margin-bottom: 20px; }
      .A_info-right p {
        font-size: 14px;
        line-height: 1.5; }
  .Navbottom-menu-item ul li a {
    font-size: 14px;
    line-height: 2.6; }
    .Navbottom-menu-item ul li a i {
      width: 13px;
      margin-right: 10px; }
  .Navbottom-menu-item p {
    font-size: 14px; }
  .Navbottom-menu-item-header {
    font-size: 20px; }
    .Navbottom-menu-item-header a {
      font-size: 20px !important; }
  .Navbottom-menu-item-logo:before {
    width: 113px;
    height: 40px; }
  .Navbottom-copy {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Navbottom-copy p {
      opacity: 0.58;
      font-size: 13px;
      font-weight: 500;
      line-height: 3.54;
      color: #2f2f2f; }
  .icon-menu {
    width: 83px;
    height: 80px; }
    .icon-menu:before {
      width: 37px;
      height: 24px; }
  .Kurumsal-item h6 {
    font-size: 32px;
    margin-bottom: 15px; }
  .Kurumsal-item p {
    font-size: 14px;
    line-height: 1.5; }
  .Banner:after {
    bottom: -50px; }
  .Banner-in {
    height: 450px; }
  .Banner .Slider-collections {
    transform: translateY(70px); }
    .Banner .Slider-collections a:before {
      width: 80px;
      height: 80px;
      left: -25px; }
  .Banner-text {
    width: 50%; }
    .Banner-text h5 {
      font-size: 36px;
      margin-bottom: 20px; }
    .Banner-text h6 {
      font-size: 18px;
      letter-spacing: 3px; }
    .Banner-text h4 {
      font-size: 32px; }
  .Collection_detail-info {
    padding: 30px; }
  .Collection_detail-item {
    margin-bottom: 50px;
    width: calc(33.33% - 45px); }
    .Collection_detail-item-image:before {
      width: 50px;
      height: 50px; }
  .Career-header {
    margin-bottom: 30px;
    font-size: 36px; }
    .Career-header span {
      font-size: 18px; }
  .Career-type-item {
    padding: 20px 15px;
    position: relative; }
    .Career-type-item label p {
      margin-top: 15px;
      font-size: 13px;
      line-height: 1.4; }
  .Career-cv {
    width: 48%; }
    .Career-cv-item {
      margin-bottom: 25px; }
    .Career-cv-document {
      margin-top: 30px; }
      .Career-cv-document-upload {
        width: 52%;
        padding-left: 20px;
        padding-right: 15px;
        height: 90px; }
        .Career-cv-document-upload-text h6 {
          font-size: 16px; }
        .Career-cv-document-upload-text span {
          font-size: 12px; }
        .Career-cv-document-upload:after {
          width: 40px;
          height: 36px; }
    .Career-cv-button {
      height: 90px;
      font-size: 20px; } }
