/*!
Theme Name: Cinema Alik
Theme URI: https://them.es/starter
Author: Alik
Author URI: https://them.es/
Description: 
Version: 3.5.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: cinema-alik
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}


.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.movie-meta {
	background: #333;
}



.movie-meta a {
    color: #ff6531;
}

.movie-meta-title {
color: white;
    text-align: center;
    font-size: large;
    font-weight: bold;
    padding-bottom: 15px;	
}

.my-ps {
	padding-left: 56px!important;
}

#footer {
    background-color: #181818!important;
	margin-top: 50px;
}

.prosmotreno-badge {
    top: 10px;
    right: 10px;
    z-index: 10;
    border-radius: 5px;
    font-size: 0.9rem;
	border: 1px solid #ffffff;
    border-radius: 20px;
}


.prosmotreno-badge-rub {
top: 10px;
    right: 0px;
    z-index: 10;
    border-radius: 5px 0px 0px 5px;
    font-size: 0.9rem;
}

.project-badge {
display: inline-block;
    background: linear-gradient(to right, #f54e4e, #6047e1);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 1.275rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    text-align: center;
}

.movie-attributes {
    margin-top: 20px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.movie-attributes a {
display: inline-block;
    padding: 3px 10px;
    border: 1px solid #ff6531;
    border-radius: 15px;
    background-color: #393738;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.movie-attributes a:hover {
background-color: #ff6531;
    color: #ffffff;
    border-color: #ff6531;
}

.movie-meta p {
	
}

.movie-archive-atr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.movie-item-atr {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.movie-item-atr:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.movie-item-atr h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.movie-item-atr .movie-excerpt-atr {
    font-size: 14px;
    color: #666;
}



.placeholder-circle {
width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #6c757d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    margin: 0 auto;
}

.placeholder-circle-prod {
width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    background-color: #6c757d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    margin: 0 auto;
}

.placeholder-circle-countres {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #6c757d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
	margin-bottom: 10px;
}

    .form-select, .btn-primary {
        padding: 10px 15px;
        font-size: 1rem;
        border-radius: 8px;
    }

    .btn-primary {
        background-color: #007bff;
        border: none;
        transition: background-color 0.3s ease;
    }

    .btn-primary:hover {
        background-color: #0056b3;
    }

    .card {
        border: 1px solid #ddd;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
        transform: scale(1.02);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }

    .card-img-top {
        height: 140px;
        object-fit: cover;
    }

    .card-title {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }

    .card-text {
        font-size: 0.9rem;
        color: #555;
    }

.actor-title-g {
	    font-size: small;
}

.director-title-g {
	    font-size: small;
}

.all-attributes-page {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.attribute-item-page {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #0073aa;
    border-radius: 20px;
    background-color: #f9f9f9;
    color: #0073aa;
    text-align: center;
    transition: all 0.3s ease;
}

.attribute-item-page a {
    text-decoration: none;
    color: inherit;
}

.attribute-item-page:hover {
    background-color: #0073aa;
    color: #fff;
}

.subcategories-list {
    margin-bottom: 20px;
}
.subcategory-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #f9f9f9;
}
.subcategory-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.subcategory-link {
    text-decoration: none;
    color: inherit;
}
.subcategory-name {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}


/* Общее оформление блока с рейтингами */
.ratings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 1.2em;
	margin-bottom: 20px;
}

.ratings h3 {
 font-size: 16px;
    margin: 0;
    color: #444;
}

