* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #000;
  overflow-x: hidden;
  width: 100vw;
}
.caudex-bold,
.caudex-regular {
  font-family: Caudex, serif;
  font-style: normal;
}
.popup-benfits-subheading h3,
.popup-heading-container .popup-subheading h2 {
  background-image: linear-gradient(109.6deg, #e46be8 11.2%, #571be2 96.7%);
  color: transparent;
}
.caudex-regular {
  font-weight: 400;
}
.caudex-bold {
  font-weight: 700;
}
.caudex-bold-italic,
.caudex-regular-italic {
  font-family: Caudex, serif;
  font-style: italic;
}
.caudex-regular-italic {
  font-weight: 400;
}
.caudex-bold-italic {
  font-weight: 700;
}
.popup-benfits-subheading h3,
.popup-heading-container .popup-subheading h2,
.text-overlay {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.popup-carousel-container {
  position: relative;
  width: 100%;
}
.popup-carousel-video {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  z-index: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  .text-overlay {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .popup-carousel-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
.popup-heading-container {
  max-width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
.popup-heading-container .popup-subheading h2 {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  -webkit-background-clip: text;
  background-clip: text;
}
.popup-heading-container .popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.popup-benfits-subheading,
.row {
  display: flex;
  justify-content: center;
}
.popup-heading-container .popup-content p {
  margin: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: 'GT America Mono';
  line-height: 1.5em;
  padding: 0 20px;
}
.popup-benfits-subheading {
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.popup-benfits-subheading h3 {
  margin-top: 60px;
  font-size: 35px;
  -webkit-background-clip: text;
  background-clip: text;
}
.popup-benfits-container {
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 20px;
}
.center-row {
  justify-content: center;
}
h2 {
  font-weight: 600;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 20px;
}

.flip {
  position: relative;

  > .front,
  > .back {
    display: block;

    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);

    transition-duration: 0.5s;

    transition-property: transform, opacity;

    margin-top: 60px;
  }

  > .front {
    transform: rotateY(0deg);
  }

  > .back {
    position: absolute;

    opacity: 0;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    transform: rotateY(-180deg);
  }

  &:hover {
    > .front {
      transform: rotateY(180deg);
    }

    > .back {
      opacity: 1;

      transform: rotateY(0deg);
    }
  }

  &.flip-vertical {
    > .back {
      transform: rotateX(-180deg);
    }

    &:hover {
      > .front {
        transform: rotateX(180deg);
      }

      > .back {
        transform: rotateX(0deg);
      }
    }
  }
}

.flip-vertical {
  width: calc(33.33% - 20px);

  perspective: 1000px;
}

.flip {
  position: relative;

  display: inline-block;

  margin-right: 20px;

  margin-bottom: 20px;

  width: 400px;

  > .front,
  > .back {
    display: block;

    color: white;

    width: inherit;

    background-size: cover !important;

    /* background-position: center !important; */

    height: 300px;

    padding: 1em 2em;

    background: #313131;

    border-radius: 10px;

    width: 100%;

    p {
      font-size: 1rem;

      line-height: 160%;

      color: #fff;
    }
  }
}

.popup-cta-container,
.popup-rental-container {
  text-align: center;
  padding: 20px;
}
#booth-size,
.accordion-header {
  cursor: pointer;
  font-size: 16px;
}
.flip-card,
.flip-card__container,
.inside-page {
  right: 0;
  position: absolute;
}
.text-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04),
    3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04),
    0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04),
    7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04),
    9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04),
    11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04),
    13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04),
    0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04),
    17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04),
    19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}
