* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#mainHeroBg {
  height: 100vh;
  width: 100%;
  background-image: url(../img/bg/bg7.jpg);
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  -webkit-transform: translateZ(0);
}

/* #mainHeroBg nav {
  position: sticky;
  background-color: white ;
} */

.cBtn {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.5em;
  display: inline-block;
  border-radius: 6em;
  transition: all 0.2s;
  border: none;
  font-family: inherit;
  font-weight: 500;
  color: black;
  background-color: white;
}

.cBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cBtn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.table tr {
  vertical-align: middle !important;
}

.cBtn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.cBtn::after {
  background-color: #fff;
}

.cBtn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.cBtn2 {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 2.5em;
  display: inline-block;
  border-radius: 6em;
  transition: all 0.2s;
  border: none;
  font-family: inherit;
  font-weight: 500;
  color: white;
  background: linear-gradient(
    89.2deg,
    rgb(5, 120, 190) 3.3%,
    rgb(119, 217, 211) 97.8%
  );
}

.cBtn2:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cBtn2:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.cBtn2::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.cBtn2::after {
  background: radial-gradient(
    circle at 10% 20%,
    rgb(145, 217, 243) 0%,
    rgb(147, 164, 243) 90%
  );
}

.cBtn2:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

nav a {
  text-decoration: none;
  color: white;
}

.caps {
  text-transform: capitalize;
}

#videoBannerDiv {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

#bannerVideo {
  position: sticky;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

#videoBannerDiv section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.336);
}

.newShadow {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.newShadow1 {
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.travelCard > div {
  position: relative;
  overflow: hidden;
}

.cardsDays {
  position: absolute;
  bottom: 0;
  background-color: white;
  display: flex;
  align-items: center;
  border-radius: 0 10px 0 0;
}

.travelCard {
  border-radius: 20px 20px 5px 5px;
  cursor: pointer;
}

.travelCard img {
  transition: all 0.7s ease;
  border-radius: 20px;
}

.travelCard:hover img {
  scale: 1.5;
}

footer a {
  text-decoration: none !important;
}

#mainHeroBg2 {
  height: 60vh;
  width: 100%;
  background: url(../img//bg/bg8.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  /* background-attachment: fixed; */
}

#mainHeroBg2 section {
  background-color: rgba(0, 0, 0, 0.336) !important;
}

#mainHeroBg2 h1 {
  font-weight: bold;
  text-transform: capitalize;
}

#mainHeroBg3 {
  height: 60vh;
  width: 100%;
  background: url(../img//bg/bg8.jpg);
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  /* background-attachment: fixed; */
}

#mainHeroBg3 section {
  background-color: rgba(0, 0, 0, 0.336) !important;
}

#mainHeroBg3 h1 {
  font-weight: bold;
  text-transform: capitalize;
}

.cInput {
  border: none;
}

#contactUsForm textarea {
  border: none;
}

.allcaps {
  text-transform: uppercase !important;
}

.customPack {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  width: 80%;
  margin: auto;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid lightgray;
}

.bookingTable i {
  cursor: pointer;
}

.customPack h6 {
  color: #1678cb;
  margin: 0 !important;
}

/* tab1 */
.accordion-item {
  border: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #1678cb;
  box-shadow: none !important;
  color: white;
}

.accordion-body {
  border-bottom: 1px solid lightgray;
  border-radius: 0 0 10px 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #1678cb;
}

.categoryGrid a {
  text-decoration: none;
}

#myTab .active {
  border-bottom: 3px solid #1678cb !important;
}

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

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

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

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1000%);
  }
}

.whyChooseUsGrid img {
  background-color: white !important;
}

@media screen and (max-width: 480px) {
  #mainHeroBg .heroMainTxt {
    font-size: 2rem !important;
  }

  #mainHeroBg .iconDiv {
    margin-top: 20px;
    bottom: -10px !important;
  }

  #mainHeroBg .iconDiv h5 {
    font-size: 0.8rem !important;
  }

  .categoryGrid h6 small {
    font-size: 0.8rem !important;
    /* color: red !important; */
  }

  .cBtn2 {
    font-size: 13px !important;
    padding: 0.9em 1.5em !important;
  }

  #bannerVideo {
    object-fit: cover !important;
  }

  .customTrip h6 {
    font-size: 0.8rem !important;
  }

  .footerImg {
    width: 100px !important;
    margin-bottom: 20px;
  }

  .footerContactLink h5 {
    font-size: 1rem !important;
  }

  .footerContactLink h6 {
    font-size: 0.8rem;
  }

  #mainHeroBg2 {
    height: 350px !important;
  }

  #mainHeroBg2 h1 {
    font-size: 1.4rem !important;
    font-weight: bold;
  }

  #mainHeroBg2 h5 {
    font-size: 0.9rem !important;
  }

  #mainHeroBg3 {
    height: 350px !important;
  }

  #mainHeroBg3 h1 {
    font-size: 1.4rem !important;
    margin-bottom: 20px !important;
  }

  #mainHeroBg3 h5 {
    font-size: 0.9rem !important;
  }

  .whyChooseUsGrid h5 {
    font-size: 0.8rem !important;
  }

  .singleTripIcons img {
    width: 40px !important;
  }

  .singleTripIcons small {
    font-size: 0.85rem !important;
  }

  .singleTripIcons h6 {
    font-size: 0.9rem !important;
  }

  #staticBackdrop {
    width: 80% !important;
  }

  #mainHeroBg {
    height: 90vh !important;
  }

  #myTab button {
    width: fit-content !important;
    padding: 6px !important;
    font-size: 0.8rem !important;
  }

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

  .packageCostDiv img {
    width: 25px !important;
  }

  .packageCostDiv h3 {
    font-size: 18px !important;
  }

  .minBannerImg {
    height: 200px !important;
  }

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

  .slide-track {
    gap: 1em;
  }
}
