@import url("./cdrstrap.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
}

body {
  background: #fafafa;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: rgba(230, 101, 170, 0.2);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 3px;
  /* Handle on hover */
}
::-webkit-scrollbar-thumb:hover {
  background: #5647e5;
}

.mm-menu {
  --mm-color-background: #0D4B9F;
  --mm-color-text: #ffffff;
}

.mm-panel {
  --mm-color-background: #0D4B9F;
  --mm-color-text: var(--color-bronze);
  --mm-color-icon: var(--color-bronze);
}

.mm-menu.mm-theme-dark {
  background: #0D4B9F;
  color: #ffffff;
  line-height: 34px;
  z-index: 9999;
}

.mm-listview > li {
  padding: 5px 0;
  font-size: 16px;
}

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

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  color: #dc0d15;
}

@media (max-width: 1280px) {
  .mm-menu.mm-theme-dark .mm-listview > li a {
    color: #ffffff;
    font-weight: 600;
  }
}
header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: sticky;
  z-index: 9998;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}
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 {
  width: 100%;
  height: 93px;
  max-height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width {
    height: 93px;
  }
}
@media (max-width: 768px) {
  header .bottom nav .max-width {
    height: 93px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width {
    padding-right: 0 !important;
    padding-left: 10px !important;
    gap: 25px;
  }
}
header .bottom nav .max-width a.logo {
  height: 73px;
  max-height: 73px;
}
header .bottom nav .max-width a.logo img.logo {
  max-height: 70px;
  width: auto;
  height: 70px;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 1024px) {
  header .bottom nav .max-width a.logo img.logo {
    height: 90px;
  }
}
@media (max-width: 768px) {
  header .bottom nav .max-width a.logo img.logo {
    height: 65px;
  }
}
header .bottom nav .max-width .right {
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(100% - 200px);
  gap: 20px;
}
header .bottom nav .max-width .right ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0;
  width: 100%;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width .right ul {
    display: none;
  }
}
header .bottom nav .max-width .right ul li {
  color: #0d4b9f;
  font-weight: 600;
  position: relative;
  line-height: 25px;
  border-right: 1px solid #0d4b9f;
  padding: 0 25px;
}
@media (max-width: 1366px) {
  header .bottom nav .max-width .right ul li {
    padding: 0 20px;
  }
}
header .bottom nav .max-width .right ul li.main-li:nth-last-child(2) {
  border-right: none;
}
header .bottom nav .max-width .right ul li:hover ul.altmenu {
  opacity: 1;
  visibility: visible;
  width: 260px;
  min-width: 200px;
  overflow: unset;
  animation: alt-menu-onhover 0.5s;
}
header .bottom nav .max-width .right ul li a {
  color: #0d4b9f;
  font-weight: 600;
}
header .bottom nav .max-width .right ul li ul.altmenu {
  animation: alt-menu-outhover 0.5s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 25px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  z-index: 3;
  width: 0;
  min-width: 0;
  overflow: hidden;
}
header .bottom nav .max-width .right ul li ul.altmenu li {
  width: 100%;
  min-height: 44px;
  max-height: 44px;
  height: max-content;
  padding: 0 15px 0 0;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #0d4b9f;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right ul li ul.altmenu li:nth-last-child(1) {
  border-radius: 0 0 5px 5px;
}
header .bottom nav .max-width .right ul li ul.altmenu li:first-child {
  border-radius: 5px 10px 0 0;
}
header .bottom nav .max-width .right ul li ul.altmenu li:hover {
  background: rgb(255, 255, 255);
}
header .bottom nav .max-width .right ul li ul.altmenu li:hover a {
  color: #0d4b9f;
}
header .bottom nav .max-width .right ul li ul.altmenu li a {
  color: #ffffff;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 15px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .bottom nav .max-width .right .egitim-paneli-btn {
  width: 151px;
  min-width: 151px;
  max-width: 151px;
  padding: 10px;
  background-color: #DC0D15;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
}
header .bottom nav .max-width .right #close {
  display: none;
  padding: 9px 12px;
  margin: 21px 20px;
  color: #ffffff;
  right: 0;
  font-size: 24px;
}
@media (max-width: 1280px) {
  header .bottom nav .max-width .right #close {
    display: block !important;
    color: #ffffff;
  }
  header .bottom nav .max-width .right #close i {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  header .bottom nav .max-width .right #close i {
    font-size: 34px;
  }
}

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

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

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

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

.main-space {
  margin-top: 60px !important;
  margin-bottom: 60px !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: 400px) {
  .max-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.content-space {
  padding: 60px 0 60px 0;
}

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

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

@keyframes alt-menu-onhover {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes alt-menu-outhover {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.mobil-yuzen-alan {
  opacity: 0;
  visibility: visible;
  max-height: 0;
}


@media (max-width: 500px) {
  header nav .max-width {
    justify-content: center;
  }
  .mobil-yuzen-alan {
    opacity: 1;
    visibility: visible;
    position: fixed;
    right: 0;
    bottom: 0;
    max-height: 98px;
    height: 90px;
    z-index: 999;
    width: 100%;
    background-image: url("../../images/site/footer-alan.png");
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap:20px
  }
  .mobil-yuzen-alan a {
    height: 90px;
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 460px) {
  .mobil-yuzen-alan {
    height: 80px !important;
  }
}
@media (max-width: 410px) {
  .mobil-yuzen-alan {
    height: 74px !important;
  }
}
@media (max-width: 375px) {
  .mobil-yuzen-alan {
    height: 66px !important;
  }
}
@media (max-width: 335px) {
  .mobil-yuzen-alan {
    height: 59px !important;
  }
}
@media (max-width: 300px) {
  .mobil-yuzen-alan {
    height: 52px !important;
  }
}



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