@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
}
@font-face {
  font-family: "YourFontName";
  src: url("Views/bootstrap/fonts/92zPtBhPNqw79Ij1E865zBUv7mx9IjVPNIg8mg.woff2")
      format("woff2"),
    url("Views/bootstrap/fonts/92zPtBhPNqw79Ij1E865zBUv7mx9IjVFNIg8mg.woff2")
      format("woff2"),
    url("Views/bootstrap/fonts/92zPtBhPNqw79Ij1E865zBUv7mx9IjVBNIg.woff2")
      format("woff2");
  /* Add additional properties like font-weight and font-style if needed */
}

/* nav starts */
a {
  text-decoration: none;
  /* text-transform: uppercase; */
}
p,
li {
  text-align: justify;
  text-justify: inter-word;
}
.row {
  padding: 0.5rem;
  --bs-gutter-x: 0rem;
  margin-right: 0;
}

body {
  overflow-x: hidden;
}

header {
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  width: 100%;
  position: fixed;
  z-index: 200;
}

header img {
  max-width: 100%;
  height: 80px;
  margin: 0rem 1.5rem;
}

header ul {
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
  padding: 1.5rem 1rem;
}

header ul li {
  margin-right: 1.5rem;
}

ul li a {
  text-decoration: none;
  padding: 4.5px;
  color: rgb(172, 169, 165);
}

header ul li a.active,
header ul li a:hover {
  background-color: rgba(0, 162, 255, 0.992);
  opacity: 0.7;
  transition: 1s;
  padding: 0.3rem;
  border-radius: 5px;
  color: rgb(255, 255, 255);
}

.hamburger {
  position: absolute;
  right: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  display: none;
}

.bi-camera,
.bi-camera-video,
.bi-file-earmark-arrow-down {
  color: brown;
}

.bi-camera:hover,
.bi-camera-video:hover,
.bi-file-earmark-arrow-down:hover {
  color: #f4d03f;
}

.hamburger .bar {
  height: 3px;
  max-width: 100%;
  background-color: bisque;
  border-radius: 10px;
  transition: 0.3s all;
}

@media (max-width: 883px) {
  .hamburger {
    display: flex;
    cursor: pointer;
  }

  header ul {
    flex-direction: column;
    position: absolute;
    right: -100%;
    top: 7.5vh;
    height: 100vh;
    width: 100%;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: right 0.2s ease-in;
  }

  header img {
    height: 60px;
    margin: 0.3rem 1.5rem;
  }

  .menu-item {
    right: 0;
    margin-top: 0.1rem;
    transition: right 0.3s ease-in;
  }

  .cross .bar:nth-child(2) {
    opacity: 0;
  }

  .cross .bar:first-child {
    transform: rotate(-45deg) translate(-5px, 7px);
  }

  .cross .bar:last-child {
    transform: rotate(45deg) translate(-5px, -7px);
  }

  /* .dropdown .dropdown-content {
    display: block;
    position: absolute;
    min-width: 160px;
    margin-left: -7rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  } */
}
/* 

.dropdown-content {
    border-radius: 3px;
    background-color: rgba(240, 255, 255);
    display: none;
    position: absolute;
    padding: 1.5rem;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0, 0, 0);
    z-index: 100;
    top: 100%; 
    left: 0; 
}

.dropdown:hover .dropdown-content {
    display: grid;
    justify-content: center;
    margin-left: -30px;
    margin-top: 0.4rem;
} */

.dropdown {
  position: relative;
}

.dropdown-content {
  border-radius: 3px;
  background-color: rgba(240, 255, 255);
  display: none;
  position: absolute;
  padding: 1.5rem;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  top: 100%;
  left: 0;
}

.dropdown:hover .dropdown-content {
  display: grid;
  justify-content: center;
}

/* nav ends */
/* landing starts */

.landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  background: linear-gradient(
    315deg,
    rgba(230, 94, 220, 0.87) 3%,
    rgba(89, 147, 206, 0.692) 38%,
    rgba(90, 240, 230, 0.815) 68%,
    rgba(243, 94, 94, 0.692) 98%
  );
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 575px) {
}

.wave {
  display: flex;
  background: rgb(255 255 255 / 25%);
  border-radius: 1000% 1000% 0 0;
  position: absolute;
  width: 200%;
  height: 12em;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.wave:nth-of-type(2) {
  bottom: -1.25em;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}

.wave:nth-of-type(3) {
  bottom: -2.5em;
  animation: wave 20s -1s reverse infinite;
  opacity: 0.9;
}

@keyframes wave {
  2% {
    transform: translateX(1);
  }

  25% {
    transform: translateX(-25%);
  }

  50% {
    transform: translateX(-50%);
  }

  75% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(1);
  }
}

.logos {
  margin-top: 6em;
  text-align: center;
  width: 100%;
  height: 20%;
}

.logos img {
  height: 5em;
}

@media (max-width: 575px) {
  .headingText {
    padding-top: 10em;
  }
}

.headingText {
  margin-top: 4em;
  display: inherit;
  flex-direction: column;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.headingText h1,
h2,
h3 {
  animation: zoom 2s;
}

@keyframes zoom {
  from {
    letter-spacing: 7px;
    filter: blur(5px);
    opacity: 0;
  }

  to {
    letter-spacing: 0;
    filter: blur(0);
    opacity: 1px;
  }
}

/* landing ends */
/* about starts */
.about {
  display: flex;
  padding-top: 3em;
  align-items: center;
  overflow-y: hidden;
  overflow-x: hidden;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  height: auto;
  background: linear-gradient(rgb(255, 255, 255, 1), rgba(255, 255, 255, 0.753)),
    url(./img/about.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.aboutLogo {
  display: inherit;
  flex-direction: column;
  margin: 4rem;
  width: 30%;
  justify-content: center;
}

.aboutLogo img {
  max-width: 100%;
  height: 15vh;
  flex-direction: unset;
}

.aboutText {
  padding-top: 3em;
  margin-right: 4vmin;
  width: 70%;
}

.aboutText p {
  text-align: justify;
}

/* about ends */
/* cfp starts */
.cfp {
  padding-top: 2.5em;
  display: flex;
  border-style: solid;
  border-width: 2rem;
  border-color: white;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  height: auto;
  background-color: #f4d03f;
}

.cfpText {
  margin: 3vmin;
  width: inherit;
}

@media screen and (max-width: 730px) {
  .cfp {
    border-width: 0;
  }
}

.animationCfp {
  display: inherit;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 40%;
}

@media screen and (max-width: 730px) {
  .animationCfp {
    display: none;
  }
}

.words {
  color: #f4d03f;
  line-height: 8vh;
}

.words span {
  font-size: 5rem;
  animation: move 3s ease-in-out infinite;
}

@keyframes move {
  0% {
    transform: translate(-30%, 0);
  }

  50% {
    text-shadow: 0 25px 50px rgba(0, 0, 0, 0.75);
  }

  100% {
    transform: translate(30%, 0);
  }
}

.words span:nth-child(2) {
  animation-delay: 0.5s;
}

.words span:nth-child(3) {
  animation-delay: 1s;
}

.words span:nth-child(4) {
  animation-delay: 1.5s;
}

.words span:nth-child(5) {
  animation-delay: 2s;
}

.words span:nth-child(6) {
  animation-delay: 2.5s;
}

.words span:nth-child(7) {
  animation-delay: 3s;
}

/* cfp ends */
/* programs start */
.programs {
  font-weight: bold;
  width: 100%;
  height: auto;
  background: #c2e59c;
  background: linear-gradient(120deg, #64b3f4 50%, #c2e59c 30%);
}

.timeline > .column {
  display: flex;
  flex-direction: column;
  position: relative;
}

.timeline > .column::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  border: 1px solid rgba(49, 49, 49, 0.5);
  height: calc(100%);
  z-index: 0;
}

/* .timeline > .column1::before {
    height: calc(100%);
} */

/* row text */
.timeline > .column > .row > .text {
  flex: 1 1 calc(50% - 50px);
  position: relative;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.timeline > .column > .row .insideText {
  color: rgb(255, 255, 255);
  background-color: black;
  padding: 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.timeline > .column > .row p {
  padding: 1rem;
  color: rgba(51, 51, 51, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* row icon */
.timeline > .column > .row > .icon {
  flex: 1 1 100px;
}

.timeline > .column > .row > .icon > div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  background: #fff;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
  position: relative;
}

.timeline > .column > .row > div i {
  display: block;
  font-size: 1.5rem;
  color: rgb(0, 85, 255);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* row time */
.timeline > .column > .row > .time {
  flex: 1 1 calc(50% - 50px);
  padding-top: 1rem;
}

.timeline > .column > .row:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline > .column > .row:nth-child(even) > div:last-child {
  text-align: end;
}

.timeline > .column > .row:nth-child(even) p::before {
  content: "";
  position: absolute;
  left: -20px;
  border: 10px solid rgba(0, 0, 0, 0);
  border-right-color: black;
}

.timeline > .column > .row:nth-child(odd) p::after {
  content: "";
  position: absolute;
  right: -20px;
  border: 10px solid rgba(0, 0, 0, 0);
  border-left-color: black;
}

/* mobile version */
@media screen and (max-width: 768px) {
  .timeline > .column::before {
    left: 35px;
    /* height: calc(100% / 5 * 4); */
    height: calc(98%);
    top: 50px;
  }

  .timeline > .column > .row {
    flex-flow: column wrap;
    height: auto;
  }

  .timeline > .column > .row:nth-child(even) {
    flex-direction: column;
  }

  .timeline > .column > .row:nth-child(even) > .time:last-child {
    text-align: start;
  }

  .timeline > .column > .row > .icon {
    order: 1;
    flex: 1 1 100%;
    padding-top: 50px;
    width: 100px;
  }

  .timeline > .column > .row > .time {
    order: 2;
    flex: 1 1 50px;
    width: calc(100% - 10em);
    margin-left: 4.5em;
  }

  .timeline > .column > .row > .text {
    order: 3;
    flex: 1 1 calc(100% - 50px);
    width: calc(100% - 100px);
    margin-left: 5em;
  }

  .timeline > .column > .row:nth-child(odd) p::before {
    content: "";
    position: absolute;
    left: -20px;
    border: 10px solid rgba(0, 0, 0, 0);
    border-right-color: black;
  }

  .timeline > .column > .row:nth-child(odd) p::after {
    border: none;
  }
}

/* programs end */
/*! BUG */
/* committee starts */
.committee {
  padding-top: 2.5em;
  border-style: solid;
  border-width: 2rem;
  border-color: white;
  display: flex;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  height: auto;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0073ffc7, #00c8ffa9);
}

@media screen and (max-width: 730px) {
  .committee {
    border-width: 0;
  }
}

.container-fluid {
  margin: 3vmin;
  font-size: 2.5vmin;
}

.committeelist {
  margin-left: 3vmin;
  color: rgb(255, 243, 228);
}

.committeeImages {
  margin: 0 auto;
  width: 50vh;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 25rem;
}

.committeeImages .image-container .image-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 24px;
  color: white;
}

.committeeImages img {
  --duration: 40s;
  --name: float-up-1;
  position: absolute;
  top: 0;
  left: 0;
  width: 33vh;
  transform: translateY(100vh);
  animation: var(--name) var(--duration) linear infinite;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.5);
}

.committeeImages img:nth-child(1) {
  animation-delay: 0s;
}

.committeeImages img:nth-child(2) {
  animation-delay: -3s;
}

.committeeImages img:nth-child(3) {
  animation-delay: -6s;
}

.committeeImages img:nth-child(4) {
  animation-delay: -9s;
}

.committeeImages img:nth-child(5) {
  animation-delay: -12s;
}

.committeeImages img:nth-child(6) {
  animation-delay: -15s;
}

.committeeImages img:nth-child(7) {
  animation-delay: -18s;
}

.committeeImages img:nth-child(8) {
  animation-delay: -21s;
}

.committeeImages img:nth-child(9) {
  animation-delay: -24s;
}

.committeeImages img:nth-child(10) {
  animation-delay: -27s;
}

.committeeImages img:nth-child(1) {
  --name: float-up-1;
  --duration: calc(20s * 1);
  left: 0vw;
  z-index: -10;
}

.committeeImages img:nth-child(2) {
  --name: float-up-3;
  --duration: calc(20s * 3);
  left: 10vw;
  z-index: 1;
}

.committeeImages img:nth-child(3) {
  --name: float-up-1;
  --duration: calc(20s * 2);
  left: 20vw;
  z-index: -2;
}

.committeeImages img:nth-child(4) {
  --name: float-up-1;
  --duration: calc(20s * 1);
  left: 30vw;
  z-index: -11;
}

.committeeImages img:nth-child(5) {
  --name: float-up-3;
  --duration: calc(20s * 3);
  left: 57vw;
  z-index: -3;
}

.committeeImages img:nth-child(6) {
  --name: float-up-2;
  --duration: calc(20s * 2);
  left: 26vw;
  z-index: 0;
}

.committeeImages img:nth-child(7) {
  --name: float-up-2;
  --duration: calc(20s * 3);
  left: 0vw;
  z-index: -2;
}

.committeeImages img:nth-child(8) {
  --name: float-up-3;
  --duration: calc(20s * 3);
  left: -30vw;
  z-index: -3;
}

.committeeImages img:nth-child(9) {
  --name: float-up-1;
  --duration: calc(20s * 2.5);
  left: 28vw;
  z-index: -3;
}

.committeeImages img:nth-child(10) {
  --name: float-up-2;
  --duration: calc(20s * 2);
  left: 0vw;
  z-index: -2;
}

@keyframes float-up-3 {
  from {
    transform: translateY(100vh) translateZ(-50vh);
  }

  to {
    transform: translateY(-100vh) translateZ(-50vh);
  }
}

@keyframes float-up-2 {
  from {
    transform: translateY(100vh) translateZ(-25vh);
  }

  to {
    transform: translateY(-100vh) translateZ(-25vh);
  }
}

@keyframes float-up-1 {
  from {
    transform: translateY(100vh);
  }

  to {
    transform: translateY(-100vh);
  }
}

@keyframes shrink {
  0% {
    transform: scale(1) translateX(0);
  }

  2.5% {
    transform: scale(0.75) translateX(5%);
  }

  7.5% {
    transform: scale(0.75) translateX(-5%);
  }

  10%,
  100% {
    transform: scale(1);
  }
}
/*! BUG */
/* committee ends */
/* venue starts */
.venue {
  display: flex;
  font-weight: bold;
  width: 100%;
  height: auto;
  background: url("./img/venueBackground.jpg");
  background-size: cover;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 2000px rgba(231, 233, 79, 0.493);
}

.venue .container-fluid {
  margin: 2rem;
  justify-content: center;
  align-items: center;
}

.venueItems {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.venue .container-fluid p {
  padding-bottom: 1rem;
}

/* venue ends */
/* partners starts */
.partners {
  padding: 1rem;
  display: flex;
  font-weight: bold;
  height: auto;
  background: linear-gradient(
    70deg,
    #ffafbd 44%,
    rgba(44, 123, 226, 0.479) 30%
  );
}

.partners .container .row {
  justify-content: center;
  align-items: center;
  text-align: justify;
}

@media (max-width: 1200px) {
  .partners .container .row .img {
    display: inherit;
    flex-direction: row;
  }
}

.partners .container .row img:hover {
  animation: flash 1.5s;
  opacity: 1;
}

@keyframes flash {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

/* partners end */
/* contact starts */
.contactus {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #e67213d6;
}

/* .contactus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #f4d03f;
} */
.contactus .container {
  position: relative;
  min-width: 1100px;
  min-height: 550px;
  z-index: 100;
}

.mailCdac {
  text-transform: lowercase;
  opacity: 1;
  color: white;
}

.mailCdac:hover {
  color: #ff7300;
}

.contactus .container .contactInfo {
  width: 100%;
  height: calc(100%-80px);
  background: #f4d03f;
  z-index: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.contactus .container .contactInfo h2 {
  color: #e67213;
  font-size: 24px;
}

.contactus .container .contactInfo .info {
  position: relative;
  margin: 20px 0;
}

.contactus .container .contactInfo .info li {
  position: relative;
  list-style: none;
  display: flex;
  margin: 20px 0;
  cursor: pointer;
  align-items: flex-start;
}

.contactus .container .contactInfo .info li span:nth-child(1) {
  width: 30px;
  min-width: 30px;
}

.contactus .container .contactInfo .info li span:nth-child(1) img {
  max-width: 100%;
  /* filter: invert(1); */
}

.contactus .container .contactInfo .info li span:nth-child(2) {
  color: #fff;
  margin-left: 10px;
  opacity: 0.7;
}

.contactus .container .contactInfo .info li span:nth-child(2) {
  max-width: 100%;
  filter: invert(1);
}

.contactus .container .contactInfo .info li span:nth-child(1) img {
  opacity: 1;
}

.contactus .container .contactInfo .info li span:nth-child(2) {
  opacity: 0.7;
}

.contactus .container .contactInfo .socialIcon {
  position: relative;
  display: flex;
  justify-content: center;
}

.contactus .container .contactInfo .socialIcon li {
  list-style: none;
  margin-right: 15px;
}

.contactus .container .contactInfo .socialIcon li a {
  text-decoration: none;
}

.contactus .container .contactInfo .socialIcon li a img {
  margin-top: 30px;
  max-width: 100%;
  height: 40px;
  opacity: 0.5;
}

.contactus .container .contactInfo .socialIcon li a img:hover {
  opacity: 1;
}

.contactus .container .contactForm {
  position: absolute;
  padding: 70px 50px;
  background: #fff;
  margin-left: 150px;
  padding-left: 250px;
  width: calc(100%-150px);
  height: 110%;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.5);
}

.contactus .container .contactForm p {
  font-size: 24px;
}

.contactus .container .contactForm .formBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.contactus .container .contactForm .formBox #error_msg {
  background-color: rgb(240, 182, 182);
  width: 100%;
  padding: 0px;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 14px;
  transition: all 0.5s ease;
}

.contactus .container .contactForm .formBox .inputBox {
  position: relative;
  margin: 0 0 35px 0;
}

.contactus .container .contactForm .formBox .inputBox.w50 {
  width: 47%;
}

.contactus .container .contactForm .formBox .inputBox.w100 {
  width: 100%;
}

.contactus .container .contactForm .formBox .inputBox input,
.contactus .container .contactForm .formBox .inputBox textarea {
  width: 100% !important;
  padding: 5px 0;
  resize: none;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #777;
  outline: none;
}

.contactus .container .contactForm .formBox .inputBox textarea {
  min-height: 120px;
}

.contactus .container .contactForm .formBox .inputBox span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  resize: none;
  font-size: 15px;
  transition: 0.5s;
  pointer-events: none;
}

.contactus .container .contactForm .formBox .inputBox input:focus ~ span,
.contactus .container .contactForm .formBox .inputBox textarea:focus ~ span,
.contactus .container .contactForm .formBox .inputBox input:valid ~ span,
.contactus .container .contactForm .formBox .inputBox textarea:valid ~ span {
  transform: translateY(-20px);
  font-size: 12px;
  letter-spacing: 1px;
  color: #e67213;
}

.contactus .container .contactForm .formBox .inputBox input[type="submit"] {
  position: relative;
  cursor: pointer;
  background: #f4d03f;
  color: #fff;
  border: none;
  max-width: 150px;
  padding: 12px;
}

.contactus
  .container
  .contactForm
  .formBox
  .inputBox
  input[type="submit"]:hover {
  background-color: #e67213;
}

@media (max-width: 1200px) {
  .contactus .container {
    width: 90%;
    min-width: auto;
    margin: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  }

  .contactus .container .contactInfo {
    top: 0;
    height: 500px;
    position: relative;
    box-shadow: none;
  }

  .contactus .container .contactForm {
    position: relative;
    width: calc(100%-350px);
    padding-left: 0;
    margin-left: 0;
    padding: 40px;
    height: 550px;
    box-shadow: none;
  }
}

@media (max-width: 990px) {
  .contactus {
    background: #e67213;
  }

  .contactus::before {
    display: none;
  }

  .contactus .container {
    display: flex;
    flex-direction: column-reverse;
  }

  .contactus .container .contactForm {
    width: 100%;
    height: auto;
    z-index: -10000;
  }

  .contactus .container .contactInfo {
    width: 100%;
    height: auto;
    flex-direction: row;
  }

  .contactus .container .contactInfo ul .socialIcon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* contact end */

#anchor1 {
  color: rgba(240, 255, 255, 0.6);
}

#imgStyle1 {
  height: 59px;
  margin-top: 1em;
}

#imgStyle2 {
  height: 85px;
}

#imgStyle3 {
  height: 85px;
  width: 15rem;
}

#imgStyle4 {
  height: 90px;
}

#imgStyle5 {
  height: 95px;
}

