@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {font-family: 'Roboto', sans-serif;font-size: 1rem;line-height: 1.563rem;background-color: #000000;color: #ffffff;min-height: 100vh;}/* 16px, Regular */
h1 {font-size: 6.25rem;line-height: 6.875rem;font-weight: 400;} /* 100px, Regular */
#inner-banner h1{text-transform: capitalize;font-size: 3.125rem; line-height: 3.438rem;} /* 50px, Regular  */
h2 {font-size: 2.188rem;line-height: 2.188rem;font-weight: 500;text-transform: uppercase;}/* 35px, Medium */
h3 {font-size: 1.875rem;line-height: 1.875rem;font-weight: 400;}/* 30px, Regular */
h5{font-size: 1.25rem;line-height: 1.25rem;font-weight: 500;}/* 20px, Medium */
h6 {font-size: 1.125rem;line-height: 1.563rem;font-weight: 400;}/* 18px, Regular */
p {font-size: 1rem;font-weight: 400;line-height: 1.563rem;}/* 16px, Regular  */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {font-family: 'Roboto', sans-serif;font-size: 1rem;line-height: 1.563rem;background-color: #000000;color: #ffffff;min-height: 100vh;}/* 16px, Regular */
h1 {font-size: 6.25rem;line-height: 6.875rem;font-weight: 400;} /* 100px, Regular */
#inner-banner h1{text-transform: capitalize;font-size: 3.125rem; line-height: 3.438rem;} /* 50px, Regular  */
h2 {font-size: 2.188rem;line-height: 2.188rem;font-weight: 500;text-transform: uppercase;}/* 35px, Medium */
h3 {font-size: 1.875rem;line-height: 1.875rem;font-weight: 400;}/* 30px, Regular */
h5{font-size: 1.25rem;line-height: 1.25rem;font-weight: 500;}/* 20px, Medium */
h6 {font-size: 1.125rem;line-height: 1.563rem;font-weight: 400;}/* 18px, Regular */
p {font-size: 1rem;font-weight: 400;line-height: 1.563rem;}/* 16px, Regular  */
a,.breadcrumb-item {font-size: 1.063rem;font-weight: 400;text-decoration: none;line-height: 1.75rem;color: #000;}/*16px;Regular*/
a:hover {color: #c39f75;font-weight: 700;}
ul {list-style: none;padding: 0;margin: 0;}
::selection {color: #a08360;background: #ffffff}
@media (max-width: 992px) {
  h1 {font-size: 3rem; line-height: 4rem;}
  #inner-banner h1{font-size: 2rem;line-height: 2.6rem;}
  h2 {font-size: 1.75rem;line-height: 1.95rem;}}

/*-----------------COMMAN-CLASS------------------*/
.pt-100{padding-top:80px}
.pb-100{padding-bottom:80px}
.text-gold{color:#c39f75}
.bg-black{background-color:#000}
.nav-link:focus,.nav-link:hover,.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:#fff}
.scale-up img:hover{transform:scale3d(1.05,1.05,1.05)!important}
/* --------------- Buttons (btn-theme,btn-white)  ---------------------- */
.btn-theme,.btn-white{display:inline-block;position:relative;z-index:1;overflow:hidden;text-decoration:none;font-weight:500;font-size:1rem;padding:8px 40px;color:#c39f75;border:.15em solid #c39f75;border-radius:calc(.75em + .5em + .15em);transition:4s}
.btn-white{color:#000;border:.15em solid #fff;background-color:#fff}
.btn-theme:after,.btn-theme:before{content:'';position:absolute;top:-1.5em;z-index:-1;width:200%;aspect-ratio:1;border:none;border-radius:40%;background-color:rgba(184,107,19,.25);transition:4s}
.btn-theme:before{left:-80%;transform:translate3d(0,5em,0) rotate(-340deg)}
.btn-theme:after{right:-80%;transform:translate3d(0,5em,0) rotate(390deg)}
.btn-theme:focus,.btn-theme:hover,#gallery-page .btn-theme.active{color:#fff}
.btn-theme:focus:after,.btn-theme:focus:before,.btn-theme:hover:after,.btn-theme:hover:before,#gallery-page .btn-theme.active:after,#gallery-page .btn-theme.active:before
{transform:none;background-color:rgba(195,159,117,.75)}

/*---------------- Header ---------- */
.nav-link {
  color: #909090;
  font-weight: 500;
  padding: 8px 16px !important;
}

.nav-link.dropdown-toggle {
  padding-right: 24px !important;
}

#mynavbar ul .dropdown-menu {
  display: none;
  top: 43px;
  border-radius: unset;
}

#mynavbar li {
  list-style: none;
  position: relative
}

.dropdown-toggle::after {
  content: unset;
}

#mynavbar ul li.menu-item-has-children i.mobile-arrows {
  position: absolute;
  top: -4px;
  right: -12px;
  font-size: 18px;
  padding: 12px;
  margin: 0;
  font-weight: 900;
  cursor: pointer;
  display: block;
}

@media (min-width:992px) and (max-width:1200px) {
  #mynavbar ul li.menu-item-has-children i.mobile-arrows {
    left: 55px;
  }
}

@media (max-width: 992px) {
  #mynavbar ul li.menu-item-has-children i.mobile-arrows {
    left: unset;
    right: 279px;
  }
}

#mynavbar .mobile-arrows {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#mynavbar .mobile-arrows.is-open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Hero Section */
#hero-section .swiper {
  width: 100%;
  height: 100%
}

#hero-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}

#hero-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 800px;
  object-fit: cover
}
/* Inner banner */
#header {
  position: absolute;
  z-index: 999;
  display: table-header-group;
  width: 100%
}
#inner-banner .banner-hero{
  width: 100%;
  height: 100vh;
  object-fit: cover
}
#hero-section .carousel-caption {
  bottom: 16%
}
#inner-banner .carousel-caption {bottom: 36%;}

