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

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

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

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

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

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

@media (max-width: 1024px) {
  .mm-menu.mm-theme-dark .mm-listview &gt; li a:not(.mm-next) {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  .mm-menu.mm-theme-dark .mm-listview &gt; li a:not(.mm-next) img.header-home-img {
    filter: invert(1);
    height: 25px;
  }
  .mm-menu.mm-theme-dark .mm-listview &gt; li a:not(.mm-next) img {
    height: 20px;
    filter: invert(1);
  }
}
html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview &gt; li.social-link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}

.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: #000000;
  border-bottom: 2px solid #ffffff;
}
header .top {
  height: 40px;
  background-color: #ffffff;
}
@media (max-width: 500px) {
  header .top {
    display: none;
  }
}
header .top .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  padding-right: 50px !important;
  padding-left: 50px !important;
}
header .top .max-width .left {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 30px;
}
header .top .max-width .left .telefon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
header .top .max-width .left .telefon a {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
header .top .max-width .left .mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
header .top .max-width .left .mail a {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
header .top .max-width .right {
  display: flex;
  align-items: end;
  justify-content: end;
}
header .top .max-width .right .social-media {
  display: flex;
  gap: 7px;
}
header .top .max-width .right .social-media a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}
header .top .max-width .right .social-media a.whatsapp-class {
  background-color: #25d165;
  border-radius: 50%;
}
header .top .max-width .right .social-media a.whatsapp-class img {
  filter: invert(1);
}
header .top .max-width .right .social-media a.whatsapp-class:hover {
  background-color: #25d165;
}
header .top .max-width .right .social-media a.whatsapp-class:hover img {
  filter: invert(1);
}
header .top .max-width .right .social-media a img {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}
header .top .max-width .right .social-media a:hover {
  background-color: #000000;
}
header .top .max-width .right .social-media a:hover img {
  filter: invert(1);
}
header .bottom {
  width: 100%;
}
header .bottom nav {
  position: relative;
  background-color: #000000;
}
@media (max-width: 600px) {
  header .bottom nav {
    border-top: none;
  }
}
header .bottom nav .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  background-color: #000000;
  padding: 0 27px 0 50px !important;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
header .bottom nav .max-width a {
  cursor: pointer;
}
header .bottom nav .max-width a.logo {
  height: 100%;
  width: auto;
  padding: 10px 0;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width a.logo {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 600px) {
  header .bottom nav .max-width a.logo {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width a.logo {
    padding: 0 0 0 15px;
  }
}
header .bottom nav .max-width a.logo img {
  max-height: 68px;
  height: 100%;
  width: auto;
}
@media (max-width: 600px) {
  header .bottom nav .max-width a.logo img {
    height: 55px;
  }
}
@media (max-width: 400px) {
  header .bottom nav .max-width a.logo img {
    height: 50px;
  }
}
@media (max-width: 360px) {
  header .bottom nav .max-width a.logo img {
    height: 45px;
  }
}
header .bottom nav .max-width .right {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 200px);
  gap: 30px;
}
header .bottom nav .max-width .right ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
  width: 100%;
  background-color: #000000;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width .right ul {
    display: none;
  }
}
header .bottom nav .max-width .right ul li {
  color: #ffffff;
  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.margin-right-minus {
  margin-right: -17px !important;
}
header .bottom nav .max-width .right ul li.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1280px) {
  header .bottom nav .max-width .right ul li.social-link a {
    width: 34px;
    height: 34px;
    border: 1px solid #ffffff;
    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:hover a {
  color: #ffffff;
}
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 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 a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right ul li a:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  height: 1px;
  bottom: 12px;
  background-color: #ffffff;
  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;
}
@media (max-width: 678px) {
  header .bottom nav .max-width .right ul li a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 1px;
    bottom: 12px;
    background-color: #ffffff;
    transform: scaleY(1);
  }
}
header .bottom nav .max-width .right ul li a:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  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;
}
@media (max-width: 678px) {
  header .bottom nav .max-width .right ul li a:after {
    content: "";
    position: absolute;
    top: -10px;
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    bottom: 12px;
    transform: scaleY(1);
  }
}
header .bottom nav .max-width .right ul li ul.altmenu {
  animation: alt-menu-outhover 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #000000;
  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;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
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: #000000;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #ffffff;
}
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: #000000;
}
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: rgba(255, 255, 255, 0.7);
  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: rgba(255, 255, 255, 0.7);
  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.73;
}
header .bottom nav .max-width .right a.lang-link span {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
}
header .bottom nav .max-width #close {
  display: none;
  color: #ffffff;
  right: 0;
  font-size: 24px;
  margin: 0 25px 0 0;
}
@media (max-width: 767px) {
  header .bottom nav .max-width #close {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1280px) {
  header .bottom nav .max-width #close {
    display: block !important;
    color: #ffffff;
  }
  header .bottom nav .max-width #close i {
    font-size: 32px;
    background: #000000;
    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: 40px;
  }
}
header .bottom nav .max-width #close .bar {
  width: 35px;
  max-height: 30px;
  height: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1281px) {
  header .bottom nav .max-width #close .bar {
    display: none;
  }
}
header .bottom nav .max-width #close .bar .line {
  width: 100%;
  height: 4px;
  background-color: #000000;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width #close .bar .line {
    margin-left: 5px;
    background-color: #ffffff;
  }
}

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

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

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

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

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

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

