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

header {
  position: fixed;
  width: 100%;
  margin: 0px, 10px;
  position: absolute;
  z-index: 9;
  background-color: #00000000;
}
.hamburger {
  display: none;
}
aside nav ul {
  display: none;
}
.mark i {
  display: none;
}
.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: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #080d43;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.dropdown-menu li{
  padding: 15px;
}

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;
}
.book-now-btn {
  background-color: #0000001a;
  /* 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;
}

.bg {
  position: relative;

  height: 100vh;
  background-color: #000000a1;
}

.text1 {
  position: absolute;
  bottom: 29%;
  left: 30%;
  margin-bottom: 20px;
}

.text1 button {
  margin-left: 250px;
  background-color: transparent;
  font-size: 30px;
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  margin-top: 30px;
}

.text1 h3 {
  text-align: center;
  font-size: 150px;
  font-weight: 400;
  color: #fff;
}

.text1 h1 {
  text-align: center;
  font-weight: 400;
  font-size: 90px;
  color: #fff;
}

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

.swiper-wrapper {
  display: flex;
}

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

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

.swiper {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.parallax {
  height: 400px;
  width: 100%;
  padding: 50px;
  background-image: url("assets/images/i1.jpg");
  /* background-repeat: no-repeat; */
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  text-align: center;
  flex-direction: column;
  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,
.parallax h3,
.parallax p {
  font-size: 24px;
}

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

.emails input {
  border: 2px solid #111001;
  background: transparent;
  font-size: 24px;
  font-weight: 200;
  /* color: #fff; */
  padding: 10px;
}

.emails button {
  border: 2px solid #272727;
  background: transparent;
  font-size: 24px;
  padding: 10px;
  font-weight: 200;
}

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;
}

.fa-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: flex;
    /* grid-template-columns: 2fr 4fr; */
    font-size: 20px;
    color: #fff;
    padding: 20px;
  }
  .logo img {
    height: 10%;
    width: 50%;
  }
  .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;
  }
   .btn1 {
    margin-bottom: 30px;
  }

  .mark i {
    display: block;
    font-size: 20px;
  }
  .mark {
    background-color: transparent;
    position: absolute;
    color:#fff;
    top: 10px;
    right: 10px;
  }
  .text1 {
  position: absolute;
  bottom: 29%;
  left: 23%;
  margin-bottom: 20px;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    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;
}

.text1 button {
  margin-left: 100px;
  background-color: transparent;
  font-size: 30px;
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  margin-top: 30px;
}

.text1 h3 {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}

.text1 h1 {
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  color: #fff;
}
.heads-text h3 ,.heads-text h1{
    font-size: 28px;
}
.heads-text p{
  font-size: 18px;
}
.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;
    width: 50%;
  }
  .menu ul {
    display: none;
  }
  .icon button {
    left: 5px;
  }
  .none {
    display: none;
  }
  .lists1 a {
  text-decoration: none;

  color: #fff;
}
 .btn1 {
    margin-bottom: 30px;
  }

  .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;
  }
  .text1 {
  position: absolute;
  bottom: 29%;
  left: 10%;
  margin-bottom: 20px;
}

.text1 button {
  margin-left: 100px;
  background-color: transparent;
  font-size: 30px;
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  margin-top: 30px;
}

.text1 h3 {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}

.text1 h1 {
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  color: #fff;
}
.heads-text h3 ,.heads-text h1{
    font-size: 28px;
}
.heads-text p{
  font-size: 18px;
}
.contact-us , .contact-us1{
  display: block;
  margin-bottom: 20px;
  background-color: transparent;
  margin-left: 30px;
}
.contact-us button, .contact-us1 button{
  padding: 10px 30px;
  font-size: 30px;
}
.contact,.support,.company,.loc_lang,.term{
  display: none;
}

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

}