#hero-section .swiper-button-next:after,
#hero-section .swiper-button-prev:after,
#hero-section .swiper-rtl .swiper-button-next:after,
#hero-section .swiper-rtl .swiper-button-prev:after {
  content: '\F138';
  font-family: bootstrap-icons;
  background: #ffffff0a;
  color: #fff;
  padding: 10px;
  font-size: 26px
}

#hero-section .swiper-button-prev:after,
#hero-section .swiper-rtl .swiper-button-next:after {
  content: '\F12F'
}

#hero-section .swiper-button-next,
#hero-section .swiper-rtl .swiper-button-prev {
  right: 3%;
  left: unset
}

#hero-section .swiper-button-prev,
#hero-section .swiper-rtl .swiper-button-next {
  right: unset;
  left: 3%
}

#hero-section .text_border {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white
}

.navbar-toggler {
  background-color: #fff;
  border: var(--bs-border-width) solid rgb(0 0 0)
}

@media (min-width:1201px) {
  #hero-section .swiper-slide img, #inner-banner .banner-hero {
    height: 600px
  }
}

@media (max-width:1200px) {
  #mynavbar ul li.menu-item-has-children i.mobile-arrows {
    right: -10px;
    left: unset
  }

  #hero-section .swiper-slide img ,#inner-banner .banner-hero{
    height: 600px
  }

  .nav-link {
    padding: 8px 9px !important
  }
}

@media (max-width:992px) {

  .dropdown-menu,
  .navbar-nav {
    text-align: center
  }

  #mynavbar ul li.menu-item-has-children i.mobile-arrows {
    right: 97px
  }

  .navbar-nav {
    background: #000
  }
}
@media (max-width:1244px) {
  #hero-section .carousel-caption,#inner-banner .carousel-caption {
    bottom: 18%
  }
}
@media (max-width:769px) {

  #hero-section .swiper-button-next,
  #hero-section .swiper-button-prev {
    display: none
  }
  .pt-100 {
    padding-top: 60px;
  }
  #hero-section .carousel-caption,#inner-banner .carousel-caption {
    bottom: 20%
  }
  .pb-100 {
    padding-bottom: 60px;
  }
}

@media (max-width:340px) {
  #hero-section .carousel-caption {
    bottom: 3%
  }
  #inner-banner .carousel-caption {
    bottom: 13%
  }
  h1 {
    font-size: 2.6rem;
    line-height: 2.8rem
  }
}

.char {
  transform: translateY(115px);
  transition: transform .5s
}


/* FOOTER */
#footer h6 {
  color: #c39f75;
}

#footer ul li a {
  color: white;
}

#footer a:hover {
  color: #c39f75;
}

#footer a {
  color: white;
}

#footer .fa,
.bi {
  color: #c39f75;
}

#footer .fa {
  border: 1px solid #c39f75;
  padding: 9px 10px;
  border-radius: 50%;
  margin-right: 10px;
}

#footer .fa-facebook {
  padding: 9px 13px;
}

#footer .all-products {
  border-bottom: 2px solid #c39f75;
  color: #c39f75;
}

#footer-1 a {
  color: white;
}

#footer-1 a:hover {
  color: #c39f75;
}

#events,
#news-update, .bg_gray {
  background: #ffffff17;
}

.bg_page {
  background-repeat: no-repeat;
  background-position: center center;
  background: url(../images/bg.png);
  background-size: cover;
}



/* About */
#about figcaption {
  left: 25%;
  bottom: 22%;
  cursor: pointer;
}

#about .youtube:hover figcaption {
  font-weight: bold;
}

.pulse {
  animation: pulse-animation 2s infinite;
  border-radius: 100%;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 1);
  }

  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}

.border-golden {
  box-shadow: rgba(195, 159, 117, 0.2) 0px 12px 28px 0px, rgba(195, 159, 117, 0.1) 0px 2px 4px 0px, rgba(195, 159, 117, 0.05) 0px 0px 0px 1px inset;
  border: 3px solid #c39f75;
  border-radius: 10px;
}

.any-sundayimg {
  margin-top: -44%;
  width: 100%;
}

