/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Henshin Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Henshin.woff') format('woff');
}
#no-scroll {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  -ms-touch-action: none;
}
html, body{
  scroll-behavior: smooth;
}
.loginonly, .loginonly body, .loginonly body main, .loginonly body section, .loginonly body section .row {
    height: -webkit-fill-available;
}
body{
  background: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
/*  touch-action: none;
  -ms-touch-action: none;*/
}

/*.headitemshow, .headitemshow body {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}*/
a:hover{
  color: #009eff;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-container{
  padding: 0 150px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
}
/* common css */
.wd-main-title{
  font-size: 37px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  margin-bottom: 15px;
}
.wd-sub-title{
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  margin-bottom: 16px;
}
.wd-white-bx{
  background: rgb(0 0 0 / 20%);
  border: 1px solid #FFFFFF33;
  box-shadow: 0px 16px 24px 0px #000000D9;
  padding: 30px 25px;
  border-radius: 18px;
}
/* common css [END] */
.wd-ukio-blog{

  background: url(../images/ukio-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;

}
.wd-ukio-blog::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/shape.png) no-repeat;
  width: 335px;
  height: 283px;
  animation: bounce 3s linear infinite alternate;
}
.wd-ukio-blog::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: hsl(0deg 0% 0% / 70%);
  z-index: 1;
}

