<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=Manrope:wght@200..800&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  font-family: "Manrope", sans-serif;
}

body {
  background-color: #FFFFFF;
}

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

.mm-menu.mm-theme-dark {
  z-index: 9999;
  background-color: #c70000;
}

.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: transparent !important;
}

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

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

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

.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 #ffffff;
}

.mm-listview &gt; li:not(.mm-divider):after {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1280px) {
  .mm-panel.mm-opened .mm-listview .social-link {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: row !important;
    gap: 10px;
  }
  .mm-panel.mm-opened .mm-listview .social-link .header-sosyal-ikon {
    padding: 10px 0 !important;
    width: 35px;
    height: 35px;
  }
  .mm-panel.mm-opened .mm-listview .social-link .header-sosyal-ikon figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mm-panel.mm-opened .mm-listview .social-link .header-sosyal-ikon figure img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 400px) {
  .mm-panel.mm-opened .mm-listview .social-link {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: row !important;
    gap: 8px;
  }
  .mm-panel.mm-opened .mm-listview .social-link li a i {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .mm-panel.mm-opened .mm-listview .social-link {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 0 !important;
    flex-direction: row !important;
  }
  .mm-panel.mm-opened .mm-listview .social-link li a i {
    font-size: 24px;
  }
}
#mm-blocker {
  z-index: 11;
}

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