.any-sundaytext {
  margin-top: -78px;
}

/* NEWS-UPDATES */
#news-update .img-box {
  position: relative;
}

#news-update .img-content {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgb(195, 159, 117, 0);
  top: 0px;
  transition-duration: 0.8s;
}

#news-update .img-content-1 {
  position: absolute;
  bottom: 0px;
  padding-left: 10px;
  transition-duration: 0.8s;
  transform: rotateX(90deg);
  transform-origin: bottom;
  transition-duration: 0.8s;
}

#news-update .img-box:hover .img-content {
  background-color: rgb(195, 159, 117, 0.5);
}

#news-update .img-box .img-content-1 {
  transform: rotateX(0deg);
}

#dj-profile .border-golden {
  background: #000;
}

.slider_before::before {
  content: '';
  background: url(../images/left_slider.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -81px;
  top: 23px;
}

.slider_before::after {
  content: '';
  background: url(../images/right_slider.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 84%;
  top: 24px;
}
/* .glass {
  right: -85px;
} */
.whisky-bottle{top: -50px;}
.earphone {
  right: -32px;
  top: -38%;
}
#dj-profile .swiper-pagination,.swiper_prev_next .swiper-pagination{display: none;}
#dj-profile .swiper-button-next, #dj-profile .swiper-button-prev,.swiper_prev_next .swiper-button-prev,.swiper_prev_next .swiper-button-next{ color: #c39f75;}
#dj-profile .swiper-button-next:after, #dj-profile .swiper-button-prev:after,.swiper_prev_next .swiper-button-next:after,.swiper_prev_next .swiper-button-prev:after{font-size: 28px;}
@media (min-width:1400px) {.slider_before::before{right: -114px;}}
@media (max-width:1200px) {#dj-profile .swiper-button-next, #dj-profile .swiper-button-prev {display: none;}.slider_before::before{right: -12px;}.slider_before::after{left: 88%;}}
@media (max-width:991px){.slider_before::before,.slider_before::after {display: none;}}#dj-profile .swiper-button-next, #dj-profile .swiper-button-pre {display: block;}
.glass {
  right: -85px;
}
@media (max-width:769px) {
  #hero-section .carousel-caption{
    bottom: 10%;
  }
  figcaption small{font-size: 12px;}
  #hero-section .swiper-slide img,#inner-banner .banner-hero {
    height: 500px;
}
  .glass img, .earphone img{width: 140px;}
  .glass {
    right: 0px;
    bottom: -17%;
}
#about-page .glass {
  right: 0px;
  bottom: -7%;
}
.earphone img{width: 90px;}
.earphone{right: 8px;
  top: -98px;}
#dj-profile .swiper-horizontal>.swiper-pagination-bullets,#dj-profile .swiper-pagination-bullets.swiper-pagination-horizontal,#dj-profile .swiper-pagination-custom,#dj-profile .swiper-pagination-fraction{bottom: 1%;}
#dj-profile .swiper-pagination-bullet-active,#dj-profile .swiper-pagination-bullet{background: #c39f75;}
#dj-profile .swiper-pagination{display: block;}
#dj-profile .swiper-button-next, #dj-profile .swiper-button-prev {display: none;}
}
@media (max-width:360px) {  figcaption small{font-size: 12px;}}

  .wave {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    background: #ffffff00;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -476px;
    transform-origin: 50% 49%;
    border-radius: 43%;
    box-shadow: 0 16px 24px 2px rgb(171 142 107 / 47%), 0 6px 30px 5px rgb(205 175 139 / 11%), 0 8px 10px -5px rgb(196 161 120 / 7%);
    animation: drift 5000ms infinite linear;
 }
 .btn-white .wave {
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 10%), 0 6px 30px 5px rgb(0 0 0 / 11%), 0 8px 10px -5px rgb(0 0 0 / 7%);

 }
 .btn-theme:focus .wave, .btn-theme:hover .wave {
  box-shadow: unset;

 }
 @keyframes drift {
  from {
   transform: rotate(0deg);
  }
  from {
   transform: rotate(360deg);
  }
 }
 #hero-section .swiper-button-prev:hover, #hero-section .swiper-button-next:hover{transform: scale(1.5);}

 .an{
  animation-name: flo;
  animation-duration: 3s;
  animation-iteration-count: infinite;
    }
    @keyframes flo{
  50%{
    transform: translateY(20px);
  }
}
.hithere {
  animation: hithere 1s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


.breadcrumb-item+.breadcrumb-item::before{content: unset;}

#contact form input{height: 50px;}
#contact .background-map{position:absolute;z-index:1;}
#contact .bg-green{background-color:rgb(0 0 0 / 56%);position:relative;z-index:2;height: 580px;}
#contactus .border-start {border-color:#f29100 !important;}
.btn-transparent {
  border-color: white;
  color: white;
}
@media (max-width: 992px) {
  #contact .bg-green{height: auto;}
    #contactus .border-start { border-left: none!important;border-right: none!important;}
}

/* events booking */
.box_gold{
  background: #ffffff1a;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.event_detail{
  padding: 30px;
}
.event_date div{width: 70px;}
@media (min-width: 991px) and (max-width: 1200px) {
  .event_detail{
    padding: 30px 0px;
  }
}
@media (min-width: 452px) and (max-width: 991px){
  .event_date div{width: 70px;}
}
@media (max-width: 451px){
  .event_date div{width: 88px;}
  .swiper_prev_next .swiper-button-next,.swiper_prev_next .swiper-button-prev{display: none;}
  .swiper_prev_next .swiper-pagination{display: block;}
}

/* About page */
.swiper-pagination-bullet{background: #c39f75;}
.mySwiper .swiper-pagination{bottom: 16px !important;left: -10px !important;}
.swiper_prev_next .swiper-pagination{bottom: 0px !important}
#lighthouse1 .middle,#gallery_grid .middle,#products .middle{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  height: 100%;
    width: 100%;
    background: #c68f2175;
}
#lighthouse1 .img_hover figcaption i ,#gallery_grid .img_hover figcaption i{
    font-size: 30px;
    color: white;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
#lighthouse1 .img_hover:hover .image,#gallery_grid .img_hover:hover .image,#products .img_hover:hover .image {
  opacity: 0.3;
}
#products .img_hover figcaption a{

}

