/* =====================
    SECTION: HERO
    ====================== */
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  align-content: center;
  z-index: 1;
}

.hero__flora {
  position: absolute;
  top: 0;
  mix-blend-mode: darken;
  z-index: -1;
}

.hero__flora.left {
  left: 0;
  transform: scaleX(-1);
}

.hero__flora.right {
  right: 0;
}

.hero_video video,
.hero_video img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -2;
}

/* .hero::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/bg/bg1.webp") center/cover;
    background-repeat: no-repeat;
    z-index: -1;
  } */

.theme__info {
  font-weight: 600;
  font-family: var(--heading-font);
  font-size: var(--fs-sub-title);
}

.hero .hero-image--t {
  position: absolute;
  right: -5%;
  top: 0;
  z-index: -1;
  transform: rotate(-45deg);
  opacity: 0.25;
}

.hero .hero-image {
  transform: rotate(-2deg);
}

.hero .hero-image .carousel-inner {
  box-shadow: 2px 6px 20px rgb(var(--primary-color-rgb), 0.25);
  animation: breath 2s linear infinite alternate;
}

@keyframes breath {
  from {
    transform: translateY(-6px);
  }

  to {
    transform: translateY(6px);
  }
}

.hero .carousel-item img {
  border-radius: 0.5rem;
}

.hero .carousel__buttons {
  display: flex;
  margin-top: -1.5rem;
  margin-inline-end: 0.5rem;
  justify-content: end;
}

.hero .carousel-control-next,
.hero .carousel-control-prev {
  position: static;
  background: var(--accent-color);
  padding-block: 0.5rem;
  z-index: 6;
}

.time-wrapper {
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
#countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 50%;
  margin: auto;
}

