body {
  background-image: url(../Pictures/IMG_99931.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-color: rgba(0, 0, 0, 0.4)
}

@media (max-width: 545px) {
  body {
    background-image: url(../Pictures/IMG_93282.jpg);
    background-size: 100%;
  }
}


p {
  line-height: 24px;
}

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 {
  flex-direction: column;
  margin-left: initial;
  margin-right: 0;
  margin-top: 30px;
  height: auto;
  width: 90%;
  align-items: center;
  margin: auto;
}  

.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;
}

.special-package li {
  list-style-type: disc;
  text-indent: 10px;
  line-height: 26px;
}

.package p {
  margin: 10px 0 10px 0 ;
}

.price h4 span {
  text-decoration: line-through;
  color: #808080;
}

.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;
}

.price {
    display: flex;
    justify-content: space-between;
}

.packages {
  margin: auto;
  width: 100%;
  background-color: #fff;
}

.hero-sect .inner-section {
  background-color: transparent;
  align-content: flex-start;
  margin-bottom: 80px;
  align-items: normal;
}

.description {
  text-align: center;
  margin-bottom: 30px;
  font-size: larger;

}
 
.sect-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  width: 80%;
  justify-content: space-evenly;
  margin: auto;
}

.package {
    max-width: 400px;
}

.packages-section {
    width: 90%;
    margin: auto;
    margin-top: 40px;
  }

.feature {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5px;
  border-radius: 8px;
  color: #000;
  align-items: center;
  width: 200px;
  text-align: center;
}

.btn-container {
  align-items: center;
}

.book-btn {
  width: 90%;
  max-width: 700px;
  padding: 12px;
  margin-top: 50px;
  background-color: #fff;
  color: #000;
  font-weight: bolder;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.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;
}

.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;
}

.see-more-btn:hover {
  background-color: #000;
  color:#fff
}

.book-now-btn {
  background-color: #FFD700;
  border: 2px #FFD700 solid;
}

.book-now-btn:hover {
  background-color: #FFD700;
  color:#fff
}

.book-now-btn2 {
  background-color: #007BFF;
  border: 2px #007BFF solid;
}

.book-now-btn2:hover {
  background-color: #007BFF;
  color:#fff
}

.book-now-btn3 {
  background-color: #E57373;
  border: 2px #E57373 solid;
}

.book-now-btn3:hover {
  background-color: #E57373;
  color:#fff
}



/*Change the Nav logos to white
Update the button on the gallery section
Copy and past to graduations page*/ 




.contact-section {
  padding-bottom: 40px;
}

footer {
  margin-top: 0px;
;
    justify-content: center;
}

@media (max-width: 769px) {
    .page-content {
      background-color: transparent;
      width: 100%;
    }
  }


@media (max-width: 769px) {
  .page-content .inner-section {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 425px) {
  .special-package header {
    flex-direction: column  ;
  }
}