/* Стиль для блока с рейтингом критиков */
.critic-rating {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 10px;
    width: 45%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.critic-rating .freshness-icon {
      font-size: 2em;
    margin-top: 10px;
    margin-bottom: 0;
}

.ratings-proc {
	  font-weight: bold;
    color: #444;
	color: #ff6531;
}

/* Стиль для блока с рейтингом зрителей */
.audience-rating {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    width: 45%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.audience-rating .audience-medal {
    font-size: 2em;
    margin-top: 10px;
	 margin-bottom: 0;
}

/* Адаптивность для маленьких экранов */
@media (max-width: 768px) {
    .ratings {
      display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .critic-rating, .audience-rating {
     width: 48%;
        margin-bottom: 0;
    }
}





.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.movie-container {
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.movie-title {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.movie-title-sin {
    text-align: center;
    font-size: 2rem;
    color: white;
    margin-bottom: 20px;
	font-weight: bold;
}

.filter-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filter-form label {
    font-size: 1rem;
    color: #555;
}

  /* Стили для кастомных выпадающих списков */
        .dropdown-container {
            position: relative;
            width: 100%;
            font-family: Arial, sans-serif;
        }

        .dropdown-selected {
            padding: 10px 15px;
            border: 1px solid #ccc;
            border-radius: 5px;
            cursor: pointer;
            background: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: 0.3s;
        }

        .dropdown-selected:hover {
            background: #f9f9f9;
        }

        .dropdown-list {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            max-height: 250px;
            overflow-y: auto;
            border: 1px solid #ccc;
            border-radius: 5px;
            background: white;
            display: none;
            z-index: 1000;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .dropdown-item {
            padding: 10px 15px!important;
            cursor: pointer!important;
            transition: 0.2s!important;
        }

        .dropdown-item:hover {
            background: #f1f1f1!important;
        }

        .dropdown-search {
            width: calc(100% - 30px);
            padding: 10px;
            margin: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            outline: none;
            font-size: 14px;
        }

.filter-form select {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.filter-button {
    padding: 5px 15px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.filter-button:hover {
    background-color: #0056b3;
}

.img-fluid-actor-rub {
	width: 100%;
    height: 180px;
    padding-right: 15px;
    object-fit: contain;
}


.movie-item {
	position: relative;
color: white;
    background-color: #2c2d2f;
    border: 1px solid #2c2d2f;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.movie-item a { 
color: white;
}

.movie-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding: 0px;
} 

.movie-name {
    font-size: 1.5rem;
    color: #333;
    margin: 0 0 10px;
}

.movie-status {
    font-size: 1rem;
    color: #666;
}

.no-movies {
    text-align: center;
    font-size: 1.2rem;
    color: #999;
}

.movie-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin-top: 15px;
	flex-direction: column;
}

.movie-content-all {
	display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
    flex-direction: row;
}

.reprica-thumbnail img {
	width: 100%;
    height: 250px;
    object-fit: contain;
}

.reprica-title {
	text-align: center;
    margin-top: 15px;
    color: white;
    font-size: large;
}

.movie-text {
    flex: 1;
    padding-left: 20px;
}

.movie-image {
    flex-shrink: 0;
}

.movie-thumbnail {
max-width: 100%;
 height: 150px; 
    object-fit: contain;
 
}

.movie-name a {
	color: white;
}

.movie-thumbnail-sin {
max-width: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	
}


.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* Общие стили кнопки */

.btn-site {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.3s, background-color 0.3s, color 0.3s;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-site-primary {
    background-color: #ff6525;
    color: #fff;
}

.btn-site-secondary {
    background-color: #f44336;
    color: #fff;
}

.btn-site:hover {
    transform: scale(1.05);
}

.btn-site:active {
    transform: scale(0.95);
}

.btn-site::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.btn-site:hover::after {
    width: 200%;
    height: 200%;
    transition: width 0.5s, height 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

#load-more {
    animation: fadeIn 0.5s ease-out;
}

#collapse-all {
    animation: fadeOut 0.5s ease-out;
}


.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.category-item {
    text-align: center;
    margin-bottom: 20px;
}
.category-item .category-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.category-item h3 {
    font-size: 1.5rem;
    margin: 10px 0;
}
.category-item .btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.category-item .btn:hover {
    background-color: #0056b3;
}


.card-title-index {
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.card-but-in {
    display: flex;
    flex-direction: column;
    align-items: center;	
}

.card-but-p {
	font-size: small!important;
    color: #ef5f0b!important;
}

.list-group-item {
	padding: 5px!important;
}

.title-janr {
	    font-size: small;
    color: black;
    line-height: normal;
}

.card-body-janr {
	padding: 10px!important;
}

.numb-janre { 
	background-color: #6c757d !important;
}

/* Стиль для формы фильтрации */
#movie-filter {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

#movie-filter h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

#movie-filter .form-label {
    font-weight: bold;
    color: #555;
}

#movie-filter .form-select, 
#movie-filter .form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1rem;
}

#movie-filter button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1rem;
    transition: background-color 0.3s;
}

#movie-filter button:hover {
    background-color: #0056b3;
}




.tabs-container {
  font-family: Arial, sans-serif;
}
.tabs-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ff6531;
}
.tab {
  flex-grow: 1;
	font-size: small;
  text-align: center;
  padding: 10px;
  cursor: pointer;
background-color: #393738;
    border: none;
    color: white;
  outline: none;
  transition: background-color 0.3s ease;
}
.tab:hover {
  background-color: #2a292a;
}
.tab.active {
background-color: #ff6531;
    font-weight: bold;
    color: white;
    border-bottom: 2px solid #ff6531;
}
.tabs-content {
  padding: 15px;
/*   border: 1px solid #ddd; */
  border-top: none;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.actors-section h4 {
	color: white;
	font-weight: bold;
}

.directors-section h4 {
	color: white;
	font-weight: bold;	
}

.producers-section h4 {
	color: white;
	font-weight: bold;	
}

.screenwriters-section h4 {
	color: white;
	font-weight: bold;	
}

.franchises-section h4 {
color: white;
	font-weight: bold;	
}

/* VHS Style */

.archive-title-vhs {
font-size: 2rem;
    text-transform: uppercase;
    color: #f1f1f1;
    margin-bottom: 20px;
    padding-top: 20px;
}

.card-vhs {
border: 2px solid #333;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  transform-style: preserve-3d;
}

.card-vhs:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.9);
}

.card-img-top-vhs {
border-bottom: 4px solid #bfbfbf;
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.card-btn-vhs {
	    display: flex;
    justify-content: center;
}

.card-body-vhs {
  padding: 10px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
}

.card-title-vhs {
font-size: 1.0rem;
    font-weight: bold;
    color: #ff005d;
    text-shadow: 1px 1px 0px #000;
    margin: 0 0 10px;
	height: 60px;
}


.card-title-vhs a {
    color: white;
}

.card-text-vhs {
	height: 205px;
	  font-size: 0.9rem;
  color: #cccccc;
  line-height: 1.4;
}



.card-text-vhs p {

}



.btn-vhs {
  display: inline-block;
  padding: 8px 16px;
  background: #ff5200;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  text-shadow: 1px 1px 0px #000;
  transition: background 0.3s ease;
}

.btn-vhs:hover {
  background: #ff4700;
}

.vhs-back {
font-family: 'Arial', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
}

.pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.pagination a {
  margin: 0 5px;
  padding: 8px 16px;
  background: #1a1a1a;
  border: 2px solid #ff005d;
  border-radius: 4px;
  color: #ff005d;
  text-decoration: none;
  transition: background 0.3s ease;
}

.pagination a:hover {
  background: #ff005d;
  color: #fff;
}


.taxonomy-description {
	font-size: medium;
    color: white;
}

.taxonomy-content {
	    margin-top: 30px;
}

.actors-photo-rub {
	    width: 100%;
    height: 250px;
    object-fit: contain;
}

/* Сетка фильмов */
.movie-list {
    display: flex;
    flex-wrap: wrap;
}

.movie-list .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.movie-list .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.movie-list .card img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.movie-list .card-body {
    padding: 15px;
    text-align: center;
}

.movie-list .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.movie-list .btn {
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s;
}

.movie-list .btn:hover {
    background-color: #0056b3;
}


/* Секция режиссёров и актёров */
.directors-section,
.actors-section {
    margin-bottom: 20px;
}

.directors-list,
.actors-list {
display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.img-fluid, .img-thumbnail {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.actor-photo {
    width: 90px;
    object-fit: cover;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid #eee;
}

.director-photo {
    width: 90px;
    object-fit: cover;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid #eee;
}

.actor-item {
    text-align: center;
    margin: 0px;
    color: white;
}

.actor-item:hover {
   background: #2e2e2e;
    border-color: #bbb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.director-item{
    text-align: center;
    margin: 0px;
    color: white;
}

.director-item:hover {
   background: #2e2e2e;
    border-color: #bbb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-title-actor {
	color: white;
    line-height: 15px;
    margin: 0px 0px 10px;
	height: 30px;
}

.card-title-actor a {
	color: white;
}

.card-title-director {
	color: white;
    line-height: 15px;
    margin: 0px 0px 10px;
	height: 30px;
}

.card-title-director a {
	color: white;
}

.text-muted-count {
color: #ff6531 !important;
    font-size: smaller;		
	}	

.placeholder-circle-actor {
	 background-color: #6c757d;
    color: #fff;
    display: flex;
	font-size: 38px;
    justify-content: center;
    align-items: center;
	width: 90px;
    object-fit: cover;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid #eee;
}

.placeholder-circle-director {
		 background-color: #6c757d;
    color: #fff;
    display: flex;
	font-size: 38px;
    justify-content: center;
    align-items: center;
	width: 90px;
    object-fit: cover;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid #eee;
}

.text-muted-actor {
	    color: #ef5f0b !important;
	    margin: 0;
}

.text-muted-director {
	    color: #ef5f0b !important;
	    margin: 0;	
}


.screenwriters-name {
    font-size: x-large;
    font-weight: bold;
    color: #333;
}

.screenwriter-link {
    color: #ff6531 !important;
    text-decoration: none;
    font-weight: bold;
}

.screenwriters-item:hover {
    background: #2e2e2e;
    border-color: #bbb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.screenwriters-details a {
    color: white;
    font-weight: bold;
}

.screenwriters-photo {
width: 200px;
    object-fit: cover;
    margin-bottom: 10px;
    height: 250px;
}

.screenwriters-item {
    background: #333333;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}


.franchise-image {
	padding-bottom: 30px;
    padding-top: 15px;
}

.actor-bl {
	    display: flex;
    flex-direction: column;
    align-items: center;
}

.countre-photo {
       width: 40px;
    object-fit: cover;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #eee;
}

.card-title-countre {
font-size: 1.25rem;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.card-title-countre a {
	    color: white;
}

.dis-countre {
	    display: flex;
    gap: 15px;
    align-items: center;

}

.actor-name {
 font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 15px;
    margin: 0;
}

.actor-name a{
    color: #ffffff;
}

.dropdown-list .dropdown-item:first-of-type {
    color: red !important;
}


.director-name {
    font-size: x-large;
    font-weight: bold;
    color: #333;
}


.actor-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.actor-link:hover {
  text-decoration: underline;
    color: #ff6531;
}


.director-link {
    color: #ff6531!important;
    text-decoration: none;
    font-weight: bold;
}

.director-link:hover {
    text-decoration: underline;
    color: #fd5016;
}

.director-details a {
	color: white;
	font-weight: bold;
}

.movie-rating-container {
    background-color: #f9fafb; 
    border: 1px solid #e5e7eb; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    margin-bottom: 1.5rem;
    padding: 1.5rem;
}

.rating-title {
    color: #1f2937;
    font-size: larger;
    place-self: anchor-center;
}

.stars-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.star {
    font-size: 1.5rem; 
    color: #d1d5db; 
    transition: color 0.3s ease;
}

.vremya-title {
	font-size: 13px;
    line-height: 18px;
     color: rgb(255 255 255);
	padding: 5px 5px 5px 0px;
}

.vremya-title-value {
    font-weight: bold;
    color: #bbb;
}

.star.filled {
    color: #ff6531;
}

.producers-item {
    background: #333333;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}

.producers-item:hover {
    background: #2e2e2e;
    border-color: #bbb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.producers-link {
    color: #ff6531 !important;
    text-decoration: none;
    font-weight: bold;
}

.producers-photo {
    width: 120px;
    object-fit: cover;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid #ff6531;
}

.producers-name {
    font-size: x-large;
    font-weight: bold;
    color: #333;
}

.rating-text {
    margin-top: 0.5rem;
    text-align: left;
    font-size: 1.125rem; 
    color: #374151; 
    font-weight: 600; 
	text-align: center;
	margin-bottom: 0px;
}

.movie-title {
	font-family: var(--font-family, "Graphik Kinopoisk LC Web", Tahoma, Arial, Verdana, sans-serif);
    font-size: 40px;
    font-weight: var(--font-weight-bold, 700);
    line-height: 48px;
    letter-spacing: -.5px;
    margin-bottom: 15px;
}

.movie-title-rub {
	font-family: var(--font-family, "Graphik Kinopoisk LC Web", Tahoma, Arial, Verdana, sans-serif);
    font-size: 20px;
    font-weight: var(--font-weight-bold, 700);
    letter-spacing: -.5px;
}

.movie-info-rub {
	
}

.prosmotr-rub {
	    padding: 5px;
}

.genre-title {
	font-size: 13px;
    line-height: 18px;
    color: rgb(255 255 255);
    padding: 5px 5px 5px 0px;
}

.original-title-value {
    font-weight: bold;
    color: #bbb;
}

.original-title {
	font-size: 13px;
    line-height: 18px;
    color: rgb(255 255 255);
	padding: 5px 5px 5px 0px;
}

.related-posts h3 {
	margin-bottom: 15px;
    margin-top: 30px;
}

.fran-post a {
	color: white;
}

.fran-post a:hover {
	color: #ff6531;
}

.fran-title {
	color: white;
    font-weight: bold;
    font-size: large;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px;
}

.franchise-details {
	font-size: x-large;
    color: #ff6531;
}

.franchise-details a {
	font-size: x-large;
    color: #ff6531;
}

.franchise-details p {
	font-size: small;
    color: #bbb;
}

/* Адаптивность */
@media (max-width: 768px) {
    #movie-filter .row > div {
        margin-bottom: 15px;
    }

    .movie-list .card img {
        height: 150px;
    }

    .movie-list .card-title {
        font-size: 1rem;
    }

    .movie-list .btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
	
  .tabs-header {
    flex-direction: column;
  }
  .tab {
    padding: 15px;
    font-size: 16px;
  }
  .tabs-content {
    padding: 10px;
  }	
	
.dis-countre {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
}	
	
.card-title-countre {
    font-size: 1.25rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}	
	
.text-muted {
color: #ff6531 !important;
    font-size: smaller;		
	}	
	
.movie-thumbnail-sin img {
	width: 100%;	
	}	
	

  .tabs-header {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
        flex-direction: row;
  }

  .tab {
flex: 0 0 auto;
        margin-right: 5px;
        font-size: 14px;
        padding: 10px 15px;
        white-space: nowrap;
  }

.tabs-container {
    font-family: Arial, sans-serif;
    margin-top: 30px;
}
	
.actor-item {
    width: 105px;
    text-align: center;
    background: #393738;
    padding: 5px;
}	
	
.director-item {
    background: #333333;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    flex-direction: column;
}	
	
.director-photo {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    height: 250px;
}	
	
.director-name {
    font-size: x-large;
    font-weight: bold;
    color: #333;
    text-align: center;
}	
	
.screenwriters-item {
    background: #333333;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    flex-direction: column;
}	
	
.screenwriters-photo {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    height: 250px;
}	
	
.screenwriters-name {
    font-size: x-large;
    font-weight: bold;
    color: #333;
    text-align: center;
}
	
.producers-details p {
display: flex;
    flex-direction: column;
    word-break: break-all;		
	}	
	
.producers-link {
    font-size: smaller;
}	
	
.franchise-image {
    padding-bottom: 30px;
    padding-top: 15px;
    text-align: center;
}	
	
.fran-post a {
    color: white;
    font-size: small;
}	
	
.stars-container {
    display: flex;
    align-items: center;
    justify-content: center;
}	
	
.movie-rating-container {
        bottom: 85px;
        left: 0;
        right: 0;
        position: absolute;
        background-color: #202020cc;
        border: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 1.5rem;
}	
	
.rating-title {
    color: #ffffff;
    font-size: larger;
    place-self: anchor-center;
    font-weight: bold;
}	
	
.rating-text {
    color: #ffffff;
}	
	
.card-img-top {
    height: auto;
    object-fit: cover;
}
	
.actors-photo-rub {
    width: 100%;
    height: auto;
    object-fit: contain;
}	
	
.prosmotreno-badge-rub {
    top: 0px;
    right: inherit;
    z-index: 10;
    border-radius: 0px 0px 5px 0px;
    font-size: 0.9rem;
}	
	
.movie-info-rub {
        padding: 0px 7px 0px 0px;
    }
	
.movie-title-rub {
    font-family: var(--font-family, "Graphik Kinopoisk LC Web", Tahoma, Arial, Verdana, sans-serif);
    font-size: 16px;
    font-weight: var(--font-weight-bold, 700);
    letter-spacing: -.5px;
}	
	
.img-fluid-actor-rub {
    width: 130px;
    height: 190px;
    padding-right: 15px;
    object-fit: cover;
}
	
}
