/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/


/*---------------------------------------
  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:                   #050606;
  --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: #787878;
}

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: #787878;
}

.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               
-----------------------------------------*/
.pricing-section h2, .pricing-section h3, .pricing-section p, .pricing-section ul li, .pricing-section a {
    color: #000 !important;
}
.pricing-section p.pricing-tag{
  color: #fff !important; 
}

.contact-section {
    background-color: #000;
}
.contact-section h2{
  color: #fff;
}
.contact-section div#nav-tab {
    background-color: #333333;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: #fff;
}

.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: #978e8b;
  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: #ffffff; 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: #000000;
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: #ffffff;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: #E0E0E0;
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: #000000;
  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: #787878;
  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: 0px;
}

.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: #787878;
}

.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%;
}


/* banner slider css start - 9-11-24*/


.banner-slider .row.banner-content{
  position: relative;
  padding: 50px 30px;
}
.owl-carousel.banner-slider,
.banner-slider .owl-stage,
.owl-carousel.banner-slider .owl-stage-outer,
.owl-carousel.banner-slider .owl-item{
  height: 100%;
}
.banner-slider .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-slider .item {
  height: 100%;
  display: flex;
}
.banner-slider .owl-dots {
  position: relative;
  top: -50px;
}


.terms-conditions-wrapper {
  padding: 50px 0;
}

/* .terms-banner-section {
  padding: 240px 0 200px;
  background-image: url(http://localhost/digital-dive/wp-content/uploads/2024/11/pexels-alexander-suhorucov-6457579.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--white-color);
  position: relative;
  background-position: center;
} */

/* banner slider css end - 9-11-24*/

/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-image: url('./images/edward-unsplash-blur.jpg');
  background-color: #704010;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: #B0B0B0;
  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('../images/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: #333333bf;
  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: #fff;
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.schedule-section {
  background-image: url('../images/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: #000000;
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #ffffff;
  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 #ffffff;
  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('../images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg');
}

.schedule-table .rock-background-image {
  background-image: url('../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg');
}

.schedule-table .country-background-image {
  background-image: url('../images/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-thumb {
  border: 5px dotted var(--dark-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 50px;
  height: 100%;
}

.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: #000000;
  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: #000000;
  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: #333;
/*  background-image: url('../images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg');*/
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: #ffffff; 
}

.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: #E0E0E0;
  border-radius: var(--border-radius-large);
  color: #000000;
  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: #000000;
  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: 126px;
  }

  .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;
  }


  /* banner slider css start - 9-11-24*/
  .location-wrap h5, .date-wrap h5 {
    margin-bottom: 0; 
  }
  .banner-slider .top-content-wrap {
    margin-top: 1rem !important;
  }
  .banner-slider .bottom-content-wrap {
      margin-bottom: 20px;
  }
  .banner-slider .location-wrap {
    padding: 30px 0 !important;
  }
  .banner-slider h1.mb-5 {
    margin-bottom: 20px !important;
  }

  /* .terms-banner-section {
    padding: 300px 0 150px;
  } */

  /* banner slider css end - 9-11-24*/

}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  /* banner slider css start - 9-11-24*/
  h1{
    font-size: 40px;
  }
  /* banner slider css end - 9-11-24*/

}

@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;
  }
}

@media screen and (max-width: 320px) {
  .banner-slider h1.mb-5 {
    font-size: 30px;
  }
  .banner-slider.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: -30px;
    top: -30px;
  }
  .hero-section{
    height: auto;
  }
  .location-wrap h5, .date-wrap h5 {
    font-size: 17px;  
  }
}


a.navbar-brand img {
    width: 100px;
}

.hero-section .social-icon-link:hover {
    background: #787878;
}
.bi-person::before {
    color: #fff;
}
.pricing-section h2, .pricing-section h3, .pricing-section p, .pricing-section li, .pricing-section .pricing-thumb .link-fx-1  {
    color: #fff;
}
.pricing-section a.link-fx-1:hover {
    color: #000000;
}
#sticky-wrapper .nav-item a:hover {
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
}
#sticky-wrapper .nav-item a.active {
  color: #fff;
}
.artists-hover p {
    color: #fff;
}
.artists-hover p a:hover {
    border-bottom: 1px solid;
}

.contact-section input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control,
.contact-form-section .form-control.submit-btn {
    background: #333;
    border: none;
    border-radius: var(--border-radius-large);
    color: #ffffff;
    font-size: var(--p-font-size);
    transition: all 0.3s;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    outline: none;
    font-weight: 500;
}
.contact-section input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control:hover,
.contact-form-section .form-control.submit-btn:hover {
  background: #B0B0B0;
  border-color: transparent;
}
ul#menu-footer-menu li a {
    color: var(--white-color);
}
ul#menu-footer-pages a {
    color: var(--white-color);
}

.ticket-section form span.wpcf7-form-control.wpcf7-radio.form-check-input {
    border: 0px;
}

.ticket-section form input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
    background: #333333;
    border: none;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--p-font-size);
    font-weight: 500;
    transition: all 0.3s;
    margin-bottom: 0;
}