.popup-container-centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  background-image: url('/assets/us_live_html/videos/Slide 16_9 - 3.png');
  height: auto;
  background-size: cover;
  background-position: center;
  margin-top: 40px;
}
.popup-show-list-form-card {
  width: 100%;
  max-width: 400px;
  height: 400px;
  border-radius: 8px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  background: red;
}
.popup-show-list-form-card h3 {
  color: #fff;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.popup-show-content {
  flex: 1;
  width: calc(100% - 40px);
  margin-right: 20px;
  font-family: Caudex, serif;
}
.popup-show-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.popup-show-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  padding: 30px;
}
.popup-reantal-subheading p,
.show-list-heading h3 {
  background-image: linear-gradient(109.6deg, #e46be8 11.2%, #571be2 96.7%);
  color: transparent;
}
.dropdown-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#booth-size {
  padding: 5px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: 0;
  background-color: #fff;
}
#booth-size:focus,
#booth-size:hover {
  border-color: #007bff;
}
.usp-container {
  margin-top: 50px;
  text-align: center;
}
.show-list-heading {
  margin-bottom: 10px;
  text-align: center;
  overflow: auto;
}
.show-list-heading h3 {
  font-size: 35px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  animation: 1s forwards slideIn;
}
.popup-cta-container h3,
.popup-reantal-subheading p {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
.popup-cta-container {
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100px;
}
.popup-cta-container h3 {
  margin: 0;
  font-size: 40px;
  font-stretch: 100%;
  font-weight: 200;
  position: absolute;
  animation: 20s linear infinite slide-left;
  white-space: nowrap;
}
@keyframes slide-left {
  100% {
    transform: translateX(-70%);
  }
}
.popup-reantal-subheading p {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
}
.accordion-container {
  display: flex;
  justify-content: center;
}
.accordion {
  width: 700px;
  border: 1px solid #ccc;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
  text-align: left;
  margin-bottom: 20px;
}
.accordion-header {
  display: block;
  width: 100%;
  padding: 20px 30px;
  color: #fff;
  background-color: #000;
  border: none;
  outline: 0;
  font-weight: 700;
  transition: background-color 0.3s;
  box-shadow: 0 0 0 2px transparent, 0 0 0 2px #e46be8, 0 0 0 3px;
}
.accordion-content {
  display: none;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  height: auto;
}
.accordion-content p {
  font-size: 15px;
  line-height: 1.5em;
}
.accordion-item.expanded .accordion-content {
  display: block;
}
::after,
::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
.main {
  background: linear-gradient(to bottom right, #eee8dd, #e3d9c6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
.card-area,
.card-section {
  align-items: center;
  display: flex;
  height: 100%;
}
.card-area {
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding: 1rem;
}
.card-section {
  justify-content: center;
  width: 100%;
}
.card-front__bt,
.card-front__tp {
  align-items: center;
  display: flex;
}
.card,
.flip-card {
  height: 15rem;
  width: 15rem;
  transition: 1s;
}
.card {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: -0.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.5);
  position: relative;
}
.flip-card {
  perspective: 100rem;
  visibility: hidden;
  z-index: 100;
}
.flip-card > * {
  visibility: visible;
}
.flip-card__container {
  height: 100%;
  transform-origin: left;
  transform-style: preserve-3d;
  transition: 1s;
  width: 100%;
}
.card-back,
.card-front {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.card-front {
  background-color: #fafbfa;
  height: 15rem;
  width: 15rem;
}
.card-front__tp {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
  flex-direction: column;
  height: 12rem;
  justify-content: center;
  padding: 0.75rem;
}
.card-front__tp--city {
  background: linear-gradient(to bottom, #ff73b9, #ff40a1);
}
.card-front__tp--ski {
  background: linear-gradient(to bottom, #47c2d7, #279eb2);
}
.card-front__tp--beach {
  background: linear-gradient(to bottom, #fb9b88, #f86647);
}
.card-front__tp--camping {
  background: linear-gradient(to bottom, #00db93, #00b97d);
}
.card-back,
.inside-page {
  background-color: #fafbfa;
}
.card-front__bt {
  justify-content: center;
}
.card-back {
  transform: rotateY(180deg);
}
.video__container {
  clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
  height: auto;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}
.inside-page {
  box-shadow: inset 20rem 0 5rem -2.5rem rgba(0, 0, 0, 0.25);
  height: 100%;
  padding: 1rem;
  transition: 1s;
  width: 15rem;
  z-index: 1;
}
.inside-page__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  width: 100%;
}
.card:hover {
  box-shadow: -0.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.75);
  width: 30rem;
}
.card:hover .flip-card__container {
  transform: rotateY(-180deg);
}
.card:hover .inside-page {
  box-shadow: inset 1rem 0 5rem -2.5rem rgba(0, 0, 0, 0.1);
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.btn-grad {
  background-image: linear-gradient(
    to right,
    #f09819 0,
    #edde5d 51%,
    #f09819 100%
  );
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}
.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.usp-container {
  /* width: 1200px !important; */

  padding: 0 !important;

  margin-right: auto;

  margin-left: auto;

  @media screen and (min-width: 992px) and (max-width: 1439px) {
    max-width: 1279px !important;

    padding: 0 !important;

    margin: 0 80px !important;

    width: auto !important;
  }

  @media screen and (max-width: 991px) {
    max-width: 959px !important;

    margin: 0 16px !important;

    padding: 0 !important;

    width: auto !important;
  }
}

.gradient-cards {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 32px;

  padding: 30px;

  @media screen and (max-width: 991px) {
    grid-template-columns: 1fr;
  }
}

.bg-blue-box,
.bg-white-box,
.bg-yellow-box,
.container-card {
  position: relative;
}
.container-title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  background-image: linear-gradient(109.6deg, #e46be8 11.2%, #571be2 96.7%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.gradient-card {
  max-width: 550px;
  border: 0;
  width: 100%;
  margin-inline: auto;
}
.container-card {
  border: 2px solid transparent;
  background: linear-gradient(71deg, #080509, #1a171c, #080509);
  background-clip: padding-box;
  border-radius: 45px;
  padding: 40px;
}
.bg-blue-box::after,
.bg-green-box::after,
.bg-white-box::after,
.bg-yellow-box::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: '';
  z-index: -1;
  border-radius: 45px;
}
.bg-green-box::after {
  background: linear-gradient(71deg, #0d1212, #3da077, #0d1212);
}
.bg-white-box::after {
  background: linear-gradient(71deg, #121013, #b0afb0, #121013);
}
.bg-yellow-box::after {
  background: linear-gradient(71deg, #110e0e, #afa220, #110e0e);
}
.bg-blue-box::after {
  background: linear-gradient(71deg, #0c0a0e, #5f6fad, #0c0a0e);
}
.card-title {
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 40px;
  font-style: normal;
  font-size: 28px;
  padding-bottom: 8px;
}
.card-description {
  font-weight: 600;
  line-height: 32px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  max-width: 470px;
}
.fade_rule {
  height: 1px;
  background-color: #424ca8;
  width: 66em;
  margin: 0 auto;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0.02, #3c9dc6),
    color-stop(0.5, gray),
    color-stop(0.98, #af4242)
  );
}
.email-popup-card {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 300px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
  z-index: 9999;
}
.email-popup-card.show {
  display: block;
}
.email-popup-form input[type='email'],
.email-popup-form input[type='submit'],
.email-popup-form input[type='text'] {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media only screen and (max-width: 600px) {
  .email-popup-card {
    width: 90%;
    max-width: none;
  }
}
.email-popup-form input[type='email'],
.email-popup-form input[type='submit'],
.email-popup-form select {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
}
.email-popup-form input[type='button'],
.email-popup-form input[type='submit'] {
  background-color: #4caf50;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.email-popup-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19 9l-7 7-7-7"></path></svg>');
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 30px;
  margin-top: 10px;
}
.email-popup-form input[type='button']:hover,
.email-popup-form input[type='submit']:hover {
  background-color: #45a049;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: 0 0;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}
.close-btn:hover {
  color: #666;
}
.email-popup-form input[type='button'] {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}
