* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}

.navbar {
  position: relative;
}

.navbar-inner {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 19px;
  width: 100%;
  align-items: center;
  padding-left: 10px;
  padding-right: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 111;
  padding-block: 12px;
}

.navbar-logo {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.navbar-logo a img {
  width: 75px;
}

.navbar-menu {
  list-style-type: none;
  display: flex;
  gap: 20px;
  margin: 0;
  align-items: center;
}

.navbar-menu li {
  position: relative;
}

.navbar-menu li a {
  display: block;
  color: white;
  padding: 14px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-menu li a:hover,
.navbar-menu li .dropdown:hover .dropbtn {
  background-color: #575757;
  color: #ddd;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: block;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  transition: background-color 0.3s ease;
}

.dropdown-content a:hover {
  background-color: #575757;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  max-height: 200px;
}

.navbar-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 25px;
}

.navbar-toggle .icon-bar {
  display: block;
  background-color: white;
  height: 3px;
  width: 100%;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
}

.navbar-toggle .bar1 {
  top: 0;
}

.navbar-toggle .bar2 {
  top: 50%;
  transform: translateY(-50%);
}

.navbar-toggle .bar3 {
  bottom: 0;
}

.navbar-toggle.active .bar1 {
  transform: rotate(-45deg) translate(-10px, 10px);
}

.navbar-toggle.active .bar2 {
  opacity: 0;
}

.navbar-toggle.active .bar3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

@media (max-width: 900px) {
  .navbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-logo {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    height: 10px;
  }

  .navbar-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
  }

  .navbar-menu.active {
    display: flex;
    opacity: 1;
    max-height: 500px;
  }

  .navbar-menu li {
    width: 100%;
  }

  .navbar-menu li a {
    padding: 10px;
    text-align: left;
  }

  .navbar-toggle {
    display: block;
    align-self: center;
    margin-left: auto;
    position: absolute;
    top: 30px;
    right: 20px;
  }

  .dropdown-content {
    position: static;
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
  }

  .dropdown.active .dropdown-content {
    display: block;
    opacity: 1;
    max-height: 200px;
  }
}




.header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  background-position: bottom;
  align-items: center;
  overflow: hidden;
  box-sizing: content-box;
  animation: animate 20s ease-in-out infinite;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.795), rgba(0, 0, 0, 0.342));
}


.current-page {
  scale: 1.1;
}

.current-page::after {
  content: "";
  width: 100%;
  background: #fff;
  display: block;
  padding: 2px;
  border-radius: 5px;
}

















@media (max-width: 1200px) {

  .navcompo a,
  .navcompo {
    font-size: 20px;
  }
}

@media (max-width: 950px) {

  .navcompo a,
  .navcompo {
    font-size: 18px;
  }

  .nav-logo {
    width: 180px;
  }

  .navlist {
    gap: 20px;
  }
}







@media (max-width: 750px) {
  .for-wide-size {
    background: #292929;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    padding-block-start: 80px;
    padding-block-end: 20px;
    gap: 50px;
    position: absolute;
    transition: all ease 0.5s;
    left: -100%;
    top: 0;
    z-index: 98;
  }

  .navbar {
    padding-inline: 20px;
  }

  .navlist {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navcompo a,
  .navcompo {
    font-size: 28px;
  }

  .nav-logo {
    width: 300px;
    max-width: 90vw;
  }

  .nav-dropdown-container {
    z-index: 99;
    background: #292929;
    left: -10px;
  }

  .nav-dropdown {
    left: 0;
  }

  .hotelswale-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .menu-para {
    color: #fff;
  }

  .social-links i {
    color: #fff;
    font-size: 25px;
    padding-left: 20px;
  }

  .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-logo {
    display: block;
    /* padding-block: 20px; */
  }

  .mobile-logo img {
    width: 200px;
  }

  .hamburger-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 99;
    background: #292929;
  }

  .burger-line {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transform: translateY(1px);
  }

  .burger-line li {
    width: 30px;
    padding: 2px;
    background: #fff;
    border-radius: 4px;
    transition: all ease 0.3s;
  }

  .drop-compo {
    background: transparent;

  }
}


.drop-compo {
  width: fit-content;
}