body {
  font-family: "Montserrat", serif;
}

.form-control.is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h0.4L6 6.5'/%3E%3Ccircle cx='6' cy='8.2' r='0.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") !important;
}

.customRow {
  row-gap: 17px;
}
.customRow .col-md-4 a {
  display: block;
  transition: transform 1s ease;
}
.customRow .col-md-4 a:hover {
  transform: scale(0.98);
}

.topheadingbox {
  display: flex;
  justify-content: space-between;
}

.top-banner-img {
  height: 300px;
  margin-bottom: 20px;
}
.top-banner-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.content .mainHeading {
  color: #b31f24;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.content p {
  font-size: 16px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 0;
  margin-bottom: 0;
}
.content .seeMorebtn {
  font-size: 16px;
  text-transform: capitalize;
  padding: 15px 0px;
}

.sliderContentdiv {
  margin: 40px 0px;
}
.sliderContentdiv .innerrow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.sliderContentdiv .innerrow h3 {
  color: #b31f24;
  font-size: 22px;
  text-transform: uppercase;
}
.sliderContentdiv .innerrow a {
  color: #ffc619;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.sliderContentdiv .innerrow a:hover {
  color: #b31f24;
}
.sliderContentdiv .customRow .imgdiv {
  height: 200px;
  border-radius: 8px;
  position: relative;
  z-index: 0;
}
.sliderContentdiv .customRow .imgdiv img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.sliderContentdiv .customRow .imgdiv .nonbookable {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  padding: 0px 10px;
  font-size: 17px;
  background-color: #b31f24;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}
.sliderContentdiv .customRow .description {
  z-index: 1;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.28);
  padding: 15px;
  margin: 0 auto;
  margin-top: -10px;
  position: relative;
  width: 95%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
}
.sliderContentdiv .customRow .description h4 {
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #595a5a;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.sliderContentdiv .customRow .description h4 small {
  display: block;
  font-size: 13px;
  color: #9f9f9f;
}
.sliderContentdiv .customRow .description .ratings {
  display: flex;
  align-items: center;
}
.sliderContentdiv .customRow .description .ratings .stars {
  padding-right: 5px;
}
.sliderContentdiv .customRow .description .ratings .stars i {
  font-size: 15px;
}
.sliderContentdiv .customRow .description .ratings .stars .yellowstar {
  color: #ffc619;
}
.sliderContentdiv .customRow .description .ratings .stars .blackstar {
  color: black;
}
.sliderContentdiv .customRow .description .ratings span {
  font-size: 15px;
}

.topArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.topArea .headingSection h2 {
  font-size: 24px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize;
  font-weight: bold;
}
.topArea .headingSection h3 {
  font-size: 18px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #b31f24;
}
.topArea .headingSection h3 span {
  color: rgba(0, 0, 0, 0.5);
}

.shareIcon {
  display: block;
  height: 25px;
  width: 25px;
}
.shareIcon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shareIcon:hover {
  filter: invert(0) brightness(0);
}
.shareIcon:hover img {
  filter: invert(0) brightness(0);
}

.deScription {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  margin: 20px 0px;
}

.directiondiv h2 {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 24px;
}
.directiondiv a {
  color: black;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}
.directiondiv a:hover {
  color: #b31f24;
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 35px;
  background-color: #b31f24;
  z-index: 0;
  opacity: 1;
}
.carousel-control-prev i,
.carousel-control-next i {
  color: #FFC619;
  font-size: 28px;
  font-weight: 600;
}

.upcomingTours {
  margin: 20px 0px;
}
.upcomingTours h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.upcomingTours .row {
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 20px;
}
.upcomingTours .row .tourbox {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
.upcomingTours .row .tourbox .imgdiv {
  height: 130px;
  width: 100%;
  margin-bottom: 10px;
}
.upcomingTours .row .tourbox .imgdiv img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.upcomingTours .row .tourbox h3 {
  color: #b31f24;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.upcomingTours .row .tourbox h4 {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.upcomingTours .row .tourbox span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #ffc619;
  color: #b31f24;
}
.upcomingTours .row .tourbox span i {
  font-size: 14px;
}

.review-div {
  margin-bottom: 30px;
}
.review-div h3 {
  color: #B31F24;
  font-size: 25px;
  position: relative;
  padding-bottom: 9px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.review-div h3::before {
  content: "";
  width: 60px;
  height: 6px;
  background-color: #3D3C3C;
  position: absolute;
  left: 8px;
  bottom: 0;
}
.review-div h3::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #B31F24;
  position: absolute;
  left: 0;
  bottom: 0;
}
.review-div textarea {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1) !important;
  height: 90px;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  margin: 10px 0px;
}
.review-div i {
  font-size: 25px;
  color: #FFC619;
}
.review-div a {
  display: flex;
  height: 40px;
  width: 160px;
  margin: 15px 0px;
  border-radius: 8px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background-color: #B31F24;
  color: white;
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.review-div a:hover {
  background-color: #ffc619;
  color: black;
}

.user_review .user_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.user_review .user_top .info_card {
  display: flex;
  align-items: center;
}
.user_review .user_top .info_card .desc {
  padding-left: 10px;
}
.user_review .user_top .info_card .desc h3 {
  color: #3D3C3C;
  font-size: 24px;
  margin-bottom: 2px;
  font-weight: 600;
}
.user_review .user_top .info_card .desc ul {
  display: flex;
  margin-bottom: 0;
}
.user_review .user_top .info_card .desc ul li i {
  color: #FFC619;
  margin: 0 1px;
}
.user_review .user_top .info_card .img {
  height: 80px;
  width: 80px;
}
.user_review .user_top .info_card .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.user_review .user_top p {
  color: #8A8686;
  font-size: 11px;
  margin-bottom: 0;
  text-align: right;
}
.user_review .review_text p {
  font-size: 16px;
  color: #3D3C3C;
}

.lazyLoad.fetched_list .light-shimmer,
.lazyload-dark.fetched_list-dark .dark-shimmer,
.lazyLoad.fetched_list .borderRadius,
.lazyLoad.fetched_list .borderRadiusCircle {
  position: relative;
  z-index: 1;
}

.lazyLoad.fetched_list .borderRadius::after {
  border-radius: 10px;
}

.lazyLoad.fetched_list .borderRadiusCircle::after {
  border-radius: 50%;
}

.lazyLoad.fetched_list .borderRadiusCirclehalf::after {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.lazyload-dark.fetched_list-dark .dark-shimmer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  animation-duration: 3.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: lazyLoad-dark;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, grey 10%, #646464 18%, grey 33%);
  background-size: 200% 100%;
}

.lazyLoad.fetched_list .light-shimmer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  animation-duration: 3.1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: lazyLoad;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 200% 100%;
}

@keyframes lazyLoad-dark {
  0% {
    background-position: -200% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@keyframes lazyLoad {
  0% {
    background-position: -200% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}/*# sourceMappingURL=style.css.map */