@charset "UTF-8";
@import url("./cdrstrap.css");
@font-face {
  font-family: "National";
  src: url("../fonts/National Trust Display Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/Times New Roman.ttf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}

body {
  background-color: #e3e3e3;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #550058;
  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: #550058;
}

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

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

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

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

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar .mm-close:not(.mm-prev) {
  background: #ffffff !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 #550058;
}

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

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

@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: 20px;
    filter: invert(1);
  }
}
.web-none {
  display: none;
}
@media (max-width: 1024px) {
  .web-none {
    display: block;
  }
}

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

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

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

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

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

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

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

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

@keyframes alt-menu-onhover {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes alt-menu-outhover {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.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%;
    height: 15px;
    z-index: 90;
  }
}
@media only screen and (max-width: 375px) {
  .yuzenalan2 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    z-index: 90;
  }
}

@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-image: url("../../images/user/site/footer-bg.png");
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-block: 15px;
  font-family: "Akhand", sans-serif;
  letter-spacing: 1.3px;
  border-top: 1px solid #ffffff;
}
.breadcrumb .breadcrumb-list {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-list i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-list i.homepage-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
}
.breadcrumb .breadcrumb-list a {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}

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

input {
  font-size: 18px;
  line-height: 28px;
  padding: 5px 15px;
  color: #000000;
  border: 2px solid #dedede;
  border-radius: 21px;
  font-family: "Times", sans-serif;
}
input:focus-visible {
  outline: none;
  border: 2px solid #c4c4c4;
}
input[type=submit] {
  background-color: #550058;
  color: #ffffff;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #ffffff;
  color: #550058;
  border-color: #550058;
}
input[type=file] {
  background-color: #ffffff;
}
input[type=file]:focus-visible {
  outline: none;
  border: 2px solid #c4c4c4;
}

