* {
  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;
}
.dropdown button{
  border:none;
}

.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;
  /* Matches the greyish-blue background */
  color: white;
  border: 1px solid white;
  padding: 18px;
  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;
}

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

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

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

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

.pos h4,
.pos h1 {
  font-size: 50px;
}

.imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  /* padding:80px */

}

.imgs img {
  height: auto;
  width: 100%;
  border-radius: 50%;
  border: 2px solid rgba(156, 149, 149, 0.308);
  padding: 10px
}

.i1 h3 {
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
}

.heads h4,
.heads h1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 55px;
  font-weight: 200px;
}

.items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.items1 {
  border: 2px solid rgba(156, 149, 149, 0.308);
  padding: 20px;
  margin: 10px;
}

.item h3 {
  text-align: center;
  padding: 10px;
}

.flex {
  display: flex;
  gap: 50px;
  padding: 25px;

}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .carousel-item{
  overflow: hidden;
} */

.swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.forms-images {
  display: flex;
  /* gap: 50px;
  padding: 30px; */
}

.form-grid {
  display: flex;
  gap: 20px;
  padding: 40px;
}

.forms {
  padding: 10px;
  border: 2px solid rgba(156, 149, 149, 0.308);
  background-color: #e9f5ff;
}

.forms h1 {
  text-align: center;
  font-size: 50px;
  padding: 20px;
  color: #315779;
}

input {
  padding: 20px;
  text-align: start;
}

.contents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 10px;
}

.con-img img {
  height: auto;
  width: 100%;
}

.acc h1,
.acc h5 {
  color: #263246;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 10px;
}

.accordion-item button {
  background-color: #e9f5ff;
  margin: 10px;

}

footer {
  position: relative;
  top: 90px;
  margin: 5px;
  padding: 10px;
  background-color: #011533;
  color: #fff;
}

.main_footer hr {
  color: #19a73548;
}

.main_footer {
  /* margin-top: 170px; */
  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;
}

.contact-us1 {
  display: none;
}

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

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

.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; */
  padding: 10px;
  width: 250px;
}

.form button {
  margin-top: 20px;
}

.stay {
  margin-top: 20px;
}

.stay h3 {
  margin-bottom: 30px;
}

.icon {
  margin-bottom: 30px;
}

.form {
  display: flex;
}

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

.foot_icons i:hover {
  cursor: pointer;
  color: lightblue;
}

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

.hr {
  display: none;
}

.text,
.form,
.checkbbox {
  display: block;
}

.plus {
  display: none;
}

.see {
  padding: 30px;
}



.contact-us {
  display: none;
}

.contact {
  margin-top: 20px;
}

.list {
  margin-top: 20px;
}

.support {
  margin-top: 20px;
}

.company {
  margin-top: 20px;
}

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

@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 {
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
  }

  .images img {
    /* height:100%; */
    width: 100%;
  }

  .pos {

    left: 1%;
  }

  .pos h1,
  .pos h4 {
    font-size: 30px;
  }

  .heads h4,
  .heads h1 {
    font-size: 20px;
    text-align: center;
  }

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

  .imgs img {
    width: 50%;
  }

  .i1 {
    display: flex;
    gap: 50px;
    justify-content: space-evenly;
    align-items: center;
  }

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

  .flex {
    display: flex;
    gap: 400px;
    padding: 25px;

  }

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

  .forms h1 {
    text-align: center;
    font-size: 20px;
  }

  .form-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
   .bt {
    margin-bottom: 40px;
  }
  .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-toggle{
    margin-bottom: 40px;
  }
  .forms-images {
    display: grid;
    grid-template-columns: 1fr;
  }

  .carousel-item img {
    height: auto;
    width: 100%;
  }

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

  .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: flex;
    /* grid-template-columns: 2fr 4fr; */
    font-size: 20px;
    color: #fff;
    padding: 20px;
  }

    .logo img {
    height: auto;
  }

  .menu ul {
    display: none;
  }

  .icon button {
    left: 5px;
  }

  .none {
    display: none;
  }

   .bt {
    margin-bottom: 40px;
  }

  .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;
    color: #fff;
    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; */
  }
  .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;

}

  .icon i {
    display: none;
  }

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

  .mark {
    background-color: transparent;
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
  }

  .heads h4,
  .heads h1 {
    font-size: 30px;
  }

  .imgs img {
    width: 50%;
  }

  .i1 {
    display: flex;
    gap: 50px;
    justify-content: space-evenly;
    align-items: center;
  }

  .flex {
    display: flex;
    gap: 200px;
    padding: 25px;
  }

  .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }
.form-grid {
    display: flex
;
    gap: 20px;
    padding: 10px;
}
  .items {
    grid-template-columns: 1fr;
  }

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

  .forms h1 {
    text-align: center;
    font-size: 20px;
  }

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

  .forms-images {
    display: grid;
    grid-template-columns: 1fr;
  }

  .carousel-item img {
    height: auto;
    width: 100%;
  }

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