/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #7c6033;
  --primary-color:                #FBE1B5;
  --secondary-color:              #ec8d54;
  --section-bg-color:             #FBE1B5;
  --custom-btn-bg-color:          #FBE1B5;
  --custom-btn-bg-hover-color:    #ec8d54;
  --dark-color:                   #8a9e4a;
  --p-color:                      #7c6033;
  --border-color:                 #8a9e4a;
  --link-hover-color:             #ec8d54;

  --body-font-family:             'M PLUS Rounded 1c', sans-serif;

  --h1-font-size:                 24px;
  --h2-font-size:                 24px;
  --h3-font-size:                 24px;
  --h4-font-size:                 22px;
  --h5-font-size:                 20px;
  --h6-font-size:                 18px;
  --p-font-size:                  18px;
  --btn-font-size:                14px;
  --copyright-font-size:          14px;

  --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: #FBE1B5;
  font-family: var(--body-font-family); 
}


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

h2,
h3,
h4,
h5,
h6 {
  color: #7c6033;
}

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

h1 {
  font-size: var(--h1-font-size);
  font-family: "Italiana","M PLUS Rounded 1c", serif;
  font-weight: var(--font-weight-light);
  font-style: normal;
  color: #8a9e4a; 
  margin-top: 10px;
  margin-bottom: 0px;
}

h2 {
  font-size: var(--h2-font-size);
  font-family: "Italiana", "M PLUS Rounded 1c",serif;
  font-weight: var(--font-weight-bold);
  font-style: normal;
  color: #8a9e4a; 
}

pe {
  font-size: 28px;
  font-family: "Italiana", "M PLUS Rounded 1c",serif;
  font-weight: var(--font-weight-bold);
  font-style: normal;
  color: #8a9e4a; 
}
pj {
  font-size: 14px;
  font-family: "M PLUS Rounded 1c",serif;
  font-style: normal;
  color: #8a9e4a; 
}

.info-section h2 {
  border-bottom: 1px solid #7198a5;
  width: 400px;
}
.about-section h2 {
  border-bottom: 1px solid #7198a5;
  width: 400px;
}
.artists-section h2 {
  border-bottom: 1px solid #7198a5;
  width: 400px;
}
.schedule-section h2 {
  border-bottom: 1px solid #7198a5;
  width: 400px;
}
.pricing-section h2 {
  border-bottom: 1px solid #7198a5;
  width: 400px;
}
.contact-section h2 {
  border-bottom: 1px solid #7198a5;
  width: 400px;
}
.sample-section h2 {
  border-bottom: 1px solid #7198a5;
  width: 400px;
}

h3 {
  font-size: var(--h2-font-size);
  font-family: "Italiana", "M PLUS Rounded 1c",serif;
  font-weight: var(--font-weight-bold);
  font-style: normal;
  color: #8a9e4a; 
  border-bottom: 1px solid #8a9e4a;
  width: 400px;
}

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

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

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

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

ul li {
  color: #7c6033;
  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: #7c6033;
  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 {
}

.section-overlay + .container {
}

.tab-content {
  background-color: #f0d6ad;
  border-radius: 8.5px;
  padding: 45px;
  border: 1px solid #7c6033;
}

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

.nav-tabs .nav-link {
  border-radius:8.5px;
  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: 1px solid #7c6033;
  border-radius:8.5px;
  color: var(--white-color);
  font-size: var(--btn-font-size);
  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(--dark-color);
  padding-top: 12px;
  padding-bottom: 12px;
}


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

.sticky-wrapper.is-sticky .navbar {
  background-color: #8a9e4a;
}

.navbar {
  background-color: #8a9e4a;
  z-index: 9;
}

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

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius:8.5px;
  margin: 5px;
  padding: 10px 5px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: #FBE1B5;
  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;
  width: 30px;
  height: 35px;
  outline: none;
  border-radius:8.5px;
  margin: 16px;
}

.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: #FBE1B5;
  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: #FBE1B5;
  width: 30px;
  height: 2px;
  content: '';
}

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

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


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  background-image: url('../img/hero-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 100px;
  width: 100%;
  height: 100vh;
}

.hero-section h1 {
  -webkit-text-stroke: 3px #FBE1B5;
  text-stroke: 3px #FBE1B5;
  paint-order: stroke;
}

.hero-section p {
  color: var(--white-color);
  -webkit-text-stroke: 3px #FBE1B5;
  text-stroke: 3px #FBE1B5;
  paint-order: stroke;
}
.hero-section pj {
  -webkit-text-stroke: 3px #FBE1B5;
  text-stroke: 3px #FBE1B5;
  paint-order: stroke;
}
.hero-section pe {
  -webkit-text-stroke: 3px #FBE1B5;
  text-stroke: 3px #FBE1B5;
  paint-order: stroke;
}

