body {
  background-image: url(../Pictures/IMG_99321.jpg);
   background-repeat: no-repeat;
  background-size: initial;
  background-position: top;
  background-color: rgba(0, 0, 0, 0.4)
}

@media screen and (min-width: 1045px) {
  body {
    background-size: contain;
  }
}

hr {
  border-color: #000;
}

.original-navigation li {
  color: #fff;
}

.burger-icon .line {
  background-color: #fff;
}

.page-content {
  display: flex;
  flex-direction: column;
}

.page-content .inner-section {
  background-color: transparent;
  flex-direction: column;
  margin-left: initial;
  margin-right: 0;
  margin-top: 30px;
  height: auto;
  width: 90%;
  align-items: center;
  margin: auto;
}  


/*hero*/
.hero-sect {
  color: #fff;
  padding: 10px;
  margin: 18px 0px;
  display: flex;
  align-content:  center;
  text-align: center;
  justify-content: center;
}

.hero-sect header{
  align-self: flex-start;
}

.hero-sect h1 {
  font-size: xx-large;
}

.hero-sect p {
  text-align: left;
}

.packages-section {
    width: 90%;
    margin: auto;
    margin-top: 40px;
}
.package {
  max-width: 400px;
}

  .special {
    display: flex;
    width: 75%;
    justify-content: center;
  }
  
  
  .special-package {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 20px;
    padding: 15px;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .special-package header {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .discount-header {
    background-color: #000;
    color: #fff;
    padding: 3px 8px;
  }
  
  .package header {
  margin-bottom: 10px;
  }
  
  .list {
    margin-left: 12px;
  }
  
  .package li {
  list-style-type: disc;
  text-indent: 10px;
  line-height: 26px;
  }
  
  .price {
  margin: 10px 0 10px 0;
  }
  
  .price span {
    font-size: x-small;
  }
  
  .contact-section {
  display: flex;
  width: 100%;
  justify-content: center;
  }

.price h4 span {
  text-decoration: line-through;
  color: #808080;
} 


/*New Package style*/

.packages {
    margin: auto;
    width: 100%;
    background-color: #fff;
}

.packages-section {
    width: 90%;
    margin: auto;
    margin-top: 40px;
}

.package {
    width: 400px;
    margin: auto;
}

.package p {
    margin: 10px 0 10px 0;
}

p {
    line-height: 24px;
}

.price {
    display: flex;
    justify-content: space-between;
}

.see-more-btn, .book-now-btn, .book-now-btn2, .book-now-btn3 {
    display: block;
    text-align: center;
    background-color: #fff;
    border: 2px #000 solid;
    color: #000;
    padding: 12px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.book-now-btn {
    background-color: #FFD700;
    border: 2px #FFD700 solid;
}

.book-now-btn2 {
    background-color: #007BFF;
    border: 2px #007BFF solid;
}

.book-now-btn3 {
    background-color: #E57373;
    border: 2px #E57373 solid;
}

.gallery-section {
    max-width: 400px;
    margin: auto;
    padding: 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
    height: 100%;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-side {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
}

.gallery-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 769px) {
    .page-content {
      background-color: transparent;
      width: 100%;
    }
  }


@media (max-width: 769px) {
  .page-content .inner-section {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 415px) {
  .package {
    width: 100%;
  }
}


footer {
  margin-top: 0px;
}