﻿@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@font-face {
  font-family: MyriadPro;
  font-weight: 700;
  src: url("./fonts/MyriadPro-Bold.woff");
}

@font-face {
  font-family: MyriadPro;
  font-weight: 400;
  src: url("./fonts/MyriadPro-Regular.woff");
}

body p {
  margin: 0;
}

body .banner {
  position: relative;
  overflow: hidden;
  min-height: 800px;
  height: 100vh;
}

body .banner .container {
  position: relative;
  z-index: 1;
}

body .banner .container .header {
  position: relative;
}

body .banner .container .header .logo {
  margin-top: 70px;
  margin-bottom: 50px;
}

body .banner .container .header ul {
  display: none !important;
}

body .banner .container .header.open .logo,
body .banner .container .header.open #hamburger {
  z-index: 1000;
}

body .banner .container .header.open ul {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% + 30px);
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  top: 0;
  background: #fff;
  z-index: 10;
  padding: 100px 0 10px !important;
  border-bottom: 1px solid #e9e9e9;
  left: 0;
}

body .banner .container .header.open ul li {
  height: 35px;
  padding: 0;
  list-style: none;
}

body .banner .container .header.open ul li a {
  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;
  widows: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}

body .banner .container .header.open #hamburger .normal {
  display: none;
}

body .banner .container .header.open #hamburger .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .banner .container .header .filters {
  padding-bottom: 23px;
}

body .banner .container .header .filters .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  position: relative;
}

body .banner .container .header .filters .item input, body .banner .container .header .filters .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 177px;
  height: 40px;
  border: none;
  border-bottom: 2px solid #000;
  background: none;
  outline: none;
  font-family: "MyriadPro";
  font-size: 16px;
  color: #000;
}

body .banner .container .header .filters .item input::-webkit-input-placeholder, body .banner .container .header .filters .item div::-webkit-input-placeholder {
  color: #000;
}

body .banner .container .header .filters .item input:-ms-input-placeholder, body .banner .container .header .filters .item div:-ms-input-placeholder {
  color: #000;
}

body .banner .container .header .filters .item input::-ms-input-placeholder, body .banner .container .header .filters .item div::-ms-input-placeholder {
  color: #000;
}

body .banner .container .header .filters .item input::placeholder, body .banner .container .header .filters .item div::placeholder {
  color: #000;
}

body .banner .container .header .filters .item > div {
  cursor: pointer;
}

body .banner .container .header .filters .item ul {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 42px;
  margin: 0;
  padding: 15px 0;
  background: #fff;
  z-index: 50;
}

body .banner .container .header .filters .item ul.hidden {
  display: none !important;
}

body .banner .container .header .filters .item ul li {
  font-family: "MyriadPro";
  list-style: none;
  text-align: center;
  cursor: pointer;
  height: 30px;
}

body .banner .container .header .filters .item ul li:hover, body .banner .container .header .filters .item ul li.active {
  color: #e41b13;
}

body .banner .container .header .filters .item img {
  width: 25px;
  position: absolute;
  right: 0;
  -webkit-filter: invert(20%) sepia(75%) saturate(3205%) hue-rotate(0deg) brightness(95%) contrast(107%);
          filter: invert(20%) sepia(75%) saturate(3205%) hue-rotate(0deg) brightness(95%) contrast(107%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .banner .container .header > button {
  position: absolute;
  top: 32px;
  right: 0;
  padding: 0;
  background: none;
  border: none;
}

body .banner .container .header > button .close {
  display: none;
}

body .banner .container .header > button img {
  width: 25px;
}

body .banner .container .header > button img.close {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

body .banner .container .main {
  position: relative;
}

body .banner .container .main ul {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

body .banner .container .main ul li {
  width: 100%;
  list-style: none;
  text-transform: uppercase;
}

body .banner .container .main ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  line-height: 2.778;
  text-align: center;
}

body .banner .container .main ul li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #e41b13;
  color: #fff;
}

body .banner .container .main #industries {
  display: none;
  position: relative;
  padding: 55px 70px 25px;
  position: absolute;
  top: 0;
  left: 0;
}

body .banner .container .main #industries .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e3e3e3;
  opacity: 0.9;
  z-index: 1;
}

body .banner .container .main #industries .row {
  position: relative;
  z-index: 2;
}

body .banner .container .main #industries .row .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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

body .banner .container .main #industries .row .item img {
  margin-bottom: 20px;
  -webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);
}

body .banner .container .main #industries .row .item span {
  font-size: 21px;
  font-family: "Open Sans";
  font-weight: 600;
  color: #1d1d1b;
}


/* çağrı ekledi */
body .banner .container .main #industries .row .item a {
  color: #1d1d1b;
  text-decoration:none;
  text-align:center;
}

body .banner .container .main #industries .row .item a:hover {
  text-decoration:underline;
}
/* çağrı ekledi */

/* çağrı ekledi */
body .banner .container .main #aboutsentes {
  display: none;
  position: relative;
  padding: 55px 70px 25px;
  position: absolute;
  top: 0;
  left: 0;
}

body .banner .container .main #aboutsentes .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e3e3e3;
  opacity: 0.9;
  z-index: 1;
}

