.carousel-caption {
  top: 190px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block !important;
  width: 67%;
  max-width: 2000px;
  text-align: center;
  padding-top: 0;
}

.conf-name {
  font-weight: 700;
  color: #FFFFFF;
}

.conf-date-location {
  font-weight: 400;
  color: #FFFFFF;
}

.conf-name,
.conf-date-location {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 1.0);
}

.conf-date-location {
  font-style: italic;
}

.conf-name,
.conf-date-location {
  animation: flickerAnimation 1.5s infinite;
}

.conf-name {
  font-size: clamp(22px, 2.2vw, 30px);
}

.conf-date-location {
  font-size: clamp(15px, 2.2vw, 26px);
}

@media (max-width: 992px) {
  .carousel-caption {
    top: 80px;
  }

  .conf-name {
    font-size: clamp(8px, 3vw, 12px);
  }

  .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: #3B6668;
}

.navbar-custom-color .navbar-brand,
.navbar-custom-color a {
  color: #ffffff !important;
}

.navbar-custom-color .dropdown-menu a {
  color: #000000 !important;
}

#footer {
  background-color: #3B6668;
}

.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: #849fa0;
}

.ap-text-secondary {
  color: #7b7b7b;
}

.ap-text-light {
  color: #bac9ca;
}

.ap-text-green {
  color: #D2AF58;
}

p,
li,
ul,
ol,
tr,
td,
th,
thead,
tbody,
table,
span,
div,
nav,
button,
input,
select,
textarea {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

b,
strong,
fw-bold {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

em {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@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: #3B6668 !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 2px 4px rgba(0, 0, 0, 0.9),
      0 4px 8px rgba(0, 0, 0, 0.7),
      0 0 12px rgba(0, 0, 0, 0.5);
    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: #3B6668 !important;
  }
}

.index-section-1 {
  background-color: #D2AF58 !important;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  box-shadow: 0 0 0 100vmax #D2AF58;
  clip-path: inset(0 -100vmax);
  padding: 1rem 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: #D2AF58 !important;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  box-shadow: 0 0 0 100vmax #D2AF58;
  clip-path: inset(0 -100vmax);
  padding: 1rem 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: 'Anton', sans-serif;
  font-weight: 400;
  font-style: normal;

}
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");

/* variables */
:root {
    --main-color: #F1F5F8;
    --Roboto-font: "Roboto",
        sans-serif;
}

/* gobal */

body {
    background-color: #F1F5F8;
    font-family: var(--Roboto-font);
}

body.wbg {
  background-color: white !important;
}

/* countdown */
.countdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 5rem 0;
    gap: 3.5%;
}

.index-countdown.countdown {
    display: block;
    width: min(100%, 23rem);
    margin: 0 0 1rem 1.5rem;
}

@media (max-width: 995px) {
    .countdown {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.countdown-image img {
    object-fit: cover;
    width: 100%;
}

.countdown-content h2,
h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.countdown-content h2 {
    color: #1A6AA2;
    letter-spacing: 5px;
    font-size: 1.7rem;
}

@media (max-width: 425px) {
    .countdown-content h2 {
        font-size: 1.2rem;
    }
}

.countdown-content h3 {
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: capitalize;

}

.countdown-content p {
    color: #969CBB;
    margin: 2rem 0;

}

/* deadline */
.deadline {
    display: flex;
}

.index-countdown .deadline {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
}

.deadline-format {
    background-color: #849fa0;
    color: #FFF;
    margin-right: 3%;
    display: grid;
    place-items: center;
    text-align: center;
    width: 5rem;
    height: 5rem;
}

.index-countdown .deadline-format {
    flex: 0 0 5rem;
    margin-right: 0;
}

.deadline-format h2 {
    color: #FFF;
    margin-bottom: 0;
}

.deadline-format span {
    text-transform: uppercase;
    font-size: .85rem;
    display: block;
    letter-spacing: 2px;
    margin-top: -22px;
}

.deadline-format h2:not(.expired) {
    font-size: 2rem;
    margin-bottom: 0.25rem;
    letter-spacing: 0.25rem;
}

@media (max-width: 767.98px) {
    .index-countdown.countdown {
        float: none !important;
        width: 100%;
        margin: 0 0 1.25rem;
    }

    .index-countdown .deadline {
        justify-content: center;
    }
}
