@charset "UTF-8";
@import url("./cdrstrap.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-family: "Manrope", serif;
}

body {
  background-color: #fdfdfd;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

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

.mm-menu.mm-theme-dark {
  background-color: #0a1c3a;
  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: #0a1c3a !important;
}

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

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

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

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

.mm-listview > li:not(.mm-divider):after {
  background-color: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 1280px) {
  .mm-panel.mm-opened .mm-listview .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .mm-panel.mm-opened .mm-listview .social-link li a i {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .mm-panel.mm-opened .mm-listview .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .mm-panel.mm-opened .mm-listview .social-link li a i {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .mm-panel.mm-opened .mm-listview .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
  }
  .mm-panel.mm-opened .mm-listview .social-link li a i {
    font-size: 24px;
  }
}
#mm-blocker {
  z-index: 11;
}

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

@media (max-width: 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) i {
    font-size: 24px;
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) i {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img.header-home-img {
    height: 25px;
  }
  .mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) img {
    height: 20px;
  }
}
.web-none {
  display: none;
}
@media (max-width: 1024px) {
  .web-none {
    display: block;
  }
}

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

header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: sticky;
  z-index: 10;
  background-color: #0a1c3a;
  border-bottom: 2px solid #ffffff;
}
header .top {
  height: 40px;
  background-color: #ffffff;
}
@media (max-width: 500px) {
  header .top {
    display: none;
  }
}
header .top .max-width {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 6px 0;
}
header .top .max-width .left {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 30px;
}
header .top .max-width .left .telefon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
header .top .max-width .left .telefon a {
  font-size: 14px;
  line-height: 20px;
  color: #0a1c3a;
}
header .top .max-width .left .mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
header .top .max-width .left .mail a {
  font-size: 14px;
  line-height: 20px;
  color: #0a1c3a;
}
header .top .max-width .right {
  display: flex;
  align-items: end;
  justify-content: end;
}
header .top .max-width .right .social-media {
  display: flex;
  gap: 8px;
}
header .top .max-width .right .social-media a {
  color: #0a1c3a;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top .max-width .right .social-media a img {
  width: 20px;
  height: 20px;
  color: #0a1c3a;
}
header .top .max-width .right .social-media a i {
  font-size: 24px;
}
header .bottom {
  width: 100%;
}
header .bottom nav {
  position: relative;
  background-color: #0a1c3a;
}
@media (max-width: 600px) {
  header .bottom nav {
    border-top: none;
  }
}
header .bottom nav .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  background-color: #0a1c3a;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
header .bottom nav .max-width a {
  cursor: pointer;
}
header .bottom nav .max-width a.logo {
  height: 100%;
  width: auto;
  padding: 10px 0;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width a.logo {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 600px) {
  header .bottom nav .max-width a.logo {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width a.logo {
    padding: 0 0 0 15px;
  }
}
header .bottom nav .max-width a.logo img {
  max-height: 68px;
  height: 100%;
  width: auto;
}
@media (max-width: 600px) {
  header .bottom nav .max-width a.logo img {
    height: 55px;
  }
}
@media (max-width: 400px) {
  header .bottom nav .max-width a.logo img {
    height: 50px;
  }
}
@media (max-width: 360px) {
  header .bottom nav .max-width a.logo img {
    height: 45px;
  }
}
header .bottom nav .max-width a.logo.autodesk {
  max-height: 68px;
  height: 100%;
  width: auto;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width a.logo.autodesk {
    max-height: 50px;
    height: 100%;
    margin-right: 10px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width a.logo.autodesk {
    display: none;
  }
}
header .bottom nav .max-width .right {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 200px);
  gap: 30px;
}
header .bottom nav .max-width .right ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  width: 100%;
  background-color: #0a1c3a;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width .right ul {
    display: none;
  }
}
header .bottom nav .max-width .right ul li {
  color: #ffffff;
  font-weight: 400;
  position: relative;
  line-height: 25px;
  padding: 10px 0;
}
header .bottom nav .max-width .right ul li.web-none {
  display: none;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width .right ul li.web-none {
    display: unset;
  }
}
header .bottom nav .max-width .right ul li.margin-right-minus {
  margin-right: -17px !important;
}
header .bottom nav .max-width .right ul li.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1280px) {
  header .bottom nav .max-width .right ul li.social-link a {
    width: 34px;
    height: 34px;
    border: 1px solid rgb(67, 67, 67);
    border-radius: 50%;
    margin-right: 5px;
  }
}
@media (min-width: 1280px) {
  header .bottom nav .max-width .right ul li.social-link a.web-none {
    display: none;
  }
}
header .bottom nav .max-width .right ul li.social-link a img {
  border-radius: 50%;
}
header .bottom nav .max-width .right ul li.social-link a i {
  font-size: 26px;
  width: 34px;
  height: 34px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
}
header .bottom nav .max-width .right ul li.main-li:hover:not(.social-link) > a:before {
  width: calc(50% + 10px);
  height: 2px;
}
header .bottom nav .max-width .right ul li.main-li:hover:not(.social-link) > a:after {
  width: calc(50% + 10px);
}
header .bottom nav .max-width .right ul li:hover a {
  color: #ffffff;
}
header .bottom nav .max-width .right ul li:hover ul {
  padding: 10px 15px;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu {
  opacity: 1;
  visibility: visible;
  width: fit-content;
  overflow: unset;
  animation: alt-menu-onhover 0.5s ease-in-out;
  top: 45px;
  border-radius: 5px;
  padding: 0;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li {
  padding: 10px;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li img {
  width: 20px;
  height: 20px;
  opacity: 1;
  visibility: visible;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu li a {
  padding: 0 10px;
  font-weight: 600;
}
header .bottom nav .max-width .right ul li.social-link:hover ul {
  margin-top: 0;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li {
  padding: 10px;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li a {
  padding: 0;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li:hover a {
  color: #ffffff;
}
header .bottom nav .max-width .right ul li.social-link:hover ul.altmenu li:hover a span {
  color: #ffffff;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog {
  background-color: #000000;
  padding: 0 10px;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog:hover {
  background-color: #5177aa;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog a {
  color: #ffffff;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog a:before {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .katalog a:after {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al {
  background-color: #5177aa;
  padding: 0 10px;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al:hover {
  background-color: #575757;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al a {
  color: #ffffff;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al a:before {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li.main-li.header-etiket .teklif-al a:after {
  width: 0;
  height: 0;
  background-color: transparent;
}
header .bottom nav .max-width .right ul li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right ul li a:before {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  height: 1px;
  bottom: 12px;
  background-color: #f5c600;
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width 678px) {
  header .bottom nav .max-width .right ul li a:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 1px;
    bottom: 12px;
    background-color: #f5c600;
    transform: scaleY(1);
  }
}
header .bottom nav .max-width .right ul li a:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 0%;
  height: 2px;
  background-color: #f5c600;
  bottom: 12px;
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 678px) {
  header .bottom nav .max-width .right ul li a:after {
    content: "";
    position: absolute;
    top: -10px;
    width: 0%;
    height: 2px;
    background-color: #5177aa;
    bottom: 12px;
    transform: scaleY(1);
  }
}
header .bottom nav .max-width .right ul li ul.altmenu {
  animation: alt-menu-outhover 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #0a1c3a;
  top: 25px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  z-index: 3;
  width: 0;
  min-width: 0;
  overflow: hidden;
  gap: 0;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
header .bottom nav .max-width .right ul li ul.altmenu li {
  width: 100%;
  min-height: 39px;
  max-height: 39px;
  height: max-content;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #0a1c3a;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #f5c600;
}
header .bottom nav .max-width .right ul li ul.altmenu li:nth-last-child(1) {
  border-bottom: none;
}
header .bottom nav .max-width .right ul li ul.altmenu li:hover {
  background-color: #f5c600;
}
header .bottom nav .max-width .right ul li ul.altmenu li:hover a {
  color: #ffffff;
}
header .bottom nav .max-width .right ul li ul.altmenu li img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
header .bottom nav .max-width .right ul li ul.altmenu li a {
  color: #ffffff;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  justify-content: flex-start;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right a {
  text-decoration: none;
  color: rgb(67, 67, 67);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
header .bottom nav .max-width .right a.lang-link img {
  margin: 0;
  width: 18px;
  height: 18px;
  opacity: 0.73;
}
header .bottom nav .max-width .right a.lang-link span {
  font-size: 18px;
  line-height: 28px;
  color: rgb(67, 67, 67);
  font-weight: 700;
}
header .bottom nav .max-width #close {
  display: none;
  color: #ffffff;
  right: 0;
  font-size: 24px;
  margin: 0 25px 0 0;
}
@media (max-width: 767px) {
  header .bottom nav .max-width #close {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1280px) {
  header .bottom nav .max-width #close {
    display: block !important;
    color: #000000;
  }
  header .bottom nav .max-width #close i {
    font-size: 32px;
    background: #ffffff;
    color: #0a1c3a;
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width #close i {
    font-size: 40px;
  }
}
header .bottom nav .max-width #close .bar {
  width: 35px;
  max-height: 30px;
  height: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 769px) and (max-width: 1280px) {
  header .bottom nav .max-width #close .bar {
    display: none;
  }
}
header .bottom nav .max-width #close .bar .line {
  width: 100%;
  height: 4px;
  background-color: #5177aa;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width #close .bar .line {
    margin-left: 5px;
    background-color: #ffffff;
  }
}

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

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

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

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

@keyframes alt-menu-onhover {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes alt-menu-outhover {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.yuzenalan {
  display: none;
}
@media only screen and (max-width: 500px) {
  .yuzenalan {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-image: url(../../images/user/site/yuzalan.png);
    z-index: 999;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 0;
  }
}
@media only screen and (max-width: 460px) {
  .yuzenalan {
    height: 75px;
  }
}
@media only screen and (max-width: 375px) {
  .yuzenalan {
    height: 72px;
  }
}
@media only screen and (max-width: 360px) {
  .yuzenalan {
    height: 62px;
  }
}
.yuzenalan #whatsapp-message {
  max-width: 30%;
  width: 100%;
  display: block;
  height: 75px;
}
.yuzenalan #callPhone {
  max-width: 30%;
  width: 100%;
  display: block;
  height: 75px;
}
.yuzenalan #yuzenRandevu {
  max-width: 40%;
  width: 100%;
  display: block;
  height: 75px;
}

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

.sabit-randevu-al {
  position: fixed;
  right: -1px;
  top: calc(50% - 122px);
  padding: 15px 12px;
  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: linear-gradient(0deg, rgb(10, 28, 58) 39%, rgb(58, 100, 161) 100%);
  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: 200px;
  width: auto;
}

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

.breadcrumb {
  background-color: #0a1c3a;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-block: 15px;
  font-family: "Akhand", sans-serif;
  letter-spacing: 1.3px;
  border-top: 1px solid #ffffff;
}
.breadcrumb .breadcrumb-list {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-list i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #FFFFFF;
}
.breadcrumb .breadcrumb-list i.homepage-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
}
.breadcrumb .breadcrumb-list a {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}

