
.accordion-button {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
    font-size: 20px; 
    
}

.accordion-button:not(.collapsed) {
  color: #EC5D24; 
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  color: #f5f5f5; 
  font-size: 16px;
  background-color: transparent;
}

.accordion-item {
  background-color: transparent !important;
  border-top: 1px solid rgb(102, 66, 61) !important;
}


.accordion-button::after {
  filter: brightness(0) invert(1); 
}


.accordion-header h2{

  font-size: 36px !important;
}
.Proud{
  font-size: 116px !important;
}

.video-section {
  position: relative;
  overflow: hidden;
}

.video-section-img {
  max-height: 700px;
  object-fit: cover;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  background-color: rgba(255, 64, 0, 0.9);
  color: #fff;
  width: 94px;
  height: 64px;
  border-radius:5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.video-play-button:hover {
  background-color: rgba(255, 64, 0, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-play-button1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  background-color: rgba(255, 64, 0, 0.9);
  color: #fff;
  width: 64px;
  height: 44px;
  border-radius:5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 960) {
   .Proud{
  font-size: 70px !important;
}
}
