@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;
  }
}
#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;
  }
}
#login-page {
  background-color: #0B2545;
}

#login-page h1, #login-page h3 {
  color: white;
}

#login-page h6 {
  color: white;
}

#login-page img {
  height: auto;
  width: 100%;
}

#login-page span a {
  color: white;
}

#login-form label {
  color: white;
  display: block;
}

#login-form input {
  display: block;
}

#vertical-line {
  background-color: white;
  width: 0.2rem;
  height: 300%;
}

/* login with css*/
#loginwith ul {
  display: inline-flex !important;
}

#loginwith ul li {
  list-style: none;
}

#loginwith ul li a {
  position: relative;
  width: 60px;
  height: 60px;
  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;
}

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

#loginwith ul li a .fa {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: 48px;
  font-size: 24px;
  color: #262626;
  transition: 0.5s;
}

#loginwith ul li:nth-child(1) a:hover .fa {
  color: #dd4b39;
}

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

#login-button button {
  background-color: white !important;
  color: black !important;
}

#login-button a {
  color: white;
}

#login-logo {
  margin-top: -5px;
  margin-left: 5px;
  width: 20px !important;
}

#search-container {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    background-color: #0B2545;
  }

  #login-page {
    margin-top: 3rem;
  }
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 0px !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
