html {
  scroll-behavior: smooth;
}
h2 {
  text-transform: uppercase;
  color: var(--default);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
}

h3 {
  text-transform: none;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 5px 0;
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    text-transform: none;
    font-size: 16px;
  }
}
.header-nav-features .btn-primary:hover,
#footer .btn-primary:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.custom-hero {
  background-size: cover;
  background-position: left center;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
}
.custom-hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.custom-hero .container.z-index-3.h-100 {
  display: flex;
  align-items: center;
}

.custom-hero-play {
  position: relative;
  top: -18px;
}

.custom-hero-heading {
  text-transform: uppercase;
  color: var(--light);
  font-weight: 300;
  text-shadow: 0px 0 10px #000;
  line-height: 1;
  margin: 0;
}
h1.custom-hero-heading {
  font-size: 118px;
  text-shadow: 0px 0 5px #666;
}
h2.custom-hero-heading {
  font-size: 38px;
  letter-spacing: 0.065em;
}
h3.custom-hero-heading {
  font-size: 30px;
  display: inline-block;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid var(--light);
}
.custom-hero-heading em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.2px var(--light);
  text-stroke: 2px var(--light);
  display: block;
}
.custom-hero p {
  margin-bottom: 0.35em;
}
.custom-hero form {
  max-width: 460px;
  margin-top: 1em;
}
.custom-hero form.form-style-5 .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 35px;
  height: auto;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0 5px #666;
}
.custom-hero .btn.btn-py-2,
.custom-hero .btn-primary:hover:not(.bg-transparent),
.custom-hero .btn-primary.hover:not(.bg-transparent) {
  border-color: transparent;
  background-color: transparent;
  padding: 0 !important;
}
.custom-hero .btn-primary:active:not(.bg-transparent),
.custom-hero .btn-primary.active:not(.bg-transparent),
.custom-hero .btn-check:checked + .btn,
.custom-hero .btn.active,
.custom-hero .btn.show,
.btn:first-child:active {
}
.custom-hero .btn-primary:hover:not(.bg-transparent) img,
.custom-hero .btn-primary.hover:not(.bg-transparent) img {
  filter: invert(38%) sepia(49%) saturate(1279%) hue-rotate(180deg)
    brightness(87%) contrast(87%) !important;
}
.custom-hero form.form-style-5 .alert {
  border-radius: 35px;
  margin-top: 1em;
  padding: 0.5em 1.5em;
  width: calc(100% - 36px);
  font-size: 16px;
}
.hero-photo .image-container {
  position: relative;
  display: inline-block;
}
.hero-photo .image-container::before,
.hero-photo .image-container::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--light-rgba-30);
}
.hero-photo .image-container::before {
  top: -10px;
  left: -10px;
}
.hero-photo .image-container::after {
  bottom: -10px;
  right: -10px;
  background-color: var(--light-rgba-30);
}
.hero-photo .image-container img {
  box-shadow: 0 0 2px 2px #000;
  max-width: 100%;
}
.custom-hero .countdown {
  margin-top: 3em;
}
.custom-hero-bottom {
  padding: 5px 0;
  background: linear-gradient(
    90deg,
    rgba(0, 49, 75, 1) 0%,
    rgba(42, 110, 187, 1) 50%,
    rgba(0, 49, 75, 1) 100%
  );
}

