        /* Custom styles */
        body {
            background-color: #f8f9fa;
        }

        .btn-main{
            background-color: #16163f;
            color: white;
        }

        .top-bar {
            background-color: #16163f;
            color: #fff;
            padding: 10px;
        }

        .top-bar a {
            color: #fff;
            text-decoration: none;
            margin-left: 10px;
        }

        .banner {
            height: 400px;
        /*    background-image: url("images/banner.jpg"); */
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .banner h1 {
            font-size: 40px;
            color: #fff;
            text-align: center;
            text-shadow: 0px 0px 10px #777;
        }

        .caption {
            margin-top: 30px;
            text-align: center;
        }

        .caption h2 {
            font-size: 30px;
            color: #333;
            margin-bottom: 20px;
        }

        .feature-cards {
            margin-top: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .feature-card {
            text-align: center;
            margin: 20px;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }

        .feature-card i {
            font-size: 40px;
            margin-bottom: 20px;
            color: #28a745;
        }

        .genre-cards {
            margin-top: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }

        .genre-card {
            text-align: center;
            margin: 20px;
            padding: 20px;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            width: 200px;
        }

        .genre-card i {
            font-size: 40px;
            margin-bottom: 20px;
            color: #28a745;
        }

        .testimonial-slide {
            margin-top: 50px;
            text-align: center;
        }

        .testimonial-slide .testimonial {
            display: none;
        }

        .footer {
            background-color: #16163f;
            color: #fff;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer .social-media-links i {
            font-size: 20px;
            margin-right: 10px;
        }

        .footer .quick-links a {
            color: #fff;
            text-decoration: none;
            margin: 0 10px;
        }

        .footer .contact-info i {
            font-size: 20px;
            margin-right: 10px;
        }
        .features-heading {
            text-align: center;
            margin-bottom: 30px;
        }
        .card-title {
            margin-top: 10px;
            margin-bottom: 15px;
        }

        .card-text {
            color: #555;
        }
        .card-body {
            text-align: center;
        }
        
         .fas {
            font-size:40px !important;
            color: green !important;
        }
        .card{
            margin: 5px;
        }
