@charset "UTF-8";
@font-face {
  font-family: "GBlack";
  src: url(../fonts/Gotham-Black.otf);
  font-display: block;
}
@font-face {
  font-family: "GBold";
  src: url(../fonts/Gotham-Bold.otf);
  font-display: block;
}
@font-face {
  font-family: "GBook";
  src: url(../fonts/Gotham-Book.otf);
  font-display: block;
}
@font-face {
  font-family: "GLight";
  src: url(../fonts/Gotham-Light.otf);
  font-display: block;
}
@font-face {
  font-family: "GMedium";
  src: url(../fonts/Gotham-Medium.otf);
  font-display: block;
}
@font-face {
  font-family: "GThin";
  src: url(../fonts/Gotham-Thin.otf);
  font-display: block;
}
@font-face {
  font-family: "GUltra";
  src: url(../fonts/Gotham-Ultra.otf);
  font-display: block;
}
@font-face {
  font-family: "GUltraLight";
  src: url(../fonts/Gotham-XLight.otf);
  font-display: block;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #00adef;
}
a,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.__menu nav ul li,
a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a {
  text-decoration: none !important;
}
.myWrapper,
.myWrapperIc {
  width: 1413px;
  position: relative;
  margin: 0 auto;
}
.myWrapperIc {
  width: 1056px;
}

.bigWrapper {
  max-width: 1280px !important;
  width: 95%;
}

@media (max-width: 1413px) {
  .myWrapper {
    width: calc(100% - 5%);
  }
}
@media (max-width: 1056px) {
  .myWrapperIc {
    width: calc(100% - 5%);
  }
}
.flexSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexSection ._sol {
  width: 55%;
}
.flexSection ._sag {
  width: 45%;
}
.paddingWrapper {
  max-width: 911px;
  margin: 0 auto;
}
.__menu {
  visibility: hidden;
  position: fixed;
  z-index: 11;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__menu:before {
  content: "";
  background-blend-mode: normal, overlay;
  background-image: linear-gradient(122deg, #00adef, #5c9bf2),
    linear-gradient(to bottom, #1c91ff, #1c91ff);
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 1.3s cubic-bezier(0.66, 0.34, 0, 0.95);
  transition: all 1.3s cubic-bezier(0.66, 0.34, 0, 0.95);
}
.__menu nav ul li {
  text-align: center;
  margin-bottom: 12%;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.__menu nav ul li a {
  color: #fff;
  font-size: 1.6em;
  font-family: "GLight", sans-serif;
  position: relative;
  letter-spacing: 2px;
}
.__menu nav ul li:hover a {
  font-weight: 700;
  font-family: "GMedium", sans-serif;
}
.__menu,
.__menu nav ul li:hover a:after,
.__menu.active:before,
section#kurumsalIndex ._sag img {
  width: 100%;
}
.__menu.active {
  visibility: visible;
}
.__menu.active ul li {
  opacity: 1;
}
.__menu.active ul li:nth-child(1) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.__menu.active ul li:nth-child(2) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.__menu.active ul li:nth-child(3) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.__menu.active ul li:nth-child(4) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.__menu.active ul li:nth-child(5) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.__menu.active ul li:nth-child(6) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.__menu.active ul li:nth-child(7) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
body {
  background: url("../img/background.png");
  font-family: "GBook", sans-serif;
  font-size: 10px;
}
header {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 12;
}
header h2,
header p {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
footer .footerFlex ._sag ._ust ul,
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header ul li:last-child a {
  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-family: "GBook", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
}
header img {
  -webkit-transition: all 1.3s cubic-bezier(0.66, 0.34, 0, 0.95);
  transition: all 1.3s cubic-bezier(0.66, 0.34, 0, 0.95);
}
header.tekliHeader {
  max-width: 100%;
  background-size: cover;
  height: 317px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
header.tekliHeader .golgeBaslik,
header.tekliHeader .golgeUstu {
  position: absolute;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
}
header.tekliHeader .golgeBaslik {
  mix-blend-mode: overlay;
  font-family: "GThin", sans-serif;
  right: -2%;
  bottom: -30%;
  font-size: 7.05em;
  font-weight: 100;
  line-height: 1.38;
  letter-spacing: 12.7px;
  text-align: left;
}
header.tekliHeader .golgeUstu {
  right: 3%;
  bottom: -10%;
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: 4.3px;
  text-align: right;
}
header.anaSayfaHeader {
  padding-top: 78px;
  position: absolute;
  width: 100%;
  left: 0;
}
header.anaSayfaHeader > ul > li:last-child a {
  color: #000;
}
header.anaSayfaHeader > ul > li:last-child .menu-icon > span,
header.anaSayfaHeader > ul > li:last-child .menu-icon > span:after,
header.anaSayfaHeader > ul > li:last-child .menu-icon > span:before {
  background-color: #00adef;
}
header.menuActive {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  background-repeat: no-repeat;
  background-position: -3000px;
}
header.menuActive h2,
header.menuActive p {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(-2000px);
  transform: translate(-2000px);
}
header.menuActive img {
  -webkit-transform: translate(-1000%);
  transform: translate(-1000%);
}
header.menuActive a {
  color: #fff !important;
}
header.menuActive .menu-icon > span,
header.menuActive .menu-icon > span:after,
header.menuActive .menu-icon > span:before {
  background-color: #fff !important;
}
section .title h4 {
  line-height: 1.86;
  text-align: left;
  display: inline-block;
}
section .title h4:after {
  content: "";
  position: absolute;
  background: #00adef;
  left: -40%;
  bottom: -5px;
  width: 140%;
  height: 1px;
}
section ._content ul,
section#hakkimizda ._content ul,
section#vizyon ._content ul {
  margin-top: 15px;
}
section ._content p,
section ._content ul li,
section#hakkimizda ._content ul li,
section#vizyon ._content ul li {
  font-size: 1.4em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-top: 4px;
}
section ._content ul li,
section#hakkimizda ._content ul li,
section#vizyon ._content ul li {
  position: relative;
}
section ._content ul li:before,
section#hakkimizda ._content ul li:before,
section#vizyon ._content ul li:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10%;
  width: 4px;
  height: 4px;
  background: #00adef;
}
section ._content p {
  margin-bottom: 10px;
}
section.sectionTemplate .flexSection {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.sectionTemplate .title {
  margin-bottom: 22px;
}
section.sectionTemplate .title h4 {
  padding-bottom: 5px;
}
section.sectionTemplate ._content a {
  margin-top: 41px;
  width: 129px;
  height: 41px;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 173, 239, 0.26);
  box-shadow: 0 8px 8px 0 rgba(0, 173, 239, 0.26);
  background-color: #00adef;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.58;
  letter-spacing: 1.9px;
  text-align: left;
  color: #fffefe;
  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-family: "GMedium", sans-serif;
}
section.sectionTemplate ._content a:hover {
  background: #fff;
  color: #00adef;
}
section#slider {
  background-color: #effbff;
  padding-top: 160px;
}
section#slider .swiper-container {
  width: 100%;
  height: 659px;
}
section#slider .swiper-slide {
  text-align: right;
  position: relative;
}
section#slider .swiper-container-vertical > .swiper-pagination-bullets {
  right: 15%;
}
section#slider .swiper-pagination-bullet {
  opacity: 0.4;
  background: #00adef;
  height: 10px;
  width: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
