@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

body{
	font-family: 'Open Sans'
}
.logo{
	font-size: 25px;
}
.bg-logo-section{
	
	box-shadow: 0 0 25px #222222 !important;
	position: relative;
	z-index: 1000;
}

.bg-logo-section,.bg-navbar-section{
	background-color: #E6E6E6;

}

button{
	background-color:  #837F7F;
}
.mobile-menu-section{
	position: fixed;
	width: 50%;
	top: 0;
	bottom: 0;
	z-index: 10000;
	background-color: #837F7F;
	transition: .5s;
	display: none;
}
.mobile-menu-section.menu{
	left: 0;
}

.bottom-mobile-section{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}
.btn-table{	
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.btn-show,.btn-close{
	
	outline: none !important;
	border: none !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	display: none;
	font-size: 24px;
}
.btn-show{	
	color: #837F7F;
	left: 10px;

}

.btn-close{	
color: #000;
	right: 10px;

}
.bottomless-section h1{
	font-size: 3.3rem;
}

.bottomless-section p{
line-height: 50px;	
}
.bottomless-section button{
	border-radius: 10px;
}

.fabulous-section{
	background-color: #e95160;
}
.img-section{
	background-color: #f7d8d3;
}
@media screen and (max-width: 991px){
	.bg-navbar-section{
		display: none;
	}

	.btn-table{
		display: none;
	}

	.btn-show,.btn-close{
		display: block;
	}

	.mobile-menu-section{
		left: -100%;
		display: block;
	}

	.contact-footer{
		display: block !important;
	}

	.contact-footer .card{
		width: unset !important;
		padding-top: unset !important;
		padding-bottom: unset !important;
	}
}


.card-width-date{
	width: 30rem;
}

@media screen and (max-width: 991px){
	.card-width-date{
		width: 27rem !important;
	}
}


@media screen and (max-width: 540px){
	.card-width-date{
		width: 30rem;
	}

	.img-section{
		padding-left: 0 !important;
		padding-right: 0!important;
	}
}

@media screen and (max-width: 480px){
	.card-width-date{
		width: 27rem;
	}
}

@media screen and (max-width: 414px){
	.card-width-date{
		width: 22rem;
	}

	.img-margin{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}


}

@media screen and (max-width: 360px){
	.card-width-date{
		width: 22rem !important;
	}
	.container,.container-fluid{
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

.card-date::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10;
	opacity: .5;
}
.card-date.card-date-active::before{
	display: none;
}
.datepicker {
  width: 100%;
  height: 100%;
  background: #fdfdfd;
  border-radius: 10px;
  margin: 15px auto;
  overflow: hidden;
}


.datepicker .ui-datepicker-inline {
  padding: 30px;
}
.datepicker .ui-datepicker-header {
  text-align: center;
  font-size: 1.4em;
  padding-bottom: .5em;
  letter-spacing: .1em;
  color: #333;
}
.datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker .ui-datepicker-header .ui-datepicker-next {
  float: left;
  cursor: pointer;
  font-size: 1.4em;
  padding: 0 5px;
  margin-top: -8px;
  color: #ddd;
  transition: .6s;
}
.datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  transform: translateX(-25px)
}
.datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  transform: translateX(25px)
}
.datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.datepicker .ui-datepicker-calendar thead {
  color: #ddd;
}
.datepicker .ui-datepicker-calendar tr th,
.datepicker .ui-datepicker-calendar tr td {
  padding-bottom: .4em;
}
.datepicker .ui-datepicker-calendar a {
  color: #333;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
.datepicker .ui-datepicker-calendar a:hover {
  background: #da89a2;
  color: #fff;
  transition: .7s;
  transform: scale(1);
}
.datepicker .ui-datepicker-calendar .ui-state-highlight {
  background: #da89a2;
  color: #fff;
}
.datepicker .ui-datepicker-calendar .ui-state-highlight:hover {
  color: #fff;
}

.minus{
	display: none;
}

.minus.minus-active{
	display: block;
}
.plus.plus-active{
	display: none;
}
.terms-content{
	overflow: hidden;
	height: 0;
	transition: .5s;
}

.terms-content.terms-content-active{
	height: 200px;
}

.accordion span{
	font-size: 18px;
}

@media screen and (max-width: 1024px){
	.terms-content.terms-content-active{
		height: 220px;
	}
}

@media screen and (max-width: 991px){
	.terms-content.terms-content-active{
		height: 260px;
	}

	.footer-width-info{
		width: 100% !important;
	}

	.info-site{
		text-align: center !important;
	}

	.footer-content .sg{
		text-align: center !important;
	}

	.footer-content .copy-right-text{
		text-align: center !important;
	}

	.footer-content .col-copy-right{
		padding-right: 0 !important;
	}

}

@media screen and (max-width: 768px){
	.terms-content.terms-content-active{
		height: 360px;
	}
}

@media screen and (max-width: 540px){
	.terms-content.terms-content-active{
		height: 400px;
	}
}

@media screen and (max-width: 480px){
	.terms-content.terms-content-active{
		height: 500px;
	}
}

@media screen and (max-width: 375px){
	.terms-content.terms-content-active{
		height: 550px;
	}
}

#open-times{
	cursor: pointer;
}
.opening-times-mobile{
	height: 0px;
	overflow: hidden;
	transition: .5s;
}

.opening-times-mobile.opening-times-mobile-active{
	height: 130px;
}

.card-mobile{
	display: none;
}

@media screen and (max-width: 1024px){
	.card-dektop{
		display: none;
	}
	.card-mobile{
		display: block;
	}

}