/*
  Public CSS: Festava Live copy, then MSD deltas.
  Do not change :root colors. Unused stock backgrounds stay removed.
*/
/*

TemplateMo 583 Festava Live
https://templatemo.com/tm-583-festava-live

Served copy. Unused stock backgrounds removed. Do not edit _ref/festival1/.

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #F8CB2E;
  --secondary-color:              #EE5007;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #EE5007;
  --custom-btn-bg-hover-color:    #c01f27;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #B22727;

  --body-font-family:             'Outfit', sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --btn-font-size:                14px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color); 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--primary-color);
  padding-top: 12px;
  padding-bottom: 12px;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 51px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
}

.navbar {
  background: transparent;
  z-index: 9;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-color: #704010;
  position: relative;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}


/*---------------------------------------
  TICKET               
-----------------------------------------*/
.ticket-section {
  background-image: url('../img/festava/nicholas-green-unsplash-blur.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.ticket-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.ticket-form .form-check {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.ticket-form .form-check .form-check-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 35px;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  ARTISTS              
-----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: var(--primary-color);
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
  background-image: url('../img/festava/nainoa-shizuru-unsplash-blur.jpg');
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.table-responsive {
	filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #c7460a;
  border-bottom-color: transparent;
}

.schedule-table th + td {
  border-bottom: 0;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h3,
.schedule-table p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
}

.pricing-thumb h3 small {
  display: inline-block;
  font-size: var(--p-font-size);
  margin-right: 15px;
}

.pricing-list {
  column-count: 2;
  padding-left: 20px;
}

.pricing-list-item {
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 10px;
}

.pricing-tag {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}

.pricing-tag span {
  font-size: 180%;
  line-height: normal;
}

.pricing-thumb .link-fx-1 {
  color: var(--primary-color);
}

.pricing-thumb .link-fx-1:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--dark-color);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: var(--secondary-color);
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.social-icon-link span {
  display: block;
}

.social-icon-link span:hover::before{
  animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 150px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr, 
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

/* MSD deltas on Festava Live. Do not override :root colors. */

body.msd-bare .ticket-section {
  min-height: 100vh;
}
body.msd-bare .ticket-form {
  border-radius: var(--border-radius-small);
}

.lang-my,
.lang-my body {
  font-family: "Noto Sans Myanmar", "Outfit", sans-serif;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}
.site-header-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}
.site-header-brand {
  height: 36px;
  width: auto;
  max-width: min(200px, 38vw);
  object-fit: contain;
  flex-shrink: 0;
}
.site-header-esk {
  height: 36px;
  width: auto;
  max-width: 48px;
  object-fit: contain;
  flex-shrink: 0;
}
.site-header-brand-link {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
}
.site-header-hits {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  overflow: hidden;
  box-sizing: content-box;
  height: 1em;
  min-height: 1em;
  max-height: 1em;
  margin-left: 0.35rem;
  color: var(--dark-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.site-header-hits-view {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(0);
  will-change: transform;
}
.site-header-hits-num {
  display: block;
  height: 1em;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .site-header-hits {
    font-size: 24px;
  }
}
.site-footer-logo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
}
.msd-en-title {
  white-space: nowrap;
}
.hero-section.msd-hero .msd-hero-kicker {
  display: block;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 16px;
  white-space: normal;
}
.msd-hero-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.msd-hero-dday {
  position: relative;
  z-index: 1;
  color: var(--primary-color);
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  margin: 0 0 1rem;
}
.msd-hero-event-logo {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--white-color);
}
@media (max-width: 575.98px) {
  .msd-hero-event-logo {
    width: 72px;
    height: 72px;
  }
  .msd-hero-dday {
    font-size: 48px;
  }
}
.site-footer-top h2.msd-en-title,
.msd-sponsor-ticker-item {
  font-size: clamp(1.05rem, 3.6vw, 2rem);
}

.msd-sponsor-bar .col-12 {
  min-width: 0;
}
.msd-sponsor-ticker {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 1.25rem, #000 calc(100% - 1.25rem), transparent);
  mask-image: linear-gradient(to right, transparent, #000 1.25rem, #000 calc(100% - 1.25rem), transparent);
}
.msd-sponsor-ticker-track {
  display: flex;
  width: max-content;
  animation: msd-sponsor-rtl 40s linear infinite;
}
.msd-sponsor-ticker-item {
  flex-shrink: 0;
  color: var(--white-color);
  font-weight: 700;
  white-space: nowrap;
  padding-right: 4.5rem;
}
.msd-sponsor-bar:hover .msd-sponsor-ticker-track {
  animation-play-state: paused;
}
@keyframes msd-sponsor-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .msd-sponsor-ticker-track {
    animation: none;
  }
  .msd-sponsor-ticker {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .msd-sponsor-ticker-item[aria-hidden] {
    display: none;
  }
}

.site-header .col-12 {
  flex-wrap: nowrap;
}
.site-header p {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}
.site-header p strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.msd-lang {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.35rem;
  margin-left: auto;
}
.site-header-meta {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.5rem;
  margin-left: auto;
}
.site-header .msd-lang {
  margin-left: 0;
}
.site-header-clock {
  flex-shrink: 0;
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .site-header-meta {
    gap: 0.35rem;
  }
  .site-header-clock {
    display: none;
  }
}
.msd-lang a {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-large);
  padding: 2px 10px;
}
.msd-lang a.is-on,
.msd-lang a:hover {
  background: var(--dark-color);
  color: var(--primary-color);
  border-color: var(--dark-color);
}

.hero-section.msd-hero {
  background-color: #000000;
  background-image: none;
  height: auto;
  min-height: calc(100vh - 51px);
}
.hero-section.msd-hero .container,
.hero-section.msd-hero .container .row {
  height: auto;
  min-height: calc(100vh - 151px);
}
.hero-section.msd-hero .video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.msd-location-map {
  width: 100%;
  overflow: hidden;
}
.msd-location-map .root_daum_roughmap {
  max-width: 100%;
}

#msd-location {
  scroll-margin-top: 80px;
}