section#slider .swiper-pagination-bullet-active {
  background: #00adef;
  opacity: 1;
}
section#slider ._sliderKutu {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: left;
}
section#slider ._sliderKutu .sliderGolge {
  position: absolute;
  left: 0;
  margin-left: -10%;
  top: -30%;
  opacity: 1;
  font-family: "GBold", sans-serif;
  font-size: 74.5px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.5px;
  text-align: left;
  color: rgba(0, 173, 239, 0.05);
}
section#slider ._sliderKutu a.sliderButton,
section#slider ._sliderKutu h3,
section#slider ._sliderKutu p {
  font-size: 2em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
section#slider ._sliderKutu p {
  margin-top: 23px;
  margin-bottom: 43px;
  font-size: 1.4em;
  line-height: normal;
}
section#slider ._sliderKutu a.sliderButton {
  width: 138px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 8px 38px 0 rgba(0, 173, 239, 0.44);
  box-shadow: 0 8px 38px 0 rgba(0, 173, 239, 0.44);
  background-color: #00adef;
  border-radius: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2.58;
  letter-spacing: 1.9px;
  color: #fffefe;
}
section#urunBanner {
  position: relative;
  margin-top: -11%;
  z-index: 3;
}
section#urunBanner .flexSelector {
  position: relative;
}
section#urunBanner .flexSelector:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 20%;
  height: 60%;
  z-index: -1;
  background-blend-mode: normal, overlay;
  background-image: linear-gradient(122deg, #00adef, #5c9bf2),
    linear-gradient(to bottom, #1c91ff, #1c91ff);
}
section#urunBanner .flexSelector .paddingWrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#urunBanner ._img {
  width: 30%;
  position: relative;
  z-index: 4;
}
section#urunBanner ._yazi {
  position: relative;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
section#urunBanner ._yazi h5,
section#urunBanner ._yazi p,
section#urunBanner .golgeYazi,
section#urunBanner a.urunleriIncele {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
}
section#urunBanner ._yazi h5 {
  color: #fff;
  font-family: "GBold", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.38;
}
section#urunBanner ._yazi p,
section#urunBanner a.urunleriIncele {
  font-size: 1.4em;
  font-weight: 400;
  line-height: normal;
  color: #fffefe;
}
section#urunBanner .golgeYazi {
  position: absolute;
  top: 30%;
  left: 3%;
  z-index: 1;
  mix-blend-mode: overlay;
  font-family: "GLight", sans-serif;
  font-size: 6.5em;
  font-weight: 300;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
}
section#urunBanner a.urunleriIncele {
  width: 187px;
  height: 40px;
  border: solid 1px #fff;
  font-family: "GMedium", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2.58;
  letter-spacing: 1.9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#iletisim ._ust ul li a.haritadaGoster:hover,
