@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");
@import url("./cdrstrap.css");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s ease-in-out;
  -webkit-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(0, 0, 0);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(166, 29, 80, 0.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: #a61d50;
}

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

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

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

#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 {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 98px;
    width: 100%;
    background-image: url(../../images/user/site/yuzalan.png);
    z-index: 999;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .yuzenalan.en {
    background-image: url(../../images/user/site/yuzalan-en.png);
  }
  .yuzenalan .yuzalandiv {
    float: left;
    position: relative;
    height: 100px;
  }
}
@media only screen and (max-width: 375px) {
  .yuzenalan {
    height: 97px;
  }
}
@media only screen and (max-width: 360px) {
  .yuzenalan {
    height: 79px;
  }
}

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

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: sticky;
  z-index: 10;
  background-color: transparent;
}
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 {
  background: rgba(255, 255, 255, 0.2);
}
header .bottom nav .max-width-cdr {
  width: 100%;
  height: 90px;
  max-height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@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: 0px !important;
  }
}
header .bottom nav .max-width-cdr a.logo {
  width: 100%;
  max-height: 90px;
  max-width: 200px;
  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: 40px;
    width: auto;
    max-height: 80px;
    max-width: unset;
  }
}
@media (max-width: 400px) {
  header .bottom nav .max-width-cdr a.logo {
    height: 35px;
  }
}
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%;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width-cdr .right ul {
    display: none;
  }
}
header .bottom nav .max-width-cdr .right ul li {
  color: #000000;
  font-weight: 600;
  line-height: 77px;
  background-image: unset;
  padding-left: 0;
  margin-bottom: 0;
}
header .bottom nav .max-width-cdr .right ul li.social-link {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  position: relative;
}
header .bottom nav .max-width-cdr .right ul li.social-link a {
  background-color: #343394;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .bottom nav .max-width-cdr .right ul li.social-link a:hover {
  background-color: #000000;
}
header .bottom nav .max-width-cdr .right ul li:hover a {
  text-decoration: none !important;
}
header .bottom nav .max-width-cdr .right ul li:hover .altmenu {
  opacity: 1;
  visibility: visible;
  overflow: unset;
  animation: alt-menu-onhover 0.5s ease-in-out;
  top: 69px;
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1px;
  background-color: #cecece;
  height: 134px;
}
header .bottom nav .max-width-cdr .right ul li:hover .altmenu ul {
  max-width: calc(3 * (100% - 1px) / 4);
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1px;
  flex-wrap: wrap;
}
header .bottom nav .max-width-cdr .right ul li:hover .altmenu ul li {
  padding: 11px 7px;
  max-width: calc((100% - 3px) / 4);
  margin-bottom: 0;
}
header .bottom nav .max-width-cdr .right ul li:hover .altmenu ul li img {
  width: 23px;
  height: 23px;
  opacity: 1;
  visibility: visible;
}
header .bottom nav .max-width-cdr .right ul li:hover .altmenu img {
  max-height: 134px;
}
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-size: 15px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width-cdr .right ul li .altmenu {
  animation: alt-menu-outhover 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #EAEAEA;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: start;
  z-index: 3;
  width: 0;
  min-width: 0;
  max-width: 1440px;
  overflow: hidden;
  height: 0;
  gap: 1px;
  padding: 1px;
}
header .bottom nav .max-width-cdr .right ul li .altmenu ul li {
  width: 100%;
  min-height: 32px;
  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;
}
header .bottom nav .max-width-cdr .right ul li .altmenu ul li:hover {
  background-color: #ffffff;
}
header .bottom nav .max-width-cdr .right ul li .altmenu ul li:hover a {
  color: #000;
}
header .bottom nav .max-width-cdr .right ul li .altmenu ul li img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
header .bottom nav .max-width-cdr .right ul li .altmenu ul li a {
  color: #000000;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  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 ul li .altmenu img.header-menu-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: calc((100% - 1px) / 4);
  width: 100%;
}
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 {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1280px) {
  header .bottom nav .max-width-cdr #close {
    display: block !important;
    color: #000000;
  }
  header .bottom nav .max-width-cdr #close i {
    font-size: 22px;
    color: #000;
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
}
@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;
  }
}

.index-owl .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background-color: #313293 !important;
  color: white !important;
  font-size: 50px !important;
  width: 50px !important;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-owl .owl-nav button.owl-next .owl-nav button.owl-next span, .index-owl .owl-nav button.owl-next .owl-carousel .owl-nav button.owl-prev span, .index-owl .owl-nav button.owl-next .owl-carousel button.owl-dot span, .owl-carousel .owl-nav button.owl-prev .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-prev .owl-carousel button.owl-dot span, .owl-carousel button.owl-dot .owl-nav button.owl-next span, .owl-carousel button.owl-dot .owl-carousel .owl-nav button.owl-prev span, .owl-carousel button.owl-dot .owl-carousel button.owl-dot span {
  margin-top: -9px !important;
}
.index-owl .owl-nav button.owl-next .owl-nav button.owl-next:hover, .index-owl .owl-nav button.owl-next .owl-carousel .owl-nav button.owl-prev:hover, .index-owl .owl-nav button.owl-next .owl-carousel button.owl-dot:hover, .owl-carousel .owl-nav button.owl-prev .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev .owl-carousel button.owl-dot:hover, .owl-carousel button.owl-dot .owl-nav button.owl-next:hover, .owl-carousel button.owl-dot .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot .owl-carousel button.owl-dot:hover {
  background-color: #42b6f0 !important;
}

.index-owl .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background-color: #313293 !important;
  color: white !important;
  font-size: 50px !important;
  width: 50px !important;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-owl .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span, .owl-carousel button.owl-dot span {
  margin-top: -9px !important;
}

.index-owl .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel button.owl-dot:hover {
  background-color: #42b6f0 !important;
}

.index-owl {
  position: relative;
}

.index-owl .item.isi-degistirici {
  position: relative;
  overflow: hidden;
}

.index-owl .item.isi-degistirici img:not(.bg) {
  position: absolute;
}

.index-owl .item.isi-degistirici img:not(.bg).makine {
  top: 0;
  left: -100%;
}

.index-owl .item.isi-degistirici img:not(.bg).logo {
  bottom: -100%;
  left: 0;
}

.index-owl .item.isi-degistirici img:not(.bg).slogan {
  right: -100%;
  top: 0;
}

.index-owl .item.isi-degistirici img:not(.bg).yazi {
  left: -100%;
  top: 0;
}

.slideLefttoRight {
  animation: slideLefttoRight 2s ease-in-out alternate forwards;
}

.slideBottomtoTop {
  animation: slideBottomtoTop 2s ease-in-out alternate forwards;
}

.slideRighttoLeft {
  animation: slideRighttoLeft 2s ease-in-out alternate forwards;
}

.slideToptoBottom {
  animation: slideToptoBottom 2s ease-in-out alternate forwards;
}

