@charset "UTF-8";
@import url(https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css);
@import url("./cdrstrap.css");
@font-face {
  font-family: "Capriola";
  src: url("./fonts/Capriola-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Madeokine-Thin";
  src: url("./fonts/MADEOkineSansPERSONALUSE-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Madeokine-Light";
  src: url("./fonts/MADEOkineSansPERSONALUSE-Light.otf") format("opentype");
}
@font-face {
  font-family: "Madeokine-Reqular";
  src: url("./fonts/MADEOkineSansPERSONALUSE-Regular.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Madeokine-Light", sans-serif;
  transition: all 0.3s ease-in-out;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(242, 151, 75);
  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: #f0964a;
}

input.red-color::placeholder {
  color: red;
}

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

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

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

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

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

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

.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 > * {
  border: 2px solid #ffffff;
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > .mm-close {
  border: 2px solid #325368;
}

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

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

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

.sabit-randevu-al {
  position: fixed;
  right: -1px;
  top: calc(50% - 122px);
  padding: 15px 0;
  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: #d32466;
  width: 50px;
}
@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: 228px;
  width: auto;
}

.yuzenalan {
  display: none;
}
@media only screen and (max-width: 460px) {
  .yuzenalan {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    background-image: url(../../images/user/site/yuzalan.png);
    z-index: 999;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 0;
  }
}
@media only screen and (max-width: 375px) {
  .yuzenalan {
    height: 75px;
  }
}
@media only screen and (max-width: 360px) {
  .yuzenalan {
    height: 65px;
  }
}
.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;
}

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

.mr-low {
  margin-right: -25px !important;
}

.flex-direction-column {
  flex-direction: column !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { /* margin: 0; */
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

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

:focus {
  outline: 0;
}

body {
  color: black;
  background-color: white;
}

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: sticky;
  z-index: 10;
  background-color: #ffffff;
  font-weight: bold;
}
header .top {
  width: 100%;
  background: #0d4b9f;
}
header .top .top-nav {
  width: 100%;
  min-height: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
@media (max-width: 1024px) {
  header .top .top-nav {
    display: none;
  }
}
header .top .top-nav .top-mail {
  width: 33.3%;
  display: flex;
  justify-content: start;
  gap: 10px;
}
header .top .top-nav .top-mail .mail {
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 13px;
}
header .top .top-nav .top-mail .mail img {
  height: 18px;
}
header .top .top-nav .top-mail .mail span {
  font-size: 13px;
  line-height: 16px;
}
header .top .top-nav .top-sosyal {
  display: flex;
  justify-content: center;
  gap: 10px;
}
header .top .top-nav .top-sosyal a {
  padding: 0;
  margin: 0;
  max-height: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
}
header .top .top-nav .top-sosyal a img {
  height: 20px;
}
header .top .top-nav .top-sosyal a span {
  font-size: 13px;
  margin: 0;
  padding: 0 0 0 10px;
  color: #ffffff;
}
header .bottom {
  width: 100%;
  border-bottom: 2px solid rgb(250, 152, 82);
}
header .bottom nav .max-width-cdr {
  width: 100%;
  height: 120px;
  max-height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1400px) {
  header .bottom nav .max-width-cdr {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  header .bottom nav .max-width-cdr {
    height: 110px;
  }
}
@media (max-width: 768px) {
  header .bottom nav .max-width-cdr {
    height: 80px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width-cdr {
    gap: 25px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
header .bottom nav .max-width-cdr a.logo {
  width: 100%;
  max-height: 90px;
  max-width: 275px;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  header .bottom nav .max-width-cdr a.logo {
    height: 80px;
    width: 100%;
    max-height: 80px;
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  header .bottom nav .max-width-cdr a.logo {
    height: 55px;
    width: auto;
    max-height: 80px;
    max-width: unset;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width-cdr a.logo {
    height: 50px;
  }
}
@media (max-width: 400px) {
  header .bottom nav .max-width-cdr a.logo {
    height: 45px;
  }
}
header .bottom nav .max-width-cdr a.logo img.logo {
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  header .bottom nav .max-width-cdr a.logo img.logo {
    width: auto;
    padding: 0;
  }
}
header .bottom nav .max-width-cdr .right {
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(100% - 200px);
  gap: 30px;
}
header .bottom nav .max-width-cdr .right ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 35px;
  width: 100%;
  background-color: #fc9953;
  padding: 0 25px;
  border-radius: 31px;
}
@media (max-width: 1400px) {
  header .bottom nav .max-width-cdr .right ul {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  header .bottom nav .max-width-cdr .right ul {
    display: none;
  }
}
header .bottom nav .max-width-cdr .right ul .header-social {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
header .bottom nav .max-width-cdr .right ul li {
  color: #000000;
  font-weight: 400;
  position: relative;
  line-height: 62px;
}
header .bottom nav .max-width-cdr .right ul li.social-link {
  padding: 0;
}
header .bottom nav .max-width-cdr .right ul li.social-link a {
  height: 40px;
  width: 40px;
}
header .bottom nav .max-width-cdr .right ul li.social-link a img {
  height: 100%;
  width: 100%;
}
header .bottom nav .max-width-cdr .right ul li.main-li:hover > a:before {
  width: calc(50% + 10px);
  height: 2px;
}
header .bottom nav .max-width-cdr .right ul li.main-li:hover > a:after {
  width: calc(50% + 10px);
}
header .bottom nav .max-width-cdr .right ul li:hover a {
  color: #ffffff;
  text-decoration: none !important;
}
header .bottom nav .max-width-cdr .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: 60px;
  border-radius: 5px;
  padding: 0 !important;
}
header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu:before {
  top: -20px;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #325368;
  border-width: 10px;
}
header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
header .bottom nav .max-width-cdr .right ul li:hover ul.altmenu li img {
  width: 23px;
  height: 23px;
  opacity: 1;
  visibility: visible;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul {
  margin-top: 0px;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu {
  padding: 0 5px;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu li {
  padding: 0;
}
header .bottom nav .max-width-cdr .right ul li.social-link:hover ul.altmenu li a {
  padding: 0;
}
header .bottom nav .max-width-cdr .right ul li a {
  color: #000000;
  font-weight: 600;
  font-family: "Madeokine-Reqular", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width-cdr .right ul li a {
    font-size: 16px;
  }
}
header .bottom nav .max-width-cdr .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;
}
header .bottom nav .max-width-cdr .right ul li a:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 0%;
  height: 2px;
  background-color: #000000;
  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-cdr .right ul li ul.altmenu {
  animation: alt-menu-outhover 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #EAEAEA;
  top: 25px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  z-index: 3;
  width: 0;
  min-width: 0;
  overflow: hidden;
  gap: 0;
  padding: 0 !important;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li {
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  min-height: 32px;
  height: max-content;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #FFFFFF;
  color: #000;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #f5f5f5;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li:nth-last-child(1) {
  border-bottom: none;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li:hover {
  background-color: rgb(250, 152, 82);
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li:hover a {
  color: #fdfdfd;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
header .bottom nav .max-width-cdr .right ul li ul.altmenu li a {
  color: #000;
  width: 100%;
  font-size: 0px;
  padding: 5px 15px;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width-cdr .right a {
  text-decoration: none;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
header .bottom nav .max-width-cdr .right a.lang-link img {
  margin: 0;
  width: 26px;
  height: 26px;
}
header .bottom nav .max-width-cdr .right a.lang-link span {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}
header .bottom nav .max-width-cdr #close {
  display: none;
  padding: 9px 12px;
  margin: 21px 20px;
  color: #ffffff;
  right: 0;
  font-size: 24px;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width-cdr #close {
    display: block !important;
    color: #000000;
    padding: 0;
    margin: 0;
  }
  header .bottom nav .max-width-cdr #close i {
    font-size: 30px;
    background: rgb(250, 152, 82);
    color: #ffffff;
    width: 50px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 25%;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  header .bottom nav .max-width-cdr #close i {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  header .bottom nav .max-width-cdr #close i {
    font-size: 30px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  header .bottom nav .max-width-cdr #close i {
    font-size: 26px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width-cdr #close i {
    font-size: 26px;
  }
}

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

body.scrolled header {
  top: -39px;
}

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

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

.content-space {
  padding: 45px 0 100px 0;
}
@media (max-width: 1024px) {
  .content-space {
    padding: 65px 0 85px;
  }
}
@media (max-width: 500px) {
  .content-space {
    padding: 50px 0 70px;
  }
}
@media (max-width: 400px) {
  .content-space {
    padding: 45px 0 65px;
  }
}

@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-cdr {
    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;
  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 {
  background-color: #ffffff;
}

.breadcrumb {
  background-color: #f2eae6;
  background-image: url("../../images/user/site/breadcrumb-bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  border-bottom: 2px solid rgb(250, 152, 82);
}
.breadcrumb a {
  text-decoration: none;
  color: #325368;
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .breadcrumb a {
    font-size: 14px;
  }
}
.breadcrumb a:not(.current):hover {
  color: #000;
  font-weight: bold;
}
.breadcrumb a:not(.current):hover ~ i {
  color: #325368;
  font-weight: bold;
}
.breadcrumb a.current {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 500px) {
  .breadcrumb a.current {
    font-size: 20px;
    line-height: 20px;
  }
}
.breadcrumb i {
  color: #325368;
  font-size: 14px;
}
.breadcrumb i.la-home {
  font-size: 18px;
}
.breadcrumb .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  width: 100%;
}
@media (max-width: 500px) {
  .breadcrumb .max-width {
    padding: 20px 0;
  }
}
.breadcrumb .max-width .links {
  display: flex;
  justify-content: start;
  align-content: start;
  flex-direction: column;
  gap: 5px;
}

.not-found-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.not-found-2 figure {
  width: 100%;
}
.not-found-2 figure img {
  float: left;
  width: 100%;
}
.not-found-2 figure img.web {
  display: block;
}
@media (max-width: 768px) {
  .not-found-2 figure img.web {
    display: none;
  }
}
.not-found-2 figure img.mobil {
  display: none;
}
@media (max-width: 768px) {
  .not-found-2 figure img.mobil {
    display: block;
  }
}
.not-found-2 h1 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  margin-bottom: -50px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .not-found-2 h1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .not-found-2 h1 {
    bottom: 55%;
  }
}
@media (max-width: 500px) {
  .not-found-2 h1 {
    bottom: 60%;
    transform: translate(-50%, -60%);
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .not-found-2 h1 {
    bottom: 62%;
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .not-found-2 h1 {
    bottom: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: -15px;
    font-size: 14px;
  }
}

.bilgilendirme-input {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
}
.bilgilendirme-input label {
  font-size: 16px;
  color: #ffffff;
}
.bilgilendirme-input label a {
  font-size: 16px;
  color: #ffffff;
}

input {
  background-color: #e8f4f5;
  font-family: "Madeokine-Light", sans-serif;
  font-size: 18px;
  color: #000;
  border: none;
  padding: 15px 25px;
  border-radius: 38px;
  border: 1px solid transparent;
}
input[type=submit] {
  background-color: #fa9852;
  font-family: "Capriola", sans-serif;
  font-weight: bold;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #325368;
  border: 1px solid #e5f2f1;
  color: #fdfdfd;
}

select {
  background-color: #e8f4f5;
  font-family: "Madeokine-Light", sans-serif;
  font-size: 18px;
  color: #000;
  border: none;
  padding: 15px 25px;
  border-radius: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  background-color: #e8f4f5;
  font-family: "Madeokine-Light", sans-serif;
  font-size: 18px;
  color: #000;
  border: none;
  padding: 15px 25px;
  border-radius: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.detay-buton {
  background-color: rgb(250, 152, 82);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 20px;
}

.tumunu-incele-buton {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  padding: 20px 25px;
  background-color: rgb(250, 152, 82);
  color: #fff;
  border-radius: 62px;
}
.tumunu-incele-buton:hover {
  background-color: #325368;
}

.anasayfa-randevu-al {
  background-color: #325469;
  background-image: url("../../images/user/site/acik-mavi-sol-kus.svg");
  background-repeat: no-repeat;
  background-position: 50px 100%;
  background-size: auto 95px;
}
@media (max-width: 1440px) {
  .anasayfa-randevu-al {
    background-position: 25px 100%;
  }
}
@media (max-width: 1440px) {
  .anasayfa-randevu-al {
    background-size: auto 80px;
  }
}
@media (max-width: 500px) {
  .anasayfa-randevu-al {
    background-size: auto 65px;
    background-position: 10px 100%;
  }
}
@media (max-width: 400px) {
  .anasayfa-randevu-al {
    background-size: auto 60px;
  }
}
.anasayfa-randevu-al .max-width {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .anasayfa-randevu-al .max-width {
    flex-direction: column;
  }
}
.anasayfa-randevu-al .max-width .text {
  max-width: calc((100% - 50px) / 2);
}
@media (max-width: 1024px) {
  .anasayfa-randevu-al .max-width .text {
    max-width: 100%;
  }
}
.anasayfa-randevu-al .max-width .text h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .anasayfa-randevu-al .max-width .text h2 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .max-width .text h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.anasayfa-randevu-al .max-width .text p {
  font-family: "Madeokine-Thin", sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .max-width .text p {
    text-align: center;
    font-size: 18px;
  }
}
.anasayfa-randevu-al .max-width form {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  flex-wrap: wrap;
}
.anasayfa-randevu-al .max-width form .form-item {
  max-width: calc((100% - 30px) / 3);
  width: 100%;
}
@media (max-width: 1280px) {
  .anasayfa-randevu-al .max-width form .form-item {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .max-width form .form-item {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .anasayfa-randevu-al .max-width form .form-item {
    max-width: 100%;
  }
}

.uzmanlik-alanlari {
  background-color: #e5f2f1;
  width: 100%;
  background-image: url("../../images/user/site/kopek.svg"), url("../../images/user/site/inek.svg"), url("../../images/user/site/pembe-sag-kus.svg");
  background-position: top right, 0 calc(100% - 15px), calc(100% - 50px) 100%;
  background-repeat: no-repeat;
  background-size: 15% auto, 15% auto, auto 100px;
}
@media (max-width: 1440px) {
  .uzmanlik-alanlari {
    background-size: 15% auto, 15% auto, auto 80px;
    background-position: top right, 0 calc(100% - 15px), calc(100% - 25px) 100%;
  }
}
@media (max-width: 500px) {
  .uzmanlik-alanlari {
    background-size: 40% auto, 40% auto, auto 65px;
    background-position: top right, 0 calc(100% - 15px), calc(100% - 10px) 100%;
  }
}
@media (max-width: 400px) {
  .uzmanlik-alanlari {
    background-size: 50% auto, 50% auto, auto 60px;
  }
}
.uzmanlik-alanlari h2 {
  width: 100%;
  font-size: 56px;
  line-height: 66px;
  color: #325368;
  text-align: center;
}
@media (max-width: 1024px) {
  .uzmanlik-alanlari h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .uzmanlik-alanlari h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 500px) {
  .uzmanlik-alanlari h2 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 400px) {
  .uzmanlik-alanlari h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.uzmanlik-alanlari p {
  font-size: 22px;
  text-align: center;
  color: #325368;
}
@media (max-width: 500px) {
  .uzmanlik-alanlari p {
    font-size: 18px;
  }
}
.uzmanlik-alanlari .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  flex-direction: column;
}

.uzmanlık-alanlari {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.uzmanlık-alanlari .alan {
  background-color: #ffffff;
  border-radius: 60px;
  padding: 15px;
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .uzmanlık-alanlari .alan {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 768px) {
  .uzmanlık-alanlari .alan {
    padding: 15px;
  }
}
@media (max-width: 550px) {
  .uzmanlık-alanlari .alan {
    max-width: 100%;
  }
}
.uzmanlık-alanlari .alan figure {
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
}
.uzmanlık-alanlari .alan figure img {
  float: left;
  width: 100%;
}
.uzmanlık-alanlari .alan h3 {
  color: #325368;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .uzmanlık-alanlari .alan h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.uzmanlık-alanlari .alan:hover {
  background-color: rgb(250, 152, 82);
  -webkit-box-shadow: 6px 6px 5px 0px rgba(178, 92, 31, 0.2);
  -moz-box-shadow: 6px 6px 5px 0px rgba(178, 92, 31, 0.2);
  box-shadow: 6px 6px 5px 0px rgba(178, 92, 31, 0.2);
}
.uzmanlık-alanlari .alan:hover h3 {
  color: #ffffff;
}
.uzmanlık-alanlari .alan:hover .detay-buton {
  background-color: #ffffff;
  transform: rotate(360deg);
}
.uzmanlık-alanlari .alan:hover .detay-buton svg path {
  fill: rgb(250, 152, 82);
}
.uzmanlık-alanlari .alan .detay-buton {
  width: 50px;
  height: 50px;
  padding: 15px;
}

.songul-uzgelir-kimdir {
  background-color: #f4ece8;
  background-image: url("../../images/user/site/beyaz-kus-sol.svg"), url("../../images/user/site/songul-uz-gelir-kimdir-bg.png");
  background-repeat: no-repeat;
  background-size: auto 95px, 100% auto;
  background-position: 50px 100%, top left;
}
@media (max-width: 1440px) {
  .songul-uzgelir-kimdir {
    background-position: 25px 100%, top left;
    background-size: auto 80px, 100% auto;
  }
}
@media (max-width: 768px) {
  .songul-uzgelir-kimdir {
    background-repeat: no-repeat, repeat;
  }
}
@media (max-width: 500px) {
  .songul-uzgelir-kimdir {
    background-position: 10px 100%, top left;
    background-size: auto 65px, 100% auto;
  }
}
@media (max-width: 400px) {
  .songul-uzgelir-kimdir {
    background-size: auto 60px, 100% auto;
  }
}
.songul-uzgelir-kimdir .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .songul-uzgelir-kimdir .max-width {
    flex-direction: column-reverse;
  }
}
.songul-uzgelir-kimdir .max-width .text {
  max-width: calc((100% - 25px) / 2);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 25px;
}
@media (max-width: 768px) {
  .songul-uzgelir-kimdir .max-width .text {
    max-width: 100%;
    align-items: center;
  }
}
.songul-uzgelir-kimdir .max-width .text h2 {
  width: 100%;
  font-size: 56px;
  line-height: 66px;
  color: #a97c7e;
  text-align: left;
}
@media (max-width: 1024px) {
  .songul-uzgelir-kimdir .max-width .text h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .songul-uzgelir-kimdir .max-width .text h2 {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .songul-uzgelir-kimdir .max-width .text h2 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 400px) {
  .songul-uzgelir-kimdir .max-width .text h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.songul-uzgelir-kimdir .max-width .text p {
  font-family: "Madeokine-Thin", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #171717;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .songul-uzgelir-kimdir .max-width .text p {
    font-size: 20px;
    line-height: 30px;
  }
}
.songul-uzgelir-kimdir .max-width figure {
  max-width: calc((100% - 25px) / 2);
  width: 100%;
}
@media (max-width: 768px) {
  .songul-uzgelir-kimdir .max-width figure {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.songul-uzgelir-kimdir .max-width figure img {
  width: 100%;
}
@media (max-width: 768px) {
  .songul-uzgelir-kimdir .max-width figure img {
    width: 85%;
  }
}

.tavsiyeler {
  background-color: #fdfdfd;
  background-image: url("../../images/user/site/kahverengi-mavi-kus-sag.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 50px) 100%;
  background-size: auto 95px;
}
@media (max-width: 1440px) {
  .tavsiyeler {
    background-position: calc(100% - 25px) 100%;
    background-size: auto 80px;
  }
}
@media (max-width: 500px) {
  .tavsiyeler {
    background-position: calc(100% - 10px) 100%;
    background-size: auto 65px;
  }
}
@media (max-width: 400px) {
  .tavsiyeler {
    background-size: auto 60px;
  }
}

.tavsiyeler {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 25px;
}
@media (max-width: 1000px) {
  .tavsiyeler {
    flex-wrap: wrap;
  }
}
.tavsiyeler .tavsiye {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  background-color: #bad6d9;
  padding: 15px;
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .tavsiyeler .tavsiye {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 600px) {
  .tavsiyeler .tavsiye {
    max-width: 100%;
  }
}
.tavsiyeler .tavsiye figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdfdfd;
  border-radius: 60px;
  padding: 10% 20%;
}
@media (max-width: 1024px) {
  .tavsiyeler .tavsiye figure {
    min-height: 235px;
    max-height: 235px;
  }
}
.tavsiyeler .tavsiye figure img {
  float: left;
  max-height: 180px;
  height: 100%;
  width: auto;
}
.tavsiyeler .tavsiye h2 {
  color: #325368;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  max-width: 70%;
}
@media (max-width: 1280px) {
  .tavsiyeler .tavsiye h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1024px) {
  .tavsiyeler .tavsiye h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.tavsiyeler .tavsiye .detay-buton {
  border: 5px solid #fff;
  width: 70px;
  height: 70px;
}
.tavsiyeler .tavsiye:hover {
  background-color: rgb(250, 152, 82);
}
.tavsiyeler .tavsiye:hover h2 {
  color: #ffffff;
}
.tavsiyeler .tavsiye:hover .detay-buton {
  background-color: #325368;
}

.hizmetlerimiz {
  background-color: #f4ece3;
  background-image: url("../../images/user/site/saturn.svg"), url("../../images/user/site/ucak.svg"), url("../../images/user/site/beyaz-mavi-kus-sol.svg"), url("../../images/user/site/saturn-buyuk.svg");
  background-repeat: no-repeat;
  background-position: 200px 50px, 100% 50px, 50px 100%, calc(100% - 50px) 100%;
  background-size: 200px auto, 250px auto, auto 95px, auto 175px;
}
@media (max-width: 1440px) {
  .hizmetlerimiz {
    background-position: 150px 50px, 100% 50px, 25px 100%, calc(100% - 25px) 100%;
    background-size: 200px auto, 200px auto, auto 80px, auto 140px;
  }
}
@media (max-width: 1024px) {
  .hizmetlerimiz {
    background-position: 80px 50px, 100% 50px, 25px 100%, calc(100% - 25px) 100%;
  }
}
@media (max-width: 768px) {
  .hizmetlerimiz {
    background-position: 25px 20px, 100% 20px, 25px 100%, calc(100% - 25px) 100%;
    background-size: 200px auto, 200px auto, auto 80px, auto 120px;
  }
}
@media (max-width: 500px) {
  .hizmetlerimiz {
    background-position: 10px 20px, 100% 20px, 10px 100%, calc(100% - 10px) 100%;
    background-size: 150px auto, 125px auto, auto 65px, auto 70px;
  }
}
@media (max-width: 500px) {
  .hizmetlerimiz {
    background-size: 150px auto, 125px auto, auto 60px, auto 70px;
  }
}
.hizmetlerimiz .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  .hizmetlerimiz .max-width {
    gap: 0;
  }
}
.hizmetlerimiz .max-width h2 {
  width: 100%;
  font-size: 56px;
  line-height: 66px;
  color: #325368;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .hizmetlerimiz .max-width h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .hizmetlerimiz .max-width h2 {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .hizmetlerimiz .max-width h2 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 400px) {
  .hizmetlerimiz .max-width h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.hizmetlerimiz .max-width p {
  font-size: 22px;
  text-align: center;
  color: #325368;
}
@media (max-width: 768px) {
  .hizmetlerimiz .max-width p {
    font-size: 20px;
    line-height: 30px;
  }
}

.hizmetler {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 25px;
  margin-top: 50px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  .hizmetler {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.hizmetler .hizmet {
  background-color: #ffffff;
  border-radius: 60px;
  padding: 15px;
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hizmetler .hizmet {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .hizmetler .hizmet {
    max-width: 100%;
  }
}
.hizmetler .hizmet figure {
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
}
.hizmetler .hizmet figure img {
  float: left;
  width: 100%;
}
.hizmetler .hizmet h3 {
  font-size: 22px;
  line-height: 32px;
  color: #325368;
  text-align: center;
  padding: 0 10px;
}
.hizmetler .hizmet:hover {
  background-color: rgb(250, 152, 82);
}
.hizmetler .hizmet:hover h3 {
  color: #fff;
}
.hizmetler .hizmet:hover .detay-buton {
  background-color: #325368;
}
.hizmetler .hizmet.last {
  display: none;
}
@media (max-width: 768px) {
  .hizmetler .hizmet.last {
    display: flex;
  }
}

.anasayfa-sertifika-video {
  background-color: #fdfdfd;
  padding-top: 150px;
  background-image: url("../../images/user/site/tilki.svg"), url("../../images/user/site/pembe-sag-kus.svg");
  background-repeat: no-repeat;
  background-size: auto 130px, auto 95px;
  background-position: calc(100% - (100% - 1440px) / 2 - 150px) 20px, calc(100% - 50px) 100%;
}
@media (max-width: 1440px) {
  .anasayfa-sertifika-video {
    background-size: auto 130px, auto 80px;
    background-position: calc(100% - (100% - 1440px) / 2 - 150px) 20px, calc(100% - 25px) 100%;
  }
}
@media (max-width: 1280px) {
  .anasayfa-sertifika-video {
    background-position: 50% 20px, calc(100% - 25px) 100%;
  }
}
@media (max-width: 500px) {
  .anasayfa-sertifika-video {
    background-position: 50% 50px, calc(100% - 10px) 100%;
    background-size: auto 100px, auto 65px;
  }
}
@media (max-width: 400px) {
  .anasayfa-sertifika-video {
    background-size: auto 100px, auto 60px;
  }
}
.anasayfa-sertifika-video .max-width {
  background-color: #e5f2f1;
  border-radius: 60px;
}
@media (max-width: 768px) {
  .anasayfa-sertifika-video .max-width {
    border-radius: 0;
  }
}
.anasayfa-sertifika-video .max-width.sertifika-video {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 500px) {
  .anasayfa-sertifika-video .max-width.sertifika-video {
    flex-wrap: wrap;
  }
}
.anasayfa-sertifika-video .max-width.sertifika-video .item {
  padding: 0 50px 50px 50px;
  margin-top: -35px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 50%;
  gap: 20px;
}
@media (max-width: 1024px) {
  .anasayfa-sertifika-video .max-width.sertifika-video .item {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 768px) {
  .anasayfa-sertifika-video .max-width.sertifika-video .item {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 500px) {
  .anasayfa-sertifika-video .max-width.sertifika-video .item {
    max-width: 100%;
    margin-top: 0;
    padding: 35px 0 35px 0;
  }
}
.anasayfa-sertifika-video .max-width.sertifika-video .item figure {
  border: 15px solid #bad6d9;
  background-color: #fdfdfd;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anasayfa-sertifika-video .max-width.sertifika-video .item figure svg {
  float: left;
  width: 60%;
  height: auto;
  fill: #325368;
}
.anasayfa-sertifika-video .max-width.sertifika-video .item h2 {
  width: 100%;
  font-size: 46px;
  line-height: 56px;
  color: #325368;
  text-align: center;
}
@media (max-width: 1024px) {
  .anasayfa-sertifika-video .max-width.sertifika-video .item h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .anasayfa-sertifika-video .max-width.sertifika-video .item h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
.anasayfa-sertifika-video .max-width.sertifika-video .item p {
  font-size: 26px;
  text-align: center;
  max-width: 80%;
}
@media (max-width: 1024px) {
  .anasayfa-sertifika-video .max-width.sertifika-video .item p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .anasayfa-sertifika-video .max-width.sertifika-video .item p {
    font-size: 22px;
  }
}
.anasayfa-sertifika-video .max-width.sertifika-video .item:hover figure {
  background-color: #325368;
}
.anasayfa-sertifika-video .max-width.sertifika-video .item:hover figure svg path {
  fill: #fff;
}
.anasayfa-sertifika-video .max-width.sertifika-video .item:hover .detay-buton {
  background-color: #325368;
  transform: rotate(360deg);
}
.anasayfa-sertifika-video .max-width.sertifika-video .item:hover .tumunu-incele-buton {
  background-color: #325368;
}

.anasayfa-haberler {
  background-color: #f4ece8;
  background-image: url("../../images/user/site/beyaz-kus-sol.svg"), url("../../images/user/site/songul-uz-gelir-kimdir-bg.png");
  background-repeat: no-repeat;
  background-size: auto 95px, 100% auto;
  background-position: 50px 100%, top left;
}
@media (max-width: 1440px) {
  .anasayfa-haberler {
    background-size: auto 80px, 100% auto;
    background-position: 25px 100%, top left;
    background-repeat: no-repeat, repeat;
  }
}
@media (max-width: 500px) {
  .anasayfa-haberler {
    background-size: auto 65px, 100% auto;
    background-position: 10px 100%, top left;
  }
}
@media (max-width: 400px) {
  .anasayfa-haberler {
    background-size: auto 60px, 100% auto;
  }
}
.anasayfa-haberler .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  flex-direction: column;
}
.anasayfa-haberler .max-width h2 {
  width: 100%;
  font-size: 56px;
  line-height: 66px;
  color: #325368;
  text-align: center;
}
@media (max-width: 1024px) {
  .anasayfa-haberler .max-width h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .anasayfa-haberler .max-width h2 {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .anasayfa-haberler .max-width h2 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 400px) {
  .anasayfa-haberler .max-width h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.anasayfa-haberler .max-width p {
  font-size: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .anasayfa-haberler .max-width p {
    font-size: 20px;
    line-height: 30px;
  }
}

.haberler {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 25px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .haberler {
    flex-wrap: wrap;
  }
}
.haberler .haber {
  background-color: #ffffff;
  border-radius: 60px;
  padding: 15px;
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .haberler .haber {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .haberler .haber {
    max-width: 100%;
  }
}
.haberler .haber.last {
  display: none;
}
@media (max-width: 1024px) {
  .haberler .haber.last {
    display: flex;
  }
}
.haberler .haber.ic-sayfa.last {
  display: flex !important;
}
.haberler .haber figure {
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
}
.haberler .haber figure img {
  float: left;
  width: 100%;
}
.haberler .haber h3 {
  font-size: 22px;
  line-height: 32px;
  color: #325368;
  text-align: center;
  padding: 0 10px;
}
.haberler .haber:hover {
  background-color: rgb(250, 152, 82);
}
.haberler .haber:hover h3 {
  color: #fff;
}
.haberler .haber:hover .detay-buton {
  background-color: #325368;
  transform: rotate(360deg);
}

footer {
  background-color: #fdfdfd;
  border-bottom: 3px solid #325368;
  border-top: 3px solid #325368;
}
footer .max-width {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 30px;
  background-image: url("../../images/user/site/ayi-unicorn.svg");
  background-repeat: no-repeat;
  background-position: 25px 100%;
  background-size: auto 30%;
}
@media (max-width: 500px) {
  footer .max-width {
    background-position: 10px 100%;
  }
}
@media (max-width: 1024px) {
  footer .max-width {
    flex-wrap: wrap;
    background-size: auto 20%;
    background-position: 100% 100%;
  }
}
@media (max-width: 768px) {
  footer .max-width {
    background-size: auto 15%;
    background-position: 50% 100%;
  }
}
@media (max-width: 500px) {
  footer .max-width {
    background-size: auto 9%;
    background-position: 100% 100%;
  }
}
footer .max-width .item {
  max-width: calc((100% - 90px) / 4);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  footer .max-width .item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 500px) {
  footer .max-width .item {
    max-width: 100%;
  }
}
footer .max-width .item p {
  color: #325368;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
footer .max-width .item .sosyal-ikonlar {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 4px;
}
footer .max-width .item .sosyal-ikonlar a {
  max-width: calc((100% - 24px) / 7);
  width: 100%;
}
footer .max-width .item .sosyal-ikonlar a img {
  width: 100%;
}
footer .max-width .item .sosyal-ikonlar a:hover img {
  transform: rotate(360deg) scale(1.1);
}
footer .max-width .item.hizli-link h2 {
  color: rgb(250, 152, 82);
  font-size: 26px;
  padding-left: 15px;
}
footer .max-width .item.hizli-link ul li {
  background-image: url("../../images/user/site/li-bg.svg");
  background-repeat: no-repeat;
  background-size: 5px;
  background-position: 0 10px;
  margin-bottom: 5px;
  padding-left: 15px;
}
footer .max-width .item.hizli-link ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  color: #325368;
}
footer .max-width .item.hizli-link .iletisim-bilgileri {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
footer .max-width .item.hizli-link .iletisim-bilgileri .bilgi {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
footer .max-width .item.hizli-link .iletisim-bilgileri .bilgi.start {
  align-items: start;
}
footer .max-width .item.hizli-link .iletisim-bilgileri .bilgi.center {
  align-items: center;
}
footer .max-width .item.hizli-link .iletisim-bilgileri .bilgi img {
  width: 25px;
  height: 25px;
}
footer .max-width .item.hizli-link .iletisim-bilgileri .bilgi .text {
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  color: #325368;
}
footer .max-width .item.hizli-link .iletisim-bilgileri .bilgi:hover img {
  transform: rotate(360deg) scale(1.1);
}
footer .max-width .item.hizli-link .calisma-saatleri {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
footer .max-width .item.hizli-link .calisma-saatleri .gun {
  width: 30%;
  font-size: 16px;
  line-height: 26px;
  color: #325368;
}
footer .max-width .item.hizli-link .calisma-saatleri .saat {
  width: 70%;
  font-size: 16px;
  line-height: 26px;
  color: #325368;
  font-weight: bold;
}

@media (max-width: 500px) {
  .copyright {
    margin-bottom: 100px;
  }
}
.copyright .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  flex-direction: row;
}
@media (max-width: 500px) {
  .copyright .max-width {
    justify-content: start;
    flex-direction: column;
  }
}
.copyright .max-width .left p {
  font-size: 20px;
  line-height: 30px;
  color: #325368;
  padding: 25px 0;
}
@media (max-width: 500px) {
  .copyright .max-width .left p {
    padding: 25px 0 0 0;
    text-align: center;
  }
}
.copyright .max-width a.right {
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  color: #325368;
  padding: 25px 0;
}
@media (max-width: 500px) {
  .copyright .max-width a.right {
    padding: 0 0 25px 0;
  }
}

.normal-sayfa {
  color: #325368;
  font-size: 18px;
  line-height: 26px;
}
.normal-sayfa.uzmalaniBg {
  background-color: #e5f2f1;
  background-image: url("../../images/user/site/kopek.svg"), url("../../images/user/site/inek.svg"), url("../../images/user/site/pembe-sag-kus.svg");
  background-position: top right, 0 calc(100% - 15px), calc(100% - 50px) 100%;
  background-repeat: no-repeat;
  background-size: 15% auto, 15% auto, auto 100px;
}
@media (max-width: 1440px) {
  .normal-sayfa.uzmalaniBg {
    background-size: 15% auto, 15% auto, auto 80px;
    background-position: top right, 0 calc(100% - 15px), calc(100% - 25px) 100%;
  }
}
@media (max-width: 500px) {
  .normal-sayfa.uzmalaniBg {
    background-size: 40% auto, 40% auto, auto 65px;
    background-position: top right, 0 calc(100% - 15px), calc(100% - 10px) 100%;
  }
}
@media (max-width: 400px) {
  .normal-sayfa.uzmalaniBg {
    background-size: 50% auto, 50% auto, auto 60px;
  }
}
.normal-sayfa.hizmetlerimizBg {
  background-color: #f4ece3;
  background-image: url("../../images/user/site/saturn.svg"), url("../../images/user/site/ucak.svg"), url("../../images/user/site/beyaz-mavi-kus-sol.svg"), url("../../images/user/site/saturn-buyuk.svg");
  background-repeat: no-repeat;
  background-position: 200px 50px, 100% 50px, 50px 100%, calc(100% - 50px) 100%;
  background-size: 200px auto, 250px auto, auto 95px, auto 175px;
}
@media (max-width: 1440px) {
  .normal-sayfa.hizmetlerimizBg {
    background-position: 150px 50px, 100% 50px, 25px 100%, calc(100% - 25px) 100%;
    background-size: 200px auto, 200px auto, auto 80px, auto 140px;
  }
}
@media (max-width: 1024px) {
  .normal-sayfa.hizmetlerimizBg {
    background-position: 80px 50px, 100% 50px, 25px 100%, calc(100% - 25px) 100%;
  }
}
@media (max-width: 768px) {
  .normal-sayfa.hizmetlerimizBg {
    background-position: 25px 20px, 100% 20px, 25px 100%, calc(100% - 25px) 100%;
    background-size: 200px auto, 200px auto, auto 80px, auto 120px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa.hizmetlerimizBg {
    background-position: 10px 20px, 100% 20px, 10px 100%, calc(100% - 10px) 100%;
    background-size: 150px auto, 125px auto, auto 65px, auto 70px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa.hizmetlerimizBg {
    background-size: 150px auto, 125px auto, auto 60px, auto 70px;
  }
}
.normal-sayfa.haberlerBg {
  background-color: #f4ece8;
  background-image: url("../../images/user/site/beyaz-kus-sol.svg"), url("../../images/user/site/songul-uz-gelir-kimdir-bg.png");
  background-repeat: no-repeat, repeat;
  background-size: auto 95px, 100% auto;
  background-position: 50px 100%, top left;
}
@media (max-width: 1440px) {
  .normal-sayfa.haberlerBg {
    background-size: auto 80px, 100% auto;
    background-position: 25px 100%, top left;
    background-repeat: no-repeat, repeat;
  }
}
@media (max-width: 500px) {
  .normal-sayfa.haberlerBg {
    background-size: auto 65px, 100% auto;
    background-position: 10px 100%, top left;
  }
}
@media (max-width: 400px) {
  .normal-sayfa.haberlerBg {
    background-size: auto 60px, 100% auto;
  }
}
@media (max-width: 500px) {
  .normal-sayfa {
    font-size: 16px;
    line-height: 24px;
  }
}
.normal-sayfa.menulu {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
}
@media (max-width: 768px) {
  .normal-sayfa.menulu {
    flex-direction: column;
  }
}
.normal-sayfa.menulu .text {
  max-width: calc(100% - 350px);
  width: 100%;
}
@media (max-width: 768px) {
  .normal-sayfa.menulu .text {
    max-width: 100%;
  }
}
.normal-sayfa h1 {
  font-size: 40px;
  line-height: 50px;
  color: #325368;
  margin-bottom: 25px;
}
@media (max-width: 500px) {
  .normal-sayfa h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 400px) {
  .normal-sayfa h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.normal-sayfa h2 {
  font-size: 30px;
  line-height: 40px;
  color: #325368;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .normal-sayfa h2 {
    font-size: 28px;
  }
}
.normal-sayfa h3 {
  font-size: 25px;
  color: #325368;
  margin-bottom: 25px;
  line-height: 35px;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .normal-sayfa h3 {
    font-size: 28px;
  }
}
.normal-sayfa h4 {
  font-size: 26px;
  color: #325368;
  margin-bottom: 25px;
  margin-top: 10px;
  line-height: 36px;
}
@media (max-width: 500px) {
  .normal-sayfa h4 {
    font-size: 24px;
  }
}
.normal-sayfa h5 {
  font-size: 22px;
  color: #325368;
  margin-bottom: 25px;
  line-height: 32px;
  margin-top: 10px;
  line-height: 44px;
}
@media (max-width: 500px) {
  .normal-sayfa h5 {
    font-size: 20px;
  }
}
.normal-sayfa h6 {
  font-size: 20px;
  line-height: 30px;
  color: #325368;
  margin-bottom: 25px;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .normal-sayfa h6 {
    font-size: 18px;
  }
}
.normal-sayfa figure.vitrin-resim {
  float: right;
  max-width: 300px;
  overflow: hidden;
  margin: 0 0 15px 15px;
  border-radius: 15px;
}
@media (max-width: 500px) {
  .normal-sayfa figure.vitrin-resim {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
}
.normal-sayfa figure.vitrin-resim img {
  width: 100%;
  float: left;
  height: auto;
}
.normal-sayfa p {
  font-size: 16px;
  line-height: 24px;
  color: #325368;
  margin-bottom: 15px;
}
.normal-sayfa a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #325368;
}
.normal-sayfa b {
  color: #325368;
  font-size: 16px;
  line-height: 24px;
}
.normal-sayfa ul li {
  background-image: url("../../images/user/site/li-bg.svg");
  background-repeat: no-repeat;
  background-size: 5px;
  background-position: 0 10px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #325368;
  margin-bottom: 5px;
  font-weight: bold;
}

.galeri {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  margin-top: 5px;
}
.galeri figure {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .galeri figure {
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 500px) {
  .galeri figure {
    max-width: calc((100% - 15px) / 2);
  }
}
.galeri figure img {
  width: 100%;
  float: left;
}

.referanslar {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  margin-top: 25px;
  width: 100%;
}
.referanslar .referans {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 5px;
  max-width: calc((100% - 45px) / 4);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .referanslar .referans {
    max-width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 500px) {
  .referanslar .referans {
    max-width: calc((100% - 15px) / 2);
  }
}
.referanslar .referans figure {
  background-color: rgb(250, 152, 82);
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}
.referanslar .referans figure img {
  width: 100%;
  float: left;
}
.referanslar .referans .firma-adi {
  width: 100%;
  text-align: center;
  background-color: rgb(250, 152, 82);
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  min-height: 52px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidemenu {
  width: 300px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  background-color: #325368;
  margin-top: 75px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sidemenu {
    width: 100%;
    margin-top: 0;
  }
}
.sidemenu a {
  background-color: #325368;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  border-bottom: 1px solid rgb(250, 152, 82);
  width: 100%;
}
.sidemenu a:last-child {
  border-bottom: none;
}
.sidemenu a:hover {
  background-color: rgb(250, 152, 82);
  border-bottom: 1px solid #325368;
}
.sidemenu a:hover:last-child {
  border-bottom: none;
}
.sidemenu a:hover img {
  padding-right: 0;
}
.sidemenu a.active {
  background-color: rgb(250, 152, 82);
  border-bottom: 1px solid #325368;
}
.sidemenu a.active img {
  transform: rotate(45deg);
}
.sidemenu a.parentPage {
  background-color: rgb(250, 152, 82);
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #325368;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 1px solid #325368;
  display: none;
}
@media (max-width: 768px) {
  .sidemenu a.parentPage {
    display: flex;
  }
}
.sidemenu a.parentPage:hover {
  background-color: #325368;
  color: #ffffff;
  border-bottom: 1px solid rgb(250, 152, 82);
}
.sidemenu a img {
  height: 12px;
  padding-right: 10px;
}

.sayfa-icerigi {
  max-width: calc(100% - 315px);
  width: 50%;
  font-weight: bolder;
  background-color: rgba(250, 152, 82, 0.5);
  border-radius: 10px;
  padding: 20px;
  gap: 15px;
  margin-bottom: 25px;
}
@media (max-width: 500px) {
  .sayfa-icerigi {
  max-width: 100%;
  width: 100%;
  }
}
.sayfa-icerigi span {
  display: block;
  text-align: start;
  width: 100%;
  font-family: "Madeokine-Light", sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
.accordion {
  margin-top: 35px;
}
.accordion .item {
  max-height: 66px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.accordion .item .question {
  background-color: #325368;
  font-size: 18px;
  width: 100%;
  padding: 20px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .item .answer {
  padding: 10px;
}
.accordion .item.open {
  max-height: 500px; /* Yeterince büyük bir değer seçin */
}
.accordion .item.open .question {
  background-color: rgb(250, 152, 82);
}
.accordion .item.open .question i {
  transform: rotate(90deg);
}

.iletisim-sayfasi-bilgi {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.iletisim-sayfasi-bilgi .iletisim-bilgi {
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  border: 2px solid #325368;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .iletisim-sayfasi-bilgi .iletisim-bilgi {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 500px) {
  .iletisim-sayfasi-bilgi .iletisim-bilgi {
    max-width: 100%;
  }
}
.iletisim-sayfasi-bilgi .iletisim-bilgi:hover {
  background-color: rgb(250, 152, 82);
}
.iletisim-sayfasi-bilgi .iletisim-bilgi:hover i {
  color: #fdfdfd;
}
.iletisim-sayfasi-bilgi .iletisim-bilgi:hover h2 {
  color: #fdfdfd;
}
.iletisim-sayfasi-bilgi .iletisim-bilgi:hover p {
  color: #fdfdfd;
}
.iletisim-sayfasi-bilgi .iletisim-bilgi:hover b {
  color: #fdfdfd;
}
.iletisim-sayfasi-bilgi .iletisim-bilgi:hover .tellink a {
  color: #fdfdfd;
}
.iletisim-sayfasi-bilgi .iletisim-bilgi i {
  text-align: center;
  font-size: 65px;
  max-height: 70px;
  height: 100%;
  width: auto;
}
.iletisim-sayfasi-bilgi .iletisim-bilgi h2 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.iletisim-sayfasi-bilgi .iletisim-bilgi p {
  text-align: center;
  margin-bottom: 0;
}
.iletisim-sayfasi-bilgi .iletisim-bilgi .tellink {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.iletisim-sayfasi-bilgi .iletisim-bilgi .tellink a {
  text-align: center;
}

.harita-yerlestirme {
  margin-top: 50px;
}

h2.iletisim-h2 {
  margin-top: 50px;
}

.iletisim-formu {
  display: flex;
  justify-content: center;
  align-content: start;
  gap: 15px;
  flex-wrap: wrap;
}
.iletisim-formu .form-item {
  max-width: calc((100% - 15px) / 2);
  width: 100%;
}
@media (max-width: 500px) {
  .iletisim-formu .form-item {
    max-width: 100%;
  }
}
.iletisim-formu textarea {
  width: 100%;
}
.iletisim-formu .bilgilendirme-input label {
  color: #325368;
}
.iletisim-formu .bilgilendirme-input label a {
  color: #325368;
}

.videolar {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.videolar iframe {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  height: auto;
  min-height: 250px;
  border-radius: 15px;
}
@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%;
  }
}

.randevuAl {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 15px;
  flex-wrap: wrap;
}
.randevuAl .item {
  max-width: calc((100% - 15px) / 2);
  width: 100%;
}
@media (max-width: 500px) {
  .randevuAl .item {
    max-width: 100%;
  }
}
.randevuAl .item.hzmt {
  max-width: 100% !important;
}
.randevuAl .bilgilendirme-input label a {
  color: #325368;
}

/*# sourceMappingURL=style.css.map */
