.nav-item {
  cursor: pointer;
  transition: color .2s;
}

.nav-item:hover {
  color: #1d4ed8;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  z-index: 100;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  min-width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 8px #0000001a;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  cursor: pointer;
  padding: .5rem 1rem;
  transition: background-color .2s;
}

.dropdown-item:hover {
  background-color: #e0f2fe;
}

@media (width <= 1165px) {
  .strip {
    margin-left: 5%;
  }

  .main {
    width: 100vw;
  }
}

@media (width <= 1065px) {
  .strip {
    width: 70%;
    margin-left: 5%;
  }

  .main {
    width: 100vw;
    height: fit-content;
  }

  .image {
    width: 50%;
  }
}

@media (width <= 810px) {
  .strip {
    width: 90%;
    margin-left: 5%;
  }

  .main {
    width: 100vw;
    height: fit-content;
    padding-bottom: 100px;
  }

  .image {
    width: 50%;
  }
}

@media (width <= 675px) {
  .strip {
    width: 90%;
    margin-left: 5%;
  }

  .main {
    width: 100vw;
    height: fit-content;
    padding-bottom: 100px;
  }

  .image {
    display: none;
  }
}

@media (width <= 345px) {
  .strip {
    width: 90%;
    margin-left: 5%;
  }

  .main {
    width: 100vw;
    height: fit-content;
    padding-bottom: 100px;
  }

  .image {
    display: none;
  }
}

#homeheader {
  background-color: #0000001a;
  border-radius: 1rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: absolute;
  inset: 0;
}

#homeheadcontent {
  z-index: 10;
  color: #fff;
  text-shadow: 1px 1px 2px #fff;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  max-width: 48rem;
  height: 100%;
  margin-top: 2%;
  margin-left: 1.5rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: relative;
}

#hometopimg {
  background-position: center;
  background-size: cover;
  border-radius: 1rem;
  margin: 0 1.5rem;
  padding-top: 0;
  transition: all 1s ease-in-out;
  position: absolute;
  inset: 0;
}

.topheader {
  z-index: 100;
  background: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100vw;
  margin-right: auto;
  padding-top: 1.75rem;
  font: 1.125rem Gill Sans, Gill Sans MT, Calibri, Trebuchet MS, sans-serif;
  display: flex;
  top: 0;
  left: 0;
}

.topheaderright {
  float: right;
  clear: right;
  flex-wrap: wrap;
  margin-top: -20px;
  display: flex;
}

.homeactivity {
  border: 1px solid #c2bebe;
  border-radius: 7%;
  padding-top: 0%;
}

.homerating {
  border: 1px solid #c2bebe;
  border-radius: 5%;
  padding-top: 0%;
}

.homeratingcontent {
  align-items: center;
  margin: 1% 6%;
  display: flex;
}

.homeratingtext {
  color: #55605b;
  margin-left: 8px;
}

#homeabroadDes {
  color: #fff;
  text-overflow: white;
  text-shadow: #fff;
  font-size: xx-large;
  font-weight: bolder;
  position: absolute;
  top: 75%;
  left: 6%;
}

