.dest-hero-panel > h1, .hero-glass-panel > h1 {
  font-size: 40px !important;
}
.dropdown-menu > li > a {
  display: flex !important;
  justify-content:left;
  align-items:center;
  font-size: 14px !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #124666 !important;
  text-decoration: none;
}
/* ------------------------------- */
.new-title-1{
  font-size: 40px !important;
  font-weight: bold;
}
.home_icon_box {
  display: flex;
  margin: 20px 0px;
  padding: 10px 10px;
  border-radius: 10px;
  background: linear-gradient(45deg, #e5f6fd, #f1e6ff);
  padding-top: 15px;
  width: 80%;
}
.home_icon_image {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_icon_content, .home_icon_content > h6 {
  color: #505050;
}
/* ------------------------------- */
/* ------------------------------- */
/* ------------------------------- */
.footer-sub-title {
  position: relative;
  font-size: 21px !important;
  color: #fff !important;
  padding-bottom: 10px !important;
}
.footer-sub-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #18b4d8;
}
.footer-v2 a:hover {
  color: #97ebf9 !important;
}
.footer-v2 li {
  margin-bottom: 20px !important;
}
.footer-new-icons{
  border-radius: 100px;
  border: 0px !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.container {
  max-width: 80% !important;
}
.footer-contact-node {
  display: flex;
}
.footer-new-icon {
  width: 40px;
  background-color: #8c57ff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  margin-right: 10px;
  border-radius: 5px;
  transition: border-radius 0.3s ease; /* Adjust duration and easing as needed */
}
.footer-new-icon:hover {
  border-radius: 15px 5px;
}
.luxe-nav-shell {
  background: transparent !important;
}
.pkg-card {
  min-height: 600px;
  margin-top: 20px !important;
}
.pkg-grid > div {
  margin-top: 80px;
}
.wave-sep {
  display: none !important;
}
.luxe-top a {
  color: #fff;
  text-decoration: none;
  background-color: #301768;
  padding: 10px 10px;
  border-radius: 5px 20px 5px 5px;
  font-weight: bold;
}
.header-new-icons {
  border-radius: 50px !important;
  background-color: transparent !important;
}
#header_icon_set{
  margin: 10px 0px;
}
.luxe-top {
  background: linear-gradient(120deg, #4a1a84, #73648d, #c9ad59 ) !important;
}
.footer-new-icons:hover > i {
  color: #136680 !important;
  box-shadow: 0px 10px 10px #136680;
  border-radius: 5px;
  padding: 3px;
  scale:1.1;
}
@media(max-width:600px){
  .container {
    max-width: 100% !important;
  }
}