#ht {
  font-size: 5vmin;
}

#ht1 {
  color: #f4d03f;
}

#ht2 {
  font-size: 6.5vmin;
}

#ht3 {
  font-size: 3vmin;
}

#ht4 {
  font-size: 4vmin;
}

#ht5 {
  font-size: 5vmin;
}

#ht6 {
  font-size: 5vh;
  text-align: center;
}

#ht7 {
  color: rgba(0, 162, 255, 0.993);
}

#ht8 {
  padding-left: 3em;
}

#ht9 {
  font-size: 2vh;
}

#ht10 {
  font-size: 5vh;
}

#ht13 {
  font-size: 1.8vh;
}

#ht15 {
  font-size: 3vh;
}

#ht16 {
  color: red;
}

#ht17 {
  float: right;
}
#ht18 {
  background-color: rgba(128, 128, 128, 0.301);
  height: auto;
  width: fit-content;
}
#ht19 {
  font-size: 5vh;
  text-align: center;
  padding-bottom: 2rem;
  color: rgba(0, 162, 255, 0.993);
}
#ht20 {
  justify-content: center;
  padding-bottom: 2em;
}
#ht21 {
  height: 12vmin;
}
#ht22 {
  justify-content: center;
}
#ht23 {
  height: 20vmin;
  justify-content: center;
}
#ht24 {
  font-size: 5vh;
  text-align: center;
  z-index: 10;
  margin-bottom: 3rem;
}
/* The container that holds the map */

