html {
    overflow-x: hidden !important;
}
body {
    background-color: #0a0a0a;
}
a {
    text-decoration: none !important;
    color: darkmagenta;
}
ul {
    list-style-type: none;
    color: #fff;
    padding-left: 0;
    margin-bottom: 0;
}
li {
    display: inline-block;
    list-style: none;
}
li a {
    display: inline;
}
a:hover {
    color: darkmagenta;
}
header {
    background-color: #151515;
}
.btn {
    font-weight: 600;
    font-size: 12px;
}
.btn-primary {
    background-color: darkmagenta;
    border-color: darkmagenta;
}
.btn-primary:hover {
    background-color: darkmagenta;
    border-color: darkmagenta;
    box-shadow: 1px 1px 25px darkmagenta;
}
.special-btn {
    text-align: center;
    display: inline-block;
    background:darkmagenta;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.13s;
    color: white;
}
.special-btn i {
    font-size: 25px;
    display: block;
}
.special-btn:hover {
    background-color: darkmagenta;
    color: #ddd;
}
.form-control {
    background-color: #252525;
    border: none;
    color: #fff !important;
    font-size: 14px;
}
.form-control:focus {
    background-color: #252525;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
}
.form-control::placeholder {
    background-color: #252525;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
}
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px #fff0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
header .menu ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
header .menu ul li {
    width: 100%;
    text-align: center;
    padding: 0 10px;
}
header .menu ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    line-height: 40px;
    width: 100%;
    background-color: #1d1d1d;
}
header .menu ul li.active a {
    box-shadow: 0 -5px 0 0 darkmagenta inset;
}
.p-site-muted {
    font-size: 12px;
}
.p-list-item {
    position: relative;
    margin-bottom: 15px;
}
.p-list-item a {
    color: #d1d1d1 !important;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
}
.p-list-item a:hover {
    color: #fff !important;
}
.p-dropdown-s {
    position: absolute;
    top: 5px;
    right: 5px;
}
.p-list-item video {
    cursor: pointer;
}
.p-dropdown-s button {
    background-color: rgb(0 0 0 / 0.8);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: none;
}
.p-dropdown-s .dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid #fff0;
    border-bottom: 0;
    border-left: 0.3em solid #fff0;
}
.p-dropdown-s .dropdown-menu {
    color: #fff;
    background-color: #000;
}
.p-dropdown-s .dropdown-item {
    display: block;
}
.p-dropdown-s .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #252525;
}
.p-info-s {
    font-size: 14px;
    color: #ddd;
    font-weight: bold;
}
 .l-video-preview {
    position: relative;
    max-height: 200px !important;
    overflow: hidden;
    display: block;
    width: 100%;
}

.l-video-preview i {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px;
    font-size: 40px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    color: #fff;
}
.l-video-time {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.l-video-play {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
hr {
    margin: 0;
}
.navbar-toggler {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    border-color: #fff;
    outline: none !important;
}
header .menu-mobile ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
header .menu-mobile ul li {
    width: 100%;
    text-align: center;
}
header .menu-mobile ul li a {
    display: block;
    font-size: 14px;
    background: darkmagenta;
    color: #fff;
    line-height: 40px;
    width: 100%;
    border: 1px solid #151515;
}
header .menu ul li.active a {
    box-shadow: 0 -5px 0 0 darkmagenta inset;
}
.row {
    --bs-gutter-x: 0;
}
footer {
    background: #151515;
    padding: 25px 0;
    color: #fff;
}
.footer-menu a {
    color: #f0f;
    margin: 0 10px;
}
.footer-menu a:hover {
    text-decoration: underline !important;
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}
.video-card {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s;
}
.video-card:hover {
    color: #fff;
    box-shadow: 0 0 15px #000;
}
.video-card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    background: rgb(0 0 0 / 0.5);
}
.video-card:hover &::after {
    background: rgb(0 0 0 / 0.9);
}
.video-card .content {
    position: relative;
    z-index: 1;
}
.video-card .title {
    font-size: 1.5rem;
    font-weight: 700;
}
.video-card .subtitle {
    font-size: 0.9rem;
    opacity: 0.8;
}
#commentsWrapper {
    width: 100%;
    color: #ddd;
}
h3 {
    margin-bottom: 20px;
    color: #f1f1f1;
}
.comment {
    background: #1e1e1e;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 4px rgb(255 255 255 / 0.05);
    display: none;
}
.comment-header {
    margin-bottom: 8px;
    color: #aaa;
}
.comment-body {
    color: #ddd;
}
#showMoreBtn {
    background-color: #444;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transition: background-color 0.3s;
}
#showMoreBtn:hover {
    background-color: #666;
}
.sidebarBtn {
    color: #fff;
}
.sidebarBtn:hover {
    color: #ccc;
    text-decoration: underline !important;
}
#commentFormWrapper {
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 0 10px rgb(255 255 255 / 0.03);
    color: #eee;
}
#commentFormWrapper h4 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #f1f1f1;
}
#commentForm input,
#commentForm textarea {
    width: 100%;
    background-color: #2a2a2a;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 15px;
    color: #ddd;
    font-size: 14px;
    resize: vertical;
}
#commentForm input::placeholder,
#commentForm textarea::placeholder {
    color: #888;
}
#commentForm button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
#commentForm button:hover {
    background-color: #0056b3;
}
.onecol {
    width: 100%;
    font-size: 16px;
}
.hoverVideoCard {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .6);
		left: 0;
		top: 0;
		display: flex;
		vertical-align: middle;
		align-items: center;
		justify-content: center;
		visibility: hidden;
		transition: all .2s;
		opacity: 0;
	}

	.p-list-item:hover .hoverVideoCard {
		visibility: visible;
		opacity: 1;
	}

       .pagination {
    background-color: transparent;
    margin-top: 20px;
}

.pagination .page-item .page-link {
    background-color: #222;      /* Koyu zemin */
    color: #eee;                 /* Açık yazı */
    border: 1px solid #444;      /* Kenarlık */
    margin: 0 3px;
    transition: 0.3s;
}

.pagination .page-item .page-link:hover {
    background-color: #444;
    color: #fff;
    border-color: #666;
}

.pagination .page-item.active .page-link {
    background-color: #e91e63;   /* Aktif sayfa rengi (pembe örnek) */
    color: #fff;
    border-color: #e91e63;
}

.pagination .page-item.disabled .page-link {
    background-color: #111;
    color: #666;
    border-color: #333;
    cursor: not-allowed;
}