<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("./cdrstrap.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #e3e3e3;
}

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: #10539e;
  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: #10539e;
}

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

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

.mm-menu.mm-theme-dark {
  background-color: #10539e;
}

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

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

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

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

.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-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  width: 10px;
  height: 10px;
}

.mm-clear:after, .mm-close:after {
  right: 19px;
}

.mm-prev:before {
  left: 15px;
}

.mm-next:after, .mm-prev:before {
  width: 10px;
  height: 10px;
}

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

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview &gt; li form {
  margin: 5px 0;
  position: relative;
}

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview &gt; li form i {
  position: absolute;
  right: 5px;
  top: 12px;
  font-size: 17px;
  line-height: 17px;
  height: 100%;
  color: rgba(0, 0, 0, 0.6);
}

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

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

@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%;
  height: 40px;
  background: #10539e;
}
@media (max-width: 768px) {
  header .top {
    display: none;
  }
}
header .top .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .top .max-width a {
  color: #ffffff;
  font-size: 12px;
}
header .top .max-width .left {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
header .top .max-width .left a {
  letter-spacing: 0.5px;
}
header .top .max-width .left a i {
  font-size: 16px;
  margin-right: 5px;
}
header .top .max-width .right {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0;
}
header .top .max-width .right a {
  letter-spacing: 0.5px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  padding: 5px;
}
header .top .max-width .right a.teklif-al-btn {
  padding: 1px 10px;
  background-color: #f41300;
  margin-left: 15px;
  width: unset;
  height: unset;
}
header .top .max-width .right a img {
  width: 100%;
  height: auto;
  filter: invert(1);
}
header .bottom {
  width: 100%;
}
header .bottom nav {
  position: relative;
  height: 75px;
}
header .bottom nav .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 25px;
}
@media (max-width: 500px) {
  header .bottom nav .max-width {
    gap: 20px;
  }
}
@media (max-width: 410px) {
  header .bottom nav .max-width {
    gap: 15px;
  }
}
@media (max-width: 375px) {
  header .bottom nav .max-width {
    gap: 10px;
  }
}
header .bottom nav .max-width a {
  cursor: pointer;
}
header .bottom nav .max-width a.logo {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 40px;
}
@media (max-width: 1366px) {
  header .bottom nav .max-width a.logo {
    height: 32px;
  }
}
@media (max-width: 1280px) {
  header .bottom nav .max-width a.logo {
    height: 40px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width a.logo {
    height: 36px;
  }
}
@media (max-width: 410px) {
  header .bottom nav .max-width a.logo {
    height: 35px;
  }
}
@media (max-width: 400px) {
  header .bottom nav .max-width a.logo {
    height: 30px;
  }
}
@media (max-width: 350px) {
  header .bottom nav .max-width a.logo {
    height: 28px;
  }
}
@media (max-width: 300px) {
  header .bottom nav .max-width a.logo {
    height: 24px;
  }
}
header .bottom nav .max-width a img.logo {
  z-index: 2;
  position: relative;
  height: 100%;
}
header .bottom nav .max-width .right {
  background-color: #fff;
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(100% - 200px);
  gap: 20px;
}
header .bottom nav .max-width .right ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  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 {
  color: #6b6b6b;
}
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: #f41300;
}
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: #ffffff;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li:hover a span {
  color: #ffffff;
}
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.search-btn {
  max-width: 150px;
}
header .bottom nav .max-width .right ul li.search-btn form {
  position: relative;
}
header .bottom nav .max-width .right ul li.search-btn form i {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
  font-size: 20px;
  color: #6b6b6b;
}
header .bottom nav .max-width .right ul li.search-btn form input[type=search] {
  height: 35px;
  color: #6b6b6b;
  font-size: 16px;
  padding: 12px 12px 12px 26px;
}
header .bottom nav .max-width .right ul li a {
  color: #6b6b6b;
  font-family: "National", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
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: #ffffff;
}
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;
  opacity: 0.7;
}
header .bottom nav .max-width .right a.lang-link span {
  font-size: 18px;
  line-height: 28px;
  color: #6b6b6b;
  font-weight: 600;
}
header .bottom nav .max-width #close {
  display: none;
  padding: 9px 0 9px 0;
  margin: 21px 0 21px 0;
  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: #f41300;
    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);
  }
}
.yuzenalan {
  display: none;
}
@media only screen and (max-width: 460px) {
  .yuzenalan {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    background-image: url(../../images/user/site/yuzalan.png);
    z-index: 999;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 0;
  }
}
@media only screen and (max-width: 500px) {
  .yuzenalan {
    height: 73px;
  }
}
@media only screen and (max-width: 360px) {
  .yuzenalan {
    height: 63px;
  }
}
.yuzenalan #whatsapp-message {
  max-width: 30%;
  width: 100%;
  display: block;
  height: 65px;
}
.yuzenalan #callPhone {
  max-width: 30%;
  width: 100%;
  display: block;
  height: 65px;
}
.yuzenalan #yuzenRandevu {
  max-width: 40%;
  width: 100%;
  display: block;
  height: 65px;
}

.yuzenalan2 {
  display: none;
}
@media only screen and (max-width: 460px) {
  .yuzenalan2 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 15px;
    z-index: 90;
  }
}
@media only screen and (max-width: 375px) {
  .yuzenalan2 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    z-index: 90;
  }
}

.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.logo img.logo {
  padding-top: 0;
  position: static;
}

.breadcrumb {
  background-color: rgba(244, 19, 0, 0.7);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-block: 15px;
  font-family: "Akhand", sans-serif;
  letter-spacing: 1.3px;
}
.breadcrumb a {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
}
.breadcrumb a i {
  width: 15px;
  height: 15px;
  font-size: 15px;
  color: #FFFFFF;
}

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

