body {
    background-color: #111;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1250px;
    margin: 50px auto;
    padding: 20px;
    
}

.swal2-styled.swal2-confirm {
    background-color: #00a3ff;
    font-size: 1.20rem;
    border-radius: 25px;
    border: 0;
    color: #fff;
    min-width: 150px;
}



.header {
    text-align: center;
    margin-bottom: 50px;
}

.header h1 {
    font-size: 48px;
    font-weight: 700;
    color: #f7f7f7;
    text-shadow: 0 0 12px #00f7bd;
    margin-bottom: 20px;
}


.header h3 {
    font-size: 24px;
    color: #21bcf9;
}

span, #p {
    font-size: 20px;
    line-height: 1.5;
    color: #ccc;
}

#xfMODALFOOTERTEXT {
    font-size: 18px;
    line-height: 1.5;
    color: #222222;
    font-family: Helvetica;
}


@keyframes colorTransition {
    0% { box-shadow: 0 0 302px rgb(255, 0, 0); }     /* Red */
    12.5% { box-shadow: 0 0 302px rgb(255, 127, 0); } /* Orange */
    25% { box-shadow: 0 0 302px rgb(255, 255, 0); }   /* Yellow */
    37.5% { box-shadow: 0 0 302px rgb(127, 255, 0); } /* Chartreuse */
    50% { box-shadow: 0 0 302px rgb(0, 255, 0); }     /* Green */
    62.5% { box-shadow: 0 0 302px rgb(0, 255, 127); } /* Spring Green */
    75% { box-shadow: 0 0 302px rgb(0, 255, 255); }   /* Cyan */
    87.5% { box-shadow: 0 0 302px rgb(0, 127, 255); } /* Azure */
    100% { box-shadow: 0 0 302px rgb(0, 0, 255); }    /* Blue */
    112.5% { box-shadow: 0 0 302px rgb(127, 0, 255); } /* Violet */
    125% { box-shadow: 0 0 302px rgb(255, 0, 255); }   /* Magenta */
    137.5% { box-shadow: 0 0 302px rgb(255, 0, 127); } /* Rose */
    150% { box-shadow: 0 0 302px rgb(255, 0, 0); }     /* Red (loop back) */
}

.movie-details-container {
    background-color: #222;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 0 302px rgb(0, 159, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    animation: colorTransition 20s infinite linear; /* Adjust duration and timing function as needed */
}

.movie-poster {
    flex: 0 0 300px;
    margin-right: 40px;
    text-align: center;
    
    
}


.movie-poster img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 0 14px rgba(3, 201, 247, 0.48);
}

.movie-details {
    flex: 1;
}

.movie-details-header {
    margin-bottom: 30px;
}

.movie-details-header .title {
    font-size: 36px;
    font-weight: 700;
    color: gold;
    text-shadow: 0 0 15px #00fb7a;
}

.movie-details-section {
    margin-bottom: 8px;
}

.movie-details-section h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}


.movie-details-section {
    font-size: 18px;
    color: #fff;
}


.download-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #333;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 24px rgba(115, 0, 255, 0.208);
    margin-top: 30px;
}

.dropdown {
    margin-right: 20px;
    margin-bottom: 20px;
    flex: 1;
}

.dropdown label {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight:700;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
    font-family: Helvetica;
}

.dropdown select {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #fff;
    border: 3px solid #f7ff00e3;
    border-radius: 15px;
    background-color: #333;
    font-size: larger;
    text-align: center;
    font-family: Helvetica;
    box-shadow: 0 0 12px rgba(239, 247, 3, 0.48);
}
.dropdown select:focus {
    outline: none;
    border-color: #21bcf9; /* Change border color on focus */
    box-shadow: 0 0 12px rgba(3, 201, 247, 0.48); /* Change box shadow on focus */
}


.download-btn-container {
    text-align: center;
    flex: 1;
}