section#insan-kaynaklari ._sag form .btnFormGonder:hover,
section#urunBanner a.urunleriIncele:hover {
  background: #fff;
  color: #00adef;
}
section#kurumsalIndex .flexSection {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section#kurumsalIndex ._sol {
  width: 40%;
}
section#imalatIndex .flexSection {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section#imalatIndex ._sol {
  width: 50%;
}
section#imalatIndex ._sol img {
  margin-left: -24%;
}
section#imalatIndex ._sag {
  width: 41%;
}
section#referanslarIndex ._content p {
  margin-top: 40px;
}
section#referanslarIndex .referansListesi {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

section#referanslarIndex .referansListesi ._item {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.3);
}

section#referanslarIndex .referansListesi ._item a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section#referanslarIndex .referansListesi ._item img {
  width: 100%;
  object-fit: contain;
}
section#referanslarIndex a.tumReferanslariGoster {
  width: 233px;
}
section#hakkimizda {
  margin-top: 65px;
}
section#hakkimizda .flexSection {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section#hakkimizda ._sag {
  text-align: right;
}
section#vizyon {
  margin-top: 92px;
}
footer .footerFlex ._sag ._ust ul li ._kutu,
section#iletisim ._ust ul li ._kutu,
section#vizyon .title {
  margin-bottom: 15px;
}
section#vizyon .flexSection {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section#insan-kaynaklari h3,
section#insan-kaynaklari p,
section#vizyon ._content p {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
}
section#vizyon ._content p {
  margin-bottom: 10px;
  font-size: 1.4em;
  letter-spacing: normal;
  color: #000;
  margin-top: 4px;
}
section#vizyon ._sol {
  width: 49%;
  text-align: left;
}
.menu-icon.open > span:after,
.menu-icon.open > span:before,
section#vizyon ._sol img {
  width: 100%;
}
section#vizyon ._sag {
  width: 51%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section#insan-kaynaklari {
  margin-top: 109px;
}
section#insan-kaynaklari ._sag,
section#insan-kaynaklari ._sol {
  width: 50%;
}
section#insan-kaynaklari h3 {
  font-family: "GMedium", sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: normal;
  color: #000;
  margin-top: 30px;
}
section#insan-kaynaklari p {
  font-size: 1.6em;
  letter-spacing: -0.3px;
  color: #323232;
  max-width: 323px;
  margin-top: 15px;
}
section#insan-kaynaklari ._sag form {
  margin-top: 30px;
}
section#iletisim-formu form .btnFormGonder,
section#insan-kaynaklari ._sag form .btnFormGonder {
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 173, 239, 0.26);
  box-shadow: 0 8px 8px 0 rgba(0, 173, 239, 0.26);
  background-color: #00adef;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#insan-kaynaklari ._sag form .btnFormGonder,
section#referans ._content p {
  font-size: 1.2em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.58;
  letter-spacing: 1.9px;
  text-align: left;
  color: #fffefe;
}
section#referans {
  margin-top: 64px;
}
section#referans .flexSection {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section#referans ._content p {
  font-family: "GBook", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #3e3e3e;
}
section#referans ._sol {
  width: 63%;
}
section#referans ._sag {
  width: 37%;
  text-align: right;
}
section#referanslar ._content {
  margin-top: 71px;
}
section#referanslar ._content ul {
  -webkit-column-count: 2;
  column-count: 2;
}
section#referanslar ._content ul li {
  margin-bottom: 20px;
}
section#iletisim {
  margin-top: 62px;
}
section#iletisim .flexSection {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section#iletisim .flexSection ._sol {
  width: 60%;
}
section#iletisim .flexSection ._sag {
  width: 40%;
  padding-left: 9%;
  text-align: left;
}
section#iletisim ._content {
  padding: 35px 0 0 5%;
}
section#iletisim ._content > p,
section#iletisim ._ust ul li a,
section#iletisim ._ust ul li h5,
section#iletisim ._ust ul li p,
section#urunler .flexSection ._sideBar ul li a {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}
section#iletisim ._content > p {
  font-family: "GBook", sans-serif;
  line-height: normal;
  letter-spacing: normal;
  color: #666;
}
section#iletisim ._ust ul {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#iletisim ._ust ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section#iletisim ._ust ul li:before {
  display: none;
}
section#iletisim ._ust ul li h5 {
  font-family: "GMedium", sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 3.8px;
  color: #666;
}
section#iletisim ._ust ul li a,
section#iletisim ._ust ul li p {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #666;
  margin-top: 5px;
}
footer .footerFlex ._sag ._ust ul li a.haritadaGoster,
section#iletisim ._ust ul li a.haritadaGoster {
  width: 201px;
  height: 41px;
  margin-top: 10%;
  border-radius: 0;
  color: #fff;
  text-align: center;
  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;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 173, 239, 0.26);
  box-shadow: 0 8px 8px 0 rgba(0, 173, 239, 0.26);
  background-color: #00adef;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#iletisim ._sag {
  text-align: right;
}
section#iletisim-formu {
  margin-top: 172px;
}
section#iletisim-formu form {
  margin-top: 67px;
}
section#iletisim-formu form textarea {
  min-height: 180px;
}
section#iletisim-formu form .btnFormGonder {
  width: 130px;
  height: 41px;
  -o-object-fit: contain;
  object-fit: contain;
  color: #fff;
}
footer .footerFlex ._sag ._ust ul li a.haritadaGoster:hover,
section#iletisim-formu form .btnFormGonder:hover {
  background: #fff;
  color: #00adef;
}
section#urunler {
  margin-top: 100px;
}
section#iletisim ._ust ul,
section#iletisim ._ust ul li,
section#urunler .flexSection {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
section#urunler .flexSection ._sideBar {
  width: 178px;
}
section#urunler .flexSection ._sideBar ._kutu {
  margin-bottom: 93px;
}
section .title h4,
section#urunler .flexSection ._sideBar h4,
section#urunler .flexSection ._urunlerContent .urunKutu ._urunTitle h5 {
  font-family: "GBold", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.1px;
  color: #5e5e5e;
  position: relative;
}
section#urunler .flexSection ._sideBar h4 {
  padding-left: 25px;
  margin-left: -20px;
  display: inline-block;
  border-bottom: 1px solid #00adef;
  border-left: 1px solid #00adef;
  padding-bottom: 10px;
  line-height: 1.5;
  text-align: left;
}
section#urunler .flexSection ._sideBar h4:before {
  content: "";
  background: url(../img/plus.png) no-repeat center;
  position: absolute;
  top: 0;
  height: 15px;
  width: 15px;
  left: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
