body {
  font-family: "Poppins", sans-serif;
}

.badge.badge-outlined.badge-info {
  background-color: var(--white);
  border: 1px solid var(--info);
  color: var(--info);
  font-size: 80%;
  padding: 5px 5px 5px 5px;
}

.breadcrumb-item {
  font-size: 0.8rem;
}

@media (min-width: 992px) {
  .container {
    max-width: 98%;
  }
}

@media (min-width: 1439px) {
  .container {
    max-width: 1380px;
    margin: 0 auto;
  }
}

.btn.btn-outline-warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  cursor: text !important;
}

a.btn.btn-outline-warning {
  cursor: pointer !important;
}

a.btn.btn-outline-warning:focus,
a.btn.btn-outline-warning:hover {
  background-color: #ffb822;
  color: #111;
}

.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff !important;
  background-color: #ff7613;
  border-color: #ff7613;
}

.navbar {
  box-shadow: 0px 0px 56px 16px rgba(74, 57, 111, 0.04);
}

.dropdown-header {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 1rem;
  background-color: #f9fafe;
  flex-grow: 1;
  color: #595d6e;
  font-size: 1.3rem;
  font-weight: 400;
}

.header-menu {
  width: 380px;
  padding: 0;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border: 0 !important;
}

.header-menu .dropdown-item {
  padding: 1.1rem 1.5rem;
  transition: background-color 0.3s ease;
}

.header-menu .dropdown-item.dv {
  border-bottom: 1px solid #f7f8fa;
}

.dropdown-item,
.nav-link {
  font-size: 0.875rem;
}

@media (max-width: 47.9em) {
  .navbar .collapse {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .navbar .navbar-brand {
    float: none;
    display: inline-block;
  }

  .navbar .navbar-nav>.nav-item {
    float: none;
    margin-left: 0.1rem;
  }

  .navbar .navbar-nav {
    float: none !important;
  }

  .nav-item {
    width: 100%;
    text-align: left;
  }

  .navbar .collapse .dropdown-menu {
    position: relative;
    float: none;
    background: none;
    border: none;
    max-width: 100%;
    box-shadow: none;
  }

  .dropdown-header {
    display: none;
  }
}

.card {
  border: none;
  box-shadow: 0px 1px 2px rgba(88, 103, 221, 0.25);
}

.footer {
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-color: #1e1e2d;
  color: #a9a7bc;
  font-size: 0.82rem;
}

.footer .col-lg-4:not(:last-child) {
  padding-right: 3.6rem;
}

.footer-bottom {
  padding: 2rem 0;
  background-color: #181824;
}

.footer a {
  font-size: 0.8rem;
  font-weight: 400;
  color: #a9a7bc;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
  text-decoration: none;
  background-color: transparent;
}

.footer a:hover {
  color: var(--info);
}

.kt-footer__nav {
  display: flex;
}

.kt-footer__nav-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.show>.dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.stitched {
  padding: 20px;
  margin: 10px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3em;
  border: 2px dashed #354ed0;
  border-radius: 10px;
  font-weight: normal;
}

.pointer {
  cursor: pointer;
}

.price-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #ec7100;
  border-radius: 0px 5px;
  font-weight: 500;
  padding: 0.4rem 1.2rem;
  color: #fff;

  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
}

.card-ust {
  background: linear-gradient(0deg,
      rgba(53, 78, 208, 0.3),
      rgba(53, 78, 208, 0.3));
  /* shadow-blue */

  box-shadow: 0px 1px 2px rgba(88, 103, 221, 0.25);
  border-radius: 5px 5px 0px 0px;
}

.card-tarih {
  background: #354ed0;
  color: white;
}

.card-saat {
  background: #2786fb;
  color: white;
}

.card-baslik {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

  color: #141d4e;
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 46px;
  font-size: 15px;
}

.konusmaci-baslik {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 136.5%;
  /* or 22px */

  color: #ec7100;
}

.pagination {
  justify-content: center !important;
}

::placeholder {
  font-weight: 500;
}

.turuncu {
  color: #ec7100;
}

.beyaz {
  background-color: white;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0, -0.99, 0, 1.81);
}

.hovereffect:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* -----------------------------------------------------------------
## Carousel Overlap
----------------------------------------------------------------- */
.kt-header {
  background: unset;
}

.bg-index {
  background-image: url("{{url_for('static', filename='assets/media/bg/bg-home.jpg')}}");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 480px;
  width: 100%;
  position: absolute;
}

.kt-content {
  z-index: 999;
}

.post__text {
  min-height: 420px;
}

.background-img {
  background-color: #333;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.post--overlay .background-img {
  overflow: hidden;
}

.slide-content.is-selected .post--overlay {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  box-shadow: 0px 2px 10px rgba(7, 24, 116, 0.8);
}

.post--overlay-bottom .post__text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  padding-top: 40px;
}

