@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Montserrat:wght@400;500;600;700&display=swap);
.color-pm {
  color: #0b2545 !important;
}

.color-sec {
  color: #b1d293 !important;
}

.color-lg {
  color: white !important;
}

.bg-pm {
  background-color: #0b2545 !important;
}

.bg-sec {
  background-color: #b1d293;
}

.bg-lg {
  background-color: white !important;
}

.font-s {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.font-m {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.font-l {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 400;
}

.font-s-m {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.font-m-m {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.font-l-m {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 500;
}

.font-s-sb {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.font-m-sb {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem !important;
  font-weight: 600;
}

.font-l-sb {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 600;
}

.font-s-b {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.font-m-b {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.font-l-b {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: 700;
}

.ul {
  border-bottom: 0.3rem solid #b1d293;
}

@media screen and (max-width: 992px) {
  .font-s {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
  }

  .font-m {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .font-l {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
  }

  .font-s-m {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
  }

  .font-m-m {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .font-l-m {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .font-s-sb {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
  }

  .font-m-sb {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem !important;
    font-weight: 600;
  }

  .font-l-sb {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
  }

  .font-s-b {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .font-m-b {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .font-l-b {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
  }
}
.lg-text-hover:hover {
  color: white !important;
}

.sec-text-hover:hover {
  color: #b1d293 !important;
}
.sec-text-hover:hover h5 {
  color: #b1d293 !important;
}
.sec-text-hover:hover img {
  filter: invert(94%) sepia(7%) saturate(500%) hue-rotate(36deg) brightness(85%) contrast(60%);
}

.sec-hover:hover {
  color: #b1d293 !important;
}
.sec-hover:hover h3 {
  color: #b1d293 !important;
}

/*Dekstop Navbar Design*/
.navbar {
  position: absolute;
  background: transparent !important;
  width: 100%;
  z-index: 1000;
}

.nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
}

.navbar-brand {
  padding: 1rem;
}

.navbar-brand img {
  display: block;
  margin: auto;
  width: auto;
  height: 6rem;
}

.navbar-brand img:hover {
  transform: scale(1.2);
  transition: 0.2s;
}

.nav-link:hover {
  color: #0B2545 !important;
}

.navbar-expand-lg .navbar-collapse {
  width: 100%;
}

.collapse {
  border-top: 0.3rem solid white;
  border-bottom: 0.3rem solid white;
}

.dropdown-menu {
  color: #0B2545 !important;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.125rem;
}

#dropdown-menu {
  border-radius: 1rem;
}

a.dropdown-item:hover.color-pm:hover {
  color: #b1d293 !important;
  background: transparent !important;
}

#menu-list {
  border-bottom: 0.1rem dashed rgba(128, 128, 128, 0.63);
  text-transform: capitalize;
}

/* Navbar CSS END*/
/*Carousl CSS*/
.carousel-item.active::after, .carousel-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0.3;
}

.carousel-item.active, .carousel-item {
  position: relative;
}

.carousel-item.active img, .carousel-item img {
  height: 100vh !important;
  width: 100%;
}

#header-caption {
  position: absolute;
  bottom: 20%;
}

#header-caption .subtitle {
  height: 6.5rem;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header-caption .subtitle span {
  display: block;
  font-size: 4rem;
  -webkit-animation: spin_words 6s infinite;
          animation: spin_words 6s infinite;
}

@-webkit-keyframes spin_words {
  10% {
    transform: translateY(-112%);
  }
  30% {
    transform: translateY(-100%);
  }
  45% {
    transform: translateY(-212%);
  }
  65% {
    transform: translateY(-200%);
  }
  80% {
    transform: translateY(-312%);
  }
  100% {
    transform: translateY(-300%);
  }
}

@keyframes spin_words {
  10% {
    transform: translateY(-112%);
  }
  30% {
    transform: translateY(-100%);
  }
  45% {
    transform: translateY(-212%);
  }
  65% {
    transform: translateY(-200%);
  }
  80% {
    transform: translateY(-312%);
  }
  100% {
    transform: translateY(-300%);
  }
}
#header-caption .underline hr {
  border-top: 1px solid white;
  height: 0.2rem;
  background-color: white;
  opacity: 1 !important;
}

.tag-line span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
}

/*Carousel CSS End*/
/*Searchbar CSS*/
#search-form {
  position: absolute;
  bottom: 8%;
  font-size: 1rem;
  background-color: black;
  opacity: 0.7;
  border-radius: 1.5rem;
  width: 60%;
  margin-left: 20%;
  margin-top: 50% !important;
  padding-left: 10% !important;
  z-index: 5;
}

#search-form input {
  border: none;
  background: transparent;
  color: white;
  z-index: 10;
}

#search-form button {
  border: none;
  background: transparent;
  z-index: 10;
}

#searchList {
  position: absolute;
  top: 92%;
  left: 30%;
}

#searchList ul {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

@media screen and (max-width: 992px) {
  /*Carousl CSS*/
  .carousel-item.active::after, .carousel-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0%;
    left: 0%;
    opacity: 0.3;
  }

  .carousel-item.active, .carousel-item {
    position: relative;
    margin-top: 6rem;
  }

  .carousel-item.active img, .carousel-item img {
    height: 40vh !important;
    width: 100%;
  }

  #header-caption {
    position: absolute;
    bottom: 20%;
    font-family: "Montserrat", sans-serif;
    color: white;
  }
  #header-caption h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 2rem;
  }

  #header-caption .subtitle {
    height: 3rem;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
  }

  #header-caption .subtitle span {
    display: block;
    font-size: 1.8rem;
    -webkit-animation: spin_words 6s infinite;
            animation: spin_words 6s infinite;
  }

  @-webkit-keyframes spin_words {
    10% {
      transform: translateY(-128%);
    }
    30% {
      transform: translateY(-125%);
    }
    45% {
      transform: translateY(-228%);
    }
    65% {
      transform: translateY(-225%);
    }
    80% {
      transform: translateY(-328%);
    }
    100% {
      transform: translateY(-325%);
    }
  }

  @keyframes spin_words {
    10% {
      transform: translateY(-128%);
    }
    30% {
      transform: translateY(-125%);
    }
    45% {
      transform: translateY(-228%);
    }
    65% {
      transform: translateY(-225%);
    }
    80% {
      transform: translateY(-328%);
    }
    100% {
      transform: translateY(-325%);
    }
  }
  #header-caption .underline hr {
    border-top: 1px solid white;
    height: 0.1rem;
    background-color: white;
    opacity: 1 !important;
  }

  .tag-line span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 1rem;
  }

  /*Carousel CSS End*/
}
/***************/
#mobile-navbar {
  position: fixed;
  top: 0%;
  width: 100%;
  z-index: 1000;
  padding-bottom: 0% !important;
  padding: 0%;
}
#mobile-navbar i {
  font-size: 1.5rem;
}
#mobile-navbar #nav-container a {
  text-decoration: none;
  color: black;
  font-size: 2rem;
}
#mobile-navbar a h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  margin-top: 10%;
  font-weight: 500;
}