@media (max-width: 1280px) {
  .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 {
  background-color: #0b1b28;
  min-height: 40px;
}
@media (max-width: 1024px) {
  header .top {
    display: none;
  }
}
header .top .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  height: 40px;
}
header .top .max-width .left {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
header .top .max-width .left a {
  font-size: 12px;
  color: #ffffff;
}
header .top .max-width .left a i {
  margin-right: 7px;
  color: #ffffff;
}
header .top .max-width .right {
  display: flex;
  justify-content: end;
  align-items: center;
}
header .top .max-width .right a figure {
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top .max-width .right a figure img {
  width: 100%;
  float: left;
  filter: invert(1);
}
header .top .max-width .right a:hover figure img {
  filter: invert(0);
}
header .bottom {
  width: 100%;
}
header .bottom nav .max-width {
  width: 100%;
  height: 90px;
  max-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 0 100px;
  background-color: #ffffff;
}
@media (max-width: 1676px) {
  header .bottom nav .max-width {
    padding: 0 30px;
    gap: 0;
  }
}
@media (max-width: 1440px) {
  header .bottom nav .max-width {
    padding: 0 50px;
    gap: 42px;
  }
}
@media (max-width: 1280px) {
  header .bottom nav .max-width {
    padding: 0 30px;
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  header .bottom nav .max-width {
    gap: 20px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width {
    gap: 25px;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
header .bottom nav .max-width a {
  cursor: pointer;
}
header .bottom nav .max-width a.logo {
  max-width: 25%;
  width: 100%;
  max-height: 80%;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}
@media (max-width: 1665px) {
  header .bottom nav .max-width a.logo {
    max-width: 20%;
  }
}
@media (max-width: 1440px) {
  header .bottom nav .max-width a.logo {
    max-width: 20%;
  }
}
@media (max-width: 1024px) {
  header .bottom nav .max-width a.logo {
    max-width: 28%;
  }
}
@media (max-width: 768px) {
  header .bottom nav .max-width a.logo {
    max-width: 35%;
  }
}
@media (max-width: 600px) {
  header .bottom nav .max-width a.logo {
    max-width: unset;
    width: fit-content;
  }
}
header .bottom nav .max-width a.logo img.logo {
  height: 80%;
  float: left;
}
@media (max-width: 1440px) {
  header .bottom nav .max-width a.logo img.logo {
    max-width: 100%;
  }
}
@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% - 100px);
  gap: 75px;
}
@media (max-width: 1440px) {
  header .bottom nav .max-width .right {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  header .bottom nav .max-width .right {
    width: 0;
  }
}
header .bottom nav .max-width .right ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1440px) {
  header .bottom nav .max-width .right ul {
    gap: 20px;
  }
}
@media (max-width: 1600px) {
  header .bottom nav .max-width .right ul {
    gap: 50px;
  }
}
@media (max-width: 1280px) {
  header .bottom nav .max-width .right ul {
    display: none;
  }
}
header .bottom nav .max-width .right ul li {
  color: #111111;
  font-weight: 400;
  position: relative;
  line-height: 25px;
  padding: 10px 0;
}
header .bottom nav .max-width .right ul li.web-none {
  display: none;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width .right ul li.web-none {
    display: unset;
  }
}
header .bottom nav .max-width .right ul li.header-web-none {
  display: none;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width .right ul li.header-web-none {
    display: block;
  }
}
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: #c70000;
}
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-y: scroll;
  max-height: 607px;
  animation: alt-menu-onhover 0.5s ease-in-out;
  top: 70px;
  border-radius: 5px;
  padding: 0;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li {
  padding: 0 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 {
  font-weight: 600;
}
header .bottom nav .max-width .right ul li.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1280px) {
  header .bottom nav .max-width .right ul li.social-link a {
    width: 34px;
    height: 34px;
    border: 1px solid #111111;
    border-radius: 50%;
    margin-right: 5px;
  }
}
@media (min-width: 1280px) {
  header .bottom nav .max-width .right ul li.social-link a.web-none {
    display: none;
  }
}
header .bottom nav .max-width .right ul li.social-link a img {
  border-radius: 50%;
}
header .bottom nav .max-width .right ul li.social-link a i {
  font-size: 26px;
  width: 34px;
  height: 34px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
}
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.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 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 form input {
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px;
  color: #111111;
  height: 38px;
  width: 200px;
}
header .bottom nav .max-width .right ul li.main-li form input:focus-visible {
  outline: none;
}
header .bottom nav .max-width .right ul li a {
  color: #111111;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: start;
  align-content: center;
  flex-direction: column;
  gap: 4px;
}
header .bottom nav .max-width .right ul li a:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  height: 1px;
  bottom: 12px;
  background-color: #c70000;
  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: #c70000;
  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 a img {
  max-height: 20px;
}
header .bottom nav .max-width .right ul li ul.altmenu {
  animation: alt-menu-outhover 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #EAEAEA;
  color: #111111;
  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: 32px;
  max-height: 32px;
  height: max-content;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #EAEAEA;
  color: #111111;
  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: #FFFFFF;
}
header .bottom nav .max-width .right ul li ul.altmenu li:hover a {
  color: #c70000;
}
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: #111111;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  align-items: start;
  justify-content: flex-start;
  white-space: nowrap;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s 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 .right .eklinks {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0;
  gap: 10px;
}
@media (max-width: 600px) {
  header .bottom nav .max-width .right .eklinks {
    display: none;
  }
}
header .bottom nav .max-width .right .eklinks .teklif-al {
  padding: 0;
}
header .bottom nav .max-width .right .eklinks .teklif-al a {
  line-height: 16px;
  padding: 8px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 5px;
  letter-spacing: 2px;
  transition: background 0.5s ease-in-out;
  background: rgb(199, 0, 0);
}
header .bottom nav .max-width .right .eklinks .teklif-al a:hover {
  background: rgb(110, 110, 110);
}
header .bottom nav .max-width .right .eklinks .header-sosyal-ikon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 2px solid #c70000;
  border-radius: 100%;
}
header .bottom nav .max-width .right .eklinks .header-sosyal-ikon.wp {
  background: #25D366;
}
@media (max-width: 1366px) {
  header .bottom nav .max-width .right .eklinks .header-sosyal-ikon {
    width: 35px;
    height: 35px;
  }
}
header .bottom nav .max-width .right .eklinks .header-sosyal-ikon a {
  width: 100%;
}
header .bottom nav .max-width .right .eklinks .header-sosyal-ikon a svg {
  width: 25px;
  height: 25px;
  float: left;
}
header .bottom nav .max-width .right .eklinks .header-sosyal-ikon a svg path {
  fill: #111111;
}
header .bottom nav .max-width .right .eklinks .header-sosyal-ikon:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease-in-out;
  background-color: #c70000;
  border-radius: 100%;
}
header .bottom nav .max-width .right .eklinks .header-sosyal-ikon:hover a svg path {
  fill: #ffffff;
}
header .bottom nav .max-width .right .eklinks .header-teklif-al {
  border: 1px solid #ffffff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
}
header .bottom nav .max-width .right .eklinks .header-teklif-al:hover {
  background-color: #c70000;
}
header .bottom nav .max-width .right .eklinks .header-teklif-al:hover a {
  color: #ffffff;
  letter-spacing: 10px;
}
@media (max-width: 1366px) {
  header .bottom nav .max-width .right .eklinks .header-teklif-al {
    height: 35px;
    padding: 0 20px;
  }
}
header .bottom nav .max-width .right .eklinks .header-teklif-al a {
  letter-spacing: 10px;
  font-weight: 600;
}
@media (max-width: 1366px) {
  header .bottom nav .max-width .right .eklinks .header-teklif-al a {
    font-size: 16px;
  }
}
header .bottom nav .max-width #close {
  display: none;
  color: #111111;
  right: 0;
  font-size: 24px;
  border: 1px solid #ffffff;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width #close {
    display: block !important;
    color: #000000;
  }
  header .bottom nav .max-width #close i {
    font-size: 26px;
    color: #111111;
    width: 30px;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width #close i {
    font-size: 48px;
    color: red;
  }
}