.post--overlay-floorfade .post__text-wrap:before {
  content: "";
  position: absolute;
  top: -100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(-270deg,
      black 0%,
      rgba(0, 0, 0, 0.917) 5.3%,
      rgba(0, 0, 0, 0.834) 10.6%,
      rgba(0, 0, 0, 0.753) 15.9%,
      rgba(0, 0, 0, 0.672) 21.3%,
      rgba(0, 0, 0, 0.591) 26.8%,
      rgba(0, 0, 0, 0.511) 32.5%,
      rgba(0, 0, 0, 0.433) 38.4%,
      rgba(0, 0, 0, 0.357) 44.5%,
      rgba(0, 0, 0, 0.283) 50.9%,
      rgba(0, 0, 0, 0.213) 57.7%,
      rgba(0, 0, 0, 0.147) 65%,
      rgba(0, 0, 0, 0.089) 72.9%,
      rgba(0, 0, 0, 0.042) 81.4%,
      rgba(0, 0, 0, 0.011) 90.6%,
      transparent 100%);
  background-image: linear-gradient(0deg,
      black 0%,
      rgba(0, 0, 0, 0.917) 5.3%,
      rgba(0, 0, 0, 0.834) 10.6%,
      rgba(0, 0, 0, 0.753) 15.9%,
      rgba(0, 0, 0, 0.672) 21.3%,
      rgba(0, 0, 0, 0.591) 26.8%,
      rgba(0, 0, 0, 0.511) 32.5%,
      rgba(0, 0, 0, 0.433) 38.4%,
      rgba(0, 0, 0, 0.357) 44.5%,
      rgba(0, 0, 0, 0.283) 50.9%,
      rgba(0, 0, 0, 0.213) 57.7%,
      rgba(0, 0, 0, 0.147) 65%,
      rgba(0, 0, 0, 0.089) 72.9%,
      rgba(0, 0, 0, 0.042) 81.4%,
      rgba(0, 0, 0, 0.011) 90.6%,
      transparent 100%);
}

.post--overlay-floorfade .post__text-wrap {
  position: relative;
  width: 100%;
}

.post__text-inner {
  position: relative;
  padding: 20px;
}

.typescale-5 {
  font-size: 2.052rem;
  line-height: 1.2;
}

.overlay-content .post__title,
.overlay-content .post__title a,
.inverse-text .post__title,
.inverse-text .post__title a,
.inverse-text .entry-title,
.inverse-text .entry-title a {
  color: #fff;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 14px;
  height: 6px;
  margin: 0 8px;
  background: #ff5722;
  border-radius: 10px;
  opacity: 0.25;
  cursor: pointer;
}

.entry-author {
  color: #ff5a13;
  font-size: 15px;
}

.kt-content {
  z-index: unset;
}

@media (min-width: 1024px) {
  .text-m-light {
    color: #fff;
  }
}

.mnmd-carousel-overlap .overlap-background {
  bottom: 112px;
}

@media (max-width: 767px) {
  .mnmd-carousel-overlap .mnmd-carousel__inner {
    margin-top: -30px;
  }
}

.mnmd-carousel-overlap .flickity-viewport {
  overflow: visible !important;
}

.slide-content {
  width: 100%;
  visibility: hidden;
}

@media (min-width: 768px) {
  .slide-content {
    margin: 0 -20px;
    max-width: 650px;
  }
}

@media (min-width: 992px) {
  .slide-content {
    margin: 0 -30px;
    max-width: 870px;
  }
}

.flickity-enabled .slide-content {
  visibility: visible;
}