#lighthouse1 .img_hover:hover .middle ,#gallery_grid .img_hover:hover .middle ,#products .img_hover:hover .middle {
  opacity: 1;
}


.img_hover{
    box-shadow: rgba(195, 159, 117, 0.2) 0px 12px 28px 0px, rgba(195, 159, 117, 0.1) 0px 2px 4px 0px, rgba(195, 159, 117, 0.05) 0px 0px 0px 1px inset;
  /* box-shadow: rgba(255, 255, 255, 0.1) 0px 20px 25px -5px, rgba(255, 255, 255, 0.04) 0px 10px 10px -5px; */
}

/*  FOOD LIST  */
#contact1 .food{border-radius: 50%; height:164px; width:164px;}
#contact1 .food-card{justify-content: stretch;align-self: stretch;}
#contact1 .foot-item{display: flex;flex-direction: column;align-items: center;}
#contact1 .foot-item a{margin-top: auto;}
#contact1 .cost{color: #cccc99;}
#contact1 .info{font-size:16px; font-weight:400;}
.inner-img{border-radius:10px; height: 250px;}
.swiper-slide{height: auto !important;}
.food_items p{text-align: center;}
@media (max-width: 400px){
  .food-card {height: 580px !important;}
}
.food_items .foot-item{margin-left: 15px; margin-right: 15px;}
.t_1{
  transform: translate(0, 0);
}
#mynavbar ul .dropdown-menu{
  box-shadow: rgb(151 110 71) 0px 5px 15px;
  background: rgba(195, 159, 117, 0.47);
  border: 1px solid #c39f75;
}
#mynavbar .dropdown-item{color: white;}
.food_items.dropdown-item:focus, .dropdown-item:hover{ background-color: #0000009c;}
.food_items .slick-prev:before,.food_items .slick-next:before{
  font-family: FontAwesome  !important;
  content: "\f104" !important;
  color: #c39f75 !important;
  font-size: 40px !important;
}
.food_items .slick-next:before{
  content: "\f105" !important;
}
.food_items .slick-dots li.slick-active button:before{
  color: white  !important;
}
.food_items .slick-dots li button:before{
  font-size: 50px !important;
  color: white  !important;

}
.price_table tr a{font-size: 14px;}
.price_table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.price_table table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.price_table table tr {
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

.price_table table th,
.price_table table td {
  padding: 24px .625em;
}
.checkout-btn{width: 300px;}

@media screen and (max-width: 769px) {
  .checkout-btn{width: 100%;}
  .price_table table {
    border: 0;
  }
  #shop.price_table h5{ text-align: center;}
  .price_table .d_none{display: none;}
.qty-input{
  margin-left: auto!important;

}
  .price_table table caption {
    font-size: 1.3em;
  }

  .price_table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .price_table table tr {
    border-bottom: 3px solid #c39f71;
    display: block;
    margin-bottom: .625em;
  }

  .price_table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .price_table table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .price_table table td:last-child {
    border-bottom: 0;
  }
}
/* Quantity event-details */

.qty-input .product-qty, .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus, .qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.qty-input {

  border-radius: 4px;
    border: 1px solid #c39f757d;
    width: fit-content;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#ticket-price input,textarea.form-control,.form-control:focus,.input-group-text{
    border: 1px solid rgb(255 255 255 / 39%) !important;
    color: rgb(255, 255, 255);
}
.form-check-input,.form-check-input:checked{
  background-color: transparent;
}

.form-check-input:focus{
  box-shadow: 0 0 0 0.25rem #c39f7547;
}
.border_bottom{
  border-bottom: 3px solid #c39f7136;
}
.read-more-content{
	display: none;
	padding-top: 22px;
}
.read-more{
	display: inline-block;
	margin-top: 8px;
}.timeline-info {
	position: relative;
	background: #f3f1f1;
	padding: 24px 20px 18px;
	margin-bottom: 12px;
	border: 1px solid #f3f1f1;
	border-radius: 8px;
	margin-left: 54px;
}
option:hover {
  background-color: #488f8f !important;
}
.date_black{
  color-scheme: dark;
  width: 100%;
  border: 1px solid rgb(255 255 255 / 39%) !important;
    color: rgb(255, 255, 255);
    padding: 1.625rem 0.75rem 0.625rem;
}
.form-floating.date_label > label{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
  opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.ui-timepicker-standard a{
  color: #fff;
}
.ui-timepicker-standard{
  background: rgb(33, 37, 41);
}
.ui-timepicker-container.ui-timepicker-standard {
  z-index: 111 !important;
}
#shop.price_table table tr{
  border-bottom:unset !important;
  padding: unset;
}
#shop.price_table table tr.border_1{
  border-bottom: 1px solid #ddd !important;
  padding: 0.35em;
}
#shop.price_table table td,#shop.price_table table p{
  font-size: 14px;
}
#shop.price_table .description{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
a,.breadcrumb-item {font-size: 1.063rem;font-weight: 400;text-decoration: none;line-height: 1.75rem;color: #000;}/*16px;Regular*/
a:hover {color: #c39f75;font-weight: 700;}
ul {list-style: none;padding: 0;margin: 0;}
::selection {color: #a08360;background: #ffffff}
@media (max-width: 992px) {
  h1 {font-size: 3rem; line-height: 4rem;}
  #inner-banner h1{font-size: 2rem;line-height: 2.6rem;}
  h2 {font-size: 1.75rem;line-height: 1.95rem;}}

/*-----------------COMMAN-CLASS------------------*/
.pt-100{padding-top:80px}
.pb-100{padding-bottom:80px}
.text-gold{color:#c39f75}
.bg-black{background-color:#000}
.nav-link:focus,.nav-link:hover,.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:#fff}
.scale-up img:hover{transform:scale3d(1.05,1.05,1.05)!important}
/* --------------- Buttons (btn-theme,btn-white)  ---------------------- */
.btn-theme,.btn-white{display:inline-block;position:relative;z-index:1;overflow:hidden;text-decoration:none;font-weight:500;font-size:1rem;padding:8px 40px;color:#c39f75;border:.15em solid #c39f75;border-radius:calc(.75em + .5em + .15em);transition:4s}
.btn-white{color:#000;border:.15em solid #fff;background-color:#fff}
.btn-theme:after,.btn-theme:before{content:'';position:absolute;top:-1.5em;z-index:-1;width:200%;aspect-ratio:1;border:none;border-radius:40%;background-color:rgba(184,107,19,.25);transition:4s}
.btn-theme:before{left:-80%;transform:translate3d(0,5em,0) rotate(-340deg)}
.btn-theme:after{right:-80%;transform:translate3d(0,5em,0) rotate(390deg)}
.btn-theme:focus,.btn-theme:hover,#gallery-page .btn-theme.active{color:#fff}
.btn-theme:focus:after,.btn-theme:focus:before,.btn-theme:hover:after,.btn-theme:hover:before,#gallery-page .btn-theme.active:after,#gallery-page .btn-theme.active:before
{transform:none;background-color:rgba(195,159,117,.75)}

/*---------------- Header ---------- */
.nav-link {
  color: #909090;
  font-weight: 500;
  padding: 8px 16px !important;
}

.nav-link.dropdown-toggle {
  padding-right: 24px !important;
}

#mynavbar ul .dropdown-menu {
  display: none;
  top: 43px;
  border-radius: unset;
}

#mynavbar li {
  list-style: none;
  position: relative
}

.dropdown-toggle::after {
  content: unset;
}

#mynavbar ul li.menu-item-has-children i.mobile-arrows {
  position: absolute;
  top: -4px;
  right: -12px;
  font-size: 18px;
  padding: 12px;
  margin: 0;
  font-weight: 900;
  cursor: pointer;
  display: block;
}

@media (min-width:992px) and (max-width:1200px) {
  #mynavbar ul li.menu-item-has-children i.mobile-arrows {
    left: 55px;
  }
}

@media (max-width: 992px) {
  #mynavbar ul li.menu-item-has-children i.mobile-arrows {
    left: unset;
    right: 279px;
  }
}

#mynavbar .mobile-arrows {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#mynavbar .mobile-arrows.is-open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Hero Section */
#hero-section .swiper {
  width: 100%;
  height: 100%
}

#hero-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center
}

