*,
::after,
::before {
  box-sizing: border-box;
}

:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: left;
  background-color: #f4f4f5;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #a0126b;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
  width: stretch;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

button, input {
  overflow: visible;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.25;
}

h1 { font-size: 1.2rem; line-height: 1.6rem; margin: 4px 0; }

h2 {
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #1e2025;
  padding: 6px 8px;
  text-align: left;
  border-left: 3px solid #c71585;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 3px 0;
  border-radius: 0 3px 3px 0;
}

.h4, h4 { font-size: 1.4rem; }

p {
  padding: 5px;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}

.col,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-auto,
.col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4,
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto,
.col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4,
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-md-10, .col-md-11, .col-md-12, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4,
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4,
.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9,
.col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 5px;
}

.bg-dark {
  background-color: #1e2025 !important;
  border-bottom: 1px solid #2d3139;
}

.slogo {
  margin: 0 0 0 8px;
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.slogo h4 {
  color: #ffffff;
  background: #1e2025;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 4px 8px 2px 0;
  border-radius: 3px;
  letter-spacing: -0.5px;
}

.tvcount {
  display: inline-flex;
  align-items: center;
  color: #6b7280;
  font-weight: 500;
  font-size: 0.75rem;
  padding-left: 10px;
}

.slinks {
  width: 100%;
  background-color: #1e2025;
  border-bottom: 1px solid #2d3139;
}

.slinks a {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #2d3139;
  padding: 0.6rem 0;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #e5e7eb;
  letter-spacing: 0.3px;
}

.slinks a:last-child {
  border-right: none;
}

.btnkat {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #1e2025;
  border: 0;
  border-right: 1px solid #2d3139;
  padding: 0.55rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #e5e7eb;
  letter-spacing: 0.2px;
  transition: background-color 0.15s ease, color 0.15s ease;
  width: 33.3333%;
}

.btnkat:hover {
  background-color: #2d3139;
  color: #ffffff;
}

.btnkat:last-child {
  border-right: 0;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.text-dark {
  color: #1a1a1a !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.ttitle {
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #1e2025;
  padding: 6px 8px;
  text-align: left;
  border-left: 3px solid #c71585;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 3px 0;
  border-radius: 0 3px 3px 0;
}

.badge {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  margin-top: 2px;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.badge-dark {
  color: #e5e7eb;
  background-color: #2d3139;
}

.badge-secondary {
  color: #fff;
  background-color: #6b7280;
}

a.badge-dark:hover,
a.badge-dark:focus {
  outline: 0;
  color: #fff;
  background-color: #1e2025;
  text-decoration: none;
}

.kategorilink {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

.kategoriler {
  padding-left: 8px;
}

.kategoriler a {
  margin-bottom: 6px;
  margin-left: 3px;
}

.katlink {
  max-width: 100%;
  font-weight: 700;
  line-height: 1.4;
  padding: 4px 8px;
  color: #1a1a1a;
  position: absolute;
  margin-top: -70px;
  font-size: 0.82rem;
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 0 0 3px 3px;
}

.katdur {
  position: absolute;
  margin-top: -22px;
  padding: 3px 8px;
  background: #c71585;
  color: #f3f1f1;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  flex-wrap: wrap;
  gap: 3px;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-lg .page-link {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.45rem 0.7rem;
  margin-left: 0;
  line-height: 1.4;
  color: #e5e7eb;
  background-color: #1e2025;
  border: 2px solid #2d3139;
  border-radius: 3px;
  font-size: 0.85rem;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.page-link:hover {
  z-index: 2;
  color: #c71585;
  text-decoration: none;
  background-color: #f4f4f5;
  border-color: #c71585;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 21, 133, 0.25);
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 21, 133, 0.25);
}

.btn:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.btn-light {
  color: #383d42;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

.btn-light:hover {
  color: #1a1a1a;
  background-color: #e2e6ea;
  border-color: #c71585;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.3rem 0.6rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-light a {
  color: #383d42;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.45rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374151;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #c71585;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 21, 133, 0.15);
}

.videoitem {
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  margin-top: 2px;
  font-size: 0.875rem;
  width: 100%;
  height: auto;
  padding: 0 0 12px 0;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.07);
}

.videowithd {
  height: auto;
}

.img-fluid {
  width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px 6px 0 0;
  display: block;
  flex-shrink: 0;
}

.videolink {
max-width: 100%;
    width: 100%;
    font-weight: 500;
    line-height: 1.15rem;
    font-size: 0.75rem;
    padding: 0 4px;
    color: #1a1a1a;
    white-space: normal;
    text-transform: none;
    display: inline-block;
}

.duration {
  position: absolute;
  margin-top: -30px;
  padding: 2px 6px;
  background: #c71585;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 0 10px 4px 0;
}

.videotitle {
  font-size: 0.875rem;
  line-height: 1.4rem;
  margin: 5px 0;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: capitalize;
  white-space: normal;
}

.altlink a {
  color: #1a1a1a;
  padding: 5px;
  margin-top: 5px;
  font-weight: 500;
  display: inline-block;
}

.summary {
  display: -webkit-box;
  padding: 4px 8px 6px 8px;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  font-weight: 400;
  color: #4b5563;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.summary p:empty {
  display: none;
  padding: 0;
  margin: 0;
}

.summary:empty {
  display: none;
  padding: 0;
  margin: 0;
}

header, main, footer, nav, article, section, aside {
  display: block;
}

.vid-page-title {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  color: #1a1a1a;
  margin: 6px 0 4px 0;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.tags-bar {
  margin-left: 2px;
  margin-bottom: 5px;
  overflow: auto;
  white-space: nowrap;
}

.vid-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}

.vid-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.vote-wrap {
  display: inline-block;
  margin-right: 21px;
}

.cat-sub-hidden {
  font-weight: 400;
  font-size: 0.8rem;
}

.row-sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.logo-num {
  color: #c71585;
}

.videocon {width:100%; height:auto; max-height: 320px;border-radius: 5px;display:inline-block;border-radius: 5px;}
@media only screen and (min-width: 1023.98px){
.videocon {height: 450px;max-width: 900px;}
}

.topust {
  padding: 4px 8px 8px 0;
  width: 100%;
  text-align: right;
  clear: both;
}

.topust a {
  font-size: 0.75rem;
  color: #c71585;
  font-weight: 600;
  display: inline-block;
  padding: 0.35rem 0.8rem;
  text-align: center;
  border: 1px solid #c71585;
  border-radius: 4px;
}

.ivrtop {
  background-color: #c71585;
  width: 100%;
  z-index: 9999;
}

.ivrtop a {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.7rem 0;
  font-size: 0.875rem;
  line-height: 1.4rem;
  color: #ffffff;
}

.ivrtop span {
  background: rgba(0, 0, 0, 0.2);
  padding: 3px 6px;
  border-radius: 3px;
  margin-left: 24px;
}

.ivrvid {
  width: 100%;
  display: block;
  font-weight: 600;
  padding: 0.5rem 8px;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #e5e7eb;
  text-align: center;
  background: #1e2025;
  border-top: 1px solid #2d3139;
  border-bottom: 1px solid #2d3139;
}

.ivrvid a {
  color: #e5e7eb;
}

.ivrvid span {
  background: #c71585;
  padding: 4px 7px;
  border-radius: 3px;
  color: #ffffff;
}

.altyazi {
  color: #ffffff;
  background: #c71585;
  font-size: 0.65rem;
  padding: 3px 4px;
  margin-left: 3px;
  border-radius: 2px;
}

.voting {
  display: block;
  float: left;
}

.voting button {
  margin: 5px;
  font-size: 1rem;
  background: #1e2025;
  color: #e5e7eb;
  border: 0;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.voting span {
  font-size: 0.75rem;
  font-weight: 500;
}

.thred { color: #ef4444; }
.thgreen { color: #22c55e; }

.fba {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  height: 120px;
  z-index: 9999;
}

.bindex {
  margin-left: 4px;
  margin-top: 2px;
  width: 48%;
  float: left;
  font-weight: 400;
  line-height: 1.5;
}

.izleme {
  position: absolute;
  margin-top: -28px;
  background: rgba(43, 35, 40, 0.55);
  color: #f3f1f1;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0 3px 3px 0;
  padding: 3px 5px;
}

.quality-hd {
  color: #fbbf24;
  font-size: 0.65rem;
  font-weight: 700;
  margin-left: 3px;
  letter-spacing: 0.3px;
}

.quality-sd {
  font-size: 0.65rem;
  font-weight: 600;
  margin-left: 3px;
  color: #d1d5db;
}

.vidstats {
  color: #6b7280;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
  float: left;
  padding: 4px 4px 2px 4px;
  width: 100%;
  margin-top: -20px;
}

.vidstats span {
  float: right;
}

.quality {
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 3px;
  line-height: 1.2;
  position: relative;
  bottom: 24px;
  right: 5px;
  width: fit-content;
  float: right;
}
.videogrid {
	max-width: 100%;
    margin-top: 5px;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
}

.videogridtwo {
	max-width: 100%;
    margin-top: 5px;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
}




@media only screen and (max-width: 720px) {
  .videoitem {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 14px;
    border-radius: 6px;
  }
  .videowithd { height: auto; }
  .img-fluid {
    width: 100%;
    height: 210px;
    min-height: 210px;
    max-height: 210px;
    object-fit: cover;
    object-position: center top;
    border-radius: 6px 6px 0 0;
  }
  .videolink {
    font-size: 0.875rem;
  }
  .summary p {
    font-size: 0.8rem;
    padding: 4px 10px 8px 10px;
  }
  .summary { display: none; }
  .notnow { display: none; }
  
.videogridtwo {
    grid-template-columns: repeat(2, 1fr) !important;
}
.videogridtwo img {
vertical-align: middle;
    border-style: none;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.ifmobile {
	display:none;
}
}
@media only screen and (max-width: 380px) {
  body { font-size: 0.8rem; }
  .slogo h4 { font-size: 1.2rem; }
  .btnkat {
    font-size: 0.72rem;
    padding: 0.45rem 0.25rem;
  }
  
.videogridtwo {
	 grid-template-columns: 1fr;
}

}

@media only screen and (max-width: 460px) {
  .vidstats {
    font-size: 0.72rem;
    padding: 3px 4px;
  }
  .quality {
    font-size: 0.72rem;
    padding: 3px 5px;
  }
  .videolink {
    font-size: 0.8rem;
    line-height: 1.15rem;
    max-height: 2.3rem;
    margin-left: 0;
    padding: 2px 4px;
  }
  

.videogridtwo {
    grid-template-columns: repeat(2, 1fr) !important;
}
}



@media only screen and (min-width: 720px) {
  .col-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .videoitem {
    float: left;
    padding: 0;
    margin: 0 8px 14px 0;
    border-radius: 6px;
  }
  .videowithd { height: auto; }
  .img-fluid {
    width: 100%;
    height: 160px;
    min-height: 160px;
    max-height: 160px;
    object-fit: cover;
    object-position: center top;
    border-radius: 6px 6px 0 0;
  }
  .videolink {
    font-size: 0.8rem;
    padding: 6px 8px 4px 8px;
  }
  .summary p {
    font-size: 0.75rem;
    padding: 3px 8px 6px 8px;
  }
  
  .videogrid {
grid-template-columns: repeat(3, 1fr) !important;
}

.videogridtwo {
    grid-template-columns: repeat(3, 1fr) !important;
}
  
}

@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media only screen and (min-width: 1024px) {
  .container-fluid { max-width: 1360px; }
  .videoitem {
    margin: 0 8px 16px 0;
    float: left;
    padding: 0;
    border-radius: 6px;
  }
  .videoitem:nth-child(4n) { margin-right: 0; }
  .videoitem:nth-child(3n) { margin-right: 8px; }
  .videowithd { height: auto; }
  .img-fluid {
    width: 100%;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
    object-position: center top;
    border-radius: 6px 6px 0 0;
  }
  .videolink {
    font-size: 0.82rem;
    font-weight: 600;
    padding: 7px 10px 4px 10px;
  }
  .summary p {
    font-size: 0.78rem;
    padding: 4px 10px 8px 10px;
  }
  .videocon {
    height: 450px;
    max-width: 600px;
  }
  .btnkat {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
  .kategorilink { font-size: 1.1rem; }
    .videogrid {
grid-template-columns: repeat(4, 1fr) !important;
}

.videogridtwo {
    grid-template-columns: repeat(4, 1fr) !important;
}
}

@media only screen and (min-width: 1324px) {
  .img-fluid {
    height: 195px;
    min-height: 195px;
    max-height: 195px;
    object-fit: cover;
    object-position: center top;
  }
}
/* Header & Hamburger */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.hamburger {
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
  margin: 5px 0;
  transition: 0.3s;
}

/* Side Menu Panel */
.side-menu {
  position: fixed;
  top: 0;
  right: -300px; /* Hidden by default */
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -5px 0 15px rgba(0,0,0,0.1);
}

.side-menu.active {
  right: 0; /* Slide in */
}

/* Overlay Background */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 999;
}

.menu-overlay.active {
  display: block;
}

/* Menu Content */
.menu-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-links {
  list-style: none;
  padding: 0;
}

.menu-links li a {
  display: block;
  padding: 15px 25px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #f9f9f9;
}

.menu-links li a:hover {
  background: #fcfcfc;
  color: #007bff;
}