* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  position: relative;
}

body {
  overflow-y: auto;
  min-height: 100vh;
}
textarea:focus,
input:focus {
  outline: none;
}
a {
  color: inherit !important;
  text-decoration: none !important;
}
footer {
  background: #f1f1f1;
  width: 100%;
  padding: 16px 0px;
  color: #999;
  position: absolute;
  bottom: 0;
}

.banner {
  height: 500px;
  width: 100%;
  background: #999;
  margin: 20px 0px;
}

.content {
  padding: 100px 0px;
}

.tile {
  /* css from qtrip-static */
  padding: 20px;
  position: relative;
  text-align: center;
}
.tile img {
  /* css from qtrip static */
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

@media only screen and (max-width: 600px) {
  .tile img{
    height: 200px;
  }

  .tile-text h5{
    font-size: 1rem;
  }

  .tile-text h6{
    font-size: .6rem;
  }
  
  .content{
    padding: 40px 0px;
  }
}

/* css from qtrip-static */
.tile:hover {
  /* TODO: MODULE_CARDS */
  /* 1. Fill in the required properties. */
  transform: scale(0.9,0.9);
  transition: transform 1s;
}

.tile img:hover {
  
  -webkit-filter: brightness(50%);
  transform: scale(1.1);
}

.tile-text {
  /* css from qtrip-static */
  z-index: 1;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  left: 50%;
  bottom: 10% ;
  transform: translateX(-50%);
}

.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://images.pexels.com/photos/2422461/pexels-photo-2422461.jpeg?cs=srgb&dl=pexels-josh-hild-2422461.jpg&fm=jpg");

  /* Set a specific height */
  height: 50vh;
  width: 100vw;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-subheading {
  font-size: 24px;
  font-weight: 100;
}
.hero-input {
  width: 80%;
  height: 50px;
  padding: 16px;
  border-radius: 8px;
  border: none;
}

.nav-link {
  margin-right: 36px;
}

.adventure-card {
  /* TODO: MODULE_ADVENTURES_GRID */
  /* 1. Fill in the required properties. */
  padding: 15px;
}

.adventure-card:hover{
  transform: scale(0.9,0.9);
  transition: transform 1s;
}

.adventure-card img {
  /* TODO: MODULE_ADVENTURES_GRID */
  /* 1. Fill in the required properties. */

  /* css from qtrip-static */

  width: 100%;
  height: 13rem;
  border-top-left-radius: 6px ;
  border-top-right-radius: 6px ;
}

.adventure-card img:hover {
  /* TODO: MODULE_ADVENTURES_GRID */
  /* 1. Fill in the required properties. */

  filter: brightness(60%);
}

.adventure-card-text{
  border-bottom-left-radius: 6px ;
  border-bottom-right-radius: 6px ;
  border: 2px solid #d3d3d3;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.left-txt{
  padding: 0px;
  padding-left: 1.2rem;

  font-weight: 400;
}

.right-txt{
  font-weight: 500;
  text-align: right;

  padding: 0px;
  padding-right: 1.2rem;
}

#catDivBox{
 text-align: center;

 background-color: #FFA500;
 color: white;

 position: relative;
 left: 12.2rem;
 bottom: 16rem;

 width: 40%;

 border-top-left-radius: .6rem;
 border-bottom-left-radius: .6rem;

 box-shadow: #999;
}

/* Adventure Card - Small Devices CSS */
@media only screen and (max-width: 600px) {
  .adventure-card img{
    height: 10rem;
  }

  .left-txt{
    font-size: .9rem;
  }
  
  .right-txt{
    font-size: .9rem;
  }

}

/* activity page css */

.activity-card {
  color: #000;
  position: relative;
  height: 350px;
  /* width: calc(25% - 20px); */
  /* padding: 6px; */
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.activity-card img {
  width: 100%;
  height: 100%;
  /* border-radius: 8px; */
  -webkit-transition: 0.2s all;
  /* -webkit-filter: brightness(70%); */
}
.activity-card img:hover {
  -webkit-filter: brightness(50%);
  /* transform: scale(1.1); */
}

/* activity-detail page css */

.adventure-detail-card {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 16px;
  /* margin: 8px; */
}

.activity-card-image {
  height: 500px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  border-radius: 2px;
}

.height30{
 height: 30rem;
}

.activity-card-image:hover {
  -webkit-filter: brightness(50%);
}

.experience-content ul li {
  margin-left: 16px;
  padding: 0;
}
.filter-bar {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 20px 0px;
}

.filter-bar-tile {
  border-right: 1px solid #999;
  padding: 0px 20px;
}

.category-filter {
  border: 1px solid orange;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 10px 10px 10px 0px;
}
.category-banner {
  position: absolute;
  /* height: 50px; */
  padding: 5px 10px;
  box-shadow: 2px 1px 10px 1px rgba(0, 0, 0, 0.3);
  /*
  box-shadow: 0px 9.4px 20.4px rgba(0, 0, 0, 0.13),
    0px 9.2px 20.6px rgba(0, 0, 0, 0.1); */
  min-width: 50%;
  color: #fff;
  background: rgb(255, 145, 0);
  top: 0;
  right: 0;
  z-index: 1;
  margin-top: 16px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  font-weight: bolder;
}

.reserve-button {
  width: 100%;
  border: none;
  background-color: rgb(255, 145, 0);
  color: #fff;
  font-weight: bolder;
  padding: 15px;
  margin: 20px 0px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.reserve-button:hover {
  background-color: rgb(226, 129, 1);
}
/* 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;
}
#reserved-banner {
  display: none;
}
.reservation-visit-button {
  background-color: rgb(255, 145, 0);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border-radius: 20px;
  cursor: pointer;
}
.reservation-visit-button:hover {
  background-color: rgb(226, 129, 1);
}

#carouselExampleIndicators {
  width: 100%;
}
#reservation-panel-sold-out {
  border: solid 1px #eee;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 30px;
}
#reservation-panel-available {
  border: solid 1px #eee;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 30px;
}