.time-wrapper {
  background: linear-gradient(#e100a8, #71009c);
  border-radius: 3rem;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 250ms all linear 0ms;
  text-align: center;
  position: relative;
}

.time-wrapper.flipped {
  background: linear-gradient(#e1005e, #8d104e);
  /* border-radius: 0 3rem 0 3rem; */
}

.time-wrapper .count-box:hover {
  transform: translateY(-5px);
}

.time-wrapper .time {
  font-size: var(--fs-caption);
  font-size: var(--fs-sub-title);
  font-size: var(--fs-small-banner);
  font-weight: bold;
  /* margin-bottom: 5px; */
}

.time-wrapper .text {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  color: var(--primary-color);
}

.time-wrapper .text {
  display: block;
  color: var(--bs-light);
}

.menu__bar .nav-link {
  font-size: 14px;
  padding: 7px;
}

/* =====================
    SECTION: COMMITTEE
    ====================== */
/* .committee {
    background: radial-gradient(circle at 0% 0%, #128383, transparent 25%),
      radial-gradient(circle at 60% 100%, #0e7ca0, transparent 50%),
      radial-gradient(
        circle at center,
        rgba(var(--secondary-color-rgb), 0.9),
        transparent 200%
      ),
      url(../images/golden-purple.webp) center / cover;
  } */

/* .committee {
    background: url("../images/bg/bg3.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  } */

.hero__text1 {
  background: var(--primary-color);
  padding: 2rem;
  color: var(--bs-light);
  height: 100%;
  font-size: 0.9rem;
}

.hero__text2 {
  background: var(--bs-light);
  padding: 2rem;
  color: var(--bs-dark);
  height: 100%;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero__text3 {
  background: var(--accent-color);
  padding: 2rem;
  color: var(--bs-light);
  height: 100%;
  font-size: 0.9rem;
}

.hero__text .line-clamp {
  line-clamp: 15;
  -webkit-line-clamp: 15;
  font-size: 15px;
  min-height: 366px;
}

/* =====================
    SECTION: HIGHLIGHT
    ====================== */
.highlight {
  padding: 2rem;
  background: linear-gradient(45deg, #f1f7e8, var(--bs-secondary-bg));
  border-radius: 8px;
  transition: transform 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.highlight:hover {
  transform: translateY(-5px);
}

.highlight::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/mandala.webp") no-repeat center/contain;
  top: -35%;
  right: -60%;
}

.highlight__icon {
  margin-bottom: 1rem;
  font-size: 2rem;
  color: var(--primary-color);
}

.highlight__icon i {
  display: inline-block;
}

.highlight__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--bs-secondary-color);
}

.highlight__desc {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--bs-tertiary-color);
}

/* =====================
    SECTION: CTA
    ====================== */
.cta {
  background: radial-gradient(circle at 0% 0%, #e11868, transparent 25%),
    radial-gradient(circle at 60% 100%, #a00e85, transparent 50%),
    radial-gradient(
      circle at center,
      rgba(var(--secondary-color-rgb), 0.9),
      transparent 200%
    ),
    url(../images/cta.webp) center / cover;
}

.cta__card {
  background: rgba(var(--bs-dark-rgb), 0.3);
  border-radius: 1rem;
  padding: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(8px);
  height: 100%;
}

.cta__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.cta__icon i::before {
  font-size: 3rem;
  color: var(--bs-light);
  text-shadow: 0 0 5px var(--bs-light), 0 0 40px var(--primary-color);
  background: radial-gradient(
    circle,
    rgba(var(--primary-color-rgb), 0.5),
    rgba(var(--primary-color-rgb), 0)
  );
  padding: 0 1rem;
  border-radius: 50%;
  display: inline-block;
}

.cta__title {
  font-family: var(--cursive-font);
  font-size: 3rem;
  color: var(--bs-light);
  line-height: 1;
}

.cta__description {
  font-size: 1rem;
  color: var(--bs-dark-bg-subtle);
}

/* =====================
    SECTION: VENUE
    ====================== */
.venue {
  background: radial-gradient(
      circle at 0% 0%,
      rgba(var(--bs-light-rgb), 0.95),
      rgba(var(--bs-light-rgb), 0.85)
    ),
    url("../images/venue-bg.webp") no-repeat 100% 100% / contain;
}

.title {
  position: relative;
  z-index: 1;
}

.back_text {
  position: absolute;
  width: max-content;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.back_text span {
  display: inline-block;
  font-size: 160px;
  font-weight: 600;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  -webkit-text-fill-color: transparent;
}

.back_text2 span {
  display: inline-block;
  font-size: 140px;
  font-weight: 600;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  -webkit-text-fill-color: transparent;
}

.back_text1 span {
  display: inline-block;
  font-size: 160px;
  font-weight: 600;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
  -webkit-text-fill-color: transparent;
}

/*  */
.about__section {
  background: linear-gradient(
      rgb(var(--secondary-color-rgb), 0.65),
      rgb(var(--secondary-color-rgb), 0.65)
    ),
    url("../images/message-bg.webp") center/cover;
  background-repeat: no-repeat;
  /* background: var(--primary-color); */
}

.speaker-box {
  text-align: center !important;
}

.speaker-box .inner-box {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.speaker-box .image-box {
  position: relative;
  padding: 16px 22px 20px 20px;
  padding: 7px;
}

.speaker-box .image {
  position: relative;
  border: 5px solid #ffffff;
  border: 0.25vw solid #ffffff;
  -webkit-box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 250px 250px;
  overflow: hidden;
  margin-bottom: 0;
  background: aliceblue;
}

.speaker-box .image-box:before {
  position: absolute;
  left: 0;
  right: 46px;
  right: 16px;
  top: 0;
  bottom: 17px;
  border: 3px solid #dddddd;
  border: 0.1vw solid #dddddd;
  border-radius: 0 0 250px 250px;
  content: "";
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-box .image img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.speaker-box .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.com__name {
  font-size: 12px;
  margin: 8px 0px 5px 0px;
  line-height: 1;
}

.designation {
  font-size: 10px;
  display: block;
  line-height: 1;
}

/*  */
/*  */
/*  */
/*  */
.register_now {
  position: relative;
  /* background: url(1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
  background: url(../images/bg/bg4.webp) center right / cover no-repeat fixed;
  z-index: 1;
  color: #fff;
}

.register_now::after {
  content: "";
  position: absolute;
  /* background: -webkit-linear-gradient(315deg, rgba(104, 77, 244, 0) -24.45%, var(--theme-color) 165.8%); */
  background: linear-gradient(
    135deg,
    rgba(104, 77, 244, 0) -24.45%,
    #684df4 165.8%
  );
  -webkit-backdrop-filter: blur(10.5px);
  backdrop-filter: blur(10.5px);
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  /* clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%); */
  z-index: -1;
}

/*  */
/*  */
/*  */
/*  */
/*  */

/*home-registration-plan*/
.registeation__section {
  background: url(../images/bg/bg5.png);
  background-repeat: repeat;
}

.reg-plan {
  background: var(--bs-white);
  border-radius: 1rem;
  padding: 0;
  transition: all 0.5s;
  box-shadow: 0 20px 40px rgb(0 0 0 / 8%);
}

.reg-bg1 .icon-bx {
  background-color: var(--primary-color);
  background-color: var(--secondary-color);
}

.reg-bg2 .icon-bx {
  background-color: var(--secondary-color);
}

.reg-bg3 .icon-bx {
  background-color: var(--accent-color);
  background-color: var(--secondary-color);
}

.reg-bg1 .icon-bx .reg-icon {
  background-color: var(--secondary-color);
}

.reg-bg2 .icon-bx .reg-icon,
.reg-bg1 .icon-bx .reg-icon,
.reg-bg3 .icon-bx .reg-icon {
  border: 5px solid var(--secondary-color);
}

.reg-plan .icon-bx {
  position: relative;
  padding: 20px 30px 0;
  text-align: center;
  z-index: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.reg-plan .icon-bx:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
  z-index: -1;
}

.reg-plan .icon-bx .reg-icon {
  height: 130px;
  width: 130px;
  line-height: 120px;

  border-radius: 50%;
  font-size: 70px;
  color: #40cbb4;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  display: flex;
  justify-content: center;
  /* position: absolute; */
  background: #ffffff;
  padding: 10px;
  align-items: center;
}

.reg-plan .icon-bx .reg-icon img {
  width: 76px;
}

.reg-plan:hover {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.reg-plan table td {
  padding: 6px 5px;
  line-height: 20px;
}

.reg-plan table tr:last-child td {
  border: 0;
}

.reg-plan h4 {
  text-align: center;
  color: var(--primary-color);
  position: relative;
  margin: 1rem 0 0rem;
  font-size: 16px;
}

.reg-plan h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: var(--bs-gray-200);
  background-color: var(--primary-color);
}

.reg-plan h4::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background-color: var(--primary-color);
}

.reg-plan h4 span {
  display: block;
  font-size: 22px;
  color: var(--primary-color-dark);
}

.reg-plan span {
  display: block;
  font-size: 13px;
}

/*  */
/*  */
/*  */
/*  */
.sc__box {
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.bgs {
  background: linear-gradient(
      rgba(var(--primary-color-rgb), 0.75),
      rgba(var(--primary-color-rgb), 0.75)
    ),
    url(../images/highlights-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right center;
}

.card__abs {
  background: url(../images/cta-bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 5rem 1rem;
}

/* .card__abs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../images/cta-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  } */

.card__abs video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -2;
}

/* .sci__program__section {
    background: url(../images/bg/bg7.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
  } */

.program__section {
  padding: 2rem 1rem;
  text-align: center;
  display: block;
  text-decoration: none;
}

.program__section i {
  font-size: var(--fs-small-banner);
}

.program__section__date {
  font-size: var(--fs-small-banner);
  font-weight: 800;
}

.venue__section {
  position: relative;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
}

.venue__section::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  width: 40%;
  /* background: url(../images/bg/venue.webp);
    background-size: cover;
    background-position: center; */

  background: url(../images/Venue_logo.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/* .venue__img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 57%;
    z-index: 1
    ;
  } */

/* .day_1,
  .day_2,
  .day_3 {
    border-radius: 30px 30px 0px 0px;
  }

  .day_4,
  .day_5,
  .day_6 {
    border-radius: 0px 0px 30px 30px;
  } */

.program__content {
  display: flex;
  position: relative;
  border-radius: 0 50px 50px 0;
  background: #ffffff;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 87%,
    rgba(255, 255, 255, 0) 87%
  );
  padding: 10px;
  align-items: center;
  height: 100%;
}

.program__date {
  color: var(--bs-light);
  width: 150px;
  height: 100px;
  padding: 10px;
  background: rgba(var(--primary-color-rgb), 1);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.day {
  padding: 10px;
  line-height: 1;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 10px;
  background: var(--bs-light);
  color: var(--bs-dark);
}

.days1 {
  font-size: 14px;
  line-height: 1;
}

.table-responsive table tr {
  vertical-align: middle;
}

.table-responsive table tr p {
  margin-bottom: 0;
}

/* =====================
    SECTION: ACCOMMODATION
    ====================== */

.accommodation__content {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  height: 100%;
}

.accommodation__img img {
  border-radius: 1rem;
  margin-bottom: 1rem;
}

/* =====================
    SECTION: COMMITTEE
    ====================== */
.committee {
  text-align: center;
}

.committee__img img {
  margin-bottom: 1rem;
  border-radius: 50%;
  width: 150px;
  border: 3px solid var(--accent-color);
  padding: 10px;
}

.committee__name {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: var(--fs-caption);
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 5px;
}

.fogsi .committee {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  height: 100%;
  border-radius: 10px;
}

.reg-plan small {
  font-size: 11px;
  display: block;
  margin-top: 3px;
}

.conf img {
  animation: blinkk 0.3s ease-in-out infinite alternate;
}

@keyframes blinkk {
  0% {
    opacity: 1;
    filter: grayscale(100%);
    transform: scale(1);
  }

  100% {
    filter: grayscale(0%);
    transform: scale(1.1);
  }
}

.cs {
  /* background: url(../images/bg/cs2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
  background: url(../images/bg/bg5.png);
  background-repeat: repeat;
}

.waviy {
  position: relative;
  text-align: center;
  /* -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.2)); */
}

.waviy span:has(> span) {
  margin-inline-end: 1rem;
}

.waviy span span {
  display: inline-block;
  font-size: var(--fs-large-banner);
  font-weight: 700;
  color: #fff !important;
  color: var(--secondary-color) !important;
  text-transform: uppercase;
  animation: waviy 3s infinite;
  animation-delay: calc(0.1s * var(--char-index));
}

@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-20px);
  }
}

/*.blink1*/

.blink1 {
  -webkit-animation: blink1 1s infinite;
  -moz-animation: blink1 1s infinite;
  /* Fx 5+ */
  -o-animation: blink1 1s infinite;
  /* Opera 12+ */
  animation: blink1 1s infinite;
  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blink1 {
  0%,
  49% {
    color: var(--primary-color);
    background-color: #fff;
  }

  50%,
  100% {
    color: #fff;
    background-color: var(--secondary-color);
  }
}

.w__committee .committee {
  background: rgba(var(--secondary-color-rgb), 0.1);
  background: #f3d6f5;
  padding: 5px;
  border-radius: 5px;
  height: 100%;
}

/*Faculty*/

.faculty {
  text-align: center;
  margin: auto;
  display: block;
}

.faculty img {
  margin-bottom: 1rem;
  width: 150px;
  border: 3px solid var(--accent-color);
  padding: 10px;
  margin: auto;
}

.pre__workshop {
  position: relative;
  z-index: 1;
  padding: 3rem 1rem;
  color: var(--bs-light);
  border-radius: 1rem;
  outline: 2px dashed rgb(var(--secondary-color-rgb), 1);
  outline-offset: 5px;
  height: 100%;
}

.pre__workshop li {
  margin-bottom: 1rem;
}

.pre__workshop::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 1rem;
  z-index: -2;
}

.pre__workshop.third::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 1rem;
  z-index: -2;
}

.pre__workshop.second::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top right,
    rgba(var(--primary-color-rgb), 0.9),
    rgba(var(--secondary-color-rgb), 0.9)
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 1rem;
  z-index: -2;
}

.pre__workshop video {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  opacity: 0.05;
  border-radius: 1rem;
}

/* .pre__workshop__section {
    position: relative;
    z-index: 1;
    padding: 3rem 1rem;
    color: var(--bs-light);
    border-radius: 1rem;
    outline: 2px dashed rgb(var(--secondary-color-rgb), 1);
    outline-offset: 5px;
    height: 100%;

  }


  .pre__workshop__section .videoo {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 0.05;
    border-radius: 1rem;
  } */

/*  */
/*  */
/*  */
/*  */
/*  */

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* FOGSI Committee Workshops */

.heading {
  display: inline-block;
  background: var(--primary-color);
  padding: 0.5rem 2rem;
  border-radius: 0 0 1rem 1rem;
  color: #fff;
}

.fireworks-canvas {
  position: fixed;
  /* stays fixed on screen */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* keep it in the background */
  pointer-events: none;
  /* so clicks pass through if you don’t want interaction */
}

#fireworks-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* clicks go through */
  z-index: 0;
}

/* .scroll-wrapper{
   padding: 10px 0;
  }

  #scroller {
    display: flex;
    column-gap: 4rem;
    width: max-content;
  }

  #scroller .scroll-items {
    display: flex;
    column-gap: 1rem;
    width: max-content;
  }

  #scroller .scroll-items div {
    flex: 1 0 auto;
    font-size: 1rem;
  }

  #scroller .scroll-items div a {
    color: #000000;
    letter-spacing: 0.75px;
  } */

.scroll-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  /* ✅ Prevents any overflow beyond viewport */
  padding: 10px 0;
  box-sizing: border-box;
}

#scroller {
  display: flex;
  column-gap: 4rem;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  /* smoother on mobile */
}

#scroller .scroll-items {
  display: flex;
  column-gap: 1rem;
  width: max-content;
}

#scroller .scroll-items div {
  flex: 1 0 auto;
  font-size: 1rem;
  white-space: nowrap;
}

#scroller .scroll-items div a {
  color: #000000;
  letter-spacing: 0.75px;
}

/* ✅ Optional: reduce spacing on small screens */
@media (max-width: 768px) {
  #scroller {
    column-gap: 2rem;
  }

  #scroller .scroll-items {
    column-gap: 0.5rem;
  }

  #scroller .scroll-items div {
    font-size: 0.9rem;
  }
}

.name__card {
  background: linear-gradient(
    180deg,
    rgba(var(--secondary-color-rgb), 0.05) 0%,
    rgba(var(--secondary-color-rgb), 0.1) 100%
  );
  border: 1px solid rgba(var(--secondary-color-rgb), 0.1);
  border-radius: 0.375rem;
  padding: 0.5rem;
  text-align: center;
  color: var(--primary-color);
}
