.testimonial {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.testimonial h5 {
    margin-top: 15px;
    font-weight: bold;
}
.testimonial p {
    font-size: 16px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
}

/* Initial transparent navbar */
#home {
    background: url('pic/asd1.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    margin: 0;
}

.navbar-transparent {
    background: transparent;
    transition: background 0.3s ease;
}

.navbar-scrolled {
    background: rgba(255, 255, 255); 
}

.content {
    height: 2000px;
    padding-top: 100px;
    color: white;
}
.a{
    color: blue;
}
.a:hover{
    color: #f39609;
}
/* contact us*/

.contact-form {
     max-width: 600px;
    margin: auto;
    padding: 20px;
}
.form-control, .btn {
    border-radius: 30px;
}
.btn-submit {
    background-color: #800000; /* Maroon color */
    color: white;
}
.btn-block{
    display: block;
    width: 30%;
}

/* testimonials */

#testimonials{
    padding-top: 60px;
    background-image: url(pic/bg.jpg);
    background-position: center;
    background-attachment: fixed;
}

/* Icon*/
.asd{
    color: #141212;
    font-size: 20px;
}
.asd:hover{
    color: #800000;  
}

/* Contact us*/
.bg{
    background-image: url(pic/21.jpg);
    background-attachment: fixed;
    width: 100%;
    height: 480px;
}

/*icon */
.ic{
    font-size: 45px;
    color: #800000; 
}