html,
body {
  position: relative;
  height: 100%;
}

body {

  margin: 0;
  padding: 0;
}
.navbarcolorx{
  background-color: rgba(0, 0, 0, 0.6);
}
.falcofont {
  font-family: 'Shojumaru', cursive;

  color: #2B65EC;
}

.filterclass{
  font-family: 'Rye', cursive;
  text-shadow: .15rem .15rem .15rem rgb(255, 255, 0);
}
.falcostyle {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  text-shadow: .25rem .25rem .25rem rgba(18, 255, 34, 0.895);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.containerfooter{
  background-color: #ad9897;
}

.wrapperTitle {
	margin-bottom: 22px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}

  .wrapperTitle {
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  
  .hotelsWrapper {
    margin-top: 54px;
  }


  .iconsAndTnCWrapper {
    display: flex;
    margin-top: 60px;
  }
  
  .iconsAndTnCWrapper a {
    margin-right: 32px;
    display: inline-block;
  }
  
  .iconWrapper {
    margin-right: auto;
  }
  
  .tncWrapper a:last-child {
    margin-right: 0;
  }

#dashboard-menu{
  position: fixed;
  height: 100%;
}
