body {
  overflow-x: hidden;
  height: 100%;
  width: 100%; }

.scroller {
  height: 100vh; }

ul {
  list-style: none;
  /* Remove default bullets */ }

ul li {
  padding-left: 17px; }

ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F494E5;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -17px;
  /* Also needed for space (tweak if needed) */ }

.nav-active {
  display: block !important;
  opacity: 0; }

.car-card-active {
  opacity: 1; }

.menu-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1; }

.menu-img-wrap {
  width: 30vw;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  padding-bottom: 25vw; }

.home-img {
  height: 200px; }

.insta-img {
  height: 200px;
  width: 100%; }

.nav-menu-item {
  padding-left: 0; }

.bottom-gradient {
  border: solid;
  border-width: 0 0 2px 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #FFC422, #7A4589, #FF2FAD); }

.bottom-gradient-2 {
  border: solid;
  border-width: 0 0 2px 0;
  border-image-slice: 1;
  border-image-source: linear-gradient(to left, #FF2FAD, #7A4589); }

.active-btn {
  border: 2px #F494E5 solid;
  color: #F494E5 !important;
  background-color: rgba(0, 0, 0, 0) !important; }

.noise {
  pointer-events: none !important;
  position: absolute;
  z-index: 10000;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .noise:after {
    content: "";
    pointer-events: none;
    background-blend-mode: difference;
    opacity: .2;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    overflow: hidden; }

.fullDesktop {
  height: 80vh; }

.img800 {
  height: 300px; }

.img500 {
  height: 200px; }

.overlayImg1 {
  right: 10%; }

.overlayImg2 {
  left: 20%; }

.cards {
  height: 50vh; }

.inputWhite {
  border-color: white;
  border-style: solid;
  border-width: 0; }
  .inputWhite::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
    text-transform: uppercase; }
  .inputWhite:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }
  .inputWhite::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white; }

.pink-underline.__small {
  background-image: url("../brand/menu-hover-bar.svg"); }

.pink-underline.__large {
  background-image: url("../brand/menu-hover-bar-large.svg"); }

.pink-underline {
  background-size: 100%;
  background-position: 100%;
  z-index: 100;
  width: 100%;
  height: 100%;
  mix-blend-mode: difference;
  opacity: 1;
  background-repeat: no-repeat;
  position: absolute;
  background-position: 0% 90%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path .3s; }

.btn-main-bg {
  background: linear-gradient(to right, #7A4589, #FD30AD, #F494E5);
  background-size: 100%;
  background-position: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  background-position: 100% 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path .3s; }

.btn-menu-bg {
  background: linear-gradient(to right, #7A4589, #FD30AD, #F494E5);
  background-size: 100%;
  background-position: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  background-position: 100% 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path .3s; }

.arrow-btn-bg {
  background: linear-gradient(to right, #7A4589, #FD30AD, #F494E5);
  background-size: 100%;
  background-position: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  background-position: 100% 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path .3s; }

.rsvpBtn:after {
  display: block;
  content: '';
  border-bottom: solid 2px #626262;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 0% 50%; }

.rsvpBtn:hover:after {
  transform: scaleX(1); }

.active-header {
  opacity: 1; }

@media (min-width: 700px) {
  .home-img {
    height: 400px; }
  .insta-img {
    height: 400px;
    width: 400px; }
  .fullDesktop {
    height: 90vh; }
  .img800 {
    height: 600px; }
  .img500 {
    height: 350px; }
  .overlayImg1 {
    right: auto;
    left: 10%; }
  .overlayImg2 {
    left: auto;
    right: 10%; }
  .cards {
    height: 65vh; } }

@media (min-width: 1200px) {
  .fullDesktop {
    height: 100vh; }
  .img800 {
    height: 800px; }
  .img500 {
    height: 500px; }
  .overlayImg1 {
    right: auto;
    left: 30%; }
  .overlayImg2 {
    left: auto;
    right: 30%; }
  .cards {
    height: 80vh; } }

@tailwind base;
@tailwind components;
@tailwind utilities;