@keyframes bounce {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-20px);
	}
}
.start-ukio-bx{
  margin-left: auto;
}
.wd-welcom-area{
  width: 715px;
  text-align: center;
}
.wd-brand{
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.wd-welcom-area .wd-brand img{
  height: 150px;
  object-fit: contain;
}
.wd-brand img{
  height: 83px;
  object-fit: contain;
}
.wd-welcom-area h1{
  font-family: 'Henshin Regular';
  font-weight: 400;
  font-size: 42px;
  color: #FFFFFF;
  text-shadow: 0px 12px 24px #141414;
  margin: 0 0 20px;
}
.wd-welcom-area h1 span{
  color: #D92329;
}
.wd-welcom-area p{
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
}
.wd-btn-grps{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.book-tbl-btn{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  background: #D92329;
  border: 1px solid #D92329;
  box-shadow: 0px 6px 10px 2px #d9232978;
  color: #FFF;
  padding: 13px 20px;
  border-radius: 100px;
  margin: 40px 0 0;
  min-width: 200px;
}
.book-tbl-btn:hover{
  background: transparent;
  color: #D92329;
  border: 1px solid #D92329;
}
.book-tbl-btn:hover svg path{
  fill: #D92329;
}
/* Select Location */
.wd-location-area, .wd-select-time, .wd-select-date, .wd-people-count, .wd-book-tbl{
  width: 600px;
}
.wd-location-area .wd-white-bx{
  padding: 45px 45px 35px;
}
.wd-img-grp{
  display: flex;
  align-items: flex-start;
  gap: 35px;
  justify-content: space-between;
}
/* custom radio for select location */
.wd-radio-area{
  margin-bottom: 15px;
  width: 100%;
}
.wd-radio-area label{
  width: 100%;
  margin-bottom: 0;
}
.radio-location  [type="radio"]:checked,
.radio-location  [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-location p label{
  margin-bottom: 0;
}
.wd-area-img{
  position: relative;
  margin-bottom: 8px;
}
.wd-area-img{
  box-shadow: 0px 10.48px 20.96px 0px #0000008C;
  height: 154px;
  width: 100%;
  border-radius: 18px;
  border: 2px solid transparent;
}
.wd-area-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.wd-area-img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00000066;
  border-radius: 18px;
}
.wd-place-area{display: block; width: 100%;}
.wd-place-area h3{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
}
.radio-location  [type="radio"]:checked + label .wd-area-img{
  content: '';
  border: 2px solid #D92329;
}
.radio-location [type="radio"]:checked + label .wd-area-img::before{
  display: none;
}
.radio-location  [type="radio"]:checked + label .wd-place-area  h3{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
  color: #D92329;
}
.wd-location-bx .owl-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wd-location-bx .owl-carousel button.owl-dot{
  background: #C4C4C4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0px 2px 2px 0px #00000033;
}
.wd-location-bx .owl-carousel button.owl-dot.active{
  background: #D92329;
  width: 25px;
  border-radius: 40px;
}
/* select date */
.wd-booking-dtls{
  background: #0000004D;
  border-radius: 16px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.wd-book-location img{
  border: 2px solid #D92329;
  box-shadow: 0px 10.48px 20.96px 0px #0000008C;
  height: 69px;
  border-radius: 10px;
  object-fit: cover;
  max-width: 105px;
}
.wd-book-data{
  min-width: 100px;
  border-right: 1px solid #FFFFFF33;
}
.wd-book-data:last-child{border-right: none;}
.wd-book-data h4{
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  color: #D92329;
}
.wd-book-data p{
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 0;
}
/* Select Time: Availability */
/* select Time: Radio */
.wd-radio-time{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0px;
}
.wd-radio-time p{
  margin-bottom: 0;
}
.wd-radio-time label{
  position: relative;
  padding: 6px 10px;
  margin-bottom: 0;
  cursor: pointer;
  min-width: 69px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  border: 1px solid #FFFFFF1A;
  border-radius: 90px;
  background: #FFFFFF1A;
}
.wd-radio-time [type="radio"]:disabled ~ label{
  opacity: 0.2;
}
.wd-radio-time [type="radio"]:checked,
.wd-radio-time [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.wd-radio-time [type="radio"]:checked + label{
  background: #D92329;
  color: #FFF;
}
.wd-radio-time [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.wd-radio-time [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Count People */
.wd-radio-people{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0px;
}
.wd-radio-people p{
  margin-bottom: 0;
}
.wd-radio-people label{
  position: relative;
  padding:0;
  margin-bottom: 0;
  cursor: pointer;
  width: 34px;
  height: 34px;
  object-fit: contain;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  border: 1px solid #FFFFFF1A;
  border-radius: 90px;
  background: #FFFFFF1A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wd-radio-people [type="radio"]:disabled ~ label{
  opacity: 0.2;
}
.wd-radio-people [type="radio"]:checked,
.wd-radio-people [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.wd-radio-people [type="radio"]:checked + label{
  background: #D92329;
  color: #FFF;
}
.wd-radio-people [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.wd-radio-people [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wd-radio-people label.wd-ppl-grp{
  width: fit-content;
  padding: 9px 20px 9px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wd-radio-people label.wd-ppl-grp span:first-child{
  border-right: 1px solid #FFFFFF1A;
  padding-right: 6px;
}
/* book table */
.wd-booking-form form{
  width: 100%;
}
.wd-filed-grp{
  display: flex;
  align-items: center;
  gap: 15px;
}
.wd-booking-form .form-group{
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}
.wd-booking-form .form-control{
  background: #3C3C3C;
  color: #FFF;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.02em;
  height: auto;
  padding: 14px 25px 14px 16px;
  border-radius: 10px;
}
.wd-booking-form .form-control::placeholder{
   color: #787878;
}
.wd-booking-form .form-control:focus{
  box-shadow: none;
  border: 1px solid #D92329;
}
.form-icon{
  position: absolute;
  top: 0;
  right: 0;
  margin: 14px 16px;
}
.form-icon svg{
  width: 24px;
  height: 25px;
}
.iti{
  display: flex;
}
.iti__flag{
  display: none;
}
.iti__arrow{
  border: none;
  background: url(../images/drop-down.png) no-repeat;
  width: 11px;
  height: 7px;
}
.iti--separate-dial-code .iti__selected-flag{background: transparent;}
.iti__country-list{
  background: #1e1e1d;
}
/* sucessfully Booked table */
.wd-success-area{
  width: 600px;
  text-align: center;
}
.wd-success-area img{
  height: 150px;
  width: 150px;
  object-fit: contain;
  margin-bottom: 35px;
}
.wd-success-area h1{
  font-family: 'Henshin Regular';
  font-weight: 400;
  font-size: 36px;
  color: #19AE6F;
  margin: 0 0 10px;
}
.wd-success-area p{
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: #FFF;
}
/*-------- For Calender (11-09)--------- */
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: transparent;
}
.fc td, .fc th {
    padding: 0;
    text-align: center;
    line-height: 45px;
    border-radius:25px;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
    background: #555555;
    border-color: transparent;
    border-radius:25px;
}

.fc-widget-content{
    height: 45px !important;
}
.fc-day {
    height: 45px;
}
.selected-date {
    background: #D92329 !important;
    background-size:cover;
    width: 100%;
/*    height: 45px;*/
    display: inline-block;
    text-align: center;
}
.fc-button-primary:disabled {
    color: #2C3E50;
    background-color: #fafafa;
    border-color: unset;
}

.book-tbl-btn {
    background-color: #D92329;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
}
.book-tbl-btn svg {
    vertical-align: middle;
}
.calendar{
    height: 10px;
    width: 30px;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td{
    background: transparent;
  }
.fc-unthemed .fc-disabled-day, .fc-button-primary:disabled{
  background: transparent;
}
.fc-unthemed td.fc-today{
    background: none;
}
.fc-day, .fc-widget-content{height: auto;}
.fc-today-button{display: none;}
.fc-button-primary{background: transparent; border: none; color: #FFF;}

.fc-scroller.fc-day-grid-container
{
    height: auto !important;
}
.fc-row.fc-week.fc-widget-content{
    height: auto !important;
}
.selected-date{
    color: white;
    height: 45px;
}
.fc-toolbar h2{
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
}