@media (min-width: 768px) {
  .slide-content .post--overlay {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
}

@media (min-width: 768px) {
  .slide-content.is-selected .post--overlay {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.mnmd-carousel-overlap .post--overlay {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.mnmd-carousel-overlap .post--overlay .post__text {
  min-height: 360px;
}

@media (min-width: 768px) {
  .mnmd-carousel-overlap .post--overlay .post__text {
    min-height: 420px;
  }
}

@media (min-width: 768px) {

  .post__cat,
  a.post__cat {
    font-size: 10px;
    font-size: 0.71429rem;
  }
}

.post__cat--bg,
a.post__cat--bg {
  display: inline-block;
  padding: 4px 6px;
  color: #fff !important;
  line-height: 1;
  background: #fc3c2d;
  margin-right: 8px;
  border: none;
}

@media (min-width: 768px) {

  .post__cat--bg,
  a.post__cat--bg {
    padding: 5px 8px;
  }
}

.post__title {
  margin: 0.25em 0 0.4em;
  color: rgba(0, 0, 0, 0.8);
}

.text-center .post__title {
  margin-left: auto;
  margin-right: auto;
}

.post__title.typescale-5 {
  font-weight: 700;
}

.post__title a,
.post__title a:hover,
.post__title a:focus,
.post__title a:active {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.post__meta {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.5;
}

.post__meta:last-child {
  margin-bottom: 0;
}

.post__meta:not(.post__meta--box)>*:not(:last-child) {
  margin-right: 0.6em;
}

.post__meta a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
}

.post__meta a:active,
.post__meta a:focus,
.post__meta a:hover {
  text-decoration: none;
}

.post__meta i,
.post__meta .mdicon {
  margin-right: 0.3em;
}

.entry-author {
  text-transform: none;
}

.entry-author__name,
a.entry-author__name {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

.entry-author__name:hover,
.entry-author__name:active,
.entry-author__name:focus,
a.entry-author__name:hover,
a.entry-author__name:active,
a.entry-author__name:focus {
  color: inherit;
  text-decoration: none;
}

.post__meta .entry-author__name,
.post__meta a.entry-author__name {
  color: rgba(0, 0, 0, 0.6);
}

.inverse-text .post__title,
.inverse-text .post__title a {
  color: #fff;
}

.inverse-text .post__meta,
.inverse-text .post__meta a {
  color: rgba(255, 255, 255, 0.6);
}

.inverse-text .entry-author__name.entry-author__name {
  color: rgba(255, 255, 255, 0.9);
}

.post--overlay {
  position: relative;
  overflow: hidden;
  background-color: #333;
}

.post--overlay .post__text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.post--overlay-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.post--overlay-bottom .post__text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  padding-top: 40px;
}

.post--overlay .background-img {
  overflow: hidden;
}

.post--overlay-floorfade .post__text-wrap {
  position: relative;
  width: 100%;
}

.post--overlay-floorfade .post__text-wrap:before {
  content: "";
  position: absolute;
  top: -100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(-270deg,
      black 0%,
      rgba(0, 0, 0, 0.917) 5.3%,
      rgba(0, 0, 0, 0.834) 10.6%,
      rgba(0, 0, 0, 0.753) 15.9%,
      rgba(0, 0, 0, 0.672) 21.3%,
      rgba(0, 0, 0, 0.591) 26.8%,
      rgba(0, 0, 0, 0.511) 32.5%,
      rgba(0, 0, 0, 0.433) 38.4%,
      rgba(0, 0, 0, 0.357) 44.5%,
      rgba(0, 0, 0, 0.283) 50.9%,
      rgba(0, 0, 0, 0.213) 57.7%,
      rgba(0, 0, 0, 0.147) 65%,
      rgba(0, 0, 0, 0.089) 72.9%,
      rgba(0, 0, 0, 0.042) 81.4%,
      rgba(0, 0, 0, 0.011) 90.6%,
      transparent 100%);
  background-image: linear-gradient(0deg,
      black 0%,
      rgba(0, 0, 0, 0.917) 5.3%,
      rgba(0, 0, 0, 0.834) 10.6%,
      rgba(0, 0, 0, 0.753) 15.9%,
      rgba(0, 0, 0, 0.672) 21.3%,
      rgba(0, 0, 0, 0.591) 26.8%,
      rgba(0, 0, 0, 0.511) 32.5%,
      rgba(0, 0, 0, 0.433) 38.4%,
      rgba(0, 0, 0, 0.357) 44.5%,
      rgba(0, 0, 0, 0.283) 50.9%,
      rgba(0, 0, 0, 0.213) 57.7%,
      rgba(0, 0, 0, 0.147) 65%,
      rgba(0, 0, 0, 0.089) 72.9%,
      rgba(0, 0, 0, 0.042) 81.4%,
      rgba(0, 0, 0, 0.011) 90.6%,
      transparent 100%);
}

.mnmd-carousel .slide-content:not(:first-child) {
  display: none;
}

.mnmd-carousel .flickity-enabled .slide-content {
  display: block;
}

.mnmd-carousel-overlap .flickity-viewport {
  overflow: visible !important;
}

.mnmd-carousel-overlap .slide-content {
  width: 100%;
  visibility: hidden;
}

@media (min-width: 768px) {
  .mnmd-carousel-overlap .slide-content {
    margin: 0 -20px;
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .mnmd-carousel-overlap .slide-content {
    margin: 0 -30px;
    max-width: 970px;
  }
}

.mnmd-carousel-overlap .flickity-enabled .slide-content {
  visibility: visible;
}

@media (min-width: 768px) {
  .mnmd-carousel-overlap .slide-content .post--overlay {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
}

@media (min-width: 768px) {
  .mnmd-carousel-overlap .slide-content.is-selected .post--overlay {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.post--overlay {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.post--overlay .post__text {
  min-height: 240px;
}

@media (min-width: 768px) {
  .post--overlay .post__text {
    min-height: 420px;
  }
}

@media (min-width: 768px) {

  .post__cat,
  a.post__cat {
    font-size: 10px;
    font-size: 0.71429rem;
  }
}

@media (max-width: 768px) {
  .typescale-5 {
    font-size: 1.275rem !important;
  }

  .post__text-inner {
    padding: 10px !important;
  }

  .bg-index {
    min-height: 320px !important;
  }
}

.link-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sayacYazi {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 115%;
}

.sayacButon {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 115%;
}

.viventMavi {
  color: #001ba7;
}

.viventBgTuruncu {
  background-color: #ec7100;
}

.viventAcikMavi {
  color: #354ed0;
}

.nasil-rounded {
  box-shadow: 0px 3px 10px rgba(17, 44, 185, 0.1);
  border-radius: 10px;
}