.ticket-section form input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control:hover {
  background: #B0B0B0;
  border-color: transparent;
}

.ticket-section form .wpcf7-response-output {
    margin: 0px !important;
}

/*----------------------*/

.schedule-table th, .schedule-table td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

.table-background-image-wrap {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
/*.schedule-section .event-calendar-wrapper .etn-row.etn-event-item.etn-fadeInUp .etn-col-md-8.etn-align-self-center {
    max-width: 100% !important;
    flex: unset;
}
.schedule-section .event-calendar-wrapper .etn-row.etn-event-item.etn-fadeInUp .etn-col-md-8.etn-align-self-center p.etn-event-duration-date {
    color: #000;
}
.schedule-section .event-calendar-wrapper .etn-row.etn-event-item.etn-fadeInUp .etn-col-md-8.etn-align-self-center h3.etn-title.etn-event-title a {
    color: #000;
}
.schedule-section tbody td.fc-daygrid-day.fc-day a.fc-state-highlight {
    outline: 2px solid #000000;
    background-color: #000;
}
.schedule-section table.fc-col-header a.fc-col-header-cell-cushion {
    color: #000;
}
.schedule-section .cat-dropdown-list select {
    display: none;
}
.schedule-section h2.text-white.mb-4 {
    color: #000 !important;
}
.schedule-section .eventin-shortcode-wrapper {
    padding-top: 50px;
}
.schedule-section {
    padding-top: 0px;
}
.single.single-etn nav.navbar.navbar-expand-lg {
    background-color: #000;
}
.single.single-etn .etn-es-events-page-container {
    padding-top: 150px;
}*/




.schedule-table.table thead th {
  width: 130px;
  padding: 20px;
}
.schedule-table.table tbody td,
.schedule-table.table tbody th {
  padding: 0;
  border: 1px solid #fff;
}
.schedule-table.table tbody th {
  border-left: 1px solid transparent;
}
.schedule-table.table tbody tr td:last-child {
  border-right: 1px solid transparent;
}
.schedule-table.table tbody tr:last-child th ,
.schedule-table.table tbody tr:last-child td {
  border-bottom: 1px solid transparent;
}
.table-background-image-wrap {
  padding: 10px 20px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.table-background-image-wrap h3{
  font-size: 16px;
}
.table-background-image-wrap p{
  margin-bottom: 0;
  font-size: 14px;
}


@media (max-width:479px) {
  .schedule-table.table thead th {
    min-width: 170px;
}
.table-responsive {
  border-radius: 30px;
}
}

@media (max-width:360px) {
  .schedule-table.table thead th {
    min-width: 100px;
}
.table-background-image-wrap {
  padding: 10px 5px;
}

.table-background-image-wrap p{
  font-size: 11px;
}
}











/*---------------------------------------
  About us css start              
-----------------------------------------*/

#banner_section {
  background-image: url("/wp-content/themes/digital-dive-entertainment/assets/images/about-us.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 400px;
  position: relative;
}
#banner_section::after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, .4);
  height: 100%;
  width: 100%;
  top: 0;
}

#banner_section .content {
  text-align: center;
  color: white;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
#banner_section .content .title h1{
  margin-bottom: 73px;
  font-size: 55px;
}
#banner_section .content .text a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.history-part{
  padding: 80px 0;
}

.history .title h2{
  text-align: center;
  margin-bottom: 35px;
}

.history  .content .text {
  width: 90%;
  margin-top: 30px;
}
.history  .content .text p {
  line-height: 1.7;
  font-weight: 500;
}


.history .banner-slider .owl-dots {
  position: relative;
  top: -75px;
}

.history .item  img {
  display: block;
  width: 100%;
  /* height: 350px; */
}


.actor-part{
background-color: #ffffff;
padding: 80px 0;

}

.actor .overlay-icons a {
  color: var(--white-color);
}

.actor .image-box img{
  max-width: 100%;
  transition: 0.5s;
}

