 
  .parallax-section {
  background-image: url('img/cBanner.jpg'); /* Replace with your image */
  height: 80vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-content {
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 20px;
  border-radius: 12px;
  width: 50%;
  height: 120px;
}

.parallax-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);

  text-align: center;
  color: #fff;
}

.parallax-content p {
  font-size: 1.2rem;  text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);

  color: #e0f7fa;
}

.parallax-info-section {
  background-color: #f0fff4;
}

/* Scrollbar width */
::-webkit-scrollbar {
  width: 10px;
}

/* Scrollbar track (background) */
::-webkit-scrollbar-track {
  background: #1a1a1a; /* dark track */
  border-radius: 10px;
}

/* Scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #ff00cc, #00e5ff);

  border-radius: 10px;
}

/* On hover effect */
::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(45deg, #00e5ff, #ff00cc);

}


@media  (max-width: 824px) {
.parallax-content h2{
  font-size: 2.5rem;
  text-align: center;
}
}
@media  (max-width: 500px) {
.parallax-content h2{
  font-size: 1.6rem;
  padding-bottom: 10px;
  text-align: center;
}
.parallax-content {

  width: 100%;
}

.parallax-content p {
  font-size: 1rem;
  color: #e0f7fa;
  text-align: center;
}

.parallax-content {
  background-color: rgba(0, 0, 0, 0.5); 
 width: 100%;  height: 70vh;
align-content: center;
}


  .parallax-section  {
  background-image: url('img/Cmobile.jpg'); /* Replace with your image */
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
    background-size: cover;

  height: 70vh;
  /* object-fit: cover; */
  
}
.parallax-info-section {
  background-color: #f0fff4;
}
  

}