#hero-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 800px;
  object-fit: cover
}
/* Inner banner */
#header {
  position: absolute;
  z-index: 999;
  display: table-header-group;
  width: 100%
}
#inner-banner .banner-hero{
  width: 100%;
  height: 100vh;
  object-fit: cover
}
#hero-section .carousel-caption {
  bottom: 16%
}
#inner-banner .carousel-caption {bottom: 36%;}

#hero-section .swiper-button-next:after,
#hero-section .swiper-button-prev:after,
#hero-section .swiper-rtl .swiper-button-next:after,
#hero-section .swiper-rtl .swiper-button-prev:after {
  content: '\F138';
  font-family: bootstrap-icons;
  background: #ffffff0a;
  color: #fff;
  padding: 10px;
  font-size: 26px
}

#hero-section .swiper-button-prev:after,
#hero-section .swiper-rtl .swiper-button-next:after {
  content: '\F12F'
}

#hero-section .swiper-button-next,
#hero-section .swiper-rtl .swiper-button-prev {
  right: 3%;
  left: unset
}

#hero-section .swiper-button-prev,
#hero-section .swiper-rtl .swiper-button-next {
  right: unset;
  left: 3%
}

#hero-section .text_border {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white
}

.navbar-toggler {
  background-color: #fff;
  border: var(--bs-border-width) solid rgb(0 0 0)
}

