@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://cdn-uicons.flaticon.com/uicons-bold-straight/css/uicons-bold-straight.css');

body {
  font-family: 'Open Sans', sans-serif;
  touch-action: manipulation !important;
  background-image: url('../images/rootBg.png');
  background-size: cover;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

 /* ROOT START */

 .rootLogo img{
   display: block;
   margin: 2rem auto ;
   width: 100px;
 }

.selectHotel .title {
  text-align: center;
  margin: 1rem 0 3rem;
  font-weight: 800;
}

.selectHotel .singleHotel {
  text-align: center;
  cursor: pointer;
  max-width: 400px;
  margin: 0 auto 2rem auto;
}

.selectHotel .singleHotel .image {
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  height: 200px;
  object-fit: cover;
}

.selectHotel .singleHotel .title {
  text-align: left;
  font-size: 1.5rem;
  margin: .5rem 0 0;
  font-weight: 700;
}

.selectHotel .singleHotel .location {
  text-align: left;
  font-size: .9rem;
  margin: 0;
  font-weight: 400;
  color: #888;
}
/* ROOT END */

/* HEADER START */

.header{
  padding: .5rem 0;
  margin-bottom: 1.5rem;
}

.header .hamburger, .header .backBtn{
  font-size: 2rem;
}

.header .userProfile .userImage {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 10px;
  background: #999999;
}

.header .hotelSelected{
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  display: inline-block;
}

/* HEADER END */

/* HOTEL INDEX START */

.hotelBody .hotelSelected i{
  font-size: 2rem;
}

.hotelBody .hotelRoom{
  margin-bottom: 2rem;
}

.hotelBody .hotelRoom .hotelRoomFeaturedImage{
  border-radius: 10px;
}

.hotelBody .hotelRoom .hotelRoomTitle{
  font-size: 1.3rem;
  margin: .5rem 0 0;
  font-weight: 600;
}

.hotelBody .hotelRoom .hotelRoomShortDescription{
  font-size: .9rem;
  margin: 0;
  color: #888;
}


@media(max-width: 991px){
  .hotelBody .searchRooms{
    padding: 0 15px;
  }
}

.hotelBody .searchRooms input[type="date"]::-webkit-inner-spin-button,
.hotelBody .searchRooms input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.hotelBody .searchRooms input{
  border: 0;
  border-bottom: 1px solid #a87957;
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
  background: transparent !important;
}

.hotelBody .searchRooms .btn-primary{
  background: #a87957 !important;
  border-color: #a87957 !important;
}

input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus{
  background: #a87957;
  color: #fff;
}

/* HOTEL INDEX END */

/* NAVIGATION */

.navigation{
  background: #121212;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.navigation .navLogo{
  width: 130px;
  margin-bottom: 4rem;
}

.navigation ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation ul li{
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.navigation .closeNavigation{
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 2rem;
  color: #fff;
}

/* NAVIGATION END */

/* LOGIN AND REGISTER  START */

#logreg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 400px;
}

.loginRegisterNav{
  margin-bottom: 2rem;
}

.loginRegisterNav .nav-item .nav-link{
  border-bottom: 3px solid #cecece;
}

.loginRegisterNav .nav-item .nav-link.active{
  border-color: #a87957;
  font-weight: 600;
}

.loginRegisterForm label{
  font-weight: 600;
  margin: 0;
  font-size: .9rem;
}

.loginRegisterForm .btn-logreg{
  font-weight: 600;
}

.loginRegisterForm .loginRegisterDescription{
  font-size: .875rem;
  text-align: center;
}

.loginRegisterForm .loginRegisterDescription a,.loginRegisterForm .form-check a{
  color: #a87957;
}

.loginRegisterForm .btn-primary,.loginRegisterForm .btn-primary:not(:disabled):not(.disabled):active{
  background: #a87957;
  border-color: #a87957;
  box-shadow: none !important;
}

.loginRegisterForm .btn-primary i{
  padding-left: 15px;
}

/* SINGLE ROOM */

.singleRoom{
  padding-bottom: 50px;
}

.singleRoom .singleRoomImage {
  /*width: 100%;
  max-width: 400px;*/
  border-radius: 5px;
  height: 300px;
  object-fit: cover;
}

.singleRoom .singleRoomTitle{
  font-size: 1.4rem;
  margin: .5rem 0 0;
  font-weight: 700;
}

.singleRoom .singleRoomDescription{
  font-size: .9rem;
  margin: 0;
  color: #888;
}

.singleRoom .singleRoomFeatures{
  margin: .5rem 0 0 0;
}

.singleRoom .singleRoomFeatures ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.singleRoom .singleRoomFeatures ul li{
  float: left;
  line-height: 2;
}

.singleRoom .singleRoomFeatures ul li:not(:last-child){
  padding-right: 10px;
}

.singleRoom .singleRoomFeatures::after{
  content: "";
  clear: both;
  display: table;
}

.singleRoom .singleRoomBookingInfo{
  margin-top: 1rem;
}

.singleRoom .singleRoomBookingInfo .input-group-text{
  padding: .375rem;
}

.singleRoom .singleRoomBookingInfo input{
  box-shadow: none !important;
  text-align: center;
  font-weight: 600;
}

.singleRoom .singleRoomBookingInfo input::-webkit-outer-spin-button,
.singleRoom .singleRoomBookingInfo input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.singleRoom .singleRoomBookingInfo input[type=number] {
  -moz-appearance: textfield;
}

.singleRoom .singleRoomPriceTitle{
  font-size: 1.2rem;
}

.singleRoom .singleRoomPrice{
  font-weight: 700;
}

.singleRoom .singleRoomPrice span{
  font-size: 1.4rem;
  color: #888;
}

.singleRoom .btn-rezervacija{
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

.singleRoom .btn-rezervacija i{
  padding-right: 15px;
}

/* PROFILE */

.profileUserInfo{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 2rem;
}

.profileUserInfo .profileUserInfoImage img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 4px solid #e1e1e1;
  border-radius: 100%;
}

.profileUserInfo .profileUserInfoMessage{
  color: #a87957;
  font-size: .875rem;
}

.profileUserInfo .profileUserInfoMessage span{
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}

.profileRank .rankDescription{
  font-size: .9rem;
  color: #ccc;
  text-align: center;
  color: #a87957;
  margin: 0;
}

.profileRank .rankName{
  font-weight: 700;
  text-align: center;
  font-size: 1.3rem;
}

.profileRank .rankStars{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  color: #cdcccc;
}

.profileRank .rankStars .active{
  color: #fed700;
}

.profileNav .list-group-item{
  background: transparent !important;
  border: 0 !important;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

.profileNav .badge-primary{
  background: #a87957;
}

.profileNav .list-group-item a i {
    width: 20px;
    text-align: center;
    margin-right: 15px;
}

.profileNav .list-group-item span i {
    margin-right: 0;
}

/* MOBILE NAVIGATION */

.mobileNavigation{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff;
  border-top: 1px solid #ccc;
  height: 45px;
}

.mobileNavigation .nav .nav-item .nav-link{
  font-size: 1.2rem;
}
