@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;
}

.navbar {
  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 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
}

#nav-link:hover {
  color: #b1d293 !important;
}

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

.collapse {
  border-top: 0.2rem solid #b1d293;
  border-bottom: 0.2rem solid #b1d293;
}

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

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

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

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

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

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

/***************/
#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 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;
}

@media screen and (max-width: 991px) {
  #mobile-navbar a {
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
  }

  #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;
  }
}
#blog-img {
  border-radius: 3rem;
}

#blog-card {
  background: transparent !important;
  border: none !important;
}

#blog-card-img {
  border-radius: 3rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#blog-card-title {
  color: #0B2545;
}

#blog-card-text {
  color: #0B2545;
}

#blog-card-link {
  color: #0B2545;
  text-decoration: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

.border-start {
  border-left: 0.3rem solid #0B2545 !important;
}

@media screen and (max-width: 991px) {
  #blog {
    margin-top: 8rem;
  }

  .border-start {
    border-left: none !important;
  }
}
#blog-body img {
  max-width: 100% !important;
  height: auto;
}
