


 #main_book {
    height: 55.5rem;
    background:url('../Booking/Search/img/booking-inner-img_1.jpg') no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
}

/************* Booking index page - style  ****************/

main .main-form {
    width:60%;
    margin: auto;
    background: white;
    padding: 2rem 6rem;
    border-radius: 1rem;
    position: relative;
}

main nav  {
    display: none;
    width: 115.5rem;
    margin: auto;
    background-color:var(--white-color);
    border-radius: 1rem;
    box-shadow:2px 1px 10px 0px rgb(0 0 0 / 10%);
    text-align:center;
    color:var(--booking-form-dark);
    padding: 0 2rem; 
    margin-bottom: -1rem;
    border: 1px solid var(--border-color);
    position: absolute;
    top: -8rem;
    left: 50%;
    transform: translateX(-50%);
}

main nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

main nav ul li {
    padding: 1.5rem 3rem 1rem;
    cursor: pointer;
}

main nav ul li.active {
    color:var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}

main nav ul li i {
    font-size: 3.5rem;
}

main form .radio-type-regions{
    display: none;
}

main form .radio-type-regions label {
    font-size: 1.4rem;
    opacity: .6;
    padding: 0 1rem;
    border-radius: 3rem;
}

main form .radio-type-regions label.active {
    background:var(--radio-backg);
    opacity:1;
}

main form .search-booking-holder {
    position: relative;
    margin-top: 1.5rem;
}

main form .search-booking-holder label {
    position: absolute;
    left: 1.7rem;
    top: 1.3rem;
    color: var(--gray-color);
    font-size: 1.2rem;
}



main form .search-booking-holder #booking_search {
    padding-top: 3rem;
    padding-bottom: 1rem;
    border:1px solid var(--border-mainbook-color);

}

main form .date-holder{
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 1rem;
    border:1px solid var(--border-mainbook-color);
    border-radius: .5rem;
    margin-top: 3rem;
    padding: 1rem 0rem;
}



main form .calendar-icon {
    color: var(--text-gray-color);
}

main form #booking_date_start, main form #booking_date_end {
    color: var(--text-gray-color);
    width: 17rem;
}

main form #booking_date_end {
    border-color: var(--border-mainbook-color);
    
}

main form .nights {
    color: var(--text-gray-color);
    border-color: var(--border-mainbook-color);
}

main form .booking-travel-button{
    color: var(--text-gray-color);
}

main form .submit {
    text-align: center;
    margin-top: 3rem;
}

main form .submit button {
    background:var(--primary-color);
    color:var(--white-color);
    width: 40%;
    padding: 1.5rem;
    border-radius: 1rem;
    font-size: 2rem;
}

/************* Booking index page - style  END ****************/




/************  Featured HOTELS *************/
.featured-hotels h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.featured-hotels ul {
    display:flex;
	flex-wrap:wrap;
    list-style: none;
    justify-content: center;
    margin-bottom: 4rem;
	gap:30px
}

.featured-hotels ul li {
    border-bottom: 2px solid var(--border-mainbook-color);
    color: var(--primary-color);
    cursor:pointer;
}

.featured-hotels ul li:not(:last-of-type){
    padding-right: 5rem;
}

.featured-hotels ul li span {
    padding-bottom: 2rem;
    display: inline-block;
    position: relative;
}

.featured-hotels ul li span::after{
    content: '';
    width: 0;
    height: .6rem;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all 300ms ease-out;
    border-radius: 2rem;
}

.featured-hotels ul li.active span::after{
    width: 100%;
    background: var(--primary-color);
}


.featured-hotels__holder {
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
	max-width: 155rem;
    margin: auto;
}

