@import url("https://fonts.googleapis.com/css2?family=Caveat&family=DM+Serif+Display&family=Poppins&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* outline: 1px solid red; */
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Poppins", sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cfont {
  font-family: "DM Serif Display", serif !important;
}

.cfont1 {
  font-family: "Caveat", cursive;
  font-weight: bold;
}

.greenTxt {
  color: #5ca13e;
}

input {
  outline: none;
  font-size: 14px;
}

textarea {
  outline: none;
  font-size: 14px;
}

.cssbuttons-io-button {
  padding: 0.7em 1.6em;
  color: white;
  background: -webkit-gradient(linear,
      left bottom, left top,
      from(rgba(20, 167, 62, 1)),
      to(rgba(102, 247, 113, 1)));
  background: -o-linear-gradient(bottom,
      rgba(20, 167, 62, 1) 0%,
      rgba(102, 247, 113, 1) 100%);
  background: linear-gradient(0deg,
      rgba(20, 167, 62, 1) 0%,
      rgba(102, 247, 113, 1) 100%);
  border: none;
  -webkit-box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
  box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
  letter-spacing: 0.05em;
  border-radius: 20em;
}

.cssbuttons-io-button:hover {
  -webkit-box-shadow: 0 0.5em 1.5em -0.5em #14a73e98;
  box-shadow: 0 0.5em 1.5em -0.5em #14a73e98;
}

.cssbuttons-io-button:active {
  -webkit-box-shadow: 0 0.3em 1em -0.5em #14a73e98;
  box-shadow: 0 0.3em 1em -0.5em #14a73e98;
}

.cssbuttons-io-white {
  padding: 0.7em 1.6em;
  color: black;
  background: white;
  border: none;
  -webkit-box-shadow: 0 0.7em 1.5em -0.5em #dde4df98;
  box-shadow: 0 0.7em 1.5em -0.5em #dde4df98;
  letter-spacing: 0.05em;
  border-radius: 20em;
}

.cssbuttons-io-white:hover {
  -webkit-box-shadow: 0 0.5em 1.5em -0.5em #acceb598;
  box-shadow: 0 0.5em 1.5em -0.5em #acceb598;
}

.cssbuttons-io-white:active {
  -webkit-box-shadow: 0 0.3em 1em -0.5em #acceb598;
  box-shadow: 0 0.3em 1em -0.5em #acceb598;
}

#mainHeroBg {
  /* background: url(https://ld-wp73.template-help.com/wordpress/prod_19731/v4/wp-content/uploads/2018/07/home-slide-bg-1-1.jpg); */
  background: url(../wall/pexels-s-migaj-949193.jpg);
  background-size: cover;
  position: relative;
  background-position: center center;
}

#heroText {
  background: rgba(0, 0, 0, 0.39);
}


#largerNav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 94%;
  margin: auto;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#heroText .centerRow {
  background: url(https://ld-wp73.template-help.com/wordpress/prod_19731/v4/wp-content/uploads/2018/07/bg-text.png);
  background-repeat: no-repeat;
  background-size: 20rem;
  background-position: center center;
  background-position-y: 45%;
}

#heroText .centerRow h1 {
  font-size: 5.5rem;
  font-weight: bold;
  color: white;
}

.heroTextBox {
  position: relative;
  top: 50px;
}

#largerNav a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

#largerNav .activeBtn {
  color: white;
}

.autocomplete {
  left: 0;
  right: 0;
  /* margin: auto; */
  border: none !important;
}

#autocomplete-0{
  color: white !important;
}

#autocomplete-0::-webkit-input-placeholder {
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

#autocomplete-0::-moz-placeholder {
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

#autocomplete-0:-ms-input-placeholder {
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

#autocomplete-0::-ms-input-placeholder {
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

#autocomplete-0::placeholder {
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

#autocomplete-0 {
  background-color: rgba(255, 255, 255, 0.3);
  /* opacity: 0.4; */
  color: black;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 10px !important;
  border-bottom: 1px solid white !important;
  border-radius: 0px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.autocomplete-list {
  max-height: 150px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.heroCounter {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  width: 95%;
  margin: auto;
}

.categoryBox {
  color: black;
}

.categoryBox section {
  overflow: hidden;
  border-radius: 50%;
}

.categoryBox img {
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.categoryBox:hover img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.lightShadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.activeNavbar {
  background-color: white;
  width: 100% !important;
  padding-left: 3% !important;
  padding-right: 3% !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.activeNavbar h4 {
  color: black !important;
}

.activeNavbar a {
  color: rgba(0, 0, 0, 0.7) !important;
}

.activeNavbar .activeBtn {
  color: black !important;
}

.popularCard {
  position: relative;
}

.popularCard>div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 25px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.35);
}

.swiperCarousel1 .swiper-slide>div {
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

#smallMainHero {
  height: 50vh;
  background: url(https://hikingtour.travelerwp.com/wp-content/uploads/2019/11/mask.png);
  background-size: cover;
  position: relative;
}

.slider {
  margin-bottom: 30px;
  /* background-color: whitesmoke; */
  /* padding: 8em 2em; */
}

.slider img {
  width: 180px;
  height: auto;
  -webkit-animation: scroll 10s linear infinite;
  animation: scroll 10s linear infinite;
}

.slide-track {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-1000%);
    transform: translateX(-1000%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-1000%);
    transform: translateX(-1000%);
  }
}