@media (min-width:1201px) {
  #hero-section .swiper-slide img, #inner-banner .banner-hero {
    height: 600px
  }
}

@media (max-width:1200px) {
  #mynavbar ul li.menu-item-has-children i.mobile-arrows {
    right: -10px;
    left: unset
  }

  #hero-section .swiper-slide img ,#inner-banner .banner-hero{
    height: 600px
  }

  .nav-link {
    padding: 8px 9px !important
  }
}

@media (max-width:992px) {

  .dropdown-menu,
  .navbar-nav {
    text-align: center
  }

  #mynavbar ul li.menu-item-has-children i.mobile-arrows {
    right: 97px
  }

  .navbar-nav {
    background: #000
  }
}
@media (max-width:1244px) {
  #hero-section .carousel-caption,#inner-banner .carousel-caption {
    bottom: 18%
  }
}
@media (max-width:769px) {

  #hero-section .swiper-button-next,
  #hero-section .swiper-button-prev {
    display: none
  }
  .pt-100 {
    padding-top: 60px;
  }
  #hero-section .carousel-caption,#inner-banner .carousel-caption {
    bottom: 20%
  }
  .pb-100 {
    padding-bottom: 60px;
  }
}

@media (max-width:340px) {
  #hero-section .carousel-caption {
    bottom: 3%
  }
  #inner-banner .carousel-caption {
    bottom: 13%
  }
  h1 {
    font-size: 2.6rem;
    line-height: 2.8rem
  }
}

.char {
  transform: translateY(115px);
  transition: transform .5s
}


/* FOOTER */
#footer h6 {
  color: #c39f75;
}

#footer ul li a {
  color: white;
}

#footer a:hover {
  color: #c39f75;
}

#footer a {
  color: white;
}

#footer .fa,
.bi {
  color: #c39f75;
}

#footer .fa {
  border: 1px solid #c39f75;
  padding: 9px 10px;
  border-radius: 50%;
  margin-right: 10px;
}

#footer .fa-facebook {
  padding: 9px 13px;
}

#footer .all-products {
  border-bottom: 2px solid #c39f75;
  color: #c39f75;
}

#footer-1 a {
  color: white;
}

#footer-1 a:hover {
  color: #c39f75;
}

#events,
#news-update, .bg_gray {
  background: #ffffff17;
}

.bg_page {
  background-repeat: no-repeat;
  background-position: center center;
  background: url(../images/bg.png);
  background-size: cover;
}



/* About */
#about figcaption {
  left: 25%;
  bottom: 22%;
  cursor: pointer;
}

#about .youtube:hover figcaption {
  font-weight: bold;
}

.pulse {
  animation: pulse-animation 2s infinite;
  border-radius: 100%;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 1);
  }

  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}

.border-golden {
  box-shadow: rgba(195, 159, 117, 0.2) 0px 12px 28px 0px, rgba(195, 159, 117, 0.1) 0px 2px 4px 0px, rgba(195, 159, 117, 0.05) 0px 0px 0px 1px inset;
  border: 3px solid #c39f75;
  border-radius: 10px;
}

.any-sundayimg {
  margin-top: -44%;
  width: 100%;
}

.any-sundaytext {
  margin-top: -78px;
}

/* NEWS-UPDATES */
#news-update .img-box {
  position: relative;
}

#news-update .img-content {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgb(195, 159, 117, 0);
  top: 0px;
  transition-duration: 0.8s;
}

#news-update .img-content-1 {
  position: absolute;
  bottom: 0px;
  padding-left: 10px;
  transition-duration: 0.8s;
  transform: rotateX(90deg);
  transform-origin: bottom;
  transition-duration: 0.8s;
}

#news-update .img-box:hover .img-content {
  background-color: rgb(195, 159, 117, 0.5);
}

#news-update .img-box .img-content-1 {
  transform: rotateX(0deg);
}

#dj-profile .border-golden {
  background: #000;
}