.msd-about-location .about-text-info {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}

.msd-about-location .msd-location-map {
  border-radius: var(--border-radius-medium);
  min-height: 280px;
}

.msd-about .about-text-info p {
  font-size: 15px;
}

.schedule-section .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.schedule-table.table {
  min-width: 1116px;
  max-width: none;
}
.schedule-table th,
.schedule-table td {
  padding: 18px 14px;
  vertical-align: middle;
}
.schedule-table th[scope="row"] {
  white-space: nowrap;
}
.schedule-table th.msd-schedule-session,
.schedule-table td.msd-schedule-session {
  white-space: nowrap;
  width: 1%;
}
.schedule-table td.msd-schedule-session h3 {
  white-space: nowrap;
  margin-bottom: 0;
}
.schedule-table td p {
  margin-bottom: 0;
}

.hero-section.msd-hero .container {
  padding-bottom: 120px;
}
.hero-section.msd-hero .msd-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8px 28px;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 30;
  margin-bottom: 24px;
}
.hero-section.msd-hero .msd-hero-meta .date-wrap,
.hero-section.msd-hero .msd-hero-meta .location-wrap,
.hero-section.msd-hero .msd-hero-meta .social-share {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  text-align: center;
}
.hero-section.msd-hero .date-wrap h5,
.hero-section.msd-hero .location-wrap h5,
.hero-section.msd-hero .social-share h5 {
  font-size: 18px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.4;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85);
}
@media (max-width: 767.98px) {
  .hero-section.msd-hero .date-wrap h5,
  .hero-section.msd-hero .location-wrap h5,
  .hero-section.msd-hero .social-share h5 {
    font-size: 13px;
  }
}

.hero-section.msd-hero .location-wrap a {
  color: inherit;
  text-decoration: none;
}
.hero-section.msd-hero .location-wrap a:hover,
.hero-section.msd-hero .location-wrap a:focus {
  color: var(--primary-color);
}

.hero-section.msd-hero .row > [class*="col-"] {
  min-width: 0;
  max-width: 100%;
}

#msdLunchPopup.modal {
  pointer-events: none;
  background: transparent;
}
#msdLunchPopup .modal-dialog {
  pointer-events: auto;
  min-height: 0;
  height: auto;
  align-items: flex-start;
}
body.modal-open:has(#msdLunchPopup.show) {
  overflow: auto;
  padding-right: 0;
}