.current {
  color: #f7c000;
  font-weight: bold;
  font-family: "Akhand Extrabold", sans-serif;
}

.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  width: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 768px;
}
@media (max-width: 1024px) {
  .not-found {
    min-height: 600px;
  }
}
.not-found h1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding-top: 75px;
}

p.firma-adi {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #5177aa;
}
@media (max-width: 500px) {
  p.firma-adi {
    font-size: 18px;
    line-height: 18px;
  }
}

h2.anasayfa-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 44px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 500px) {
  h2.anasayfa-h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media (max-width: 400px) {
  h2.anasayfa-h2 {
    font-size: 36px;
    line-height: 50px;
  }
}

p.anasayfa-anons {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.6509803922);
}

.populer-kurslar {
  background-color: #ffffff;
}
.populer-kurslar .max-width {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-top: 10px;
  gap: 0;
  flex-direction: column;
}
.populer-kurslar .max-width .baslik-alani {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.populer-kurslar .max-width .baslik-alani .firma-adi {
  color: #5177aa;
  letter-spacing: 1px;
  text-align: center;
}
.populer-kurslar .max-width .baslik-alani .anasayfa-h2 {
  color: #0a1c3a;
  text-align: center;
}
.populer-kurslar .max-width .baslik-alani h3 {
  color: #0a1c3a;
  font-size: 42px;
  line-height: 52px;
}
.populer-kurslar .max-width .kurslar .kurs:nth-child(4) {
  display: none;
}
@media (max-width: 768px) {
  .populer-kurslar .max-width .kurslar .kurs:nth-child(4) {
    display: flex;
  }
}
.populer-kurslar .incele-butonu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.populer-kurslar .incele-butonu .incele {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: #5177aa;
  border-radius: 26px;
  gap: 5px;
  border: 2px solid #5177aa;
}
@media (max-width: 500px) {
  .populer-kurslar .incele-butonu .incele {
    font-size: 14px;
    line-height: 14px;
  }
}

.kurslar {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .kurslar {
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .kurslar {
    flex-wrap: wrap;
  }
}
.kurslar .kurs {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kurslar .kurs {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .kurslar .kurs {
    max-width: 100%;
  }
}
.kurslar .kurs figure {
  width: 100%;
  overflow: hidden;
}
.kurslar .kurs figure img {
  width: 100%;
  float: left;
}
.kurslar .kurs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(10, 28, 58, 0.75) 0%, rgba(81, 119, 170, 0) 100%);
  transition: all 0.5s ease-in-out;
}
.kurslar .kurs:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(10, 28, 58, 0.75) 0%, rgba(10, 28, 58, 0.75) 100%);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.kurslar .kurs .text-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: start;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}
.kurslar .kurs .text-area .content {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  padding: 0 10px 20px 20px;
  width: 100%;
  max-height: 74px;
}
.kurslar .kurs .text-area .content .counter {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #f5c600;
}
.kurslar .kurs .text-area .content h3 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.kurslar .kurs .text-area .content h3 span {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  min-height: 26px;
}
.kurslar .kurs .text-area .content i {
  width: 0;
  height: 0;
  padding: 0;
  font-size: 0;
}
.kurslar .kurs .text-area-hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  text-align: center;
}
.kurslar .kurs .text-area-hover:hover .content .counter {
  font-weight: 900;
}
.kurslar .kurs .text-area-hover:hover .content i {
  transform: rotate(360deg);
}
.kurslar .kurs .text-area-hover .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 10px;
  width: 100%;
}
.kurslar .kurs .text-area-hover .content .counter {
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  color: #f5c600;
}
.kurslar .kurs .text-area-hover .content .h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.kurslar .kurs .text-area-hover .content .h3 span {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  min-height: 26px;
}
.kurslar .kurs .text-area-hover .content i {
  width: 35px;
  height: 35px;
  font-size: 20px;
  line-height: 20px;
  border: 2px solid #f5c600;
  color: #f5c600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kurslar .kurs:hover:before {
  opacity: 0;
}
.kurslar .kurs:hover:after {
  opacity: 1;
}
.kurslar .kurs:hover .text-area {
  top: -100%;
}
.kurslar .kurs:hover .text-area .content {
  width: 100%;
}
.kurslar .kurs:hover .text-area-hover {
  bottom: 0;
}

