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


header {
  position: fixed;
  width: 100%;
  margin: 0px, 10px;
  position: absolute;
  z-index: 9;
  background-color: hsla(181, 50%, 28%, 0.382);
}

.hamburger {
  display: none;
}

aside nav ul {
  display: none;
}

.mark i {
  display: none;
}

section {
  margin-bottom: 60px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 8fr 1.5fr;
  font-size: 20px;
  color: #fff;
  /* margin:10px; */
  padding: 30px;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.logo img {
  height: 10%;
  width: 100%;
  cursor: pointer;
}

.menu .lists {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 20rem;
  list-style: none;
  display: flex;
  gap: 70px;
}

.btn:hover {
  background-color: #315779;
  color: #fff;
}

button a:hover {
  color: #fff;
  text-decoration: none;
}

.icon {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown button {

  color: #fff;
  /* font-size: 20px; */
}

/* .dropdown button:hover{
  background-color: #fff;
  color:#131212;

} */
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: min-content;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #080d4356;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;

}

.dropdown-menu li {
  padding: 15px;
}

.book-now-btn {
  background-color: #263246;
  border: none;
  color: white;
  border: 1px solid white;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  position: relative;
}

.book-now-btn::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid white;
  pointer-events: none;
}

.book-now-btn:hover {
  background-color: #8f99a7;
  /* Slightly darker on hover */
}

.lists a {
  text-decoration: none;
  color: #fff;
}

.images {
  position: relative;
  top: 0;
}

.images img {
  height: auto;
  width: 100%;
}

.imags1 img {
  height: auto;
  width: 100%;
}

.pos {
  position: absolute;
  top: 60%;
  left: 25%;
  color: #fff;
  padding: 10px;
  font-size: 40px;
}

.images_div {
  display: grid;
  margin-top: 20px;
  padding: 10px;
  justify-content: space-evenly;
  grid-template-columns: 1fr 1fr;
}

.border {
  border: 50px solid #080000;
  margin-top: 20px;
  padding: 30px;
}

.container h2,
.container h3 {
  padding: 30px;

}

.container h2 {
  font-size: 40px;
  font-weight: 300px;
}

.tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 5px;
  margin-left: 10px;
}

.tables td,
.tables i {
  padding: 5px;
}

.card-text {
  font-size: 24px;
}

.imags img {
  height: 100%;
  width: 100%;
}

.imags_text {
  padding: 30px;
  color: #111;
}

.h3,
.h4 {
  color: #111;
}

.imags_text h2 {
  font-size: 30px;
}

.imags_text h1 {
  font-size: 20px;
}

.benefits {
  margin-top: 20px;
  margin: 0px 10px;
  color: #080000;
}

.nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-evenly;
  padding: 10px 0px;
  list-style-type: circle;
}

.head3 {
  color: #111;
}

.btn1,
.buttons1 {
  width: 100%;
}

.content {
  display: flex;

  color: #111;
}

.button-grid {
  margin-left: 40%;
}

.content-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
}

.act-image img {
  height: 100%;
  width: 100%;
}

.act-text {
  padding-top: 30px;
  font-size: 28px;
}

.container {
  position: relative;
  text-align: center;
  color: #fff;
}

.con1 {
  color: #111;
}

.con1 h3,
.con1 h5 {
  word-spacing: 2px;
  text-align: start;
}

.con1 h3 {
  font-size: 28px;
}

.con1 h5 {
  font-size: 16px;
}

.con1 p {
  text-align: start;
}

.bottom-left {
  position: absolute;
  bottom: 100px;
  left: 50%;

}