@media (max-width: 1370px) {
  h1.custom-hero-heading {
    font-size: 100px;
  }
  h2.custom-hero-heading {
    font-size: 34px;
    letter-spacing: 0.048em;
  }
  h3.custom-hero-heading {
    font-size: 26px;
  }
  .custom-hero p,
  .custom-hero p.text-6 {
    font-size: 20px !important;
  }
}
@media (max-width: 1210px) {
  .custom-hero {
    height: 50vh;
  }
  h1.custom-hero-heading {
    font-size: 90px;
  }
  h2.custom-hero-heading {
    font-size: 29px;
    letter-spacing: 0.02em;
  }
  h3.custom-hero-heading {
    font-size: 22px;
  }
}
@media (max-width: 1210px) {
  h1.custom-hero-heading {
    font-size: 70px;
  }
  h2.custom-hero-heading {
    font-size: 28px;
    letter-spacing: 0.005em;
  }
  h3.custom-hero-heading {
    font-size: 20px;
  }
  .custom-hero p,
  .custom-hero p.text-6 {
    font-size: 18px !important;
  }
}
@media (max-width: 1160px) {
  #header .header-container {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1060px) {
  #header .header-nav-main nav > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .custom-hero {
    min-height: 500px;
  }
  .custom-hero .row {
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .custom-hero-heading em {
    display: inline;
  }
  .header-nav-features .btn-primary.px-5.py-3 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
  .custom-venue-info.accommodation .accommodation-image {
    aspect-ratio: 2 / 1;
  }
  .custom-venue-info.accommodation .accommodation-image img {
    border-radius: 10px 10px 0 0px;
  }
}
@media (max-width: 630px) {
  .custom-hero {
    min-height: 500px;
    padding-top: 120px;
  }
  .custom-hero .row {
    flex-direction: column;
    justify-content: center;
    gap: 4em;
  }
  .custom-hero .row * {
    text-align: center;
  }
  .custom-hero .col-8 {
    width: 100%;
  }
  .custom-hero .text-end {
    text-align: center !important;
  }
  .custom-hero h1.custom-hero-heading {
    font-size: 40px;
  }
  .custom-hero h2.custom-hero-heading,
  .custom-hero h3.custom-hero-heading {
    font-size: 24px;
  }
  .custom-hero p.text-6,
  .custom-hero p strong {
    font-size: 16px !important;
  }
  .custom-hero form {
    margin: 1em auto;
  }
}
.custom-row-about .col-12 {
  height: 520px;
}
@media (max-width: 1300px) {
  .custom-col-about-bg-text.px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media (max-width: 1240px) {
  .custom-row-about .col-12.bg-primary .custom-col-about-bg-text .btn.px-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* 	.custom-row-about .col-12 {height:710px} */
  /* 	.custom-carousel-bg img {min-height:710px} */
}
@media (max-width: 1070px) {
  .custom-row-about
    .col-12.bg-primary
    .custom-col-about-bg-text
    .line-height-9 {
    line-height: 1.7 !important;
  }
  /* 	.custom-row-about .col-12 {height:710px} */
  /* 	.custom-carousel-bg img {min-height:710px} */
}
.custom-col-about-bg {
  height: 520px;
  background-size: auto;
  background-position: 100% 0;
}

@media (max-width: 991px) {
  .custom-col-about-bg {
    background-size: cover;
  }
  .custom-row-about .col-12.bg-primary {
    padding: 3em 0 2em;
  }
  .custom-row-about .col-12.bg-primary {
    height: auto;
  }
  .custom-row-about .col-12.bg-primary .readmore-button-wrapper,
  .custom-row-about
    .col-12.bg-primary
    .custom-col-about-bg-text
    .readmore-overlay {
    display: none;
  }
  .custom-row-about .col-12.bg-primary .custom-col-about-bg-text {
    position: static;
    transform: none;
  }
  .custom-row-about
    .col-12.bg-primary
    .custom-col-about-bg-text
    .appear-animation
    > div {
    height: auto !important;
    overflow: visible !important;
  }
  .custom-col-about-carousel {
    height: auto !important;
  }
}
@media (max-width: 420px) {
  .custom-row-about .col-12.bg-primary .custom-col-about-bg-text .pt-4 {
    text-align: center;
  }
}
.custom-col-about-bg-text,
.custom-about-play-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.custom-about-play-icon {
  left: 50%;
  transform: translate(50%, -50%);
  margin: 0 0 0 -62px;
}

.custom-carousel-bg {
  border: 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  overflow: hidden;
}
.readmore-button-wrapper p {
  margin: 0;
}
.readmore-button-wrapper .readless {
  display: none;
}

@media (min-width: 992px) {
  .custom-carousel-bg img {
    width: auto !important;
    min-height: 520px !important;
    left: -1px;
    position: relative;
  }
}

section.custom-timeline {
  margin-left: 0;
}

@media (min-width: 768px) {
  section.custom-timeline {
    padding-left: 90px;
  }
}

section.custom-timeline:before {
  left: 145px;
}

@media (max-width: 767px) {
  .mobile-pt {
    padding-top: 2em;
  }
  section.custom-timeline:before {
    left: 55px;
    top: 0;
  }
}

section.custom-timeline .timeline-date {
  margin: 0 0 30px 0;
  width: 115px;
  height: 115px;
  text-align: center;
  line-height: 115px;
  border-radius: 100%;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-left: -3px;
}

section.custom-timeline .timeline-date h3 {
  display: block;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  text-shadow: none;
}

section.custom-timeline .timeline-date h3 span {
  font-size: 12px;
  display: block;
  opacity: 0.7;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

section.custom-timeline .timeline-box {
  min-height: 90px;
  background: #f4f4f4;
  border: 0;
  box-shadow: none;
}

section.custom-timeline .timeline-box.right {
  margin-top: 0;
  width: 80%;
  max-width: 100%;
}

@media (max-width: 1199px) {
  section.custom-timeline .timeline-box.right {
    width: 88%;
  }
}

@media (max-width: 991px) {
  section.custom-timeline .timeline-box.right {
    width: 70%;
  }
}

@media (max-width: 767px) {
  section.custom-timeline .timeline-box.right {
    width: 100%;
  }
}

section.custom-timeline .timeline-box.right:before {
  left: 55px;
}

section.custom-timeline .timeline-box.right .timeline-box-arrow {
  background: #f4f4f4;
  border: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  section.custom-timeline .timeline-box.right .timeline-box-arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  section.custom-timeline .timeline-box-time {
    font-size: 14px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  section.custom-timeline .timeline-box-time {
    position: absolute;
    left: -20px;
    margin-top: 22px;
    font-size: 14px;
  }
}

section.custom-timeline .timeline-box-content {
  padding: 10px;
}

section.custom-timeline .timeline-box-content p {
  line-height: 20px;
}

section.custom-timeline .timeline-box-content-img {
  float: left;
  overflow: hidden;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 15px;
}

section.custom-timeline .timeline-box-content-img img {
  width: 115px;
  max-width: initial;
  position: relative;
  left: -25%;
}

.custom-venue-info {
  border-radius: 10px;
  background: var(--light);
  height: 350px;
  box-shadow: 0px 20px 100px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: -175px;
  position: relative;
  z-index: 1;
  padding: 0;
  max-width: 855px;
}

.custom-venue-info img {
  border-radius: 10px 0 0 10px;
  min-height: 350px;
}

.custom-venue-info:after {
  transform: rotate(45deg);
  content: "";
  display: block;
  background: var(--light);
  height: 50px;
  width: 50px;
  z-index: 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
}
.custom-venue-info .alt-button.btn-primary:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.custom-venue-info.accommodation {
  height: auto;
  height: 100%;
  margin: 0 auto;
  max-width: 1024px;
}
.custom-venue-info.accommodation:after {
  display: none;
}
.custom-venue-info.accommodation .accommodation-image {
  overflow: hidden;
  position: relative;
}
.custom-venue-info.accommodation .accommodation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.custom-venue-info.accommodation .accommodation-content {
  padding: 2em;
  text-align: left;
}
.custom-venue-info.accommodation .accommodation-content .btn-primary:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.container,
.container-sm {
  max-width: 90% !important;
}
.footer-copyright {
  border-top: 1px solid var(--light-rgba-20);
}
@media (max-width: 500px) {
  #header .header-container > .header-row,
  #header .header-container > .header-row > .header-column .header-row {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  #header .header-container .header-row .header-column.justify-content-end {
    order: 1;
  }
  #header .header-container > .header-row .header-column {
    order: 2;
  }
  #header
    .header-container
    .header-row
    .header-column.justify-content-end
    .header-row {
    flex-direction: row;
    justify-content: space-between;
  }
  #header .header-nav-features {
    padding: 0;
    margin: 0;
  }
  #header
    .header-container
    .header-row
    .header-column.justify-content-end
    .header-row
    .header-nav-features {
    order: 1;
  }
  #header
    .header-container
    .header-row
    .header-column.justify-content-end
    .header-row
    .header-nav {
    order: 2;
  }
  #header
    .header-container
    .header-row
    .header-column.justify-content-end
    .btn-primary {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .custom-hero {
    padding-top: 200px;
    min-height: 620px;
  }
}
/* Agenda table styling */
h2.heading-agenda {
  color: var(--primary);
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 5px 0;
  letter-spacing: 0;
}

.agenda,
.registration {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.agenda tbody tr,
.registration tbody tr {
  border-bottom: 1px solid #ddd;
  transition: all 0.5s ease;
}

.agenda td,
.registration td,
.registration th {
  padding: 10px;
  vertical-align: top;
}
.registration td,
.registration th {
  padding-left: 0;
}
.agenda th,
.agenda td:first-child {
  font-weight: 600;
  min-width: 200px;
}
.agenda tbody tr:hover {
  background-color: rgba(183, 166, 109, 0.1);
}
.agenda tbody tr.heading-row {
  border-top: 1px solid var(--primary);
  border-bottom: 3px solid var(--primary);
  background-color: rgba(42, 110, 187, 0.1);
  font-weight: 400;
}
.registration tr.heading-row {
  border-top: 0;
  border-bottom: 2px solid #808080;
  font-weight: 400;
  padding-top: 0;
}
.agenda tbody tr.heading-row td,
.registration tr.heading-row th {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  background: transparent !important;
}
.registration tr.heading-row th {
  padding-bottom: 0.5em;
}
.agenda tbody tr.heading-row td:first-child {
  font-weight: 400;
}
.agenda tbody tr.heading-row:hover {
  background-color: rgba(42, 110, 187, 0.1);
}
.agenda tbody tr.heading-row strong,
.agenda tbody tr.heading-row b {
  color: var(--primary);
}
.agenda tbody tr.heading-row td {
  margin: 0;
  font-size: 20px;
}
.registration tr.heading-row p {
  margin: 0;
  line-height: 1.2;
}
.agenda td p,
.agenda td ul,
.registration p {
  margin-bottom: 0;
}
.registration th em {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .agenda {
    display: block;
    width: 100%;
  }
  .agenda tbody,
  .agenda tr,
  .agenda td {
    display: block;
    width: 100%;
  }
  .agenda tr {
    margin-bottom: 10px;
    border: none;
  }
  .agenda td {
    padding: 8px 10px;
    border: 1px solid #ddd;
    position: relative;
  }
  .agenda td:last-child {
    border-top: 0;
  }
  .agenda td:first-child {
    background-color: #f4f4f4;
    font-weight: 600;
  }
  .agenda td:not(:first-child):before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .agenda tbody tr.heading-row,
  .agenda tbody tr.heading-row td {
    border: 0;
    background: transparent !important;
    padding-bottom: 0;
  }
  .registration td {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .registration {
    display: block;
  }

  .registration thead {
    display: none; /* Hide table header */
  }

  .registration tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .registration tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
  }

  .registration td {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    line-height: 1.2;
  }
  .registration td::before {
    content: attr(data-label);
    font-weight: bold;
    flex-basis: 50%;
    text-align: left;
  }

  .registration td {
    flex-basis: 50%;
    text-align: right;
  }
  .registration td:first-child {
    border-bottom: 1px solid #ddd;
    flex-basis: 100%;
    text-align: left;
    color: var(--primary);
  }
  .registration td:first-child:before {
    display: none;
  }
}
