 /* Custom styles for carousel */
 .carousel-item img {
    width: 100%;
    height: 50%;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 20px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}


.hero-section {
    background: url('/images/bike-image.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    
  }
  



/* CSS for Fade-in-left Animation */
@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply Animation to Elements */
.animate-text {
    animation: fade-in-left 2s infinite ease forwards;
    /* Change animation duration and timing function as needed */
}

/* CSS for Fade-in-left Animation */
@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Apply Animation to Cards */
.animate-text {
    animation: fade-in-left 2s  ease forwards;
    /* Change animation duration and timing function as needed */
}
/* CSS to Style Social Media Icons Vertically */
.social-media {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.social-media ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-media ul li {
    margin-bottom: 10px;
}

.social-media ul li a {
    display: block;
    color: #fff;
    background-color: #530de9;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.social-media ul li a:hover {
    background-color: #555;
}

@media only screen and (max-width: 600px) {
    body {
      font-size: 20px;
      max-width: 100%;
      /* max-width: 50%; */
      height: auto;
    }
   
    .heroimage{
        opacity: .3;
    }
    .nav-link{
        margin-left: 40%;
    }
    .mrg{
        margin-top: 10px;
    }
    .inspiration{
        border-style: groove;
        border-width: 5px;
        border-radius: 5px;
    }
    .footer-ht{
        margin-top:30px;
    }
  .headerimagemrgn{
    margin-left: 20px;
  }
    
  }
  * {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
  }
  .alert{
    display: none;
}
.brdw20
{border-width: 20px}
.brdw10{
    border-width: 10px;
    /* border-color: rgb(54, 54, 57); */
}
.bgblue{
    background-color: rgb(5, 5, 243);
    color:white;
    border-radius: 5px;
}
hr.solid {
    border-top: 3px solid #bbb;
  }

  body {
    font-family: Lora, serif;
    font-size: 16px;  
  }
  
  h1,h2,h3,h4 {
    font-family: Ubuntu, sans-serif;
    font-size: 30px;  
    /* background-color: white; */
    
  }

  .image-container {
    text-align: center;
    margin-bottom: 1rem;
  }

  .zoom-img {
    max-width: 100%;
    /* max-width: 400px; */
    height: auto;
    transition: transform 2s ease-in-out;
  }

  @media (min-width: 768px) {
    .zoom-img {
      max-height: 500px;
    }
    .footer-ht{
        margin-top:30px;
    }
  }


  .container {
    margin-top: 50px;
}

#searchInput {
    width: 100%;
    padding: 10px;
}

/* .mm{
background-color: rgba(99, 96, 93, 0.978);
} */

/* Set the width and height of the carousel */
#videoCarousel {
    width: 100%;
    /* Set the desired width */
    max-width: 800px;
    /* Set the maximum width, adjust as needed */
    height: 800px;
    /* Set the desired height */
    margin: auto;
    /* Center the carousel horizontally */
}

/* Set the width and height of the carousel slides */
#videoCarousel .carousel-inner .carousel-item {
    width: 100%;
    /* Set the width to 100% of the carousel */
    height: 100%;
    /* Set the height to 100% of the carousel */
}

#videoCarousel video {
    border-radius: 10px;
    /* Set the desired border radius */

}

/* Responsive styling to maintain aspect ratio */
@media (min-width: 576px) {
    #videoCarousel {
        height: 150px;
        /* Adjust height for larger screens if needed */
    }
}

@media (max-width: 576px) {

    #btnReg,
    #btnoffice {
        margin-top: 10px;
    }

    #btnLogin {
        margin-left: 10px;
        margin-top: 10px;
    }

    #videoCarousel {
        height: 100px;
        width: 100%;

    }

    #videoCarousel {
        height: 100px;
        /* Adjust height for larger screens if needed */
    }

    #aboutus {
        margin-top: 10px;
    }

}
/* profile css */
.profile-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px;
}

.profile-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.profile-item {
    text-align: center;
}

.modal-body img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
}