.modal-dialog.msd-lunch-popup-dialog {
  width: min(440px, calc(100vw - 24px));
  max-width: 440px;
  margin-top: 140px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: 12px;
}
@media (min-width: 768px) {
  .modal-dialog.msd-lunch-popup-dialog {
    margin-right: clamp(24px, 6vw, 80px);
  }
}
.msd-lunch-popup {
  position: relative;
  border: 0;
  border-radius: var(--border-radius-medium);
  overflow: hidden;
  background: var(--dark-color);
}
.msd-lunch-popup-video,
.msd-lunch-popup-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 640px);
  object-fit: contain;
  background: var(--dark-color);
}
.msd-lunch-popup.is-playing .msd-lunch-popup-img,
.msd-lunch-popup.is-playing .msd-lunch-popup-bar {
  display: none;
}
.msd-lunch-popup:not(.is-playing) .msd-lunch-popup-video {
  display: none;
}
.msd-lunch-popup-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px 18px 18px;
  background: var(--dark-color);
  text-align: center;
}
.msd-lunch-popup-bar p {
  color: var(--white-color);
  margin: 0;
  font-weight: var(--font-weight-bold);
  font-size: 16px;
  line-height: 1.4;
}
.msd-lunch-popup-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn.custom-btn,
.custom-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.msd-cta-pair {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.msd-done-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.msd-done-actions .custom-btn {
  width: 100%;
}
@media (max-width: 575.98px) {
  .navbar .msd-cta-pair .custom-btn {
    padding: 8px 12px;
    font-size: 13px;
  }
  .navbar .msd-cta-pair .custom-btn i {
    display: none;
  }
}
.msd-lunch-popup-actions .msd-popup-close-btn {
  background: var(--p-color);
}
.msd-lunch-popup-actions .msd-popup-close-btn:hover {
  background: var(--dark-color);
}

.msd-field-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--p-color);
  margin: 0 0 6px;
}
.msd-req {
  color: var(--custom-btn-bg-hover-color);
  font-weight: 700;
}

.custom-form select.form-control {
  color: var(--p-color);
  background-color: #ffffff;
  color-scheme: light;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23717275' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.2rem;
}
.custom-form select.form-control option {
  color: #717275;
  background-color: #ffffff;
  background-image: none;
}
.ticket-form {
  overflow: visible;
}
.msd-agency-other {
  display: none;
  margin-top: 10px;
}
.msd-agency-other.is-on {
  display: block;
}
.msd-field-help {
  font-size: 13px;
  margin-top: 6px;
}

.custom-form .form-check-privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 24px;
  min-height: auto;
  padding-left: 0;
}
.custom-form .form-check-privacy .form-check-input {
  margin-top: 0.35rem;
}
.custom-form .form-check-privacy .form-check-label {
  position: static;
  transform: none;
  margin: 0;
  width: auto;
  height: auto;
  color: var(--p-color);
  font-weight: 400;
}

.alert-msd {
  border-radius: var(--border-radius-medium);
  margin-bottom: 24px;
}

.custom-form .msd-form-links {
  text-align: center;
  margin: 18px 0 0;
}
.custom-form .msd-form-links a + a {
  margin-left: 1rem;
}

.msd-member-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 0 28px;
}
.msd-member-nav a {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius-large);
  padding: 6px 14px;
}
.msd-member-nav a.is-on,
.msd-member-nav a:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  border-color: var(--secondary-color);
}

.msd-dash-org {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 0.35rem;
}
.msd-dash-stat {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: var(--border-radius-medium);
  padding: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.msd-dash-stat-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--p-color);
}
.msd-dash-stat-num {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--dark-color);
  line-height: 1.2;
}
.msd-dash-stat-text {
  font-size: 1.05rem;
  padding-top: 6px;
}

.ticket-form .msd-table {
  width: 100%;
  color: var(--p-color);
  margin-bottom: 0;
}
.ticket-form .msd-table th,
.ticket-form .msd-table td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: top;
}
.ticket-form .msd-table th {
  color: var(--dark-color);
  font-weight: 700;
  font-size: 13px;
}
.ticket-form .msd-table a {
  color: var(--secondary-color);
  font-weight: 700;
}
.msd-pill {
  display: inline-block;
  background: var(--primary-color);
  color: var(--dark-color);
  font-size: 12px;
  font-weight: 700;
  border-radius: var(--border-radius-large);
  padding: 2px 8px;
  margin-right: 6px;
}

