.movie-card{color:#222;cursor:pointer;background:linear-gradient(135deg,#fff 0%,#f7f9fc 100%);border:1px solid #e6e6e6;border-radius:16px;flex-direction:row-reverse;gap:8px;width:80%;height:350px;padding:20px;transition:all .25s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000014}.movie-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.movie-title{color:#111;margin-bottom:6px;font-size:1.5rem;font-weight:700}.movie-description{color:#555;margin-bottom:10px;font-size:.95rem;line-height:1.5}.movie-card h3{color:#444;margin:2px 0;font-size:.9rem;font-weight:500}.movie-card h3:first-of-type:before{content:"📅 "}.movie-card h3:nth-of-type(2):before{content:"🎬 "}.movie-card h3:nth-of-type(3):before{content:"👥 "}.movie-card h3:nth-of-type(4):before{content:"⭐ ";color:#f5b301}.movie-card h3:last-of-type{color:#f5b301;font-weight:600}.imgMovie{width:100%;height:100%}.movieDiv1{justify-content:center;align-items:center}.movieDiv2{justify-content:center;align-items:center;width:40%;margin-right:10px}@media (max-width:600px){.movie-card{flex-direction:column;width:100%;height:700px;padding:16px}.movieDiv2{justify-content:center;align-items:center;width:95%;height:auto}}