section#urunler .flexSection ._sideBar ul {
  padding: 0;
  margin-top: 23px;
}
section#urunler .flexSection ._sideBar ul li {
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#urunler .flexSection ._sideBar ul li a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  line-height: 1.86;
  letter-spacing: 1.1px;
  color: #000;
}
section#urunler .flexSection ._sideBar ul li.active,
section#urunler .flexSection ._sideBar ul li:hover {
  -webkit-box-shadow: 0 6px 8px 0 rgba(0, 173, 239, 0.26);
  box-shadow: 0 6px 8px 0 rgba(0, 173, 239, 0.26);
  background-color: #00adef;
}
section#urunler .flexSection ._sideBar ul li.active a,
section#urunler .flexSection ._sideBar ul li:hover a {
  color: #fff;
}

section#urunler .flexSection .categoriesContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

section#urunler .flexSection .categoriesContainer .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

section#urunler .flexSection .categoriesContainer .box .categoryTitle {
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #2c2c2c;
}

section#urunler .flexSection .categories {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  justify-content: center;
  gap: 25px;
}

section#urunler .flexSection .products {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

section.productDetail {
  display: flex;
  gap: 40px;
  padding: 60px 0;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  section.productDetail {
    flex-direction: column;
    padding: 40px 0;
    gap: 25px;
  }
}

section.productDetail .productHead {
  display: flex;
  flex-direction: column;
}

section.productDetail .productHead .productTitle {
  font-size: 3.5em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #5e5e5e;
}

@media (max-width: 992px) {
  section.productDetail .productHead .productTitle {
    font-size: 2.5em;
  }
}

section.productDetail .productHead .productCode {
  font-size: 1.5em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: #5e5e5e;
}

section.productDetail .productImg {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.productDetail .productImg img {
  width: 100%;
}

section.productDetail .productContent table {
  border-spacing: 2px;
  border-collapse: unset !important;
}

section.productDetail .productContent table tr td {
  padding: 5px 10px;
  font-size: 1.5em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 1em;
}

section.productDetail .productContent table tr:nth-child(odd) td {
  background-color: #cccccc;
  border-radius: 5px;
}

section.productDetail .productContent table tr:first-child td {
  background-color: #0b3a4c;
  color: #fff;
}

section#urunler .flexSection ._urunlerContent .categories .categoryBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  padding: 12px;
  box-shadow: 1px 1px 8px 3px #00000014;
  transition: all 0.3s ease-in-out;
}

section#urunler .flexSection ._urunlerContent .categories .categoryBox:hover {
  /* box-shadow: none !important; */
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.025);
}

section#urunler
  .flexSection
  ._urunlerContent
  .categories
  .categoryBox
  .categoryContent
  h5 {
  font-size: 1.5em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #5e5e5e;
}

section#urunler .flexSection ._urunlerContent .categories .categoryBox img {
  height: 150px;
  object-fit: contain;
}

section#urunler .flexSection ._urunlerContent .categories .categoryBox span {
  font-size: 1.1em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #5e5e5e;
}

section#urunler .flexSection ._urunlerContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#urunler .flexSection ._urunlerContent .urunKutu {
  width: 45%;
  margin-bottom: 11%;
}

section#urunler .flexSection ._urunlerContent .urunKutu ._urunTitle {
}

section#urunler .flexSection ._urunlerContent .urunKutu ._urunTitle h5 {
  padding-bottom: 22px;
  line-height: 1.56;
  text-align: right;
}