.accordion-button:not(.collapsed) {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.accordion-item button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectList {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}

.cInput {
  border: none;
}

.blogCard {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.blogCard>div>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding: 15px;
  color: white;
  background: transparent;
  overflow: hidden !important;
}

.blogCardOverlay {
  overflow: hidden;
}

.blogCard:hover .blogCardOverlay {
  background: rgba(0, 0, 255, 0.1);
  overflow: hidden;
}

.blogCard img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 10px;
}

.blogCard:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 10px;
}

.blogCard>div {
  overflow: hidden;
  border-radius: 10px;
}

.mainCateDiv {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.mainCateDiv img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mainCateDiv section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  border-radius: 10px;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#05073c));
  background: -o-linear-gradient(top, transparent, #05073c);
  background: linear-gradient(to bottom, transparent, #05073c);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.mainCateDiv:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sidenav p {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: black;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

#smallNav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#floatWaBtn {
  background-color: white;
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 5px;
  border: 1px solid whitesmoke;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#floatWaBtn>div {
  width: 40px;
  height: 40px;
}

#floatWaBtn .dropdown-menu li {
  font-size: 0.85rem;
}

.activeFloatWaBtn {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.search-box {
  width: 400px;
  background: transparent;
  margin: 400px auto 0;
  border-radius: 5px;
}

.search-box input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  outline: 0;
  font-size: 18px;
  color: white;
}

.search-box button {
  background: transparent;
  border: 0;
  outline: 0;
}

.search-box button .fa-solid {
  width: 25px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.search-box ::-webkit-input-placeholder {
  color: white;
}

.search-box ::-moz-placeholder {
  color: white;
}

.search-box :-ms-input-placeholder {
  color: white;
}

.search-box ::-ms-input-placeholder {
  color: white;
}

.search-box ::placeholder {
  color: white;
}

.search-box .result-box {
  max-height: 300px;
  overflow: auto;
}

.search-box .result-box ul {
  /* border-top: 1px solid #999; */
  padding: 15px 10px;
}

.search-box .result-box ul li {
  list-style: none;
  border-radius: 3px;
  padding: 15px 10px;
  margin-bottom: 5px;
  cursor: pointer;
  background-color: white;
}

.search-box .result-box ul li:hover {
  background: #e9f3ff;

}


@media screen and (max-width: 480px) {
  #heroText .centerRow {
    background: url(https://ld-wp73.template-help.com/wordpress/prod_19731/v4/wp-content/uploads/2018/07/bg-text.png);
    background-repeat: no-repeat;
    background-size: 10rem;
    background-position: center center;
    background-position-y: 25%;
  }

  .heroCounter h6 {
    font-size: 0.85rem !important;
  }

  #heroText .centerRow h1 {
    font-size: 3rem !important;
    position: relative;
    top: -80px;
  }

  .heroTextBox {
    position: relative;
    top: -10px !important;
  }


  #popupmodal img {
    width: 200px !important;
    margin: auto;
  }

  .categoryBox {
    margin-bottom: 30px !important;
  }

  .categoryBox h5 {
    font-size: 1.1rem !important;
  }

  .popularCard h3 {
    font-size: 1.2rem !important;
  }

  .midBanner>div {
    background-size: cover !important;
    background-position: center right !important;
    color: white;
  }

  .midBanner h3 {
    font-size: 1.2rem !important;
    color: white;
  }

  .midBanner .row {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .midBanner .col-11 {
    margin: auto !important;
    padding: 50px 20px;
  }

  .footerIcon {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .whiteHeadPhone {
    display: block !important;
  }

  .whiteHeadPhone img {
    width: 30px !important;
  }

  #smallMainHero {
    height: 30vh;
    background-position: center center !important;
  }

  #smallMainHero .container .h-100 {
    background-color: rgba(0, 0, 0, 0.322);
  }

  #smallMainHero h1 {
    font-size: 1.3rem !important;
  }

  #smallMainHero h6 {
    font-size: 0.9rem !important;
  }

  .splide__slide>div {
    display: block !important;
  }

  .splide__slide small {
    font-size: 0.7rem !important;
  }

  .singleCategoryPack {
    font-size: 0.8rem !important;
    margin-bottom: 20px;
  }
}