/**
* Template Name: VechtnoFestival
*/
/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Roboto", serif;
  --nav-font: "Poppins", sans-serif;
}

:root {
  --background-color: $dark;
  --default-color: $blue;
  --heading-color: $yellow;
  --accent-color: $pink;
  --surface-color: $orange;
  --contrast-color: #ffffff;
}

/* Nav Menu Colors */
:root {
  --nav-color: $pink;
  --nav-hover-color: $yellow;
  --nav-mobile-background-color: $dark;
  --nav-dropdown-background-color: #2b2d3c;
  --nav-dropdown-color: #e0e1e7;
  --nav-dropdown-hover-color: #9a6ef6;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: #2dacbb;
  background: #201b24;
  font-family: var(--default-font);
}

a {
  color: #Eb7720;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #f2ad1e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f2ad1e;
  font-family: var(--heading-font);
}

body:not(.is-front-page) main {
  margin-top: 68px;
}
@media (max-width: 992px) {
  body:not(.is-front-page) main {
    margin-top: 55px;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: #2dacbb;
  background: #CD4063;
  padding: 5px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
}
.header .logo {
  line-height: 1;
}
.header .logo img {
  max-height: 58px;
  margin-right: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 1200px) {
  .header .logo img {
    max-height: 45px;
  }
}
.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #FFF;
}
.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: #FFF;
  background: #2dacbb;
  font-size: 15px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 50px;
}
.header .btn-getstarted:hover, .header .btn-getstarted:focus:hover,
.header .btn-getstarted:focus:hover,
.header .btn-getstarted:focus:focus:hover {
  color: #FFF;
  background: color-mix(in srgb, #2dacbb, transparent 15%);
}
@media (max-width: 1200px) {
  .header .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .btn-getstarted {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
  .header .navmenu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.header .cart-wrapper-desktop, .header .cart-wrapper-mobile {
  position: relative;
  background: #f2ad1e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .cart-wrapper-desktop a, .header .cart-wrapper-mobile a {
  padding: 0 !important;
}
.header .cart-wrapper-desktop i, .header .cart-wrapper-mobile i {
  color: #FFF;
  font-size: 24px;
  margin: 0;
}
.header .cart-wrapper-desktop .rounded-pill, .header .cart-wrapper-mobile .rounded-pill {
  position: absolute;
  top: -5px;
  left: 100%;
  border: 1px solid #FFF;
  border-radius: 50%;
  background: #Eb7720;
  color: #FFF;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 1200px) {
  .header .cart-wrapper-desktop, .header .cart-wrapper-mobile {
    display: none !important;
  }
}
.header .cart-wrapper-mobile {
  width: 30px;
  height: 30px;
}
.header .cart-wrapper-mobile i {
  font-size: 15px;
}
@media (min-width: 1200px) {
  .header .cart-wrapper-mobile {
    display: none !important;
  }
}
@media (max-width: 1199.9px) {
  .header .cart-wrapper-mobile {
    display: block !important;
  }
}

.scrolled .header {
  -webkit-box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  background-color: #CD4063;
}
.scrolled .header .logo img {
  opacity: 1;
}

/* Index Page Header */
.is-front-page header {
  background: transparent;
}
.is-front-page.scrolled .header {
  background: #CD4063;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: #FFF;
  background-color: var(--surface-color);
  font-size: 14px;
  padding-bottom: 25px;
  position: relative;
}
.footer .sitename {
  color: #f2ad1e;
}

.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  padding: 50px 0;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  font-size: 16px;
  color: var(--accent-color);
  margin-right: 10px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  border-top: 1px solid color-mix(in srgb, #FFF, transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0 !important;
            transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
section.pricing {
  background: #fffaec;
}
section.pricing .keep-updated-form {
  border-radius: 15px;
  background: color-mix(in srgb, #CD4063, transparent 90%) !important;
}
section.pricing .keep-updated-form p {
  color: #CD4063;
  margin: 20px 0 0 0;
  text-align: center;
}
section.pricing .keep-updated-form form {
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.pricing .keep-updated-form form .wpforms-field-container {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 768px) {
  section.pricing .keep-updated-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  section.pricing .keep-updated-form form .wpforms-field {
    padding-bottom: 0;
  }
  section.pricing .keep-updated-form form .wpforms-field-container {
    width: 100%;
  }
}
section.pricing .keep-updated-form form label {
  display: none;
}
section.pricing .keep-updated-form form .wpforms-submit-container {
  margin: 0;
}
section.pricing .keep-updated-form form .wpforms-submit-container button:hover, section.pricing .keep-updated-form form .wpforms-submit-container button:focus {
  background: color-mix(in srgb, #CD4063, transparent 90%) !important;
}

.pricing-item-wrapper {
  background: #201b24;
  -webkit-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.pricing-item-wrapper--featured {
  background: linear-gradient(135deg, rgba(32, 27, 36, 0.85) 0%, rgba(45, 172, 187, 0.8) 30%, rgba(205, 64, 99, 0.7) 60%, rgba(235, 119, 32, 0.65) 85%);
}
.pricing-item-wrapper--closed .btn-but {
  pointer-events: none;
}
.pricing-item-wrapper--soldout {
  background: #b82626;
}
.pricing-item-wrapper--soldout h3 {
  color: #cfb06f !important;
}
.pricing-item-wrapper--soldout .pricing-item p {
  color: #ff8a8a !important;
  font-weight: 700;
}

.pricing .pricing-item {
  border-radius: 15px;
  background: rgba(32, 27, 36, 0.75);
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
.pricing .pricing-item P {
  color: #FFF;
}
.pricing .pricing-item .description {
  color: #74f574;
}
@media (min-width: 1200px) {
  .pricing .pricing-item:hover:not(.pricing-item--disabled) {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    background: #201b24;
  }
}
.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #FFF;
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 15px;
}
.pricing .price.price-disabled {
  -webkit-filter: blur(12px);
          filter: blur(12px);
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  font-weight: 300;
}

.pricing .icon {
  padding: 20px 0;
}

.pricing .icon i {
  font-size: 48px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: var(--default-color);
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  background: color-mix(in srgb, #CD4063, transparent 90%);
  color: #CD4063;
  -webkit-transition: none;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--heading-font);
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #CD4063;
}
.pricing .btn-buy.btn-buy-disabled {
  -webkit-filter: blur(12px);
          filter: blur(12px);
}
.pricing .btn-buy:hover:not(.btn-buy-disabled) {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.btn-buy.lazy-sorry:hover, .btn-buy.lazy-sorry:focus {
  color: color-mix(in srgb, #CD4063, transparent 90%) !important;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: rgba(255, 255, 255, 0.2);
  color: var(--contrast-color);
}

section {
  position: relative;
}
section .section-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1089%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(32%2c 27%2c 36%2c 1)'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsSymbol1096' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1096' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1089'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1095'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1090'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1093'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1092'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1091'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1094'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1096'%3e%3cuse xlink:href='%23SvgjsPath1090' x='30' y='30' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='90' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='30' y='150' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='30' y='210' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='270' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='30' y='330' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='30' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='450' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='510' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='30' y='570' stroke='rgba(45%2c 172%2c 187%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='90' y='30' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='90' y='90' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='90' y='150' stroke='rgba(235%2c 119%2c 32%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='90' y='210' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='90' y='270' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='90' y='330' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='90' y='390' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='90' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='90' y='510' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='90' y='570' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='150' y='30' stroke='rgba(235%2c 119%2c 32%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='150' y='90' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='150' y='150' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='150' y='210' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='150' y='270' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='150' y='330' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='150' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='150' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='150' y='510' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='150' y='570' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='210' y='30' stroke='rgba(45%2c 172%2c 187%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='210' y='90' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='210' y='150' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='210' y='210' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='210' y='270' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='210' y='330' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='210' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='210' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='210' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='210' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='270' y='30' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='270' y='90' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='270' y='150' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='270' y='210' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='270' y='270' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='270' y='330' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='270' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='270' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='270' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='270' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='330' y='30' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='330' y='90' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='330' y='150' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='330' y='210' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='330' y='270' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='330' y='330' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='330' y='390' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='330' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='330' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='330' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='390' y='30' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='390' y='90' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='390' y='150' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='390' y='210' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='390' y='270' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='390' y='330' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='390' y='390' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='390' y='450' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='390' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='390' y='570' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='450' y='30' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='450' y='90' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='450' y='150' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='450' y='210' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='450' y='270' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='450' y='330' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='450' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='450' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='450' y='510' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='450' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='510' y='30' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='510' y='90' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='510' y='150' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='510' y='210' stroke='rgba(205%2c 64%2c 99%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='510' y='270' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='510' y='330' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='510' y='390' stroke='rgba(235%2c 119%2c 32%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='510' y='450' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='510' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='510' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='570' y='30' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='570' y='90' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='570' y='150' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='570' y='210' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='570' y='270' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='570' y='330' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='570' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='570' y='450' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='570' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='570' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='630' y='30' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='630' y='90' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='630' y='150' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='630' y='210' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='630' y='270' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='630' y='330' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='630' y='390' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='630' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='630' y='510' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='630' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='690' y='30' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='690' y='90' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='690' y='150' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='690' y='210' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='690' y='270' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='690' y='330' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='690' y='390' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='690' y='450' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='690' y='510' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='690' y='570' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");
}
section.artists .card {
  background: #CD4063;
  border-radius: 15px;
  overflow: hidden;
}
section.artists .card .card-image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(32, 27, 36, 0.85) 0%, rgba(45, 172, 187, 0.8) 30%, rgba(205, 64, 99, 0.7) 60%, rgba(235, 119, 32, 0.65) 85%);
}
section.artists .card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.7;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
section.artists .card .card-image:hover img, section.artists .card .card-image:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
section.artists .card .card-title h3 {
  color: #FFF;
  margin: 15px 0;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 992px) {
  section.artists .card .card-title h3 {
    font-size: 17px;
  }
}
section.artists .card.card-closed .card-image {
  background: color-mix(in srgb, #201b24, transparent 50%);
}
section.artists .card.card-closed .card-image img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: none;
          filter: none;
}

/*--------------------------------------------------------------
# Values Section
--------------------------------------------------------------*/
.values .card {
  color: var(--default-color);
  -webkit-box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  border: 0;
}

.values .card:hover {
  -webkit-box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.values .card:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*--------------------------------------------------------------
# Alt Features Section
--------------------------------------------------------------*/
.alt-features .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alt-features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.alt-features .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #Eb7720;
  margin-right: 15px;
}

.alt-features .icon-box p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-container .faq-item {
  position: relative;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 15px;
  margin-bottom: 15px;
  border-radius: 15px;
}
.faq .faq-container .faq-item .section-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1089%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(32%2c 27%2c 36%2c 1)'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsSymbol1096' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1096' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1089'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1095'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1090'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1093'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1092'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1091'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1094'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1096'%3e%3cuse xlink:href='%23SvgjsPath1090' x='30' y='30' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='90' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='30' y='150' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='30' y='210' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='270' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='30' y='330' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='30' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='450' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='510' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='30' y='570' stroke='rgba(45%2c 172%2c 187%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='90' y='30' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='90' y='90' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='90' y='150' stroke='rgba(235%2c 119%2c 32%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='90' y='210' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='90' y='270' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='90' y='330' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='90' y='390' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='90' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='90' y='510' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='90' y='570' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='150' y='30' stroke='rgba(235%2c 119%2c 32%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='150' y='90' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='150' y='150' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='150' y='210' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='150' y='270' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='150' y='330' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='150' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='150' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='150' y='510' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='150' y='570' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='210' y='30' stroke='rgba(45%2c 172%2c 187%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='210' y='90' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='210' y='150' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='210' y='210' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='210' y='270' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='210' y='330' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='210' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='210' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='210' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='210' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='270' y='30' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='270' y='90' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='270' y='150' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='270' y='210' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='270' y='270' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='270' y='330' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='270' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='270' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='270' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='270' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='330' y='30' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='330' y='90' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='330' y='150' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='330' y='210' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='330' y='270' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='330' y='330' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='330' y='390' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='330' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='330' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='330' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='390' y='30' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='390' y='90' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='390' y='150' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='390' y='210' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='390' y='270' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='390' y='330' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='390' y='390' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='390' y='450' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='390' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='390' y='570' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='450' y='30' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='450' y='90' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='450' y='150' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='450' y='210' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='450' y='270' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='450' y='330' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='450' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='450' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='450' y='510' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='450' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='510' y='30' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='510' y='90' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='510' y='150' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='510' y='210' stroke='rgba(205%2c 64%2c 99%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='510' y='270' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='510' y='330' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='510' y='390' stroke='rgba(235%2c 119%2c 32%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='510' y='450' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='510' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='510' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='570' y='30' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='570' y='90' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='570' y='150' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='570' y='210' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='570' y='270' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='570' y='330' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='570' y='390' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='570' y='450' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='570' y='510' stroke='rgba(45%2c 172%2c 187%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='570' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='630' y='30' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='630' y='90' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='630' y='150' stroke='rgba(205%2c 64%2c 99%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='630' y='210' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='630' y='270' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='630' y='330' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='630' y='390' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1090' x='630' y='450' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='630' y='510' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='630' y='570' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='690' y='30' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='690' y='90' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='690' y='150' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='690' y='210' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='690' y='270' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='690' y='330' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='690' y='390' stroke='rgba(235%2c 119%2c 32%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='690' y='450' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='690' y='510' stroke='rgba(242%2c 173%2c 30%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='690' y='570' stroke='rgba(45%2c 172%2c 187%2c 1)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0 30px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #CD4063;
}

.faq .faq-container .faq-active h3 {
  color: #2dacbb;
}

.faq .faq-container .faq-active .faq-content {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
  color: #FFF;
}

.faq .faq-container .faq-active .faq-toggle {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #CD4063;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background: color-mix(in srgb, #CD4063, transparent 90%);
  padding: 30px;
  border-radius: 15px;
  height: 100%;
}

.contact .info-item i {
  font-size: 24px;
  line-height: 0;
  color: #CD4063;
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #CD4063;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.wpforms-container {
  margin: 0 !important;
}
.wpforms-container form {
  border-radius: 15px !important;
  padding: 15px !important;
  background: color-mix(in srgb, #CD4063, transparent 90%) !important;
}
.wpforms-container form input, .wpforms-container form textarea {
  background: rgba(255, 255, 255, 0.55) !important;
}
.wpforms-container form input {
  border-radius: 50px !important;
}
.wpforms-container form textarea {
  border-radius: 15px !important;
}
.wpforms-container form label {
  color: #CD4063 !important;
}
.wpforms-container form button {
  background: #CD4063 !important;
  border-radius: 50px !important;
  font-family: "Quicksand", serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  padding: 8px 25px !important;
}

section.archive-product-page hr {
  color: rgba(255, 255, 255, 0.5);
}
section.archive-product-page .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-left: 0;
}
section.archive-product-page .wc-page-title, section.single-product-page .wc-page-title, section.cart-page .wc-page-title, section.checkout-page .wc-page-title, section.thankyou-page .wc-page-title {
  color: #FFF;
}
section.archive-product-page hr, section.single-product-page hr, section.cart-page hr, section.checkout-page hr, section.thankyou-page hr {
  color: rgba(255, 255, 255, 0.5);
}

.product {
  background: rgba(255, 255, 255, 0.25);
  padding: 15px;
  border-radius: 10px;
}
.product .ticket-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.product .ticket-card .ticket-card-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.product .ticket-card .ticket-card-left .ticket-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.product .ticket-card .ticket-card-left .ticket-heading h2 {
  font-size: 20px;
}
.product .ticket-card .ticket-card-left .ticket-description p {
  color: #FFF;
}
.product .ticket-card .ticket-card-left .low-stock-warning {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 5px;
  border-radius: 10px;
  background: #a14747;
  color: #FFF;
  border: 1px solid #ffc4c4;
}
.product .ticket-card .ticket-card-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .product .ticket-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product .ticket-card .ticket-card-left .ticket-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
  }
  .product .ticket-card .ticket-card-left .ticket-heading h2 {
    color: #FFF;
    margin-bottom: 10px;
  }
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  /* Stijl de quantity-container */
  /* Stijl de minus- en plusknoppen */
  /* Stijl het inputveld in het midden */
  /* Verwijder de standaard opmaak voor de input */
}
.cart .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.cart .qty-minus, .cart .qty-plus {
  background-color: #CD4063;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 22px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #FFF;
  border: none;
}
.cart .qty-minus:hover, .cart .qty-minus:focus, .cart .qty-plus:hover, .cart .qty-plus:focus {
  background: color-mix(in srgb, #CD4063, transparent 10%);
}
.cart .quantity .input-text {
  text-align: center;
  width: 50px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.cart .quantity .input-text::-webkit-outer-spin-button,
.cart .quantity .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart .single_add_to_cart_button {
  background: #2dacbb;
  color: #FFF;
  font-size: 16px;
  border-radius: 50px;
  border: none;
  text-transform: uppercase;
  padding: 8px 25px;
}
.cart .single_add_to_cart_button:hover, .cart .single_add_to_cart_button:focus {
  background: color-mix(in srgb, #2dacbb, transparent 10%);
}

.view-product-button {
  background: #2dacbb;
  color: #FFF;
  font-size: 16px;
  border-radius: 50px;
  border: none;
  text-transform: uppercase;
  padding: 8px 25px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.view-product-button:hover, .view-product-button:focus {
  background: color-mix(in srgb, #2dacbb, transparent 10%);
  color: #FFF;
}

.cart-page .shop_table {
  display: table;
  background: rgba(255, 255, 255, 0.25);
  table-layout: fixed !important;
  position: relative;
}
.cart-page .shop_table tr {
  position: relative;
}
.cart-page .shop_table thead {
  position: relative;
  background: #CD4063;
  border-radius: 5px 5px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.cart-page .shop_table thead th {
  color: #FFF;
}
@media (min-width: 768px) {
  .cart-page .shop_table thead .product-remove {
    width: 5%;
  }
}
@media (min-width: 768px) {
  .cart-page .shop_table thead .product-subtotal {
    width: 15%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cart-page .shop_table thead .product-quantity {
    width: 10%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cart-page .shop_table thead .product-price {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .cart-page .shop_table thead .product-name {
    width: 50%;
  }
}
.cart-page .shop_table tbody .cart_item:nth-child(odd) {
  background-color: #9a8181;
}
@media (max-width: 768px) {
  .cart-page .shop_table tbody .cart_item .product-remove {
    display: none;
  }
}
@media (min-width: 768px) {
  .cart-page .shop_table tbody .cart_item .product-remove {
    width: 5%;
  }
}
.cart-page .shop_table tbody .cart_item .product-remove a {
  color: #FFF !important;
  background: var(--wc-red);
}
.cart-page .shop_table tbody .cart_item .product-remove a:hover, .cart-page .shop_table tbody .cart_item .product-remove a:focus {
  color: var(--wc-red) !important;
  background: #FFF;
}
@media (min-width: 768px) {
  .cart-page .shop_table tbody .cart_item .product-name {
    width: 50%;
  }
}
.cart-page .shop_table tbody .cart_item .product-name a {
  color: #FFF;
}
@media (min-width: 768px) {
  .cart-page .shop_table tbody .cart_item .product-price {
    width: 20%;
  }
}
.cart-page .shop_table tbody .cart_item .product-price span {
  color: #f2ad1e;
}
@media (min-width: 768px) {
  .cart-page .shop_table tbody .cart_item .product-quantity {
    width: 10%;
  }
  .cart-page .shop_table tbody .cart_item .product-quantity .quantity {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cart-page .shop_table tbody .cart_item .product-quantity input {
  background: rgba(255, 255, 255, 0.8);
}
.cart-page .shop_table tbody .cart_item .product-subtotal span {
  color: #FFF;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cart-page .shop_table tbody .cart_item .product-subtotal {
    width: 15%;
    text-align: end;
  }
}
.cart-page .shop_table tbody .actions {
  background: #2dacbb;
}
.cart-page .shop_table tbody .actions .coupon {
  position: relative;
  text-align: left !important;
}
.cart-page .shop_table tbody .actions .coupon input {
  border: none;
  background: rgba(255, 255, 255, 0.55) !important;
  border-radius: 50px 0 0 50px !important;
  padding: 5px 10px;
  width: auto !important;
  color: #201b24;
  float: none !important;
}
.cart-page .shop_table tbody .actions .coupon input::-webkit-input-placeholder {
  color: #201b24 !important;
}
.cart-page .shop_table tbody .actions .coupon input::-moz-placeholder {
  color: #201b24 !important;
}
.cart-page .shop_table tbody .actions .coupon input:-ms-input-placeholder {
  color: #201b24 !important;
}
.cart-page .shop_table tbody .actions .coupon input::-ms-input-placeholder {
  color: #201b24 !important;
}
.cart-page .shop_table tbody .actions .coupon input::placeholder {
  color: #201b24 !important;
}
.cart-page .shop_table tbody .actions .coupon .button {
  color: #FFF;
  background: #CD4063;
  font-size: 15px;
  padding: 5px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 0 50px 50px 0;
  height: 100%;
  line-height: 1.5em;
  border: 1px solid #CD4063;
}
.cart-page .shop_table tbody .mobile-table-head {
  background: #CD4063;
}
@media (min-width: 768px) {
  .cart-page .shop_table tbody .mobile-table-head {
    display: none;
  }
}
.cart-page .shop_table tbody .mobile-table-head td {
  width: 100%;
  color: #FFF;
  font-weight: 500;
  text-align: left !important;
}
.cart-page .shop_table tbody .mobile-table-head td:before {
  content: "";
}
.cart-page .cart-collaterals .cart_totals {
  float: none !important;
}
.cart-page .cart-collaterals .cart_totals h2 {
  color: #FFF !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.cart-page .cart-collaterals .cart_totals .cart-subtotal th, .cart-page .cart-collaterals .cart_totals .cart-subtotal td, .cart-page .cart-collaterals .cart_totals .order-total th, .cart-page .cart-collaterals .cart_totals .order-total td {
  color: #FFF;
}
.cart-page .cart-collaterals .cart_totals .checkout-button {
  color: #FFF;
  background: #CD4063;
  font-size: 15px;
  padding: 8px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 50px;
  margin-left: -4px;
  height: 100%;
  line-height: 1.5em;
  border: 1px solid #CD4063;
}
.cart-page .cart-collaterals .cart_totals .checkout-button:hover, .cart-page .cart-collaterals .cart_totals .checkout-button:focus {
  background: color-mix(in srgb, #CD4063, transparent 90%);
  color: #FFF;
}
.cart-page .return-to-shop .button {
  color: #FFF;
  background: #CD4063;
  font-size: 15px;
  padding: 8px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 50px;
  height: 100%;
  line-height: 1.5em;
  border: 1px solid #CD4063;
}
.cart-page .return-to-shop .button:hover, .cart-page .return-to-shop .button:focus {
  background: color-mix(in srgb, #CD4063, transparent 90%);
  color: #FFF;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background: rgba(255, 255, 255, 0.2);
  color: #FFF !important;
}

.checkout-page form.woocommerce-checkout {
  border-radius: 15px !important;
  padding: 15px !important;
  background: rgba(255, 255, 255, 0.2);
}
.checkout-page form.woocommerce-checkout h3 {
  color: #FFF;
}
.checkout-page form.woocommerce-checkout input, .checkout-page form.woocommerce-checkout textarea {
  background: color-mix(in srgb, #f2ad1e, transparent 90%) !important;
  border: 1px solid #f2ad1e !important;
  color: #FFF !important;
}
.checkout-page form.woocommerce-checkout #billing_country_field {
  display: none;
}
.checkout-page form.woocommerce-checkout input {
  border-radius: 50px !important;
  color: #FFF;
}
.checkout-page form.woocommerce-checkout label {
  color: #FFF;
}
.checkout-page form.woocommerce-checkout .input-text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.checkout-page form.woocommerce-checkout .input-text::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.checkout-page form.woocommerce-checkout .input-text:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.checkout-page form.woocommerce-checkout .input-text::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.checkout-page form.woocommerce-checkout .input-text::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.checkout-page form.woocommerce-checkout .ticket-info-header {
  margin-top: 20px;
}
.checkout-page .tickera_owner_info h2 {
  font-size: 20px;
}
.checkout-page .tickera_owner_info .owner-info-wrap h5 {
  font-size: 18px;
  color: #FFF;
}
.checkout-page .tickera_owner_info .owner-info-wrap .fields-wrap label {
  color: #FFF;
}
.checkout-page .tickera_owner_info .owner-info-wrap .fields-wrap label.has-error {
  color: var(--wc-red);
}
.checkout-page .tickera_owner_info .owner-info-wrap .fields-wrap label span {
  margin: 0;
}
.checkout-page .tickera_owner_info .owner-info-wrap .fields-wrap input {
  width: 100%;
}
.checkout-page .woocommerce-checkout-review-order .shop_table {
  background: rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
}
.checkout-page .woocommerce-checkout-review-order .shop_table thead {
  background: #CD4063;
}
.checkout-page .woocommerce-checkout-review-order .shop_table thead th {
  color: #FFF;
}
.checkout-page .woocommerce-checkout-review-order .shop_table tbody, .checkout-page .woocommerce-checkout-review-order .shop_table tfoot {
  color: #FFF;
}
.checkout-page .woocommerce-checkout-review-order .woocommerce-privacy-policy-text {
  color: rgba(255, 255, 255, 0.8);
}
.checkout-page .woocommerce-checkout-review-order #place_order {
  color: #FFF;
  background: #CD4063;
  font-size: 15px;
  padding: 8px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 50px;
  height: 100%;
  line-height: 1.5em;
  border: 1px solid #CD4063;
}
.checkout-page .woocommerce-checkout-review-order #place_order:hover, .checkout-page .woocommerce-checkout-review-order #place_order:focus {
  background: color-mix(in srgb, #CD4063, transparent 90%);
  color: #FFF;
}

.thankyou-page .woocommerce-order {
  border-radius: 15px !important;
  padding: 15px !important;
  background: color-mix(in srgb, #add8e6, transparent 90%);
  color: #FFF;
}
.thankyou-page .woocommerce-order .woocommerce-order-overview {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding-left: 0;
}
@media (max-width: 768px) {
  .thankyou-page .woocommerce-order .woocommerce-order-overview li {
    width: 100%;
    border-right: none;
    margin-bottom: 2px;
    border-bottom: 1px dashed #cfc8d8;
  }
}
.thankyou-page .woocommerce-order .woocommerce-order-details {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding: 20px 0;
}
.thankyou-page .woocommerce-order .woocommerce-order-details h2 {
  color: #FFF;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .button {
  color: #FFF;
  background: #CD4063;
  font-size: 15px;
  padding: 8px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 50px;
  height: 100%;
  line-height: 1.5em;
  border: 1px solid #CD4063;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .button:hover, .thankyou-page .woocommerce-order .woocommerce-order-details .button:focus {
  background: color-mix(in srgb, #CD4063, transparent 90%);
  color: #FFF;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details {
  background: rgba(255, 255, 255, 0.3);
  border-collapse: collapse;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead {
  background: #CD4063;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details thead th {
  color: #FFF;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody, .thankyou-page .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot {
  color: #FFF;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tbody a, .thankyou-page .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details tfoot a {
  color: #f2ad1e;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .order-details {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .order-details tr:first-of-type {
  background: #CD4063;
  border-radius: 5px 5px 0 0;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .order-details th, .thankyou-page .woocommerce-order .woocommerce-order-details .order-details td {
  padding: 9px 12px;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .order-details td[data-column=Ticket] a {
  color: #FFF;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .order-details td[data-column=Ticket] a {
  color: #FFF;
  background: #2dacbb;
  font-size: 15px;
  padding: 8px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  border-radius: 50px;
  height: 100%;
  line-height: 1.5em;
  border: 1px solid #2dacbb;
}
.thankyou-page .woocommerce-order .woocommerce-order-details .order-details td[data-column=Ticket] a:hover, .thankyou-page .woocommerce-order .woocommerce-order-details .order-details td[data-column=Ticket] a:focus {
  background: color-mix(in srgb, #2dacbb, transparent 90%);
  color: #FFF;
}
.thankyou-page .woocommerce-order .woocommerce-customer-details {
  padding: 0;
}
.thankyou-page .woocommerce-order .woocommerce-customer-details h2 {
  color: #FFF;
}
.thankyou-page .woocommerce-order .woocommerce-customer-details address {
  background: rgba(255, 255, 255, 0.3);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }
  .navmenu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navmenu li {
    position: relative;
  }
  .navmenu li a {
    text-transform: uppercase;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #FFF;
    padding: 18px 12px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navmenu li:last-child a {
    padding-right: 0;
  }
  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #f2ad1e;
  }
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #FFF;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9998;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #2dacbb;
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}
/* Listing Dropdown - Desktop */
@media (min-width: 1200px) {
  .navmenu .listing-dropdown {
    position: static;
  }
  .navmenu .listing-dropdown ul {
    margin: 0;
    padding: 10px;
    background: var(--nav-dropdown-background-color);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }
  .navmenu .listing-dropdown ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .navmenu .listing-dropdown ul li a,
  .navmenu .listing-dropdown ul li:hover > a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--nav-dropdown-color);
    background-color: var(--nav-dropdown-background-color);
  }
  .navmenu .listing-dropdown ul li a:hover,
  .navmenu .listing-dropdown ul li .active,
  .navmenu .listing-dropdown ul li .active:hover {
    color: var(--nav-dropdown-hover-color);
    background-color: var(--nav-dropdown-background-color);
  }
  .navmenu .listing-dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}
/* Listing Dropdown - Mobile */
@media (max-width: 1199px) {
  .navmenu .listing-dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navmenu .listing-dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .listing-dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
}
.hero .gradient-overlay {
  background: linear-gradient(135deg, #201b24 0%, #201b24 25%, #201b24 50%, #2dacbb 100%);
  background: #201b24;
  background-image: url("../../assets/img/header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.65;
  pointer-events: none;
}
.hero .hero-image {
  max-width: 80%;
  width: 400px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 60vh;
  max-height: 80vh;
  position: relative;
  padding: 80px 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background: url(../img/wave.svg) top center no-repeat;*/
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #f2ad1e;
  text-transform: uppercase;
}

.hero h3 {
  color: #FFF;
}

.hero p {
  color: #FFF;
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: color-mix(in srgb, #Eb7720, transparent 90%);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 40px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  border: 1px solid #Eb7720;
  border-radius: 50px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, #Eb7720, transparent 15%);
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.hero .btn-watch-video {
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes up-down {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
section.light-section {
  background: #fffaec;
}
section.light-section .section-title h2 {
  background: color-mix(in srgb, #CD4063, transparent 90%);
  color: #CD4063;
}
section.light-section .section-title p {
  color: #CD4063;
}
section.dark-section {
  background: #201b24;
}
section.dark-section .section-title h2 {
  background: color-mix(in srgb, #f2ad1e, transparent 90%);
  color: #f2ad1e;
}
section.dark-section .section-title p {
  color: #FFF;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, #f2ad1e, transparent 90%);
  color: #f2ad1e;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
}

.section-title p {
  color: #Eb7720;
  margin: 10px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title p .description-title {
  color: var(--accent-color);
}

.section-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  width: 100%;
}
.section-divider .block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tickera-section .container {
  background: var(--surface-color);
  padding: 15px;
  border-radius: 5px;
}
.tickera-section .container h3 {
  color: #FFF;
}
.tickera-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: "Arial", sans-serif;
}
.tickera-section table th, .tickera-section table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.tickera-section table th {
  background-color: var(--accent-color);
  color: white;
  text-transform: uppercase;
}
.tickera-section table th:last-of-type {
  color: var(--accent-color);
}
.tickera-section table tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.tickera-section table td {
  color: #FFF;
  font-size: 14px;
}
.tickera-section table .cart_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tickera-section table .add_to_cart {
  background-color: var(--heading-color);
  color: white;
  padding: 10px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-right: 10px;
}
.tickera-section table .add_to_cart:hover {
  background-color: #00b4ff;
}
.tickera-section table .add_to_cart.added {
  background-color: #ddd;
  color: #999;
  cursor: not-allowed;
}
.tickera-section table .tc_in_cart {
  color: #00b4ff;
  font-size: 14px;
  text-align: right;
}
.tickera-section table .tc_in_cart a {
  text-decoration: underline;
  color: #00b4ff;
  font-weight: bold;
  margin-left: 5px;
}
.tickera-section table .tc_in_cart a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .tickera-section table th, .tickera-section table td {
    font-size: 12px;
    padding: 10px;
  }
  .tickera-section table .event_tickets {
    border: 0;
  }
  .tickera-section table td::before {
    content: attr(data-column);
    font-weight: bold;
    display: block;
    color: rgba(255, 255, 255, 0.8);
  }
}
.tickera-section .tickera-input-field {
  width: 100%;
  max-width: 450px;
}

.white {
  color: #FFF;
}