.incele-butonu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.incele-butonu .incele {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: #5177aa;
  border-radius: 26px;
  gap: 5px;
  border: 2px solid #5177aa;
}
.incele-butonu .incele:hover {
  background-color: #5177aa;
  color: #ffffff;
}
@media (max-width: 500px) {
  .incele-butonu .incele {
    font-size: 14px;
    line-height: 14px;
  }
}

.hakkimizda {
  background-color: #e3e3e3;
}
.hakkimizda .max-width {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 100px;
}
@media (max-width: 768px) {
  .hakkimizda .max-width {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .hakkimizda .max-width {
    display: flex;
    flex-wrap: wrap;
  }
}
.hakkimizda .max-width .left {
  max-width: calc((100% - 100px) / 2);
  width: 100%;
  position: relative;
}
@media (max-width: 500px) {
  .hakkimizda .max-width .left {
    max-width: 100%;
    width: 100%;
  }
}
.hakkimizda .max-width .left img {
  width: 100%;
}
@media (max-width: 768px) {
  .hakkimizda .max-width .left img {
    width: 114%;
  }
}
@media (max-width: 500px) {
  .hakkimizda .max-width .left img {
    width: 100%;
  }
}
.hakkimizda .max-width .left figure {
  background-color: #ffffff;
  border-radius: 15px;
  width: 200px;
  padding: 20px;
  position: absolute;
  bottom: 80px;
  right: -60px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 768px) {
  .hakkimizda .max-width .left figure {
    width: 150px;
    right: -74px;
  }
}
@media (max-width: 500px) {
  .hakkimizda .max-width .left figure {
    width: 150px;
    bottom: -74px;
    right: 15px;
  }
}
.hakkimizda .max-width .right {
  max-width: calc((100% - 100px) / 2);
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 500px) {
  .hakkimizda .max-width .right {
    max-width: 100%;
    width: 100%;
  }
}
.hakkimizda .max-width .right .anasayfa-h2 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  font-size: 44px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
  color: #0a1c3a;
}
.hakkimizda .max-width .right h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #3a64a1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .hakkimizda .max-width .right h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.hakkimizda .max-width .right h3 span {
  color: #0a1c3a;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.hakkimizda .max-width .right p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.hakkimizda .max-width .right .incele {
  background-color: #5177aa;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 26px;
  gap: 5px;
  border: 2px solid #5177aa;
}
.hakkimizda .max-width .right .incele:hover {
  background-color: #ffffff;
  color: #5177aa;
}
@media (max-width: 500px) {
  .hakkimizda .max-width .right .incele {
    font-size: 14px;
    line-height: 14px;
  }
}