.hero-section .section-overlay {
}

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

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


/*---------------------------------------
  INFO              
-----------------------------------------*/
.info-section {
  background-color: #7c6033;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.info-image {
  border-radius:8.5px;
  display: block;
}

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

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

.info-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: 8.5px;
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}

/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-color: #FBE1B5;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-image {
  border-radius:8.5px;
  display: block;
  border: 1px solid #7c6033;
}
.other-image {
  border-radius:8.5px;
  display: block;
  border: 1px solid #7c6033;
}
.sub-image {
  border-radius:8.5px;
  display: block;
  border: 1px solid #FBE1B5;
}

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

.about-text-icon {
  background: var(--primary-color);
  border-radius:8.5px;
  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:8.5px;
  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/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: 8.5px;
  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-section {
  background-color: #7c6033;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

.artists-image {
  border-radius: 8.5px;
  display: block;
  width: 100%;
  border: 1px solid #7c6033;
}

.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: 8.5px;
  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;
}
/*---------------------------------------
  SAMPLE              
-----------------------------------------*/
.sample-section {
  background-color: #7c6033;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sample-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.sample-image {
  border-radius: 8.5px;
  display: block;
  width: 100%;
  border: 1px solid #7c6033;
}

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

.sample-hover {
  background-color: var(--primary-color);
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: 8.5px;
  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;
}

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

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

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

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


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
  background-color: #FBE1B5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.table-responsive {
	filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
  border-radius:8.5px;
  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;
}

.schedule-table .pop-background-image {
  background-image: url('../img/artists/joecalih-UmTZqmMvQcw-unsplash.jpg');
}

.schedule-table .rock-background-image {
  background-image: url('../img/artists/abstral-official-bdlMO9z5yco-unsplash.jpg');
}

.schedule-table .country-background-image {
  background-image: url('../img/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg');
}

.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-section {
  background-color: #7c6033;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pricing-thumb {
  border: 5px dotted #FBE1B5;
  border-radius:8.5px;
  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:8.5px;
  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:8.5px;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}