.slider_before::before {
  content: '';
  background: url(../images/left_slider.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -81px;
  top: 23px;
}

.slider_before::after {
  content: '';
  background: url(../images/right_slider.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 84%;
  top: 24px;
}
/* .glass {
  right: -85px;
} */
.whisky-bottle{top: -50px;}
.earphone {
  right: -32px;
  top: -38%;
}
#dj-profile .swiper-pagination,.swiper_prev_next .swiper-pagination{display: none;}
#dj-profile .swiper-button-next, #dj-profile .swiper-button-prev,.swiper_prev_next .swiper-button-prev,.swiper_prev_next .swiper-button-next{ color: #c39f75;}
#dj-profile .swiper-button-next:after, #dj-profile .swiper-button-prev:after,.swiper_prev_next .swiper-button-next:after,.swiper_prev_next .swiper-button-prev:after{font-size: 28px;}
@media (min-width:1400px) {.slider_before::before{right: -114px;}}
@media (max-width:1200px) {#dj-profile .swiper-button-next, #dj-profile .swiper-button-prev {display: none;}.slider_before::before{right: -12px;}.slider_before::after{left: 88%;}}
@media (max-width:991px){.slider_before::before,.slider_before::after {display: none;}}#dj-profile .swiper-button-next, #dj-profile .swiper-button-pre {display: block;}
.glass {
  right: -85px;
}
@media (max-width:769px) {
  #hero-section .carousel-caption{
    bottom: 10%;
  }
  figcaption small{font-size: 12px;}
  #hero-section .swiper-slide img,#inner-banner .banner-hero {
    height: 500px;
}
  .glass img, .earphone img{width: 140px;}
  .glass {
    right: 0px;
    bottom: -17%;
}
#about-page .glass {
  right: 0px;
  bottom: -7%;
}
.earphone img{width: 90px;}
.earphone{right: 8px;
  top: -98px;}
#dj-profile .swiper-horizontal>.swiper-pagination-bullets,#dj-profile .swiper-pagination-bullets.swiper-pagination-horizontal,#dj-profile .swiper-pagination-custom,#dj-profile .swiper-pagination-fraction{bottom: 1%;}
#dj-profile .swiper-pagination-bullet-active,#dj-profile .swiper-pagination-bullet{background: #c39f75;}
#dj-profile .swiper-pagination{display: block;}
#dj-profile .swiper-button-next, #dj-profile .swiper-button-prev {display: none;}
}
@media (max-width:360px) {  figcaption small{font-size: 12px;}}
 
  .wave {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    background: #ffffff00;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -476px;
    transform-origin: 50% 49%;
    border-radius: 43%;
    box-shadow: 0 16px 24px 2px rgb(171 142 107 / 47%), 0 6px 30px 5px rgb(205 175 139 / 11%), 0 8px 10px -5px rgb(196 161 120 / 7%);
    animation: drift 5000ms infinite linear;
 }
 .btn-white .wave {
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 10%), 0 6px 30px 5px rgb(0 0 0 / 11%), 0 8px 10px -5px rgb(0 0 0 / 7%);

 }
 .btn-theme:focus .wave, .btn-theme:hover .wave {
  box-shadow: unset;

 }
 @keyframes drift {
  from {
   transform: rotate(0deg);
  }
  from {
   transform: rotate(360deg);
  }
 }
 #hero-section .swiper-button-prev:hover, #hero-section .swiper-button-next:hover{transform: scale(1.5);}

 .an{
  animation-name: flo;
  animation-duration: 3s;
  animation-iteration-count: infinite;
    }
    @keyframes flo{
  50%{
    transform: translateY(20px);
  }
}
.hithere {
  animation: hithere 1s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


.breadcrumb-item+.breadcrumb-item::before{content: unset;}

#contact form input{height: 50px;}
#contact .background-map{position:absolute;z-index:1;}
#contact .bg-green{background-color:rgb(0 0 0 / 56%);position:relative;z-index:2;height: 580px;}
#contactus .border-start {border-color:#f29100 !important;}
.btn-transparent {
  border-color: white;
  color: white;
}
@media (max-width: 992px) {
  #contact .bg-green{height: auto;}
    #contactus .border-start { border-left: none!important;border-right: none!important;}   
}

/* events booking */
.box_gold{
  background: #ffffff1a;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.event_detail{
  padding: 30px;
}
.event_date div{width: 70px;}
@media (min-width: 991px) and (max-width: 1200px) {
  .event_detail{
    padding: 30px 0px;
  }
}
@media (min-width: 452px) and (max-width: 991px){
  .event_date div{width: 70px;}
}
@media (max-width: 451px){
  .event_date div{width: 88px;}
  .swiper_prev_next .swiper-button-next,.swiper_prev_next .swiper-button-prev{display: none;}
  .swiper_prev_next .swiper-pagination{display: block;}
}

/* About page */
.swiper-pagination-bullet{background: #c39f75;}
.mySwiper .swiper-pagination{bottom: 16px !important;left: -10px !important;} 
.swiper_prev_next .swiper-pagination{bottom: 0px !important} 
#lighthouse1 .middle,#gallery_grid .middle{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  height: 100%;
    width: 100%;
    background: #c68f2175;
}
#lighthouse1 .img_hover figcaption i ,#gallery_grid .img_hover figcaption i{
    font-size: 30px;
    color: white;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
#lighthouse1 .img_hover:hover .image,#gallery_grid .img_hover:hover .image {
  opacity: 0.3;
}

