.packages {
  padding-top: 30px;
}

.package-box {
  background-color: var(--brown1);
  width: 90%;
  margin: auto;
  margin-top: 50px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.9)
    ),
    url("sebilj.jpg");
  background-position: center;
  background-size: 1000px;
}

.package-box-2 {
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.9)
    ),
    url("plava-voda.webp");
  background-size: 1100px;
  background-position: center;
}

.package-box-3 {
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.9)
    ),
    url("bihac-vodopad.jpg");
  background-size: 1200px;
  background-position: center;
}

.package-box-summer {
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.9)
    ),
    url("mostar-summer.jpg");
  background-size: 1000px;
  background-position: center;
}

.package-title {
  color: #fbf5ee;
  background: linear-gradient(#000000bb, #00000000);
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  font-weight: 800;
  padding-top: 12px;
}

.package-days {
  font-size: 15px;
  padding-bottom: 10px;
}

.package-description {
  padding-top: 10px;
}

.package-price {
  color: #091c38;
  text-shadow: 1px 1px 1px #000000;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 20px;
}

.package-price2 {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 25px;
}

.package-desc-days p {
  padding-bottom: 25px;
  color: #091c38;
  font-style: oblique;
}

.package-desc-days {
  padding: 0 10px 0 10px;
  opacity: 0.8;
  font-weight: 800;
  font-size: 17px;
}

.package-desc-days span {
  opacity: 1;
  font-weight: 900;
  margin-right: 5px;
}

.read-packages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: linear-gradient(#fffefe00, #00000072);
  height: 45px;
}

.read-packages a {
  text-decoration: none;
  color: #fbf5ee;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  font-size: 25px;
  font-weight: 600;
}

/* start of package one */
.package-one-info {
  background: linear-gradient(#a6a6a6c0, #ffffff45, #a6a6a6c0);
  margin-top: -5px;
}

.package-one-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.package-one-heading h1 {
  position: absolute;
  color: var(--brown1);
  text-shadow: 1px 2px 2px rgb(0, 0, 0), 0px -2px 2px rgba(0, 0, 0, 1);
  font-size: 22px;
  max-width: 80vw;
  padding-top: 30px;
  opacity: 1;
}

.package-one-heading img {
  width: 100vw;
  /* margin-top: 53px; */
}

.day-card {
  text-align: left;
  position: relative;
  margin: 0 10px 15px 10px;
  padding: 15px;
}

.day-card h2 {
  color: #18417e;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
}

.day-card p {
  padding-top: 15px;
}

.hotels-pack-one h3 {
  padding-top: 12px;
  padding-bottom: 7px;
  font-size: 20px;
  font-weight: 400;
  color: #1b4f9c;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.hotels-pack-one span {
  color: #1b4f9c;
}

.package-econ-info {
  height: 530px;
}

.hotels-pack-one p {
  color: #fff6e9;
  font-size: 17px;
  font-weight: 800;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.prices-section p:nth-child(3) {
  padding-bottom: 25px;
}

.price-includes {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .package-box {
    max-width: 85vw;
  }

  .package-one-heading h1 {
    font-size: 40px;
  }

  .day-card h2 {
    font-size: 32px;
  }

  .day-card h3 {
    font-size: 29px;
  }

  .day-card p {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .package-two-separator {
    margin-top: -20px;
  }

  .package-three-separator {
    margin-top: -130px;
  }

  .package-econ-separator {
    margin-top: -15px;
  }

  .package-three-heading {
    margin-top: 150px;
  }

  .day-card-three {
    margin-top: 150px;
  }

  .price-includes-one h2 {
    margin-top: -15px;
  }

  .price-includes-two h2 {
    margin-top: -15px;
  }

  .price-includes-three {
    margin-top: -110px;
  }

  .packages {
    padding-top: 70px;
    display: flex;
    flex-wrap: wrap;
  }

  .day-card p {
    font-size: 21px;
    font-weight: 500;
    font-weight: 600;
    text-shadow: 1px 2px 2px rgb(0, 0, 0), 0px -1px 1px rgba(0, 0, 0, 1);
  }

  .package-box {
    max-width: 30vw;
    cursor: pointer;
    transition: all 500ms;
  }

  .package-box:hover {
    transition: all 500ms ease;
    transform: scale(1.03);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  }

  .package-box-summer {
    margin-top: o;
  }

  .package-one-info {
    background: linear-gradient(#ffffffe0, #ffffff45, #ffffffe0);
    position: relative;
    margin-top: -600px;
    margin-bottom: 175px;
    height: 465px;
  }

  .package-two-info {
    height: 420px;
  }

  .day-card-two {
    margin-top: 80px;
  }

  .package-two-heading h1 {
    margin-top: 100px;
  }

  #price-includes-econ {
    margin-top: -220px;
  }

  .price-includes-econ h2 {
    margin-left: -100px;
  }

  .price-includes-econ p {
    margin-left: -100px;
  }

  .package-econ-info {
    height: 300px;
  }

  .day-card-econ {
    margin-top: 200px;
  }

  .package-econ-heading h1 {
    margin-top: 200px;
  }

  .package-one-heading h1 {
    margin-bottom: 550px;
    font-size: 50px;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.9),
      0px -2px 2px rgba(255, 255, 255, 0.4);
  }

  .package-one-heading img {
    width: 99.5vw;
    max-height: 1000px;
    margin-bottom: -20px;
    margin-left: -5px;
  }

  .day-card {
    padding-top: 30px;
  }

  .hotels-pack-one h3 {
    text-shadow: 1px 1px 1px rgb(0, 0, 0), 0px -1px 1px rgba(0, 0, 0, 1);
  }

  .price-includes {
    position: relative;
    margin-top: -340px;
    margin-left: 950px;
    padding-bottom: 50px;
  }
}