.darkingcard {
  background: linear-gradient(to top, #000, #0000);
  border-radius: 22%;
  height: 18px;
  margin-left: 1.2%;
  margin-right: 1.2%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.homefootercontact {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.glass-inner {
  color: #fff;
  background: #0000008c;
  border-radius: 15px;
  width: 40%;
  padding: 15px 30px;
}

@media (width <= 912px) and (width >= 803px) {
  .glass-inner {
    gap: 2%;
    width: 40%;
    padding: 10px;
  }
}

@media (width <= 803px) {
  .glass-inner {
    gap: 2%;
    width: 40%;
    padding: 10px;
  }

  .glass-inner h2, .glass-inner p {
    font-size: 1rem;
  }
}

.clickable:hover {
  text-decoration: underline;
}

.clicktext:active {
  color: #fff;
  background-color: green;
}

.active-link {
  color: #16a34a;
  border-bottom: 2px solid #16a34a;
  font-weight: 600;
}

.buttonclick {
  box-shadow: .25s ease;
  transition: transform .3s cubic-bezier(.34, 1.56, .64, 1);
  transform: scale(1);
}

.buttonclick:active {
  transform: scale(.91);
  box-shadow: 0 3px 8px #0003;
}

.card-effect {
  transition: transform .3s;
}

.card-effect:hover {
  transform: scale(1.05);
}

@media (width >= 680px) and (width <= 865px) {
  .homeratinglink {
    flex: 200px;
    justify-content: center;
    min-width: 100px;
    max-width: fit-content;
    margin-bottom: 5%;
    display: flex;
  }

  .cardsdiv {
    gap: 3%;
  }
}

@media (width <= 680px) {
  .cardsdiv {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .homeratinglink {
    flex: 0 0 100%;
    max-width: 400px;
  }

  .glass {
    visibility: hidden;
  }
}

@media (width <= 480px) {
  .textheading {
    width: 90vw;
    margin-left: -25vw;
  }

  .broadcard {
    width: 130% !important;
  }

  .carddiv {
    width: 130%;
    margin-left: -15%;
  }

  .imagecard {
    width: 130%;
  }

  #hometopimg {
    height: 613px;
  }

  #homeheadcontent {
    margin-top: -10% !important;
  }

  .descriptiont {
    width: 80vw;
    font-size: .9rem;
    margin-left: -50% !important;
  }

  .descriptionh {
    width: 80vw;
    font-size: 2rem;
    margin-left: -50% !important;
  }
}

@media (width <= 400px) {
  .broadcard {
    width: 200% !important;
  }

  .carddiv {
    width: 200%;
    margin-left: -50%;
  }

  .imagecard {
    width: 200%;
  }
}

@media (width <= 320px) {
  .textheading {
    width: 80vw;
  }

  .cardsdiv {
    justify-content: center;
    display: flex;
  }

  .homeratinglink {
    flex: 100%;
    max-width: 600px;
  }

  .footerlogo {
    margin-left: -20% !important;
  }

  .broadcard {
    width: 250% !important;
  }

  .carddiv {
    width: 250%;
    margin-left: -50%;
  }

  .imagecard {
    width: 250%;
  }
}

.topheaderright {
  display: flex;
}

.hamburger {
  display: none;
}

@media (width <= 900px) {
  .topheaderright {
    display: none;
  }

  .topheader {
    justify-content: space-between;
  }

  .hamburger {
    cursor: pointer;
    font-size: 28px;
    display: block;
  }

  .mobile-menu {
    text-align: left;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    display: flex;
  }
}

.terms-box {
  background: #dcfce7;
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 12px 160px;
  padding: 16px 10%;
  display: flex;
}

@media (width <= 900px) {
  .terms-box {
    margin-left: 40px;
    margin-right: 40px;
    padding: 15px 5%;
  }
}

@media (width <= 600px) {
  .terms-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 12px 15px;
  }

  .terms-box p {
    font-size: 14px;
  }
}

.singlecardDes {
  background-color: #faebd7;
  border: 2px;
  border-radius: 5px;
  margin-left: 20%;
  padding: 1% 4%;
  box-shadow: 10px 10px #f2dfdf;
}

.singlecardHead {
  margin-top: 20px;
  font-size: larger;
  font-weight: bold;
}

.book-btn {
  display: inline-block;
}

.each-container {
  margin-top: 40px;
  margin-left: 160px;
  margin-right: 160px;
}

.each-container-2 {
  margin-left: 160px;
  margin-right: 160px;
}

@media (width <= 900px) {
  .book-btn {
    width: 40%;
  }
}

@media (width <= 600px) {
  .book-btn {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

@media (width <= 900px) {
  .each-container, .each-container-2 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (width <= 600px) {
  .each-container, .each-container-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .terms2 {
    font-size: 22px;
  }

  .singlecardHead {
    font-size: 18px;
  }

  .singlecardDes p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.allcardsleft {
  background-color: #fff;
  border-right: 1px solid #e5e7eb;
  width: 280px;
  height: 100vh;
  margin-top: -70px;
  padding: 6rem 1rem 1rem;
  position: sticky;
  top: 0;
  overflow-y: auto;
}

.slider-container {
  width: 100%;
  height: 30px;
  position: relative;
}

.slider-range {
  background: #00133d;
  border-radius: 5px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-container input[type="range"] {
  pointer-events: none;
  appearance: none;
  background: none;
  width: 100%;
  position: absolute;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  cursor: pointer;
  appearance: none;
  background: #060c5f;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: 2%;
}

.range-values {
  justify-content: space-between;
  font-size: 12px;
  display: flex;
}

@media (width <= 685px) {
  .allcardsright {
    flex-wrap: wrap;
    flex: 200px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .allcardsleft {
    min-width: 40%;
    margin-left: 0;
    margin-right: 0;
  }
}
/*# sourceMappingURL=Tourism.9f367d21.css.map */