#lighthouse1 .img_hover:hover .middle ,#gallery_grid .img_hover:hover .middle {
  opacity: 1;
}


.img_hover{
    box-shadow: rgba(195, 159, 117, 0.2) 0px 12px 28px 0px, rgba(195, 159, 117, 0.1) 0px 2px 4px 0px, rgba(195, 159, 117, 0.05) 0px 0px 0px 1px inset;
  /* box-shadow: rgba(255, 255, 255, 0.1) 0px 20px 25px -5px, rgba(255, 255, 255, 0.04) 0px 10px 10px -5px; */
}

/*  FOOD LIST  */
#contact1 .food{border-radius: 50%; height:164px; width:164px;}
#contact1 .food-card{justify-content: stretch;align-self: stretch;} 
#contact1 .foot-item{display: flex;flex-direction: column;align-items: center;}
#contact1 .foot-item a{margin-top: auto;}
#contact1 .cost{color: #cccc99;}
#contact1 .info{font-size:16px; font-weight:400;}
.inner-img{border-radius:10px; height: 250px;}
.swiper-slide{height: auto !important;}
.food_items p{text-align: center;}
@media (max-width: 400px){
  .food-card {height: 580px !important;}
}
.food_items .foot-item{margin-left: 15px; margin-right: 15px;}
.t_1{
  transform: translate(0, 0);
}
#mynavbar ul .dropdown-menu{
  box-shadow: rgb(151 110 71) 0px 5px 15px;
  background: rgba(195, 159, 117, 0.47);
  border: 1px solid #c39f75;
}
#mynavbar .dropdown-item{color: white;}
.food_items.dropdown-item:focus, .dropdown-item:hover{ background-color: #0000009c;}
.food_items .slick-prev:before,.food_items .slick-next:before{
  font-family: FontAwesome  !important;
  content: "\f104" !important;
  color: #c39f75 !important;
  font-size: 40px !important;
}
.food_items .slick-next:before{
  content: "\f105" !important;
}
.food_items .slick-dots li.slick-active button:before{
  color: white  !important;
}
.food_items .slick-dots li button:before{
  font-size: 50px !important;
  color: white  !important;

}
.price_table tr a{font-size: 14px;}
.price_table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.price_table table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.price_table table tr {
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

.price_table table th,
.price_table table td {
  padding: 24px .625em;
}


@media screen and (max-width: 769px) {
  .price_table table {
    border: 0;
  }
  .price_table .d_none{display: none;}
.qty-input{
  margin-left: auto!important;

}
  .price_table table caption {
    font-size: 1.3em;
  }
  
  .price_table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .price_table table tr {
    border-bottom: 3px solid #c39f71;
    display: block;
    margin-bottom: .625em;
  }
  
  .price_table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .price_table table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .price_table table td:last-child {
    border-bottom: 0;
  }
}
/* Quantity event-details */

.qty-input .product-qty, .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus, .qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.qty-input {

  border-radius: 4px;
    border: 1px solid #c39f757d;
    width: fit-content;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#ticket-price input,textarea.form-control,.form-control:focus,.input-group-text{
    border: 1px solid rgb(255 255 255 / 39%) !important;
    color: rgb(255, 255, 255);
}
.form-check-input,.form-check-input:checked{
  background-color: transparent;
}

.form-check-input:focus{
  box-shadow: 0 0 0 0.25rem #c39f7547;
}
.border_bottom{
  border-bottom: 3px solid #c39f7136;
}
.read-more-content{
	display: none;
	padding-top: 22px;
}
.read-more{
	display: inline-block;
	margin-top: 8px;
}.timeline-info {
	position: relative;
	background: #f3f1f1;
	padding: 24px 20px 18px;
	margin-bottom: 12px;
	border: 1px solid #f3f1f1;
	border-radius: 8px;
	margin-left: 54px;
}
option:hover {
  background-color: #488f8f !important; 
} 
.date_black{
  color-scheme: dark;
  width: 100%;
  border: 1px solid rgb(255 255 255 / 39%) !important;
    color: rgb(255, 255, 255);
    padding: 1.625rem 0.75rem 0.625rem;
}
.form-floating.date_label > label{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
  opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.ui-timepicker-standard a{
  color: #fff;
}
.ui-timepicker-standard{
  background: rgb(33, 37, 41);
}
.ui-timepicker-container.ui-timepicker-standard {
  z-index: 111 !important;
}
#event-booking h2,#event-details h2{font-size: 2.8125rem;}

.btn_large::after,.btn_large::before{
  top: 10em !important;
}