@charset "UTF-8";
.header-layout1 .menu-area .header-logo {
  width: 200px;
  display: flex;
  justify-content: center;
  padding: 5px;
}
.header-layout1 .menu-area .logo-bg {
  background-color: transparent;
}

.tour-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.tour-content .read-more-content {
  font-size: 12px;
  float: right;
  margin-top: 30px;
}
.tour-content .country-btn {
  font-size: 12px;
  margin-top: 20px;
}
.tour-content .tour-action .th-btn.th-icon:after {
  width: 20px;
  height: 20px;
}

.rate {
  float: left;
  padding: 0 10px;
  margin-top: 2px;
  margin-bottom: 12px;
}

.rate:not(:checked) > input {
  position: absolute !important;
  top: -9999px !important;
}

.rate:not(:checked) > label {
  float: right !important;
  width: 1em !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  font-size: 30px !important;
  color: #ccc !important;
}

.rate:not(:checked) > label:before {
  content: "★ " !important;
  color: #ccc;
  border: none;
  font-size: 30px;
  top: 0;
}

.rate > input:checked ~ label {
  color: #ffc700 !important;
}

.rate input[type=radio]:checked ~ label::before {
  color: #ffc700;
  background-color: white;
}

.banner-logo {
  border-radius: 50% !important;
  padding: 12px 0 !important;
  height: 130px;
  width: 130px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

footer .about-logo {
  border-radius: 50% !important;
  padding: 12px 0 !important;
  height: 140px;
  width: 140px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.preloader-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
}

.separator {
  margin-top: 5rem;
}

.country-description {
  margin-top: 5rem;
}

.custom-date-input {
  position: relative;
}

.custom-date-input input[type=date] {
  width: 100%;
  padding-right: 40px; /* Space for the custom icon */
  position: relative;
  z-index: 1;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
}

.custom-date-input input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

.custom-date-input .custom-icon {
  position: absolute;
  right: 35px;
  top: 62%;
  transform: translateY(-50%);
  pointer-events: none; /* Icon doesn't block input interaction */
  font-size: 16px;
  z-index: 2;
  color: #666; /* Icon color */
}

.tour-slider-img,
.tour-slider-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.tour-slider-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Style the video to fit the container */
.tour-slider-video iframe, .tour-slider-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.tour-slider-img {
  height: 130px;
  background-color: rgba(128, 128, 128, 0.231372549);
  border-radius: 18px;
}
@media screen and (max-width: 600px) {
  .tour-slider-img {
    height: 90px;
  }
}
.tour-slider-img .play-icon {
  width: 38px;
  height: 38px;
  background-color: #215ba4;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 65px auto; */
  position: absolute;
  top: 36%;
}
@media screen and (max-width: 600px) {
  /* .tour-slider-img .play-icon {
    margin: 30px auto;
  } */
}
.tour-slider-img .play-icon i {
  color: #fff;
}

.tour-slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-slider-img .video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal.popup-modal {
  z-index: 99 !important;
  pointer-events: none;
}
.modal.popup-modal::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}
.modal.popup-modal::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal.popup-modal .alert-popup .img-container {
  width: 270px;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .modal.popup-modal .alert-popup .img-container {
    width: 100%;
  }
}
.modal.popup-modal .alert-popup .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal.popup-modal .modal-head i {
  font-size: 20px;
  cursor: pointer;
}
.modal.popup-modal .modal-head .img-content {
  flex: 1;
  display: flex;
  justify-content: center;
}
.modal.popup-modal .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
@keyframes slideInFromBottomRight {
  0% {
    transform: translatey(-100%) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.modal.popup-modal .modal-dialog {
  animation: slideInFromBottomRight 0.5s ease-out;
  transform-origin: center top;
}

.modal-backdrop {
  z-index: 55;
}

body.modal-open {
  overflow: visible;
}

.tour-slider1 .slider-arrow {
  top: auto !important;
}
@media screen and (max-width: 1200px) {
  .tour-slider1 .slider-arrow {
    top: 90% !important;
  }
}
@media screen and (max-width: 900px) {
  .tour-slider1 .slider-arrow {
    top: 88% !important;
  }
}

@media screen and (max-width: 600px) {
  .slider-arrow {
    width: 30px;
    height: 30px;
  }
  .slider-arrow.slider-prev {
    left: -9px !important;
  }
  .slider-arrow.slider-next {
    right: -11px !important;
  }
  .slider-arrow img {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0 5px;
  }
}/*# sourceMappingURL=style.css.map */

form .error {
  color: red !important;
  font-size: 14px;
}

.site-form .form-group > img {
  top: 48px;
}

.dark-overlay{
  background-color:#0000002e
}