/*BANNER*/

.hero {
  background: #f4f4f4 url(./images/hero-banner.webp) right / cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  align-content: center;
  min-height: 90vh;
}

.hero h3 {
  font-size: 35px;
  font-weight: normal;
}

.hero i {
  color: var(--primary-color);
  font-size: 30px;
}
.hero p {
  font-size: 18px;
}

.bg-grey {
  background: #f7f9fa;
}
/* ABOUT */
.video__icon i::before {
  padding: 1rem;
  border-radius: 50%;
  background: #ffffff;
  font-size: var(--fs-large-banner);
}

/* AWARDS INDIVIDUAL */

.awards__individual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--primary-color);
  /* height: 100%; */
  aspect-ratio: 4/5;
  padding: 2rem 1rem;
  border-radius: 1rem;
  color: #ffffff;
  z-index: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.awards__img_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.awards__img_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

/* .awards__individual::before {
  content: "";
  position: absolute;
  width: 98%;
  top: 10px;
  left: 0;
  height: 150px;
  background: url(./images/feather.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.awards__individual::after {
  content: "";
  position: absolute;
  width: 98%;
  bottom: -10px;
  left: 0;
  height: 150px;
  background: url(./images/feather1.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
} */

.awards__individual1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 2rem 1rem;
  border-radius: 1rem;
  z-index: 1;
  background: #ffffff;
  color: var(--bs-dark);
  border: 3px solid var(--primary-color);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* AWARDS COMPANY */

.awards__company {
  position: relative;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  background: var(--accent-color);
  color: var(--bs-light);
  text-align: center;
  border-radius: 1rem;
  z-index: 1;
  font-size: var(--fs-lead);
}

.awards__img img {
  position: absolute;
  bottom: -38px;
  right: -38px;
  height: 200px;
  transform: rotate(12deg);
}
/* .awards__company::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: -36px;
  bottom: -85px;
  background: url(./images/feather2.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(12deg);
} */

/* SPONSORS */
.logo__info {
  padding: 1rem;
  border-radius: 1rem;
  background: #f7f9fa;
  height: 100%;
}
.logo__info .img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

/* REGISTRATION FORM */

.registration__type {
  background: var(--primary-color);
  color: var(--bs-light);
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  width: 94%;
  margin: auto;
  padding: 0.5rem 0;
}

.registration__form form {
  padding: 1rem;
  border-radius: 1rem;
  border: 3px solid var(--primary-color);
}

/* REGISTER BTN */

.register__btn {
  background: var(--accent-color);
  border: 3px solid var(--primary-color);
  border-radius: 1rem;
  padding: 1.5rem 0.7rem;
  color: var(--bs-light);
  text-align: center;
}

.dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: var(--primary-color);
}

/* CONTACT */

#contact {
  background: #f7f9fa;
}

/* SCHEDULE */

.timeline {
  position: relative;
  margin: 20px auto;
  padding: 0;
  max-width: 800px;
  list-style: none;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  /* left: 50%;
  transform: translateX(-50%); */
  width: 4px;
  height: 100%;
  background: #d9d9d9;
  background: var(--primary-color);
}

.timeline-item {
  position: relative;
  margin: 0 0 40px 0;
  /* padding-left: 40px; */
  padding-left: 80px;
}

.timeline-item.timee {
  margin-bottom: 80px !important;
}

.timeline-item .circle.circle-content {
  top: 50% !important;
  left: -1% !important;
}
.circle-content {
  width: 100px !important;
  height: 100px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  color: var(--bs-light);
}
/* .timeline-item:nth-child(odd) {
  padding-right: 40px;
  padding-left: 0;
} */

/* .timeline-item:nth-child(odd) .content {
  float: right;
  text-align: right;
} */

.timeline-item .time {
  font-size: 14px;
  /* color: #b3b3b3; */
  margin-bottom: 5px;
}

.timeline-item .content {
  background: #fff;
  /* padding: 15px; */
  border-radius: 5px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.timeline-item .content h4 {
  margin: 0;
  font-size: 18px;
  color: var(--bs-dark);
}

.timeline-item .content p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #333;
}

.timeline-item .circle {
  position: absolute;
  top: 12%;
  /* top: 50%; */
  /* left: 50%; */
  left: 0%;
  /* transform: translate(-50%, -50%); */
  transform: translate(-40%, -50%);
  width: 30px;
  height: 30px;
  background: var(--primary-color);
  border: 4px solid var(--primary-color);
  border-radius: 50%;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

/* COMMITTEE */

.speakers__bg {
  position: relative;
}

.speakers__bg1 {
  position: relative;
}

.committee {
  position: relative;
  overflow: hidden;
  /* border: 1px solid var(--bs-dark); */
  background: var(--primary-color);
  color: var(--bs-light);
  height: 100% !important;
  text-align: center;
}

/* .committee__info {
  background: var(--primary-color);
  padding: 1rem 0.5rem;
  bottom: 15px;
  width: 100%;
  text-align: center;
  color: var(--bs-light);
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} */

.committee__info {
  padding: 1rem 0.5rem;
}

.committee__info p {
  margin-bottom: 0;
  font-style: italic;
  font-size: var(--fs-small);
}

.committee__icon {
  position: absolute;
  left: 13px;
  top: 18%;
}

.committee__icon i {
  font-size: var(--fs-title);
  font-weight: 800;
  color: #ffcc00;
}

.committee__iconl {
  position: absolute;
  right: 13px;
  top: 18%;
}
.committee__iconl i {
  font-size: var(--fs-title);
  font-weight: 800;
  color: #ffcc00;
}

.glide__slide {
  height: auto !important;
}

.glide__arrow {
  top: 92% !important;
  border: none !important;
  box-shadow: none !important;
  font-size: var(--fs-title);
  font-weight: 800;
  color: #ffcc00 !important;
}

.glide__arrow--left {
  left: 0 !important;
}

.glide__arrow--right {
  right: 0 !important;
}

@media only screen and (min-width: 767px) {
  .speakers__bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 85%;
    top: 9%;
    left: -5%;
    border-radius: 1rem;
    background: linear-gradient(var(--primary-color), #810000);
  }

  .speakers__bg::after {
    position: absolute;
    content: "Inaugural Speakers";
    transform: rotate(-90deg);
    top: 46%;
    left: -9%;
    color: var(--bs-light);
  }

  .speakers__bg1::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 85%;
    top: 9%;
    right: -5%;
    border-radius: 1rem;
    background: linear-gradient(var(--primary-color), #810000);
  }

  .speakers__bg1::after {
    position: absolute;
    content: "Technical Speakers";
    transform: rotate(-90deg);
    top: 46%;
    right: -9%;
    color: var(--bs-light);
  }
}

@media only screen and (max-width: 600px) {
  .glide__arrow {
    top: 92% !important;
  }

  .awards__img img {
    right: 3% !important;
  }
}

/* ACCORDION */

.accordion-button {
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  color: var(--bs-dark);
}

.accordion-item {
  border: 0;
}

.accordion-button::after {
  margin-left: 5px;
}
.accordion-button.collapsed {
  padding: 0;
  font-size: 18px;
  color: var(--bs-dark) !important;
}
.accordion-body {
  padding: 1rem !important;
  background: aliceblue;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

/*  */
.gallery-thumbnail {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

.gallery-thumbnail :is(img, video) {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center 35%;
  transition: all 0.5sease;
  border-radius: 0.5rem;
}