section#urunler .flexSection ._urunlerContent .urunKutu ._urunTitle h5:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 11px;
  height: 11px;
  background: #00adef;
}
section#urunler .flexSection ._urunlerContent .urunKutu ._urunTitle h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #00adef;
}
section#urunler .flexSection ._urunlerContent .urunKutu ._urunBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section#urunler .flexSection ._urunlerContent .urunKutu ._urunBody ._urunImg {
  width: 50%;
  -webkit-transform: translateY(-77%);
  transform: translateY(-77%);
  text-align: right;
  position: relative;
}
section#urunler
  .flexSection
  ._urunlerContent
  .urunKutu
  ._urunBody
  ._urunImg
  img {
  padding-left: 10%;
  width: 110%;
  height: 200px;
  object-fit: contain;
}
section#urunler .flexSection ._urunlerContent .urunKutu ._urunBody table {
  width: 50%;
  float: right;
}
section#urunler
  .flexSection
  ._urunlerContent
  .urunKutu
  ._urunBody
  table
  thead
  th {
  border: 0;
  font-size: 1.2em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: 1px;
  color: #5e5e5e;
  padding: 2px;
  text-align: center;
}
section#urunler
  .flexSection
  ._urunlerContent
  .urunKutu
  ._urunBody
  table
  tbody
  tr
  td {
  font-size: 1.6em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.13;
  letter-spacing: 1.3px;
  color: #5e5e5e;
  padding: 2px;
  text-align: center;
}
section#urunler
  .flexSection
  ._urunlerContent
  .urunKutu
  ._urunBody
  table
  tbody
  tr:nth-child(even) {
  background: #e2e2e2;
}
footer {
  margin-top: 5%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(226deg, #eaeaea, #eaeaea 100%);
}
footer .footerFlex {
  padding-top: 5%;
  padding-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footerFlex ._sol {
  width: 200px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .footerFlex ._sol ul {
  margin-left: 45px;
  margin-top: 20px;
}
footer .footerFlex ._sol ul li a {
  font-size: 1.2em;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: normal;
  text-align: left;
  color: #5e5e5e;
}
footer .footerFlex ._sag {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .footerFlex ._sag ._ust ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .footerFlex ._sag ._ust ul li img {
  width: 26px;
  height: 37px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.field input,
.field label::before,
.field textarea,
footer .footerFlex ._sag ._ust ul li h5 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 3.8px;
  text-align: left;
  color: #666;
}
footer .footerFlex ._sag ._ust ul li h5 {
  font-family: "GMedium", sans-serif;
  line-height: 1.38;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 1.05em;
}
footer .altFooter ul li p,
footer .footerFlex ._sag ._alt h5,
footer .footerFlex ._sag ._ust ul li a,
footer .footerFlex ._sag ._ust ul li p {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}
footer .footerFlex ._sag ._alt {
  margin-top: 6%;
  padding-top: 6%;
  border-top: 1px solid #00adef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .altFooter ul li p,
footer .footerFlex ._sag ._alt h5 {
  font-family: "GMedium", sans-serif;
  font-size: 1.2em;
  line-height: 1.38;
  letter-spacing: 1.6px;
}
footer .footerFlex ._sag ._alt p {
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 1px;
}
footer .altFooter {
  width: 100%;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  background-image: linear-gradient(226deg, #00adef, #4fcdfd 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .altFooter ul li p {
  font-size: 11px;
  font-weight: 500;
  line-height: 3.09;
  letter-spacing: 0.4px;
  color: #fff;
}
.menu-icon {
  position: relative;
  top: 0;
  display: block;
  width: 1.5em;
  height: 2.4em;
  cursor: pointer;
  margin: 0 auto 0 5px;
  float: none;
  -webkit-transition: all 1.3s cubic-bezier(0.66, 0.34, 0, 0.95);
  transition: all 1.3s cubic-bezier(0.66, 0.34, 0, 0.95);
}
.menu-icon > span {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 0;
  background-color: #fff;
  border-radius: 0;
}
.menu-icon > span:after,
.menu-icon > span:before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-icon > span:before {
  width: 78%;
}
.menu-icon > span:after {
  width: 83%;
}
.menu-icon > span:before {
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}
.menu-icon > span:after {
  -webkit-transform: translateY(0.5em);
  transform: translateY(0.5em);
}
.menu-icon.open {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-icon.open > span:after,
.menu-icon.open > span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.field {
  position: relative;
  margin-bottom: 15px;
}
.field input,
.field label::before,
.field textarea {
  font-size: 10.5px;
}
.field label::before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 15px;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  line-height: 3.5;
}
.field input,
.field textarea {
  width: 100%;
  min-height: 40px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #00adef;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 1.38;
}
.field ::-webkit-input-placeholder {
  color: #ddd;
}
.field ::-moz-placeholder {
  color: #ddd;
}
.field :-ms-input-placeholder {
  color: #ddd;
}
.field :-moz-placeholder {
  color: #ddd;
}
.field input:focus,
.field textarea:focus {
  outline: 0;
  border-color: #00adef;
}
.field input:valid + label::before,
.field textarea:valid + label::before {
  line-height: 20px;
  font-size: 12px;
  background: #00adef;
  padding: 0 6px;
  left: 0;
  color: #ffff;
  -webkit-transform: translateY(-102%);
  transform: translateY(-102%);
  content: attr(data-title);
  border: 1px solid #00adef;
}
.field input:focus + label::before,
.field textarea:focus + label::before {
  line-height: 20px;
  font-size: 12px;
  -webkit-transform: translateY(-122%);
  transform: translateY(-122%);
  background: #00adef;
  color: #fff;
  left: 0;
  padding: 0 6px;
  border: 1px solid #00adef;
}
@media (max-width: 1300px) {
  section#slider {
    padding-left: 7%;
  }
}
@media (max-width: 1024px) {
  .myWrapperIc {
    padding: 0 4%;
  }
}
@media (max-width: 992px) {
  section#urunler .flexSection ._urunlerContent .urunKutu {
    width: 100%;
  }
  section#iletisim-formu {
    margin-top: 12%;
  }
  section#iletisim ._ust ul,
  section#iletisim ._ust ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
  footer .footerFlex ._sag ._ust ul li a.haritadaGoster,
  section#iletisim ._ust ul li a.haritadaGoster {
    margin-top: 1%;
  }
  section#urunler .flexSection ._sideBar {
    width: 26%;
    padding-left: 4%;
  }
  footer .footerFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footerFlex ._sol {
    width: 90% !important;
    margin: 0 auto;
  }
  footer .footerFlex ._sag {
    width: 90% !important;
    margin: 4% auto 0;
  }
  section#urunler {
    margin-top: 9%;
  }
  footer .footerFlex ._sol ul {
    text-align: center;
  }
  footer .footerFlex ._sol ul li {
    display: inline-block;
  }
  footer .footerFlex ._sol ul li:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  footer .footerFlex ._sag ._alt h5,
  section#iletisim .flexSection ._sol,
  section#slider ._sliderKutu a.sliderButton,
  section#slider ._sliderKutu h3,
  section#slider ._sliderKutu p,
  section#urunler .flexSection ._sideBar ul,
  section#urunler .flexSection ._sideBar ul li.active a,
  section#urunler .flexSection ._sideBar ul li:hover a {
    text-align: center;
  }
  header.tekliHeader .golgeBaslik {
    display: none;
  }
  header.tekliHeader {
    height: 210px;
  }
  section#iletisim a,
  section#iletisim h5,
  section#iletisim p {
    display: block;
    text-align: center !important;
  }
  section#iletisim .flexSection ._sag {
    text-align: center;
    padding: 0;
  }
  section#iletisim .flexSection ._sag img {
    max-width: 100px !important;
  }
  section#iletisim ._ust ul li a.haritadaGoster {
    margin: 0 auto !important;
  }
  .flexSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexSection ._sag,
  .flexSection ._sol {
    width: 100% !important;
  }
  .flexSection ._sag img,
  .flexSection ._sol img {
    width: 100%;
    max-width: 300px !important;
  }
  .flexSection ._sag {
    margin-bottom: 7%;
  }
  section#imalatIndex ._sol {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  section#imalatIndex ._sol img {
    margin: 0;
    width: 100%;
  }
  section .title h4:after {
    left: 0;
  }
  section#referanslarIndex .referansListesi ._item a img {
    width: 57% !important;
  }
  footer .footerFlex ._sag ._alt,
  footer .footerFlex ._sag ._ust ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  footer .footerFlex ._sag ._ust ul ._kutu,
  footer .footerFlex ._sag ._ust ul h5,
  footer .footerFlex ._sag ._ust ul p {
    text-align: center !important;
  }
  footer .footerFlex ._sag ._ust ul a {
    margin: 0 auto;
    margin-top: 3% !important;
  }
  footer .footerFlex ._sag ._ust ul li {
    margin-bottom: 15px;
  }
  .swiper-slide img,
  section#urunBanner ._img img,
  section#urunler .flexSection ._urunlerContent .urunKutu ._urunBody ._urunImg,
  section#urunler .flexSection ._urunlerContent .urunKutu ._urunBody table {
    width: 100%;
  }
  section#urunBanner .golgeYazi {
    font-size: 3.5em;
  }
  section#urunBanner .flexSelector:before {
    top: 10%;
    height: 100%;
  }
  section#urunBanner ._img {
    width: 140px;
  }
  section#urunBanner a.urunleriIncele {
    margin-right: 15px;
  }
  header.tekliHeader .golgeUstu {
    z-index: -1;
    mix-blend-mode: overlay;
  }
  header.anaSayfaHeader {
    padding-top: 10px;
  }
  header.anaSayfaHeader ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #kurumsalIndex {
    margin-top: 8%;
  }
  section#urunBanner .flexSelector .paddingWrapper,
  section#urunler .flexSection ._urunlerContent .urunKutu ._urunBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section#urunBanner ._yazi {
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 10px;
  }
  .swiper-pagination,
  section#urunBanner .golgeYazi {
    display: none;
  }
  header img {
    width: 100px;
  }
  section#slider .swiper-container {
    height: 550px;
  }
  section#slider {
    padding-left: 0;
  }
  section#slider ._sliderKutu {
    background: rgba(255, 255, 255, 0.5);
    padding-top: 15px;
  }
  section#slider ._sliderKutu a.sliderButton {
    margin: 0 auto;
  }
  footer .footerFlex ._sol ul {
    margin-left: 0;
  }
  section#hakkimizda ._sag {
    text-align: center;
    margin-top: 4%;
  }
  section#hakkimizda ._sag img,
  section#referans ._sag img {
    width: 100%;
    max-width: 160px !important;
  }
  section#vizyon {
    margin-top: 4%;
  }
  section#vizyon ._sol {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  section#referans ._sag {
    text-align: center;
    margin-top: 4%;
  }
  section#insan-kaynaklari {
    margin-top: 6%;
  }
  section#insan-kaynaklari p {
    max-width: 100% !important;
  }
  section#referanslar ._content {
    margin-top: 5%;
  }
  section#referanslar ._content ul {
    -webkit-column-count: 1;
    column-count: 1;
  }
  section#urunler .flexSection ._urunlerContent .urunKutu {
    width: 100%;
    margin-bottom: 6%;
  }
  section#urunler
    .flexSection
    ._urunlerContent
    .urunKutu
    ._urunBody
    ._urunImg
    img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 4%;
  }
  section#urunler .flexSection ._urunlerContent .urunKutu ._urunBody ._urunImg {
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
  section#urunler .flexSection ._sideBar h4 {
    margin-left: 4%;
  }
  section#urunler .flexSection ._urunlerContent {
    width: 100%;
    margin-top: 9%;
  }
  section#urunler .flexSection ._sideBar ._kutu {
    margin-bottom: 6%;
  }
  section#hakkimizda .flexSection ._content,
  section#insan-kaynaklari .flexSection ._content,
  section#referanslar .flexSection ._content,
  section#vizyon .flexSection ._content {
    padding: 0 10px;
  }
  section#urunler {
    margin-top: 7%;
  }
  section#urunler .flexSection ._sideBar {
    width: 100%;
  }
}
@media (max-width: 468px) {
  #kurumsalIndex {
    margin-top: 15% !important;
  }
}