.form-control {
  background: var(--custom-btn-bg-color);
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.form-control:hover,
.form-control:focus {
  background: var(--custom-btn-bg-color);
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.form-control::placeholder {
  color: var(--white-color);
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius:8.5px;
  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: #8a9e4a;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: #FBE1B5;
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid var(--white-color);
  margin-top: 60px;
}

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

.site-footer-link,
.copyright-text {
  color: var(--primary-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);
}

/*---------------------------------------
  sample FOOTER              
-----------------------------------------*/
.sample-footer {
  background-color: #8a9e4a;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.sample-footer-top {
  background-color: #8a9e4a;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sample-footer-bottom {
  border-top: 1px solid var(--white-color);
  margin-top: 60px;
}

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

.sample-footer-link,
.copyright-text {
  color: var(--primary-color); 
}

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

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



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

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

.social-icon-link {
  font-size: 30px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  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) {

  .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: 767px) {
  
}

.text-box-light-b {
  background-color: #7198a5;
  padding: 20px;
  border-radius: 8.5px ;
}
.text-brwn {
  color: #7c6033;
}
.text-l-brwn {
  color: #FBE1B5;
}
.text-grn {
  color: #8a9e4a;
}
.text-bl {
  color: #7198a5;
}

.feed-card {
 padding: 0px 0px 0px 0px;
 margin:  0px 0px 10px 0px; 
 text-decoration: none;
 color: inherit;
    float:  left;              /* 要素を並べる */
}

.feed-card-inner {
   width: 100%;
   height: 100%;
   aspect-ratio: 1 / 1;
}

.feed-card-inner * {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
  object-fit: cover; 
  object-position: center; 
    border-radius: 8.5px;
}
.feed-caption {
 padding: 0px 6px 0px 6px;
 font-size: 0.85rem;
 line-height: 1.4;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 word-break: break-all; 
}

.row-cols-lg-5 > * {
 flex: 0 0 auto;
 width: 20%; 
}


    .feed-date {
        font-size: 0.7rem;
    }
    .feed-text {
        font-size: 0.8rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

@media (max-width: 991.98px) {
.row-cols-lg-5 > * {
 flex: 0 0 auto;
 width: 32%; 
}
.feed-card {
 margin:  0px -20px 5px 0px; 
}

}
/* =========================================
   共通
   ========================================= */

.instafeed .feed-card {
  display: flex;
  gap: 8px;
  text-decoration: none;
  color: #8b6a3d;
  border: 1px solid #FBE1B5;
  padding: 4px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.instafeed[data-type="gallery"] .feed-card {
  border: 1px solid #FBE1B5;
}

.instafeed .feed-card:hover {
  border-color: #ec8d54;
  color: #8b6a3d;
}

.instafeed .feed-card:hover img {
  opacity: 0.9;
}

.feed-image {
  position: relative;
  overflow: hidden;
}

.feed-image img,
.feed-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feed-date {
  font-size: 12px;
  color: #777;
}

.feed-text {
  font-size: 14px;
  line-height: 1.5;
}

/* =========================================
   TOP（2×2 grid・画像のみ）
   ========================================= */

.instafeed[data-type="top"] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
.instafeed[data-type="top"] {
  grid-template-columns: repeat(2, 1fr);
  max-width: 70%;
}
}

.instafeed[data-type="top"] .feed-card {
  display: block;
  padding: 0;
  margin: 5px auto;
  border-radius: 8.5px;
}

.instafeed[data-type="top"] .feed-image {
  aspect-ratio: 1 / 1;
  border-radius: 8.5px;
}

.instafeed[data-type="top"] .feed-body {
  display: none;
}

.top-block .feed-card:hover img {
  opacity: 1;
}

/* =========================================
   GALLERY
   ========================================= */

.instafeed[data-type="gallery"] .feed-card {
  display: block;
  border-radius: 8.5px;
}

.instafeed[data-type="gallery"] .feed-image {
  aspect-ratio: 1 / 1;
  border-radius: 8.5px;
}

.instafeed[data-type="gallery"] .feed-body {
  padding: 6px;
}

.instafeed[data-type="gallery"] .feed-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  font-size: 13px;
}
/* =========================================
   NEWS（サムネ＋日付＋2行）
   ========================================= */
.instafeed[data-type="news"] .feed-card {
  background-color: #FBE1B5;
}
.instafeed[data-type="news"] .feed-card:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  border-bottom: 1px solid #ec8d54;
  color: #FFFFFF;
}

.instafeed[data-type="news"] .feed-image {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 8.5px;
}

.instafeed[data-type="news"] .feed-date {
  color: #8b6a3d;
}
.instafeed[data-type="news"] .feed-body {
  flex: 1;
}

.instafeed[data-type="news"] .feed-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* =========================================
   STORY バッジ
   ========================================= */

.badge-story {
  font-size: 12px;
  font-weight: bold;
  color: #c0392b;
  margin-right: 4px;
}
/* =========================================
   NEWS：横幅を常に100%に固定
   ========================================= */

.instafeed[data-type="news"] > * {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 8.5px;
}

/* ===========================
   Design Images
=========================== */

.design-area {
}

.design-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* 共通 */
.design-block {
  position: relative;
  overflow: hidden;
}

.design-block .feed-card {
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 8.5px;
}

/* サイズ別 */
.design-large {
  width: 100%;
}

.design-medium {
  width: 50%;
}

.design-small {
  width: 20%;
}
.design-block .feed-card:hover img {
  opacity: 1;
}
.instafeed[data-type="design"] .feed-image {
  border-radius: 8.5px;
}


/* キャプション非表示（デザイン用） */
.design-area .feed-text {
  display: none;
}
/* ===========================
   Design Images - 日付非表示
=========================== */

/* 日付テキストを完全に消す */
.design-area .feed-date,
.design-area time,
.design-area .feed-meta,
.design-area .feed-info {
  display: none !important;
}
/* ===== ギャラリー hover オーバーレイ ===== */
.gallery-card {
  position: relative;
  overflow: hidden;
}

.feed-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  color: #fff;
  opacity: 0;
  transition: opacity .25s ease;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.gallery-card:hover .feed-overlay {
  opacity: 1;
}

.feed-insta {
  color: #ffffff;
  font-size: 20px;
  margin-top: 6px;
  align-self: flex-end;
}

.feed-insta:hover {
  color: #ffffff;
  opacity: .7;
}

.badge-story {
  color: #c0392b;
  font-weight: bold;
  margin-bottom: 4px;
}
/* ===== ギャラリー：オーバーレイ文字色調整 ===== */
.instafeed[data-type="gallery"] .feed-overlay {
  color: #fff;
}

.instafeed[data-type="gallery"] .feed-overlay .feed-date {
  color: rgba(255,255,255,.85);
}

.instafeed[data-type="gallery"] .feed-overlay .feed-text {
  color: #fff;
}
.instafeed[data-type="gallery"] .feed-overlay .badge-story {
  color: #c0392b;
  font-weight: bold;
  letter-spacing: .05em;
}
/* ===============================
   CMS NEWS 表示
================================ */

.cms-news-row {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 10px 12px;
  border: 1px solid #7c6033;
  margin-bottom: 8px;
  font-size: 14px;
  width: 100%;
  border-radius: 9.5px;
  background-color: #FBE1B5;
  color: #7c6033;
}

.cms-news-row:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  border: 1px solid #ec8d54;
  border-radius: 9.5px;
  color: #FFFFFF;
}

