.carousel-caption {
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block !important;
  width: 71%;
  max-width: 2000px;
  text-align: center;
  padding-top: 0;
}

.conf-name {
  font-family: "trajan-pro-3", serif;
  font-weight: 600;
  color: #FFFFFF;
}

.conf-date-location {
  font-family: "trajan-pro-3", serif;
  font-weight: 600;
  color: #FFFFFF;
}

.conf-name,
.conf-date-location {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 1.0);
}

.conf-date-location {
  font-style: italic;
}

.carousel-caption.animate .conf-name,
.carousel-caption.animate .conf-date-location {
  animation: flickerAnimation 1.5s infinite;
}

.carousel-logo.animate,
.carousel-logos-right.animate {
  animation: flickerAnimation 1.5s infinite;
}

.conf-name {
  font-size: clamp(21px, 2.1vw, 29px);
}

.conf-date-location {
  font-size: clamp(14px, 2.1vw, 25px);
}

@media (max-width: 992px) {
  .carousel-caption {
    top: 55%;
    transform: translate(-50%, -50%);
  }

  .conf-name {
    font-size: clamp(9px, 3.375vw, 13.5px);
  }

  .conf-date-location {
    font-size: clamp(6px, 2vw, 9px);
  }
}

/* .carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  padding: 5px;
} */

/* .carousel-control-prev {
  left: 15%;
}

.carousel-control-next {
  right: 15%;
} */


.sidebar-widget:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-custom-color {
  background-color: #5CB8E6;
}

.navbar-custom-color .navbar-brand,
.navbar-custom-color a {
  color: #ffffff !important;
}

.navbar-custom-color .navbar-brand,
.navbar-custom-color .nav-link,
.navbar-custom-color .dropdown-toggle,
.navbar-custom-color .dropdown-menu a {
  font-family: "trajan-pro-3", serif;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) !important;
}

.navbar-custom-color .navbar-brand img {
  filter:
    drop-shadow(0 1px 2px rgba(0, 0, 0, 0.75))
    drop-shadow(0 0 1px rgba(255, 255, 255, 0.25));
}

.navbar-custom-color .dropdown-menu a {
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  color: #000000 !important;
}

#footer {
  background-color: #5CB8E6;
}

.footer a {
  color: white;
}

#footer p {
  margin-bottom: 0;
}

.icon-size {
  font-size: 2.5rem;
}

.footer {
  padding: 5px 0;
  font-size: .85rem;

}

.icon-size {
  font-size: 2rem;
}

@media (max-width: 992px) {
  .footer {
    padding: 1.5px 0;
    font-size: 0.5rem;

  }

  .icon-size {
    font-size: 1.10rem;
  }
}

.icon-size {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  text-decoration: none;
}

.ap-text-primary {
  color: #0071ee;
}

.ap-text-secondary {
  color: #d9cd8f;
}

.ap-text-light {
  color: #5CB8E6;
}


p,
li,
ul,
ol,
tr,
td,
th,
thead,
tbody,
table,
span,
div,
nav,
button,
input,
select,
textarea {
  font-family: "Source Sans 3";
  font-style: normal;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.10); */
}

b,
strong,
fw-bold {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
}

em {
  font-family: "Source Sans 3";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "trajan-pro-3", serif;
}

.h1-bold,
.h2-bold,
.h3-bold,
.h4-bold,
.h5-bold,
.h6-bold {
  font-family: "trajan-pro-3", serif;
  font-weight: 700 !important;
  -webkit-text-stroke: 0.015em currentColor;
  paint-order: stroke fill;
  text-shadow: 0.015em 0 0 currentColor;
}


@media (min-width: 992px) {
  .navbar-custom-color {
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
    box-shadow: none !important;
  }

  .navbar-custom-color.scrolled {
    background-color: #5CB8E6 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar-custom-color:not(.scrolled) .navbar-brand,
  .navbar-custom-color:not(.scrolled) .nav-link,
  .navbar-custom-color:not(.scrolled) .dropdown-toggle {
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.7),
      0 2px 5px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease-in-out;
  }
}

.navbar-custom-color.scrolled .navbar-brand,
.navbar-custom-color.scrolled .nav-link,
.navbar-custom-color.scrolled .dropdown-toggle {
  text-shadow: none;
}

@media (max-width: 992px) {
  .navbar-custom-color {
    background-color: #5CB8E6 !important;
  }
}

.index-section-1 {
  background-color: #FF4D6D !important;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  box-shadow: 0 0 0 100vmax #FF4D6D;
  clip-path: inset(0 -100vmax);
  padding: .75rem 0;
  clear: both;
}

.index-section-1 > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .index-section-1 {
    padding: .5rem 0;
  }
}

.index-section-2 {
  background-color: #FF4D6D !important;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  box-shadow: 0 0 0 100vmax #FF4D6D;
  clip-path: inset(0 -100vmax);
  padding: 3rem 0;
  clear: both;
}

.index-section-2 > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .index-section-2 {
    padding: .5rem 0;
  }
}

.index-section-3 {
  position: relative;
  isolation: isolate;
  background: transparent;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  padding: 3rem 0;
  clear: both;
}

.index-section-3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: calc(100vw - 17px);
  transform: translateX(-50%);
  background: url('../images/index_section_bg.jpg') center center / cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

.index-section-3 > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .index-section-3 {
    padding: .5rem 0;
  }
}

.index-section-3 .index-logo-img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.index-section-3 .index-qr-img {
  max-width: 360px;
  width: 70%;
  height: auto;
}

@media (max-width: 767.98px) {
  .index-section-3 .index-logo-img {
    width: 85%;
    max-width: 420px;
  }

  .index-section-3 .index-qr-img {
    width: 65%;
    max-width: 260px;
    margin-top: 1.5rem;
  }
}

.index-text {
  font-family: "trajan-pro-3", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;

}

.index-section-1 .index-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.75rem, 2vw, 1.5rem);
  white-space: nowrap;
}

.index-section-1 .index-text::before,
.index-section-1 .index-text::after {
  content: "";
  display: block;
  flex: 0 1 clamp(4rem, 18vw, 14rem);
  height: 3.75px;
  background-color: currentColor;
  clip-path: polygon(0 50%, 10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%);
}

@media (max-width: 575.98px) {
  .index-section-1 .index-text {
    gap: .6rem;
    white-space: normal;
  }

  .index-section-1 .index-text::before,
  .index-section-1 .index-text::after {
    flex-basis: clamp(2rem, 12vw, 4rem);
    height: 3px;
  }
}

.btn-blue {
    color: #fff;
    background-color: #0071ee;
    border-color: #0071ee;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #fff !important;
    background-color: #5CB8E6 !important;
    border-color: #5CB8E6 !important;
}

.btn-blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 107, 107, 0.5);
}

.future-conferences-menu {
  --bs-dropdown-link-color: #000000;
  --bs-dropdown-link-hover-color: #000000;
  --bs-dropdown-link-active-color: #000000;
}

.future-conferences-menu .future-conference-link,
.future-conferences-menu .future-conference-link:link,
.future-conferences-menu .future-conference-link:visited {
  color: #000000 !important;
}

.future-conferences-menu .future-conference-link:hover,
.future-conferences-menu .future-conference-link:focus,
.future-conferences-menu .future-conference-link:active {
  color: #000000 !important;
}