.home #booking-inline{
	top:70%;
	z-index: 1;
	left: 0;
	right: 0;
	max-width: 1400px;
	margin: 0 auto
	}

.booking-form {    display: flex;
    margin-right: -15px;
    margin-left: -15px;}

.booking-form .section {
    position: relative;
    height: 100vh
}

.booking-form  .section .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.booking-form {
    position: absolute;
    /*padding: 40px;*/
    overflow: hidden;
    /*background-image: url('http://borgocampello.adwlabs.it/wp-content/uploads/2021/04/Borgocampello.jpg');
    background-size: cover;
    background-position: center center;
    /*border-radius: 5px;*/
    z-index: 3;
    top:50%;
    margin: 0 auto;    
}


.booking-form .form-header {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    margin: 0px;
    color: #fff
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.booking-form .form-control {
    background-color: rgba(255, 255, 255, 0.5);
    height: 40px;
    padding: 0px 15px;
    border: none;
    border-radius: 40px;
    color: #000;
    -webkit-box-shadow: 0px 0px 0px 2px transparent;
    box-shadow: 0px 0px 0px 2px transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control::placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.booking-form .form-control:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #dbe2ef;
    box-shadow: 0px 0px 0px 2px #dbe2ef
}

.booking-form input[type="date"].form-control {
    padding-top: 16px
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form input[type="date"].form-control+.form-label {
    opacity: 1;
    top: 10px
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.booking-form select.form-control:invalid {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px
}

.booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.booking-form select.form-control option {
    color: #000
}

.booking-form .form-label {
    position: absolute;
    top: -20px;
    left: 15px;
    opacity: 1;
    color: #CEAF57;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
}

.booking-form .form-group.input-not-empty .form-control {
    padding-top: 16px
}

.booking-form .form-group.input-not-empty .form-label {
    opacity: 1;
    top: 10px
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9
}

@media(min-width:1200px){
	#booking-inline.booking-top{
	position: fixed !important;
	top: 100px;
	left: 0;
	right: 0;
	padding-top: 0;
	z-index: 2		
	}
	
	.home #booking-inline.booking-top{
		max-width: 100%;
		background-color: rgba(255,255,255,.8)
	}
	
	.home #booking-inline.booking-top .booking-form{
		max-width: 1400px; margin: 0 auto;
	}
		
	.home #booking-inline.booking-top .booking-form:before{
		background: none;
	}
	
	 #booking-inline.booking-top{
		position: fixed !important;
		top: 105px;
		border-top:1px solid #dee2e6;
		border-bottom:1px solid #dee2e6
	}
	
	#booking-inline.booking-top .booking-form{
		padding-top: 2rem !important;
	}
	
	#booking-inline.booking-top .best-price{display: none;}
}

#tool-booking-bottom input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
#tool-booking-bottom { backdrop-filter: blur(30px);  -webkit-backdrop-filter: blur(30px); overflow: hidden; --bs-bg-opacity:0.30}

#booking-bottom input, #booking-bottom select, #booking-bottom option{
	 max-width: 100px; font-size: 0.85rem
	 }

#title-booking-bottom{max-width: 250px;transition: max-width .8s; max-height: 36px; overflow: hidden}

.scroll-position-at-top .title-booking-bottom {max-height:inherit}

.scroll-position-not-at-top #title-booking-bottom{max-width: 0px !important;  transition: all .5s ease-in-out}

.scroll-position-not-at-top	.title-booking-bottom{opacity: 0; transition: opacity .5s; max-height: 0}


.booking input::-webkit-calendar-picker-indicator{
	display: none;
}
.booking input[type="date"]::-webkit-input-placeholder{
	visibility: hidden !important;
}