.parallax {
  height: 500px;
  /* width:100%; */

  background-image: url("assets/images/b18\,jpg.avif");
   background-repeat:repeat-y;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.parallax h1 {
  text-align: center;
  font-family: cursive;
  font-size: 30px;
}

.par-content {
  height: 600px;
  background: #f2f2f2;
  padding: 20px;
}

footer {
  margin: 5px;
  padding: 5px;
  background-color: #011533;
  color: #fff;
}

.main_footer hr {
  color: #19a73548;
}

.main_footer {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
  margin-bottom: 30px;
}

.stay .form {
  margin-bottom: 10px;
}

.down {
  display: flex;
  justify-content: space-between;
}

.loc_lang {
  display: flex;
  gap: 20px;
}

.location {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.down {
  margin-bottom: 10px;
  margin: 0px 10px;
}

.lang {
  border-left: 2px solid grey;
  padding-left: 20PX;
  margin-right: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.term {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.term h4 {
  border-right: 2px solid white;
  padding-right: 20px;
}

.list li {
  list-style: none;
  padding: 10px;
  margin: auto;
  box-sizing: border-box;
}

.text {
  padding: 10px;

}

.form input {
  display: block;
  margin: 10px;
  width: 250px;

}

.form {
  padding: 10PX;
}

.form button {
  font-size: 12px;
  padding: 0px;


}

.stay {
  margin-top: 20px;
}

.stay h3 {

  margin-bottom: 30px;
}

.icon {
  margin-bottom: 30px;
}


.foot_icons {
  margin-top: 30px;
  display: flex;
  gap: 20px;

}

.foot_icons fa-instagram fa-facebook fa-twitter fa-pinterest {
  gap: 10px;
}

hr {
  margin: 40px 20px;
}

.logo_footer {
  margin-left: 20px;
  margin-top: 20px;
}

.contact {
  margin-top: 20px;
}

.list {
  margin-top: 20px;
}


.support {
  margin-top: 20px;
}

.company {
  margin-top: 20px;
}

.fa-plus {
  display: none;
}

.see {
  padding: 30px;
}

.contact-us {
  display: none;
}

.logo_footer img {
  margin: 30px;
  width: 70%;
}

.hr {
  display: none;
}

.hamburger {
  display: none;
}


@media (max-width:820px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 20px;
    color: #fff;
    padding: 20px;
  }

  .logo img {
    height: auto;
  }

  .menu ul {
    display: none;
  }

  .icon button {
    left: 5px;
  }

  .none {
    display: none;
  }

  .lists1 a {
    text-decoration: none;

    color: #fff;
  }

  .menu {
    display: none;
  }

  .menu li {
    list-style: none;
    padding: 10px;
    font-size: 12px;
    margin: 5px;
  }


  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 80%;
    font-size: 30px;
  }

  aside nav ul {
    display: block;
  }

  aside {
    background-color: #011533;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px;
    transform: translateX(-300px);
    transition: all 0.5s ease-in;
    z-index: 9;
  }

  .lists1 li {
    list-style: none;
    padding: 10px;
    margin-bottom: 50px;
  }

  li {
    list-style: none;
    padding: 10px;
    font-size: 16px;

    /* margin-bottom: 50px; */
  }

  .icon i {
    display: none;
  }

  .mark i {
    display: block;
    font-size: 20px;
  }

.mark {
        background-color: transparent;
        position: absolute;
        color: #fff;
        top: 10px;
        right: 10px;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: min-content;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #080d4356;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;

}
.btn1{
  margin-bottom: 30px;
}
  .images_div {
    grid-template-columns: 1fr;
  }

  .content-image {
    display: grid;
    grid-template-columns: 1fr;
  }

  .container h2 {
    font-size: 20px;
  }
/* .pos {
    position: absolute;
    top: 40%;
    left: 5%;
    color: #fff;
    padding: 10px;
    font-size: 10px;
} */
  .contact-us,
  .contact-us1 {
    display: block;
    margin-bottom: 20px;
    background-color: transparent;
    margin-left: 50px;
  }

  .contact-us button,
  .contact-us1 button {
    padding: 30px 50px;
    font-size: 30px;
  }

  .contact,
  .support,
  .company,
  .loc_lang,
  .term {
    display: none;
  }

  .main_footer {
    /* margin-top: 170px; */
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .logo_footer img {
    height: 20%;
    width: 50%;
  }

  .text,
  .form,
  .checkbbox,
  .foot_icons {
    margin-left: 40px;
  }

  .foot_icons i {
    font-size: 30px;
  }

}

@media (max-width:520px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 20px;
    color: #fff;
    padding: 20px;
  }

  .logo img {
    height: auto;
  }

  .menu ul {
    display: none;
  }

  .icon button {
    left: 5px;
  }

  .none {
    display: none;
  }

  .lists1 a {
    text-decoration: none;

    color: #fff;
  }

  .menu {
    display: none;
  }

  .menu li {
    list-style: none;
    padding: 10px;
    font-size: 12px;
    margin: 5px;
  }


  .hamburger {
    display: block;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 80%;
    font-size: 30px;
  }

  aside nav ul {
    display: block;
  }

  aside {
    background-color: #011533;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px;
    transform: translateX(-300px);
    transition: all 0.5s ease-in;
    z-index: 9;
  }

  .lists1 li {
    list-style: none;
    padding: 10px;
    margin-bottom: 50px;
  }

  li {
    list-style: none;
    padding: 10px;
    font-size: 16px;

    /* margin-bottom: 50px; */
  }

  .icon i {
    display: none;
  }

  .mark i {
    display: block;
    font-size: 20px;
  }

.mark {
        background-color: transparent;
        position: absolute;
        color: #fff;
        top: 10px;
        right: 10px;
}
.pos {
    position: absolute;
    top: 40%;
    left: 5%;
    color: #fff;
    padding: 10px;
    font-size: 10px;
}
.btn1{
      margin-bottom: 35px;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: min-content;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #080d4356;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;

}
  .images_div {
    grid-template-columns: 1fr;
  }

  .content-image {
    display: grid;
    grid-template-columns: 1fr;
  }

  .container h2 {
    font-size: 20px;
  }

  .contact-us,
  .contact-us1 {
    display: block;
    margin-bottom: 20px;
    background-color: transparent;
    margin-left: 50px;
  }

  .contact-us button,
  .contact-us1 button {
    padding: 30px 50px;
    font-size: 30px;
  }

  .contact,
  .support,
  .company,
  .loc_lang,
  .term {
    display: none;
  }

  .main_footer {
    /* margin-top: 170px; */
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .logo_footer img {
    height: 20%;
    width: 50%;
  }

  .text,
  .form,
  .checkbbox,
  .foot_icons {
    margin-left: 40px;
  }

  .foot_icons i {
    font-size: 30px;
  }

}