.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: 45px !important;
  margin-bottom: 55px !important;
}
@media (max-width: 1440px) {
  .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;
  width: 100% !important;
}
@media (max-width: 768px) {
  .max-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

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

.content-space2 {
  padding: 65px 0 75px 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: 400px) {
  .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: #ffffff;
  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;
  border-bottom: 3px solid #c70000;
}
.sabitheader .bottom nav .max-width a.logo img.logo {
  padding-top: 0;
  position: static;
}

.breadcrumb {
  background-color: #c70000;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-block: 10px;
  font-family: "Akhand", sans-serif;
  letter-spacing: 1.3px;
}
.breadcrumb a {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.breadcrumb a i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  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;
}

.yuzenalan {
  display: none;
}
@media only screen and (max-width: 500px) {
  .yuzenalan {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-image: url(../../images/user/site/yuzenalan.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: 460px) {
  .yuzenalan {
    height: 75px;
  }
}
@media only screen and (max-width: 400px) {
  .yuzenalan {
    height: 72px;
  }
}
@media only screen and (max-width: 360px) {
  .yuzenalan {
    height: 62px;
  }
}
.yuzenalan #whatsapp-message {
  max-width: 30%;
  width: 100%;
  display: block;
  height: 75px;
}
.yuzenalan #callPhone {
  max-width: 30%;
  width: 100%;
  display: block;
  height: 75px;
}
.yuzenalan #yuzenRandevu {
  max-width: 40%;
  width: 100%;
  display: block;
  height: 75px;
}

h2 {
  font-size: 48px;
  font-weight: bolder;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 30px;
  line-height: 35px;
  min-height: 70px;
  font-weight: 700;
  color: #111111;
}
@media (max-width: 1366px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  h3 {
    font-size: 16px;
  }
}

a {
  font-weight: bold;
  color: #111111;
}
@media (max-width: 500px) {
  a {
    font-size: 14px;
  }
}

p {
  font-size: 18px;
  line-height: 24px;
  min-height: 48px;
  text-align: center;
  color: #111111;
}
@media (max-width: 1366px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  p {
    font-size: 14px;
  }
}

.kirmizi-button {
  font-weight: 900;
  padding: 5px 35px;
  background-color: #c70000;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 2px;
  transition: background 0.5s ease-in-out;
}
.kirmizi-button:hover {
  background: rgb(110, 110, 110);
}

.beyaz-button {
  font-weight: 900;
  padding: 5px 35px;
  background-color: #ffffff;
  color: #111111;
  border-radius: 5px;
  transition: background 0.5s ease-in-out;
}
.beyaz-button:hover {
  background: rgb(110, 110, 110);
}

.tum-button:hover {
  transform: translateX(5px);
  letter-spacing: 1px;
  color: #c70000;
  transition: transform 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
}