#search-container .search {
  height: 2rem;
  width: 70%;
  background-color: #0B2545;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
}
#search-container .search-input {
  color: white;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  margin-top: 0.5rem;
  caret-color: transparent;
  line-height: 0.1rem;
  transition: width 0.4s linear;
}
#search-container .search .search-input {
  padding: 0 40px 0 0;
  width: 100%;
  caret-color: white;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  transition: width 0.4s linear;
}
#search-container .search-icon {
  height: 1.5rem;
  width: 1.5rem;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 5px !important;
  bottom: 1.6rem;
  right: -0.5rem;
  padding: 0.3rem !important;
  position: relative;
  border-radius: 0.5rem;
}
#search-container .fa-search {
  font-size: 1.2rem;
  color: white;
}

a:link {
  text-decoration: none;
}

#navbrand-mobile {
  font-size: 1rem;
  font-weight: bold;
}

#menu-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9999;
}

#sub-option {
  overflow-y: scroll;
}

/* Tablet CSS */
@media screen and (max-width: 991px) and (min-width: 700px) {
  #nav-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #mobile-navbar a {
    text-decoration: none;
    color: black;
    font-size: 3rem;
  }

  #mobile-navbar a h1 {
    font-family: "Dancing Script", cursive;
    font-size: 2.5rem;
  }

  #mobile-navbar img {
    height: 3rem;
    width: 3rem;
  }

  #search-container {
    background-color: #0B2545;
  }

  #search-container .search {
    height: 6rem;
    width: 70%;
    background-color: #0B2545;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 1rem;
  }

  #search-container .search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 1rem;
    caret-color: transparent;
    line-height: 1.5rem;
    transition: width 0.4s linear;
  }

  #search-container .search .search-input {
    padding: 0 80px 0 0;
    width: 100%;
    caret-color: white;
    font-size: 2rem;
    font-weight: 600;
    color: white;
    transition: width 0.4s linear;
  }

  #search-container .search-icon {
    height: 3.5rem;
    width: 3.5rem;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    bottom: 3.5rem;
    padding: 0.6rem !important;
    position: relative;
    border-radius: 1rem;
  }

  #search-container .search-icon:hover {
    color: #fff !important;
  }

  #search-container .fa-search {
    font-size: 1rem;
    color: #fff;
  }

  a:link {
    text-decoration: none;
  }
}
#menu-container {
  display: none;
}
#menu-container #flush-collapseOne li, #menu-container #flush-collapseTwo li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  list-style: none;
  padding-left: 1rem;
}