.tum-egitimlerimiz {
  background: linear-gradient(90deg, rgb(10, 28, 58) 0%, rgb(81, 119, 170) 100%);
}
.tum-egitimlerimiz .max-width {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 0;
}
.tum-egitimlerimiz .max-width .baslik-alani {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.tum-egitimlerimiz .max-width .baslik-alani .firma-adi {
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
}
.tum-egitimlerimiz .max-width .baslik-alani .anasayfa-h2 {
  color: #ffffff;
  text-align: center;
}
.tum-egitimlerimiz .max-width .anasayfa-anons {
  color: #ffffff;
}
.tum-egitimlerimiz .max-width .egitimler {
  margin-top: 30px;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .tum-egitimlerimiz .max-width .egitimler {
    flex-wrap: wrap;
  }
}
.tum-egitimlerimiz .max-width .egitimler .egitim {
  max-width: calc((100% - 60px) / 3);
  width: 100%;
}
@media (max-width: 768px) {
  .tum-egitimlerimiz .max-width .egitimler .egitim {
    max-width: calc((100% - 30px) / 2);
    width: 100%;
  }
}
@media (max-width: 500px) {
  .tum-egitimlerimiz .max-width .egitimler .egitim {
    max-width: 100%;
    width: 100%;
  }
}
.tum-egitimlerimiz .max-width .egitimler .egitim figure {
  width: 100%;
  overflow: hidden;
}
.tum-egitimlerimiz .max-width .egitimler .egitim figure img {
  width: 100%;
  float: left;
}
.tum-egitimlerimiz .max-width .egitimler .egitim .content {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  border-bottom: 2px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.tum-egitimlerimiz .max-width .egitimler .egitim .content .counter {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.tum-egitimlerimiz .max-width .egitimler .egitim .content h3 {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  min-height: 100px;
  color: #ffffff;
  padding: 10px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1024px) {
  .tum-egitimlerimiz .max-width .egitimler .egitim .content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.tum-egitimlerimiz .max-width .egitimler .egitim .content i {
  min-width: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  color: #0a1c3a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tum-egitimlerimiz .max-width .egitimler .egitim:hover .content {
  border-bottom: 2px solid #f5c600;
}
.tum-egitimlerimiz .max-width .egitimler .egitim:hover .content .counter {
  font-size: 30px;
  line-height: 40px;
  width: 40px;
  height: auto;
  color: #f5c600;
  transition: 0.3s ease-in-out;
}
.tum-egitimlerimiz .max-width .egitimler .egitim:hover .content i {
  min-width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 20px;
  background-color: #f5c600;
  color: #0a1c3a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .tum-egitimlerimiz .max-width .egitimler .egitim:hover .content i {
    min-width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 20px;
  }
}
.tum-egitimlerimiz .incele-butonu .incele {
  background-color: #5177aa;
  color: #ffffff;
}
.tum-egitimlerimiz .incele-butonu .incele:hover {
  background-color: #ffffff;
  color: #5177aa;
}
@media (max-width: 500px) {
  .tum-egitimlerimiz .incele-butonu .incele {
    font-size: 14px;
    line-height: 14px;
  }
}

.egitim-programlari {
  background-color: #e3e3e3;
}
.egitim-programlari .max-width .baslik-alani {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .egitim-programlari .max-width .baslik-alani {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .egitim-programlari .max-width .baslik-alani {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
  .egitim-programlari .max-width .baslik-alani .firma-adi {
    font-size: 18px;
    line-height: 18px;
  }
  .egitim-programlari .max-width .baslik-alani .anasayfa-h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 400px) {
  .egitim-programlari .max-width .baslik-alani .firma-adi {
    font-size: 16px;
    line-height: 16px;
  }
  .egitim-programlari .max-width .baslik-alani .anasayfa-h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.egitim-programlari .owl-egitim-programi a figure img {
  filter: grayscale(100%);
}
.egitim-programlari .owl-egitim-programi a figure:hover img {
  filter: none;
}

.etkinliklerimiz {
  background-color: #ffffff;
}
.etkinliklerimiz .max-width {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}
.etkinliklerimiz .max-width .baslik-alani {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.etkinliklerimiz .max-width .baslik-alani .firma-adi {
  color: #5177aa;
  letter-spacing: 1px;
  text-align: center;
}
.etkinliklerimiz .max-width .baslik-alani .anasayfa-h2 {
  color: #0a1c3a;
  text-align: center;
}
.etkinliklerimiz .max-width .baslik-alani h3 {
  color: #0a1c3a;
  font-size: 42px;
  line-height: 52px;
}
.etkinliklerimiz .incele-butonu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.etkinlikler {
  gap: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .etkinlikler {
    flex-wrap: wrap;
  }
}
.etkinlikler .etkinlik {
  max-width: calc((100% - 20px) / 2);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .etkinlikler .etkinlik {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .etkinlikler .etkinlik {
    max-width: 100%;
  }
}
.etkinlikler .etkinlik figure {
  width: 100%;
  overflow: hidden;
}
.etkinlikler .etkinlik figure img {
  width: 100%;
  float: left;
}
.etkinlikler .etkinlik:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(10, 28, 58, 0.75) 0%, rgba(81, 119, 170, 0) 100%);
  transition: all 0.5s ease-in-out;
}
.etkinlikler .etkinlik:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(10, 28, 58, 0.75) 0%, rgba(10, 28, 58, 0.75) 100%);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.etkinlikler .etkinlik .text-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: start;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}
.etkinlikler .etkinlik .text-area .content {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  padding: 0 10px 20px 20px;
  width: 100%;
}
@media (max-width: 500px) {
  .etkinlikler .etkinlik .text-area .content h3 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .etkinlikler .etkinlik .text-area .content h3 {
    font-size: 20px;
  }
}
.etkinlikler .etkinlik .text-area .content .tarih {
  width: 0;
  height: 0;
  padding: 0;
  font-size: 0;
}
.etkinlikler .etkinlik .text-area .content h3 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.etkinlikler .etkinlik .text-area .content i {
  width: 0;
  height: 0;
  padding: 0;
  font-size: 0;
}
.etkinlikler .etkinlik .text-area-hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  text-align: center;
}
.etkinlikler .etkinlik .text-area-hover:hover .content i {
  transform: rotate(360deg);
}
.etkinlikler .etkinlik .text-area-hover .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 10px;
  width: 100%;
}
.etkinlikler .etkinlik .text-area-hover .content .tarih {
  font-size: 24px;
  line-height: 24px;
  color: #f5c600;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.etkinlikler .etkinlik .text-area-hover .content .counter {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #f5c600;
}
.etkinlikler .etkinlik .text-area-hover .content .h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.etkinlikler .etkinlik .text-area-hover .content i {
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 20px;
  border: 2px solid #f5c600;
  color: #f5c600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.etkinlikler .etkinlik:hover:before {
  opacity: 0;
}
.etkinlikler .etkinlik:hover:after {
  opacity: 1;
}
.etkinlikler .etkinlik:hover .text-area {
  top: -100%;
}
.etkinlikler .etkinlik:hover .text-area .content {
  width: 100%;
}
.etkinlikler .etkinlik:hover .text-area-hover {
  bottom: 0;
}

.bilgi-alani {
  background: linear-gradient(90deg, rgb(10, 28, 58) 0%, rgb(81, 119, 170) 100%);
}
.bilgi-alani .max-width {
  display: flex;
  align-items: start;
  justify-content: start;
}
.bilgi-alani .max-width .bilgiler {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 20px;
}
@media (max-width: 768px) {
  .bilgi-alani .max-width .bilgiler {
    flex-wrap: wrap;
  }
}
.bilgi-alani .max-width .bilgiler .bilgi {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  background-color: #e3e3e3;
  padding: 10px;
}
@media (max-width: 768px) {
  .bilgi-alani .max-width .bilgiler .bilgi {
    max-width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 500px) {
  .bilgi-alani .max-width .bilgiler .bilgi {
    max-width: 100%;
  }
}
.bilgi-alani .max-width .bilgiler .bilgi figure {
  width: 60px;
  height: 60px;
}
.bilgi-alani .max-width .bilgiler .bilgi figure img {
  width: 100%;
  height: auto;
}
.bilgi-alani .max-width .bilgiler .bilgi h2 {
  color: #0a1c3a;
}
.bilgi-alani .max-width .bilgiler .bilgi p {
  width: 80%;
  color: #0a1c3a;
  text-align: center;
}
.bilgi-alani .max-width .bilgiler .bilgi i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #3a64a1;
  color: #ffffff;
}
.bilgi-alani .max-width .bilgiler .bilgi:hover {
  background-color: #3a64a1;
}
.bilgi-alani .max-width .bilgiler .bilgi:hover figure .cls-1 {
  fill: #FFFFFF;
}
.bilgi-alani .max-width .bilgiler .bilgi:hover h2 {
  color: #f5c600;
}
.bilgi-alani .max-width .bilgiler .bilgi:hover p {
  color: #ffffff;
}
.bilgi-alani .max-width .bilgiler .bilgi:hover i {
  background-color: #f5c600;
  color: #0a1c3a;
  transform: rotate(360deg);
}

.autodesk-egitimleri {
  background-color: #e3e3e3;
}
.autodesk-egitimleri .max-width .baslik-alani {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .autodesk-egitimleri .max-width .baslik-alani {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .autodesk-egitimleri .max-width .baslik-alani {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
  .autodesk-egitimleri .max-width .baslik-alani .firma-adi {
    font-size: 18px;
    line-height: 18px;
  }
  .autodesk-egitimleri .max-width .baslik-alani .anasayfa-h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.haberler {
  margin-top: 30px;
  display: flex;
  align-items: stretch;
  justify-content: start;
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .haberler {
    flex-wrap: wrap;
  }
}
.haberler .haber {
  max-width: calc((100% - 60px) / 3);
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media (max-width: 768px) {
  .haberler .haber {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 500px) {
  .haberler .haber {
    max-width: 100%;
  }
}
.haberler .haber figure {
  width: 100%;
}
.haberler .haber figure img {
  width: 100%;
}
.haberler .haber h2, .haberler .haber h3 {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #0a1c3a !important;
  font-size: 24px !important;
  line-height: 34px !important;
  min-height: 130px;
  max-height: 130px;
  font-weight: 600;
  border-bottom: 2px solid #5177aa;
  padding: 10px 20px;
  margin-top: 0 !important;
}
@media (max-width: 1024px) {
  .haberler .haber h2, .haberler .haber h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 400px) {
  .haberler .haber h2, .haberler .haber h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.haberler .haber h2 span, .haberler .haber h3 span {
  font-size: 24px;
  line-height: 32px;
}
.haberler .haber .haberi-oku {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.haberler .haber .haberi-oku p {
  color: #5177aa;
  font-weight: bold;
}
.haberler .haber .haberi-oku i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #3a64a1;
  color: #ffffff;
}
.haberler .haber:hover {
  background-color: #0a1c3a;
}
.haberler .haber:hover h2, .haberler .haber:hover h3 {
  background-color: #0a1c3a;
  color: #ffffff !important;
  border-bottom-color: #f5c600;
}
.haberler .haber:hover .haberi-oku {
  background-color: #0a1c3a;
}
.haberler .haber:hover .haberi-oku p {
  color: #ffffff;
}
.haberler .haber:hover .haberi-oku i {
  background-color: #f5c600;
  color: #0a1c3a;
}

footer {
  background: linear-gradient(90deg, rgb(10, 28, 58) 0%, rgb(81, 119, 170) 100%);
}
footer .max-width {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
  flex-wrap: wrap;
}
footer .max-width .item {
  max-width: calc((100% - 150px) / 4);
  width: 100%;
}
@media (max-width: 1024px) {
  footer .max-width .item {
    max-width: calc((100% - 50px) / 2);
    width: 100%;
  }
}
@media (max-width: 500px) {
  footer .max-width .item {
    max-width: 100%;
  }
}
footer .max-width .item ul li {
  position: relative;
  padding-left: 25px;
}
footer .max-width .item ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
}
footer .max-width .footer-bilgi {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .max-width .footer-bilgi .footer-logo {
  width: 100%;
}
footer .max-width .footer-bilgi .footer-logo img {
  width: 100%;
  float: left;
}
footer .max-width .footer-bilgi p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
footer .max-width .hizli-link h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
}
footer .max-width .hizli-link ul li {
  width: max-content;
  cursor: pointer;
}
footer .max-width .hizli-link ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
footer .max-width .hizli-link ul li:hover a {
  letter-spacing: 0.5px;
}
footer .max-width .hizli-link .medya {
  margin-top: 15px;
}
footer .max-width .iletisim {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
footer .max-width .iletisim h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
footer .max-width .iletisim .iletisim-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
footer .max-width .iletisim .iletisim-item i {
  color: #f5c600;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  font-size: 26px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .max-width .iletisim .iletisim-item p, footer .max-width .iletisim .iletisim-item a {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-family: "Poppins", serif;
  font-weight: 400;
}
footer .max-width .iletisim .sosyal-medya {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  footer .max-width .iletisim .sosyal-medya {
    flex-wrap: wrap;
    gap: 10px;
  }
}
footer .max-width .iletisim .sosyal-medya a {
  width: 50px;
  height: 50px;
  font-size: 34px;
  line-height: 34px;
  color: snow;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1280px) {
  footer .max-width .iletisim .sosyal-medya a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  footer .max-width .iletisim .sosyal-medya a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  footer .max-width .iletisim .sosyal-medya a {
    width: 40px;
    height: 40px;
  }
}
footer .max-width .iletisim .sosyal-medya a i {
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
}
@media (max-width: 1280px) {
  footer .max-width .iletisim .sosyal-medya a i {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  footer .max-width .iletisim .sosyal-medya a i {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  footer .max-width .iletisim .sosyal-medya a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
  }
}
footer .max-width .iletisim .sosyal-medya a img {
  height: 30px;
}
@media (max-width: 768px) {
  footer .max-width .iletisim .sosyal-medya a img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
  }
}
footer .max-width .iletisim .sosyal-medya a:hover {
  border-color: #f5c600;
  background-color: #f5c600;
}
footer .max-width .iletisim .sosyal-medya a:hover i {
  color: #ffffff;
}
footer .max-width .iletisim .sosyal-medya a.whatsapp {
  border-color: #4FCE5D;
  background-color: #4FCE5D;
}
footer .max-width .iletisim .sosyal-medya a.whatsapp:hover {
  border-color: #f5c600;
  background-color: #f5c600;
}
@media (max-width: 1024px) {
  footer .max-width .iletisim {
    justify-content: start;
  }
}

.copyright {
  width: 100%;
  padding: 15px 0;
}
.copyright .max-width {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 500px) {
  .copyright .max-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.copyright .max-width a {
  color: #000000;
}

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

.normal-sayfa .max-width {
  min-height: 350px;
}
.normal-sayfa .max-width.menulu {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.menulu {
    flex-direction: column;
  }
}
.normal-sayfa .max-width.menulu .text {
  max-width: calc(100% - 350px);
  width: 100%;
}
@media (max-width: 1024px) {
  .normal-sayfa .max-width.menulu .text {
    max-width: 100%;
  }
}
.normal-sayfa .max-width h1 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "Manrope", sans-serif;
  color: #000000;
}
.normal-sayfa .max-width h2 {
  font-size: 32px;
  line-height: 42px;
  color: rgba(34, 74, 190, 0.85);
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
.normal-sayfa .max-width h2.digerh2 {
  border-top: 1px solid rgba(10, 28, 58, 0.2);
  line-height: 62px;
  margin-bottom: 10px;
}
.normal-sayfa .max-width h3 {
  font-size: 30px;
  line-height: 40px;
  color: rgba(34, 74, 190, 0.85);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.normal-sayfa .max-width h4 {
  font-size: 28px;
  line-height: 38px;
  color: rgba(34, 74, 190, 0.85);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.normal-sayfa .max-width h5 {
  font-size: 26px;
  line-height: 36px;
  color: rgba(34, 74, 190, 0.85);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.normal-sayfa .max-width h6 {
  font-size: 24px;
  line-height: 34px;
  color: rgba(34, 74, 190, 0.85);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.normal-sayfa .max-width p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 26px;
  margin-bottom: 15px;
}
.normal-sayfa .max-width b {
  font-size: 18px;
  font-weight: bold;
  color: #0a1c3a;
  line-height: 26px;
}
.normal-sayfa .max-width ul {
  margin-top: 20px;
  margin-left: 15px;
}
.normal-sayfa .max-width ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.normal-sayfa .max-width ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #5177aa;
  position: absolute;
  left: -15px;
  top: 10px;
}
.normal-sayfa .max-width figure.normal {
  max-width: 300px;
  width: 100%;
  float: right;
  cursor: pointer;
  overflow: hidden;
  border: 3px solid #5177aa;
  margin: 0 0 15px 15px;
}
@media (max-width: 768px) {
  .normal-sayfa .max-width figure.normal {
    max-width: 250px;
  }
}
@media (max-width: 500px) {
  .normal-sayfa .max-width figure.normal {
    float: unset;
    max-width: 100%;
    height: unset;
    margin-bottom: 25px;
    margin-left: 0;
  }
}
.normal-sayfa .max-width figure.normal:hover img {
  transform: scale(1.05);
}
.normal-sayfa .max-width figure.normal img {
  width: 100%;
  height: auto;
  float: left;
}

.sidemenu {
  max-width: 300px;
  width: 100%;
  margin-top: 75px;
  background-color: #5177aa;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 0;
}
@media (max-width: 500px) {
  .sidemenu {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .sidemenu {
    margin-top: 0;
  }
}
.sidemenu a {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(90deg, rgb(10, 28, 58) 0%, rgb(81, 119, 170) 100%);
  border-bottom: 1px solid #5177aa;
  padding: 10px;
  letter-spacing: 0.5px;
}
.sidemenu a:hover {
  color: #ffffff;
  background-color: #5177aa;
}
.sidemenu a.active {
  color: #ffffff;
  background-color: #0e3d9a;
}
.sidemenu a.parentPage {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  border-bottom: 1px solid #ffffff;
  background-color: #052a65 !important;
  background-image: none !important;
}
.sidemenu a.parentPage i {
  display: none;
}
@media (max-width: 1024px) {
  .sidemenu a.parentPage i {
    display: block;
  }
}

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

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

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

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

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

.input-bilgilendirme {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 7px;
}
.input-bilgilendirme input[type=checkbox] {
  max-width: 15px;
}
.input-bilgilendirme label {
  color: #000000;
}
.input-bilgilendirme label a {
  color: #0a1c3a;
  font-weight: 600;
}

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

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

.referanslar {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.referanslar .referans {
  max-width: calc((100% - 80px) / 5);
  width: 100%;
  cursor: pointer;
}
.referanslar .referans figure {
  width: 100%;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.35);
}
.referanslar .referans figure img {
  width: 100%;
  float: left;
  filter: grayscale(1);
}
.referanslar .referans h2 {
  font-size: 16px;
  line-height: 24px;
  color: #0a1c3a;
  margin-top: 0;
  padding: 5px;
}
.referanslar .referans:hover figure img {
  transform: scale(1.05);
  filter: grayscale(0);
}
@media (max-width: 1280px) {
  .referanslar .referans {
    max-width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 1024px) {
  .referanslar .referans {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .referanslar .referans {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .referanslar .referans {
    max-width: 100%;
  }
}
.referanslar.basinda-biz .basin {
  max-width: calc((100% - 40px) / 3);
  width: 100%;
  cursor: pointer;
  background-color: #ffffff;
  padding: 2px;
  border: 2px solid gainsboro;
}
.referanslar.basinda-biz .basin figure {
  border: 2px solid gainsboro;
}
.referanslar.basinda-biz .basin h2 {
  color: #0a1c3a;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.referanslar.basinda-biz .basin:hover figure img {
  transform: scale(1.05);
  filter: grayscale(0);
}
.referanslar.basinda-biz .basin:hover h2 {
  background-color: #0a1c3a;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .referanslar.basinda-biz .basin {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 1024px) {
  .referanslar.basinda-biz .basin {
    max-width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .referanslar.basinda-biz .basin {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 500px) {
  .referanslar.basinda-biz .basin {
    max-width: 100%;
  }
}

.egitmenler {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.egitmenler .egitmen {
  max-width: calc((100% - 60px) / 4);
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.egitmenler .egitmen figure {
  width: 128px;
  height: 128px;
}
.egitmenler .egitmen figure img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  object-fit: fill;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.egitmenler .egitmen .yazi-alani {
  text-align: center;
}
.egitmenler .egitmen .yazi-alani h2 {
  font-size: 22px;
  line-height: 30px;
  color: #0a1c3a;
  margin-bottom: 10px;
}
.egitmenler .egitmen .yazi-alani p {
  font-size: 16px;
  line-height: 24px;
  color: #5177aa;
  margin-bottom: 0 !important;
}
.egitmenler .egitmen:hover {
  background-color: #0a1c3a;
}
.egitmenler .egitmen:hover .yazi-alani h2, .egitmenler .egitmen:hover .yazi-alani p {
  color: #ffffff;
}
@media (max-width: 768px) {
  .egitmenler .egitmen {
    max-width: calc((100% - 40px) / 3);
    width: 100%;
  }
}
@media (max-width: 768px) {
  .egitmenler .egitmen {
    max-width: calc((100% - 20px) / 2);
  }
}

.sayfa-icerigi {
  width: max-content;
  padding: 15px;
  margin: 25px 0;
  background: linear-gradient(90deg, rgb(10, 28, 58) 0%, rgb(81, 119, 170) 100%);
  border-radius: 10px;
}
@media (max-width: 500px) {
  .sayfa-icerigi {
    max-width: 100%;
  }
}
.sayfa-icerigi span {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  font-family: "National", sans-serif;
  font-weight: 600;
}
.sayfa-icerigi ul {
  padding-left: 15px;
  margin-top: 10px !important;
}
.sayfa-icerigi ul li {
  color: #ffffff;
}
.sayfa-icerigi ul li:hover a {
  letter-spacing: 0.2px;
}
.sayfa-icerigi ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.cizgi {
  width: 100%;
  background-color: #5177aa;
  height: 2px;
}

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