@-webkit-keyframes mask-play {
  0% {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask-play {
  0% {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
section#referanslarIndex .referansListesi {
  flex-wrap: wrap;
}

.mobileMenu {
  display: none;
}

.desktopMenu {
  width: 63%;
  padding-top: 3%;
}

section#referanslarIndex .referansListesi ._item {
  margin-bottom: 10px;
}

.desktopMenu ul li a {
  color: #000;
}
.desktopMenu ul li:not(:last-child) {
  margin-right: 15px;
}
.detail .desktopMenu ul li a {
  color: #fff;
}

.menuAc {
  color: #000;
}
.detail .menuAc {
  color: #fff;
}

.menuAc .menu-icon > span {
  background-color: #000;
}
.detail .menuAc .menu-icon > span {
  background-color: #fff;
}

.menuAc .menu-icon > span:after,
.menuAc .menu-icon > span:before {
  background-color: #000;
}

.detail .menuAc .menu-icon > span:after,
.detail .menuAc .menu-icon > span:before {
  background-color: #fff;
}
.sagAlanGovde {
  margin-top: 60px;
}
.altFooter {
  background-color: #c0c0c0;
  background-image: none !important;
  height: auto !important;
  padding: 2% 0;
}

.altFooter .paddingWrapper {
  width: 100%;
}

.altFooter .paddingWrapper ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.altFooter .paddingWrapper ul li p {
  color: #575757;
}
.altFooter .paddingWrapper ul li:not(:last-child) a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.altFooter .paddingWrapper ul li:last-child a {
  margin-left: 10px;
  color: #575757;
}
footer .altFooter ul li a img {
  margin-right: 20px;
}

footer .altFooter ul li p {
  line-height: 1.5em;
}

.urunKutu ._urunImg img {
  height: 200px;
  object-fit: contain;
  width: 121px;
}
.urunKutu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.urunKutu ul:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 11px;
  height: 11px;
  background: #00adef;
  z-index: -1;
}
.urunKutu ul:after {
  content: "";
  position: absolute;
  bottom: 30%;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background: #00adef;
}
.urunKutu ul li:first-child {
  padding-left: 9%;
}
.urunKutu ul li:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  gap: 10px;
}
.urunlerModal {
  display: none;
}
.urunlerModal.active {
  display: block !important;
}

