.tour-details-cover span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;  
  font-size: 16px;
  letter-spacing: 3.5px;
}
.tour-single-content {
  padding: 70px 10%;
}

.align-single-tour {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 70px;
}

/* .content {
  width: 65%;
  margin-right: 80px;
} */

.reservation-form {
  /* width: 35%; */
  /* min-height: 591px; */
  height: fit-content;
  /* max-height: 650px; */
  /* border-radius: 10px; */
  /* filter: drop-shadow(0px 30px 15px rgba(159, 159, 159, 0.16)); */
  box-shadow: 0px 0px 55.2px 0px #0000001A;
  padding-bottom: 40px; 
  background: #ffffff;
}

.reservation-form h3 {
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

/* .reservation-form span {
  font-size: 35px;
  color: #fff;
  font-weight: 400;
} */

.price-container {
  /* padding: 1px 0 10px 20px; */
  background-color: var(--primary-color);
  /* height: 80px; */
  /* text-align: left; */
  /* border-top-left-radius: 10px; */
  /* border-top-right-radius: 10px; */
  padding: 15px 10px;
}

/* .form-group {
  margin-bottom: 20px;
} */

.input-container {
  display: flex;
  align-items: center;
  position: relative;
}
/* .input-container select,
.input-container input[type="date"],
.input-container input[type="time"],
.input-container input[type="number"] {
  width: 100%;
  margin: 5px 0;
  padding: 0;
  border: 1px solid #ccc;
}

.input-container input[type="time"],
.input-container input[type="date"] {
  padding-left: 5px;
  padding-right: 5px;
} */

.input-container .control-button {
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border: none;
  cursor: pointer;
}

/* .reserve-button {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 8px;
  font-size: 18px;
  height: 51px;
  background: #4b82ac;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
} */

.reservation-form__top h3 {
  font-size: 18px;
  color: #000;
  font-family: "Jost";
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin: 25px 0 5px;
}

.reservation-form__top {
  padding: 0 20px;
}

/* form {
  padding: 0 20px !important;
} */

/* form select,
form input {
  height: 41px;
  padding: 0 0 0 10px;
  width: 100% !important;
  background-color: #f5fcff;
  border: none !important;
  font-size: 17px;
  color: #787680;
  border-radius: 10px;
  font-family: "DM Sans", sans-serif !important;
} */

/* form input:focus {
  outline: 1px solid #4b82ac57;
} */

#adults,
#kids,
#kids2 {
  text-align: center;
  width: 100% !important;
  -moz-appearance: textfield; /* Firefox */
  -webkit-appearance: none; /* Webkit browsers */
  appearance: none; /* Modern browsers */
}

/*Remove increment, decrement arrows from input fields*/
#adults::-webkit-inner-spin-button,
#adults::-webkit-outer-spin-button,
#kids::-webkit-inner-spin-button,
#kids::-webkit-outer-spin-button,
#kids2::-webkit-inner-spin-button,
#kids2::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* form label {
  color: #4b82ac;
  font-size: 17px;
}
.duration-people {
  font-size: 20px;
  color: #979797;
}
.duration-people span {
  font-size: 20px !important;
  color: #4b82ac !important;
  margin-right: 10px;
} */

.control-button {
  width: 26px;
  height: 26px;
  opacity: 1;
  border-radius: 50%;
  color: var(--secondary-color);
  background-color: var(--primary-color) !important;
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat";
}

.plus {
  right: 20px;
}

.minus {
  left: 20px;
}

.form-details {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 20px;
  padding-top: 20px !important;
  border-top: 1px solid #0917331A; 
}
.form-details .btn-primary {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.form-details select {
  appearance: none;  
  width: 100%;
}
.form-details .form-group {
  padding: 0 20px 20px; 
}
.form-line {
  margin-bottom: 20px;
  border-bottom: 1px solid #0917331A; 
}
.numbers-input input {
  font-weight: 700;
}
.calendar input {
  background-image: url('../../images/calendar.png');
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
}
.clock select, .clock input {
  background-image: url('../../images/clock.png');
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
}
.total {
  padding: 10px 20px 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
}
.total span {
  font-size: 32px;
  font-weight: 700;
  margin-left: 10px;
}

/*Back button*/

#backButton {
  border-radius: 8px;
  background-color: #787680;
  color: #fff;
  width: 140px;
  height: 51px;
  margin-top: 50px;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.desktop-hide {
  display: none;
}

/*Horizxontal line at the bottom*/ 

.content hr {
  width: 80vw;
  margin-top: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1299px) {
  .align-single-tour {
    grid-template-columns: 1fr;
  } 
  .newsgGallerySwiper {
    max-width: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  .tour-single-content {
    padding: 50px 5%;
  }
  .newsgGallerySwiper {
    max-width: 90vw; 
  }
  /* .desktop-show {
    display: none;
  } */

/* 
  .included ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 -50px;
    width: 100%;
  } */
/* 
  .included li {
    width: auto; 
    background-color: #ebf6ff;
    padding: 12px 16px 12px 16px;
    text-align: center;
    height: auto;
    color: #4b82ac;
    margin: 5px;
    font-size: 13px;
  } */

  /* .reservation-form {
    width: 100%;
    min-height: 700px;
  } */

  /* .reservation-form h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
  }

  .reservation-form span {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
  } */

  /* .price-container {
    height: 60px;
  } */

  /* .reservation-form__top h3 {
    font-size: 25px;
    color: #0d2d3d;
    margin-bottom: -15px;
  } */

  /* .reservation-form__top {
    padding: 0 20px;
  } */
/* 
  form {
    padding: 0 20px !important;
  } */

  /* .tour-prev-btn,
  .tour-next-btn {
    position: absolute;
    bottom: 40px;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #e6e6e6;
    height: 40px;
    width: 40px;
    border-radius: 8px;
  }

  .tour-prev-btn {
    left: 33%;
    transform: rotate(90deg);
  }

  .tour-next-btn {
    right: 33%;
    transform: rotate(-90deg);
  } */

  /*Back button*/

  /* #backButton {
    border-radius: 8px;
    background-color: #787680;
    color: #fff;
    width: 140px;
    height: 40px;
    margin: 20px 0;
    font-size: 14px;
  }

  .desktop-hide {
    display: block;
  } */
}