.map {
  position: relative;
  overflow: hidden;

  max-width: 80%;
  margin: 20px auto;

  padding-top: calc(80% * 0.75);
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.speaker-img {
  width: 150px; /* same width */
  height: 150px; /* same height */
  object-fit: cover; /* crop instead of squish */
}
/* Beautiful YouTube Live Stream Links */
/* Beautiful YouTube Live Stream Links */
.youtube-live-link {
  display: inline-block;
  background: linear-gradient(135deg, #ff0000, #ff4444, #cc0000);
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  margin: 8px 4px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.youtube-live-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.youtube-live-link:hover::before {
  left: 100%;
}

.youtube-live-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 0, 0, 0.4);
  background: linear-gradient(135deg, #ff1a1a, #ff5555, #e60000);
}

.youtube-live-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(255, 0, 0, 0.3);
}

/* Add YouTube play icon */
.youtube-live-link::after {
  content: "▶";
  margin-left: 8px;
  font-size: 12px;
}

/* Alternative style with live indicator */
.youtube-live-link.live-style {
  background: linear-gradient(135deg, #af1f86, #ff7a7f);
  position: relative;
}

.youtube-live-link.live-style::after {
  content: "🔴 LIVE";
  margin-left: 8px;
  font-size: 11px;
  animation: blink 1.5s infinite;
}

/* @keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
} */

/* UNCOMMENT THE CSS BELOW WHEN STREAM GOES LIVE FOR EXTRA GLOW EFFECT */

.youtube-live-link.live-style {
  animation: glow-pulse 2s infinite;
}

@keyframes glow-pulse {
  0%,
  100% {
    box-shadow: 0 4px 15px rgba(175, 31, 134, 0.3);
  }
  50% {
    box-shadow: 0 4px 25px rgba(175, 31, 134, 0.6),
      0 0 30px rgba(255, 122, 127, 0.7);
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .youtube-live-link {
    display: block;
    margin: 8px 0;
    text-align: center;
    padding: 15px 20px;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 2rem;
}

.success-message {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 4vmin, 3rem);
  font-weight: 700;
  text-align: center;
  padding: 4rem 2rem;
  border-radius: 20px;
  color: #2d3748;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}

.success-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.highlight {
  position: relative;
  display: inline-block;
  background: linear-gradient(
    45deg,
    #ff6b6b,
    #ffd93d,
    #6bcf7f,
    #4ecdc4,
    #45b7d1
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 2s ease-in-out infinite;
  font-weight: 900;
  text-shadow: 0 0 30px rgba(255, 107, 107, 0.3);
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.proceedings-text {
  font-size: clamp(1rem, 2.5vmin, 1.5rem);
  font-weight: 300;
  margin-top: 1.5rem;
  color: #4a5568;
}

/* Firecracker Effects */
.firework {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  pointer-events: none;
}

.spark {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  pointer-events: none;
}

/* Celebration particles */
.particle {
  position: absolute;
  width: 8px;
  height: 8px;
  pointer-events: none;
  z-index: -1;
}

.particle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: particleFloat 3s ease-out infinite;
}

@keyframes particleFloat {
  0% {
    transform: translateY(0) scale(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) scale(1);
    opacity: 0;
  }
}

/* --- Base styles for larger screens --- */
.success-message {
  display: flex; /* Enables flexbox layout */
  justify-content: center; /* Centers items horizontally */
  align-items: center; /* Aligns items vertically */
  flex-direction: column;
  flex-wrap: wrap; /* Allows items to wrap if space runs out */
  gap: 20px; /* Sets space between the text elements */
  padding: 0.75rem;
  border-radius: 10px;
}

/* --- Responsive styles for smaller screens --- */
/* --- Responsive styles for smaller screens --- */
@media (max-width: 768px) {
  .container {
    padding: 0.5rem;
  }

  .success-message {
    /* This is the key change for responsiveness */
    flex-direction: column; /* Stacks the items vertically */

    /* Adjustments for the vertical layout */
    gap: 0px; /* Reduces space between stacked items */

    /* FIX: Reduced the excessive vertical padding. 
      The previous value of '3rem' likely pushed the container's
      height beyond its parent's visible area on mobile.
    */
    padding: 1rem; /* Changed from '3rem 1.5rem' */

    border-radius: 15px;
  }
}
