/* @import url('./global.css'); */
@import url("./hero-section/hero-section.css");
@import url("./slideshow-chargesheet-section/slideshow-chargesheet-section.css");
@import url(./testimonials/your-story.css);
@import url("./footer/footer.css");

@import url(./popover/popover.css);

@import url("./pledge/pledge.css");
@import url("./campaign-song/song.css");
@import url("./pledge/form.css");
@import url("./pledge/lpform.css");
@import url("./media/media.css");
:root {
  --primary-color: #fe6101;
  --secondary-color: #2b2b3d;
}

/* @import url('./spin-the-wheel/spinTheWheel.css');
@import url('./booklet/booklet.css'); */

@font-face {
  font-family: "Shamim_Cholontika_Unicode";
  src: url(../assets/fonts/Shamim.ttf);
}

.container-heading {
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 60px;
  font-family: "Shamim_Cholontika_Unicode";
}

@media screen and (max-width: 768px) {
  .container-heading {
    color: white;
    text-align: center;
    padding: 0px;
    font-size: 34px;
    font-weight: bold;
    margin-top: 40px;
  }
}

#transform {
  /* background-color: #201e3e; */
  /* clip-path: polygon(0 1%, 100% 0, 100% 90%, 0% 100%); */
  z-index: 99999;
  /* background-image: url('/img/transformbg.webp'); */
  /* background-image: linear-gradient(
      45deg,
      rgba(43, 43, 61, 1),
      rgba(43, 43, 61, 1)
    ),
    url("/img/transformbg.webp"); */
}

#transform .section-title span {
  background: rgb(166, 166, 166);
  background: linear-gradient(
    90deg,
    rgba(166, 166, 166, 1) 0%,
    rgba(232, 232, 236, 1) 65%,
    rgb(228, 227, 227) 100%
  );
}

#transform .section-title {
  border: 1px solid white;
}

#transform .action-footer {
  background-color: var(--primary-color);
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  margin-top: -8px;
}

#transform a img {
  width: 20px;
}

#transform .action-footer a {
  margin: 3px;
  padding: 3px;
  border-radius: 3px;
  display: inline-flex;
  background-color: var(--secondary-color);
}

#transform h1 {
  color: var(--secondary-color);
}

#transform-carousel ul li video {
  width: 100%;
  object-fit: cover;
  /* aspect-ratio: 1/1; */
}

#transform-carousel .splide__slide > div {
  aspect-ratio: 16 / 9;
  background-color: #000;
}

#transform-carousel .splide__slide {
  transition: all 0.3s ease;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
}
#transform-carousel .splide__slide .custom-banner,
#transform-carousel .splide__slide video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

#transform-carousel .splide__slide .custom-banner {
  inset: 0;
}
#transform-carousel .splide__slide.is-prev {
  filter: opacity(80%);
  transform: scale(0.95);
  filter: blur(2px);
}
#transform-carousel .splide__slide.is-next {
  filter: opacity(80%);
  transform: scale(0.95);
  filter: blur(2px);
}
#transform-carousel .splide__slide.is-active {
  filter: opacity(1);
  transform: scale(1);
}

.splide__pagination {
  display: flex !important;
  position: relative;
  margin-top: 15px !important;
}

.splide__pagination__page {
  background-color: var(--primary-color);
  border: 1px solid white;
  height: 12px;
  width: 12px;
  margin: 6px;
}

#transform .video-title {
  display: none !important;
}

#transform .splide__arrow {
  background-color: unset;
  opacity: 1;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.custom-banner {
  z-index: 99;
  /* display: none; */
}

.custom-play-button {
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  /* bottom: 3%; */
  /* right: 5%; */
  /* display: none; */
  border: none;
  cursor: pointer;
  box-shadow: none;
}

.custom-play-button img {
  /* border: 2px solid white; */
  /* border-radius: 50%; */
  background-color: transparent;
  width: 50px;
}

.custom-play-button svg {
  /* border: 2px solid white; */
  /* border-radius: 50%; */
  background-color: transparent;
  width: 50px;
}
