*{margin:0;padding:0;font-family:sans-serif;box-sizing:border-box}.header{width:100%;height:100px;padding:20px 60px;display:flex;justify-content:space-between;background:linear-gradient(90deg,#000,#a10000)}.header .logo h3{font-size:60px;color:#fff;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;cursor:pointer;transition:text-shadow .3s ease-out;animation:font-loop 3s infinite}.header .logo h3:hover{text-shadow:0px 0px 50px rgba(255,255,255,1)}.header .search{display:flex}.header .search input{padding:10px 30px;border-radius:10px;height:40px;outline:none;border:none;font-size:18px;font-weight:500}.header .search button{height:40px;padding:10px;margin-left:10px;border-radius:10px;outline:none;border:none;font-size:18px;font-weight:400;color:#073b66;cursor:pointer}.header .search button:hover{color:#0e7ad3;transform:scale(1.2)}.movie-header{width:100%;padding:30px 0;background:#0d5691;text-align:center}.movie-header h2{font-size:28px;color:#fff;transition:color .3s ease-in-out}.movie-header h2:hover{color:#005eb0}.movie{width:100%;padding:40px 0;background:linear-gradient(90deg,#000,#a10000);display:flex;justify-content:center}.movie .container{max-width:90%;margin:auto;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.movie .container .box{width:300px;height:500px;background:#1c3b64;border-radius:8px;overflow:hidden;transition:transform .4s ease-in-out,box-shadow .4s ease-in-out;text-align:center;position:relative}.movie .container .box:hover{transform:scale(1.05);box-shadow:0 8px 16px #0000004d}.movie .container .box img{width:100%;height:100%;object-fit:cover}.movie .container .box .detail{width:100%;height:20%;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:10px;position:absolute;bottom:0;left:0;color:#fff;text-align:center;animation:slowRise 1s ease-out}.movie .container .box .detail h3{font-size:18px;font-weight:700;transition:color .3s ease-in-out}.movie .container .box .detail h3:hover{color:#00178d}.movie .container .box .detail h4{margin-top:5px;font-size:16px}.option{width:100%;height:60px;padding:10px 200px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#000,#a10000);color:#fff}.option h2{font-size:24px;cursor:pointer;padding:5px 10px;transition:color .3s ease-in-out,transform .3s ease-in-out}.option h2:hover{color:#fa2323;transform:scale(1.1)}.font-style-1{font-family:Arial,sans-serif}.font-style-2{font-family:Times New Roman,serif}.font-style-3{font-family:Courier New,monospace}.font-style-4{font-family:Comic Sans MS,cursive}.font-style-5{font-family:Impact,sans-serif}.hover-animation{transition:font-family 1.5s ease-in-out}@keyframes font-loop{0%{font-family:Arial,sans-serif}20%{font-family:Times New Roman,serif}40%{font-family:Courier New,monospace}60%{font-family:Comic Sans MS,cursive}80%{font-family:Impact,sans-serif}to{font-family:Arial,sans-serif}}.like-btn{background:none;border:none;cursor:pointer;margin-top:10px;transition:transform .2s ease-in-out}.like-btn:hover{transform:scale(1.2)}@keyframes slowRise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width: 768px){.header{padding:10px 20px;height:120px;flex-direction:column;align-items:center}.header .logo h3{font-size:40px}.header .search{margin-top:0}.header .search input{width:80%;padding:10px;margin-bottom:10px}.header .search button{width:20%;padding:10px}.movie-header{padding:20px 0;height:80px}.movie-header h2{font-size:20px;height:80px}.movie{padding:20px 0}.movie .container{max-width:100%;flex-direction:column;align-items:center}.movie .container .box{width:100%;height:300px;margin-bottom:10px}.movie .container .box .detail h3{font-size:18px;font-weight:700;transition:color .3s ease-in-out}.movie .container .box .detail h3:hover{color:#01d773}.movie .container .box .detail h4{margin-top:5px;font-size:16px}.movie .container .box .detail button{size:40px}.movie .container .box .detail{width:100%;height:35%;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:10px;position:absolute;bottom:0;left:0;color:#fff;text-align:center;animation:slowRise 1s ease-out}.option{height:50px;padding:10px;flex-direction:row;align-items:center}.option h3{font-size:18px;margin-bottom:10px}}
