@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;400;500;600;700;800;900&family=Montserrat:wght@400;500;700&family=Oswald:wght@400;500;700&family=Permanent+Marker&display=swap');

html {
    overflow-x: hidden;
    background-color: #000;
}

* {

    box-sizing: border-box;

    text-decoration: none;

}
a:link {
    text-decoration: none;
    color:rgb(151, 72, 148);
}

h2 {

    font-family: 'Oswald',sans-serif;

}



body {
    background-color: #000;

    position: relative;

    font-family: 'Montserrat',sans-serif;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    min-height: 100vh;

    margin: 0;

    padding: 0;

    overflow-y: hidden;



}



.page-container {

    background-color: #000;

    width:100%;

    height: 100%;

    overflow-x: hidden;

    overflow-y: hidden !important;

}

/* Start Navigation */

.main-menu {

    position: fixed;

    top: -50px;

    right: 0;

    width:auto;

    height: auto;

    color: #fff;

    display: flex;

    flex-direction: column;

    z-index: 1;

    transition: top .4s ease;
    overflow: hidden;

}

.fa-bars {

    background-color: rgba(0,0,0,.5);

    position: absolute;

    top: 1rem;

    right: 1rem;

    font-size: 1.5rem;

    width: 2rem;

    height: auto;

    text-align: center;

    z-index: 2;

    padding:.2rem;

}



.nav {

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    align-items: flex-start;

    background-color: #000;

    transform: translateX(100%);

    transition: transform .5s ease;

    padding: 1rem 0rem 1rem .4rem;

    height: 10vh;

    transition: transform .5s ease, height 1s ease;
    
}

.nav.out {

    height: 100vh;

    transform: translate(0%);

    transition: transform .5s ease;

}

.nav a {

    font-family: "Oswald", sans-serif;

    font-size: 2rem;

    margin: .5rem 0;

    padding: 0 5rem 0 .5rem;

    text-decoration: none;

    color: #fff;

    border-bottom: 1px solid #fff;

    width: 100%;

}

/* End Navigation */

/* Start Banner */

.banner-section {
    background-color: #000;

    position: relative;

    top: -1.5rem;

    width: 100%;

    height: 100vh;

    margin-bottom: 0;

    padding: 0;

}

.banner-overlay {

    position: absolute;

    width:100%;

    height: 100%;

    top:0;

    left: 0;

    opacity: .8;

    object-fit: cover;

}

.banner-vid {

    background-color: #000;

    position: absolute;

    width:100%;

    height: 100vh;

    object-fit: cover;

    top:0;

    left:0;

    margin-bottom: 0;

}

/* End Banner */

/* Start Location */

.location-section{

    height: 100vh;

    width: 100%;

    position: relative;

    top: -1.5rem;

    color: #fff;

    text-shadow: 2px 2px 2px rgba(	255, 102, 196,1);

    text-align: center;

    font-size: 1.6rem;

}

.sign {

   width:100%;

   height: 35%;

   margin: 0;

}

.sign img {

    width:100%;

    height: 100%;

}



.info {

    height: 65%;

    margin: 0;

    background: url("/media/pinkMoneyBG.png");

    background-size: cover;

    background-repeat: no-repeat;

    font-weight: 500;

    text-shadow: 2px 1.5px 1px rgba(	255, 102, 196,1);



}

.location-section .addy {

    padding-top: 1rem;

    font-size: 2rem;

    text-align: center;

    margin: 0;

}



.location-section ul {

    padding: 0;

}

.location-section li{

    color: #fff;

    list-style: none;

}



.location-section .btn h2{

    background-color: #fff;

    font-size: 1.3rem;

    line-height: 1.3rem;

    padding: .4rem .5rem;

    border-radius: 35px;

    margin: auto;

    text-shadow: 1px 1px 1px rgba(	255, 102, 196,1);

    box-shadow:  

    2px 3px 5px rgba(	0, 0, 0,.3) inset,

    2px -3px 5px rgba(	0, 0, 0,.3) inset,

    -2px 0px 5px rgba(	0, 0, 0,.3) inset;

}

.location-section .btn{

   position: absolute;

   width: 200px;

   max-width: 40%;

   left: 0;

   right: 0;

   margin:auto;
}

.location-section .btn:hover {
    opacity: .9;
}

.location-section .btn:active{
    transform: scale(.98);
    color: rgba(151, 72, 148, 1 );
}

.location-section .btn::before {

    content: "";

    width: 30%;

    height: 100%;

    max-height: 100%;

    background: linear-gradient(to right, transparent, rgb(151, 72, 148), transparent);

    position: absolute;

    top: 0;

    left: 0;

    transform: skewX(-30deg);

    opacity: 0;

    animation: shine 4.5s ease .2s infinite ;

  }

  

  @keyframes shine {

    0% {

      opacity: 0;

      left: -5%;

    }

  

    10%{

      opacity: .4;

    }

    20% {

      opacity: .1;

      left: 80%;

    }

  

    100% {

        opacity: 0;

      left: 100%;

    }

  

  }

  /* End Location */

  /* Start Slideshow */



.slideshow-section {


    position: relative;

    top: -1.5rem;

    width: 100%;

    height:100vh;

}



.slideshow-text {

    background-color: rgba(151, 72, 148, .6 );

    position: absolute;

    display: flex;

    flex-direction: column;

    justify-content: center;

    height: 85%;

    width: 75%;

    max-width: 90%;

    top: 0;

    bottom: 0;

    left:0;

    right: 0;

    margin: auto;

}



.slideshow-section h2 {

    text-align: center;

    font-size: 2.5rem;

    line-height: 2.7rem;

    color: #38B6FF;

    position: relative;

    text-shadow: 2px 2px 2px rgba(255,255,255,1);

    margin-bottom: 0;

}



.slideshow-section p {

    max-width: 80%;

    position: relative;

    color: #fff;

    font-size: 1.5rem;

    text-align: center;

    margin-left: auto;

    margin-right: auto;

}



.slideshow { 

    margin: 0; 

    position: relative; 

    width: 100%; 

    height: 100%; 

    padding: 0; 

  }

  

  .slide { 

    position: absolute; 

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    transition: opacity 1.5s ease;

  }



  .slide img {

      width: 100%;

      height: 100%;

      object-fit: cover;

  }



  .slide.show {

      opacity: 1;

  }

  /* End Slideshow */

  /* Start Tables */





 .table-section {

     position: relative;

     top: -2.8rem;

     background-color: #000;

     width: 100%;

     height: 100vh;

     color: #fff;

 }

 .sparkler-vid {

     position: absolute;

     height: 100%;

     width: 100%;

     object-fit: cover;

 }

 .table-section .tiers {

     position: absolute;

     top: 0;

     bottom: 0;

     left: 0;

     right: 0;

     margin: auto;

     background-color: rgba(0,0,0,.6);

     width: 65%;

     height: 80%;
     max-width: 75%;
     display: flex;
     justify-content:center;
     align-items: center;
     flex-wrap: wrap;
 }
 .tier-heading {
    width:100%;
    text-align: center;
    margin-bottom: 0;
}

 h2.table-heading {

     font-size: 2rem;

     margin: 0;

     text-shadow:2px 2px 1px rgba(151, 72, 148, .9);

 }

 .tier {
    position: relative;
    margin: 0 1rem;
    text-align: center;
    height: auto;
    max-height: 100px;
}

 .tier h2 {

     font-size: 1.5rem;

     line-height: 1.5rem;

     margin-bottom: .5rem;

     text-shadow:2px 2px 1px rgba(151, 72, 148, .9);

 }

 .tier ul {

     margin: 0;

     padding: 0;

     

 }



 .tier li {

     font-weight: 500;

     list-style: none;

 } 
 .reserve-btn {
    width:100%;
    text-align: center;

}

 .tiers .btn{
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    margin:auto;
    background-color: #fff;
    min-width: 85px;
    max-width: 130px;
    padding: 0;
    border-radius: 20px;

 }

 .tiers .btn:hover{
     opacity: .9;
 }

 .tiers .btn:active{
    transform: scale(.95);
    color: rgba(151, 72, 148, 1 );
}




.tiers .btn h2 {

    font-size: 1.4rem;

    margin: 0;

    padding-bottom: .2rem;

    text-shadow: 1px 1px 1px rgba(	255, 102, 196,1);

    box-shadow:  

    2px 3px 5px rgba(	0, 0, 0,.3) inset,

    2px -3px 5px rgba(	0, 0, 0,.3) inset,

    -2px 0px 5px rgba(	0, 0, 0,.3) inset;

}



 .table-section .btn::before {

     content: "";

     width: 30%;

     height: 100%;

     max-height: 100%;

     background: linear-gradient(to right, transparent, rgb(151, 72, 148), transparent);

     position: absolute;

     top: 0;

     left: 0;

     transform: skewX(-30deg);

     opacity: 0;

     animation: shine 4.5s ease .2s infinite ;

   }

   

   @keyframes shine {

     0% {

       opacity: 0;

       left: -5%;

     }

   

     10%{

       opacity: .4;

     }

     20% {

       opacity: .1;

       left: 80%;

     }

   

     100% {

         opacity: 0;

       left: 100%;

     }

   }

  /* End Tables */

  /* Start Auditions */

  .auditions-section {

      background: url("media/auditionsbg2.png");

      background-position: center;

      background-repeat: no-repeat;

      background-size: cover;

      position: relative;

      width: 100%;

      height: 100vh;

      top: -2.8rem;

      display: flex;

      flex-direction: column;

      justify-content: center;

      align-items: center;

      color: #fff;

  }

  .photoshoot {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .8;
}

  .auditions-section .auditions-title {

      position: absolute;

      top: 2rem;

      margin-top: 0;

      padding-top: 0;

      font-family: 'Oswald', sans-serif;

      font-size: 3.5rem;

      letter-spacing: 5px;

      color: #fff;

      text-shadow:2px 2px 1px rgba(151, 72, 148, .8);

      text-align: center;
      line-height: 3.5rem;
      z-index: 1;

  }



  .auditions-section p {

    position: absolute;
    bottom: -1rem;

      text-align: center;

      line-height: 3.5rem;

      font-family: 'Oswald', sans-serif;

      font-size: 3rem;

      font-weight: 500;

      text-shadow:2px 2px 1px rgba(151, 72, 148, .8);

  }



  /* End Auditions */