select {
  font-size: 18px;
  line-height: 28px;
  padding: 8px 10px;
  color: #000000;
  border: 2px solid #dedede;
  border-radius: 21px;
  font-family: "Times", sans-serif;
}
select:focus-visible {
  outline: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

textarea {
  font-size: 18px;
  line-height: 28px;
  padding: 8px 15px;
  color: #000000;
  border: 2px solid #dedede;
  border-radius: 21px;
  font-family: "Times", sans-serif;
  max-width: 100%;
  width: 100%;
}
textarea:focus-visible {
  outline: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.incele-btn {
  font-size: 20px;
  padding: 7px 20px;
  background-color: #7c3f7e;
  max-width: max-content;
  border-radius: 20px;
  color: #ffffff;
  border: 2px solid #7c3f7e;
}
.incele-btn:hover {
  background-color: #ffffff;
  color: #7c3f7e;
}

h2 {
  font-size: 46px;
  line-height: 56px;
  font-family: "National", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
h2.digerler-baslik {
  padding-bottom: 5px;
  margin-bottom: 20px;
  width: max-content;
  position: relative;
}
h2.digerler-baslik:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #550058;
}

p {
  font-family: "Times", sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.anasayfa-randevu-al {
  background-image: url("../../images/user/site/randevu-al-bg.jpg");
  background-color: #550058;
  min-height: 250px;
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  border-top: 2px solid #ffffff;
}
.anasayfa-randevu-al .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 75px;
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .max-width {
    gap: 30px;
  }
}
.anasayfa-randevu-al .max-width .text {
  max-width: calc((100% - 75px) / 2);
  width: 100%;
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .max-width .text {
    max-width: 100%;
  }
}
.anasayfa-randevu-al .max-width .text h2 {
  color: #ffffff;
}
.anasayfa-randevu-al .max-width .text p {
  color: #ffffff;
}
.anasayfa-randevu-al .max-width form {
  max-width: calc((100% - 75px) / 2);
  width: 100%;
  background-color: #ffffff;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .anasayfa-randevu-al .max-width form {
    max-width: 100%;
  }
}
.anasayfa-randevu-al .max-width form input {
  max-width: calc((100% - 10px) / 2);
  width: 100%;
}
@media (max-width: 600px) {
  .anasayfa-randevu-al .max-width form input {
    max-width: 100%;
  }
}
.anasayfa-randevu-al .max-width form select {
  max-width: calc((100% - 10px) / 2);
  width: 100%;
}
@media (max-width: 600px) {
  .anasayfa-randevu-al .max-width form select {
    max-width: 100%;
  }
}

.anasayfa-tedavi-alanlari {
  background-image: url("../../images/user/konular/tedavi-alanlari-bg.png");
  background-size: 100% auto;
  background-position: top left;
}
.anasayfa-tedavi-alanlari .max-width {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.anasayfa-tedavi-alanlari .max-width h2 {
  width: 100%;
  text-align: center;
  color: #000000;
}
.anasayfa-tedavi-alanlari .max-width p {
  width: 100%;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}

.tedavi-alanlari {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
.tedavi-alanlari .tedavi-alani {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1024px) {
  .tedavi-alanlari .tedavi-alani {
    max-width: calc((100% - 30px) / 3);
  }
  .tedavi-alanlari .tedavi-alani:nth-last-child(1) {
    display: none;
  }
}
@media (max-width: 768px) {
  .tedavi-alanlari .tedavi-alani {
    max-width: calc((100% - 15px) / 2);
  }
  .tedavi-alanlari .tedavi-alani:nth-last-child(1) {
    display: flex;
  }
}
@media (max-width: 500px) {
  .tedavi-alanlari .tedavi-alani {
    max-width: 100%;
  }
}
.tedavi-alanlari .tedavi-alani:hover {
  background-color: #7c3f7e;
}
.tedavi-alanlari .tedavi-alani:hover .text h2, .tedavi-alanlari .tedavi-alani:hover .text h3 {
  color: #ffffff;
}
.tedavi-alanlari .tedavi-alani:hover .text .incele-btn {
  background-color: #ffffff;
  color: #7c3f7e;
}
.tedavi-alanlari .tedavi-alani figure {
  width: 100%;
  overflow: hidden;
}
.tedavi-alanlari .tedavi-alani figure img {
  width: 100%;
  float: left;
}
.tedavi-alanlari .tedavi-alani .text {
  padding: 0 15px 15px 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.tedavi-alanlari .tedavi-alani .text h2, .tedavi-alanlari .tedavi-alani .text h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "National", sans-serif;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  min-height: 80px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1366px) {
  .tedavi-alanlari .tedavi-alani .text h2, .tedavi-alanlari .tedavi-alani .text h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1280px) {
  .tedavi-alanlari .tedavi-alani .text h2, .tedavi-alanlari .tedavi-alani .text h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .tedavi-alanlari .tedavi-alani .text h2, .tedavi-alanlari .tedavi-alani .text h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

.anasayfa-kimdir {
  background-image: url("../../images/user/site/op-dr-metin-altinkaya-kimdir-bg.png");
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  padding: 25px 25px 25px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .anasayfa-kimdir {
    gap: 25px;
    padding: 25px 25px 25px 0;
  }
}
@media (max-width: 768px) {
  .anasayfa-kimdir {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: end;
    padding: 25px 0;
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .anasayfa-kimdir {
    background-repeat: unset;
  }
}
.anasayfa-kimdir .text {
  max-width: 50%;
  padding: 25px 100px 25px calc(25px + (100% - 1440px) / 2);
  background-color: #ffffff;
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
}
@media (max-width: 1440px) {
  .anasayfa-kimdir .text {
    padding: 25px 100px 25px 25px;
  }
}
@media (max-width: 1280px) {
  .anasayfa-kimdir .text {
    max-width: 53%;
  }
}
@media (max-width: 1280px) {
  .anasayfa-kimdir .text {
    max-width: calc(100% - 375px);
  }
}
@media (max-width: 768px) {
  .anasayfa-kimdir .text {
    max-width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 300px;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
@media (max-width: 600px) {
  .anasayfa-kimdir .text {
    padding: 350px 25px 25px 25px;
  }
}
.anasayfa-kimdir .text h2 {
  color: #7c3f7e;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .anasayfa-kimdir .text h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 600px) {
  .anasayfa-kimdir .text h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 400px) {
  .anasayfa-kimdir .text h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.anasayfa-kimdir .text p {
  color: #7c3f7e;
}
@media (max-width: 400px) {
  .anasayfa-kimdir .text p {
    font-size: 18px;
    line-height: 26px;
  }
}
.anasayfa-kimdir figure {
  width: 450px;
  height: auto;
  overflow: hidden;
}
.anasayfa-kimdir figure img {
  width: 100%;
  float: right;
}
@media (max-width: 768px) {
  .anasayfa-kimdir figure img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .anasayfa-kimdir figure img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .anasayfa-kimdir figure {
    max-width: 350px;
  }
}
@media (max-width: 1024px) {
  .anasayfa-kimdir figure {
    width: 250px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .anasayfa-kimdir figure {
    max-width: 100%;
    width: 100%;
    height: 300px;
    top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.anasayfa-bilgilendirme {
  background-image: url("../../images/user/site/meme-sagligi.png");
  background-position: top left;
  background-size: 100%;
}
.anasayfa-bilgilendirme h2 {
  text-align: center;
}
.anasayfa-bilgilendirme p {
  text-align: center;
}

.bilgilendirmeler {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
}
.bilgilendirmeler .bilgilendirme {
  max-width: calc((100% - 30px) / 3);
  width: 100%;
  border-radius: 25px;
  background-color: #ffffff;
  background-image: url("../../images/user/site/bilgilendirme-bg-sag-alt.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
}
@media (max-width: 768px) {
  .bilgilendirmeler .bilgilendirme {
    max-width: calc((100% - 15px) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .bilgilendirmeler .bilgilendirme {
    max-width: 100%;
  }
  .bilgilendirmeler .bilgilendirme:nth-last-child(1) {
    display: flex;
  }
}
.bilgilendirmeler .bilgilendirme h3 {
  font-size: 34px;
  line-height: 44px;
  min-height: 88px;
  font-weight: 500;
  font-family: "National", sans-serif;
  color: #000000;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 768px) {
  .bilgilendirmeler .bilgilendirme h3 {
    text-align: center;
  }
}
.bilgilendirmeler .bilgilendirme p {
  color: #000000;
}
.bilgilendirmeler .bilgilendirme:hover .incele-btn {
  background-color: #550058;
  color: #ffffff;
  border: 2px solid #550058;
}

.anasayfa-febs {
  background-image: url("../../images/user/site/febs-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1440px) {
  .anasayfa-febs {
    background-size: auto 100%;
  }
}
.anasayfa-febs .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
@media (max-width: 768px) {
  .anasayfa-febs .max-width {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.anasayfa-febs .max-width .text {
  max-width: calc(60% - 50px);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .anasayfa-febs .max-width .text {
    max-width: 100%;
  }
}
.anasayfa-febs .max-width .text h2 {
  color: #ffffff;
  font-size: 72px;
  line-height: 54px;
}
.anasayfa-febs .max-width .text h2 span {
  font-size: 32px;
  line-height: 42px;
}
.anasayfa-febs .max-width .text p {
  color: #ffffff;
  margin-bottom: 10px;
}
.anasayfa-febs .max-width .text .incele-btn {
  background-color: #ffffff;
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  padding: 12px 26px;
  border-color: #ffffff;
  border-radius: 52px;
}
@media (max-width: 768px) {
  .anasayfa-febs .max-width .text .incele-btn {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px;
  }
}
.anasayfa-febs .max-width .text .incele-btn:hover {
  background-color: #550058;
  color: #ffffff;
}
.anasayfa-febs .max-width figure {
  max-width: calc(40% - 50px);
  width: 100%;
  background-color: #ffffff;
  min-height: 150px;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .anasayfa-febs .max-width figure {
    max-width: 60%;
  }
}
@media (max-width: 500px) {
  .anasayfa-febs .max-width figure {
    max-width: 100%;
  }
}
.anasayfa-febs .max-width figure img {
  width: 100%;
  float: left;
}

.anasayfa-bilincli-ol {
  background-color: #c6b7c6;
}
.anasayfa-bilincli-ol .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.anasayfa-bilincli-ol .max-width h2 {
  text-align: center;
}
.anasayfa-bilincli-ol .max-width p {
  text-align: center;
}

.bilincli-ol-cards {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  flex-wrap: wrap;
}
.bilincli-ol-cards .card {
  max-width: calc((100% - 15px) / 2);
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .bilincli-ol-cards .card {
    max-width: 100%;
  }
}
.bilincli-ol-cards .card:hover .text .circle {
  background-color: rgba(255, 255, 255, 0.8);
}
.bilincli-ol-cards .card:hover .text .circle figure.ikon {
  background-color: #550058;
}
.bilincli-ol-cards .card:hover .text .circle figure.ikon img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(227deg) brightness(104%) contrast(101%);
}
.bilincli-ol-cards .card:hover .text .circle h3 {
  color: #550058;
}
.bilincli-ol-cards .card figure {
  width: 100%;
}
.bilincli-ol-cards .card .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bilincli-ol-cards .card .text .circle {
  width: 350px;
  height: 350px;
  background-color: rgba(124, 63, 126, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bilincli-ol-cards .card .text .circle figure.ikon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bilincli-ol-cards .card .text .circle figure.ikon img {
  width: 65px;
  height: auto;
}
.bilincli-ol-cards .card .text .circle h3 {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  font-family: "National", sans-serif;
  font-weight: 400;
  max-width: 80%;
}

.anasayfa-haberler {
  background-image: url("../../images/user/konular/haberler-bg.png");
  background-position: top left;
  background-size: 100%;
}
.anasayfa-haberler .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 25px;
}
.anasayfa-haberler .max-width h2 {
  text-align: center;
  width: 100%;
}
.anasayfa-haberler .max-width p {
  text-align: center;
}

.haberler {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.haberler .haber {
  max-width: calc((100% - 30px) / 3);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 10px;
  border-radius: 25px;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .haberler .haber {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .haberler .haber {
    max-width: 100%;
  }
}
.haberler .haber figure {
  width: 100%;
}
.haberler .haber figure img {
  width: 100%;
  float: left;
}
.haberler .haber .text {
  padding: 0 25px 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.haberler .haber .text .tarih {
  color: #7c3f7e;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
.haberler .haber .text h2, .haberler .haber .text h3 {
  width: 100%;
  font-size: 22px;
  line-height: 32px;
  min-height: 64px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 20px;
  border-bottom: 2px solid #7c3f7e;
}
@media (max-width: 1024px) {
  .haberler .haber .text h2, .haberler .haber .text h3 {
    font-size: 20px;
    line-height: 30px;
    min-height: 60px;
  }
}
.haberler .haber .text .incele-btn {
  padding: 3px 25px;
}

footer {
  background-image: url("../../images/user/site/footer-bg.png");
  background-position: top left;
  background-size: 100% auto;
}
footer .max-width {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 50px;
  flex-wrap: wrap;
}
footer .max-width .item {
  max-width: calc((100% - 150px) / 4);
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1024px) {
  footer .max-width .item {
    max-width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 500px) {
  footer .max-width .item {
    max-width: 100%;
  }
}
footer .max-width .logo {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
footer .max-width .logo figure {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .max-width .logo figure img {
  width: 100%;
  float: left;
}
footer .max-width .logo p {
  text-align: start;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 500px) {
  footer .max-width .logo p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
footer .max-width .logo .sosyal-ikonlar {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  gap: 10px;
}
@media (max-width: 500px) {
  footer .max-width .logo .sosyal-ikonlar {
    align-items: center;
    gap: 0;
    width: 80%;
  }
}
footer .max-width .logo .sosyal-ikonlar a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
@media (max-width: 500px) {
  footer .max-width .logo .sosyal-ikonlar a {
    width: 55px;
    height: 55px;
  }
}
footer .max-width .logo .sosyal-ikonlar a i {
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 500px) {
  footer .max-width .logo .sosyal-ikonlar a i {
    font-size: 35px;
  }
}
footer .max-width .logo .sosyal-ikonlar a i.la-whatsapp {
  font-size: 36px;
}
footer .max-width .logo .sosyal-ikonlar a img {
  height: 30px;
}
footer .max-width .logo .sosyal-ikonlar a:hover i {
  transform: rotate(360deg);
}
footer .max-width .logo .sosyal-ikonlar a:hover img {
  transform: rotate(360deg);
}
footer .max-width .hizli-link {
  padding-left: 15px;
  margin-top: -4.5px;
}
footer .max-width .hizli-link h2 {
  position: relative;
  margin-bottom: 10px;
  font-size: unset;
  line-height: unset;
  padding-bottom: 15px;
}
footer .max-width .hizli-link h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 70%;
  background-color: #ffffff;
}
footer .max-width .hizli-link h2:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 70%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}
footer .max-width .hizli-link h2 a {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Bebas", sans-serif;
}
footer .max-width .hizli-link ul li {
  position: relative;
  margin-bottom: 5px;
}
footer .max-width .hizli-link ul li a {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
@media (max-width: 500px) {
  footer .max-width .hizli-link ul li a {
    font-size: 20px;
    line-height: 30px;
  }
}
footer .max-width .footer-iletisim {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
footer .max-width .footer-iletisim .iletisim-item {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 7px;
}
footer .max-width .footer-iletisim .iletisim-item i {
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .max-width .footer-iletisim .iletisim-item .yazi {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.copyright {
  background-color: #ffffff;
  padding: 25px;
}
@media (max-width: 500px) {
  .copyright {
    padding: 25px 25px 85px 25px;
  }
}
.copyright .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  color: #000000;
}
@media (max-width: 500px) {
  .copyright .max-width {
    justify-content: start;
    flex-direction: column;
    gap: 20px;
  }
}
.copyright .max-width .copyright-left p {
  color: #000000;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "National", sans-serif;
}
@media (max-width: 500px) {
  .copyright .max-width .copyright-left p {
    text-align: center;
  }
}
.copyright .max-width .copyright-left p b {
  color: #550058;
}
.copyright .max-width .copyright-right {
  color: #000000;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "National", sans-serif;
}
@media (max-width: 500px) {
  .copyright .max-width .copyright-right {
    text-align: center;
  }
}
.copyright .max-width .copyright-right b {
  color: #550058;
}

.normal-sayfa .max-width {
  min-height: 350px;
}
.normal-sayfa .max-width.menulu {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.menulu {
    flex-direction: column;
  }
}
.normal-sayfa .max-width.menulu .text {
  max-width: calc(100% - 350px);
  width: 100%;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.menulu .text {
    max-width: 100%;
  }
}
.normal-sayfa .max-width h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: "National", sans-serif;
  color: #000000;
}
.normal-sayfa .max-width h2 {
  font-size: 32px;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "National", sans-serif;
  font-weight: 600;
}
.normal-sayfa .max-width h3 {
  font-size: 30px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "National", sans-serif;
  font-weight: 400;
}
.normal-sayfa .max-width h4 {
  font-size: 28px;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "National", sans-serif;
  font-weight: 400;
}
.normal-sayfa .max-width h5 {
  font-size: 26px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "National", sans-serif;
  font-weight: 400;
}
.normal-sayfa .max-width h6 {
  font-size: 24px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "National", sans-serif;
  font-weight: 400;
}
.normal-sayfa .max-width p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 26px;
  margin-bottom: 15px;
}
.normal-sayfa .max-width b {
  font-size: 20px;
  font-weight: bold;
  color: #550058;
  line-height: 26px;
}
.normal-sayfa .max-width ul {
  margin-top: 20px;
}
.normal-sayfa .max-width ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.normal-sayfa .max-width ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #550058;
  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 #550058;
  margin: 0 0 15px 15px;
}
@media (max-width: 768px) {
  .normal-sayfa .max-width figure.normal {
    max-width: 250px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width figure.normal {
    float: unset;
    max-width: 100%;
    height: unset;
    margin-bottom: 25px;
    margin-left: 0;
  }
}
.normal-sayfa .max-width figure.normal:hover img {
  transform: scale(1.05);
}
.normal-sayfa .max-width figure.normal img {
  width: 100%;
  height: auto;
  float: left;
}
.normal-sayfa .referanslar {
  margin-top: 20px;
  flex-wrap: wrap;
}
.normal-sayfa .blogs {
  margin-top: 20px;
  flex-wrap: wrap;
}

.sidemenu {
  max-width: 300px;
  width: 100%;
  margin-top: 75px;
  background-color: #550058;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0;
}
@media (max-width: 500px) {
  .sidemenu {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .sidemenu {
    margin-top: 0;
  }
}
.sidemenu a {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  background-color: #7c3f7e;
  border-bottom: 1px solid #550058;
  padding: 10px;
  letter-spacing: 0.5px;
}
.sidemenu a:hover {
  color: #ffffff;
  background-color: #550058;
}
.sidemenu a.active {
  color: #ffffff;
  background-color: #550058;
}
.sidemenu a.parentPage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  background-color: #550058;
}
.sidemenu a.parentPage i {
  display: none;
}
@media (max-width: 1024px) {
  .sidemenu a.parentPage i {
    display: block;
  }
}

.sayfa-icerigi {
  font-family: "Made", sans-serif;
  max-width: calc(100% - 325px);
  width: 100%;
  margin: 25px 0;
}
@media (max-width: 500px) {
  .sayfa-icerigi {
    max-width: 100%;
  }
}
.sayfa-icerigi span {
  font-size: 32px;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.85);
  font-family: "National", sans-serif;
  font-weight: 600;
}
.sayfa-icerigi ul {
  padding-left: 15px;
  margin-top: 10px !important;
}
.sayfa-icerigi ul li {
  color: #000000;
}
.sayfa-icerigi ul li:hover a {
  letter-spacing: 0.2px;
}
.sayfa-icerigi ul li a {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
}

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

.sertifikalar {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  width: 100%;
  margin-top: 25px;
  flex-wrap: wrap;
}
.sertifikalar .sertifika {
  max-width: calc((100% - 30px) / 3);
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sertifikalar .sertifika {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 500px) {
  .sertifikalar .sertifika {
    max-width: 100%;
  }
}
.sertifikalar .sertifika figure {
  width: 100%;
  height: 235px;
  max-height: 235px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.8);
}
@media (max-width: 500px) {
  .sertifikalar .sertifika figure {
    height: auto;
    max-height: unset;
  }
}
.sertifikalar .sertifika figure img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: contain;
}
.sertifikalar .sertifika h2 {
  font-size: 16px;
  line-height: 26px;
  min-height: 52px;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 7px;
}

.iletisim-cards {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.iletisim-cards .card {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .iletisim-cards .card {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .iletisim-cards .card {
    max-width: 100%;
  }
}
.iletisim-cards .card i {
  font-size: 70px;
  color: #550058;
  width: 70px;
  height: 70px;
}
.iletisim-cards .card h2 {
  color: #550058;
  font-family: "National", sans-serif;
}
.iletisim-cards .card .text {
  text-align: center;
  font-size: 20px;
  color: #550058;
  font-family: "National", sans-serif;
  letter-spacing: 0.5px;
}

.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% - 20px) / 2);
  width: 100%;
}
@media (max-width: 500px) {
  .iletisim-formu .item {
    max-width: 100%;
  }
}
.iletisim-formu .item-100 {
  max-width: 100%;
  width: 100%;
}

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

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

.sss.tedavi-alani-linkleri {
  margin-top: 25px;
  margin-bottom: 25px;
}
.sss .accordion {
  margin-top: 15px;
}
.sss .accordion .item {
  max-height: 58px;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .sss .accordion .item {
    max-height: 50px;
  }
}
@media (max-width: 768px) {
  .sss .accordion .item {
    max-height: 46px;
  }
}
@media (max-width: 400px) {
  .sss .accordion .item {
    max-height: 72px;
  }
}
.sss .accordion .item .question {
  background-color: #7c3f7e;
  font-family: "Times", sans-serif;
  min-height: 58px;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .sss .accordion .item .question {
    min-height: 50px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .sss .accordion .item .question {
    min-height: 72px;
    font-size: 18px;
    line-height: 22px;
  }
}
.sss .accordion .item .answer {
  padding: 10px;
}
.sss .accordion .item.open {
  max-height: 500px; /* Yeterince büyük bir değer seçin */
}
.sss .accordion .item.open .question {
  background-color: #550058;
}
.sss .accordion .item.open .question i {
  transform: rotate(90deg);
}

.dernekler {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.dernekler .dernek {
  max-width: calc((100% - 20px) / 3);
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .dernekler .dernek {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 500px) {
  .dernekler .dernek {
    max-width: 100%;
  }
}
.dernekler .dernek img {
  width: 100%;
  float: left;
}
.dernekler .dernek .baslik {
  content: "";
  position: absolute;
  width: 100%;
  height: 58px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #550058;
}
.dernekler .dernek:hover .baslik {
  bottom: -58px;
}

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