.breadcrumb {
  background-color: rgba(19, 44, 80, 0.4);
  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: 375px) {
  .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;
}

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

h1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 425px) {
  h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 18px;
    line-height: 24px;
  }
}

h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 26px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 48px;
  }
}
@media (max-width: 425px) {
  h2 {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 375px) {
  h2 {
    font-size: 16px;
    line-height: 32px;
  }
}

h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 425px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 375px) {
  h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

h4 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 425px) {
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 375px) {
  h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 425px) {
  h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 375px) {
  h5 {
    font-size: 12px;
    line-height: 18px;
  }
}

h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
@media (max-width: 768px) {
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 425px) {
  h6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 375px) {
  h6 {
    font-size: 12px;
    line-height: 18px;
  }
}

p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 425px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 375px) {
  p {
    font-size: 12px;
    line-height: 20px;
  }
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 425px) {
  a {
    font-size: 14px;
    line-height: 20px;
  }
}

.box-shadow {
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.3), 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.custom-button {
  position: relative;
  display: inline-block;
  padding: 12px 50px;
  background-color: white;
  color: black;
  border: 1px solid black;
  text-decoration: none;
  overflow: visible;
  transition: all 0.3s ease;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  margin-top: 20px;
}
.custom-button.bg-black-button {
  background-color: black;
  color: white;
  border-color: white;
}
.custom-button.bg-black-button::before, .custom-button.bg-black-button::after {
  background-color: white;
}
.custom-button.bg-black-button:hover {
  background-color: white;
  color: black;
}
.custom-button.bg-black-button:hover::before, .custom-button.bg-black-button:hover::after {
  height: 2px;
}
.custom-button::before, .custom-button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: black;
  transition: background-color 0.3s ease;
}
.custom-button::before {
  left: -15px;
  transform: translateY(-50%);
}
.custom-button::after {
  right: -15px;
  transform: translateY(-50%);
}
.custom-button:hover {
  background-color: black;
  color: white;
  border-color: white;
}
.custom-button:hover::before, .custom-button:hover::after {
  background-color: white;
}