.anasayfa-hizmetlerimiz {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.hizmetler {
  color: #111111;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 100%;
  width: 100%;
  margin-top: 100px;
  row-gap: 100px;
}
.hizmetler .hizmet {
  max-width: calc((100% - 100px) / 3);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 30px;
  border: 1px solid #bbb;
  border-radius: 5px;
  position: relative;
  padding: 100px 25px 70px 25px;
  z-index: 3 !important;
  transition: all 0.5s ease-in-out;
}
.hizmetler .hizmet .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
.hizmetler .hizmet .icon-container {
  position: absolute;
  top: -75px;
  width: 150px;
  height: 150px;
  border: 10px solid #c70000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.hizmetler .hizmet .icon-container img {
  width: 75px;
  height: auto;
}
.hizmetler .hizmet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(232, 232, 232, 0.2);
  border-radius: 5px;
  opacity: 1;
  z-index: -2;
  transition: opacity 0.5s ease-in-out;
}
.hizmetler .hizmet:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(208, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 5px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease-in-out;
}
.hizmetler .hizmet:hover::before {
  opacity: 0;
}
.hizmetler .hizmet:hover::after {
  opacity: 1;
}
.hizmetler .hizmet:hover .hover-image {
  opacity: 1;
}
.hizmetler .hizmet:hover h3,
.hizmetler .hizmet:hover p {
  color: #fff !important;
}
.hizmetler .hizmet:hover .kirmizi-button {
  background: rgb(110, 110, 110);
}
@media (max-width: 1024px) {
  .hizmetler {
    gap: 30px;
    row-gap: 100px;
  }
  .hizmetler .hizmet {
    max-width: calc((100% - 60px) / 3);
    padding: 75px 15px 50px 15px;
    gap: 15px;
  }
  .hizmetler .hizmet .icon-container {
    top: -65px;
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 768px) {
  .hizmetler {
    gap: 30px;
  }
  .hizmetler .hizmet {
    max-width: calc((100% - 30px) / 2);
    margin-bottom: 50px;
    width: 100%;
  }
  .hizmetler .hizmet .icon-container {
    top: -50px;
    width: 100px;
    height: 100px;
  }
  .hizmetler .hizmet .icon-container figure img {
    width: 50px;
  }
}
@media (max-width: 500px) {
  .hizmetler {
    gap: 30px;
  }
  .hizmetler .hizmet {
    max-width: 100%;
    margin-bottom: 50px;
    width: 100%;
  }
}

.anasayfa-bizi-taniyin {
  display: flex;
  width: 100%;
  background: #eaeaea;
  background-image: url("../../images/user/site/bizi-tani.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
  margin-bottom: 50px;
}
.anasayfa-bizi-taniyin .max-width {
  display: flex;
  justify-content: end;
  align-items: start;
}
.anasayfa-bizi-taniyin .max-width .right {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  max-width: 52%;
  width: 100%;
}
.anasayfa-bizi-taniyin .max-width .right img {
  width: 70px;
}
.anasayfa-bizi-taniyin .max-width .right p {
  line-height: 25px;
}
.anasayfa-bizi-taniyin .max-width .right h2 {
  font-size: 34px;
}
@media (max-width: 1440px) {
  .anasayfa-bizi-taniyin {
    padding: 45px 0 80px 0;
  }
  .anasayfa-bizi-taniyin .max-width .right {
    max-width: 40%;
  }
}
@media (max-width: 1024px) {
  .anasayfa-bizi-taniyin {
    background-image: none;
  }
  .anasayfa-bizi-taniyin .max-width .right {
    max-width: 100%;
  }
}

.anasayfa-kurumsal-deger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 30px;
  padding-top: unset;
}
.anasayfa-kurumsal-deger .items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
}
.anasayfa-kurumsal-deger .items .item {
  max-width: calc((100% - 50px) / 2);
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.anasayfa-kurumsal-deger .items .item figure {
  width: 100%;
  height: 100%;
}
.anasayfa-kurumsal-deger .items .item figure img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.anasayfa-kurumsal-deger .items .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Siyah saydam katman */
  transition: all 0.5s ease-in-out;
}
.anasayfa-kurumsal-deger .items .item:hover::before {
  background: rgba(255, 0, 0, 0.7); /* Kırmızı saydam katman */
}
.anasayfa-kurumsal-deger .items .item:hover .text .beyaz-button {
  background: rgb(110, 110, 110);
  color: #ffffff;
}
.anasayfa-kurumsal-deger .items .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-weight: bold;
  z-index: 2;
}
.anasayfa-kurumsal-deger .items .item .text h3 {
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 768px) {
  .anasayfa-kurumsal-deger .items {
    gap: 20px;
  }
  .anasayfa-kurumsal-deger .items .item {
    max-width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 500px) {
  .anasayfa-kurumsal-deger .items {
    gap: 20px;
  }
  .anasayfa-kurumsal-deger .items .item {
    max-width: 100%;
  }
}

.anasayfa-teklifal {
  display: flex;
  width: 100%;
  margin-top: 50px;
  background: url("../../images/user/site/teklifal.png") right no-repeat;
  background-size: auto;
  background-position: top left;
  height: 100%;
}
@media (max-width: 1560px) and (min-width: 1441px) {
  .anasayfa-teklifal {
    background-position: -230px;
  }
}
@media (max-width: 1366px) {
  .anasayfa-teklifal {
    background-position: -300px;
  }
}
@media (max-width: 1280px) {
  .anasayfa-teklifal {
    background-position: -400px;
  }
}
.anasayfa-teklifal .max-width {
  display: flex;
  justify-content: start;
  align-items: start;
  height: 100%;
  position: relative;
}
.anasayfa-teklifal .max-width .left {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  max-width: calc((100% - 50px) / 2);
  width: 100%;
}
@media (max-width: 1366px) {
  .anasayfa-teklifal .max-width .left {
    gap: 10px;
  }
}
.anasayfa-teklifal .max-width .left img {
  width: 70px;
}
@media (max-width: 1366px) {
  .anasayfa-teklifal .max-width .left img {
    width: 60px;
  }
}
.anasayfa-teklifal .max-width .left h2 {
  color: #fff;
}
.anasayfa-teklifal .max-width .left p {
  color: #fff;
}
.anasayfa-teklifal .max-width .teklifman {
  position: absolute;
  width: 30%;
  bottom: 0;
  right: 0;
}
@media (max-width: 1440px) {
  .anasayfa-teklifal {
    margin-top: 40px;
    margin-bottom: 55px;
  }
  .anasayfa-teklifal .max-width {
    margin-top: unset;
  }
}
@media (max-width: 1366px) {
  .anasayfa-teklifal .max-width .teklifman {
    width: 28%;
  }
}
@media (max-width: 1024px) {
  .anasayfa-teklifal {
    background-position: -550px;
    margin-top: unset;
  }
  .anasayfa-teklifal .max-width .teklifman {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .anasayfa-teklifal {
    background-position: left;
  }
  .anasayfa-teklifal .max-width .left {
    max-width: 100%;
  }
  .anasayfa-teklifal .max-width .teklifman {
    display: none;
  }
}

.anasayfa-ekip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1440px) {
  .anasayfa-ekip {
    margin-top: -60px;
    margin-bottom: -40px;
  }
}
@media (max-width: 1024px) {
  .anasayfa-ekip {
    gap: 20px;
  }
}
.anasayfa-ekip .owl-ekip {
  gap: 25px;
}
.anasayfa-ekip .owl-ekip .item {
  width: 100%;
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  transition: transform 0.5s ease-in-out;
}
.anasayfa-ekip .owl-ekip .item figure {
  width: 100%;
  background: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.anasayfa-ekip .owl-ekip .item figure img {
  margin-top: -9px;
  width: 95%;
}
.anasayfa-ekip .owl-ekip .item h3 {
  text-align: center;
}
.anasayfa-ekip .owl-ekip .item:hover {
  transform: scale(1);
}
.anasayfa-ekip .owl-ekip .item:hover figure {
  overflow: hidden;
}
.anasayfa-ekip .owl-ekip .item:hover h3 {
  color: #c70000;
}

.anasayfa-anlasmali-kurumlar {
  width: 100%;
  background: #eaeaea;
}
.anasayfa-anlasmali-kurumlar .max-width {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.anasayfa-anlasmali-kurumlar .max-width h2 {
  text-align: center;
}
.anasayfa-anlasmali-kurumlar .max-width p {
  text-align: center;
}
.anasayfa-anlasmali-kurumlar .max-width .owl-anlasmali {
  gap: 15px;
}
.anasayfa-anlasmali-kurumlar .max-width .owl-anlasmali .item {
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  flex-direction: column;
  gap: 20px;
}
.anasayfa-anlasmali-kurumlar .max-width .owl-anlasmali .item img {
  width: 85%;
  height: auto;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.anasayfa-anlasmali-kurumlar .max-width .owl-anlasmali .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  filter: grayscale(0);
}
.anasayfa-anlasmali-kurumlar .max-width .owl-anlasmali .item:hover p {
  color: white;
}

.acenteler {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}
.acenteler .acente {
  max-width: calc((100% - 75px) / 6);
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  overflow: hidden;
  min-height: 200px;
}
@media (max-width: 1024px) {
  .acenteler .acente {
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 768px) {
  .acenteler .acente {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .acenteler .acente {
    max-width: 100%;
  }
}
.acenteler .acente figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border: 1px solid #bababa;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.acenteler .acente figure img {
  width: 87%;
  float: left;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
.acenteler .acente:hover figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  filter: grayscale(0);
}
.acenteler .acente:hover .bilgi h3 {
  color: #c70000;
}
.acenteler .acente .bilgi {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  flex-direction: column;
}
.acenteler .acente .bilgi h3 {
  width: 100%;
}

.horizonal-yatay {
  border: 2px solid #aeaeae;
  width: 100%;
}

.anasayfa-haberler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
.anasayfa-haberler .margin-top {
  margin-top: 40px;
}

.haberler {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.haberler .haber {
  max-width: calc((100% - 20px) / 3);
  width: 100%;
  position: relative;
  border-radius: 10px;
  transition: all 0.5s ease, box-shadow 0.5s ease;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .haberler .haber:last-child {
    display: none;
  }
}
@media (max-width: 500px) {
  .haberler .haber:last-child {
    display: unset;
  }
}
.haberler .haber &gt; figure {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.haberler .haber &gt; figure img {
  width: 100%;
  float: left;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.haberler .haber:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  border-radius: 10px;
  z-index: 2;
}
.haberler .haber .text {
  width: 90%;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 15px 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  transition: all 0.5s ease, box-shadow 0.5s ease;
}
@media (max-width: 1024px) {
  .haberler .haber .text {
    padding: 10px 20px;
  }
}
.haberler .haber .text h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .haberler .haber .text h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .haberler .haber .text h3 {
    margin-bottom: 10px;
  }
}
.haberler .haber .text .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.haberler .haber .text .bottom p {
  margin-bottom: unset;
}
.haberler .haber .text .bottom figure {
  width: unset;
}
.haberler .haber .text .bottom figure img {
  max-width: 25px;
  width: 100%;
  transition: all 0.5s ease;
}
.haberler .haber:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.haberler .haber:hoverfigure img {
  transform: scale(1.05);
}
.haberler .haber:hover .text {
  transform: translateX(-50%) translateY(-10px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
  background: #c70000;
}
.haberler .haber:hover .text h3 {
  color: #ffffff;
}
.haberler .haber:hover .text .horizonal-yatay {
  border-color: #ffffff;
}
.haberler .haber:hover .text .bottom p {
  color: #ffffff;
}
.haberler .haber:hover .text .bottom img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(1715%) hue-rotate(192deg) brightness(119%) contrast(100%);
}
@media (max-width: 768px) {
  .haberler .haber {
    max-width: calc((100% - 10px) / 2);
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .haberler .haber {
    max-width: 100%;
    margin-bottom: 60px;
  }
}

.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: 38px;
  line-height: 48px !important;
  min-height: 48px !important;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "Manrope", sans-serif;
  color: #111111;
}
@media (max-width: 500px) {
  .normal-sayfa .max-width h1 {
    font-size: 32px;
  }
}
.normal-sayfa .max-width h2 {
  font-size: 28px;
  line-height: 38px !important;
  min-height: 38px !important;
  color: #111111;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 500px) {
  .normal-sayfa .max-width h2 {
    font-size: 24px;
  }
}
.normal-sayfa .max-width h2.digerh2 {
  border-top: 1px solid rgba(10, 28, 58, 0.2);
  line-height: 62px !important;
  margin-bottom: 10px;
  font-weight: bolder;
}
.normal-sayfa .max-width h3 {
  font-size: 20px;
  line-height: 30px !important;
  min-height: 30px !important;
  color: #111111;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.normal-sayfa .max-width h4 {
  font-size: 28px;
  line-height: 38px;
  color: #111111;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.normal-sayfa .max-width h5 {
  font-size: 26px;
  line-height: 36px;
  color: #111111;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.normal-sayfa .max-width h6 {
  font-size: 24px;
  line-height: 34px;
  color: #111111;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.normal-sayfa .max-width p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 26px !important;
  min-height: 26px !important;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 500px) {
  .normal-sayfa .max-width p {
    font-size: 14px;
  }
}
.normal-sayfa .max-width b {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  line-height: 26px;
  min-height: 26px;
}
.normal-sayfa .max-width ul {
  margin-top: 20px;
  margin-left: 15px;
}
.normal-sayfa .max-width ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.normal-sayfa .max-width ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #111111;
  position: absolute;
  left: -15px;
  top: 10px;
}
.normal-sayfa .max-width figure.normal {
  max-width: 300px;
  width: 100%;
  float: right;
  cursor: pointer;
  overflow: hidden;
  border: 3px solid #111111;
  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;
}

.sidemenu {
  max-width: 300px;
  width: 100%;
  margin-top: 75px;
  background-color: #111111;
  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: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #c70000;
  padding: 5px;
  letter-spacing: 0.5px;
}
.sidemenu a:hover {
  color: #ffffff;
  background-color: #c70000;
}
.sidemenu a.active {
  color: #ffffff;
  background-color: #c70000;
}
.sidemenu a.parentPage {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  border-bottom: 1px solid #ffffff;
  background-color: #111111 !important;
  background-image: none !important;
}
.sidemenu a.parentPage i {
  display: none;
}
@media (max-width: 1024px) {
  .sidemenu a.parentPage i {
    display: block;
  }
}

.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% - 60px) / 4);
  width: 100%;
  padding: 20px;
  border-radius: 25px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .iletisim-cards .card {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .iletisim-cards .card {
    max-width: 100%;
  }
}
.iletisim-cards .card figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iletisim-cards .card figure img {
  width: 25%;
  filter: invert(21%) sepia(93%) saturate(5237%) hue-rotate(356deg);
}
.iletisim-cards .card i {
  font-size: 70px;
  color: #ffffff;
  width: 70px;
  height: 70px;
}
.iletisim-cards .card h2 {
  color: #ffffff;
}
.iletisim-cards .card .text {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.iletisim-formu {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 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%;
  align-items: center;
}
.iletisim-formu .bilgilendirme {
  width: 100%;
}

.serviceFieldsContainer {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
.serviceFieldsContainer .item {
  max-width: calc((100% - 10px) / 2);
  width: 100%;
}
@media (max-width: 500px) {
  .serviceFieldsContainer .item {
    max-width: 100%;
  }
}
.serviceFieldsContainer .item-100 {
  max-width: 100%;
  width: 100%;
  align-items: center;
}
.serviceFieldsContainer .bilgilendirme {
  width: 100%;
}

textarea {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
  width: 100%;
}
textarea:focus-visible {
  outline: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

input {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
  min-height: 44px;
  max-height: 44px;
}
input[type=checkbox] {
  max-height: 15px;
  min-height: 15px;
  max-width: 15px;
  min-width: 15px;
}
input[type=submit] {
  background-color: #c70000;
  color: #ffffff;
  border: none;
  font-size: 20px;
  font-weight: bold;
}
input[type=submit]:hover {
  cursor: pointer;
}
input:focus-visible {
  outline: unset;
}

select {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
  min-height: 44px;
  max-height: 44px;
}

.galeri {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 3px solid #111111;
}
.galeri .galeri-figure {
  max-width: calc((100% - 60px) / 4);
  border: 1px solid #bbb;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.galeri .galeri-figure img {
  width: 100%;
  float: left;
}
.galeri .galeri-figure:hover img {
  transform: scale(1.05) rotate(5deg);
}
@media (max-width: 1024px) {
  .galeri .galeri-figure {
    max-width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 768px) {
  .galeri .galeri-figure {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 500px) {
  .galeri .galeri-figure {
    max-width: calc((100% - 20px) / 2);
  }
}

.videolar {
  display: flex;
  justify-content: start;
  align-content: start;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.videolar iframe {
  max-width: calc((100% - 30px) / 3);
  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%;
  }
}

.egitmenler {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.egitmenler .egitmen {
  max-width: calc((100% - 60px) / 4);
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  background: #d9d9d9;
}
.egitmenler .egitmen figure {
  width: 100%;
  object-fit: cover;
}
.egitmenler .egitmen figure img {
  object-fit: contain;
  width: 100%;
  float: left;
}
.egitmenler .egitmen .yazi-alani {
  text-align: center;
}
.egitmenler .egitmen .yazi-alani h2 {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #111111;
  margin-bottom: 10px;
}
.egitmenler .egitmen .yazi-alani p {
  font-size: 16px;
  line-height: 24px;
  color: #c70000;
  text-align: center;
  margin-bottom: 0 !important;
}
.egitmenler .egitmen:hover figure {
  overflow: hidden;
}
.egitmenler .egitmen:hover figure img {
  transform: scale(1.05);
}
.egitmenler .egitmen:hover .yazi-alani h2, .egitmenler .egitmen:hover .yazi-alani p {
  color: #ffffff;
  font-weight: bolder;
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .egitmenler .egitmen {
    max-width: calc((100% - 40px) / 3);
    width: 100%;
  }
}
@media (max-width: 768px) {
  .egitmenler .egitmen {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .egitmenler .egitmen {
    max-width: 100%;
  }
}

footer {
  width: 100%;
  background: #111111;
}
footer .max-width {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 30px;
}
footer .max-width .item {
  max-width: calc((100% - 90px) / 4);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  footer .max-width .item {
    max-width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 500px) {
  footer .max-width .item {
    max-width: 100%;
  }
}
footer .max-width .item h3 {
  color: #fff;
}
footer .max-width .item.footer-logo figure {
  width: 100%;
}
footer .max-width .item.footer-logo figure img {
  width: 100%;
  float: left;
}
footer .max-width .item.footer-logo p {
  color: #fff;
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
@media (max-width: 500px) {
  footer .max-width .item.footer-logo p {
    font-size: 14px;
    line-height: 22px;
  }
}
footer .max-width .item ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
footer .max-width .item ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  min-width: 5px;
  width: 5px;
  min-height: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}
footer .max-width .item ul li a {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: start;
  font-weight: 400;
  display: inline-block;
}
footer .max-width .item ul li a:hover {
  transform: translateX(5px);
  letter-spacing: 1px;
  transition: transform 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
}
@media (max-width: 500px) {
  footer .max-width .item ul li a {
    font-size: 14px;
    line-height: 22px;
  }
}
footer .max-width .item.footer-iletisim {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  gap: 10px;
  flex-direction: column;
}
footer .max-width .item.footer-iletisim figure {
  max-width: 25px;
  width: 100%;
}
footer .max-width .item.footer-iletisim figure img {
  width: 100%;
  float: left;
}
footer .max-width .item.footer-iletisim .iletisim-text {
  color: #ffffff;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
footer .max-width .item.footer-iletisim .iletisim-text a, footer .max-width .item.footer-iletisim .iletisim-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  text-align: start;
  font-weight: 400;
  margin-top: 2pxs;
}
@media (max-width: 500px) {
  footer .max-width .item.footer-iletisim .iletisim-text a, footer .max-width .item.footer-iletisim .iletisim-text p {
    font-size: 14px;
    line-height: 22px;
  }
}
footer .max-width .item.footer-iletisim .iletisim-text &gt; a:hover {
  transform: translateX(5px);
  letter-spacing: 1px;
  transition: transform 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
}
@media (max-width: 500px) {
  footer .max-width .item.footer-iletisim .iletisim-text.iletisim-footer {
    align-items: center;
  }
}
footer .max-width .item.footer-iletisim .iletisim-text.iletisim-footer figure {
  background: #c70000;
  border-radius: 50%;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  border: 2px solid white;
}
footer .max-width .item.footer-iletisim .iletisim-text.iletisim-footer figure img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
footer .max-width .item .social-media {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  align-items: center;
  width: 100%;
  color: #ffffff;
  gap: 10px;
}
@media (max-width: 1366px) {
  footer .max-width .item .social-media {
    gap: 5px;
  }
}
footer .max-width .item .social-media a {
  background: #1c1c1c;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  border: 2px solid white;
}
footer .max-width .item .social-media a.wp {
  background: #25D366;
}
footer .max-width .item .social-media a figure {
  max-width: 20px;
  width: 100%;
}
footer .max-width .item .social-media a figure img {
  max-width: 20px;
  width: 100%;
  float: left;
  filter: invert(1) !important;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  footer .max-width .item .social-media a {
    width: 40px;
    height: 40px;
  }
  footer .max-width .item .social-media a figure {
    max-width: 20px;
  }
  footer .max-width .item .social-media a figure img {
    max-width: 20px;
  }
}
footer .max-width .item .social-media a:hover {
  transform: unset;
  letter-spacing: unset;
  background: #c70000;
}
footer .max-width .item .social-media a:hover figure img {
  transform: scale(1.2);
}

.copyright {
  padding: 30px 0 30px 0;
}
.copyright .max-width {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.copyright .max-width .copyright-left .copy-text {
  font-weight: 400;
}
.copyright .max-width .copyright-left .copy-text b {
  font-weight: bolder;
}
.copyright .max-width .copyright-right {
  font-weight: 400;
  font-size: 20px;
}
.copyright .max-width .copyright-right b {
  font-weight: bolder;
}
@media (max-width: 500px) {
  .copyright .max-width {
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
  }
}

.sayfa-icerigi {
  width: max-content;
  box-sizing: border-box;
  padding: 15px 30px;
  margin: 25px 0;
  background-color: #a1aab8;
  border-radius: 20px;
}
@media (max-width: 500px) {
  .sayfa-icerigi {
    max-width: 100%;
  }
}
.sayfa-icerigi span {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 500px) {
  .sayfa-icerigi span {
    font-size: 20px;
    line-height: 26px;
  }
}
.sayfa-icerigi ul {
  margin-top: 15px !important;
  list-style: disc !important;
}
.sayfa-icerigi ul li {
  color: #ffffff !important;
}
.sayfa-icerigi ul li::marker {
  color: #FFFFFF !important;
}
.sayfa-icerigi ul li:before {
  display: none;
}
.sayfa-icerigi ul li:hover a {
  color: #c70000;
}
.sayfa-icerigi ul li a {
  color: #ffffff;
  font-weight: 500;
}

.sabit-randevu-al {
  position: fixed;
  right: -1px;
  top: calc(50% - 122px);
  display: block;
  z-index: 9;
  cursor: pointer;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all cubic-bezier(0.42, 0, 0.17, 1.03) 0.6s;
  background-color: #c70000;
  width: 40px;
}
@media only screen and (max-width: 768px) {
  .sabit-randevu-al {
    display: none !important;
  }
}
.sabit-randevu-al a {
  text-decoration: none;
  color: #ffffff;
}
.sabit-randevu-al a img {
  height: 165px;
  width: auto;
}

.iletisim-basvur {
  background: #c70000;
  background: #c70000;
  width: 100%;
  margin-top: 50px;
  margin-bottom: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iletisim-basvur .max-width2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100px;
}
@media (max-width: 500px) {
  .iletisim-basvur .max-width2 {
    justify-content: center;
    gap: 10px;
    min-height: 200px;
  }
}
.iletisim-basvur .max-width2 h2 {
  max-width: calc((100% - 50px) / 2);
  font-size: 36px;
  font-weight: bolder;
  position: relative;
  padding: 25px;
  color: white;
}
@media (max-width: 768px) {
  .iletisim-basvur .max-width2 h2 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .iletisim-basvur .max-width2 h2 {
    max-width: 100%;
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .iletisim-basvur .max-width2 h2 {
    font-size: 16px;
  }
}
.iletisim-basvur .max-width2 h2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  height: 60px;
  width: 2px;
  background-color: #FFFFFF;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .iletisim-basvur .max-width2 h2:after {
    display: none;
  }
}
.iletisim-basvur .max-width2 .takip {
  max-width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
  width: 100%;
  color: #ffffff;
  gap: 15px;
}
@media (max-width: 1366px) {
  .iletisim-basvur .max-width2 .takip {
    gap: 5px;
  }
}
@media (max-width: 500px) {
  .iletisim-basvur .max-width2 .takip {
    max-width: 100%;
  }
}
.iletisim-basvur .max-width2 .takip a {
  background: #1c1c1c;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  border: 2px solid white;
}
.iletisim-basvur .max-width2 .takip a figure {
  max-width: 35px;
  width: 100%;
}
.iletisim-basvur .max-width2 .takip a figure img {
  max-width: 35px;
  max-height: 35px;
  width: 100%;
  float: left;
  filter: invert(1) !important;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .iletisim-basvur .max-width2 .takip a {
    width: 35px;
    height: 35px;
  }
  .iletisim-basvur .max-width2 .takip a figure {
    max-width: 20px;
    max-height: 20px;
  }
  .iletisim-basvur .max-width2 .takip a figure img {
    max-width: 20px;
    max-height: 20px;
  }
}
.iletisim-basvur .max-width2 .takip a:hover {
  transform: unset;
  letter-spacing: unset;
  background: #c70000;
}
.iletisim-basvur .max-width2 .takip a:hover figure img {
  transform: scale(1.2);
}

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