.urunlerModal .titleModal img {
  height: 100px;
  object-fit: contain;
  width: 78px;
}

.urunlerModal .bodyModal img {
  width: 100%;
  height: 263px;
  object-fit: contain;
}
.urunlerModal ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.urunlerModal ul:before {
  content: "";
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 11px;
  height: 11px;
  background: #00adef;
  z-index: -1;
}
.urunlerModal ul:after {
  content: "";
  position: absolute;
  bottom: 30%;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background: #00adef;
}
.urunlerModal ul li:first-child {
  padding-bottom: 5%;
}
.urunKutu ul li a.btn {
  box-shadow: 0 6px 8px 0 rgba(0, 173, 239, 0.26);
  background-color: #00adef;
  color: #fff;
  border-radius: 0;
  width: 100px;
}
.urunlerModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  z-index: 88;
}

.urunlerModal .modalArea {
  position: absolute;
  background: #fff;
  width: 428px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2% 3%;
  border-bottom-right-radius: 57px;
  padding-bottom: 2%;
  box-shadow: 1px 1px 20px 1px #00000069;
}

.urunlerModal .ozellikler {
  margin-top: 15px;
}

.urunlerModal .ozellikler {
  margin-top: 15px;
}

.urunlerModal .ozellikler .ozellikFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.urunlerModal .ozellikler .ozellikFlex .kutu {
  width: 47%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.urunlerModal .ozellikler .ozellikFlex .kutu p {
  margin-right: 5px;
}
.urunlerModal .ozellikler .ozellikFlex .kutu .ozellikSecenek {
  width: 66%;
}

.urunlerModal .ozellikler .ozellikFlex .kutu select {
  width: 100%;
  border: 1px solid #5e5e5e4a;
  border-radius: 0 !important;
  padding: 2px;
  font-size: 14px;
  height: 25px;
  text-align: center;
  -webkit-appearance: textfield;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #3a3a3a;
}

.urunlerModal .ozellikler .ozellikFlex .kutu select:disabled {
  background: #f3f4f5;
}
.urunlerModal ul li h5 {
  font-family: "GBook", sans-serif;
  font-size: 16px;
}
.urunlerModal .btnModalClose {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #00adef;
  border: 1px solid #00adef;
  text-align: center;
  transform: translate(50%, -50%);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GThin", sans-serif;
  transition: all 0.3 ease-in-out;
}
.urunlerModal .btnModalClose:hover {
  background: #00adef;
  color: #fff;
}
section#urunler .flexSection ._urunlerContent .urunKutu ._urunTitle h5:after,
section#urunler .flexSection ._urunlerContent .urunKutu ._urunTitle h5:before {
  display: none;
}