.actor .image-box{
  position: relative;
  transition: all .5s ease-in;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: none;
  transition: .5s ease;
  background-color: rgba(128, 128, 128, 0.7);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-icons{
  display: flex;
  column-gap: 20px;
  justify-content: center;
}

.actor .image-box:hover .overlay {
  opacity: 1;
}
.actor .image-box:hover img{
  transform: scale(1.1);
}

.actor .title h2{
  color: #000000;
  text-align: center;
  margin-bottom: 25px;
}



.actor .text{
  text-align: center;
  margin-top: 10px;
}

.actor .text h5{
  color: #000000;
}


.quatos .quatos-part {
  background-image: url("/wp-content/themes/digital-dive-entertainment/assets/images/quots-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 0 80px 0;
}
.quatos  .owl-carousel.banner-slider, .quatos .banner-slider .owl-stage, .quatos .owl-carousel.banner-slider .owl-stage-outer, .quatos .owl-carousel.banner-slider .owl-item {
  height: 100%;
  display: block;
}


.quatos  .item .text h2, .quatos  .item .text h3, .quatos  .item .text h5,.quatos  .item .text p{
  color: white; 
}

.quatos .item .text {
  width: 70%;
  margin: 20px auto 0;
  position: relative;
}

.quatos .item .text img {
  width: 100%;
  margin: 0 auto;
  max-width: 100px;
}
.quatos  .item .text p.first {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.quatos  .item .text h5{
  font-size: 25px;
  text-align: center;
}
.quatos  .item .text p{
  font-size: 18px;
  text-align: center;
}

.quatos .banner-slider .owl-dots {
 top: 0;
}


.numbers .numbers-part {
  background: rgb(32,42,174);
  background-color: #000000;
/*  background: linear-gradient(166deg, rgb(253 253 255) -24%, rgb(125 119 132 / 79%) 72%);*/
  padding: 80px 0;
}

.numbers .about{
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

/* .numbers .about .line{
 border: 2px solid #28de91;
} */
.numbers .about h6 {
  color: #fff;
  padding-left: 60px;
}
.numbers .about h6::before{
  content: '';
  position: absolute;
  height: 0;
  width: 40px;
  border: 1px solid;
  left: 1px;
  top: 0.65em;
}

.numbers  .record {
  display: flex;
  justify-content: space-between;
}

.numbers h2 {
  color: #fff;
  font-size: 65px;
  margin-bottom: 50px;
}
.numbers h3 {
  color: #fff;
  font-size: 60px;
  margin: 0;
  line-height: 1.1;
}
.numbers h5 {
  color: #fff;
  font-size: 25px;
}

/*---------------------------------------
  About us css end            
-----------------------------------------*/




/*---------------------------------------
   events css start              
-----------------------------------------*/

.events-part{
  padding: 50px 0 0;
}
.events .business-event .img-box img{
  max-width: 100%;
  transition: 0.5s;
}
.events .business-event .img-box img:hover {
  transition: 0.3s;
  box-shadow: 2px 2px 12px 0 #333333;
  scale: 1.02;
}

.events .business-event .title h4 {
  font-weight: 300;
  font-size: 22px;
  margin: 15px 0 40px;
}

#btn{
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
#btn a {
  border: 1px solid gray;
  padding: 15px 30px;
  color: black;
  border-radius: 50px;
}
#btn a:hover {
  background-color: gray;
  color: white;
}

/*---------------------------------------
   events css end            
-----------------------------------------*/




/*---------------------------------------
   events- details css start              
-----------------------------------------*/
.events-detail .events-detail-part {
  padding: 80px 0;
}

.events-detail .img-box img {
  max-width: 100%;
  /* box-shadow: 2px 2px 12px 0px black; */
  transition: 0.5s;
}
.events-detail .img-box img:hover{
 box-shadow: 2px 2px 12px 0 #333333;
 transition: 0.3s;
}
.events-detail .info .title h2 {
  font-size: 50px;
  text-align: left;
  text-transform: capitalize;
}

.events-detail .info .text p {
  font-size: 20px;
  text-align: left;
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 40px;
  /* color: black; */
  font-weight: 400;
}

#book-btn{
  display: flex;
  justify-content: left;
  padding-bottom: 40px;
}
#book-btn a {
  border: 1px solid gray;
  padding: 15px 30px;
  color: black;
  border-radius: 50px;
}

#book-btn a:hover{
  background-color: gray;
  color: white;
}

.map{
  padding-bottom: 80px;
}
.map .map-box {
  display: flex;
  justify-content: center;
}


/*---------------------------------------
   events- details css end              
-----------------------------------------*/

section#section_4 table.schedule-table.table.table-dark tbody tr th:nth-child(1) {
    background-color: #B0B0B0;
}


.site-footer-bottom .col-lg-4.col-12.mt-5, .site-footer-bottom .col-lg-8.col-12.mt-lg-5.footer-term-link {
    margin: 0px !important;
}

.site-footer-bottom .row {
    padding-top: 30px;
}

.site-footer-bottom .footer-term-link{
  text-align: right;
}

.navbar-nav li.current-menu-item a {
    border-bottom: 1px solid #fff;
    border-radius: 0px !important;
}

hr {
    color: #fff;
}

.schedule-section tr td p:last-child {
    margin-bottom: 0px;
}

.events-detail .events-detail-box .text p {
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}

/*  ----------------------  */

/*.about-section h2.text-white.mb-4 {
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

@keyframes typing {
  0% { width: 0; }
  50% { width: 100%; }
  100% { width: 0; }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}*/





/* 9-12-24 */
#btn .load-more-btn{
  background-color: gray;
  color: var(--white-color);
  border: 0;
}
#btn .load-more-btn:hover{
  background-color: #333;
}

/* contact css */
.map-section iframe{
  display: block;
}
.contact-info-section p a, .contact-info-section p {
  color: var(--dark-color);
}
.contact-info-section p i.bi {
  font-size: 22px;
  margin-right: 20px;
}
.contact-form-section .form-control.submit-btn {
  max-width: 200px;
  width: 100%;
}
.contact-info-section p {
  margin-bottom: 20px;
}