.download-btn {
    background-color: gold;
    color: #000;
    font-weight: 700;
    transition: background-color 0.3s ease;
    box-shadow: 0 0 24px #f7ff0061;
    border: none;
    padding: 15px 30px;
    font-size: 24px;
    border-radius: 15px;
    cursor: pointer;
 
}

.download-btn:hover {
    background-color: #000;
    color: gold;
    box-shadow: 0 0 15px #d4df01
}


/* Rating Section */
.rating-section {
text-align: center;
margin-top: 50px;
}

.rating-section h2 {
font-size: 32px;
color: #fff;
font-weight: 700;
margin-bottom: 20px;
}

.rating {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin-bottom: 20px;
}

.rating__input {
display: none;
}

.rating__label {
width: 50px;
height: 50px;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="gray" d="M287.9 17.8L354 150.2l132.1 19.2c26.2 3.8 36.7 36.1 17.7 54.6L404.6 338l22.8 133c4.5 26.2-23 46-46.4 33.7L288 439.6 195 504.7c-23.4 12.3-50.9-7.4-46.4-33.7L171.4 338 72.4 224c-19-18.5-8.5-50.8 17.7-54.6l132.1-19.2L287.9 17.8z"/></svg>') no-repeat center center;
background-size: contain;
cursor: pointer;
transition: transform 0.3s ease, filter 0.3s ease;
padding-left: 14px;
margin: 8px 0  8px 0 ;
}

.rating__label:hover,
.rating__label:hover ~ .rating__label,
.rating__input:checked ~ .rating__label {
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="gold" d="M287.9 17.8L354 150.2l132.1 19.2c26.2 3.8 36.7 36.1 17.7 54.6L404.6 338l22.8 133c4.5 26.2-23 46-46.4 33.7L288 439.6 195 504.7c-23.4 12.3-50.9-7.4-46.4-33.7L171.4 338 72.4 224c-19-18.5-8.5-50.8 17.7-54.6l132.1-19.2L287.9 17.8z"/></svg>') no-repeat center center;
background-size: contain;
transform: scale(1.2);
}

.rating__input:checked ~ .rating__label:hover ~ .rating__label,
.rating__input:checked ~ .rating__label:hover ~ .rating__label ~ .rating__label {
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="gray" d="M287.9 17.8L354 150.2l132.1 19.2c26.2 3.8 36.7 36.1 17.7 54.6L404.6 338l22.8 133c4.5 26.2-23 46-46.4 33.7L288 439.6 195 504.7c-23.4 12.3-50.9-7.4-46.4-33.7L171.4 338 72.4 224c-19-18.5-8.5-50.8 17.7-54.6l132.1-19.2L287.9 17.8z"/></svg>') no-repeat center center;
background-size: contain;
transform: scale(1);
}

.rating__input:checked ~ .rating__label,
.rating__input:checked ~ .rating__label ~ .rating__label {
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="gold" d="M287.9 17.8L354 150.2l132.1 19.2c26.2 3.8 36.7 36.1 17.7 54.6L404.6 338l22.8 133c4.5 26.2-23 46-46.4 33.7L288 439.6 195 504.7c-23.4 12.3-50.9-7.4-46.4-33.7L171.4 338 72.4 224c-19-18.5-8.5-50.8 17.7-54.6l132.1-19.2L287.9 17.8z"/></svg>') no-repeat center center;
background-size: contain;
}

#ratingVotes {
font-size: 20px;
color: #fff;
font-weight: 700;
}

.download-size {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin: 0 10px;
    padding: 14px;
    padding-top: 3%;
    
}


footer {
    text-align: center;
    margin-top: 90px;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    padding: 20px;
    text-decoration: none;
    font-weight: 700;
}

a {
    color: #0077ff;
    text-decoration: none;
    font-weight: 700;
   
}

a:hover{
    color: #004ffb;
}

.underlined {
    position: relative;
    margin-right: 1rem;
}

.underlined:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    height: 8px;
    width: 100%;
    border: solid 3px #cb1829;
    border-color: #1fed02e3  transparent transparent transparent;
    border-radius: 50%;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 15px;
    color: #333;
    font-weight: bold;
    display: none;
}