.urunlerModal .ozellikler .ozellikFlex .kutu p {
  font-size: 16px;
  width: 25%;
  text-align: right;
  display: flex;
  flex-direction: column;
  line-height: 1em;
  align-items: flex-end;
}
.urunlerModal .ozellikler .ozellikFlex .kutu p span {
  font-size: 11px;
}

._mobileTitle {
  display: none;
  font-size: 20px;
  margin-bottom: 20px;
}
._mobileMenu {
  overflow: hidden;
  width: 100%;
  height: 50px;
  display: none;
  background: #3fc1f3;
  color: #fff;
  padding: 14px 15px;
}
._mobileMenu h2 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-size: 20px;
}
._mobileMenu h2 span {
  float: right;
  width: 15px;
  height: 15px;
  margin-top: 5px;
}
._mobileMenu h2 span .up {
  display: none;
  filter: brightness(0) invert(1);
}
._mobileMenu h2 span .down {
  display: block;
  filter: brightness(0) invert(1);
}
._mobileMenu.active h2 span .up {
  display: block;
}
._mobileMenu.active h2 span .down {
  display: none;
}
._mobileMenu.active {
  height: auto;
}
._mobileMenu h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
._mobileMenu ul li a {
  color: #fff;
  font-size: 12px;
}
._mobileMenu ul {
  margin-bottom: 15px;
}
._mobileMenu ul li {
  margin-bottom: 5px;
  padding-left: 15px;
}

@media (max-width: 992px) {
  ._mobileTitle {
    display: block;
  }
  ._mobileMenu {
    display: block;
  }
  ._sideBar {
    display: none;
  }
  section#urunler .flexSection ._urunlerContent .urunKutu {
    background: #fff;
    padding: 3%;

    border-bottom-right-radius: 0;
  }
  .desktopMenu {
    display: none;
  }
  .flexSection ._sag {
    margin-top: 9%;
  }
  .urunlerModal .modalArea {
    border-bottom-right-radius: 0;
    width: 86%;
    padding: 3% 7%;
  }
  .mobileMenu {
    display: block !important;
  }
  .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }
  .myWrapperIc {
    padding: 0;
  }
  section#imalatIndex ._sol img {
    max-width: 100% !important;
  }
  section#slider ._sliderKutu a.sliderButton,
  section#slider ._sliderKutu h3,
  section#slider ._sliderKutu p {
    max-width: 100% !important;
  }
  .altFooter .paddingWrapper ul {
    flex-direction: column;
  }
  .altFooter .paddingWrapper ul li:not(:last-child) a {
    flex-direction: column;
  }
  footer .altFooter ul li a img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  section#slider .swiper-container {
    height: 380px;
  }
  .altFooter .paddingWrapper ul li p {
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section#slider ._sliderKutu {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 1px 20px 0px #0000002e;
    padding: 7%;
  }
  section#slider ._sliderKutu {
    bottom: 16%;
    top: initial;
  }
  .menuAc {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  header ul {
    align-items: center;
  }
  section#slider {
    padding-top: 99px;
  }
  #referanslar,
  #referans {
    padding: 0 5%;
  }
}

section#urunler .flexSection h4 {
  cursor: pointer;
}

section#urunler .flexSection ._sideBar ul {
  height: 0;
  overflow: hidden;
}
section#urunler .flexSection ._sideBar ul.active {
  height: auto;
  overflow: visible;
}