.not-found {
  background-image: url("../../images/user/site/not-found-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  padding: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .not-found {
    padding: 100px 75px;
  }
}
@media (max-width: 500px) {
  .not-found {
    padding: 75px 25px 100px 25px;
  }
}
.not-found .max-width {
  width: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #ffffff;
  position: relative;
}
@media (max-width: 500px) {
  .not-found .max-width {
    padding: 50px 0 60px 0;
  }
}
.not-found .max-width p {
  font-size: 150px;
  line-height: 150px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .not-found .max-width p {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 500px) {
  .not-found .max-width p {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 400px) {
  .not-found .max-width p {
    font-size: 60px;
    line-height: 60px;
  }
}
.not-found .max-width h1 {
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 768px) {
  .not-found .max-width h1 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  .not-found .max-width h1 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 400px) {
  .not-found .max-width h1 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
  }
}
.not-found .max-width .incele-buton {
  height: 41px;
  background-color: #f41300;
  position: absolute;
  bottom: -20px;
  left: 50%;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 500px) {
  .not-found .max-width .incele-buton {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 400px) {
  .not-found .max-width .incele-buton {
    font-size: 14px;
    line-height: 14px;
  }
}

h2 {
  font-size: 44px;
  line-height: 54px;
  color: #10539e;
  font-weight: 600;
}

p {
  font-size: 16px;
  line-height: 26px;
}

.incele-buton {
  font-size: 16px;
  background-color: #10539e;
  color: #ffffff;
  padding: 3px 20px;
}
.incele-buton:hover {
  background-color: #f41300;
}

.anasayfa-h2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-top: 60px;
  text-align: center;
}
.anasayfa-h2:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  background-image: url("../../images/user/site/m-logo.svg");
  background-position: auto 100%;
}
@media (max-width: 500px) {
  .anasayfa-h2:before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 400px) {
  .anasayfa-h2:before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .anasayfa-h2 {
    font-size: 40px;
    line-height: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 400px) {
  .anasayfa-h2 {
    font-size: 32px;
    line-height: 42px;
    padding-top: 40px;
  }
}

.anasayfa-urunlerimiz {
  background-image: url("../../images/user/konular/urunlerimiz-bg.jpg");
  background-position: top left;
  background-size: 100%;
}
.anasayfa-urunlerimiz p {
  text-align: center;
}

.urunler {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.urunler .urun {
  max-width: calc((100% - 60px) / 3);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .urunler .urun {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 500px) {
  .urunler .urun {
    max-width: 100%;
  }
}
.urunler .urun figure {
  width: 100%;
  position: relative;
}
.urunler .urun figure img {
  width: 100%;
  float: left;
}
.urunler .urun figure figure.ikon {
  position: absolute;
  bottom: -15px;
  right: 20px;
  background: #ffffff;
  padding: 10px;
  width: 100px;
  height: 100px;
  border-bottom: 4px solid #10539e;
}
.urunler .urun figure figure.ikon img {
  max-height: 65px;
}
.urunler .urun .text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  background: #ffffff;
  border: 1px solid rgba(107, 107, 107, 0.3);
  border-top: none;
  padding: 20px;
  width: 100%;
  height: 100%;
}
.urunler .urun .text h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #6b6b6b;
}
.urunler .urun .text p {
  text-align: start;
  font-size: 14px;
  line-height: 20px;
  color: #6b6b6b;
  font-weight: 500;
  min-height: 80px;
}
@media (max-width: 768px) {
  .urunler .urun .text p {
    display: none;
  }
}
.urunler .urun .incele-buton {
  align-self: end;
}
.urunler .urun:hover figure figure.ikon {
  border-bottom-color: #f41300;
}
.urunler .urun:hover .incele-buton {
  background-color: #f41300;
}

.anasayfa-hakkimizda {
  background-image: url("../../images/user/konular/hakkimizda-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 750px;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 1750px) {
  .anasayfa-hakkimizda {
    background-size: auto 100%;
  }
}
@media (max-width: 1024px) {
  .anasayfa-hakkimizda {
    min-height: unset;
    gap: 0;
  }
}
.anasayfa-hakkimizda img {
  position: absolute;
  left: calc((100% - 1440px) / 2);
  bottom: 0;
  padding-left: 25px;
  z-index: 1;
}
@media (max-width: 1366px) {
  .anasayfa-hakkimizda img {
    left: calc((100% - 1366px) / 2);
  }
}
@media (max-width: 1280px) {
  .anasayfa-hakkimizda img {
    left: calc((100% - 1280px) / 2);
  }
}
@media (max-width: 1024px) {
  .anasayfa-hakkimizda img {
    display: none;
    width: 0;
    height: 0;
  }
}
.anasayfa-hakkimizda .max-width {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 55px 0 35px 0;
}
.anasayfa-hakkimizda .max-width .hakkimizda-text {
  border: 1px solid #ffffff;
  width: 92%;
  padding: 100px;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .anasayfa-hakkimizda .max-width .hakkimizda-text {
    padding: 70px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .anasayfa-hakkimizda .max-width .hakkimizda-text {
    padding: 50px;
  }
}
@media (max-width: 500px) {
  .anasayfa-hakkimizda .max-width .hakkimizda-text {
    padding: 50px 10px;
  }
}
.anasayfa-hakkimizda .max-width .hakkimizda-text .text {
  max-width: 50%;
}
@media (max-width: 1024px) {
  .anasayfa-hakkimizda .max-width .hakkimizda-text .text {
    max-width: 100%;
  }
}
.anasayfa-hakkimizda .max-width .hakkimizda-text .text h2 {
  color: #ffffff;
}
.anasayfa-hakkimizda .max-width .hakkimizda-text .text p {
  color: #ffffff;
  line-height: 24px;
}
.anasayfa-hakkimizda .max-width .hakkimizda-text .incele-buton {
  position: absolute;
  bottom: -16px;
  left: 50%;
  background-color: #f41300;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .anasayfa-hakkimizda .max-width .hakkimizda-text .incele-buton {
    transform: translateX(-50%);
  }
}
.anasayfa-hakkimizda .max-width .hakkimizda-text .bizi-takip-edin {
  position: absolute;
  right: 50px;
  bottom: calc(100% - 25px);
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
}
@media (max-width: 768px) {
  .anasayfa-hakkimizda .max-width .hakkimizda-text .bizi-takip-edin {
    right: 30px;
  }
}
@media (max-width: 500px) {
  .anasayfa-hakkimizda .max-width .hakkimizda-text .bizi-takip-edin {
    right: 10px;
  }
}
.anasayfa-hakkimizda .max-width .hakkimizda-text .bizi-takip-edin h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}
.anasayfa-hakkimizda .max-width .hakkimizda-text .bizi-takip-edin .sosyal-ikon {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.anasayfa-hakkimizda .max-width .hakkimizda-text .bizi-takip-edin .sosyal-ikon a {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anasayfa-hakkimizda .max-width .hakkimizda-text .bizi-takip-edin .sosyal-ikon a img {
  display: block;
  position: static;
  width: 40px;
  height: auto;
  padding-left: 0;
  filter: brightness(0) saturate(100%) invert(34%) sepia(29%) saturate(2021%) hue-rotate(179deg) brightness(81%) contrast(107%);
}
.anasayfa-hakkimizda .max-width .hakkimizda-text .bizi-takip-edin .sosyal-ikon a:hover {
  background-color: #f41300;
}
.anasayfa-hakkimizda .max-width .hakkimizda-text .bizi-takip-edin .sosyal-ikon a:hover img {
  filter: invert(1);
}

.anasayfa-muhendislik-cozumleri {
  background-image: url("../../images/user/konular/muhendislik-cozumler-bg.jpg");
  background-position: top left;
  background-size: 100%;
}
.anasayfa-muhendislik-cozumleri p {
  text-align: center;
}
.anasayfa-muhendislik-cozumleri .max-width {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
}

.muhendislik-cozümleri {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.muhendislik-cozümleri .item {
  max-width: calc((100% - 60px) / 3);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .muhendislik-cozümleri .item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 500px) {
  .muhendislik-cozümleri .item {
    max-width: 100%;
  }
}
.muhendislik-cozümleri .item:hover figure .icon {
  background-color: rgba(16, 83, 158, 0.1);
}
.muhendislik-cozümleri .item:hover figure .icon i {
  width: 70px;
  height: 70px;
  font-size: 40px;
}
.muhendislik-cozümleri .item:hover h3 {
  background-color: #f41300;
  color: #ffffff;
}
.muhendislik-cozümleri .item figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.muhendislik-cozümleri .item figure img {
  width: 100%;
  float: left;
}
.muhendislik-cozümleri .item figure .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(16, 83, 158, 0);
}
.muhendislik-cozümleri .item figure .icon i {
  background-color: #ffffff;
  width: 0;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f41300;
  font-size: 0;
  border-radius: 50%;
  transform: scaleX(-1);
}
.muhendislik-cozümleri .item h3 {
  font-size: 30px;
  line-height: 40px;
  color: #6b6b6b;
  font-weight: bold;
  padding: 20px;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  height: 120px;
  vertical-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .muhendislik-cozümleri .item h3 {
    padding: 15px;
    font-size: 28px;
    line-height: 38px;
    height: 116px;
  }
}
@media (max-width: 768px) {
  .muhendislik-cozümleri .item h3 {
    font-size: 26px;
    line-height: 36px;
    height: 112px;
  }
}

.anasayfa-teklif-al {
  background-image: url("../../images/user/konular/teklif-al-bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
@media (max-width: 768px) {
  .anasayfa-teklif-al {
    background-position: top center;
  }
}

.teklif-al {
  width: 100%;
  padding: 55px 0 65px 0;
}
@media (max-width: 768px) {
  .teklif-al {
    padding: 0 0 0 0;
  }
}
.teklif-al .item {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 30px;
  width: 66%;
}
@media (max-width: 768px) {
  .teklif-al .item {
    width: 100%;
  }
}
.teklif-al .item h2 {
  font-size: 64px;
  line-height: 74px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .teklif-al .item h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  .teklif-al .item h2 {
    font-size: 56px;
    line-height: 66px;
  }
}
@media (max-width: 500px) {
  .teklif-al .item h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
.teklif-al .item p {
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .teklif-al .item p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .teklif-al .item p {
    font-size: 16px;
    line-height: 24px;
  }
}
.teklif-al .item .incele-buton {
  background-color: #f41300;
}

.anasayfa-referanslarimiz {
  background-image: url("../../images/user/konular/referanslarimiz-bg.jpg");
  background-size: 100%;
}
.anasayfa-referanslarimiz .max-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 30px;
}
.anasayfa-referanslarimiz .max-width p {
  text-align: center;
}

.referanslarimiz {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.referanslarimiz .referans {
  max-width: calc((100% - 90px) / 4);
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .referanslarimiz .referans {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 500px) {
  .referanslarimiz .referans {
    max-width: 100%;
  }
}
.referanslarimiz .referans:hover figure img {
  transform: scale(1.05);
}
.referanslarimiz .referans figure {
  width: 100%;
  overflow: hidden;
}
.referanslarimiz .referans figure img {
  width: 100%;
  float: left;
}

.anasayfa-haberler {
  background-image: url("../../images/user/konular/haber-bg.jpg");
  background-size: 100%;
}
.anasayfa-haberler .max-width {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
.anasayfa-haberler .max-width h2 {
  text-align: center;
}
.anasayfa-haberler .max-width p {
  text-align: center;
}

.haberler {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.haberler .haber {
  max-width: calc((100% - 60px) / 3);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .haberler .haber {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 500px) {
  .haberler .haber {
    max-width: 100%;
  }
}
.haberler .haber:hover figure .tarih {
  background-color: #f41300;
}
.haberler .haber:hover .text .haberi-oku p {
  color: rgba(0, 0, 0, 0.6);
}
.haberler .haber:hover .text .haberi-oku i {
  color: rgba(0, 0, 0, 0.6);
}
.haberler .haber figure {
  width: 100%;
  position: relative;
}
.haberler .haber figure img {
  width: 100%;
  float: left;
}
.haberler .haber figure .tarih {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #10539e;
  color: #ffffff;
  width: 90px;
  height: 90px;
  padding: 20px;
  position: absolute;
  bottom: -22.5px;
  left: 30px;
}
.haberler .haber figure .tarih .gün {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .haberler .haber figure .tarih .gün {
    font-size: 22px;
    line-height: 22px;
  }
}
.haberler .haber figure .tarih .ay {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .haberler .haber figure .tarih .ay {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .haberler .haber figure .tarih {
    width: 70px;
    height: 70px;
    padding: 10px;
    left: 15px;
  }
}
.haberler .haber .text {
  padding: 50px 20px 20px 20px;
  border: 1px solid rgba(107, 107, 107, 0.3);
  border-top: none;
  background-color: #ffffff;
  width: 100%;
}
.haberler .haber .text h2, .haberler .haber .text h3 {
  color: #6b6b6b;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  min-height: 118px;
  text-align: start;
  padding-bottom: 50px;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1280px) {
  .haberler .haber .text h2, .haberler .haber .text h3 {
    font-size: 22px;
    line-height: 32px;
    min-height: 116px;
  }
}
@media (max-width: 1024px) {
  .haberler .haber .text h2, .haberler .haber .text h3 {
    font-size: 20px;
    line-height: 30px;
    min-height: 114px;
  }
}
.haberler .haber .text .haberi-oku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #6b6b6b;
  padding-top: 15px;
  width: 100%;
}
.haberler .haber .text .haberi-oku p {
  font-size: 18px;
  color: #6b6b6b;
}
.haberler .haber .text .haberi-oku i {
  font-size: 30px;
  color: #6b6b6b;
}

.haber-sayfasi-bg {
  background-image: url("../../images/user/konular/haber-bg.jpg");
  background-size: 100%;
}

footer {
  background-image: url("../../images/user/site/footer-bg.jpg");
  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: 0;
}
@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: 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 {
  margin-top: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 500px) {
  footer .max-width .logo p {
    font-size: 16px;
  }
}
footer .max-width .incele-buton.yol-tarifi {
  background-color: #f41300;
}
footer .max-width .hizli-link {
  padding-left: 15px;
  margin-top: -4.5px;
}
footer .max-width .hizli-link h2 {
  position: relative;
}
footer .max-width .hizli-link h2 a {
  font-size: 24px;
  color: #ffffff;
  line-height: 50px;
  font-family: "Bebas", sans-serif;
}
footer .max-width .hizli-link ul li {
  position: relative;
}
footer .max-width .hizli-link ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 12px;
  left: -12px;
  transform: translateY(-50%);
}
footer .max-width .hizli-link ul li:hover a {
  color: #f41300;
}
footer .max-width .hizli-link ul li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (max-width: 500px) {
  footer .max-width .hizli-link ul li a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  footer .max-width .hizli-link ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}
footer .max-width .footer-iletisim {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
footer .max-width .footer-iletisim .iletisim-item {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 12.5px;
}
footer .max-width .footer-iletisim .iletisim-item i {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #10539e;
  background-color: #ffffff;
}
footer .max-width .footer-iletisim .iletisim-item .yazi {
  margin-top: -1.5px;
  color: #ffffff;
  font-size: 16px;
}
footer .max-width .footer-iletisim .sosyal-ikon {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 500px) {
  footer .max-width .footer-iletisim .sosyal-ikon {
    gap: 15px;
    margin-top: 25px;
    justify-content: center;
  }
}
footer .max-width .footer-iletisim .sosyal-ikon a {
  background: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}
footer .max-width .footer-iletisim .sosyal-ikon a img {
  width: 100%;
  filter: brightness(0) saturate(100%) invert(34%) sepia(29%) saturate(2021%) hue-rotate(179deg) brightness(81%) contrast(107%);
}
footer .max-width .footer-iletisim .sosyal-ikon a:hover {
  background-color: #10539e;
}
footer .max-width .footer-iletisim .sosyal-ikon a:hover img {
  filter: invert(1);
}

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

.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 .referanslar-ic {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
}
.normal-sayfa .max-width .referanslar-ic .referans {
  max-width: calc((100% - 50px) / 6);
  width: 100%;
  color: #4F3325;
}
.normal-sayfa .max-width .referanslar-ic .referans:hover figure img {
  filter: grayscale(0);
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width .referanslar-ic .referans {
    max-width: calc((100% - 30px) / 4);
  }
}
@media (max-width: 768px) {
  .normal-sayfa .max-width .referanslar-ic .referans {
    max-width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width .referanslar-ic .referans {
    max-width: 100%;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.normal-sayfa .max-width .referanslar-ic .referans figure {
  width: 100%;
  border: 3px solid #d8d8d8;
  border-radius: 6px;
  overflow: hidden;
}
.normal-sayfa .max-width .referanslar-ic .referans figure img {
  width: 100%;
  float: left;
}
.normal-sayfa .max-width .referanslar-ic .referans .text {
  font-size: 16px;
  line-height: 23px;
  color: #8e8e8e;
  font-weight: 600;
  min-height: 46px;
  width: 100%;
  text-align: left;
  margin-left: 3px;
  z-index: 3;
}
.normal-sayfa .max-width h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: "National", sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width h1 {
    font-size: 46px;
    line-height: 46px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa .max-width h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width h1 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa .max-width h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
.normal-sayfa .max-width h2 {
  font-size: 32px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "National", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa .max-width h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa .max-width h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.normal-sayfa .max-width h3 {
  font-size: 38px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "National", sans-serif;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width h3 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa .max-width h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa .max-width h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.normal-sayfa .max-width h4 {
  font-size: 36px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "National", sans-serif;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width h4 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa .max-width h4 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width h4 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa .max-width h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.normal-sayfa .max-width h5 {
  font-size: 34px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "National", sans-serif;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width h5 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa .max-width h5 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width h5 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa .max-width h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
.normal-sayfa .max-width h6 {
  font-size: 32px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "National", sans-serif;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width h6 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .normal-sayfa .max-width h6 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width h6 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa .max-width h6 {
    font-size: 18px;
    line-height: 18px;
  }
}
.normal-sayfa .max-width p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 15px;
}
.normal-sayfa .max-width b {
  font-size: 16px;
  font-weight: bold;
  color: #10539e;
  line-height: 26px;
}
.normal-sayfa .max-width ul {
  margin-top: 20px;
  padding-left: 15px;
}
.normal-sayfa .max-width ul li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #333333;
  position: relative;
}
.normal-sayfa .max-width ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #10539e;
  position: absolute;
  left: -15px;
  top: 11px;
}
.normal-sayfa .max-width figure.normal {
  max-width: 300px;
  width: 100%;
  float: right;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #10539e;
  margin: 0 0 15px 15px;
  padding: 3px;
}
@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 {
  padding: 0;
}
.normal-sayfa .max-width figure.normal img {
  width: 100%;
  height: auto;
  float: left;
}

.sidemenu {
  max-width: 300px;
  width: 100%;
  margin-top: 65px;
  background-color: #10539e;
  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 {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  background-color: #10539e;
  padding: 10px;
  letter-spacing: 0.5px;
}
.sidemenu a:hover {
  color: #10539e;
  background-color: #ffffff;
}
.sidemenu a.active {
  color: #10539e;
  background-color: #ffffff;
}
.sidemenu a.parentPage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  background-color: #ed5043;
}
.sidemenu a.parentPage i {
  display: none;
}
@media (max-width: 1024px) {
  .sidemenu a.parentPage i {
    display: block;
  }
}

.sayfa-icerigi {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 0;
  padding: 0;
  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-family: "National", sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 600;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  text-align: start;
}
.sayfa-icerigi ul {
  padding-left: 16px;
}
.sayfa-icerigi ul li {
  color: rgba(0, 0, 0, 0.6);
}
.sayfa-icerigi ul li:hover a {
  letter-spacing: 0.2px;
}
.sayfa-icerigi ul li a {
  color: rgba(0, 0, 0, 0.6);
}

.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%;
  }
}

.galeri {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
}
.galeri figure.galeri-figure {
  max-width: calc((100% - 30px) / 4);
  width: 100%;
  overflow: hidden;
  height: 150px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .galeri figure.galeri-figure {
    max-width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 500px) {
  .galeri figure.galeri-figure {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 400px) {
  .galeri figure.galeri-figure {
    max-width: 100%;
  }
}
.galeri figure.galeri-figure img {
  width: 100%;
  float: left;
}

.iletisim-cards {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.iletisim-cards .card {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .iletisim-cards .card {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 600px) {
  .iletisim-cards .card {
    max-width: 100%;
  }
}
.iletisim-cards .card h2 {
  color: #10539e;
  font-family: "National", sans-serif;
  text-align: center;
}
.iletisim-cards .card i {
  width: 100px;
  height: 100px;
  font-size: 100px;
  color: #10539e;
}
.iletisim-cards .card figure {
  width: 20%;
  height: auto;
}
.iletisim-cards .card figure img {
  width: 100%;
  float: left;
}
.iletisim-cards .card .text {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.iletisim-cards .card:hover {
  background-color: #10539e;
}
.iletisim-cards .card:hover i {
  color: #ffffff;
}
.iletisim-cards .card:hover h2 {
  color: #ffffff;
}
.iletisim-cards .card:hover .text {
  color: #ffffff;
}

.form-h2 {
  margin-bottom: 15px;
}

.no-invert {
  filter: none !important;
}

.nopad {
  padding: 0 !important;
  margin-left: 10px;
}

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

input, select, textarea {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

input[type=submit] {
  width: auto;
  background-color: #ffffff;
  border: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding: 7px 15px;
  cursor: pointer;
}

input[type=file] {
  background-color: #ffffff;
}

.input-bilgilendirme {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 7px;
}
.input-bilgilendirme input[type=checkbox] {
  max-width: 20px !important;
  width: 100%;
}
.input-bilgilendirme label {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Made", sans-serif;
}
.input-bilgilendirme label a {
  color: #10539e;
  font-weight: bold;
}

.urun-listesi {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 25px;
  width: 100%;
}
.urun-listesi .urun {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .urun-listesi .urun {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 600px) {
  .urun-listesi .urun {
    max-width: 100%;
  }
}
.urun-listesi .urun.blur {
  filter: blur(1.3px);
}
.urun-listesi .urun .enerji-kodu {
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 2;
}
.urun-listesi .urun figure {
  width: 100%;
  height: 150px;
  margin-top: 0;
  padding-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.urun-listesi .urun figure img {
  height: 100%;
  float: left;
}
@media (max-width: 1024px) {
  .urun-listesi .urun figure {
    height: 125px;
  }
}
@media (max-width: 768px) {
  .urun-listesi .urun figure {
    height: 150px;
  }
}
.urun-listesi .urun .text {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px 10px 10px;
}
.urun-listesi .urun .text h2, .urun-listesi .urun .text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #043a75;
  text-align: center;
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.urun-listesi .urun .text p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.urun-listesi .urun .text .fiyat {
  height: 50px;
}
.urun-listesi .urun .text .fiyat .eski-fiyat {
  font-size: 16px;
  line-height: 22px;
  color: #575757;
  text-decoration: line-through;
  min-height: 22px;
  text-align: center;
  width: 100%;
}
.urun-listesi .urun .text .fiyat .yeni-fiyat {
  font-size: 20px;
  line-height: 28px;
  color: #10539e;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.urun-listesi .urun .incele-buton {
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  background-color: #10539e;
  color: #ffffff;
  padding: 0;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.urun-listesi .urun:hover {
  filter: none;
}
.urun-listesi .urun:hover figure {
  margin-top: -50px;
  width: 80%;
  padding-top: 0;
}
.urun-listesi .urun:hover figure img {
  filter: drop-shadow(5px 5px 5px rgb(150, 150, 150));
}
.urun-listesi .urun:hover .incele-buton {
  height: 25px;
  width: unset;
  font-size: 16px;
  line-height: 16px;
  background-color: #10539e;
  color: #ffffff;
  padding: 5px 20px;
  margin-bottom: 25px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.urun-listesi .urun-alternatif {
  max-width: calc((100% - 30px) / 3);
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 10px 10px 25px 10px;
  position: relative;
}
.urun-listesi .urun-alternatif .enerji-kodu {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px;
  font-size: 16px;
  line-height: 16px;
  background-color: #11a74f;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  font-weight: bold;
  color: #ffffff;
}
.urun-listesi .urun-alternatif .enerji-kodu span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}
.urun-listesi .urun-alternatif figure {
  width: 100%;
}
.urun-listesi .urun-alternatif figure img {
  width: 100%;
  float: left;
}
.urun-listesi .urun-alternatif .text h2 {
  font-size: 22px;
  line-height: 32px;
  width: 100%;
  text-align: center;
}
.urun-listesi .urun-alternatif .text p {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.urun-listesi .urun-alternatif .text .eski-fiyat {
  font-size: 16px;
  line-height: 22px;
  text-decoration: line-through;
  color: #595959;
  text-align: center;
}
.urun-listesi .urun-alternatif .text .yeni-fiyat {
  font-size: 24px;
  line-height: 34px;
  color: #10539e;
  text-align: center;
  font-weight: bolder;
}

.owl-carousel-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel-slider .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel-slider .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel-slider .owl-nav button.owl-prev, .owl-carousel-slider .owl-nav button.owl-next {
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid rgba(16, 83, 158, 0.3);
}
.owl-carousel-slider .owl-nav button.owl-prev span, .owl-carousel-slider .owl-nav button.owl-next span {
  font-size: 24px;
  line-height: 24px;
  color: #10539e;
}
.owl-carousel-slider .owl-nav button.owl-prev:hover, .owl-carousel-slider .owl-nav button.owl-next:hover {
  background-color: #10539e;
  border: 1px solid #ffffff;
}
.owl-carousel-slider .owl-nav button.owl-prev:hover span, .owl-carousel-slider .owl-nav button.owl-next:hover span {
  color: #ffffff;
}

.kur-ve-hava-durumu .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  .kur-ve-hava-durumu .max-width {
    flex-direction: column;
  }
}
.kur-ve-hava-durumu .max-width p {
  font-size: 14px;
  font-weight: bold;
  color: #10539e;
}
@media (max-width: 500px) {
  .kur-ve-hava-durumu .max-width p {
    font-size: 12px;
  }
}
.kur-ve-hava-durumu .max-width img {
  height: 30px;
}
.kur-ve-hava-durumu .max-width .item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
@media (max-width: 500px) {
  .kur-ve-hava-durumu .max-width .item {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
}

.owl-carousel-urun-list .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.owl-carousel-urun-list .owl-nav button.owl-prev, .owl-carousel-urun-list .owl-nav button.owl-next {
  height: 25px;
  width: 25px;
}
.owl-carousel-urun-list .owl-nav button.owl-prev span, .owl-carousel-urun-list .owl-nav button.owl-next span {
  font-size: 24px;
  line-height: 24px;
  color: rgba(16, 83, 158, 0.3);
}
.owl-carousel-urun-list .owl-nav button.owl-prev:hover, .owl-carousel-urun-list .owl-nav button.owl-next:hover {
  background-color: transparent;
}
.owl-carousel-urun-list .owl-nav button.owl-prev:hover span, .owl-carousel-urun-list .owl-nav button.owl-next:hover span {
  color: #10539e;
}

p.mobil-baslik {
  font-size: 32px !important;
  line-height: 42px !important;
  font-weight: bold !important;
  display: none;
}
@media (max-width: 768px) {
  p.mobil-baslik {
    display: block;
  }
}
@media (max-width: 500px) {
  p.mobil-baslik {
    font-size: 24px !important;
    line-height: 34px !important;
  }
}
@media (max-width: 400px) {
  p.mobil-baslik {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 350px) {
  p.mobil-baslik {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}

.urun-detay-sayfasi {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .urun-detay-sayfasi {
    flex-direction: column;
  }
}
.urun-detay-sayfasi .owl-urun-detay .item:hover {
  transform: scale(1.05);
}
.urun-detay-sayfasi .sayfa-item {
  max-width: calc(3 * (100% - 50px) / 5);
  width: 100%;
}
@media (max-width: 768px) {
  .urun-detay-sayfasi .sayfa-item {
    max-width: 100%;
  }
}
.urun-detay-sayfasi .sayfa-item.owl-carousel {
  max-width: calc(2 * (100% - 50px) / 5);
  background-color: #f8f8f8;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(184, 184, 184, 0.3);
  -moz-box-shadow: 1px 1px 5px 1px rgba(184, 184, 184, 0.3);
  box-shadow: 1px 1px 5px 1px rgba(184, 184, 184, 0.3);
}
@media (max-width: 768px) {
  .urun-detay-sayfasi .sayfa-item.owl-carousel {
    max-width: 100%;
  }
}
.urun-detay-sayfasi .sayfa-item .fiyat-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  width: 100%;
  padding: 25px 10px 10px 10px;
  margin-bottom: 25px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(184, 184, 184, 0.8);
  -moz-box-shadow: 1px 1px 5px 1px rgba(184, 184, 184, 0.8);
  box-shadow: 1px 1px 5px 1px rgba(184, 184, 184, 0.8);
  position: relative;
}
@media (max-width: 600px) {
  .urun-detay-sayfasi .sayfa-item .fiyat-banner {
    flex-direction: column;
  }
}
.urun-detay-sayfasi .sayfa-item .fiyat-banner img.enerji-sinifi {
  position: absolute;
  top: 0;
  left: 0;
}
.urun-detay-sayfasi .sayfa-item .fiyat-banner .text h1 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .urun-detay-sayfasi .sayfa-item .fiyat-banner .text h1 {
    font-size: 24px;
    line-height: 34px;
  }
}
.urun-detay-sayfasi .sayfa-item .fiyat-banner .text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.urun-detay-sayfasi .sayfa-item .fiyat-banner .fiyat .eski-fiyat {
  font-size: 14px;
  line-height: 32px;
  text-decoration: line-through;
}
.urun-detay-sayfasi .sayfa-item .fiyat-banner .fiyat .yeni-fiyat {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .urun-detay-sayfasi .sayfa-item .fiyat-banner .fiyat .yeni-fiyat {
    font-size: 24px;
    line-height: 34px;
  }
}
.urun-detay-sayfasi .sayfa-item .icerik-metni {
  width: 100%;
}
.urun-detay-sayfasi .sayfa-item .icerik-metni p, .urun-detay-sayfasi .sayfa-item .icerik-metni b, .urun-detay-sayfasi .sayfa-item .icerik-metni ul li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 7px;
  color: #333333;
}
.urun-detay-sayfasi .sayfa-item .urun-cesitleri {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.urun-detay-sayfasi .sayfa-item .urun-cesitleri .cesit {
  max-width: calc((100% - 21px) / 4);
  width: 100%;
  background-color: #fdfdfd;
  color: #000000;
  padding: 7px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 600px) {
  .urun-detay-sayfasi .sayfa-item .urun-cesitleri .cesit {
    max-width: calc((100% - 14px) / 3);
  }
}
@media (max-width: 400px) {
  .urun-detay-sayfasi .sayfa-item .urun-cesitleri .cesit {
    max-width: calc((100% - 7px) / 2);
  }
}
@media (max-width: 350px) {
  .urun-detay-sayfasi .sayfa-item .urun-cesitleri .cesit {
    max-width: 100%;
  }
}
.urun-detay-sayfasi .sayfa-item .urun-cesitleri .cesit.active {
  background-color: #10539e;
  color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(184, 184, 184, 0.9);
  -moz-box-shadow: 1px 1px 3px 1px rgba(184, 184, 184, 0.9);
  box-shadow: 1px 1px 3px 1px rgba(184, 184, 184, 0.9);
}
.urun-detay-sayfasi .owl-nav {
  height: 0;
  width: 0;
  margin-top: 0;
}
.urun-detay-sayfasi .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.urun-detay-sayfasi .owl-nav .owl-prev span {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  color: #10539e;
}
.urun-detay-sayfasi .owl-nav .owl-prev:hover {
  background-color: #10539e;
}
.urun-detay-sayfasi .owl-nav .owl-prev:hover span {
  color: #ffffff;
}
.urun-detay-sayfasi .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.urun-detay-sayfasi .owl-nav .owl-next span {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  color: #10539e;
}
.urun-detay-sayfasi .owl-nav .owl-next:hover {
  background-color: #10539e;
}
.urun-detay-sayfasi .owl-nav .owl-next:hover span {
  color: #ffffff;
}

.rapor-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.rapor-btns .rapor-btn {
  background-color: #10539e;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  padding: 7px 15px;
}

.normal-sayfa.muhendislik-cozumleri .max-width {
  min-height: 0;
}
.normal-sayfa.muhendislik-cozumleri .top-main {
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  min-height: 500px;
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(16, 82, 157, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(16, 82, 157, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(16, 82, 157, 0.2);
  position: relative;
}
.normal-sayfa.muhendislik-cozumleri .top-main.vrv-sistemler {
  background-image: url("../../images/user/static/vrv-sistemler-main.jpg");
}
.normal-sayfa.muhendislik-cozumleri .top-main.vrv-isi-pompasi {
  background-image: url("../../images/user/static/vrv-isi-pompasi-banner.jpg");
}
.normal-sayfa.muhendislik-cozumleri .top-main.vrv-isi-geri-kazanimi {
  background-image: url("../../images/user/static/vrv-isi-geri-kazanimi-banner.jpg");
}
.normal-sayfa.muhendislik-cozumleri .top-main.vrv-iv-su-sogutmali {
  background-image: url("../../images/user/static/vrv-iv-su-sogutmali.jpg");
}
.normal-sayfa.muhendislik-cozumleri .top-main.vrv-vi-mini-vrv {
  background-image: url("../../images/user/static/vrv-vi-mini-vrv-banner.jpg");
}
.normal-sayfa.muhendislik-cozumleri .top-main.vrv-5-mini-vrv {
  background-image: url("../../images/user/static/vrv-5-mini-vrv-banner.jpg");
}
.normal-sayfa.muhendislik-cozumleri .top-main.vrv-hxy-a8 {
  background-image: url("../../images/user/static/vrv-hxy-a8.jpg");
}
.normal-sayfa.muhendislik-cozumleri .top-main.vrv-hxhda-8 {
  background-image: url("../../images/user/static/vrv-hxhda-8-banner.jpg");
}
.normal-sayfa.muhendislik-cozumleri .top-main .slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #10539e;
  min-height: 200px;
  max-width: 45%;
  width: 100%;
  padding: 35px 25px;
}
@media (max-width: 1024px) {
  .normal-sayfa.muhendislik-cozumleri .top-main .slogan {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .normal-sayfa.muhendislik-cozumleri .top-main .slogan {
    max-width: 75%;
  }
}
@media (max-width: 500px) {
  .normal-sayfa.muhendislik-cozumleri .top-main .slogan {
    max-width: 100%;
  }
}
.normal-sayfa.muhendislik-cozumleri .top-main .slogan .text {
  color: #ffffff !important;
  width: 100%;
}
.normal-sayfa.muhendislik-cozumleri .top-main .slogan .katalog {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
  padding: 7px 10px;
  color: #ffffff;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content h2, .normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content h3, .normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content p {
  text-align: center;
  margin-bottom: 0;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content figure.main {
  max-width: 40%;
  width: 100%;
  float: right;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content figure.main img {
  width: 100%;
  float: left;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content .text .content {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content .text .content p {
  text-align: start;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content .video-yazi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content .video-yazi.right {
  flex-direction: row;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content .video-yazi.left {
  flex-direction: row-reverse;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content .video-yazi iframe {
  max-width: calc((100% - 25px) / 4);
  width: 100%;
  height: 200px;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content .video-yazi .yazi {
  max-width: calc((100% - 25px) / 2);
  width: 100%;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content .video-yazi .yazi h3 {
  font-size: 28px;
  font-weight: bold;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content2 .max-width {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content2 .max-width img {
  height: 100%;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content2 .max-width .text {
  max-width: calc((100% - 100px) / 2);
  width: 100%;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content-yazi-figure figure {
  float: right;
  max-width: 350px;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content-yazi-figure figure img {
  width: 100%;
  float: left;
}
.normal-sayfa.muhendislik-cozumleri .muhendislik-cozumleri-content-yazi-figure h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.normal-sayfa.muhendislik-cozumleri .tab-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
.normal-sayfa.muhendislik-cozumleri .tab-menu .menu {
  cursor: pointer;
  max-width: calc((100% - 50px) / 5);
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  background-color: #10539e;
  color: #ffffff;
  padding: 7px 15px;
  text-align: center;
  border: 2px solid #10539e;
}
.normal-sayfa.muhendislik-cozumleri .tab-menu .menu.aktif {
  background-color: #ffffff;
  color: #10539e;
}
.normal-sayfa.muhendislik-cozumleri .menu-content {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.normal-sayfa.muhendislik-cozumleri .menu-content .tabmenu-text {
  display: none;
}
.normal-sayfa.muhendislik-cozumleri .menu-content .tabmenu-text.aktif {
  display: block;
}
.normal-sayfa.muhendislik-cozumleri .menu-content .tabmenu-text .max-width {
  padding: 40px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: end;
}
.normal-sayfa.muhendislik-cozumleri .menu-content .tabmenu-text .max-width.left {
  align-items: start;
}
.normal-sayfa.muhendislik-cozumleri .menu-content .tabmenu-text .max-width * {
  max-width: 40%;
}
.normal-sayfa .muhcoz-alan {
  background-size: calc((100% - 25px) / 2) auto;
  background-repeat: no-repeat;
}
.normal-sayfa .muhcoz-alan.left {
  background-position: top left;
}
.normal-sayfa .muhcoz-alan.left .max-width {
  justify-content: end;
}
.normal-sayfa .muhcoz-alan.left .max-width .text {
  align-items: start;
}
.normal-sayfa .muhcoz-alan.right {
  background-position: top right;
}
.normal-sayfa .muhcoz-alan.right .max-width {
  justify-content: start;
}
.normal-sayfa .muhcoz-alan .max-width {
  width: 100%;
  min-height: 500px;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 25px;
  padding: 40px;
}
.normal-sayfa .muhcoz-alan .max-width .text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  max-width: calc((100% - 25px) / 2);
}
.normal-sayfa .muhcoz-alan .max-width.flex-column {
  min-height: unset;
  flex-direction: column;
}
.normal-sayfa .muhcoz-alan .ikili-alan {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 25px;
  width: 100%;
}
.normal-sayfa .muhcoz-alan .ikili-alan .item {
  max-width: calc((100% - 25px) / 2);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.normal-sayfa .muhcoz-alan .ikili-alan .item ul {
  width: 100%;
}
.normal-sayfa .muhcoz-alan .center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  min-height: unset !important;
}
.normal-sayfa .muhcoz-alan .df-start {
  display: flex;
  justify-content: center;
  align-items: start;
  min-height: unset !important;
  gap: 25px;
  flex-wrap: wrap;
}
.normal-sayfa .muhcoz-alan .df-start .text {
  max-width: calc((100% - 25px) / 2);
  width: 100%;
  margin-top: 15px;
}
.normal-sayfa .muhcoz-alan .df-start ul {
  margin-top: 0;
}
.normal-sayfa .muhcoz-alan .yatay-resimler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.normal-sayfa .muhcoz-alan .yatay-resimler img {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
}
@media (max-width: 768px) {
  .normal-sayfa .muhcoz-alan .yatay-resimler img {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .normal-sayfa .muhcoz-alan .yatay-resimler img {
    max-width: 100%;
  }
}
.normal-sayfa .muhcoz-alan.vrv-5-mini-vrv-sekorde-lider {
  background-image: url("../../images/user/static/vrv-5-mini-vrv-sektorde-lider.jpg");
  background-size: 100%;
}
.normal-sayfa .muhcoz-alan.vrv-5-mini-vrv-sekorde-lider .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.normal-sayfa .muhcoz-alan.vrv-5-mini-vrv-sekorde-lider .max-width h2, .normal-sayfa .muhcoz-alan.vrv-5-mini-vrv-sekorde-lider .max-width ul, .normal-sayfa .muhcoz-alan.vrv-5-mini-vrv-sekorde-lider .max-width li {
  color: #ffffff;
}
.normal-sayfa.muhendislik-cozumleri2 .top-main {
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  min-height: 500px;
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(16, 82, 157, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(16, 82, 157, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(16, 82, 157, 0.2);
  position: relative;
}
.normal-sayfa.muhendislik-cozumleri2 .top-main.vrv-sistemler {
  background-image: url("../../images/user/static/vrv-sistemler-main.jpg");
}
.normal-sayfa.muhendislik-cozumleri2 .top-main.vrv-isi-pompasi {
  background-image: url("../../images/user/static/vrv-isi-pompasi-banner.jpg");
}
.normal-sayfa.muhendislik-cozumleri2 .top-main.vrv-isi-geri-kazanimi {
  background-image: url("../../images/user/static/vrv-isi-geri-kazanimi-banner.jpg");
}
.normal-sayfa.muhendislik-cozumleri2 .top-main.vrv-iv-su-sogutmali {
  background-image: url("../../images/user/static/vrv-iv-su-sogutmali.jpg");
}
.normal-sayfa.muhendislik-cozumleri2 .top-main.vrv-vi-mini-vrv {
  background-image: url("../../images/user/static/vrv-vi-mini-vrv-banner.jpg");
}
.normal-sayfa.muhendislik-cozumleri2 .top-main.vrv-5-mini-vrv {
  background-image: url("../../images/user/static/vrv-5-mini-vrv-banner.jpg");
}
.normal-sayfa.muhendislik-cozumleri2 .top-main.vrv-hxy-a8 {
  background-image: url("../../images/user/static/vrv-hxy-a8.jpg");
}
.normal-sayfa.muhendislik-cozumleri2 .top-main.vrv-hxhda-8 {
  background-image: url("../../images/user/static/vrv-hxhda-8-banner.jpg");
}
.normal-sayfa.muhendislik-cozumleri2 .top-main .slogan {
  color: #ffffff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #10539e;
  min-height: 200px;
  max-width: 45%;
  width: 100%;
  padding: 35px 25px;
}
@media (max-width: 1024px) {
  .normal-sayfa.muhendislik-cozumleri2 .top-main .slogan {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .normal-sayfa.muhendislik-cozumleri2 .top-main .slogan {
    max-width: 75%;
  }
}
@media (max-width: 500px) {
  .normal-sayfa.muhendislik-cozumleri2 .top-main .slogan {
    max-width: 100%;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .top-main .slogan h1.text {
  font-size: 44px;
}
.normal-sayfa.muhendislik-cozumleri2 .top-main .slogan .text {
  color: #ffffff !important;
  width: 100%;
}
.normal-sayfa.muhendislik-cozumleri2 .top-main .slogan .katalog {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
  padding: 7px 10px;
  color: #ffffff;
}
.normal-sayfa.muhendislik-cozumleri2 .max-width {
  min-height: unset;
}
.normal-sayfa.muhendislik-cozumleri2 .max-width h2 {
  margin: 0 0 20px 0;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .max-width h2 {
    text-align: center;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .max-width h3 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 15px;
}
.normal-sayfa.muhendislik-cozumleri2 .max-width p {
  margin: 0;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .max-width p {
    text-align: center;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .max-width ul {
  margin-top: 10px;
}
.normal-sayfa.muhendislik-cozumleri2 .max-width ul li {
  margin: 0;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .max-width ul li {
    text-align: center;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .center-section .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
}
.normal-sayfa.muhendislik-cozumleri2 .center-section .max-width p {
  text-align: center;
}
.normal-sayfa.muhendislik-cozumleri2 .double-section .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.normal-sayfa.muhendislik-cozumleri2 .double-section .max-width .item {
  max-width: calc((100% - 20px) / 2);
  width: 100%;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .double-section .max-width .item {
    max-width: 100%;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .double-section .max-width .item.half {
  width: unset;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .double-section.left-medya .max-width {
    flex-direction: column-reverse;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .normal-section figure {
  max-width: 200px;
  width: 100%;
  float: right;
  margin: 0 0 20px 20px;
}
.normal-sayfa.muhendislik-cozumleri2 .normal-section figure img {
  width: 100%;
  float: left;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .normal-section figure {
    max-width: 100%;
    float: unset;
    margin: 0;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .normal-section p, .normal-sayfa.muhendislik-cozumleri2 .normal-section ul li, .normal-sayfa.muhendislik-cozumleri2 .normal-section h2 {
  text-align: center;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .normal-section p, .normal-sayfa.muhendislik-cozumleri2 .normal-section ul li {
    text-align: start;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .left-section {
  width: 100%;
  position: relative;
  min-height: 350px;
}
.normal-sayfa.muhendislik-cozumleri2 .left-section .abs-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  width: 45%;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .left-section .abs-bg-img {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .left-section .abs-img {
  display: none;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .left-section .abs-img {
    display: block;
    width: 100%;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .left-section .max-width {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .left-section .max-width {
    justify-content: start;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .left-section .max-width .text {
  max-width: 40%;
  width: 100%;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .left-section .max-width .text {
    max-width: 100%;
    padding-top: 25px;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .left-section .max-width .text p, .normal-sayfa.muhendislik-cozumleri2 .left-section .max-width .text ul, .normal-sayfa.muhendislik-cozumleri2 .left-section .max-width .text ul li {
  text-align: start;
}
.normal-sayfa.muhendislik-cozumleri2 .right-section {
  width: 100%;
  position: relative;
  min-height: 350px;
}
.normal-sayfa.muhendislik-cozumleri2 .right-section .abs-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  width: 45%;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .right-section .abs-bg-img {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .right-section .abs-img {
  display: none;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .right-section .abs-img {
    display: block;
    width: 100%;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .right-section .max-width {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.normal-sayfa.muhendislik-cozumleri2 .right-section .max-width .text {
  max-width: 35%;
  width: 100%;
}
@media (max-width: 600px) {
  .normal-sayfa.muhendislik-cozumleri2 .right-section .max-width .text {
    max-width: 100%;
    padding-top: 25px;
  }
}
.normal-sayfa.muhendislik-cozumleri2 .right-section .max-width .text p, .normal-sayfa.muhendislik-cozumleri2 .right-section .max-width .text ul, .normal-sayfa.muhendislik-cozumleri2 .right-section .max-width .text ul li {
  text-align: start;
}
.normal-sayfa.muhendislik-cozumleri2 .flex-col {
  flex-direction: column;
}
.normal-sayfa.muhendislik-cozumleri2 .color-mavi {
  color: #10539e !important;
}

.bg-gray {
  background-color: rgba(255, 255, 255, 0.2);
}

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