#slider-indicators-mobile{
    display: none;
}
.padding-100{
    padding: 100px;
}
@media only screen and (max-width: 600px) {
    #slider-indicators{
        display: none;
    }
    #slider-indicators-mobile{
        display: block;
    }
    .padding-100{
        padding: 5px;
    }
}
.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #0393b1;
    transition: all 0.25s ease;
}
.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    background-color: #999;
}
.friendly-hider {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.badge-red{
    font-size: 1.0em;
    background: #ee1900;
    color: #fff;
    border-radius: 50%;
    padding: 3%;
}
.newspaper{
    cursor: pointer;
}
#modal_big_newspaper .modal-header {
    border: 0 !important;
    text-align: center;
    padding: 30px 20px;
    padding-bottom: 10px;
}
#modal_nobetci_eczane .modal-header {
    border: 0 !important;
    text-align: center;
    padding: 30px 20px;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
    .modal-xl {
      width: 90%;
      max-width:1200px;
    }
  }
#modal_big_newspaper .modal-content{
    height:1900px;
    background-image: url('img_flowers.jpg');
    background-size: 100% 100%;
}
@media (max-height: 720px) {
    #modal_big_newspaper .modal-content {
        height:600px;
    }
}
.aok{
    cursor: pointer;
}
.well {
    background-color: rgba(255,255,255,0.5);
    padding: 0;
    margin: 0;
 }
 .white {fill:#FFFFFF}
.gray {fill:#E0E0E0}
.yellow {fill:#FFEB3B}
.element {
  height: 30px;
  width: 30px;
  /* margin: 3px; */
 }
section {
    width: 100%;
    height: 475px;
  }
  
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  
  .slide {
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .slide-image {
    position: absolute;
    top: -200px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .slide-title {
    font-size: 1.5rem;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: black;
    z-index: 100;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ffffff;
    opacity: 0.8;
    line-height: 5;
  }
  @media (min-width: 45em) {
    .slide-title {
      font-size: 1.8rem;
      max-width: none;
      line-height: 13;
    }
  }
  @media (max-width: 45em) {
    .slide-meta{
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        word-wrap: normal !important;
    }
  }
  .slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
  }
  
  .slideshow {
    position: relative;
  }
  .slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
  }
  .slideshow-pagination-item {
    display: flex;
    align-items: center;
  }
  .slideshow-pagination-item .pagination-number {
    opacity: 0.5;
  }
  .slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
    cursor: pointer;
  }
  .slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
  }
  .slideshow-pagination-item.active .pagination-number {
    opacity: 1;
  }
  .slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
  }
  .slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
  }
  @media (min-width: 45em) {
    .slideshow-navigation-button{
      background: rgba(0, 0, 0, 0.5);
    }
  }
  .slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
    cursor: pointer;
    background: rgba(169, 17, 17, 0.5);
    color: #FFF;
  }
  .slideshow-navigation-button.prev {
    left: 0;
  }
  .slideshow-navigation-button.next {
    right: 0;
  }
  
  .pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    padding: 0 0.5rem;
  }
  
  .pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
  }
  @media (min-width: 45em) {
    .pagination-separator {
      display: block;
    }
  }
  .pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
  }

@media (max-width: 45em) {
    section{
        height: 200px;
    }
    .slide-image {
        background-repeat: no-repeat;
        background-size: 475px;
      }
  }
  .category-label a{
      color : hotpink;
  }
  .category-label a:hover {
    color: white;
  }

  .stories {
    width: 100%;
    background-color: var(--primary);
    padding: 16px 0;
    flex-shrink: 0;

    position: relative;
    overflow: hidden;
}
.stories::after {
    content: '';
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 1px;
    background-color: var(--border);
}
.stories__content {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;
    padding: 0 16px;
    position: relative;

    scroll-behavior: smooth;
    scrollbar-width: none;
}
.stories__content::-webkit-scrollbar {
    display: none;
}
.stories__left-button,
.post__left-button,
.stories__right-button,
.post__right-button {
    width: 24px;
    height: 24px;
    display: none;

    background-color: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.stories__left-button {
    left: 10px;
}
.stories__right-button {
    right: 10px;
}
/* Story */
.story {
  background-color: transparent;
  border: none;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.story__avatar {
  position: relative;
}
.story__border {
  width: 98px;
  height: 98px;

  fill: none;
  stroke: var(--story-border);
  stroke-width: 1.5;
}
.story--has-story .story__border {
  stroke: url(#--story-gradient);
  stroke-width: 2;
}
.story__picture {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);

  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.story__picture::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;

  border: 1px solid var(--img-border);
  border-radius: 50%;
}

.story__user {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-light);
  text-transform: lowercase;

  max-width: 72px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.story--has-story .story__user {
  color: var(--text-dark);
}
p.footer-logo img{
  max-width: 90px;
}
.top-bar .top-menu>li>a, .f-random-list li .title a, .nav-footer li a{
  color: #fff;
}
.top-bar .top-menu>li>a:hover, .f-random-list li .title a:hover, .nav-footer li a:hover{
  color: #ccc;
}