body .banner .container .main #aboutsentes .row {
  position: relative;
  z-index: 2;
}

body .banner .container .main #aboutsentes .row .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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

body .banner .container .main #aboutsentes .row .item span {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
  color: #1d1d1b;
  text-align:left
}

/* çağrı ekledi */

body .banner .container .main #products {
  display: none;
  position: relative;
  padding: 50px 48px;
  position: absolute;
  top: 0;
  left: 0;
}

body .banner .container .main #products .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e3e3e3;
  opacity: 0.9;
  z-index: 1;
}

body .banner .container .main #products .row {
  position: relative;
  z-index: 2;
}

body .banner .container .main #products .row .item .header {
  border-bottom: 2px solid #e41b13;
}

/* çağrı ekledi */
body .banner .container .main #products .row .item .header a{
  color: #1d1d1b;
  text-decoration:none;
}

body .banner .container .main #products .row .item .header a:hover{
  text-decoration:underline;
}
/* çağrı ekledi */

body .banner .container .main #products .row .item .header p {
  font-size: 15px;
  font-family: "Source Sans Pro";
  color: #1d1d1b;
}

body .banner .container .main #products .row .item .header .title {
  font-weight: bold;
}


body .banner .container .main #products .row .item .body {
  padding: 26px 0;
}

body .banner .container .main #products .row .item .body .sub_item {
  margin-bottom: 20px;
}

/* çağrı ekledi */
body .banner .container .main #products .row .item .body .sub_item a {
  color: #1d1d1b;
  text-decoration:none;
}

body .banner .container .main #products .row .item .body .sub_item a:hover {
  text-decoration:underline;
}
/* çağrı ekledi */

body .banner .container .main #products .row .item .body .sub_item .title {
  font-size: 13px;
  font-family: "Source Sans Pro";
  color: black;
  font-weight: bold;
}

body .banner .container .main #products .row .item .body .sub_item .description {
  font-size: 13px;
  font-family: "Source Sans Pro";
  color: black;
}

body .banner > .bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body .products {
  margin-bottom: 70px;
}

body .products > .title {
  text-align: center;
  margin-bottom: 43px;
  font-family: "Open Sans";
  font-size: 38px;
  font-weight: 600;
}

body .products .item {
  background: #1d1d1b;
  padding-bottom: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
}

body .products .item:hover {
  background: #e41b13;
}

body .products .item:hover > img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

body .products .item .detail {
  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;
  color: #fff;
  padding: 15px 15px 18px;
}

/* çağrı ekledi */
body .products .item .detail a {
  color: #fff;
  text-align: center;
}

body .products .item .detail a:hover {
  text-decoration:none
}

/* çağrı ekledi */


body .products .item .detail .name {
  font-size: 23px;
}

body .products .item .detail .description {
  font-size: 17px;
}


body .products .item > img {
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body .news {
  margin-bottom: 87px;
}

body .news > .title {
  text-align: center;
  margin-bottom: 43px;
  font-family: "Open Sans";
  font-size: 38px;
  font-weight: 600;
}

body .news .items {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  background: #e3e3e3;
  padding: 15px 0;
}

body .news .items .item {
  min-height: 320px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 43px 20px 29px;
  margin: 15px 0;
}

body .news .items .item .description {
  font-family: "MyriadPro";
  font-size: 14px;
  text-align: center;
  color: #000;
  line-height: 22px;
}

body .news .items .item .date {
  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;
}

body .news .items .item .date span:first-child {
  margin-bottom: 20px;
  font-family: "MyriadPro";
  font-size: 13px;
  font-weight: 700;
}

body .news .items .item .date span:last-child {
  width: 30px;
  height: 4px;
  background: #e41b13;
}

body footer {
  background: #e41b13;
  padding: 43px 0 52px;
}

body footer .container {
  border-bottom: 2px solid #fff;
}

body footer .container .logo {
  padding-bottom: 32px;
}

body footer .container .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

body footer .container .logo span {
  color: #fff;
  font-family: "MyriadPro";
  font-size: 15px;
}

body footer .container .item {
  margin-bottom: 32px;
}

body footer .container .item .title {
  font-family: "MyriadPro";
  font-size: 15px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-right: 20px;
  margin-bottom: 10px;
  color: #fff;
}

body footer .container .item ul {
  min-width: 150px;
  max-width: 200px;
  padding: 0;
  padding-right: 30px;
  margin: 0;
}

body footer .container .item ul:last-child {
  padding-right: 0;
}

body footer .container .item ul li {
  list-style: none;
}

body footer .container .item ul li a {
  text-decoration: none;
  font-family: "MyriadPro";
  font-size: 12px;
  color: #fff;
}

@media (max-width: 992px) {
  .header {
    min-height: 90px;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .header .logo {
    margin: 0 !important;
  }
  .header .filters {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .banner {
    min-height: 500px !important;
  }
  .header {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .header .logo {
    margin: 30px 0 !important;
  }
  .header .filters {
    width: 100% !important;
    max-width: 400px !important;
  }
  .header .filters .item {
    margin-left: 0 !important;
    margin-bottom: 15px;
    width: 100% !important;
  }
  .header .filters .item input {
    width: 100% !important;
  }
}
/*# sourceMappingURL=home.css.map */