.anasayfa-hizmetler {
  background-image: url(../../images/user/site/hizmetler-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.anasayfa-hizmetler .max-width {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  flex-wrap: wrap;
  gap: 25px;
}

.hizmetler {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  flex-wrap: wrap;
  gap: 25px;
}
.hizmetler .hizmet {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: calc((100% - 100px) / 3);
  width: 100%;
  gap: 20px;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .hizmetler .hizmet {
    max-width: calc((100% - 50px) / 2);
  }
  .hizmetler .hizmet:last-of-type {
    display: none;
  }
}
.hizmetler .hizmet figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hizmetler .hizmet figure img {
  width: 75px;
  float: left;
  height: 75px;
}
.hizmetler .hizmet h3 {
  height: 72px;
}
.hizmetler .hizmet p {
  height: 80px;
}
@media (max-width: 500px) {
  .hizmetler .hizmet {
    max-width: 100%;
  }
  .hizmetler .hizmet:last-of-type {
    display: flex;
  }
  .hizmetler .hizmet figure img {
    width: 75px;
  }
  .hizmetler .hizmet h3, .hizmetler .hizmet p {
    height: unset;
  }
}
.hizmetler .hizmet:hover {
  background: #000000;
}
.hizmetler .hizmet:hover figure img {
  filter: brightness(0) invert(1);
}
.hizmetler .hizmet:hover h3, .hizmetler .hizmet:hover p, .hizmetler .hizmet:hover a {
  color: #ffffff;
}
.hizmetler .hizmet:hover .custom-button {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}
.hizmetler .hizmet:hover .custom-button::before, .hizmetler .hizmet:hover .custom-button::after {
  background-color: #ffffff;
}

.anasayfa-hakkımızda {
  background-image: url(../../images/user/site/anasayfa-hakkimizda.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 50px;
}
.anasayfa-hakkımızda .max-width {
  display: flex;
  justify-content: end;
  align-items: end;
}
.anasayfa-hakkımızda .max-width .hakkımızda-icerik {
  padding: 40px 0;
  max-width: 55%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.anasayfa-hakkımızda .max-width .hakkımızda-icerik figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.anasayfa-hakkımızda .max-width .hakkımızda-icerik figure img {
  width: 75px;
  float: left;
}
@media (max-width: 768px) {
  .anasayfa-hakkımızda .max-width .hakkımızda-icerik {
    max-width: 75%;
  }
}
@media (max-width: 500px) {
  .anasayfa-hakkımızda .max-width .hakkımızda-icerik {
    max-width: 100%;
  }
}

.projelerimiz {
  padding: 50px 20px;
  text-align: center;
}
.projelerimiz .max-width {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 768px) {
  .projelerimiz .max-width .proje-kartlari .proje-karti {
    max-width: calc((100% - 30px) / 2);
  }
  .projelerimiz .max-width .proje-kartlari .proje-karti:last-of-type {
    display: none;
  }
}
@media (max-width: 500px) {
  .projelerimiz .max-width .proje-kartlari .proje-karti {
    max-width: 100%;
  }
  .projelerimiz .max-width .proje-kartlari .proje-karti:last-of-type {
    display: unset;
  }
}

.proje-kartlari {
  display: flex;
  justify-content: start;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}
.proje-kartlari .proje-karti {
  max-width: calc((100% - 60px) / 3);
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.proje-kartlari .proje-karti img {
  width: 100%;
  height: auto;
  float: left;
}
.proje-kartlari .proje-karti .proje-bilgi {
  padding: 20px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  gap: 15px;
  width: 100%;
}
.proje-kartlari .proje-karti .proje-bilgi span {
  font-size: 16px;
}
.proje-kartlari .proje-karti:hover {
  transform: translateY(-10px);
}
.proje-kartlari .proje-karti:hover .proje-bilgi {
  background-color: #000;
  color: #fff;
}
.proje-kartlari .proje-karti:hover .proje-bilgi h3, .proje-kartlari .proje-karti:hover .proje-bilgi p {
  color: #FFFFFF;
}
.proje-kartlari .proje-karti:hover .proje-bilgi::before, .proje-kartlari .proje-karti:hover .proje-bilgi::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 2px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.proje-kartlari .proje-karti:hover .proje-bilgi::before {
  left: 0px;
  transform: translateY(-50%);
}
.proje-kartlari .proje-karti:hover .proje-bilgi::after {
  right: 0px;
  transform: translateY(-50%);
}

.degerlerimiz-container {
  background-image: url(../../images/user/site/haberler-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-color: #e5e5e5;
  width: 100%;
}
.degerlerimiz-container .max-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.degerlerimiz-container .max-width .degerler {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
.degerlerimiz-container .max-width .degerler .deger {
  max-width: calc((100% - 40px) / 2);
  width: 100%;
  height: 400px;
  background-image: url(../../images/user/site/degerlerimiz-beyaz.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .degerlerimiz-container .max-width .degerler .deger {
    height: 250px;
  }
}
.degerlerimiz-container .max-width .degerler .deger h3 {
  position: relative;
  color: #000000;
  transition: color 0.3s ease, transform 0.4s ease;
}
.degerlerimiz-container .max-width .degerler .deger h3::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
  width: 40px;
  height: 15px;
  background-image: url(../../images/user/site/icons/uzun-ok.svg);
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-position: right;
}
.degerlerimiz-container .max-width .degerler .deger h3::before {
  content: "İNCELE";
  position: absolute;
  left: calc(100% + 105px);
  top: 50%;
  transform: translateY(-50%);
  color: white;
  opacity: 0;
  transition: opacity 0.4s ease;
  font-size: 15px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .degerlerimiz-container .max-width .degerler .deger h3::after {
    top: calc(50% + 50px);
    left: 0;
    margin-left: 0;
  }
  .degerlerimiz-container .max-width .degerler .deger h3::before {
    left: calc(50% + 20px);
    top: calc(50% + 50px);
  }
}
@media (max-width: 500px) {
  .degerlerimiz-container .max-width .degerler .deger {
    max-width: 100%;
  }
}
.degerlerimiz-container .max-width .degerler .deger:hover {
  background-image: url(../../images/user/site/degerlerimiz-siyah.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.degerlerimiz-container .max-width .degerler .deger:hover h3 {
  color: #ffffff;
  transform: translateX(-90px);
}
.degerlerimiz-container .max-width .degerler .deger:hover h3::after {
  width: 80px;
}
.degerlerimiz-container .max-width .degerler .deger:hover h3::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .degerlerimiz-container .max-width .degerler .deger:hover h3 {
    transform: translateY(-25px) translateX(0);
  }
}

.anasayfa-haberler .max-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .anasayfa-haberler .max-width .haberler .haber {
    max-width: calc((100% - 20px) / 2);
  }
  .anasayfa-haberler .max-width .haberler .haber:last-of-type {
    display: none;
  }
}
@media (max-width: 500px) {
  .anasayfa-haberler .max-width .haberler .haber {
    max-width: 100%;
  }
  .anasayfa-haberler .max-width .haberler .haber:last-of-type {
    display: flex;
  }
}

.haberler {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.haberler .haber {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.haberler .haber figure {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
}
.haberler .haber figure img {
  width: 100%;
  height: auto;
  float: left;
}
.haberler .haber h3 {
  width: 95%;
}
.haberler .haber .arrow-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.haberler .haber .arrow-button img {
  width: 50px;
  filter: invert(1);
  stroke-width: 5;
}
.haberler .haber .arrow-button .text {
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.5s ease;
}
.haberler .haber:hover figure {
  border: 10px solid transparent;
}
.haberler .haber:hover .arrow-button .text {
  opacity: 1;
  transform: translateX(0);
}

footer {
  background-image: url(../../images/user/site/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: rgba(253, 253, 253, 0.8);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 50px;
}
footer .max-width {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  footer .max-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
footer .top {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 100px;
  flex-wrap: wrap;
}
footer .top .logo {
  max-width: calc(3 * (100% - 100px) / 7);
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 500px) {
  footer .top .logo {
    max-width: 100%;
  }
}
footer .top .logo figure {
  display: flex;
  align-items: start;
  justify-content: start;
}
footer .top .logo figure img {
  width: 100%;
  float: left;
  height: 75px;
}
footer .top .logo p {
  text-align: justify;
}
footer .top .logo a {
  color: rgba(253, 253, 253, 0.8);
}
footer .top .footer-iletisim {
  max-width: calc(4 * (100% - 100px) / 7);
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 500px) {
  footer .top .footer-iletisim {
    max-width: 100%;
  }
}
footer .top .footer-iletisim h5 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  footer .top .footer-iletisim h5 {
    margin-bottom: 105px;
  }
}
@media (max-width: 500px) {
  footer .top .footer-iletisim h5 {
    margin-bottom: unset;
  }
}
footer .top .footer-iletisim a {
  color: rgba(253, 253, 253, 0.8);
}
footer .top .footer-iletisim p {
  text-align: end;
}
footer .horizonal-line {
  width: 100%;
  height: 2px;
  background-color: rgba(253, 253, 253, 0.6);
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  footer .bottom {
    flex-direction: column;
    gap: 20px;
  }
}
footer .bottom h6 {
  letter-spacing: 5px;
  color: rgba(253, 253, 253, 0.8);
}
footer .bottom .social-media {
  display: flex;
  gap: 10px;
}
@media (max-width: 360px) {
  footer .bottom .social-media {
    gap: 20px;
    flex-wrap: wrap;
  }
}
footer .bottom .social-media a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  transition: all 0.3s ease;
}
footer .bottom .social-media a.whatsapp-class {
  background-color: #25d165;
}
footer .bottom .social-media a.whatsapp-class img {
  filter: brightness(1);
}
footer .bottom .social-media a.whatsapp-class:hover {
  background-color: #25d165;
}
footer .bottom .social-media a.whatsapp-class:hover img {
  filter: brightness(1);
}
footer .bottom .social-media a img {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}
footer .bottom .social-media a:hover {
  background-color: white;
}
footer .bottom .social-media a:hover img {
  filter: brightness(0); /* Siyah renk yapar */
}

.padding-top {
  padding: 100px;
}

.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: #000000;
}
@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: #000000;
  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: #000000;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.normal-sayfa .max-width h4 {
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.normal-sayfa .max-width h5 {
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.normal-sayfa .max-width h6 {
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  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: #000000;
  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: #000000;
  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 #000000;
  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: #000000;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0;
  border: 1px solid #000000;
}
@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 #ffffff;
  padding: 5px;
  letter-spacing: 0.5px;
}
.sidemenu a.parentPage {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #000000;
  background-color: #000000 !important;
  background-image: none !important;
}
.sidemenu a.parentPage i {
  display: none;
}
@media (max-width: 1024px) {
  .sidemenu a.parentPage i {
    display: block;
  }
}
.sidemenu a:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #000000 !important;
}
.sidemenu a.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #000000 !important;
}

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

.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: #000000;
  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(1);
}
.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: #000000;
  color: #ffffff;
  border: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}
input[type=submit]:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
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% - 80px) / 5);
  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);
  }
}
@media (max-width: 375px) {
  .galeri .galeri-figure {
    max-width: 100%;
  }
}

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

.sayfa-icerigi {
  width: max-content;
  box-sizing: border-box;
  padding: 15px 30px;
  margin: 25px 0;
  background-color: rgba(19, 44, 80, 0.4);
  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: none !important;
}
.sayfa-icerigi ul li {
  color: #ffffff;
}
.sayfa-icerigi ul li:before {
  display: none;
}
.sayfa-icerigi ul li:hover a {
  color: #000000;
}
.sayfa-icerigi ul li a {
  color: #ffffff;
  font-weight: 500;
}

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