File size: 33,742 Bytes
fa8139e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kundan Babu - Malayalam Movies</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.movie-card:hover .movie-poster {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.movie-poster {
transition: all 0.3s ease;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
.scrollbar-hide {
-ms-overflow-style: none;
scrollbar-width: none;
}
.blur-load {
background-size: cover;
background-position: center;
}
.blur-load.loaded > img {
opacity: 1;
}
.blur-load > img {
opacity: 0;
transition: opacity 200ms ease-in-out;
}
</style>
</head>
<body class="bg-gray-900 text-white">
<!-- Header -->
<header class="bg-black py-3 sticky top-0 z-50 shadow-lg">
<div class="container mx-auto px-4 flex justify-between items-center">
<div class="flex items-center space-x-4">
<a href="#" class="text-2xl font-bold text-red-600">KUNDAN BABU</a>
<nav class="hidden md:flex space-x-6">
<a href="#" class="hover:text-red-500 transition">Home</a>
<div class="dropdown relative">
<button class="hover:text-red-500 transition flex items-center">
Movies <i class="fas fa-chevron-down ml-1 text-xs"></i>
</button>
<div class="dropdown-menu absolute hidden bg-gray-800 mt-2 py-2 w-48 rounded shadow-lg">
<a href="#" class="block px-4 py-2 hover:bg-gray-700">Malayalam</a>
<a href="#" class="block px-4 py-2 hover:bg-gray-700">Telugu</a>
<a href="#" class="block px-4 py-2 hover:bg-gray-700">Tamil</a>
<a href="#" class="block px-4 py-2 hover:bg-gray-700">Hindi</a>
<a href="#" class="block px-4 py-2 hover:bg-gray-700">Kannada</a>
</div>
</div>
<a href="#" class="hover:text-red-500 transition">TV Shows</a>
<a href="#" class="hover:text-red-500 transition">Genres</a>
</nav>
</div>
<div class="flex items-center space-x-4">
<div class="relative hidden md:block">
<input type="text" placeholder="Search..." class="bg-gray-800 px-4 py-1 rounded-full w-64 focus:outline-none focus:ring-2 focus:ring-red-500">
<button class="absolute right-3 top-1/2 transform -translate-y-1/2">
<i class="fas fa-search"></i>
</button>
</div>
<button class="md:hidden text-xl">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="relative h-96 bg-gradient-to-r from-gray-900 to-gray-800 flex items-center">
<div class="absolute inset-0 bg-[url('https://via.placeholder.com/1920x1080')] bg-cover bg-center opacity-30"></div>
<div class="container mx-auto px-4 relative z-10">
<h1 class="text-4xl md:text-5xl font-bold mb-4">Watch Latest Malayalam Movies</h1>
<p class="text-xl mb-6 max-w-2xl">Stream or download your favorite Malayalam movies in HD quality for free on Kundan Babu</p>
<div class="flex space-x-4">
<button class="bg-red-600 hover:bg-red-700 px-6 py-2 rounded-full font-medium transition">Browse Movies</button>
<button class="bg-gray-800 hover:bg-gray-700 px-6 py-2 rounded-full font-medium transition">How to Download</button>
</div>
</div>
</section>
<!-- Main Content -->
<main class="container mx-auto px-4 py-8">
<!-- Latest Movies -->
<section class="mb-12">
<div class="flex justify-between items-center mb-6">
<h2 class="text-2xl font-bold">Latest Malayalam Movies</h2>
<a href="#" class="text-red-500 hover:underline">View All</a>
</div>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6 gap-4">
<!-- Movie Card 1 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Movie Title 1</h3>
<p class="text-gray-400 text-sm">2023 • Action, Thriller</p>
</div>
<!-- Movie Card 2 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Movie Title 2</h3>
<p class="text-gray-400 text-sm">2023 • Comedy, Drama</p>
</div>
<!-- Movie Card 3 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Movie Title 3</h3>
<p class="text-gray-400 text-sm">2023 • Romance, Musical</p>
</div>
<!-- Movie Card 4 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Movie Title 4</h3>
<p class="text-gray-400 text-sm">2023 • Horror, Thriller</p>
</div>
<!-- Movie Card 5 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Movie Title 5</h3>
<p class="text-gray-400 text-sm">2023 • Action, Adventure</p>
</div>
<!-- Movie Card 6 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Movie Title 6</h3>
<p class="text-gray-400 text-sm">2023 • Drama, Family</p>
</div>
</div>
</section>
<!-- Popular Movies -->
<section class="mb-12">
<div class="flex justify-between items-center mb-6">
<h2 class="text-2xl font-bold">Popular Malayalam Movies</h2>
<a href="#" class="text-red-500 hover:underline">View All</a>
</div>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6 gap-4">
<!-- Movie Card 7 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Popular Movie 1</h3>
<p class="text-gray-400 text-sm">2023 • Action, Thriller</p>
</div>
<!-- Movie Card 8 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Popular Movie 2</h3>
<p class="text-gray-400 text-sm">2023 • Comedy, Drama</p>
</div>
<!-- Movie Card 9 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Popular Movie 3</h3>
<p class="text-gray-400 text-sm">2023 • Romance, Musical</p>
</div>
<!-- Movie Card 10 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Popular Movie 4</h3>
<p class="text-gray-400 text-sm">2023 • Horror, Thriller</p>
</div>
<!-- Movie Card 11 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Popular Movie 5</h3>
<p class="text-gray-400 text-sm">2023 • Action, Adventure</p>
</div>
<!-- Movie Card 12 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Popular Movie 6</h3>
<p class="text-gray-400 text-sm">2023 • Drama, Family</p>
</div>
</div>
</section>
<!-- Top Rated Movies -->
<section class="mb-12">
<div class="flex justify-between items-center mb-6">
<h2 class="text-2xl font-bold">Top Rated Malayalam Movies</h2>
<a href="#" class="text-red-500 hover:underline">View All</a>
</div>
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 xl:grid-cols-6 gap-4">
<!-- Movie Card 13 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Top Rated Movie 1</h3>
<p class="text-gray-400 text-sm">2023 • Action, Thriller</p>
</div>
<!-- Movie Card 14 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i) Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Top Rated Movie 2</h3>
<p class="text-gray-400 text-sm">2023 • Comedy, Drama</p>
</div>
<!-- Movie Card 15 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Top Rated Movie 3</h3>
<p class="text-gray-400 text-sm">2023 • Romance, Musical</p>
</div>
<!-- Movie Card 16 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Top Rated Movie 4</h3>
<p class="text-gray-400 text-sm">2023 • Horror, Thriller</p>
</div>
<!-- Movie Card 17 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Top Rated Movie 5</h3>
<p class="text-gray-400 text-sm">2023 • Action, Adventure</p>
</div>
<!-- Movie Card 18 -->
<div class="movie-card group">
<div class="relative overflow-hidden rounded-lg mb-2 h-64 blur-load" style="background-image: url('https://via.placeholder.com/300x450/333333/666666?text=Loading')">
<img src="https://via.placeholder.com/300x450" alt="Movie Poster" class="movie-poster w-full h-full object-cover" loading="lazy">
<div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition">
<button class="bg-red-600 hover:bg-red-700 px-4 py-2 rounded-full font-medium transition">
<i class="fas fa-play mr-2"></i> Watch Now
</button>
</div>
<div class="absolute top-2 right-2 bg-yellow-500 text-black px-2 py-1 rounded text-xs font-bold">HD</div>
</div>
<h3 class="font-medium truncate">Top Rated Movie 6</h3>
<p class="text-gray-400 text-sm">2023 • Drama, Family</p>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-black py-8">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-bold mb-4 text-red-600">KUNDAN BABU</h3>
<p class="text-gray-400">The best platform to watch and download Malayalam movies for free in HD quality.</p>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-red-500 transition">Home</a></li>
<li><a href="#" class="text-gray-400 hover:text-red-500 transition">Movies</a></li>
<li><a href="#" class="text-gray-400 hover:text-red-500 transition">TV Shows</a></li>
<li><a href="#" class="text-gray-400 hover:text-red-500 transition">Request Movies</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Genres</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-red-500 transition">Action</a></li>
<li><a href="#" class="text-gray-400 hover:text-red-500 transition">Comedy</a></li>
<li><a href="#" class="text-gray-400 hover:text-red-500 transition">Drama</a></li>
<li><a href="#" class="text-gray-400 hover:text-red-500 transition">Horror</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Contact</h4>
<ul class="space-y-2">
<li class="text-gray-400"><i class="fas fa-envelope mr-2"></i> support@kundanbabu.com</li>
<li class="text-gray-400"><i class="fas fa-globe mr-2"></i> www.kundanbabu.com</li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-6 text-center text-gray-400">
<p>© 2023 Kundan Babu. All Rights Reserved.</p>
<p class="mt-2 text-sm">Disclaimer: We do not host any files on our server. All files are hosted by third-party services.</p>
</div>
</div>
</footer>
<!-- Mobile Menu (hidden by default) -->
<div class="fixed inset-0 bg-black bg-opacity-90 z-50 hidden" id="mobileMenu">
<div class="flex justify-end p-4">
<button id="closeMobileMenu" class="text-2xl">
<i class="fas fa-times"></i>
</button>
</div>
<div class="flex flex-col items-center justify-center h-full space-y-8">
<a href="#" class="text-2xl hover:text-red-500 transition">Home</a>
<div class="text-center">
<button class="text-2xl hover:text-red-500 transition flex items-center mx-auto">
Movies <i class="fas fa-chevron-down ml-2 text-sm"></i>
</button>
<div class="mt-2 space-y-4 hidden" id="mobileSubMenu">
<a href="#" class="block text-xl hover:text-red-500 transition">Malayalam</a>
<a href="#" class="block text-xl hover:text-red-500 transition">Telugu</a>
<a href="#" class="block text-xl hover:text-red-500 transition">Tamil</a>
<a href="#" class="block text-xl hover:text-red-500 transition">Hindi</a>
<a href="#" class="block text-xl hover:text-red-500 transition">Kannada</a>
</div>
</div>
<a href="#" class="text-2xl hover:text-red-500 transition">TV Shows</a>
<a href="#" class="text-2xl hover:text-red-500 transition">Genres</a>
<div class="relative mt-4">
<input type="text" placeholder="Search..." class="bg-gray-800 px-4 py-2 rounded-full w-64 focus:outline-none focus:ring-2 focus:ring-red-500">
<button class="absolute right-3 top-1/2 transform -translate-y-1/2">
<i class="fas fa-search"></i>
</button>
</div>
</div>
</div>
<script>
// Mobile menu toggle
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuBtn = document.querySelector('.md\\:hidden');
const mobileMenu = document.getElementById('mobileMenu');
const closeMobileMenu = document.getElementById('closeMobileMenu');
const mobileSubMenuBtn = mobileMenu.querySelector('button');
const mobileSubMenu = document.getElementById('mobileSubMenu');
mobileMenuBtn.addEventListener('click', function() {
mobileMenu.classList.remove('hidden');
});
closeMobileMenu.addEventListener('click', function() {
mobileMenu.classList.add('hidden');
});
mobileSubMenuBtn.addEventListener('click', function() {
mobileSubMenu.classList.toggle('hidden');
});
// Image lazy loading with blur effect
const blurLoads = document.querySelectorAll('.blur-load');
blurLoads.forEach(div => {
const img = div.querySelector('img');
if (img.complete) {
div.classList.add('loaded');
} else {
img.addEventListener('load', () => {
div.classList.add('loaded');
});
}
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=wekames/baaaabu" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |