@import url('https://fonts.cdnfonts.com/css/the-star-in-the-midnight');

@font-face {
  font-family: "FalconScriptW00-Regular";
  src: url("https://db.onlinewebfonts.com/t/bc3e560c8a8b0a6f5c60a7a72a765d5a.eot");
  src: url("https://db.onlinewebfonts.com/t/bc3e560c8a8b0a6f5c60a7a72a765d5a.eot?#iefix") format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/bc3e560c8a8b0a6f5c60a7a72a765d5a.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/bc3e560c8a8b0a6f5c60a7a72a765d5a.woff") format("woff"),
    url("https://db.onlinewebfonts.com/t/bc3e560c8a8b0a6f5c60a7a72a765d5a.ttf") format("truetype"),
    url("https://db.onlinewebfonts.com/t/bc3e560c8a8b0a6f5c60a7a72a765d5a.svg#FalconScriptW00-Regular") format("svg");
}
html{
  background-color: black;
}
.scroll-buttons {
  display: none ;
}

@media (max-width:992px){
  .large-screen{
    display: none;
  }
}
/*scrollable container*/
@media (min-width:767px){
  .scrollable-container {
    overflow-x: scroll;
    width: 100%;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  
  .flex-nowrap {
    display: flex;
    flex-wrap: nowrap;
  }
  .scrollable-container::-webkit-scrollbar {
    display: none;
  }
/* scroll button */
  .scroll-parent {
    position: relative;
  }
  .scroll-buttons {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 0;
  }
  .card {
    z-index: 1;
  }
  .scroll-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: black;
    color: white;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .left-button {
    margin-right: 5px;
    transition: all 0.4s;
  }
  .right-button {
    margin-left: 5px;
    transition: all 0.4s;
  }

  .left-button:hover{
    background-color: white;
    color:black;
    transition:all 0.3s;
  }
  .right-button:hover{
    background-color: white;
    color:black;
    transition:all 0.3s;
  }

}

@media (max-width: 766px) {
  .scrollable-container {
    overflow-x: visible !important;
  }
  .flex-nowrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
  }
  .flex-nowrap > div {
    margin-bottom: 20px;
  }
  .long-card .card img {
    width: 100% !important;
  }
  
}



/* long cards */

.long-card .card {
  display: flex;
  flex-direction: row;
  align-items: left;
  width: 100%;
}

.long-card .card img {
  width: 62%;
  height: auto;
}

.long-card .card .card-body {
  padding: 1rem;
}

.long-card .card .card-body .card-title {
  margin-bottom: 1rem;
}





.ontop {
  position: relative;
  top: 70%;
  left: 15%;
  z-index: 1;
  font-size: 3em;
  /* padding: 18%; */
  transform: rotate(20deg) translate(-72%, -50%);
}

@media (max-width: 450px) {
  .hidden {
    margin-top: -15% !important;
  }
}

@media (min-width: 450px) {
  .ontop {
    transform: rotate(20deg) translate(-50%, -50%) !important;
  }
}

.between {
  display: none;
}

@media (min-width: 767px) and (max-width: 969px) {
  .between {
    display: block !important;
  }
}

/*################################ HIDE EVENTS SECTION ############################*/
.hide-until-events {
  display: none;
}

/* *****************PRELOADING ************************* */
#preloader {
  background: #000 url(../images/loading-new.gif) no-repeat center center;
  height: 100vh;
  width: 100%;
  min-width: 100vw;
  min-height: 100vh;
  position: fixed;
  z-index: 9999;
  background-size: 25%;
  margin: 0 !important;
  padding: 0 !important;
}

/*@media (min-width: 768px)*/
/*.aboutuspic {*/
/*    margin-bottom: -1% !important;*/
/*}*/
/*@media (max-width: 992px)*/
/*.aboutuspic {*/
/*    margin-left: 15% !important;*/
/*}*/
/*@media (min-width: 768px) and (max-width: 990px)*/
/*.aboutuspic {*/
/*    top: 15.5% !important;*/
/*}*/
/********************** RESPONSIVE ****************************/
@media (min-height: 767px) and (max-width: 1386px) {
  .cocktail-text h1 {
    font-size: 1.5em !important;
  }

  #vip {
    min-height: 758px !important;
  }
}

@media (min-width: 1404px) and (max-width: 2000px) {
  .aboutuspic {
    top: -4.5% !important;
  }
}

@media (max-width: 969px) {
  .phone {
    display: none;
  }

  .palm {
    display: none;
  }
}

@media (min-width: 1500px) {
  .app-box {
    bottom: -486px !important;
    right: -500px !important
  }

  .cock-page {
    padding-bottom: 3%;
    margin-top: -2% !important;
  }
}

@media (min-width: 1100px) {
  .base-text {
    font-size: 4.5em !important;
  }
}

@media (min-width: 1399px) {
  #events {
    min-height: 900px !important;
  }
}

@media (min-width: 1250px) {
  .aboutustext {
    font-size: 3em !important;
    top: -2% !important;
  }

  .aboutustext1 {
    font-size: 1.2em !important;
    top: 2% !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .aboutuspic {
    top: 34.5% !important;
  }
}

@media (min-width: 725px) and (max-width: 767px) {
  .ontop {
    top: 95% !important;
    left: 20% !important;
  }
}

@media (min-width: 450px) and (max-width: 525px) {
  .ontop {
    position: relative;
    top: 52% !important;
    left: 8% !important;
  }
}

@media (min-width: 1200px) {
  .cock {
    font-size: 2rem !important;
  }
}

@media (min-width: 1250px) and (max-width: 1632px) {
  .abouts {
    padding-bottom: 10% !important;
  }
}

@media (min-width: 630px) and (max-width: 724px) {
  .ontop {
    position: relative;
    top: 90% !important;
    left: 16% !important;
  }
}

@media (min-width: 550px) and (max-width: 767px) {
  .aboutustext {
    top: -20% !important;
  }

  .aboutustext1 {
    top: -18% !important;
  }

  .aboutuspic {
    top: -19.5% !important;
  }
}

@media (min-width: 1000px) {
  #preloader {
    background-size: 15% !important;
  }
}

@media (max-width: 612px) {
  .menu-text:hover .custom-underline::after {
    width: 0 !important;
    transition: 0.3s ease all;
  }

  .menu-text1:hover .custom-underline::after {
    width: 0 !important;
    transition: 0.3s ease all;
  }
  .home-text{
    padding-left:5rem !important;
    margin-bottom:0 !important;
    
  }

  .home-text h1 {
    bottom: -320px !important;
    margin-bottom:0 !important;
  }
}

@media (max-width: 660px) {
  .palm {
    bottom: -259px !important;
  }
}

@media (max-width: 992px) {
  .nav-item {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }

  .aboutuspic {
    margin-left: 15% !important;
  }
}

@media (max-width: 780px) {
  .navbar-brand {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  /* .container {
    margin-left: 0 !important;
  } */

  .nav-item {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }

  .cocktail-image {
    margin-top: 25% !important;
  }
}

@media (max-width: 767px) {
  .hidden {
    display: block !important;
    position: relative;
  }

  .download-icon {
    width: 40% !important;
  }

  .cocktail_picture {
    width: 30% !important;
    margin-left: 0;
    margin-top: -6%;
  }

  .download-cocktail-menu {
    margin-bottom: 13%;
  }

  .cock-text h1 {
    font-size: 1.6em !important;
    padding: 8% !important;
  }

  .cocktail-text {
    margin-left: 0 !important;
  }

  .aboutuspic {
    width: 72% !important;
    margin-left: 5% !important;
  }

  .p-left {
    margin-left: 20% !important;
  }

  .show {
    margin-top: -50% !important;
  }

  .cocktail-img {
    margin-top: -43%;
    margin-left: 8%
  }

  .carousel-item {
    margin-left: 15px;
  }

  .icon {
    display: none;
  }

  .icon1 {
    display: none;
  }

  .rewards {
    display: none;
  }

  .app-box {
    border: 0 !important;
    padding: 0;
  }

  .rewards {
    text-align: center !important;
  }
}

@media (max-width: 1044px) and (min-width: 969px) {
  h2 {
    margin-bottom: 1.5rem !important;
  }
}

@media (max-width: 1044px) and (min-width: 768px) {
  .app-box {
    width: 50vw !important;
  }

  .icon {
    bottom: 200px !important;
    left: 205px !important;
  }

  .icon1 {
    bottom: 200px !important;
    left: -5px !important;
  }
}

@media (max-width: 920px) {
  .icon {
    width: 150px !important;
  }

  .icon1 {
    width: 150px !important;
  }

  .margo {
    margin-top: 40% !important;
  }
}

@media (max-width: 607px) {
  .menu-text h1 {
    line-height: 58px !important;
    padding-top: 12% !important;
  }

  .menu-text1 h1 {
    line-height: 58px !important;
  }
}

@media (max-width: 440px) {}

@media (max-width: 430px) {
  .fancy-font {
    font-size: 10em !important;
    margin-left: -6% !important;
  }

  .heather {
    min-height: 700px !important;
  }

  .home-text h1 {
    right: 20% !important;
    bottom: -320px !important;
  }

  .aboutustext {
    top: 0 !important;
  }

  .aboutustext1 {
    top: -1% !important;
  }

  .aboutuspic {
    top: -15.5% !important;
  }

  .rewards {
    left: -105% !important;
  }

  .icon {
    top: -405% !important;
    left: -53% !important;
  }

  .icon1 {
    bottom: 365% !important;
    left: -53% !important;
  }

  .rewards {
    bottom: -45% !important;
    margin: 48% !important;
  }

  .palm {
    display: none !important;
  }

  .palm1 {
    display: none !important;
  }

  .booking-placeholder {
    margin-left: 6% !important;
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .border-image4 {
    position: relative;
    width: 9% !important;
    margin-top: -17.3% !important;
    margin-left: -17.8% !important;
    z-index: 1;
  }

  .border-image3 {
    width: 9% !important;
    margin-top: -16.5% !important;
    margin-left: -18.2% !important;
  }

  .border-image {
    width: 25% !important;
    margin-top: -16.5% !important;
    margin-left: -5% !important;
  }

  .border-image2 {
    width: 9% !important;
    margin-top: -16.5% !important;
    margin-left: -17.2% !important;
  }

  .border-image1 {
    width: 10% !important;
    margin-top: -17.6% !important;
    margin-left: -18.4% !important;
  }
}

@media (max-width: 575px) {
  li:hover {
    border-bottom: none !important;
    padding: 0 !important;
  }

  .nav-link:hover {
    color: #ff02c6 !important;
    transition: 0.2s;
  }

  .move1 {
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .aboutuspic {
    margin-bottom: 10% !important;
  }

  .aboutuspic {
    margin-top: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .container, .container-sm {
    max-width: 720px !important;
  }
}

@media (min-width: 431px) and (max-width: 800px) {
  .border-image {
    width: 15% !important;
    margin-top: -16.5% !important;
    margin-left: -5% !important;
    padding-top: 6%;
  }

  .border-image1 {
    width: 5.5% !important;
    margin-top: -10.6% !important;
    margin-left: -10.6% !important;
  }

  .border-image2 {
    width: 5% !important;
    margin-top: -9.8% !important;
    margin-left: -10.2% !important;
  }

  .border-image3 {
    width: 5% !important;
    margin-top: -9.9% !important;
    margin-left: -10.5% !important;
  }

  .border-image4 {
    width: 5% !important;
    margin-top: -11.3% !important;
    margin-left: -10.5% !important;
  }
}

.booking-text {
  font-weight: 500;
  color: #ff02c6;
}

/*************************************************************************/
/* WIDGET CHANGES */
#dmn-partner-widget #dmn-widget-inner {
  border: 3px solid #ff02c6 !important;
  background-color: #ff02c6 !important;
  border-radius: 13px !important;
}

#dmn-partner-widget #dmn-widget-inner .date-selector .date-selector__quick-buttons button {
  color: #ff02c6 !important;
}

#dmn-partner-widget {
  color: #ff02c6 !important;
}

/**************************  DESIGNMYNIGHT  ************************************/
.bar-widget {
  display: flex;
  justify-content: center;
}

.club-widget {
  display: flex;
  justify-content: center;
}

/* ############################ */
.android:hover, .apple:hover {
  border: #37CAE5 solid 2px;
}

.android, .apple {
  border: #ff02c6 solid 2px;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.android {
  transform: translate(-120%, -164%);
}

.apple {
  transform: translate(-120%, -25%);
}

.hidden {
  display: none;
}

.download-icon {
  width: 50%;
  object-fit: contain;
}

.cocktail_picture {
  width: 35%;
}

.cocktail-text {
  margin-top: 0 !important;
  margin-left: 4%;
}

.download-cocktail-menu {
  margin-top: 8% !important;
}

/* text animation color right to left  */
.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      #ff02c6 0%,
      #49B4E8 29%,
      #8570F1 67%,
      #B735F9 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* bounce  */
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.swing:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.cocktail-img {
  position: absolute !important;
  opacity: 80%;
  margin-top: -43%;
}

.cocktail-text {
  width: 75%;
  padding-top: 8%;
}

html, body {
  overflow-x: hidden;
}

.address {
  left: 0;
  bottom: 10%;
  position: relative;
  text-align: center;
  padding-left: 7% !important;
  padding-right: 7% !important;
}

.address:hover {
  color: #ff02c6 !important;
  transition: 1s;
}

.app-box {
  position: relative;
  height: 170px;
  width: 100vw;
  border: #ff02c6 solid 6px;
  border-image: linear-gradient(to right, #1EE7E1, #876CF1, #B536F7) 60;
  right: -169px;
  bottom: -295px;
  font-weight: 300;
}

.clr {
  text-shadow: 2px 1px #ff02c6;
}

.mambo {
  font-family: "FalconScriptW00-Regular" !important;
  font-size: 2.4em !important;
  letter-spacing: .1rem;
  font-weight: 300 !important;
}

.palm {
  position: absolute;
  z-index: -1;
  bottom: -174px;
}

.palm1 {
  position: absolute;
  z-index: 0;
  top: -10%;
  left: -346px;
}

/************SLIDES*************/
.carousel {
  z-index: 1;
}

.carousel-control-next-icon {
  background-image: url("../images/right-arrow.png") !important;
}

.carousel-control-prev-icon {
  background-image: url("../images/left-arrow.png") !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 5rem !important;
  height: 5rem !important;
}

.event-text {
  background-color: #ff02c6;
}

.resize-event {
  width: 80% !important;
  padding-left: 20% !important;
}

/*********END OF SLIDES********/
.booking-placeholder {
  background-color: #4D013C;
  border: #ff02c6 3px solid;
  border-radius: 9px;
  width: 300px;
  height: 450px;
  position: relative;
  margin-left: 24%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.border {
  border: #ff02c6 10px solid !important;
}

.w-38 {
  width: 38% !important;
}

.move {
  margin-top: -14%;
}

.moveit {
  padding: 0;
}

.phone {
  position: relative;
  right: -36%;
  bottom: 0;
  width: 30%;
}

.rewards {
  position: absolute;
  bottom: 0;
  left: 0;
}

.longer {
  font-size: 2.5em;
}

.icon {
  position: absolute;
  left: 330px;
  bottom: 72px;
  width: 200px;
  border: #ff02c6 solid 2px;
  border-radius: 8px;
  padding: 0;
  z-index: 1;
}

.icon:hover {
  border: #37CAE5 solid 2px;
}

.icon1 {
  position: absolute;
  left: 56px;
  bottom: 72px;
  width: 200px;
  border: #ff02c6 solid 2px;
  border-radius: 8px;
  padding: 0;
  z-index: 1;
}

.icon1:hover {
  border: #37CAE5 solid 2px;
}

.fl-fl {
  background: linear-gradient(to right, #ff02c6, #AC42F6, #1EE7E1) !important;
}

.aboutus {
  display: flex;
  justify-content: center;
  vertical-align: center;
}

.aboutuspic {
  width: 95%;
  border: 4px solid #ff02c6;
  margin: 0;
  object-fit: cover;
  position: relative;
  /*top: 105%;*/
  top: 12.5%;
  margin-left: 30%;
  /*left: 50%;*/
}

.aboutustext {
  font-size: 2.2em;
  font-weight: 300;
  position: relative;
  /*top: 70%;*/
  top: 20%;
  /*left: 50%;*/
}

.aboutustext1 {
  margin-left: 15%;
  position: relative;
  /*top: 100%;*/
  top: 20%;
  /*left: 50%;*/
  padding-right: 10%;
  font-size: 0.8em;
  font-weight: 300;
}
@media (max-width: 600px) {
  .aboutuspic, .aboutustext, .aboutustext1{
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
  }
}

.section-text {
  font-size: 3em;
  font-weight: 300;
}

.fancy-font {
  font-family: 'The Star in the Midnight', sans-serif !important;
  font-size: 10em;
  margin-left: -3%;
  margin-top: 0 !important;
}

body {
  font-family: 'Raleway', sans-serif;
}

/* li:hover {
    border-bottom: 3px solid #ff02c6;
    padding: 0 -5rem;
} */

.underline{
  border-bottom: 3px solid transparent;
  padding: 0 -5rem;
}
.underline:hover {
  border-bottom: 3px solid #ff02c6;
  padding: 0 -5rem;
}
.active a{
    border-bottom: 3px solid #ff02c6;
    padding: 0 -5rem;

}

/* .active a{
  cursor:no-drop !important;
} */

.center-video {
  margin-left: 14%;
  margin-top: 15%;
  margin-bottom: 15%;
}

a {
  color: black !important;
  font-size: 110%;
  text-decoration: none !important;
}

.text-on-pic {
  left: 0;
  bottom: 0;
  position: absolute;
}

.white-text {
  color: white !important;
  font-weight: 300;
}

.pink-text {
  color: #ff02c6 !important;
}

.blue-text {
  color: #A6CBF6 !important;
}

.blue-text:hover {
  border-bottom: 3px solid #ff02c6;
  border-top: 3px solid #A6CBF6;
  padding: 3px 1rem;
  transition: 0.5s;
}

.pink-text:hover {
  border-bottom: 3px solid #A6CBF6;
  border-top: 3px solid #ff02c6;
  padding: 3px 1rem;
  transition: 0.5s;
}

.home-text {
  position: relative;

  padding-right: 3.5rem;
  padding-top: 80px;
}

@media(min-width: 1635px){
  .home-text {

    
    padding-left: 8rem;

  }
}

.home-text h1 {
  position: relative;
  
  top:0 !important;
  right: -10%;
  font-size: 3.5em;
  font-weight: 600;
}

.thin {
  font-weight: 300 !important;
}

/********************* SECTIONS *************************/
#home {
  padding: 0;
  margin: 0;
}

section {
  background-color: black;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid #ff02c6;
  position: relative;
  z-index: 0;
}

#about-us {
  margin-top: -10px !important;
  background-image: url("../images/right_70.png");
  min-height: 800px;
}

#events {
  background-image: url("../images/right_70.png");
  min-height: 550px;
  padding-top:10%;
}

#vip {
  background-image: url("../images/left_70.png");
  min-height: 800px;
  padding-top: 10%;
}