.cms-news-date {
  width: 110px;
  flex-shrink: 0;
}

.cms-news-text {
  flex: 1;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-news-title {
  color: #7c6033;
  flex: 1;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cms-news-file {
  width: 50px;
  text-align: center;
  flex-shrink: 0;
  border: 1px solid #7c6033;
  margin:0 0 0 auto;
  border-radius: 8.5px;
  color: #7c6033;
}

.cms-news-file:hover {
  width: 50px;
  text-align: center;
  flex-shrink: 0;
  border: 1px solid #ec8d54;
  margin:0 0 0 auto;
  border-radius: 8.5px;
  color: #ec8d54;
}

.cms-news-url a {
  color: inherit;          /* 青くしない */
  text-decoration: none;
}

.cms-news-url a:hover {
  color: #ec8d54;
}

.cms-news-file a {
  color: inherit;          /* 青くしない */
  text-decoration: none;
}

.cms-news-file a:hover {
  color: #ec8d54;
}
.cms-news-file:empty {
    display: none;
}
/* ===================================
   CMS Docs (各種資料)
=================================== */
.docs-ub {
  border-bottom: 1px solid #7198a5;
  width: 400px;
}

.docs-flm {
  align-items: center;
  padding: 10px 5px;
  border: 1px solid #FBE1B5;
  border-radius: 8.5px;
  width: 99%;
}

.cms-doc-row {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 10px 12px;
  border: 1px solid #7c6033;
  font-size: 14px;
  width: 100%;
  border-radius: 9.5px;
  background-color: #FBE1B5;
  color: #7c6033;
}

.cms-doc-row:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  border: 1px solid #ec8d54;
  border-radius: 9.5px;
  color: #FFFFFF;
}

.cms-doc-date {
  width: 110px;
  flex-shrink: 0;
}

.cms-doc-text {
  flex: 1;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-doc-title {
  color: #7c6033;
  flex: 1;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cms-doc-file {
  width: 50px;
  text-align: center;
  flex-shrink: 0;
  border: 1px solid #7c6033;
  margin:0 0 0 auto;
  border-radius: 8.5px;
  color: #7c6033;
}

.cms-doc-file:hover {
  width: 50px;
  text-align: center;
  flex-shrink: 0;
  border: 1px solid #ec8d54;
  margin:0 0 0 auto;
  border-radius: 8.5px;
  color: #ec8d54;
}

.cms-doc-url a {
  color: inherit;          /* 青くしない */
  text-decoration: none;
}

.cms-doc-url a:hover {
  color: #ec8d54;
}

.cms-doc-file a {
  color: inherit;          /* 青くしない */
  text-decoration: none;
}

.cms-doc-file a:hover {
  color: #ec8d54;
}
.cms-doc-file:empty {
    display: none;
}

.cms-doc-empty {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 10px 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
  margin-left: 2%;
  font-size: 14px;
  width: 98%;
  color: #999;
}

@media (max-width: 1024px) {
h1 {
font-size:                 20px;
}
h2 {
font-size:                 20px;
}
h3 {
font-size:                 20px;
}
h4 {
font-size:                 20px;
}
h5 {
font-size:                 18px;
}
h6 {
font-size:                 16px;
}
p {
font-size:                  16px;
}
pe {
font-size:                  22px;
}
pj {
font-size:                  14px;
}

btn {
font-size:                14px;
}
copyright {
font-size:          14px;
}
}

.text-h2-j {
  font-size:          14px;
}
.text-h2-e {
  font-family: "Italiana","M PLUS Rounded 1c", serif;
  font-style: normal;
  font-size:          16px;
  font-weight: var(--font-weight-bold);
}
.text-udb {
  border-bottom: 1px solid #7c6033;
}
  
/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-links {
}

.custom-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.custom-link::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.custom-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-link:hover,
.custom-link:hover::after {
}

b,
strong {
  font-weight: var(--font-weight-bold);
}
/* 完了メッセージのスタイル */
#hidden-complete-msg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  z-index: 9999;
  display: none;
  pointer-events: none;
}