#accordion-link .accordion-button::after {
  background-image: none !important;
}

/* footer css*/
#footer {
  background-color: #0b2545;
}
#footer a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
#footer ul {
  list-style: none;
  padding-left: 0;
}
#footer .terms-policy a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
}

/* Mobile CSS */
@media screen and (max-width: 699px) {
  #footer {
    margin-bottom: 5rem;
  }
  #footer .nav-link li {
    font-size: 1rem;
    padding-left: 0;
  }
  #footer h4 {
    font-size: 1rem;
  }
  #footer p {
    font-size: 0.8rem;
  }
}
/* Tablet CSS */
@media screen and (max-width: 991px) and (min-width: 700px) {
  #footer {
    margin-bottom: 5rem;
  }
  #footer .nav-link li {
    padding-left: 0;
  }
}
#social-ul {
  position: fixed;
  top: 30%;
  float: left;
  z-index: 9998;
  list-style-type: none;
  padding-left: inherit !important;
}

.social-bar.left .social-button {
  border-left: 0 solid rgba(0, 0, 0, 0.3);
}

.social-bar.left .social-button:hover {
  border-left-width: 0.3em;
}

.social-bar .social-button {
  display: block;
  width: 3em;
  line-height: 2.5;
  font-size: 1em;
  text-align: center;
  color: #ededed;
  transition: all 0.2s linear;
}

.social-bar .social-button:hover {
  width: 2.4em;
  color: #d4d4d4;
}

.social-bar .social-button.instgram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}

.social-bar .social-button.instgram:hover {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2367ea 75%, #bc1888ec 10%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}

.social-bar .social-button.twitter {
  background-color: #00aced;
}

.social-bar .social-button.twitter:hover {
  background-color: #0087ba;
}

.social-bar .social-button.facebook {
  background-color: #3b5998;
}

.social-bar .social-button.facebook:hover {
  background-color: #2d4373;
}

.social-bar .social-button.linkedin {
  background-color: #007bb6;
}

.social-bar .social-button.linkedin:hover {
  background-color: #005983;
}

.social-bar .social-button.pinterest {
  background-color: #E60023;
}

.social-bar .social-button.pinterest:hover {
  background-color: #e60023f3;
}

.social-bar .social-button.call {
  background-color: #25eb50;
}

.social-bar .social-button.call:hover {
  background-color: #25eb50da;
}

#whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 1rem;
  left: 1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #FFF;
  text-align: center;
  font-size: 2.5rem;
  z-index: 100;
}

#whatsapp:hover {
  transform: scale(1.2);
  transition: all 0.2s linear;
}

@media screen and (max-width: 991px) {
  #hubspot-messages-iframe-container {
    display: none !important;
    visibility: hidden;
  }
}
#bottom-social-linksul {
  display: inline-flex;
}

#bottom-social-links ul li {
  list-style: none;
  display: inline-block;
  margin-top: 1rem;
}

#bottom-social-links ul li a {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  text-align: center;
  margin: 0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: 0.5s;
}

#bottom-social-links ul li a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