.ticket-form .msd-lang-form {
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.sticky-wrapper,
.navbar,
.navbar-collapse {
  overflow: visible;
}
.site-header {
  position: relative;
  z-index: 1070;
}
.sticky-wrapper {
  z-index: 1070;
  margin-top: 64px;
}

@media (min-width: 992px) {
  .navbar-nav {
    flex-wrap: nowrap;
  }
  .navbar .nav-item.dropdown {
    position: relative;
  }
  .navbar .nav-item.dropdown > .dropdown-menu {
    margin-top: 0;
  }
  .navbar .nav-item.dropdown:hover > .dropdown-menu,
  .navbar .nav-item.dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

.navbar .dropdown-menu {
  background: var(--white-color);
  border: 0;
  border-radius: var(--border-radius-medium);
  padding: 8px 0;
  z-index: 40;
}
.navbar-nav .nav-link {
  display: inline-flex;
  align-items: center;
}
.navbar .dropdown-item {
  display: flex;
  align-items: center;
  color: var(--dark-color);
  font-weight: var(--font-weight-bold);
  padding: 8px 18px;
}
.navbar-nav .nav-link i,
.navbar .dropdown-item i {
  flex-shrink: 0;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item.active {
  background: var(--primary-color);
  color: var(--dark-color);
}

.msd-agency-banners {
  position: fixed;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  width: min(560px, calc(100vw - 24px));
  display: flex;
  flex-direction: column;
  padding: 8px;
  background: var(--dark-color);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.msd-agency-banners-list {
  overflow: hidden;
}
.msd-agency-banner-item {
  position: relative;
  display: none;
  margin: 0;
}
.msd-agency-banner-item.is-on {
  display: block;
}
.msd-agency-banner-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  background: var(--dark-color);
}
.msd-agency-banner-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.msd-agency-banners-overlay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-shrink: 0;
  padding: 8px 0 0;
  background: var(--dark-color);
  pointer-events: none;
}
.msd-agency-banners-hide {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: var(--white-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  pointer-events: auto;
}
.msd-agency-banners-hide input {
  margin: 0;
  width: 13px;
  height: 13px;
  accent-color: var(--secondary-color);
}
.msd-agency-banners-close {
  flex-shrink: 0;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  padding: 2px 5px;
  border: 1px solid var(--white-color);
  border-radius: var(--border-radius-small);
  background: transparent;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--white-color);
  pointer-events: auto;
}
.msd-agency-banners-close:hover,
.msd-agency-banners-close:focus {
  background: transparent;
  border-color: var(--white-color);
  color: var(--white-color);
}
.msd-agency-banners-close i {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: inherit;
}
@media (max-width: 767.98px) {
  .msd-agency-banners {
    left: 8px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: min(336px, calc(100vw - 140px));
  }
}

.msd-banner-slide-section {
  padding: 0;
  margin: 0;
}
.msd-banner-float {
  width: 100%;
  overflow: hidden;
  background: var(--dark-color);
}
.msd-banner-ticker {
  overflow: hidden;
  container-type: inline-size;
}
.msd-banner-ticker-track {
  display: flex;
  width: max-content;
  animation: msd-banner-rtl 40s linear infinite;
}
.msd-banner-float:hover .msd-banner-ticker-track {
  animation-play-state: paused;
}
.msd-banner-ticker-item {
  flex: 0 0 50cqi;
  width: 50cqi;
  max-width: 50cqi;
  min-width: 0;
  display: block;
  color: inherit;
  text-decoration: none;
}
.msd-banner-ticker-item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  background: var(--dark-color);
}
@keyframes msd-banner-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .msd-banner-ticker-track {
    animation: none;
  }
  .msd-banner-ticker {
    overflow-x: auto;
  }
  .msd-banner-ticker-item[aria-hidden] {
    display: none;
  }
}

.about-section.msd-popup-row-section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.msd-popup-row-section a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.msd-popup-row-section img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: var(--dark-color);
}

.msd-apply-qr {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 132px;
  padding: 8px 8px 10px;
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  text-decoration: none;
}
.msd-apply-qr img {
  display: block;
  width: 112px;
  height: 112px;
  background: var(--white-color);
}
.msd-apply-qr span {
  color: var(--dark-color);
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  text-align: center;
}
.msd-apply-qr:hover,
.msd-apply-qr:focus {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .msd-apply-qr {
    right: 10px;
    bottom: 10px;
    width: 108px;
    padding: 6px 6px 8px;
  }
  .msd-apply-qr img {
    width: 92px;
    height: 92px;
  }
  .msd-apply-qr span {
    font-size: 12px;
  }
}

.msd-status-split {
  display: flex;
  align-items: stretch;
  gap: 28px;
  text-align: left;
}
.msd-status-split-info {
  flex: 1 1 0;
  min-width: 0;
}
.msd-status-split-qr {
  flex: 0 0 220px;
  width: 220px;
  text-align: center;
}
.msd-status-split-qr img {
  display: block;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  background: var(--white-color);
}
.msd-status-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  row-gap: 8px;
  margin: 0;
  align-items: baseline;
}
.msd-status-dl dt {
  margin: 0;
  color: var(--dark-color);
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
}
.msd-status-dl dd {
  margin: 0;
  min-width: 0;
  color: var(--p-color);
}
.msd-status-found-dialog {
  max-width: 920px;
}
@media (max-width: 767.98px) {
  .msd-status-split {
    flex-direction: column;
  }
  .msd-status-split-qr {
    flex-basis: auto;
    width: 100%;
  }
}

.msd-status-modal {
  background: var(--white-color);
  border: 0;
  border-radius: var(--border-radius-large);
  overflow: hidden;
}
#msdLoginFailModal {
  z-index: 1085;
}
.msd-status-modal .ticket-form {
  background: transparent;
  box-shadow: none;
  padding: 40px 32px 32px;
}
.msd-status-modal .ticket-form-body {
  margin-top: 0;
}
