* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
}

.attraction-ticket-cart-mobile{
    display: none;
}

#as-body {
  /* padding-bottom: 70px; */
}

.form-control {
  border-radius: 0px;
}

.link {
  text-decoration: none;
  color: inherit;
}

.link:hover {
  text-decoration: none;
  color: inherit;
}

/* Make the image fully responsive */
.carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-item {
  height: 550px;
}

@media (max-width: 768px) {
  .carousel-item {
    /*filter: blur(100px);*/
    /*-webkit-filter: blur(100px);*/
  }
}

.carousel-inner {
  position: relative;
  /*padding: 20px 0px;*/
}

.overlay-form {
  width: 955px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 66%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.form-control::placeholder {
  color: black;
}

.form-control {
  background-color: transparent;
  border-color: #636161;
}

.form-control:focus {
  background-color: transparent;
  border-color: #636161;
}

.overlay-form-menu p {
  color: black;
  cursor: pointer;
}

.overlay-form-menu p:hover {
  border-bottom: 2px solid var(--color-primary);
}

.overlay-form-menu-active {
  border-bottom: 2px solid var(--color-primary);
}

.flex-search-input {
  /* d-flex flex-wrap justify-content-center */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.banner-1 {
  overflow: hidden;
  max-height: 360px;
}

.banner-1 img {
  width: auto;
  height: auto;
  border-radius: 5px !important;
  object-fit: contain;
  max-width: 100%;
  max-height: 360px;
}

.banner-2 {
  overflow: hidden;
  max-height: 360px;
  position: relative;
}

.banner-2 button {
  position: absolute;
  top: 78%;
  left: 15%;
}

.btn-primary-2 {
  color: #fff;
  background-color: #ff8100 !important;
  border-color: #ffffff;
  font-weight: bold;
  padding: 6px 22px;
}

.banner-2 img {
  width: auto;
  height: auto;
  border-radius: 5px !important;
  object-fit: contain;
  max-width: 100%;
  max-height: 360px;
}

.flex-search-input>div {
  padding-left: 10px;
}

.c-search-form {
  padding: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  /* border: 5px solid darkorange; */
  color: black;
}

.explore-bd p,
.browse-property p {
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.explore-bd p:hover,
.browse-property p:hover {
  border-bottom: 2px solid var(--color-primary);
}

.explore-bd-active,
.todays-deals--active,
.browse-property--active {
  border-bottom: 2px solid var(--color-primary);
}

/* Explore bd */
/* Explore bd */
/* .c-explore-bd {
  display: flex;
} */

.c-explore-bd>div {
  /* border: 1px solid gray; */
  margin-bottom: 20px;
}

.c-explore-bd div img {
  width: 253px;
  border-radius: 5px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0072bc;
}

.slick-dots li button:hover:before {
  opacity: 1;
  color: #0072bc;
}

/* Browse By Property Type */
/* Browse By Property Type */
.c-browse-by-pt {
  display: flex;
}

.c-browse-by-pt>div {
  /* border: 1px solid gray; */
  margin-bottom: 20px;
}

.c-browse-by-pt div img {
  width: 250px;
  border-radius: 5px;
}

/* c-inspiration */
/* c-inspiration */
.c-inspiration {
  display: flex;
}

.c-inspiration>div {
  /* border: 1px solid gray; */
  margin-bottom: 20px;
}

.c-inspiration div img {
  width: 249px;
  border-radius: 5px;
}

.c-explore-bd,
.c-browse-by-pt,
.c-inspiration {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.owl-item img {
  border-radius: 5px;
}

.c-explore-bd::-webkit-scrollbar {
  display: none;
}

.c-browse-by-pt::-webkit-scrollbar {
  display: none;
}

.c-inspiration::-webkit-scrollbar {
  display: none;
}

#location-suggest {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  min-width: 300px;
}

#location-suggest ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding: 5px;
}

#location-suggest ul li {
  padding: 5px 15px;
  cursor: pointer;
  display: block;
}

#location-suggest ul li:hover {
  background-color: rgb(241, 241, 241);
}

.active,
.menu-bar ul li:hover {
  background-color: #fff !important;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0072bc;
}