/* Start Contact Page */

.contact-section {

    position: relative;

    top: -3rem;

    width: 100%;

    height: 100vh;

    background-image: url("media/bottles.jpg");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}

.contact-info {

    margin: auto;

    width: 90%;

    max-width: 500px;

    height: 90%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 0;



}

.contact-section .contact-heading{

    position: relative;

    font-size: 2.5rem;

    top: 2.8rem;

    min-width: 200px;

    max-width:80%;

    margin-top: 0;

    padding-bottom: .5rem;

    color: #fff;

    text-align: center;

    text-shadow:2px 2px 2px rgba(0, 0, 0,1),-2px -2px 2px rgba(0, 0, 0,1),2px -2px 2px rgba(0, 0, 0,1),-2px 2px 2px rgba(0, 0, 0,1);

    border-radius: 10px;

}

.contact {

    background-color: rgba(136,4,4,.8);

    padding: 1rem;

    color: #fff;

    display: flex;

    flex-direction: column;

    margin-top: 2rem;

    text-shadow:1px 1px 1px rgba(0, 0, 0,1),-1px -1px 1px rgba(0, 0, 0,1),1px -1px 1px rgba(0, 0, 0,1),-1px 1px 1px rgba(0, 0, 0,1);

    border-radius: 10px;

    width: 90%;

    min-width: 200px;

    max-width:100%;

    overflow: hidden;

    word-wrap: break-word;

}

.contact h2{

    font-size: 1.5rem;

    text-align: center;

    margin-bottom: 0;

    margin-top: .5rem;

}



.contact small {

    font-size: 1.3rem;

    align-self: center;

}



.contact li {

    font-size: .9rem;

    list-style: none;

    line-height: 1.1rem;

    letter-spacing: 1px;

    margin-left: 0;

    margin-bottom: .5rem;

}

.contact li a {
    color: #fff;
    text-decoration: none;
}
.contact a:link {
    color:#fff
}


.contact ul {

    padding-left: 0;

}

/* End Contact Page */
/* Start Footer */
.footer-section {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: auto;
    max-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    padding: 2rem;
}
.footer-section p {
    margin: 0;
}
.copyright {
    position: relative;
   
    
}
.btc {
    font-family: "Oswald", sans-serif;
}
/* End Footer */

/* Start responsiveness */
@media screen and (min-width:700px) {
    .sign {
        display: none;
    }
    .location-section .info {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .location-section .btn {
        position: relative;
        margin: 2rem auto ;
    }

    .location-section .addy {
        font-size: 3rem;
        margin-bottom: 1rem;
        line-height: 3rem;
    }

    .location-section small{
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .location-section .amenities {
        font-size: 2rem;

    }
/* Slideshow */
.slide img {
    object-fit: contain;
}
.slideshow-text {
    max-width: 400px;
}

.auditions-section .photoshoot{
    width: 80%;
    height: 80%;
}
/* table section */
.tiers {
    max-height: 65%;
}
h2.table-heading {
    font-size: 3rem;
}

.tier h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}
.reserve-btn {
    margin-bottom: 1.5rem;

}
.c-scrollbar {
    z-index: 10;
}
/* contact section */

.contact-info {

    background-color: rgba(0,0,0,.8);
    width: 75%;
    max-width: 800px;
    max-height: 85%;

}
.contact-section .contact-heading  {
    font-size: 3.5rem;
}

.contact {
    width: 75%;
    max-height: 50%;
    margin-top: 0;
    margin-bottom: 1rem;
  
}
.contact li {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

}

/* End Responsiveness */

