/* RESET RULES 0px !important
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --black: #1a1a1a;
  --white: #fff;
  --gray: #ccc;
  --darkgreen: #18846C;
  --lightbrown: #dddddd;
  --darkblack: rgba(0,0,0,0.8);
  --minRangeValue: 280px;
}


button {
  cursor: pointer;
  background: none;
  border: none;
}
button:disabled {
  color: transparent;
}
.toolbar i.fa {
    font-size: 22px;
    color: gray;
}
button:disabled i.fa{
  color: black;
}

ol,
ul {
  list-style: none;
}

a {
  color: inherit;
}

.d-none {
  display: none;
}


/* TOOLBAR
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toolbar .search-wrapper {
  position: relative;
}

.toolbar input[type="search"] {
  border: none;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}

.toolbar ::placeholder {
  color: var(--gray);
}
.search-options {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.search-options label {
  margin-right: 5px;
}

.search-option {
  margin-right: 5px;
}
.resim{
  cursor: pointer;
  aspect-ratio: 16 / 9;
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.toolbar .counter {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  font-size: 0.9rem;
  color: var(--gray);
}

.view-options {
  display: flex;
  align-items: center;
  padding: 0;
}

.view-options li:not(:last-child) {
  margin-right: 1.2rem;
}

.view-options button {
  padding: 2px;
}

/* IMAGE LIST
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-list {
  margin: 3rem 0;
  padding: 0;
}

.image-list li {
  background: var(--lightbrown);
  color: var(--darkblack);
  box-shadow: 0 1px 2px #999;
  transform: translateZ(0);
  transition: box-shadow 0.25s ease-in;
  border-radius: 8px;
}

.image-list li:hover figcaption{
  color: rgb(0 133 255);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  bottom: 20%;
}
.image-list li:hover .resim{
  transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1.1);
}
.image-list p:first-child {
    font-weight: bold;
    padding: 5px 10px;
    color: #fff;
    background-color: #5db2ff;
    margin: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.image-list p:last-child {
  margin-top: 0.5rem;
}
span.album,span.yazar,span.yonetmen,span.yil{width: 24%;}

/* GRID VIEW
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.grid-view {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(var(--minRangeValue), 1fr));
  padding-inline-start: 0;
}
.grid-view .info {
  display: none;
}
figure.mjlist{
  position: relative;
  overflow: hidden;
}
.grid-view .mjlist figcaption{
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 1;
}
.image-list p{
 background-color: #00000061!important;
}
/* LIST VIEW
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.list-view li + li {
  margin-top: 0.5rem;
}
.list-view .resim {
  opacity: 0;
  height: 58px;
  position: absolute;
  width: 100%;
}
.list-view figure {
  align-items: center;
}
.list-view .info {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    margin-top: 10px;
    font-size: 13px;
    max-width: 100%;
}
.info .fa{font-size: 15px;color:grey;}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  font-size: 1rem;
  padding: 0 1.5rem;
  text-align: right;
}

footer span {
  color: #e31b23;
}

/****************************************MODAL********************************************/
  .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.90);
  overflow: auto;
  z-index: 99999999999;
}


#modalContent {
  background-color: transparent;
  margin: 10% auto;
  width: 80%;
  max-width: 800px;
}
.acilis{
  animation: slideInDown 0.5s ease-in-out;
}
.kapanis{
  animation: slideInUp 0.5s ease-in-out;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
/**************************************MODAL ECECT*******************************************/
/* CSS dosyanıza ekle */

@keyframes slideInDown {
  from {
      transform: translateY(-100%);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: 1;
  }
} 

@keyframes slideInUp {
    from {
        transform: translateY(0%);
        opacity: 1;
    }
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}



/****************************************ALTYAZI********************************************/
.jw-text-track-display.jw-reset {
    background-color: #0000009c;
    padding: 0 5px;
    border-radius: 4px;
}

/****************************scala*********************************************************/
/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  background: #5db2ff;
  cursor: ew-resize;
  transition: background .3s ease-in-out;
}
/****************************checkbox*********************************************************/

label.labels {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    /* background: #8bbfed;*/
    padding: 2px 2px;
    margin-left: 7px;
    border-radius: 5px;
    cursor: pointer;
    color: #000;
}
.icheckbox_flat-aero.checked {
    background: #0386fe;
}
.icheckbox_flat-aero {
    margin: 0 0 0 2px;
    border-radius: 50%;
}
/************************************************************/
.toolbar input[type="search"]{
    width: 250px;
    padding: 4px;
    font-size: 16px;
}

/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .toolbar input[type="range"] {
    display: none;
  }
  .vjs-watermark-content {
    top: 0 !important;
    right: 0 !important;
}
.vjs-watermark-content img {
    width: 30% !important;
    margin-left: 70%;
}
}

@media screen and (max-width: 700px) {
  .grid-view li {
    text-align: center;
    padding: 0.5rem;
  }
  
  .grid-view figcaption {
    padding: 0.5rem 0 0;
  }
}