.c-explore-bd,
button:focus,
.todays-deals--contents,
button:focus,
.browse-property,
button:focus {
  outline: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  color: #0072bc !important;
  font-size: 60px !important;
  top: 22%;
}

.owl-prev {
  left: -50;
}

.owl-next {
  right: -50;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1131px) {

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none;
  }
}

@media (max-width: 576px) {

  /* col */
  .flex-search-input {
    justify-content: flex-start;
  }

  .carousel-indicators {
    bottom: 0px;
  }

  .search__where {
    width: 100%;
  }

  .flex-search-input>div {
    padding-bottom: 10px;
  }

  .search__checkin {
    width: 100%;
  }

  .search__checkout {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .overlay-form {
    width: 700px;
  }
}

@media (max-width: 390px) {

  .explore-bd .mid-menu .mid-menu--content,
  .browse-property .mid-menu .mid-menu--content,
  .todays-deals .mid-menu .mid-menu--content {
    display: flex;
    flex-direction: column;
  }

  .explore-bd .mid-menu .mid-menu--content p:not(:last-child),
  .browse-property .mid-menu .mid-menu--content p:not(:last-child),
  .todays-deals .mid-menu .mid-menu--content p:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0px !important;
  }
}

.tour-planner {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.tour-planner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-planner-overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  gap: 5px;
}

.tour-planner-overlay-content>div {
  width: 33%;
}

.tour-planner-overlay-content-right {
  display: flex;
  justify-content: center;
}

.all-most-popular-destinations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.single-most-popular-destination {
  width: 32%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.single-most-popular-destination img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-explore-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  align-items: center;
  color: #fff;
  visibility: hidden;
  transition: all 0.3s;
}

.destination-stripe {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  transition: all 0.3s;
}

.single-most-popular-destination:hover .destination-stripe {
  top: 30%;
}

.single-most-popular-destination:hover .destination-explore-overlay {
  visibility: visible;
  padding-bottom: 40px;
}

.black-friday-deals-image {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
}

.black-friday-deals-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.earn-explore-with-tourgull {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.earn-with-tourgull, .explore-the-world {
  width: 49%;
  height: 265px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.earn-with-tourgull img, .explore-the-world img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.earn-explore-overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay-content-button, .overlay-content-button:hover {
  border: none;
  background-color: #0F4638;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.keep-in-touch {
  background-color: #F1F1F1;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.keep-in-touch-left, .keep-in-touch-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.keep-in-touch-right .social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  text-decoration: none;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  padding: 5px;
  background-color: #384D95;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-links .twitter {
  background-color: #39C7FE;
}

.social-links .instagram {
  background-color: #6F4128;
}

.social-links .youtube {
  background-color: #C41E27;
}

.social-links .pinterest {
  background-color: #C41E27;
}

.keep-in-touch-right .subscription-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.keep-in-touch-right .subscription-form .subscription-input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 4px;
  outline: none;
}


@media (max-width: 1131px) {

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none;
  }
}

@media (max-width: 992px) {
  .overlay-form {
    width: 700px;
  }

  .earn-explore-with-tourgull {
    flex-direction: column;
  }

  .earn-with-tourgull, .explore-the-world {
    width: 100%;
  }

  .tour-planner-overlay-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .tour-planner-overlay-content-left {
    display: none;
  }

  .tour-planner-overlay-content-middle {
    width: 100% !important;
    text-align: center;
  }

  .tour-planner-overlay-content-right {
    width: 100% !important;
  }

  .single-most-popular-destination {
    width: 100%;
  }

}

@media (max-width: 576px) {

  /* col */
  .flex-search-input {
    justify-content: flex-start;
  }

  .carousel-indicators {
    bottom: 0px;
  }

  .search__where {
    width: 100%;
  }

  .flex-search-input>div {
    padding-bottom: 10px;
  }

  .search__checkin {
    width: 100%;
  }

  .search__checkout {
    width: 100%;
  }
}



@media (max-width: 390px) {

  .explore-bd .mid-menu .mid-menu--content,
  .browse-property .mid-menu .mid-menu--content,
  .todays-deals .mid-menu .mid-menu--content {
    display: flex;
    flex-direction: column;
  }

  .explore-bd .mid-menu .mid-menu--content p:not(:last-child),
  .browse-property .mid-menu .mid-menu--content p:not(:last-child),
  .todays-deals .mid-menu .mid-menu--content p:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0px !important;
  }
}