.featured-hotels__holder article {
    flex-basis: 31%;
    text-align: center;
    border-radius: 1.5rem;
    border: 1px solid var(--border-color);
    box-shadow:2px 1px 10px 0px rgb(0 0 0 / 10%);
    padding:1rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured-hotels__holder article .hotel-img {
    height: 24rem;
    background-size: cover;
    background-position: center;
    border-radius: 1.5rem 1.5rem 0 0;
}

.featured-hotels__holder article h4 {
    font-size: 2rem;
    margin: 2rem 0 1rem;
    font-weight: 500;
}

.featured-hotels__holder .location-hotel {
    color: var(--gray-color);
}

.featured-hotels__holder .stars {
    color: var(--star-color);
    font-size: 2.4rem;
    margin: 1.5rem 0;
}
.featured-hotels__holder .price-per-night {
    font-size: 1.8rem;
    color: var(--gray-color);
}
.featured-hotels__holder .price-per-night  div {
    color:black;
    font-weight: 600;
    font-size: 2.2rem;
}
.featured-hotels__holder .cta-hotel-btn {
    margin: 1.5rem 0;
}
.featured-hotels__holder .cta-hotel-btn a {
    width: 23.5rem;
    display: inline-block;
    font-size: 1.8rem;
    background: var(--primary-color);
    border-radius: 1.5rem;
    color:var(--white-color);
    padding: 1.5rem 0;
}


/* Travel Advisor */

.travel-advisor {
    background:#F5F6FA;
    padding: 8rem 0;
    margin-bottom: 10rem;
}

.travel-advisor .holder{
    height: 52rem;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.76) 87%), url(../Booking/Search/img/travel-advisor.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 1.5rem;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4rem 6rem;
    color: white;
    font-size: 2rem;
    max-width:155rem;
    margin: auto;
}
.travel-advisor h2 {
    color:var(--white-color);
}

.travel-advisor .holder p {
    width: 30%;
}
.travel-advisor .holder a {
    color:var(--white-color);
    text-decoration: underline;
}

.booking-travel-advisor .holder{
    height: 40rem !important;
    max-width:120rem !important;
}

@media screen and (max-width: 1440px) {
main .main-form {
    width: 80%;
}
.booking-travel-advisor .holder {
    width: 80%;
}
label#view_booking_holder {
    border-top: 0px !important;
}
	.nights {
        border-left: 1px solid #d7d7d9 !important ;
        border-right: 1px solid #d7d7d9 !important ;
	}
}

@media screen and (max-width: 1199px) {
main .main-form {
    width: 90%;
}
.travel-advisor .holder p {
    width: 50%;
}
}

@media screen and (max-width: 991px) {

	main form .date-holder {
    justify-content: center;
   }
   label#view_booking_holder {
    padding-top: 0.6rem;
}
	.featured-hotels__holder article {
    flex-basis: 45%;
   }
	.featured-hotels__holder {
   justify-content: center;
    gap: 20px;
  }
	main .main-form {
    padding: 2rem 3rem;
}
	.travel-advisor .holder p {
       width: 80%;
    }
}

@media screen and (max-width: 767px) {
.featured-hotels__holder article h4 {
    font-size: 1.8rem;
}
	main form #booking_date_start, main form #booking_date_end {
    width: 15rem;
}
 .nights {
   
        padding-bottom: 0rem;
	    display: flex;

    }
	
		 .booking-travel-button {
       border-top: 1px solid #d7d7d9;
    }
	
	.travel-advisor .holder p {
       width: 100%;
    }
	
	.featured-hotels ul li:not(:last-of-type) {
     padding-right: 0rem;
  }
}

@media screen and (max-width: 600px) {
	
 main form .date-holder .d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
	#room_holder .d-flex{
     display: flex;
    justify-content: space-between;
	}
	span#booking_date_end {
		  text-align: center;
  }
    .featured-hotels__holder article {
        flex-basis: 90%;
    }
	main .main-form {
    padding: 2rem 1rem;

  }
	.text-center {
		width:100%;
 }
	main form .submit button {
    width: 60%;
    padding: 1rem;
  }
	.featured-hotels ul li {
    width: 80%;
    text-align: center;	
  }
	.holder h2 {
		font-size:2rem
 }
  .holder p {
		font-size:1.5rem
  }

}

@media screen and (max-width: 576px) {
    main form .date-holder .d-flex {
        border-bottom: 1px solid #d7d7d9;
        width: 100%;
    }
	main form .nights {
    padding: 8px 0px;
 }
 .nights {
    border-left: 0px !important ;
    border-right: 0px  !important ;
	 display: flex;
	}
}

@media screen and (max-width: 400px) {
	  .featured-hotels__holder article {
        flex-basis: 100%;
    }
	#add_room {
    width: 60%;
}
.date-holder .d-flex label {    
	width: 100%;
    text-align: center;
    border-top: 1px solid #d7d7d9;
	border-bottom: 1px solid #d7d7d9;
	display: flex;
    justify-content: center;
}
main form .nights {
    padding: 8px 0px;
}
main form .date-holder .d-flex {
    border-bottom: none;
    }
}