#app {
  background-image: url("../images/right_70.png");
  min-height: 600px !important;
  padding-top:10%;
}

#booking {
  background-image: url("../images/left_70.png");
  min-height: 900px;
  padding-top:10%;
}

#findus {
  background-image: url("../images/right_70.png");
  min-height: 650px;
  padding-top: 10%;
}
/* GALLERY */
#gallery{
  /* padding-top:7%; */
  padding-left: 40px;
  padding-right: 40px;
  background-color: #000;
}
.gallery-title{
  background-color:black;
  padding-top:7%;
  padding-bottom:2%;
}
.hello {
  opacity: 1 !important;
}
.full {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.full .content {
  background-color: rgba(0,0,0,0.75) !important;
  height: 100%;
  width: 100%;
  display: grid;
}
.full .content img {
  left: 50%;
  transform: translate3d(0, 0, 0);
  animation: zoomin 1s ease;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.byebye {
  opacity: 0;
}
.byebye:hover {
  transform: scale(0.2) !important;
}
.gallery {
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 8px;
}
.gallery img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 16px #333;
  transition: all 1.5s ease;
}
.gallery img:hover {
  box-shadow: 0 0 32px #333;
}
.gallery .content {
  padding: 4px;
}
.gallery .gallery-item {
  transition: grid-row-start 300ms linear;
  transition: transform 300ms ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.gallery .gallery-item:hover {
  transform: scale(1.025);
}
@media (max-width: 600px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (max-width: 400px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}
@-moz-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@-o-keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}
@keyframes zoomin {
  0% {
    max-width: 50%;
    transform: rotate(-30deg);
    filter: blur(4px);
  }
  30% {
    filter: blur(4px);
    transform: rotate(-80deg);
  }
  70% {
    max-width: 50%;
    transform: rotate(45deg);
  }
  100% {
    max-width: 100%;
    transform: rotate(0deg);
  }
}

/* GALLERY ENDS */
.my-footer {
  background-color: black;
  position: relative;
}

.my-footer img {
  width: 50%;
  max-height: 200px;
  object-fit: contain;
}

/*floating social media icons widget*/
.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 200px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}

.float-fb {
  top: 236px;
}

.float-gp {
  top: 340px;
}

.float-ig {
  top: 288px;
}

.video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo {
  width: 15%;
  padding: 0 !important;
  margin: 0 !important;
}

.cocktail {
  padding-top: 18%;
  padding-right: 20%;
  width: 130%;
}

.cocktail1 {
  width: 25%;
  padding-top: 20%;
}

/***************NAVBAR****************/
.heather {
  background-image: url('../images/main-bg-newest-min.jpg');
  min-height: 950px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -10px;
  padding-top: 3.5em;
}

.navbar {
  text-align: center;
  align-content: center;
  align-items: center;
  align-self: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  /*position: fixed;*/
  z-index: 1000;
}

.nav-link {
  color: white !important;
  font-weight: 500;
  font-size: 1.3em;
}

.navbar-brand {
  padding-right: 0;
  color: white !important;
  font-weight: 700;
}

@media (min-width:1200px) {
  .navbar-brand {
    padding-right: 15%;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~IMPORTANT~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*padding-right only 15%  cuz the event nav item and event section is
hidden, change it back to 10% when event page ready*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*NEW NAVBAR ANIMATION instead of the picture */
.navbar-toggler {
  padding: 0.25rem 1rem !important;
}

.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #d3531a;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.middle-bar {
  margin-top: 0;
}

/* when navigation is clicked */
.navbar-toggler .top-bar {
  margin-top: 0;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0;
  transform: rotate(-135deg);
}

/* State when the navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
  margin-top: -10px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 10px;
  transform: rotate(0deg);
}

/* Color of 3 lines */
.navbar-toggler.collapsed .toggler-icon {
  background: linear-gradient(to right, #1EE7E1, #876CF1, #B536F7);
}

/*custom navbar*/
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}

.nav-item {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* ****************** BORDER ***************************/
.gradient {
  border-bottom: 35px solid;
  /*border-image: repeating-linear-gradient(45deg, #ff02c6, #A6CBF6, #ff02c6 30px) 60;*/
  border-image: linear-gradient(to right, #1EE7E1, #876CF1, #B536F7) 60;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.border-image {
  position: relative;
  width: 12%;
  margin-top: -8.5%;
  margin-left: -4%;
  z-index: 0;
}

.border-image1 {
  position: relative;
  width: 4.5%;
  margin-top: -8.6%;
  margin-left: -8.6%;
  z-index: 1;
}

.border-image2 {
  position: relative;
  width: 4%;
  margin-top: -8.5%;
  margin-left: -8%;
  z-index: 1;
}

.border-image3 {
  position: relative;
  width: 4%;
  margin-top: -8.5%;
  margin-left: -8.3%;
  z-index: 1;
}

.border-image4 {
  position: relative;
  width: 4%;
  margin-top: -9.3%;
  margin-left: -8.3%;
  z-index: 1;
}

.p-left {
  margin-left: 25%;
}

/* scroll animation */
.reveal {
  position: relative;
  transform: translateY(-150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
  object-fit: cover;
}

/* ***************UNDERLINE ANIMATION********************/
/*.underline-animation {*/
/*}*/
/*.underline-animation:hover {*/
/*    text-decoration: underline 5px #ff02c6 ;*/
/*}*/
/* underline test */
.show {
  margin-top: 0 !important;
}

.menu-text {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -45px;
  z-index: 1;
}

.menu-text1 {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.menu-text h1 {
  line-height: 125px;
}

.menu-text1 h1 {
  line-height: 125px;
}

.custom-underline {
  position: relative;
  display: inline-block;
  text-align: center;
}

.custom-underline,
.custom-underline:focus,
.custom-underline:active {
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

.custom-underline::after {
  content: "";
  position: absolute;
}

.menu-text1 .custom-underline::after {
  top: 75%;
  height: 6px;
  width: 0;
  left: 0;
  background-color: #ff02c6;
  transition: 0.5s ease all .3s;
}

.menu-text1:hover .custom-underline::after {
  width: 50%;
  transition: 0.3s ease all;
}

.menu-text .custom-underline::after {
  top: 75%;
  height: 6px;
  width: 0;
  left: 0;
  background-color: #ff02c6;
  transition: 0.5s ease all .3s;
}

.menu-text:hover .custom-underline::after {
  width: 50%;
  transition: 0.3s ease all;
}

.custom-fa {
  font-size: 19px !important;
}

.custom-fa2 {
  font-size: 22px;
}

/* NEW NAV DROPDOWN */
.submenu {
  position: absolute;
  display: none;
  top: 100%;
  left: -22px;
  background-color: transparent;
  /* box-shadow:0px 0px 8px rgba(0, 0, 0, 0.1) */
}

.dropdown:hover .submenu {
  display: block;
}

.submenu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left !important;
  white-space: nowrap;
  text-decoration: none;
  list-style-type: none;
  font-weight: 300;
  font-size: 1.1em;
  color: white;
}
.phone-dropdown{
  display: none;
}

@media (max-width:575px) {
  .dropdown {
    display: none;
  }
  .phone-dropdown{
    display:block;
  }
}


li a{
  color:white !important;
}
  /* EVENTS */

  .card:hover{
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
  }

  .card{
    transition:0.5s;
    background: rgba(0, 0, 0, 0.6) !important;
    border:10px solid rgba(0, 0, 0, 0.02) !important;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    align-items: center;
    
  
    /* overflow: scroll; */
  }
  .card-body a{
    border: none;
    background: linear-gradient(to right, #ff02c6, #AC42F6, #1EE7E1) !important;
  }
  .buy-tickets a{
    border: none;
    background: linear-gradient(to right, #ff02c6, #AC42F6, #1EE7E1) !important;
    transition: 0.3s
  }

  .buy-tickets a:hover{
    transform: scale(1.05);
    transition: 0.2s;
    border: none;
  }

  .card-title{
    text-transform: uppercase;
  }

  .featured img{
    border-radius: 1%;
    width: 100% ;
    padding-left: 16px;
    padding-right:16px;
  }


@media(min-width:576px){
  .description {
    overflow-y: auto;
    min-height: 70px !important;
    max-height: 70px !important;
  }
  .description::-webkit-scrollbar {
    width: 10px;
    height: 1px;
  }
  
  .description::-webkit-scrollbar-thumb {
    background: #f1f1f1;
  }
  
  .description::-webkit-scrollbar-track {
    background: #000;
  }
}

@media(min-width:1400px){
  /* .row{
    --bs-gutter-x: 5.5rem !important;
  } */
}

@media (min-width: 766px) {
  .flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.nav-logo{
  max-height: 100px;
  padding-right: 30px;
}

.grid-even{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1rem;
}

.event-image{
  object-fit: contain;
  width: 100%;
}

@media (max-width: 766px) {
  section{
    padding-top: 100px!important;
  }
  .home-section{
    padding-top: 0!important;
  }
}