<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("./cdrstrap.css");
@font-face {
  font-family: "Bebas";
  src: url("../fonts/bebas.ttf") format("truetype");
}
@font-face {
  font-family: "BebasBold";
  src: url("../fonts/bebas-bold.otf") format("opentype");
}
@font-face {
  font-family: "Bebasa";
  src: url("https://use.typekit.net/crr4bir.css") format("truetype");
}
@font-face {
  font-family: "Made";
  src: url("../fonts/made-light.otf") format("opentype");
}
@font-face {
  font-family: "MadeMedium";
  src: url("../fonts/made-medium.otf") format("opentype");
}
@font-face {
  font-family: "MadeBold";
  src: url("../fonts/bebas-bold.otf") format("opentype");
}
@font-face {
  font-family: "MadeRegular";
  src: url("../fonts/made-regular.otf") format("opentype");
}
@font-face {
  font-family: "MadeThin";
  src: url("../fonts/made-thin.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3fa8f3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 2px;
  /* Handle on hover */
}
::-webkit-scrollbar-thumb:hover {
  background: #3fa8f3;
}

.mm-menu.mm-theme-dark {
  z-index: 9999;
}

.mm-menu.mm-offcanvas {
  z-index: 999 !important;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-prev:not(.mm-close) {
  background: #3fa8f3 !important;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-prev::before {
  border-color: #3fa8f3;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-close::before {
  border-color: #3fa8f3;
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn.mm-close::after {
  border-color: #3fa8f3;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-close:not(.mm-prev) {
  background: transparent !important;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar &gt; * {
  border: 2px solid #ffffff;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar &gt; .mm-close {
  border: 2px solid #3fa8f3;
}

#mm-blocker {
  z-index: 11;
}

.mm-clear:before, .mm-close:before {
  right: 1px;
}

@media (max-width: 1024px) {
  .mm-menu.mm-theme-dark .mm-listview &gt; li a:not(.mm-next) {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  .mm-menu.mm-theme-dark .mm-listview &gt; li a:not(.mm-next) img.header-home-img {
    filter: invert(1);
    height: 25px;
  }
  .mm-menu.mm-theme-dark .mm-listview &gt; li a:not(.mm-next) img {
    height: 20px;
    filter: invert(1);
  }
}
.web-none {
  display: none;
}
@media (max-width: 1024px) {
  .web-none {
    display: block;
  }
}

.mobil-none {
  display: block;
}
@media (max-width: 1024px) {
  .mobil-none {
    display: none;
  }
}

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: sticky;
  z-index: 10;
  background-color: #fff;
}
header .top {
  width: 100%;
  background: #0d4b9f;
}
header .top .top-nav {
  width: 100%;
  min-height: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
@media (max-width: 1024px) {
  header .top .top-nav {
    display: none;
  }
}
header .top .top-nav .top-mail {
  width: 33.3%;
  display: flex;
  justify-content: start;
  gap: 10px;
}
header .top .top-nav .top-mail .mail {
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 13px;
}
header .top .top-nav .top-mail .mail img {
  height: 18px;
}
header .top .top-nav .top-mail .mail span {
  font-size: 13px;
  line-height: 16px;
}
header .top .top-nav .top-sosyal {
  display: flex;
  justify-content: center;
  gap: 10px;
}
header .top .top-nav .top-sosyal a {
  padding: 0;
  margin: 0;
  max-height: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
}
header .top .top-nav .top-sosyal a img {
  height: 20px;
}
header .top .top-nav .top-sosyal a span {
  font-size: 13px;
  margin: 0;
  padding: 0 0 0 10px;
  color: #ffffff;
}
header .bottom {
  width: 100%;
}
header .bottom nav {
  background: rgba(255, 255, 255, 0.2);
}
header .bottom nav .max-width {
  width: 100%;
  height: 90px;
  max-height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width {
    height: 110px;
  }
}
@media (max-width: 768px) {
  header .bottom nav .max-width {
    height: 80px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width {
    gap: 25px;
    padding-right: 0 !important;
    padding-left: 10px !important;
  }
}
header .bottom nav .max-width a {
  cursor: pointer;
}
header .bottom nav .max-width a.logo {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 90px;
  max-width: 160px;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  header .bottom nav .max-width a.logo {
    height: 80px;
    width: 100%;
    max-height: 80px;
    max-width: 137px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width a.logo {
    max-width: 120px;
  }
}
header .bottom nav .max-width a.logo img.logo {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 10px;
}
@media (max-width: 500px) {
  header .bottom nav .max-width a.logo img.logo {
    padding-top: 0;
    position: static;
  }
}
header .bottom nav .max-width .right {
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(100% - 200px);
  gap: 30px;
}
@media (max-width: 500px) {
  header .bottom nav .max-width .right {
    width: 0;
  }
}
header .bottom nav .max-width .right ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 26px;
  width: 100%;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width .right ul {
    display: none;
  }
}
header .bottom nav .max-width .right ul li {
  color: #000000;
  font-weight: 400;
  position: relative;
  line-height: 25px;
  padding: 10px 0;
}
header .bottom nav .max-width .right ul li.margin-right-minus {
  margin-right: -17px !important;
}
header .bottom nav .max-width .right ul li.social-link a img {
  border-radius: 50%;
}
header .bottom nav .max-width .right ul li.main-li:hover:not(.social-link) &gt; a:before {
  width: calc(50% + 10px);
  height: 2px;
}
header .bottom nav .max-width .right ul li.main-li:hover:not(.social-link) &gt; a:after {
  width: calc(50% + 10px);
}
header .bottom nav .max-width .right ul li:hover a {
  color: #3eacf3;
}
header .bottom nav .max-width .right ul li:hover ul {
  padding: 10px 15px;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu {
  opacity: 1;
  visibility: visible;
  width: fit-content;
  overflow: unset;
  animation: alt-menu-onhover 0.5s ease-in-out;
  top: 45px;
  border-radius: 5px;
  padding: 0;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li {
  padding: 10px;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li img {
  width: 20px;
  height: 20px;
  opacity: 1;
  visibility: visible;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li a {
  padding: 0 10px;
  font-weight: 600;
}
header .bottom nav .max-width .right ul li.social-link:hover ul {
  margin-top: 0;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li {
  padding: 10px;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li a {
  padding: 0;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li:hover img {
  filter: invert(1);
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li:hover a {
  color: #f7f7f7;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li:hover a span {
  color: #f7f7f7;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog {
  background-color: #141414;
  padding: 0 10px;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog:hover {
  background-color: #3fa8f3;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog a {
  color: #f7f7f7;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog a:before {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog a:after {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al {
  background-color: #3fa8f3;
  padding: 0 10px;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al:hover {
  background-color: #575757;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al a {
  color: #f7f7f7;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al a:before {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al a:after {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li a {
  color: #000000;
  font-family: "Bebasa", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right ul li a:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  height: 1px;
  bottom: 12px;
  background-color: #3fa8f3;
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .bottom nav .max-width .right ul li a:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 0%;
  height: 2px;
  background-color: #3fa8f3;
  bottom: 12px;
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .bottom nav .max-width .right ul li ul.altmenu {
  animation: alt-menu-outhover 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #EAEAEA;
  top: 25px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  z-index: 3;
  width: 0;
  min-width: 0;
  overflow: hidden;
  gap: 0;
}
header .bottom nav .max-width .right ul li ul.altmenu li {
  width: 100%;
  min-height: 39px;
  max-height: 39px;
  height: max-content;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #EAEAEA;
  color: #000000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
header .bottom nav .max-width .right ul li ul.altmenu li:nth-last-child(1) {
  border-bottom: none;
}
header .bottom nav .max-width .right ul li ul.altmenu li:hover {
  background-color: #575757;
}
header .bottom nav .max-width .right ul li ul.altmenu li:hover a {
  color: #f7f7f7;
}
header .bottom nav .max-width .right ul li ul.altmenu li img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
header .bottom nav .max-width .right ul li ul.altmenu li a {
  color: #000000;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  justify-content: flex-start;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right a {
  text-decoration: none;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
header .bottom nav .max-width .right a.lang-link img {
  margin: 0;
  width: 18px;
  height: 18px;
}
header .bottom nav .max-width .right a.lang-link span {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 600;
}
header .bottom nav .max-width #close {
  display: none;
  padding: 9px 12px;
  margin: 21px 20px;
  color: #ffffff;
  right: 0;
  font-size: 24px;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width #close {
    display: block !important;
    color: #000000;
  }
  header .bottom nav .max-width #close i {
    font-size: 32px;
    background: #232323;
    color: #ffffff;
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width #close i {
    font-size: 34px;
  }
}

.owl-carousel .item img.web-slider {
  display: block !important;
}
.owl-carousel .item img.mobil-slider {
  display: none !important;
}
@media (max-width: 768px) {
  .owl-carousel .item img.web-slider {
    display: none !important;
  }
  .owl-carousel .item img.mobil-slider {
    display: block !important;
  }
}

.main-space {
  margin-top: 55px !important;
  margin-bottom: 65px !important;
}
@media (max-width: 500px) {
  .main-space {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.max-width {
  max-width: 1440px !important;
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (max-width: 768px) {
  .max-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.content-space {
  padding: 55px 0 65px 0;
}

.rl-no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.tb-no-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@keyframes alt-menu-onhover {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes alt-menu-outhover {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.mobil-yuzen-alan {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

@media (max-width: 425px) {
  .mobil-yuzen-alan {
    height: 82px !important;
  }
}
@media (max-width: 375px) {
  .mobil-yuzen-alan {
    height: 72px !important;
  }
}
@media (max-width: 320px) {
  .mobil-yuzen-alan {
    height: 62px !important;
  }
}
@media (max-width: 500px) {
  header nav .max-width {
    justify-content: center;
  }
  .mobil-yuzen-alan {
    opacity: 1;
    visibility: visible;
    height: 90px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    z-index: 1000;
  }
  .mobil-yuzen-alan a {
    height: 90px;
    width: calc((100% - 40px) / 3);
  }
}
.sabitheader {
  position: fixed;
  top: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.sabitheader .bottom nav .max-width a {
  max-width: 230px !important;
}
.sabitheader .bottom nav .max-width a.logo img.logo {
  padding-top: 0;
  position: static;
}

.breadcrumb {
  background-color: #101010;
  background-image: url("../../images/user/site/footer-bg.png");
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-block: 25px;
  font-family: "Akhand", sans-serif;
  letter-spacing: 1.3px;
}
.breadcrumb .breadcrumb-link {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-link i {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #FFFFFF;
}

.current {
  color: #f7c000;
  font-weight: bold;
  font-family: "Akhand Extrabold", sans-serif;
}

.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 768px;
}
@media (max-width: 1024px) {
  .not-found {
    min-height: 600px;
  }
}
.not-found h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding-top: 75px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas", sans-serif;
  font-weight: 400;
}

p, b, a, li, i {
  font-family: "Made", sans-serif;
  color: #f7f7f7;
}

.detayli-incele {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Made", sans-serif;
  color: #f7f7f7;
  font-size: 20px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.detayli-incele.siyah {
  color: #141414;
}
.detayli-incele.siyah .ikonlar i {
  color: #141414;
}
.detayli-incele.mavi {
  color: #3fa8f3;
}
.detayli-incele.mavi .ikonlar i {
  color: #3fa8f3;
}
.detayli-incele.beyaz {
  color: #f7f7f7;
}
.detayli-incele.beyaz .ikonlar i {
  color: #f7f7f7;
}
.detayli-incele.buyuk {
  font-size: 24px;
  margin-top: 15px;
  font-weight: bold;
}
.detayli-incele.buyuk .ikonlar {
  width: 26px;
  height: 26px;
}
.detayli-incele.buyuk .ikonlar.hover-show {
  font-size: 0;
}
.detayli-incele.buyuk .ikonlar.hover-none {
  font-size: 24px;
}
.detayli-incele.buyuk:hover .ikonlar i.hover-show {
  font-size: 20px;
}
.detayli-incele.buyuk:hover .ikonlar i.hover-none {
  font-size: 0;
}
.detayli-incele .ikonlar {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  gap: 5px;
}
.detayli-incele .ikonlar i.hover-show {
  font-size: 0;
}
.detayli-incele .ikonlar i.hover-none {
  font-size: 20px;
}
.detayli-incele:hover {
  color: #3fa8f3;
}
.detayli-incele:hover .ikonlar i {
  color: #3fa8f3;
}
.detayli-incele:hover .ikonlar i.hover-show {
  font-size: 20px;
}
.detayli-incele:hover .ikonlar i.hover-none {
  font-size: 0;
}

.anasayfa-hakkimizda {
  background-image: url("../../images/user/site/hakkimizda-bg.jpg");
  background-position: top left;
  background-size: 100% auto;
  border-top: 2px solid #f7f7f7;
}
.anasayfa-hakkimizda .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 500px) {
  .anasayfa-hakkimizda .max-width {
    flex-direction: column;
    gap: 35px;
  }
}
.anasayfa-hakkimizda .max-width .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  max-width: calc((100% - 50px) / 2);
}
@media (max-width: 500px) {
  .anasayfa-hakkimizda .max-width .text {
    max-width: 100%;
  }
}
.anasayfa-hakkimizda .max-width .text img {
  max-width: 50px;
  width: 100%;
  height: auto;
}
.anasayfa-hakkimizda .max-width .text h2 {
  font-size: 76px;
  line-height: 86px;
  color: #3fa8f3;
}
@media (max-width: 500px) {
  .anasayfa-hakkimizda .max-width .text h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
.anasayfa-hakkimizda .max-width .text p {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #f7f7f7;
}
@media (max-width: 500px) {
  .anasayfa-hakkimizda .max-width .text p {
    font-size: 18px;
    line-height: 26px;
  }
}
.anasayfa-hakkimizda .max-width figure {
  padding: 14px;
  max-width: calc((100% - 50px) / 2);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .anasayfa-hakkimizda .max-width figure {
    max-width: 100%;
  }
}
.anasayfa-hakkimizda .max-width figure img {
  float: left;
  width: 100%;
  border: 4px solid #f7f7f7;
}
.anasayfa-hakkimizda .max-width figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3fa8f3;
  width: 5px;
  height: 60%;
  bottom: 40%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.anasayfa-hakkimizda .max-width figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 40%;
  background-color: #3fa8f3;
  width: 5px;
  height: 60%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.anasayfa-hakkimizda .max-width figure:hover:before {
  top: 40%;
  bottom: 0;
}
.anasayfa-hakkimizda .max-width figure:hover:after {
  bottom: 40%;
  top: 0;
}
.anasayfa-hakkimizda .max-width:hover {
  cursor: pointer;
}
.anasayfa-hakkimizda .max-width:hover .detayli-incele {
  color: #3fa8f3;
}
.anasayfa-hakkimizda .max-width:hover .detayli-incele .ikonlar i {
  color: #3fa8f3;
}
.anasayfa-hakkimizda .max-width:hover .detayli-incele .ikonlar i.hover-show {
  font-size: 20px;
}
.anasayfa-hakkimizda .max-width:hover .detayli-incele .ikonlar i.hover-none {
  font-size: 0;
}

.anasayfa-urunler {
  background-image: url("../../images/user/site/urunlerimiz-bg.png");
  background-position: top left;
  background-size: 100% auto;
}
.anasayfa-urunler .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.anasayfa-urunler .max-width h2 {
  font-size: 76px;
  line-height: 86px;
  color: #000000;
}
@media (max-width: 500px) {
  .anasayfa-urunler .max-width h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
.anasayfa-urunler .max-width p {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 500px) {
  .anasayfa-urunler .max-width p {
    font-size: 18px;
    line-height: 26px;
  }
}

.urunlerimiz {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .urunlerimiz {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .urunlerimiz {
    gap: 15px;
  }
}
.urunlerimiz .urun {
  max-width: calc((100% - 30px) / 4);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background-color: #141414;
}
@media (max-width: 1024px) {
  .urunlerimiz .urun {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 768px) {
  .urunlerimiz .urun {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .urunlerimiz .urun {
    max-width: 100%;
  }
}
.urunlerimiz .urun figure {
  width: 100%;
  overflow: hidden;
}
.urunlerimiz .urun figure img {
  width: 100%;
  float: left;
}
.urunlerimiz .urun .text {
  background-color: #141414;
  width: 100%;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: 5px solid #3fa8f3;
}
.urunlerimiz .urun .text h3, .urunlerimiz .urun .text h2 {
  font-family: "Made", sans-serif;
  color: #f7f7f7;
  font-size: 26px;
  line-height: 36px;
  min-height: 72px;
  max-height: 72px;
  text-align: center;
  font-weight: 400;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0;
}
@media (max-width: 1024px) {
  .urunlerimiz .urun .text h3, .urunlerimiz .urun .text h2 {
    font-size: 22px;
    line-height: 32px;
    min-height: 64px;
    max-height: 64px;
  }
}
@media (max-width: 768px) {
  .urunlerimiz .urun .text h3, .urunlerimiz .urun .text h2 {
    font-size: 26px;
    line-height: 36px;
    min-height: 72px;
    max-height: 72px;
  }
}
.urunlerimiz .urun .text .detayli-incele {
  font-weight: 400;
  font-size: 20px;
  color: #f7f7f7;
}
@media (max-width: 768px) {
  .urunlerimiz .urun .text .detayli-incele {
    font-size: 18px;
  }
}
.urunlerimiz .urun .text .detayli-incele .ikonlar i {
  color: #f7f7f7;
  font-size: 20px;
}
.urunlerimiz .urun:hover {
  background-color: transparent;
}
.urunlerimiz .urun:hover .text {
  background-color: #3fa8f3;
  border-top: 5px solid #f7f7f7;
}
.urunlerimiz .urun:hover .text h3, .urunlerimiz .urun:hover .text h2 {
  color: #000000;
  font-weight: bold;
}
.urunlerimiz .urun:hover .text .detayli-incele {
  color: #141414;
  font-weight: 600;
}
.urunlerimiz .urun:hover .text .detayli-incele .ikonlar i {
  color: #141414;
}
.urunlerimiz .urun:hover .text .detayli-incele .ikonlar i.hover-show {
  font-size: 20px;
}
.urunlerimiz .urun:hover .text .detayli-incele .ikonlar i.hover-none {
  font-size: 0;
}

.urun-none {
  display: none !important;
}

.anasayfa-surdurulebilirlik {
  background-color: #141414;
  background-image: url("../../images/user/site/kalite-kisim.png");
  background-size: auto 100%;
  background-position: top left;
}
.anasayfa-surdurulebilirlik .max-width h2 {
  font-size: 76px;
  line-height: 86px;
  color: #f7f7f7;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .anasayfa-surdurulebilirlik .max-width h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
.anasayfa-surdurulebilirlik .max-width p {
  font-size: 20px;
  line-height: 28px;
  color: #f7f7f7;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  .anasayfa-surdurulebilirlik .max-width p {
    font-size: 18px;
    line-height: 26px;
  }
}
.anasayfa-surdurulebilirlik .max-width .cards {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 15px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .anasayfa-surdurulebilirlik .max-width .cards {
    justify-content: center;
  }
}
.anasayfa-surdurulebilirlik .max-width .cards .card {
  max-width: calc((100% - 30px) / 3);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background-color: #f7f7f7;
  position: relative;
}
@media (max-width: 768px) {
  .anasayfa-surdurulebilirlik .max-width .cards .card {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .anasayfa-surdurulebilirlik .max-width .cards .card {
    max-width: 100%;
  }
}
.anasayfa-surdurulebilirlik .max-width .cards .card figure {
  max-width: 35%;
  background-color: #3fa8f3;
  padding: 20px;
  border: 3px solid #141414;
}
.anasayfa-surdurulebilirlik .max-width .cards .card figure img {
  width: 100%;
}
.anasayfa-surdurulebilirlik .max-width .cards .card h2 {
  color: #141414;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .anasayfa-surdurulebilirlik .max-width .cards .card h2 {
    text-align: center;
  }
}
.anasayfa-surdurulebilirlik .max-width .cards .card p {
  color: #141414;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  font-family: "Made", sans-serif;
  font-weight: 600;
}
.anasayfa-surdurulebilirlik .max-width .cards .card .detayli-incele {
  font-size: 19px;
  font-weight: 600;
  color: #141414;
}
.anasayfa-surdurulebilirlik .max-width .cards .card .detayli-incele .ikonlar i {
  color: #141414;
}
.anasayfa-surdurulebilirlik .max-width .cards .card:hover .detayli-incele .ikonlar i {
  color: #141414;
}
.anasayfa-surdurulebilirlik .max-width .cards .card:hover .detayli-incele .ikonlar i.hover-show {
  font-size: 19px;
}
.anasayfa-surdurulebilirlik .max-width .cards .card:hover .detayli-incele .ikonlar i.hover-none {
  font-size: 0;
}
.anasayfa-surdurulebilirlik .max-width .cards .card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #3fa8f3;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.anasayfa-surdurulebilirlik .max-width .cards .card:hover:before {
  height: 8px;
}
.anasayfa-surdurulebilirlik .max-width .cards .card:hover figure {
  background-color: #141414;
  border-color: #3fa8f3;
}

.anasayfa-uretim-hattimiz {
  background-image: url("../../images/user/site/uretm-hatti-bg.png");
  background-position: top left;
  background-size: 100% auto;
}
.anasayfa-uretim-hattimiz .max-width {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.anasayfa-uretim-hattimiz .max-width h2 {
  font-size: 76px;
  line-height: 86px;
  color: #000000;
}
@media (max-width: 500px) {
  .anasayfa-uretim-hattimiz .max-width h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
.anasayfa-uretim-hattimiz .max-width p {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 500px) {
  .anasayfa-uretim-hattimiz .max-width p {
    font-size: 18px;
    line-height: 26px;
  }
}

.uretim-hatti {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
@media (max-width: 1024px) {
  .uretim-hatti {
    flex-wrap: wrap;
  }
}
.uretim-hatti .hat {
  max-width: calc((100% - 30px) / 3);
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .uretim-hatti .hat {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .uretim-hatti .hat {
    max-width: 100%;
  }
}
.uretim-hatti .hat figure {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.uretim-hatti .hat figure img {
  width: 100%;
  float: left;
}
.uretim-hatti .hat .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #141414;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 5px solid #f7f7f7;
  padding: 10px;
  gap: 20px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.uretim-hatti .hat .text h3, .uretim-hatti .hat .text h2 {
  max-width: 70%;
  font-size: 48px;
  line-height: 58px;
  min-height: 116px;
  color: #f7f7f7;
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0;
  font-family: "Bebas", sans-serif;
}
@media (max-width: 500px) {
  .uretim-hatti .hat .text h3, .uretim-hatti .hat .text h2 {
    font-size: 32px;
    line-height: 42px;
    min-height: 84px;
  }
}
.uretim-hatti .hat .text img {
  width: 45px;
  height: 45px;
}
@media (max-width: 500px) {
  .uretim-hatti .hat .text img {
    width: 30px;
    height: 30px;
  }
}
.uretim-hatti .hat .hover-text {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: -600px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
.uretim-hatti .hat .hover-text p {
  color: #f7f7f7;
  font-size: 18px;
  line-height: 26px;
  font-family: "Made", sans-serif;
  font-weight: 400;
  text-align: center;
}
.uretim-hatti .hat .hover-text p.baslik {
  color: #3fa8f3;
  font-family: "Bebas", sans-serif;
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 1px;
}
.uretim-hatti .hat .hover-text .detayli-incele {
  font-size: 18px;
  font-weight: 600;
  color: #3fa8f3;
}
.uretim-hatti .hat .hover-text .detayli-incele .ikonlar i {
  color: #3fa8f3;
}
.uretim-hatti .hat:hover .text {
  bottom: -100%;
}
.uretim-hatti .hat:hover .hover-text {
  top: 0;
}
.uretim-hatti .hat:hover .detayli-incele .ikonlar i {
  color: #3fa8f3;
}
.uretim-hatti .hat:hover .detayli-incele .ikonlar i.hover-show {
  font-size: 18px;
}
.uretim-hatti .hat:hover .detayli-incele .ikonlar i.hover-none {
  font-size: 0;
}

.anasayfa-referanlarimiz {
  background-image: url("../../images/user/site/referanslar-bg.png");
}
.anasayfa-referanlarimiz .max-width {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.anasayfa-referanlarimiz .max-width h2 {
  font-size: 76px;
  line-height: 86px;
  color: #f7f7f7;
}
@media (max-width: 500px) {
  .anasayfa-referanlarimiz .max-width h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
.anasayfa-referanlarimiz .max-width p {
  font-size: 20px;
  line-height: 28px;
  color: #f7f7f7;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 500px) {
  .anasayfa-referanlarimiz .max-width p {
    font-size: 18px;
    line-height: 26px;
  }
}

.referanslar {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.referanslar .referans {
  max-width: calc((100% - 20px) / 2);
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .referanslar .referans {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .referanslar .referans {
    border: 2px solid #3fa8f3;
  }
}
.referanslar .referans:nth-child(odd) .text {
  right: -100%;
}
.referanslar .referans:nth-child(even) .text {
  left: -100%;
}
.referanslar .referans:hover:nth-child(odd) .text {
  right: 0;
}
.referanslar .referans:hover:nth-child(even) .text {
  left: 0;
}
.referanslar .referans:hover .detayli-incele {
  color: #3fa8f3;
}
.referanslar .referans:hover .detayli-incele .ikonlar i {
  color: #3fa8f3;
}
.referanslar .referans:hover .detayli-incele .ikonlar i.hover-show {
  font-size: 20px;
}
.referanslar .referans:hover .detayli-incele .ikonlar i.hover-none {
  font-size: 0;
}
.referanslar .referans figure {
  width: 100%;
  overflow: hidden;
}
.referanslar .referans figure img {
  width: 100%;
  float: left;
}
.referanslar .referans .text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  border: 3px solid #3fa8f3;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
@media (max-width: 500px) {
  .referanslar .referans .text {
    border: unset;
  }
}
.referanslar .referans .text h3, .referanslar .referans .text h2 {
  color: #f7f7f7;
  font-size: 44px;
  line-height: 54px;
  font-weight: 400;
  max-width: 35%;
  text-align: center;
  font-family: "Bebas", sans-serif;
}
@media (max-width: 500px) {
  .referanslar .referans .text h3, .referanslar .referans .text h2 {
    font-size: 30px;
    max-width: 75%;
  }
}
.referanslar .referans .text .detayli-incele {
  font-size: 18px;
  line-height: 26px;
  color: #3fa8f3;
  margin-top: 0;
}

.anasayfa-bloglar {
  background-image: url("../../images/user/site/haberler-bg.png");
  background-position: top left;
  background-size: 100% auto;
}
.anasayfa-bloglar .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.anasayfa-bloglar .max-width h2 {
  font-size: 76px;
  line-height: 86px;
  color: #000000;
}
@media (max-width: 500px) {
  .anasayfa-bloglar .max-width h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
.anasayfa-bloglar .max-width p {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 500px) {
  .anasayfa-bloglar .max-width p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .anasayfa-bloglar .max-width .blogs .blog:nth-child(3) {
    display: none;
  }
}
@media (max-width: 500px) {
  .anasayfa-bloglar .max-width .blogs .blog:nth-child(3) {
    display: flex;
  }
}

.blogs {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
@media (max-width: 500px) {
  .blogs {
    flex-wrap: wrap;
  }
}
.blogs .blog {
  max-width: calc((100% - 20px) / 3);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  background-color: #3fa8f3;
  gap: 5px;
}
@media (max-width: 1024px) {
  .blogs .blog {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 500px) {
  .blogs .blog {
    max-width: 100%;
  }
}
.blogs .blog figure {
  width: 100%;
  overflow: hidden;
}
.blogs .blog figure img {
  width: 100%;
  float: left;
}
.blogs .blog .text {
  background-color: #141414;
  width: 100%;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}
.blogs .blog .text h3, .blogs .blog .text h2 {
  font-family: "Made", sans-serif;
  color: #f7f7f7;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  font-weight: 400;
  min-height: 96px;
  max-height: 96px;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .blogs .blog .text h3, .blogs .blog .text h2 {
    font-size: 20px;
    line-height: 28px;
    min-height: 84px;
    max-height: 84px;
  }
}
@media (max-width: 350px) {
  .blogs .blog .text h3, .blogs .blog .text h2 {
    font-size: 18px;
    line-height: 26px;
    min-height: 78px;
    max-height: 78px;
  }
}
.blogs .blog .text .tarih {
  font-size: 16px;
  line-height: 24px;
  color: #bebebe;
}
.blogs .blog .text .detayli-incele {
  font-family: "Made", sans-serif;
  color: #bebebe;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
}
.blogs .blog .text .detayli-incele i {
  color: #bebebe;
  font-size: 18px;
}
.blogs .blog:hover {
  background-color: transparent;
}
.blogs .blog:hover .text {
  background-color: #3fa8f3;
}
.blogs .blog:hover .text h3, .blogs .blog:hover .text h2 {
  color: #000000;
  font-weight: bold;
}
.blogs .blog:hover .text .tarih {
  color: #141414;
}
.blogs .blog:hover .text .detayli-incele {
  color: #141414;
}
.blogs .blog:hover .text .detayli-incele .ikonlar i {
  color: #141414;
}
.blogs .blog:hover .text .detayli-incele .ikonlar i.hover-show {
  font-size: 20px;
}
.blogs .blog:hover .text .detayli-incele .ikonlar i.hover-none {
  font-size: 0;
}

.bizi-takip-edin {
  width: 100%;
  padding: 34px 0;
  background-image: url("../../images/user/site/takip-edin-bg.png");
  background-position: top left;
  background-size: 100% auto;
}
.bizi-takip-edin .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1100px) {
  .bizi-takip-edin .max-width {
    gap: 25px;
  }
}
@media (max-width: 500px) {
  .bizi-takip-edin .max-width {
    flex-direction: column;
    gap: 10px;
  }
}
.bizi-takip-edin .max-width .baslik {
  float: right;
  font-size: 46px;
  line-height: 54px;
  color: #f7f7f7;
}
.bizi-takip-edin .max-width .sosyal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 50px;
  border-left: 3px solid #f7f7f7;
  border-right: 3px solid #f7f7f7;
}
@media (max-width: 1100px) {
  .bizi-takip-edin .max-width .sosyal {
    padding: 0 25px 10px 25px;
  }
}
@media (max-width: 500px) {
  .bizi-takip-edin .max-width .sosyal {
    border-left: 0 solid #f7f7f7;
    border-right: 0 solid #f7f7f7;
  }
}
.bizi-takip-edin .max-width .sosyal a:hover figure {
  background-color: #3fa8f3;
}
.bizi-takip-edin .max-width .sosyal a:hover figure img {
  filter: invert(1);
  transform: scale(1.1);
}
.bizi-takip-edin .max-width .sosyal a figure {
  background-color: #f7f7f7;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}
.bizi-takip-edin .max-width .sosyal a figure img {
  width: 100%;
  float: left;
}
.bizi-takip-edin .max-width .bilgi {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .bizi-takip-edin .max-width .bilgi {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 500px) {
  .bizi-takip-edin .max-width .bilgi {
    flex-direction: row;
  }
}
.bizi-takip-edin .max-width .bilgi .buton {
  background-color: #141414;
  color: #f7f7f7;
  font-family: "Bebas", sans-serif;
  font-size: 46px;
  line-height: 54px;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .bizi-takip-edin .max-width .bilgi .buton {
    font-size: 36px;
    line-height: 44px;
    padding: 7px 10px;
  }
}
.bizi-takip-edin .max-width .bilgi .buton:hover {
  background-color: #3fa8f3;
}

.normal-sayfa.tanitim {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  padding-top: 15px !important;
}
.normal-sayfa.tanitim h2 {
  font-size: 28px !important;
  line-height: 38px !important;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.normal-sayfa .max-width {
  min-height: 350px;
}
.normal-sayfa .max-width.menulu {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.menulu {
    flex-direction: column;
  }
}
.normal-sayfa .max-width.menulu .text {
  max-width: calc(100% - 350px);
  width: 100%;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.menulu .text {
    max-width: 100%;
  }
}
.normal-sayfa .max-width h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  color: #141414;
}
.normal-sayfa .max-width h2 {
  font-size: 32px;
  line-height: 42px;
  color: #141414;
  font-family: "Made", sans-serif;
  font-weight: 600;
}
.normal-sayfa .max-width h3 {
  font-size: 30px;
  line-height: 40px;
  color: #141414;
  font-family: "Made", sans-serif;
  font-weight: 600;
}
.normal-sayfa .max-width h4 {
  font-size: 28px;
  line-height: 38px;
  color: #141414;
  font-family: "Made", sans-serif;
  font-weight: 600;
}
.normal-sayfa .max-width h5 {
  font-size: 26px;
  line-height: 36px;
  color: #141414;
  font-family: "Made", sans-serif;
  font-weight: 600;
}
.normal-sayfa .max-width h6 {
  font-size: 24px;
  line-height: 34px;
  color: #141414;
  font-family: "Made", sans-serif;
  font-weight: 600;
}
.normal-sayfa .max-width p {
  font-size: 18px;
  color: #141414;
  line-height: 26px;
  margin-bottom: 15px;
}
.normal-sayfa .max-width b {
  font-size: 18px;
  font-weight: bold;
  color: #141414;
  line-height: 26px;
}
.normal-sayfa .max-width ul {
  margin-top: 20px;
}
.normal-sayfa .max-width ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #141414;
  position: relative;
}
.normal-sayfa .max-width ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #3fa8f3;
  position: absolute;
  left: -15px;
  top: 7px;
}
.normal-sayfa .max-width figure.normal {
  max-width: 300px;
  width: 100%;
  float: right;
  cursor: pointer;
  overflow: hidden;
  border: 3px solid #3fa8f3;
  margin: 0 0 15px 15px;
}
@media (max-width: 768px) {
  .normal-sayfa .max-width figure.normal {
    max-width: 250px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width figure.normal {
    float: unset;
    max-width: 100%;
    height: unset;
    margin-bottom: 25px;
    margin-left: 0;
  }
}
.normal-sayfa .max-width figure.normal:hover img {
  transform: scale(1.05);
}
.normal-sayfa .max-width figure.normal img {
  width: 100%;
  height: auto;
  float: left;
}
.normal-sayfa .max-width .firma-tanitim-baslik {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.normal-sayfa .max-width .firma-tanitim-baslik img {
  max-height: 120px;
}
.normal-sayfa .max-width .firma-tanitim-baslik h1.tanitim-h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 0;
}
.normal-sayfa .urunlerimiz {
  margin-top: 20px;
  flex-wrap: wrap;
}
.normal-sayfa .urunlerimiz .urun {
  max-width: calc((100% - 20px) / 3);
}
@media (max-width: 768px) {
  .normal-sayfa .urunlerimiz .urun {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .normal-sayfa .urunlerimiz .urun {
    max-width: 100%;
  }
}
.normal-sayfa .urunlerimiz .urun .text {
  max-width: 100%;
}
@media (max-width: 768px) {
  .normal-sayfa .urunlerimiz .urun .text h3 {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
    max-height: 60px;
  }
}
.normal-sayfa .uretim-hatti {
  margin-top: 20px;
  flex-wrap: wrap;
}
.normal-sayfa .referanslar {
  margin-top: 20px;
  flex-wrap: wrap;
}
.normal-sayfa .blogs {
  margin-top: 20px;
  flex-wrap: wrap;
}

.sidemenu {
  max-width: 300px;
  width: 100%;
  margin-top: 75px;
  background-color: #141414;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0;
}
@media (max-width: 500px) {
  .sidemenu {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .sidemenu {
    margin-top: 0;
  }
}
.sidemenu a {
  font-size: 18px;
  color: #f7f7f7;
  background-color: #141414;
  padding: 10px;
  border-bottom: 2px solid #3fa8f3;
  width: 100%;
  letter-spacing: 0.5px;
}
.sidemenu a:hover {
  color: #f7f7f7;
  background-color: #3fa8f3;
}
.sidemenu a.active {
  color: #f7f7f7;
  background-color: #3fa8f3;
}
.sidemenu a.parentPage {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sayfa-icerigi {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 15px;
  background-color: #141414;
  font-family: "Made", sans-serif;
  margin-bottom: 25px;
  max-width: calc(100% - 325px);
  width: 100%;
}
@media (max-width: 500px) {
  .sayfa-icerigi {
    max-width: 100%;
  }
}
.sayfa-icerigi span {
  font-size: 22px;
  line-height: 30px;
  border-bottom: 2px solid #3fa8f3;
  width: 100%;
  color: #f7f7f7;
  text-align: center;
}
.sayfa-icerigi ul {
  padding-left: 30px;
}

.galeri {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.galeri figure.galeri-figure {
  max-width: calc((100% - 30px) / 4);
  width: 100%;
  overflow: hidden;
  height: 150px;
  background-color: #141414;
  display: flex;
  justify-content: center;
  align-items: center;
}
.galeri figure.galeri-figure img {
  width: 100%;
  float: left;
}

.urun-list-bg {
  background-image: url("../../images/user/site/urunlerimiz-bg.png");
  background-position: top left;
  background-size: 100% auto;
}

.uretim-hatti-bg {
  background-image: url("../../images/user/site/uretm-hatti-bg.png");
  background-position: top left;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .uretim-hatti-bg .uretim-hatti {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .uretim-hatti-bg .uretim-hatti .hat {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .uretim-hatti-bg .uretim-hatti .hat {
    max-width: 100%;
  }
}

.haber-bg {
  background-image: url("../../images/user/site/haberler-bg.png");
  background-position: top left;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .haber-bg .uretim-hatti {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .haber-bg .uretim-hatti .hat {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .haber-bg .uretim-hatti .hat {
    max-width: 100%;
  }
}

.iletisim-sayfa .iletisim-cards {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .iletisim-sayfa .iletisim-cards {
    justify-content: center;
  }
}
.iletisim-sayfa .iletisim-cards.tanitim-sayfasi {
  justify-content: center;
  margin-top: 25px;
}
.iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card {
  background-image: none !important;
  background-color: transparent !important;
  border: 3px solid rgba(20, 20, 20, 0.3);
  padding: 25px;
}
@media (max-width: 1024px) {
  .iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card {
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 768px) {
  .iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card {
    padding: 10px;
  }
}
@media (max-width: 500px) {
  .iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 768px) {
  .iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card figure {
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card figure {
    max-width: 65%;
  }
}
.iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card figure img {
  filter: invert(1);
}
.iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card h2 {
  color: #141414;
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  .iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 768px) {
  .iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 500px) {
  .iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card h2 {
    font-size: 24px !important;
  }
}
.iletisim-sayfa .iletisim-cards.tanitim-sayfasi .card .text {
  color: #141414;
}
.iletisim-sayfa .iletisim-cards .card {
  background-image: url(../../images/user/site/kalite-kisim.png);
  background-size: auto 100%;
  background-color: #141414;
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  padding: 25px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  border: 3px solid #141414;
}
@media (max-width: 1024px) {
  .iletisim-sayfa .iletisim-cards .card {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 600px) {
  .iletisim-sayfa .iletisim-cards .card {
    max-width: 100%;
  }
}
.iletisim-sayfa .iletisim-cards .card:hover figure img {
  margin-top: -5px;
  margin-bottom: 5px;
}
.iletisim-sayfa .iletisim-cards .card figure {
  max-width: 30%;
  background-color: #403f41;
  padding: 10px;
  border: 3px solid #f7f7f7;
}
@media (max-width: 768px) {
  .iletisim-sayfa .iletisim-cards .card figure {
    max-width: 40%;
  }
}
.iletisim-sayfa .iletisim-cards .card figure img {
  width: 100%;
  filter: invert(1);
}
.iletisim-sayfa .iletisim-cards .card h2 {
  color: #f7f7f7;
  font-size: 40px;
  font-weight: 400;
}
.iletisim-sayfa .iletisim-cards .card .text {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.iletisim-formu {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
}
.iletisim-formu .item {
  max-width: calc((100% - 15px) / 2);
}
@media (max-width: 600px) {
  .iletisim-formu .item {
    max-width: 100%;
  }
}

input {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  background-image: url("../../images/user/site/takip-edin-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #f7f7f7;
  border: 1px solid #908c83;
  border-radius: 3px;
}
input:focus {
  border: 1px solid #908c83;
}
input[type=submit] {
  max-width: 25%;
  width: 100%;
  background-image: url("../../images/user/site/footer-bg.png");
  color: #f7f7f7;
}

select {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 12px;
  background-image: url("../../images/user/site/takip-edin-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #f7f7f7;
  border: 1px solid #908c83;
  border-radius: 3px;
}
select option {
  color: black;
}

::placeholder {
  color: #f7f7f7;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #f7f7f7;
}

.bilgilendirme {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 7px;
}
.bilgilendirme input[type=checkbox] {
  width: 20px;
}
.bilgilendirme label {
  color: #141414;
  font-family: "Made", sans-serif;
}
.bilgilendirme label a {
  color: #3fa8f3;
  font-weight: bold;
}

textarea {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  background-image: url("../../images/user/site/takip-edin-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #f7f7f7;
  border: 1px solid #908c83;
  border-radius: 3px;
  font-family: "Made", sans-serif;
}

.harita_yerlestirme {
  width: 100%;
  margin-top: 25px;
}

.markalarimiz {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  margin-top: 25px;
}
.markalarimiz .marka {
  max-width: calc((100% - 30px) / 3);
  width: 100%;
  border: 2px solid #3fa8f3;
  position: relative;
  overflow: hidden;
}
.markalarimiz .marka figure {
  width: 100%;
  overflow: hidden;
}
.markalarimiz .marka figure img {
  width: 100%;
  float: left;
}
.markalarimiz .marka .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
.markalarimiz .marka .text h2 {
  font-size: 42px;
  line-height: 42px;
  color: #f7f7f7;
  font-family: "Made", sans-serif;
  margin-bottom: 0;
}
.markalarimiz .marka:hover figure {
  filter: blur(4px);
}
.markalarimiz .marka:hover .text {
  left: 0;
}

.videolar {
  display: flex;
  justify-content: start;
  align-content: start;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.videolar iframe {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
}
@media (max-width: 1024px) {
  .videolar iframe {
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 768px) {
  .videolar iframe {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .videolar iframe {
    max-width: 100%;
  }
}

.urun-filtre {
  max-width: 300px;
  width: 100%;
  min-height: 50px;
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0;
  border: 2px solid #141414;
  padding: 10px;
}
@media (max-width: 1024px) {
  .urun-filtre {
    max-width: 100%;
    margin-top: 0;
  }
}
.urun-filtre h2.baslik {
  font-size: 26px;
  line-height: 50px;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
.urun-filtre h3.baslik {
  margin-top: 10px;
  font-size: 24px;
  line-height: 24px;
}
.urun-filtre .secenekler {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .urun-filtre .secenekler {
    gap: 15px;
    width: 100%;
  }
}
.urun-filtre .secenekler .secenek {
  max-width: calc((100% - 10px) / 2);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 4px;
}
@media (max-width: 1024px) {
  .urun-filtre .secenekler .secenek {
    max-width: calc((100% - 40px) / 5);
  }
}
.urun-filtre .secenekler .secenek label {
  font-family: "Made", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
.urun-filtre .secenekler .secenek input {
  max-width: 20px;
}

footer {
  background-image: url("../../images/user/site/footer-bg.png");
  background-position: top left;
  background-size: 100% auto;
}
footer .max-width {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 50px;
  flex-wrap: wrap;
}
footer .max-width .item {
  max-width: calc((100% - 150px) / 4);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1024px) {
  footer .max-width .item {
    max-width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 500px) {
  footer .max-width .item {
    max-width: 100%;
  }
}
footer .max-width .logo {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
footer .max-width .logo figure {
  max-width: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .max-width .logo figure img {
  width: 100%;
  float: left;
}
footer .max-width .logo p {
  text-align: center;
}
@media (max-width: 500px) {
  footer .max-width .logo p {
    font-size: 18px;
  }
}
footer .max-width .hizli-link {
  padding-left: 15px;
  margin-top: -4.5px;
}
footer .max-width .hizli-link h2 {
  position: relative;
  margin-bottom: 10px;
}
footer .max-width .hizli-link h2 a {
  font-size: 38px;
  color: #3fa8f3;
  line-height: 50px;
  font-family: "Bebas", sans-serif;
}
footer .max-width .hizli-link h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 20%;
  background-color: #3fa8f3;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
footer .max-width .hizli-link h2:hover:before {
  width: 50%;
}
footer .max-width .hizli-link ul li {
  position: relative;
}
footer .max-width .hizli-link ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #f7f7f7;
  position: absolute;
  left: -15px;
  top: 13px;
}
footer .max-width .hizli-link ul li:hover a {
  color: #3fa8f3;
}
footer .max-width .hizli-link ul li:hover:before {
  background-color: #3fa8f3;
}
footer .max-width .hizli-link ul li a {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
@media (max-width: 500px) {
  footer .max-width .hizli-link ul li a {
    font-size: 20px;
    line-height: 30px;
  }
}
footer .max-width .footer-iletisim {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 5px;
}
footer .max-width .footer-iletisim .iletisim-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12.5px;
}
footer .max-width .footer-iletisim .iletisim-item figure {
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
footer .max-width .footer-iletisim .iletisim-item figure img {
  width: 100%;
  float: left;
}
footer .max-width .footer-iletisim .iletisim-item .yazi {
  margin-top: -1.5px;
}

.copyright {
  background-color: #f7f7f7;
  padding: 25px;
}
.copyright .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  color: #141414;
}
@media (max-width: 500px) {
  .copyright .max-width {
    justify-content: start;
    flex-direction: column;
    gap: 20px;
  }
}
.copyright .max-width .copyright-left p {
  color: #141414;
  font-size: 18px;
}
@media (max-width: 500px) {
  .copyright .max-width .copyright-left p {
    text-align: center;
  }
}
.copyright .max-width .copyright-left p b {
  color: #141414;
}
.copyright .max-width .copyright-right {
  color: #141414;
  font-size: 18px;
}
@media (max-width: 500px) {
  .copyright .max-width .copyright-right {
    text-align: center;
  }
}
.copyright .max-width .copyright-right b {
  color: #141414;
}

.owl-urun-detay {
  max-width: 400px;
  width: 100%;
  margin: 0 0 15px 15px;
  float: right;
}
@media (max-width: 768px) {
  .owl-urun-detay {
    max-width: 250px;
  }
}
@media (max-width: 500px) {
  .owl-urun-detay {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
}
.owl-urun-detay .item img {
  float: left;
}
.owl-urun-detay .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.owl-urun-detay .owl-nav button {
  margin: 0 5px !important;
  opacity: 0.5;
  border: 1px solid #3fa8f3;
}
.owl-urun-detay .owl-nav button:hover {
  opacity: 1;
}
.owl-urun-detay .owl-nav button:hover.owl-prev {
  background-color: #141414;
}
.owl-urun-detay .owl-nav button:hover.owl-next {
  background-color: #141414;
}
.owl-urun-detay .owl-nav button.owl-prev {
  background-color: #3fa8f3;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-urun-detay .owl-nav button.owl-prev span {
  margin-top: -5px;
  font-size: 20px;
  line-height: 20px;
  color: #f7f7f7;
}
.owl-urun-detay .owl-nav button.owl-next {
  background-color: #3fa8f3;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-urun-detay .owl-nav button.owl-next span {
  margin-top: -5px;
  font-size: 20px;
  line-height: 20px;
  color: #f7f7f7;
}

.owl-referans {
  max-width: 400px;
  width: 100%;
  margin: 0 0 15px 15px;
  float: right;
}
@media (max-width: 768px) {
  .owl-referans {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
}
.owl-referans .item img {
  float: left;
}
.owl-referans .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.owl-referans .owl-nav button {
  margin: 0 5px !important;
  opacity: 0.5;
  border: 1px solid #3fa8f3;
}
.owl-referans .owl-nav button:hover {
  opacity: 1;
}
.owl-referans .owl-nav button:hover.owl-prev {
  background-color: #141414;
}
.owl-referans .owl-nav button:hover.owl-next {
  background-color: #141414;
}
.owl-referans .owl-nav button.owl-prev {
  background-color: #3fa8f3;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-referans .owl-nav button.owl-prev span {
  margin-top: -5px;
  font-size: 20px;
  line-height: 20px;
  color: #f7f7f7;
}
.owl-referans .owl-nav button.owl-next {
  background-color: #3fa8f3;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-referans .owl-nav button.owl-next span {
  margin-top: -5px;
  font-size: 20px;
  line-height: 20px;
  color: #f7f7f7;
}

.rapor-btns {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
}
.rapor-btns .rapor-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #141414;
  color: #f7f7f7;
  font-size: 22px;
  padding: 7px 10px;
}
.rapor-btns .rapor-btn:hover {
  background-color: #3fa8f3;
}

.urun-detay-sayfasi.urunlerimiz {
  margin-top: 15px;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .urun-detay-sayfasi.urunlerimiz {
    flex-wrap: wrap;
  }
}
.urun-detay-sayfasi.urunlerimiz .urun {
  max-width: calc((100% - 30px) / 4);
}
@media (max-width: 1024px) {
  .urun-detay-sayfasi.urunlerimiz .urun {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 768px) {
  .urun-detay-sayfasi.urunlerimiz .urun {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .urun-detay-sayfasi.urunlerimiz .urun {
    max-width: 100%;
  }
}

.ic-sayfa.referanslar {
  flex-wrap: nowrap;
}

.sertifikalar {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  width: 100%;
  margin-top: 25px;
  flex-wrap: wrap;
}
.sertifikalar .sertifika {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  border: 3px solid #3fa8f3;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .sertifikalar .sertifika {
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 768px) {
  .sertifikalar .sertifika {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .sertifikalar .sertifika {
    max-width: 100%;
  }
}
.sertifikalar .sertifika:hover .efect {
  left: -100%;
}
.sertifikalar .sertifika figure {
  width: 100%;
}
.sertifikalar .sertifika figure img {
  width: 100%;
  float: left;
}
.sertifikalar .sertifika .efect {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.cozum-ortaklari {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  margin-top: 25px;
  width: 100%;
}
.cozum-ortaklari figure {
  max-width: calc((100% - 60px) / 4);
  width: 100%;
  overflow: hidden;
  border: 2px solid #3fa8f3;
  cursor: pointer;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cozum-ortaklari figure {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .cozum-ortaklari figure {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .cozum-ortaklari figure {
    max-width: 100%;
  }
}
.cozum-ortaklari figure img {
  width: 100%;
  filter: grayscale(1);
  float: left;
}
.cozum-ortaklari figure:hover img {
  transform: scale(1.05);
  filter: grayscale(0);
}

.kurumsal-kimlik {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  width: 100%;
}
.kurumsal-kimlik .kimlik {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  border: 3px solid #3fa8f3;
  background-color: #141414;
}
@media (max-width: 1024px) {
  .kurumsal-kimlik .kimlik {
    max-width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 768px) {
  .kurumsal-kimlik .kimlik {
    max-width: 100%;
  }
}
.kurumsal-kimlik .kimlik figure {
  width: 100%;
  padding: 15px;
}
.kurumsal-kimlik .kimlik figure img {
  width: 100%;
  float: left;
}
.kurumsal-kimlik .kimlik .indir {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  border-top: 2px solid #3fa8f3;
}
.kurumsal-kimlik .kimlik .indir a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  padding: 7px 0;
  cursor: pointer;
}
.kurumsal-kimlik .kimlik .indir a:first-child {
  border-right: 2px solid #3fa8f3;
}
.kurumsal-kimlik .kimlik .indir a:hover {
  background-color: #f7f7f7;
  color: #141414;
}

.katalog-list {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  flex-wrap: wrap;
}
.katalog-list .katalog {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  border: 2px solid #3fa8f3;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .katalog-list .katalog {
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 768px) {
  .katalog-list .katalog {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .katalog-list .katalog {
    max-width: 100%;
  }
}
.katalog-list .katalog figure {
  width: 100%;
}
.katalog-list .katalog figure img {
  width: 100%;
  float: left;
}
.katalog-list .katalog .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(30, 96, 146) 50%, rgb(0, 0, 0) 100%);
  display: flex;
  justify-content: start;
  align-items: end;
  padding: 25px 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.katalog-list .katalog .text h2 {
  font-family: "Made", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #f7f7f7;
}
.katalog-list .katalog:hover .text {
  left: -100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>