* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#mainHero {
  width: 100%;
  height: 100vh;
  background: url(./img/newBg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
}

#mainHero nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

input {
  outline: none !important;
}

.cInput {
  border: none;
}

.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;
}

.newShadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.travelCard > div {
  position: relative;
}

.travelCard img {
  border-radius: 20px 20px 0 0;
}

.cardPrice {
  background-color: white;
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}

.cardPriceNew {
  background-color: white;
  position: absolute;
  top: 20px;
  left: 0px;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
}

.travelCard {
  border-radius: 0 0 5px 5px;
}

.travelCard .bookNow {
  font-weight: bold;
  color: #208fc3;
  cursor: pointer;
}

.reviewSwiper .swiper-slide {
  background: url(img/Quotation2.png) right bottom no-repeat;
  background-size: 130px;
  background-position: right bottom;
}

footer a {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  nav img {
    height: 70px !important;
  }

  .navbar-toggler {
    color: white !important;
  }

  #mainHero {
    height: max-content;
  }

  .mainHeroContent h1 {
    font-size: 3rem !important;
  }

  .shortBanner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
  }

  .shortBanner h1 {
    font-size: 1.6rem !important;
  }

  .navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar-collapse .collapse .show {
    background-color: white !important;
  }

  #navbarNavAltMarkup {
    background-color: white !important;
    padding: 20px;
    border-radius: 10px !important;
  }

  #navbarNavAltMarkup a {
    color: black !important;
  }

  #exampleModal .modal-body span {
    color: white;
  }

  .modal-content {
    width: 90%;
    margin: auto;
  }

  #exampleModal {
    background: rgba(0, 0, 0, 0.473);
  }

  .packagesRow {
    justify-content: center !important;
  }
}

.mainDivform {
  border-radius: 20px;
  background-color: white;
}

/* .mainDivform h4 {
  color: white !important;
}

.mainDivform small {  
  color: white !important;
}

.cInput {
  background-color: transparent !important;
} */

.mainDivform select {
  border: none !important;
}

#dateInp {
  background: none !important;
  /* border: none !important;/ */
}

#dateInp2 {
  background: none !important;
  /* border: none !important;/ */
}

.cardIcons {
  position: absolute;
  bottom: 0px;
  background-color: white;
  padding: 2px 5px;
  border-radius: 0 10px 0 0;
  border-bottom: 1px solid lightgray;
}

.cardIcons img {
  width: 35px;
}