#bottom-social-links ul li a .fa {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: 1.8rem;
  font-size: 1.5rem;
  color: #262626;
  transition: 0.5s;
}

#bottom-social-links ul li:nth-child(1) a:hover .fa {
  color: #f09433;
  color: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
}

#bottom-social-links ul li:nth-child(2) a:hover .fa {
  color: #3b5998;
}

#bottom-social-links ul li:nth-child(3) a:hover .fa {
  color: #0087ba;
}

#bottom-social-links ul li:nth-child(4) a:hover .fa {
  color: #007bb6;
}

#bottom-social-links ul li:nth-child(5) a:hover .fa {
  color: #E60023;
}

#bottom-social-links ul li:nth-child(6) a:hover .fa {
  color: #25eb50;
}

#bottom-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.menu {
  display: flex;
  flex-grow: 1;
  height: 5rem;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  text-decoration: none;
  list-style-type: none;
}

.menu-item:focus, .menu-item:hover {
  outline: none;
}

.menu-item:focus .material-icons, .menu-item:hover .material-icons {
  font-family: "Material Icons";
  color: #b1d293;
}

.menu-item:focus .menu-item-label, .menu-item:hover .menu-item-label {
  color: #b1d293;
}

.material-icons {
  font-family: "Material Icons Outlined";
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #0B2545;
  transition: 0.25s ease;
}

.menu-item-label {
  display: block;
  font-size: 0.8rem;
  color: #0B2545;
  transition: 0.25s ease;
}

#trip-menu {
  margin-top: 1rem;
}

#bottom-menu {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto;
  margin-left: auto;
}

#trip-menu .sub-menu {
  display: block;
  visibility: hidden;
  position: absolute;
  left: 0rem;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  border: black;
  max-height: 0;
  width: 100%;
  text-align: left;
  overflow: hidden;
  padding: 1.2rem;
  background-color: white;
  color: black;
}

#trip-menu .sub-menu li {
  display: block;
}

#trip-menu:hover .sub-menu {
  max-height: 50vh;
  visibility: visible;
  bottom: 100%;
  overflow-y: auto;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

/* Tablet CSS */
@media screen and (max-width: 991px) and (min-width: 700px) {
  .menu {
    display: flex;
    flex-grow: 1;
    height: 8rem;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
  }

  .material-icons {
    font-family: "Material Icons Outlined";
    display: block;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    color: #0B2545;
    transition: 0.25s ease;
  }

  .menu-item-label {
    display: block;
    font-size: 1.5rem;
    color: #0B2545;
    transition: 0.25s ease;
  }
}
#header-caption {
  position: absolute;
  bottom: 30%;
}

/*
|
|Trip Lisiting css
|
*/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover #trending-trip-img {
  filter: invert(94%) sepia(7%) saturate(500%) hue-rotate(36deg) brightness(85%) contrast(60%);
}

a:hover #trending-trip-price h5 {
  color: #b1d293 !important;
}

#trending-trip-card {
  border-radius: 2rem;
}

#trending-trip-img {
  border-radius: 2rem 2rem 0 0;
  height: 8rem !important;
  width: 8rem;
}

#trending-trip-code {
  position: relative !important;
  top: -1.87rem !important;
  color: white;
  background-color: #0B2545;
  padding: 1%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

#trending-trip-price h5, #trending-trip-title h6, #trending-trip-description p {
  color: #0B2545 !important;
}

#trending-trip-card {
  border-radius: 2rem;
}

.page-link {
  position: relative;
  display: block;
  color: #0B2545 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #0B2545 !important;
  font-size: 0.8rem;
}

.page-link:hover {
  z-index: 2;
  color: #fff !important;
  background-color: #0B2545;
  border-color: black;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.page-item.active .page-link {
  z-index: 1;
  background-color: #0B2545;
  border-color: #0B2545;
  color: #fff !important;
}

#filter {
  border: none;
  box-shadow: none;
}

.accordion-body {
  margin-left: 0.5rem;
}

#filter::after {
  display: none;
}

@media screen and (min-width: 992px) {
  #trip-divider {
    padding-left: 4rem;
  }

  #filter-option {
    width: 30%;
  }

  .accordion-body {
    margin-left: 1rem;
  }
}
