﻿.movie-breadcrumb {
    padding: 1% 8% !important;    
    padding-bottom: 0px !important;
    max-width: none !important;
}

#share-wrapper {
    border: none;
    background-color: #343a40;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    color: white;
    font-weight: bolder;
}

.dropdown-item {
    padding: 10px;
    color: white;
    text-decoration: none;
}

    .dropdown-item:hover {
        color: white;
        background-color: #1e88e5;
    }

    .dropdown-item:active {
        color: white;
        background-color: #1e88e5;
    }

.banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

    .banner-container a {
        display: block;
        width: 100%;
        max-width: 1200px;
    }

    .banner-container img {
        width: 100%;
        height: auto;
        display: block;
        max-height: 125px;
        /*padding-bottom: 15px;*/
    }

.tv-season-container {
    padding: 1% 9%;    
}

.movie-select {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #555;
    background-color: #333;
    color: white;
    font-size: 0.9rem;
    max-height: 200px;
    overflow-y: auto;
}

.movie-episodes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.movie-episode {
    padding: 10px 20px;
    background-color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    text-align: center;
    font-size: 0.8rem;
}

    .movie-episode:hover {
        background-color: #555;
    }

.popularmovie-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 10px 20px;
}

.popularmovie-title {
    font-size: 1.2rem;
}

.popularmovie-go-back {
    color: #c6c7c9;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    background-color: black;
}

.popularmovie-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    padding: 20px;
}

.popularmovie-box {
    background-color: #f4f4f4;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.action-buttons-section .fa,
.action-buttons-section span,
.movie-divider {
    color: white;
}

.movie-divider {
    padding-bottom: 5px;
    font-size: 1.5rem;
}

.action-buttons-section span {
    font-size: 0.9rem;
}

    .action-buttons-section span:hover {
        color: white;
    }

.movieicondetails {
    padding-right: 3%;
}

.txtSimilarMovies {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 8%;
}

.genretype {
    display: inline-block;
    padding: 2px 5px;
    border: 2px solid #452938;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    margin: 4px 0px;
}

.movieoverview {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}

.watchmovieimg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
}

.movie-title-text {
    font-size: 1.5rem;
}

.movie-description-header {
    font-size: 1.2rem;
    color: #fff;
}

.movie-title-text,
.movie-overview,
.movie-details-section,
.movie-genre-section {
    color: #fff;
}

.source-buttons button {
    background-color: #1e88e5;
    color: white;
    padding: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 0.8rem;
    width: 16%;
}

.popularmovie-container,
.popularmovie-header {
    padding: 0% 12%;
}

.popularmovie-container {
    padding-bottom: 2%;
}

.movie-container {
    display: flex;
    width: 100%;
    padding: 1% 8%;
}

.movie-left {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.movie-right {
    width: 20%;
    padding: 20px;
    padding-top: 0px;
}

.movie-row {
    width: 100%;
}

.movie-row-1 {
    height: 70vh;
    justify-content: center;
    align-items: center;
}

.movie-row-2 {
    display: grid;
    grid-template-columns: 11% 40% 49%;
    gap: 10px;
}

    .movie-row-2 > div {
        padding: 10px;
    }

.movie-row-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.movieIframe {
    width: 100%;
    height: 100%;
    border: none;
}

.movie-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

    .movie-grid img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

@media (max-width: 1300px) {
    .tv-season-container {
        padding: 0% 3%;
        padding-bottom: 15px;
    }

    .banner-container img {
        max-height: 300px;
        padding-bottom: 5px;
    }

    .movieoverview {
        padding-bottom: 1.5rem;
    }

    .txtSimilarMovies {
        padding-bottom: 15px;
    }

    .popularmovie-container,
    .popularmovie-header {
        padding: 0 20px;
    }

    .popularmovie-container {
        padding-bottom: 5%;
    }

    .footer {
        padding: 20px 0;
    }

    .movie-container {
        padding: 1% 1%;
    }

    .movieicondetails {
        font-size: 0.8rem;
    }

    .movie-link {
        font-size: 15px;
    }

    .movie-divider {
        font-size: 30px;
    }

    .subscribe-header {
        font-size: 1.5rem;
        margin-bottom: 0px;
        padding: 0.8rem;
    }

    .movie-select {
        width: 100%;
        margin-bottom: 10px;
    }

    .movie-episodes {
        grid-template-columns: repeat(2, 1fr);
    }

    .popularmovie-go-back {
        padding: 15px 0px;
        font-size: 14px;
    }

    .movieoverview {
        font-size: 0.8rem;
    }

    .source-buttons button {
        width: 22%;
    }

    .movie-title-text {
        font-size: 1rem;
    }

    .movieIframe {
        height: 230px;
    }

    .movie-container {
        flex-direction: column;
    }

    .movie-left,
    .movie-right {
        width: 100%;
    }

    .movie-left {
        height: auto;
    }

    .movie-row-1,
    .movie-row-2,
    .movie-row-3 {
        height: auto;
    }

    .movie-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .movie-row-2 {
        display: grid;
        grid-template-columns: 30% 70%;
        gap: 10px;
    }

        .movie-row-2 .column-1 {
            order: 2;
        }

        .movie-row-2 .column-2 {
            order: 3;
        }

        .movie-row-2 .column-3 {
            order: 1;
            grid-column: span 2;
        }
}

@media screen and (max-width: 768px) {
    .popularmovie-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .banner-container img {
        max-height: 200px;
        /*padding-bottom: 20px;*/
    }
}