@media (max-width: 912px) {
  .banner-2 button {
    position: absolute;
    top: 50%;
    left: 48%;
  }

  /* footer {
    display: none;
  } */
}

@media (max-width: 414px) {
  .btn-primary-2 {
    font-size: 8px;
  }
}

@media (max-width: 540px) {
  .btn-primary-2 {
    padding: 6px 15px;
  }

  /* .overlay-form {
    width: 342px;
  } */
  .overlay-form {
    width: 316px;
    top: 48%;
  }
}

@media(max-width: 300px) {
  .earn-explore-overlay-content h4 {
    font-size: 18px;
  }
}

@media (max-width: 281px) {
  .overlay-form {
    width: 260px;
  }
}

@media (min-width: 541px) and (max-width: 716px) {
  .overlay-form {
    width: 468px;
    top: 54%;
  }
}

@media (min-width: 717px) and (max-width: 992px) {
  .overlay-form {
    width: 736px;
    top: 67%;
  }
}

/* ---------------------------- */
@media (max-width: 576px) {
  /* col */
}

@media (min-width: 576px) {

  /* col-sm */
  .stay-img {
    height: 118px;
  }
}

@media (min-width: 768px) {

  /* col-md */
  .stay-img {
    height: 153px;
  }
}

@media (min-width: 992px) {
  /* col-lg */

  .item-img {
    height: 181px;
  }

}

@media (min-width: 1200px) {
  /* col-xl */
}

@media (max-width: 576px) {
  /* col */
}

@media (min-width: 576px) {

  /* col-sm */
  .item-img {
    height: 118px;
  }
}

@media (min-width: 768px) {

  /* col-md */
  .item-img {
    height: 153px;
  }
}

@media(max-width: 768px) {
  #as-body {
    padding-bottom: 70px;
  }

  .keep-in-touch {
    flex-direction: column;
    padding: 15px;
  }

  .keep-in-touch-left {
    margin-bottom: 20px;
    text-align: center;
  }

  .keep-in-touch-left, .keep-in-touch-right {
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* col-lg */

  .item-img {
    height: 181px;
  }

}

@media (min-width: 1200px) {
  /* col-xl */
}

.overlay-tab--contents {
  background: rgb(255, 255, 255);
  background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.00602239186690301) 100%);
}

/* under development */
body {
  position: relative;
}

#uc {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: yellow;
  z-index: 5000;
}

.carousel-inner {
  overflow: hidden;
}

@media (min-width: 992px) {
  .carousel-inner {
    overflow: visible;
  }
}

/* recent-searches */
.recent-searches {
  display: flex;
  flex-wrap: wrap;
}

.recent-searches>div {
  padding: 12px 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  border: 1px solid #ebebeb;
}

@media (min-width: 576px) {
  .recent-searches>div {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .recent-searches>div {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

@media (min-width: 992px) {
  .recent-searches>div {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

.recent-searches>div .model-img {
  width: 40px;
  height: 40px;
  filter: grayscale(1);
}

.recent-searches>div .title {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
}

.recent-searches>div a {
  color: var(--color-primary);
}

/*  */
.recently-viewed-events {
  display: flex;
  flex-wrap: wrap;
}

.recently-viewed-events .model-img {
  width: 100%;
  height: 181px;
  object-fit: cover;
  overflow: hidden;
}

@media (max-width: 576px) {
  .recently-viewed-events .model-img {
    width: 100%;
  }
}

.recently-viewed-events>div {
  border-radius: 4px;
  border: 1px solid #e9e9e9;
}

.recently-viewed-events>div {
  margin-right: 0px;
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .recently-viewed-events>div {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

@media (min-width: 992px) {
  .recently-viewed-events>div {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

/* @media (min-width: 576px) {
  .recently-viewed-events>div {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
} */

/* @media (max-width: 576px) {
  .recently-viewed-events>div {
    margin-right: 0px !important;
    width: 100%;
  }
} */

/*  */
.link-primary {
  color: var(--color-primary);
}

.link-primary:hover {
  color: inherit
}