body {
  font-family: "Roboto", serif;
}

#hiddenSection {
  transition: transform 0.5s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

.text-section {
  /* transform: translateY(2%); */
  opacity: 1;
  /* overflow: hidden; */
  /* transition: transform 0.5s ease, opacity 0.5s ease; */
  background-color: rgba(0, 0, 0, 0.5);
}

.gradient-overlay {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* .hover\:content-show:hover .text-section {
  transform: translateY(2px);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 1rem 1rem;
  max-height: 340px;
  overflow-y: auto;
} */

.hover\:content-show:hover .gradient-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  opacity: 0.5;
}

.overflow-x-auto {
  overflow: hidden !important;
}

.container {
  max-width: 1280px !important;
}

/* .faq-item-hidden {
  display: none;
} */

.faq-item-visible {
  display: block;
}


.video-container {
  width: 75%;
  height: 0;
  padding-bottom: 40%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 929.5px) {

  .video-container {
    width: 95%;
    height: 0;
    padding-bottom: 80%;
  }

} 

.margin320{margin:0 320px !important;  width: 100% !important;}

@media screen and (max-width: 480px) {
  .margin320{margin:0 20px  !important;  width: 100% !important;}
}