*{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
h1,h2,h3,h4,h5{
  font-family: "Exo 2", sans-serif;
}
h2{
  font-size: 36px;
  font-weight: 500;
}
h3{
  font-size: 25px;
  font-weight: 500;
}
h6{
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
}
.btn{
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  box-shadow: 0px 9px 4px -6px rgba(0, 0, 0, 0.23);
  border-radius: 4px 4px 4px 4px;
}
.btn-primary, .btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #fff;
  background-color: #c2aa79;
  border-color: #c2aa79;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-secondary{
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #c2aa79;
  border-color: #c2aa79;
}
.btn-outline-primary {
  color: #c2aa79;
  border-color: #c2aa79;
}
.btn-outline-primary:hover{
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn:focus-visible {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.error{
  color:#ff0000;
  font-size: 14px;
}
.hide { display: none; }
.fade-in { animation: fadeIn 0.5s ease-in; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.item { margin: 4px; display: inline-block; }
.venue-box{
  padding: 10px 15px;
  background-color: #c2aa79;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
button.hollow.button {
  width: 100px;
  height: 45px;
  text-align: center;
  background: transparent;
  border: 1px solid #c49826;
  cursor: pointer;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
button.selected {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}
button.booked {
  background-color: #c2aa79 !important;
  color: #fff !important;
  cursor: not-allowed;
  border: 1px solid #c2aa79 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  /*display:none;*/
}
button {
  background-clip: padding-box !important;
}
button.hollow.button:disabled { opacity: 0.5;cursor: not-allowed; }
.owl-carousel .item {
  text-align: center;
  padding: 8px 10px;
  border: 1px solid #ddd;
  margin-right: 10px;
  background-color: #c2aa79;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.owl-carousel .item:hover {
  transform: scale(1.05);
  background-color: #e0e0e0;
}
.owl-carousel .item.selected {
  background-color: #000;
  color: white;
}
.date-img {
  max-width: 100px;
  margin-bottom: 10px;
}
.date-info .p1 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.date-info .p2{
  font-size: 18px;
  color: #0f0c08;
}
.date-info .p3{
  font-size: 14px;
  color: #0f0c08;
  font-weight: 600;
  opacity: 0.5;
}
.date-info .p4{
  font-size: 0px;
  display:none;
}
.date-info-box{
  margin-top: 2px;
  padding: 5px 12px;
  background-color: #fdfdfd;
  border-radius: 10px;
}
.item.selected .date-info .p3{
  opacity: 1;
}
/*==============================================OWL CAROUSEL ==================================*/
.owl-theme .owl-nav [class*=owl-] {
  margin: 0 !important;
}
.owl-carousel .owl-nav button span{
  opacity: 0;
  width: 0;
  height: 0;
}
.owl-carousel .owl-nav button:focus{
  outline: none !important;
  border:0 !important;
}
.owl-carousel .owl-nav button:hover{
  background: transparent !important;
}
.owl-carousel .owl-nav button.owl-next::after,.owl-carousel .owl-nav button.owl-prev::after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    top: 10px;
    right: 05px;
    bottom:05px;
    left: 20px;
    transform: rotate(45deg);
    border-radius: 0;
    border:3px solid #c2aa79;
    border-left: 0;
    border-bottom: 0;
}
.owl-carousel .owl-nav button.owl-prev::after{
  left: 20px;
  margin-left: -10px;
  margin-top: -5px;
}
.owl-carousel .owl-nav button.owl-next::after{
  margin-left: -10px;
  margin-top: 10px;
}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
    width: 30px;
    height: 30px;
    /*background: #fff !important;
    border-radius: 50%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);*/
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -40px;
    top: 39%;
    transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -40px;
    top: 39%;
}

.summary-box{
  background-color: #f8f5f0;
  padding: 25px 20px;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.sum-box{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 10px;
}
.sum-box span{
  font-weight: 300;
}
.promobox{
  background-color: #c2aa79;
  padding: 10px 15px;
  border-radius: 10px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 1rem;
  color: #fff;
}
.dja{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.dja .bii{
  background-color: #fff;
  padding: 5px 10px 2px 10px;
  border-radius: 50%;
  color: #000;
  font-size: 25px;
}
.form-control {
    border: 0;
    border-bottom: 1px solid #54595f;
    border-radius: 0;
    flex-grow: 1;
    padding: 12px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #54595f;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.staff-image{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
@media only screen and (max-width: 1370px) {
    h2 {
        font-size: 32px;
        line-height: 39px;
    }
    h3{
      font-size: 27px;
      font-weight: 500;
    }
}
@media only screen and (max-width: 1200px) {
    h2 {
        font-size: 29px;
        line-height: 35px;
    }
    h3{
      font-size: 24px;
      font-weight: 500;
    }
}
@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 28px;
        line-height: 33px;
    }
    h3{
      font-size: 23px;
      font-weight: 500;
    }
    *{
        font-size: 15px;
    }
    .btn{
        font-size: 17px;
    }
}
@media only screen and (max-width: 880px) {
    h2{
        font-size: 23px;
    }
    
    h3{
      font-size: 18px;
      font-weight: 500;
    }
    *{
        font-size: 15px;
    }
    .btn{
        font-size: 17px;
    }
}
@media only screen and (max-width: 501px) {
    h2{
        font-size: 23px;
        line-height: 28px;
    }
    h3{
      font-size: 18px;
      font-weight: 500;
    }
    *{
        font-size: 15px;
    }
    .btn{
        font-size: 15px;
    }
    .owl-carousel .item {
        padding: 4px 7px;
    }
    .date-info-box {
        padding: 11px 11px 0px 11px;
    }
    .owl-nav{display:none;}
    .date-info .p1 {font-size: 13px;}
    .date-info .p2 {font-size: 16px;line-height: 0.7;}
    .date-info .p3 {font-size: 13px;}
    button.hollow.button {width: 80px;}
    .staff-image{
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
}
div#paymentSummary {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 100%;
    overflow-y: auto;
}
#mobile-footer {
  z-index: 1050;
  box-shadow: 0px -7px 4px -6px rgba(0, 0, 0, 0.23);
}