@keyframes slideToptoBottom {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@keyframes slideBottomtoTop {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes slideRighttoLeft {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@keyframes slideLefttoRight {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

.index-owl .item .mobil-slider {
  display: none;
}

@media (max-width: 768px) {
  .index-owl .item .web-slider {
    display: none;
  }
  .index-owl .item .mobil-slider {
    display: block !important;
  }
}
@keyframes alt-menu-onhover {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes alt-menu-outhover {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.mobil-yuzen-alan {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

@media (max-width: 425px) {
  .mobil-yuzen-alan {
    height: 82px !important;
  }
}
@media (max-width: 375px) {
  .mobil-yuzen-alan {
    height: 72px !important;
  }
}
@media (max-width: 320px) {
  .mobil-yuzen-alan {
    height: 62px !important;
  }
}
@media (max-width: 500px) {
  header nav .max-width-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);
  }
}
ul {
  list-style: none;
}
ul li {
  background-image: url("../../images/user/site/icons/li-icon.png");
  background-size: 16px;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  margin-bottom: 15px;
}
@media (max-width: 425px) {
  ul li {
    background-size: 15px;
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  ul li {
    background-size: 12px;
    font-size: 12px;
  }
}

a {
  text-decoration: none;
}

.dp-none {
  display: none !important;
}

.clearfix {
  content: "";
  clear: both;
  display: table;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

h1 {
  line-height: 50px;
  width: 50%;
  margin-bottom: 20px;
  color: #000000;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  h1 {
    font-size: 23px;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  line-height: 50px;
  width: 50%;
  margin-bottom: 20px;
  color: #000000;
  font-size: 26px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  font-size: 20px;
  line-height: 28px;
  width: 50%;
  margin-bottom: 16px;
  color: #313292;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  h3 {
    font-size: 15px;
  }
}

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

.content-space {
  padding-top: 40px !important;
  padding-bottom: 50px !important;
}

.border-bottom-blue {
  border-bottom: 3px solid #313292;
}

.max-width {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.owl-theme .owl-nav {
  width: 100%;
  margin-top: 10px;
  position: absolute;
  bottom: 50%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.index-faaliyet {
  display: none;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .index-faaliyet {
    display: flex !important;
  }
}
.index-faaliyet h2 {
  text-align: center;
}
.index-faaliyet p {
  text-align: center;
}
.index-faaliyet .title {
  margin-bottom: 10px;
  font-size: 30px;
}
.index-faaliyet .index-faaliyet-owl .item {
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e3e3e3;
  gap: 10px;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
}
.index-faaliyet .index-faaliyet-owl .item h3 {
  color: #000000;
  width: 100%;
  min-height: 44px;
  max-height: 44px;
  overflow: hidden;
  padding: 7px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.index-faaliyet .index-faaliyet-owl .item img {
  width: 100%;
}
.index-faaliyet .index-faaliyet-owl .item .owl-item {
  position: relative;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  transition: all 0.2s;
  -webkit-transform: all 0.2s;
  z-index: 1;
}
.index-faaliyet .index-faaliyet-owl .item .owl-stage-outer {
  padding-bottom: 10px;
}
.index-faaliyet .owl-item.big {
  transform: scale(1);
  -ms-transform: scale(1);
  z-index: 3;
}
.index-faaliyet .owl-item.medium {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  z-index: 2;
}
.index-faaliyet .owl-item.medium.mdright {
  /*border: solid 1px red;*/
  position: relative;
  left: -30px;
}
@media (min-width: 768px) {
  .index-faaliyet .owl-item.medium.mdright {
    left: 0;
  }
}
.index-faaliyet .owl-item.medium.mdleft {
  position: relative;
  right: -30px;
}
@media (min-width: 768px) {
  .index-faaliyet .owl-item.medium.mdleft {
    right: 0px;
  }
}
.index-faaliyet .owl-item.smallRight.active {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  position: relative;
  left: -30px;
}
.index-faaliyet .owl-item.smallLeft.active {
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  position: relative;
  right: -30px;
}
.index-faaliyet .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
.index-faaliyet .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 10px;
  background: transparent !important;
  color: #000 !important;
  font-size: 40px !important;
}
.index-faaliyet .owl-nav .owl-prev:hover {
  color: #adadad !important;
}
.index-faaliyet .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 10px;
  background: transparent !important;
  color: #000 !important;
  font-size: 40px !important;
}
.index-faaliyet .owl-nav .owl-next:hover {
  color: #adadad !important;
}

.index-faaliyet2 {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .index-faaliyet2 {
    display: none !important;
  }
}
.index-faaliyet2 .item {
  max-width: calc((100% - 60px) / 4);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  gap: 10px;
  overflow: hidden;
  position: relative;
  background-image: url("../../images/user/site/faaliyet-card-bg-2.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom right;
}
.index-faaliyet2 .item:hover {
  background-color: #fa8601;
}
@media (max-width: 1024px) {
  .index-faaliyet2 .item {
    max-width: calc((100% - 60px) / 4);
  }
  .index-faaliyet2 .item:first-child {
    max-width: calc((100% - 60px) / 4);
  }
}
.index-faaliyet2 .item.item-2 {
  max-width: calc(2 * (100% - 20px) / 4);
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  justify-content: start;
  align-items: start;
  padding: 10px 20px;
}
.index-faaliyet2 .item h3 {
  color: #000000;
  width: 100%;
  min-height: 60px;
  max-height: 60px;
  padding: 7px 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.index-faaliyet2 .item img {
  width: 100%;
}

.index-hakkimizda {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .index-hakkimizda {
    min-height: 600px;
  }
}
@media (max-width: 910px) {
  .index-hakkimizda {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .index-hakkimizda {
    min-height: 700px;
    gap: 25px;
  }
}
@media (max-width: 650px) {
  .index-hakkimizda {
    flex-direction: column;
    min-height: unset;
    gap: 10px;
    justify-content: start;
  }
}
@media (max-width: 375px) {
  .index-hakkimizda {
    height: 1200px;
  }
}
.index-hakkimizda img {
  max-width: calc((100% - 50px) / 2);
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: top right;
}
@media (max-width: 960px) {
  .index-hakkimizda img {
    max-width: calc(2 * (100% - 25px) / 5);
  }
}
@media (max-width: 768px) {
  .index-hakkimizda img {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 650px) {
  .index-hakkimizda img {
    max-width: 65%;
    margin: 10px auto;
  }
}
@media (max-width: 425px) {
  .index-hakkimizda img {
    max-width: 100%;
    margin: 10px auto;
  }
}
.index-hakkimizda .content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 15px;
  max-width: calc((100% - 50px) / 2);
  width: 100%;
}
@media (max-width: 960px) {
  .index-hakkimizda .content {
    max-width: calc(3 * (100% - 25px) / 5);
  }
}
@media (max-width: 768px) {
  .index-hakkimizda .content {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 650px) {
  .index-hakkimizda .content {
    max-width: 100%;
    gap: 10px;
  }
}
.index-hakkimizda .content h2 {
  margin-bottom: unset;
}
@media (max-width: 1024px) {
  .index-hakkimizda .content h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .index-hakkimizda .content h2 {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .index-hakkimizda .content h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 20px !important;
  }
}
@media (max-width: 375px) {
  .index-hakkimizda .content h2 {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .index-hakkimizda .content p {
    font-size: 14px;
  }
}
.index-hakkimizda .content .tab-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .index-hakkimizda .content .tab-buttons {
    gap: 10px;
  }
}
.index-hakkimizda .content .tab-buttons button {
  background-color: #313292;
  color: #FFFFFF;
  padding: 15px 10px;
  font-size: 16px;
  max-width: calc((100% - 20px) / 3);
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border: none;
  min-height: 68px;
  height: 87px;
}
@media (max-width: 768px) {
  .index-hakkimizda .content .tab-buttons button {
    min-height: 75px;
    font-size: 14px;
    padding: 10px 5px;
    max-width: calc((100% - 10px) / 3);
  }
}
@media (max-width: 425px) {
  .index-hakkimizda .content .tab-buttons button {
    min-height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .index-hakkimizda .content .tab-buttons button {
    min-height: 70px;
  }
}
.index-hakkimizda .content .tab-buttons button:hover {
  background-color: #fa8601;
  cursor: pointer;
}
.index-hakkimizda .content .tab-buttons button.active {
  background-color: #fa8601;
}
.index-hakkimizda .tab-menu-content {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 100px;
  right: 0;
  max-width: 70%;
  width: 100%;
}
@media (max-width: 1024px) {
  .index-hakkimizda .tab-menu-content {
    bottom: 50px;
    right: 10px;
  }
}
@media (max-width: 970px) {
  .index-hakkimizda .tab-menu-content {
    bottom: 0;
  }
}
@media (max-width: 910px) {
  .index-hakkimizda .tab-menu-content {
    align-items: start !important;
    max-width: calc(100% - 50px);
    width: 100%;
    left: 25px;
    bottom: 45px;
  }
}
@media (max-width: 768px) {
  .index-hakkimizda .tab-menu-content {
    align-items: start !important;
    width: 100%;
    left: 25px;
    bottom: 0;
    top: 491px;
  }
}
@media (max-width: 650px) {
  .index-hakkimizda .tab-menu-content {
    position: unset;
    align-items: start !important;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    gap: 20px;
    width: 100%;
  }
}
.index-hakkimizda .tab-menu-content .tab-content {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  width: 100%;
}
@media (max-width: 768px) {
  .index-hakkimizda .tab-menu-content .tab-content {
    align-items: start;
  }
}
@media (max-width: 600px) {
  .index-hakkimizda .tab-menu-content .tab-content {
    flex-direction: column;
    align-items: start !important;
  }
}
@media (max-width: 375px) {
  .index-hakkimizda .tab-menu-content .tab-content {
    align-items: start !important;
  }
}
.index-hakkimizda .tab-menu-content .tab-content img {
  border: 5px solid #fa8601;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .index-hakkimizda .tab-menu-content .tab-content img {
    max-width: calc(40% - 50px);
    width: 100%;
  }
}
@media (max-width: 600px) {
  .index-hakkimizda .tab-menu-content .tab-content img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .index-hakkimizda .tab-menu-content .tab-content img .text {
    max-width: calc(60% - 50px);
    width: 100%;
  }
}
@media (max-width: 600px) {
  .index-hakkimizda .tab-menu-content .tab-content img .text {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .index-hakkimizda .tab-menu-content .tab-content img .text ul li {
    font-size: 14px;
  }
}
.index-hakkimizda .tab-menu-content .tab-detay-btn {
  margin-top: 15px;
  color: #000000;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.index-hakkimizda .tab-menu-content .tab-detay-btn:hover {
  padding-left: 20px;
}

.index-blog {
  background: #313292;
}
.index-blog .max-width {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.index-blog .max-width h2 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  color: #fff;
}
@media (max-width: 1024px) {
  .index-blog .max-width h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .index-blog .max-width h2 {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .index-blog .max-width h2 {
    font-size: 20px;
    width: max-content;
  }
}
@media (max-width: 375px) {
  .index-blog .max-width h2 {
    font-size: 16px;
    width: max-content;
  }
}
.index-blog .max-width h2.border-bottom-blue {
  border-bottom-color: #FFFFFF;
}
.index-blog .max-width p {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 425px) {
  .index-blog .max-width p {
    font-size: 14px;
    text-align: start;
  }
}
.index-blog .max-width .blogs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 35px;
  margin-top: 35px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1024px) {
  .index-blog .max-width .blogs {
    gap: 20px !important;
  }
}
.index-blog .max-width .blogs .blog {
  flex: 1;
  max-width: calc((100% - 70px) / 3);
  width: 100%;
  background: rgb(15, 180, 236);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .index-blog .max-width .blogs .blog {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .index-blog .max-width .blogs .blog {
    max-width: calc((100% - 20px) / 2);
    flex: unset;
  }
}
@media (max-width: 425px) {
  .index-blog .max-width .blogs .blog {
    max-width: 100%;
  }
}
.index-blog .max-width .blogs .blog figure {
  width: 100%;
  overflow: hidden;
}
.index-blog .max-width .blogs .blog figure img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.index-blog .max-width .blogs .blog p {
  padding: 0 10px;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
}
@media (max-width: 425px) {
  .index-blog .max-width .blogs .blog p {
    font-size: 14px;
  }
}
.index-blog .max-width .blogs .blog h3 {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  padding: 0 10px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .index-blog .max-width .blogs .blog h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .index-blog .max-width .blogs .blog h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .index-blog .max-width .blogs .blog h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .index-blog .max-width .blogs .blog h3 {
    font-size: 15px;
  }
}
.index-blog .max-width .blogs .blog .alt-bilgi {
  margin-bottom: 15px;
  margin-top: 25px;
  border-top: 5px solid #313292;
  width: 100%;
  padding: 15px 10px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-blog .max-width .blogs .blog .alt-bilgi .tarih {
  color: #ffffff;
}
@media (max-width: 425px) {
  .index-blog .max-width .blogs .blog .alt-bilgi .tarih {
    font-size: 14px;
  }
}
.index-blog .max-width .blogs .blog .alt-bilgi .incele {
  color: #FFFFFF;
  padding-right: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
@media (max-width: 425px) {
  .index-blog .max-width .blogs .blog .alt-bilgi .incele {
    font-size: 14px;
  }
}
.index-blog .max-width .blogs .blog .alt-bilgi .incele i {
  padding-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
@media (max-width: 425px) {
  .index-blog .max-width .blogs .blog .alt-bilgi .incele i {
    font-size: 14px;
  }
}
.index-blog .max-width .blogs .blog .alt-bilgi .incele:hover {
  padding-right: 5px;
}
.index-blog .max-width .blogs .blog .alt-bilgi .incele:hover i {
  padding-left: 20px;
}
.index-blog .max-width .blogs .video {
  flex: 1;
  max-width: calc((100% - 70px) / 3);
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .index-blog .max-width .blogs .video {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .index-blog .max-width .blogs .video {
    max-width: calc((100% - 20px) / 2);
    flex: unset;
  }
}
@media (max-width: 425px) {
  .index-blog .max-width .blogs .video {
    max-width: 100%;
  }
}
.index-blog .max-width .blogs .video img {
  width: 100%;
  height: 100%;
}
.index-blog .max-width .blogs .video .play-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-nerelerdeyiz .max-width {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.index-nerelerdeyiz .max-width h2 {
  text-align: center;
}
@media (max-width: 1024px) {
  .index-nerelerdeyiz .max-width h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .index-nerelerdeyiz .max-width h2 {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .index-nerelerdeyiz .max-width h2 {
    font-size: 20px;
    margin-bottom: unset;
  }
}
@media (max-width: 375px) {
  .index-nerelerdeyiz .max-width h2 {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .index-nerelerdeyiz .max-width h2 {
    width: max-content;
  }
}
.index-nerelerdeyiz .max-width p {
  font-size: 16px;
}
@media (max-width: 425px) {
  .index-nerelerdeyiz .max-width p {
    font-size: 14px;
    width: 100%;
  }
}

.index-projeler {
  max-height: 500px;
  min-height: 500px;
  height: 100%;
  width: 100%;
  background-image: url("../../images/user/site/proje-bg-1.png"), url("../../images/user/site/proje-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: left, right top;
  background-size: 40% auto, 60% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-projeler {
    max-height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 425px) {
  .index-projeler {
    justify-content: space-between;
    align-items: start;
    max-height: 850px;
    min-height: 850px;
    background-position: left bottom, right top;
    background-size: 100% 70%, 100% 30%;
  }
}
.index-projeler .max-width {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
@media (max-width: 425px) {
  .index-projeler .max-width {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 320px) {
  .index-projeler .max-width {
    gap: 20px;
  }
}
.index-projeler .max-width .aciklama {
  width: 36%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
}
@media (max-width: 425px) {
  .index-projeler .max-width .aciklama {
    width: 100%;
  }
}
.index-projeler .max-width .aciklama h2 {
  width: 65%;
}
@media (max-width: 1024px) {
  .index-projeler .max-width .aciklama h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .index-projeler .max-width .aciklama h2 {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .index-projeler .max-width .aciklama h2 {
    color: #FFFFFF;
    margin: 20px auto 0;
    text-align: center;
    width: 40%;
    font-size: 20px;
  }
  .index-projeler .max-width .aciklama h2.border-bottom-blue {
    border-bottom-color: #FFFFFF;
  }
}
@media (max-width: 375px) {
  .index-projeler .max-width .aciklama h2 {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .index-projeler .max-width .aciklama h2 {
    margin: 10px auto 0;
  }
}
.index-projeler .max-width .aciklama p {
  width: 65%;
}
@media (max-width: 1024px) {
  .index-projeler .max-width .aciklama p {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .index-projeler .max-width .aciklama p {
    font-size: 14px;
    color: #FFFFFF;
  }
}
.index-projeler .max-width .aciklama .detay-btn {
  background-color: #313292;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 425px) {
  .index-projeler .max-width .aciklama .detay-btn {
    background-color: #ffffff;
    color: #313292;
    margin: 0 auto;
    font-size: 14px;
  }
}
.index-projeler .max-width .proje-turleri {
  height: 100%;
  width: 64%;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 768px) {
  .index-projeler .max-width .proje-turleri {
    gap: 10px;
  }
}
@media (max-width: 425px) {
  .index-projeler .max-width .proje-turleri {
    width: 100%;
    justify-content: center;
  }
}
.index-projeler .max-width .proje-turleri .proje {
  background-color: #ffffff;
  width: 40%;
  padding: 3px 3px 0 3px;
  position: relative;
}
@media (max-width: 768px) {
  .index-projeler .max-width .proje-turleri .proje {
    width: 45%;
  }
}
@media (max-width: 425px) {
  .index-projeler .max-width .proje-turleri .proje {
    width: 80%;
  }
}
@media (max-width: 375px) {
  .index-projeler .max-width .proje-turleri .proje {
    width: 90%;
  }
}
.index-projeler .max-width .proje-turleri .proje:hover img {
  filter: sepia(0);
  opacity: 1;
}
.index-projeler .max-width .proje-turleri .proje:hover h3 {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .index-projeler .max-width .proje-turleri .proje:hover h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .index-projeler .max-width .proje-turleri .proje:hover h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .index-projeler .max-width .proje-turleri .proje:hover h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .index-projeler .max-width .proje-turleri .proje:hover h3 {
    font-size: 15px;
  }
}
.index-projeler .max-width .proje-turleri .proje h3 {
  width: 100%;
  padding: 0 10px;
  min-height: 56px;
  font-size: 22px;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
  background-color: #fa8601;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .index-projeler .max-width .proje-turleri .proje h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .index-projeler .max-width .proje-turleri .proje h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .index-projeler .max-width .proje-turleri .proje h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .index-projeler .max-width .proje-turleri .proje h3 {
    font-size: 15px;
  }
}
.index-projeler .max-width .proje-turleri .proje img {
  width: 100%;
  filter: sepia(1);
  opacity: 0.6;
}

.index-referanslar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.index-referanslar h2 {
  text-align: center;
}
@media (max-width: 1024px) {
  .index-referanslar h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .index-referanslar h2 {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .index-referanslar h2 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .index-referanslar h2 {
    font-size: 16px;
  }
}
.index-referanslar p {
  text-align: center;
}
@media (max-width: 425px) {
  .index-referanslar p {
    font-size: 14px;
    text-align: start;
  }
}
.index-referanslar .index-referanslar-foto {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.index-referanslar .index-referanslar-foto .index-referanslar-owl {
  max-width: calc(6 * (100% - 5px) / 7);
  width: 100%;
  flex: 1;
}
@media (max-width: 1024px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-owl {
    max-width: calc(4 * (100% - 5px) / 5);
    width: 100%;
  }
}
@media (max-width: 768px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-owl {
    max-width: calc(3 * (100% - 5px) / 4);
    width: 100%;
  }
}
@media (max-width: 425px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-owl {
    max-width: calc((100% - 5px) / 2);
    width: 100%;
  }
}
.index-referanslar .index-referanslar-foto .index-referanslar-owl img {
  width: 95%;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  object-position: center;
  object-fit: cover;
}
.index-referanslar .index-referanslar-foto .index-referanslar-owl img:hover {
  filter: grayscale(0);
}
.index-referanslar .index-referanslar-foto .index-referanslar-tumu {
  flex: 1;
  max-width: calc((100% - 5px) / 7);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-tumu {
    max-width: calc((100% - 5px) / 5);
  }
}
@media (max-width: 768px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-tumu {
    max-width: calc((100% - 5px) / 4);
  }
}
@media (max-width: 425px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-tumu {
    max-width: calc((100% - 5px) / 2);
  }
}
.index-referanslar .index-referanslar-foto .index-referanslar-tumu:hover a {
  color: #42b6f0;
  transform: scale(1.2);
}
.index-referanslar .index-referanslar-foto .index-referanslar-tumu:hover i {
  color: #42b6f0;
  padding-left: 15px;
  transform: scale(1.2);
}
.index-referanslar .index-referanslar-foto .index-referanslar-tumu a {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #313291;
  text-align: center;
}
@media (max-width: 768px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-tumu a {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-tumu a {
    font-size: 16px;
  }
}
@media (max-width: 325px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-tumu a {
    font-size: 14px;
    line-height: 20px;
  }
}
.index-referanslar .index-referanslar-foto .index-referanslar-tumu a i {
  color: #313291;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 1024px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-tumu a i {
    font-size: 23px;
  }
}
@media (max-width: 375px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-tumu a i {
    font-size: 20px;
  }
}
@media (max-width: 325px) {
  .index-referanslar .index-referanslar-foto .index-referanslar-tumu a i {
    font-size: 14px;
  }
}

.index-sertifikalar {
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgb(15, 180, 236);
  background: radial-gradient(circle, rgb(15, 180, 236) 0%, rgb(49, 50, 146) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-sertifikalar .max-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.index-sertifikalar .max-width h2 {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 30px;
}
.index-sertifikalar .max-width p {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.index-sertifikalar .max-width .sertifikas {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1024px) {
  .index-sertifikalar .max-width .sertifikas {
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .index-sertifikalar .max-width .sertifikas {
    justify-content: start;
    row-gap: 50px;
  }
}
@media (max-width: 425px) {
  .index-sertifikalar .max-width .sertifikas {
    row-gap: 20px;
  }
}
.index-sertifikalar .max-width .sertifikas figure {
  max-width: calc((100% - 60px) / 4);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-sertifikalar .max-width .sertifikas figure {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .index-sertifikalar .max-width .sertifikas figure {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 425px) {
  .index-sertifikalar .max-width .sertifikas figure {
    max-width: 100%;
  }
}
.index-sertifikalar .max-width .sertifikas figure img {
  width: 80%;
}
.index-sertifikalar .max-width .index-sertifikalar-tumu {
  margin-top: 40px;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.index-sertifikalar .max-width .index-sertifikalar-tumu:hover {
  padding-left: 20px;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.breadcrumb {
  background-color: #e4e4e5;
}
.breadcrumb .max-width {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
@media (max-width: 425px) {
  .breadcrumb .max-width {
    flex-direction: column;
    gap: 5px;
  }
}
.breadcrumb .max-width a {
  color: black;
  font-size: 14px;
  cursor: pointer;
}
.breadcrumb .max-width a.current {
  font-weight: bold;
}
.breadcrumb .max-width i {
  font-size: 14px;
  color: black;
}
@media (max-width: 425px) {
  .breadcrumb .max-width i {
    transform: rotate(90deg);
  }
}

.kurumsal-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../images/user/site/kurumsal-bg.png");
}
.kurumsal-page .max-width {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .kurumsal-page .max-width {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .kurumsal-page .max-width {
    flex-direction: column;
    gap: 0;
  }
}
.kurumsal-page .max-width .kurumsal-contents {
  flex: 1;
  width: 100%;
}
.kurumsal-page .max-width .kurumsal-contents h1 {
  width: max-content;
  padding: 15px 5px 5px 5px;
  margin-bottom: 20px;
  border-color: black;
}
@media (max-width: 1024px) {
  .kurumsal-page .max-width .kurumsal-contents h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .kurumsal-page .max-width .kurumsal-contents h1 {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents h1 {
    font-size: 23px;
  }
}
@media (max-width: 375px) {
  .kurumsal-page .max-width .kurumsal-contents h1 {
    font-size: 20px;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text {
  width: 100%;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text h2 {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text h2 {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text h2 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text h2 {
    font-size: 16px;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text img {
  float: right;
  max-width: 350px;
  width: 100%;
  margin: 0 0 30px 30px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text img {
    margin: 0 0 10px 20px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text img {
    margin: 0 0 15px 10px;
  }
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text img {
    margin: 0 0 15px 0;
    max-width: 100%;
    width: 100%;
    float: unset;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text a {
  color: black;
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text a {
    font-size: 14px;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text a img {
  float: unset;
  margin: 10px 0;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text a p {
  font-size: 18px;
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text a p {
    font-size: 14px;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text a i {
  font-size: 30px;
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text a i {
    font-size: 14px;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text p {
  font-size: 16px;
  padding-bottom: 10px;
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text p {
    font-size: 14px;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text iframe {
  width: 100%;
  height: 500px;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .videolar {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .videolar .video {
  max-width: calc((100% - 20px) / 3);
  width: 100%;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .videolar .video:hover figure img {
  filter: grayscale(0);
  transform: scale(1.03);
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .videolar .video figure {
  width: 100%;
  overflow: hidden;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .videolar .video figure img {
  max-width: 100%;
  width: 100%;
  float: left;
  margin: 0 !important;
  filter: grayscale(1);
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .videolar .video h2.text {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100%;
  background-color: #2e3191;
  min-height: 52px;
  display: flex;
  padding: 0 7px;
  justify-content: start;
  align-items: center;
  color: #fff;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .videolar .video a.text {
  font-size: 16px !important;
  line-height: 26px !important;
  width: 100%;
  background-color: #2e3191;
  min-height: 52px;
  display: flex;
  padding: 0 7px;
  justify-content: start;
  align-items: center;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .videolar .video {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 500px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .videolar .video {
    max-width: 100%;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .sertifika-image {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (max-width: 1024px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .sertifika-image {
    gap: 30px;
  }
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .sertifika-image {
    gap: 20px;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .sertifika-image figure {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc((100% - 40px) / 3);
  width: 100%;
}
@media (max-width: 1024px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .sertifika-image figure {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .sertifika-image figure {
    max-width: 100%;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .sertifika-image figure img {
  margin: unset;
  width: 100%;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control h2 {
  font-size: 25px;
  width: max-content;
  margin-bottom: 0;
  color: black;
  border-color: black;
}
@media (max-width: 1024px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control h2 {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control h2 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control h2 {
    font-size: 16px;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control .form-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 30px;
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control .form-items {
    gap: 15px;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control .form-items .form-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  flex-wrap: wrap;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control .form-items .form-item .item {
  max-width: calc((100% - 15px) / 2);
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control .form-items .form-item .item {
    max-width: 100%;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control .form-items .form-item .item.message {
  max-width: 100%;
  margin: 0;
  height: 100px;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control .form-items .input-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control .form-items .input-btn .gonder {
  padding: 10px;
  background: rgba(0, 0, 0, 0.12);
  border: rgba(0, 0, 0, 0.12);
  font-size: 25px;
  border-radius: 10px;
}
@media (max-width: 425px) {
  .kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control .form-items .input-btn .gonder {
    font-size: 20px;
  }
}
.kurumsal-page .max-width .kurumsal-contents .kurumsal-text .form-control .form-items .input-btn .gonder:hover {
  background: #313291;
  color: #FFFFFF;
}

.side-menu {
  margin-top: 80px;
  background: rgba(228, 228, 229, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.2);
  flex: 0 0 300px;
  width: 100%;
  border-bottom: 5px solid #42b6f0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 10px 10px 10px 10px;
}
@media (max-width: 1024px) {
  .side-menu {
    flex: 0 0 300px;
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .side-menu {
    width: 300px;
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  .side-menu {
    display: none;
  }
}
.side-menu h3 {
  width: max-content;
  margin: 10px auto;
  color: #3558a2;
  font-size: 18px;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .side-menu h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .side-menu h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .side-menu h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .side-menu h3 {
    font-size: 15px;
  }
}
.side-menu h3.border-bottom-blue {
  border-color: #3558a2;
}
.side-menu ul li {
  background-image: none;
}
.side-menu ul li a {
  color: #000000;
  font-size: 14px;
}
.side-menu ul li a i {
  font-size: 14px;
}
.side-menu ul li a:hover {
  padding-left: 20px;
  color: #313293;
}
.side-menu ul li a.active {
  color: #313293;
  font-weight: bold;
}
.side-menu ul li ul {
  margin: 10px 0;
}

footer {
  width: 100%;
  background-color: #2D57A1;
  color: #ffffff !important;
  background-image: url("../../images/user/site/footer.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 650px) {
  footer {
    background-image: url("../../images/user/site/footer-mobil-siyah.jpg");
    background-size: cover;
  }
}
footer .max-width {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 50px 25px !important;
  width: 100%;
}
footer .max-width .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  width: 100%;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
footer .max-width .footer-item {
  max-width: calc((100% - 150px) / 4);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  footer .max-width .footer-item {
    max-width: calc((100% - 50px) / 2);
  }
}
@media (max-width: 500px) {
  footer .max-width .footer-item {
    max-width: 100%;
  }
}
footer .max-width .footer-item .footer-logo img {
  width: 80%;
  margin: 0 auto;
}
footer .max-width .footer-item .harita-bg {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .max-width .footer-item .harita-bg i {
  font-size: 50px;
  font-weight: lighter;
  color: #313291;
}
footer .max-width .footer-item .harita-bg i:hover {
  font-size: 60px;
}
footer .max-width .footer-item h3 {
  color: #FFFFFF;
  width: 100%;
  text-align: start;
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 1024px) {
  footer .max-width .footer-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  footer .max-width .footer-item h3 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  footer .max-width .footer-item h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  footer .max-width .footer-item h3 {
    font-size: 15px;
  }
}
footer .max-width .footer-item ul {
  width: 100%;
}
footer .max-width .footer-item ul li {
  width: 100%;
  background-image: none;
  padding-left: 0;
  margin-bottom: 10px;
}
footer .max-width .footer-item ul li a {
  width: 100%;
  color: #ffffff;
  display: flex;
  gap: 10px;
  font-size: 15px;
}
footer .max-width .footer-item ul li a .iletisim-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background: #ffffff;
  color: #313293;
  border-radius: 100%;
}
footer .max-width .footer-item ul li a .iletisim-footer img {
  width: 20px;
  height: 20px;
}
footer .max-width .footer-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
  width: 100%;
}
footer .max-width .footer-bottom .bottom-left {
  max-width: calc(85% - 10px);
  width: 100%;
  height: 2px;
  background: #ffffff;
}
@media (max-width: 1024px) {
  footer .max-width .footer-bottom .bottom-left {
    max-width: calc(80% - 10px) !important;
  }
}
@media (max-width: 768px) {
  footer .max-width .footer-bottom .bottom-left {
    max-width: calc(70% - 10px) !important;
  }
}
@media (max-width: 500px) {
  footer .max-width .footer-bottom .bottom-left {
    max-width: calc(40% - 10px) !important;
  }
}
@media (max-width: 320px) {
  footer .max-width .footer-bottom .bottom-left {
    max-width: calc(30% - 10px) !important;
  }
}
footer .max-width .footer-bottom .bottom-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 15%;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .max-width .footer-bottom .bottom-right {
    max-width: 20% !important;
  }
}
@media (max-width: 768px) {
  footer .max-width .footer-bottom .bottom-right {
    max-width: 30% !important;
  }
}
@media (max-width: 500px) {
  footer .max-width .footer-bottom .bottom-right {
    max-width: calc(50% - 10px) !important;
  }
}
@media (max-width: 320px) {
  footer .max-width .footer-bottom .bottom-right {
    max-width: calc(70% - 10px) !important;
  }
}
footer .max-width .footer-bottom .bottom-right .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #1a2c51;
  color: #313293;
  border-radius: 100%;
}
footer .max-width .footer-bottom .bottom-right .icon.social-footer-fb:hover {
  background: blue;
  color: #ffffff;
}
footer .max-width .footer-bottom .bottom-right .icon.social-footer-tw:hover {
  background: steelblue;
  color: #ffffff;
}
footer .max-width .footer-bottom .bottom-right .icon.social-footer-ig:hover {
  background: purple;
  color: #ffffff;
}
footer .max-width .footer-bottom .bottom-right .icon.social-footer-yt:hover {
  background: red;
  color: #ffffff;
}
footer .max-width .footer-bottom .bottom-right .icon.social-footer-le:hover {
  background: steelblue;
  color: #ffffff;
}
footer .max-width .footer-bottom .bottom-right .icon img {
  width: 20px;
  height: 20px;
}
footer .author {
  width: 100%;
  background-color: #FFFFFF;
  margin: 0 auto;
}
footer .author .alan {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  footer .author .alan {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center !important;
  }
}
footer .author .alan .item {
  width: 100%;
  color: black;
  font-size: 15px;
}
@media (max-width: 500px) {
  footer .author .alan .item {
    max-width: 100%;
    text-align: center;
  }
}
footer .author .alan .item.copyright {
  max-width: calc(70% - 20px);
  width: 100%;
}
@media (max-width: 500px) {
  footer .author .alan .item.copyright {
    max-width: 100%;
  }
}
footer .author .alan .item.sahnemedya {
  text-align: right;
  max-width: calc(30% - 20px);
  width: 100%;
}
@media (max-width: 500px) {
  footer .author .alan .item.sahnemedya {
    max-width: 100%;
    text-align: center;
  }
}
footer .author .alan .item a {
  color: black;
  text-decoration: none;
  font-size: 15px;
}

.banner {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner img {
  object-fit: cover;
  width: 100%;
}
.banner .text {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: slideUp 1s ease-in-out;
  animation-play-state: running;
  animation-iteration-count: 1;
  z-index: 66;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 500px) {
  .banner .text {
    font-size: 16px;
  }
}

.urunler-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.urunler-page .max-width {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .urunler-page .max-width {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .urunler-page .max-width {
    flex-direction: column;
    gap: 0;
  }
}
.urunler-page .max-width .urunler-contents {
  flex: 1;
  width: 100%;
}
.urunler-page .max-width .urunler-contents h1 {
  width: max-content;
  padding: 0 5px 5px 5px;
  margin: 0 auto 20px;
  border-color: black;
}
@media (max-width: 1024px) {
  .urunler-page .max-width .urunler-contents h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .urunler-page .max-width .urunler-contents h1 {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents h1 {
    font-size: 21px;
  }
}
@media (max-width: 375px) {
  .urunler-page .max-width .urunler-contents h1 {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .urunler-page .max-width .urunler-contents h1 {
    font-size: 14px;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
.urunler-page .max-width .urunler-contents .urunler-text > figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  background: linear-gradient(90deg, rgba(112, 181, 248, 0.4) 50%, rgba(101, 86, 119, 0.4) 100%);
}
.urunler-page .max-width .urunler-contents .urunler-text > figure img {
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  max-width: 400px;
  width: 100%;
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text > figure img {
    max-width: 100%;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text h2 {
  line-height: 32px;
}
.urunler-page .max-width .urunler-contents .urunler-text p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .urunler-page .max-width .urunler-contents .urunler-text p {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text p {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .urunler-page .max-width .urunler-contents .urunler-text p {
    font-size: 14px;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text ul li ul {
  margin-top: 10px;
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text ul li ul {
    background-size: 14px;
    font-size: 14px;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .detay-items {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.urunler-page .max-width .urunler-contents .urunler-text .detay-items h3 {
  margin-bottom: unset;
}
@media (max-width: 1024px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items h3 {
    font-size: 15px;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item {
  max-width: calc((100% - 20px) / 2);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
  background: #e4e4e5;
  padding: 10px 20px;
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item {
    max-width: 100%;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item h3 {
  width: 100%;
}
@media (max-width: 1024px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item h3 {
    font-size: 15px;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item.standart {
  max-width: calc(30% - 10px);
  width: 100%;
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item.standart {
    max-width: 100%;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item.malzeme {
  max-width: calc(70% - 10px);
  width: 100%;
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item.malzeme {
    max-width: 100%;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item .items {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item .items {
    gap: 0;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item .items ul {
  max-width: calc((100% - 10px) / 2);
  width: 100%;
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item .items ul {
    max-width: 100%;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item .items ul li {
  background-size: 14px;
  font-size: 16px;
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text .detay-items .detay-item .items ul li {
    font-size: 14px;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .urunler-list {
  width: 100%;
}
.urunler-page .max-width .urunler-contents .urunler-text .urunler-list h2 {
  width: max-content;
}
@media (max-width: 1024px) {
  .urunler-page .max-width .urunler-contents .urunler-text .urunler-list h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .urunler-page .max-width .urunler-contents .urunler-text .urunler-list h2 {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text .urunler-list h2 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .urunler-page .max-width .urunler-contents .urunler-text .urunler-list h2 {
    font-size: 16px;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .urunler-list h2.border-bottom-blue {
  border-bottom-color: black;
}
.urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  cursor: pointer;
}
.urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  max-width: calc((100% - 40px) / 3);
  width: 100%;
}
@media (max-width: 1024px) {
  .urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun {
    max-width: 100%;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun figure {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: linear-gradient(90deg, rgba(112, 181, 248, 0.4) 50%, rgba(101, 86, 119, 0.4) 100%);
}
.urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun figure:hover img {
  transform: scale(1.2);
}
.urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun figure img {
  width: 100%;
  overflow: hidden;
  object-position: center;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.04);
}
.urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun .image-text {
  background-color: #e2e2e4;
  padding: 10px;
  width: 100%;
}
.urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun .image-text h3 {
  width: 100%;
  margin: unset;
  font-size: 16px;
  min-height: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun .image-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun .image-text h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun .image-text h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .urunler-page .max-width .urunler-contents .urunler-text .urunler-list .urunler .urun .image-text h3 {
    font-size: 15px;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .diger-ekipman {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
}
.urunler-page .max-width .urunler-contents .urunler-text .diger-ekipman > img {
  max-width: calc((100% - 20px) / 2);
  width: 100%;
}
@media (max-width: 1024px) {
  .urunler-page .max-width .urunler-contents .urunler-text .diger-ekipman > img {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .urunler-page .max-width .urunler-contents .urunler-text .diger-ekipman > img {
    max-width: 50%;
    margin: 0 auto;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .diger-ekipman .diger-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
  max-width: calc((100% - 20px) / 2);
  width: 100%;
}
@media (max-width: 1024px) {
  .urunler-page .max-width .urunler-contents .urunler-text .diger-ekipman .diger-text {
    max-width: 100%;
  }
}
.urunler-page .max-width .urunler-contents .urunler-text .diger-ekipman .diger-text > h3 {
  width: 100%;
  margin: unset;
}
.urunler-page .max-width .urunler-contents .urunler-text .diger-ekipman .diger-text > .detay-items .detay-item {
  max-width: 100%;
}

.urunler-list {
  width: 100%;
}
.urunler-list h2 {
  width: max-content;
}
@media (max-width: 1024px) {
  .urunler-list h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .urunler-list h2 {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .urunler-list h2 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .urunler-list h2 {
    font-size: 16px;
  }
}
.urunler-list h2.border-bottom-blue {
  border-bottom-color: black;
}
.urunler-list .urunler {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  cursor: pointer;
}
.urunler-list .urunler .urun {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  max-width: calc((100% - 40px) / 3);
  width: 100%;
}
@media (max-width: 1024px) {
  .urunler-list .urunler .urun {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 425px) {
  .urunler-list .urunler .urun {
    max-width: 100%;
  }
}
.urunler-list .urunler .urun figure {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: linear-gradient(90deg, rgba(112, 181, 248, 0.4) 50%, rgba(101, 86, 119, 0.4) 100%);
}
.urunler-list .urunler .urun figure:hover img {
  transform: scale(1.2);
}
.urunler-list .urunler .urun figure img {
  width: 100%;
  overflow: hidden;
  object-position: center;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.04);
}
.urunler-list .urunler .urun .image-text {
  background-color: #e2e2e4;
  padding: 10px;
  width: 100%;
}
.urunler-list .urunler .urun .image-text h3 {
  width: 100%;
  margin: unset;
  font-size: 16px;
  min-height: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .urunler-list .urunler .urun .image-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .urunler-list .urunler .urun .image-text h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .urunler-list .urunler .urun .image-text h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .urunler-list .urunler .urun .image-text h3 {
    font-size: 15px;
  }
}

.projeler-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projeler-page .max-width {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  width: 100%;
}
.projeler-page .max-width h1 {
  margin: 0 auto;
  width: max-content;
  padding: 15px 5px 5px 5px;
  margin-bottom: 20px;
  border-color: black;
}
@media (max-width: 1024px) {
  .projeler-page .max-width h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .projeler-page .max-width h1 {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .projeler-page .max-width h1 {
    font-size: 23px;
  }
}
@media (max-width: 375px) {
  .projeler-page .max-width h1 {
    font-size: 20px;
  }
}
.projeler-page .max-width p {
  font-size: 18px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 425px) {
  .projeler-page .max-width p {
    font-size: 14px;
  }
}
.projeler-page .max-width .proje-items {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.projeler-page .max-width .proje-items.item {
  gap: 10px;
}
.projeler-page .max-width .proje-items .proje-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.projeler-page .max-width .proje-items .proje-item:hover img {
  filter: sepia(0);
  opacity: 1;
}
.projeler-page .max-width .proje-items .proje-item:hover h2 {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .projeler-page .max-width .proje-items .proje-item:hover h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .projeler-page .max-width .proje-items .proje-item:hover h2 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .projeler-page .max-width .proje-items .proje-item:hover h2 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .projeler-page .max-width .proje-items .proje-item:hover h2 {
    font-size: 15px;
  }
}
.projeler-page .max-width .proje-items .proje-item h2 {
  width: 100%;
  padding: 0 10px;
  min-height: 56px;
  font-size: 22px;
  border-left: 5px solid #313292;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .projeler-page .max-width .proje-items .proje-item h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .projeler-page .max-width .proje-items .proje-item h2 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .projeler-page .max-width .proje-items .proje-item h2 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .projeler-page .max-width .proje-items .proje-item h2 {
    font-size: 15px;
  }
}
.projeler-page .max-width .proje-items .proje-item img {
  width: 100%;
  filter: sepia(1);
  opacity: 0.6;
}
.projeler-page .max-width .proje-items .proje-item.item {
  max-width: calc((100% - 30px) / 4);
  width: 100%;
}
@media (max-width: 1280px) {
  .projeler-page .max-width .proje-items .proje-item.item {
    max-width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 768px) {
  .projeler-page .max-width .proje-items .proje-item.item {
    max-width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 500px) {
  .projeler-page .max-width .proje-items .proje-item.item {
    max-width: 100%;
  }
}

.referanslar-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.referanslar-page .max-width {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 50px;
  width: 100%;
}
.referanslar-page .max-width h1 {
  margin: 0 auto;
  width: max-content;
  padding: 15px 5px 5px 5px;
  margin-bottom: 20px;
  border-color: black;
}
@media (max-width: 1024px) {
  .referanslar-page .max-width h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .referanslar-page .max-width h1 {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .referanslar-page .max-width h1 {
    font-size: 23px;
  }
}
@media (max-width: 375px) {
  .referanslar-page .max-width h1 {
    font-size: 20px;
  }
}
.referanslar-page .max-width p {
  font-size: 18px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 425px) {
  .referanslar-page .max-width p {
    font-size: 14px;
  }
}
.referanslar-page .max-width .referanslar-items {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.referanslar-page .max-width .referanslar-items img {
  max-width: calc((100% - 100px) / 6);
  width: 100%;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .referanslar-page .max-width .referanslar-items img {
    max-width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 768px) {
  .referanslar-page .max-width .referanslar-items img {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 425px) {
  .referanslar-page .max-width .referanslar-items img {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 375px) {
  .referanslar-page .max-width .referanslar-items img {
    max-width: 100%;
  }
}
.referanslar-page .max-width .referanslar-items img:hover {
  filter: grayscale(0);
}

.blog-page h1 {
  text-align: center;
  width: max-content;
  padding: 15px 5px 5px 5px;
  margin-bottom: 20px;
  border-bottom: 3px solid #000;
}
@media (max-width: 1024px) {
  .blog-page h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .blog-page h1 {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .blog-page h1 {
    font-size: 23px;
  }
}
@media (max-width: 375px) {
  .blog-page h1 {
    font-size: 20px;
  }
}
.blog-page .blogs {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.blog-page .blogs .item {
  max-width: calc((100% - 45px) / 4);
  width: 100%;
  border-radius: 15px;
  background-color: #1a2c50;
}
.blog-page .blogs .item figure {
  width: 100%;
  overflow: hidden;
}
.blog-page .blogs .item figure img {
  width: 100%;
  float: left;
}
.blog-page .blogs .item h2 {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  padding: 0 10px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .blog-page .blogs .item h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .blog-page .blogs .item h2 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .blog-page .blogs .item h2 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .blog-page .blogs .item h2 {
    font-size: 15px;
  }
}
.blog-page .blogs .item p {
  padding: 0 10px;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .blog-page .blogs .item p {
    font-size: 14px;
  }
}
.blog-page .blogs .item .alt-bilgi {
  width: 100%;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-top: 3px solid #dfdfdf;
}
.blog-page .blogs .item .alt-bilgi .tarih {
  color: #dfdfdf;
}
.blog-page .blogs .item .alt-bilgi .incele {
  color: #dfdfdf;
}
.blog-page .blogs .item:hover .alt-bilgi .incele i {
  transform: rotate(360deg);
}

.blog-detay-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../images/user/site/kurumsal-bg.png");
}
.blog-detay-page .max-width {
  gap: 50px;
  width: 100%;
}
.blog-detay-page .max-width h1 {
  width: max-content;
  padding: 15px 5px 5px 5px;
  margin-bottom: 20px;
  border-color: black;
}
@media (max-width: 1024px) {
  .blog-detay-page .max-width h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .blog-detay-page .max-width h1 {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .blog-detay-page .max-width h1 {
    font-size: 23px;
  }
}
@media (max-width: 375px) {
  .blog-detay-page .max-width h1 {
    font-size: 20px;
  }
}
.blog-detay-page .max-width .blog-detay-text {
  width: 100%;
}
.blog-detay-page .max-width .blog-detay-text img {
  float: right;
  max-width: 350px;
  margin: 0 0 20px 30px;
}
@media (max-width: 425px) {
  .blog-detay-page .max-width .blog-detay-text img {
    float: unset;
    margin: 0 auto 20px;
  }
}
.blog-detay-page .max-width .blog-detay-text p {
  font-size: 18px;
  padding-bottom: 20px;
}
@media (max-width: 425px) {
  .blog-detay-page .max-width .blog-detay-text p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .blog-detay-page .max-width .blog-detay-text p {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .blog-detay-page .max-width .blog-detay-text p {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .blog-detay-page .max-width .blog-detay-text p {
    font-size: 16px;
  }
}
.blog-detay-page .max-width .blog-detay-text h2 {
  width: max-content;
  padding: 15px 5px 5px 5px;
  margin-bottom: 20px;
  font-size: 28px;
  border-color: black;
}
@media (max-width: 1024px) {
  .blog-detay-page .max-width .blog-detay-text h2 {
    font-size: 25px;
  }
}
.blog-detay-page .max-width .blog-detay-text .iletisim-social {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.blog-detay-page .max-width .blog-detay-text .iletisim-social .social-card {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 50%;
  background: #313293;
}
.blog-detay-page .max-width .blog-detay-text .iletisim-social .social-card:hover {
  background: #42b6f0;
}
.blog-detay-page .max-width .blog-detay-text .iletisim-social .social-card img {
  float: unset;
  margin: unset;
}
.blog-detay-page .max-width .blog-detay-text .galeriler {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  cursor: pointer;
}
.blog-detay-page .max-width .blog-detay-text .galeriler .galeri {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  max-width: calc((100% - 60px) / 4);
  width: 100%;
}
@media (max-width: 1024px) {
  .blog-detay-page .max-width .blog-detay-text .galeriler .galeri {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .blog-detay-page .max-width .blog-detay-text .galeriler .galeri {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 425px) {
  .blog-detay-page .max-width .blog-detay-text .galeriler .galeri {
    max-width: 100%;
  }
}
.blog-detay-page .max-width .blog-detay-text .galeriler .galeri figure {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: linear-gradient(90deg, rgba(112, 181, 248, 0.4) 50%, rgba(101, 86, 119, 0.4) 100%);
}
.blog-detay-page .max-width .blog-detay-text .galeriler .galeri figure img {
  width: 100%;
  overflow: hidden;
  object-position: center;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.04);
}
.blog-detay-page .max-width .blog-detay-text .galeriler .galeri figure:hover img {
  transform: scale(1.2);
}
.blog-detay-page .max-width .blog-detay-text .galeriler .galeri .image-text {
  background-color: #e2e2e4;
  padding: 10px;
  width: 100%;
}
.blog-detay-page .max-width .blog-detay-text .galeriler .galeri .image-text h3 {
  width: 100%;
  margin: unset;
  font-size: 16px;
  min-height: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .blog-detay-page .max-width .blog-detay-text .galeriler .galeri .image-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .blog-detay-page .max-width .blog-detay-text .galeriler .galeri .image-text h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .blog-detay-page .max-width .blog-detay-text .galeriler .galeri .image-text h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .blog-detay-page .max-width .blog-detay-text .galeriler .galeri .image-text h3 {
    font-size: 15px;
  }
}
.blog-detay-page .max-width .blog-detay-items {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 35px;
  margin-top: 35px;
  flex-wrap: wrap;
}
.blog-detay-page .max-width .blog-detay-items .blog-detay-item {
  max-width: calc((100% - 105px) / 4);
  width: 100%;
  background: #313293;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .blog-detay-page .max-width .blog-detay-items .blog-detay-item {
    max-width: calc((100% - 70px) / 3);
  }
}
@media (max-width: 768px) {
  .blog-detay-page .max-width .blog-detay-items .blog-detay-item {
    max-width: calc((100% - 35px) / 2);
  }
}
@media (max-width: 425px) {
  .blog-detay-page .max-width .blog-detay-items .blog-detay-item {
    max-width: 100%;
  }
}
.blog-detay-page .max-width .blog-detay-items .blog-detay-item img {
  width: 100%;
}
.blog-detay-page .max-width .blog-detay-items .blog-detay-item p {
  padding: 0 10px;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
  color: #FFFFFF;
}
@media (max-width: 425px) {
  .blog-detay-page .max-width .blog-detay-items .blog-detay-item p {
    font-size: 14px;
  }
}
.blog-detay-page .max-width .blog-detay-items .blog-detay-item h3 {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  padding: 0 5px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .blog-detay-page .max-width .blog-detay-items .blog-detay-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .blog-detay-page .max-width .blog-detay-items .blog-detay-item h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .blog-detay-page .max-width .blog-detay-items .blog-detay-item h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .blog-detay-page .max-width .blog-detay-items .blog-detay-item h3 {
    font-size: 15px;
  }
}
.blog-detay-page .max-width .blog-detay-items .blog-detay-item .alt-bilgi {
  margin-bottom: 15px;
  margin-top: 25px;
  border-top: 5px solid #e1e1e1;
  width: 100%;
  padding: 15px 10px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-detay-page .max-width .blog-detay-items .blog-detay-item .alt-bilgi .tarih {
  color: #ffffff;
}
@media (max-width: 425px) {
  .blog-detay-page .max-width .blog-detay-items .blog-detay-item .alt-bilgi .tarih {
    font-size: 14px;
  }
}
.blog-detay-page .max-width .blog-detay-items .blog-detay-item .incele {
  color: #FFFFFF;
  padding-right: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
@media (max-width: 425px) {
  .blog-detay-page .max-width .blog-detay-items .blog-detay-item .incele {
    font-size: 14px;
  }
}
.blog-detay-page .max-width .blog-detay-items .blog-detay-item .incele i {
  padding-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
@media (max-width: 425px) {
  .blog-detay-page .max-width .blog-detay-items .blog-detay-item .incele i {
    font-size: 14px;
  }
}
.blog-detay-page .max-width .blog-detay-items .blog-detay-item .incele:hover {
  padding-right: 5px;
}
.blog-detay-page .max-width .blog-detay-items .blog-detay-item .incele:hover i {
  padding-left: 20px;
}

.blog-detay-items {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 35px;
  margin-top: 35px;
  flex-wrap: wrap;
}
.blog-detay-items .blog-detay-item {
  max-width: calc((100% - 70px) / 3);
  width: 100%;
  background: #313293;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .blog-detay-items .blog-detay-item {
    max-width: calc((100% - 70px) / 3);
  }
}
@media (max-width: 768px) {
  .blog-detay-items .blog-detay-item {
    max-width: calc((100% - 35px) / 2);
  }
}
@media (max-width: 425px) {
  .blog-detay-items .blog-detay-item {
    max-width: 100%;
  }
}
.blog-detay-items .blog-detay-item img {
  width: 100%;
}
.blog-detay-items .blog-detay-item p {
  padding: 0 10px;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
  color: #FFFFFF;
}
@media (max-width: 425px) {
  .blog-detay-items .blog-detay-item p {
    font-size: 14px;
  }
}
.blog-detay-items .blog-detay-item h3 {
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  padding: 0 5px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .blog-detay-items .blog-detay-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .blog-detay-items .blog-detay-item h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .blog-detay-items .blog-detay-item h3 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .blog-detay-items .blog-detay-item h3 {
    font-size: 15px;
  }
}
.blog-detay-items .blog-detay-item .alt-bilgi {
  margin-bottom: 15px;
  margin-top: 25px;
  border-top: 5px solid #e1e1e1;
  width: 100%;
  padding: 15px 10px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-detay-items .blog-detay-item .alt-bilgi .tarih {
  color: #ffffff;
}
@media (max-width: 425px) {
  .blog-detay-items .blog-detay-item .alt-bilgi .tarih {
    font-size: 14px;
  }
}
.blog-detay-items .blog-detay-item .incele {
  color: #FFFFFF;
  padding-right: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
@media (max-width: 425px) {
  .blog-detay-items .blog-detay-item .incele {
    font-size: 14px;
  }
}
.blog-detay-items .blog-detay-item .incele i {
  padding-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
@media (max-width: 425px) {
  .blog-detay-items .blog-detay-item .incele i {
    font-size: 14px;
  }
}
.blog-detay-items .blog-detay-item .incele:hover {
  padding-right: 5px;
}
.blog-detay-items .blog-detay-item .incele:hover i {
  padding-left: 20px;
}

.iletisim-page {
  width: 100%;
  margin: 0 auto;
}
.iletisim-page .max-width {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.iletisim-page .max-width h1 {
  width: max-content;
  padding: 15px 5px 5px 5px;
  margin-bottom: 20px;
  border-color: black;
}
@media (max-width: 1024px) {
  .iletisim-page .max-width h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .iletisim-page .max-width h1 {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .iletisim-page .max-width h1 {
    font-size: 23px;
  }
}
@media (max-width: 375px) {
  .iletisim-page .max-width h1 {
    font-size: 20px;
  }
}
.iletisim-page .max-width .iletisim-text p {
  font-size: 18px;
  padding-bottom: 20px;
}
@media (max-width: 425px) {
  .iletisim-page .max-width .iletisim-text p {
    font-size: 14px;
  }
}
.iletisim-page .max-width .form-control {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.iletisim-page .max-width .form-control h2 {
  font-size: 25px;
  width: max-content;
  padding: 15px 5px 5px 5px;
  margin-bottom: 20px;
  color: black;
  border-color: black;
}
@media (max-width: 1024px) {
  .iletisim-page .max-width .form-control h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .iletisim-page .max-width .form-control h2 {
    font-size: 23px;
  }
}
@media (max-width: 425px) {
  .iletisim-page .max-width .form-control h2 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .iletisim-page .max-width .form-control h2 {
    font-size: 16px;
  }
}
.iletisim-page .max-width .form-control .form-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 30px;
}
@media (max-width: 425px) {
  .iletisim-page .max-width .form-control .form-items {
    gap: 15px;
  }
}
.iletisim-page .max-width .form-control .form-items .form-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  flex-wrap: wrap;
}
.iletisim-page .max-width .form-control .form-items .form-item .item {
  max-width: calc((100% - 15px) / 2);
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 425px) {
  .iletisim-page .max-width .form-control .form-items .form-item .item {
    max-width: 100%;
  }
}
.iletisim-page .max-width .form-control .form-items .form-item .item.message {
  max-width: 100%;
  margin: 0;
  height: 100px;
}
.iletisim-page .max-width .form-control .form-items .input-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iletisim-page .max-width .form-control .form-items .input-btn .gonder {
  padding: 10px;
  margin-bottom: 50px;
  background: rgba(0, 0, 0, 0.12);
  border: rgba(0, 0, 0, 0.12);
  font-size: 25px;
  border-radius: 10px;
}
@media (max-width: 425px) {
  .iletisim-page .max-width .form-control .form-items .input-btn .gonder {
    font-size: 14px;
  }
}
.iletisim-page .max-width .form-control .form-items .input-btn .gonder:hover {
  background: #313291;
  color: #FFFFFF;
}
.iletisim-page .max-width .iletisim-bilgileri {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.iletisim-page .max-width .iletisim-bilgileri .iletisim-harita {
  max-width: calc((100% - 20px) / 2);
  width: 100%;
  -webkit-box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px -8px rgba(0, 0, 0, 0.75);
}
@media (max-width: 768px) {
  .iletisim-page .max-width .iletisim-bilgileri .iletisim-harita {
    max-width: 100%;
  }
}
.iletisim-page .max-width .iletisim-bilgileri .iletisim-bilgileri-items {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc((100% - 20px) / 2);
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .iletisim-page .max-width .iletisim-bilgileri .iletisim-bilgileri-items {
    max-width: 100%;
  }
}
.iletisim-page .max-width .iletisim-bilgileri .iletisim-bilgileri-items .iletisim-bilgileri-item {
  max-width: calc((100% - 20px) / 2);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 10px;
  min-height: 235px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
@media (max-width: 1024px) {
  .iletisim-page .max-width .iletisim-bilgileri .iletisim-bilgileri-items .iletisim-bilgileri-item {
    min-height: 260px;
  }
}
@media (max-width: 425px) {
  .iletisim-page .max-width .iletisim-bilgileri .iletisim-bilgileri-items .iletisim-bilgileri-item {
    max-width: 100%;
  }
}
.iletisim-page .max-width .iletisim-bilgileri .iletisim-bilgileri-items .iletisim-bilgileri-item img {
  width: 20%;
}
.iletisim-page .max-width .iletisim-bilgileri .iletisim-bilgileri-items .iletisim-bilgileri-item i {
  font-size: 50px;
}
.iletisim-page .max-width .iletisim-bilgileri .iletisim-bilgileri-items .iletisim-bilgileri-item p {
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .iletisim-page .max-width .iletisim-bilgileri .iletisim-bilgileri-items .iletisim-bilgileri-item p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 425px) {
  .iletisim-page .max-width .iletisim-bilgileri .iletisim-bilgileri-items .iletisim-bilgileri-item p {
    font-size: 14px;
  }
}

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