section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 125px 0;
}
section:not(.hero):nth-child(even) {
  background-color: #f5f5f5;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
hr {
  width: 200px;
  height: 2px;
  background-color: #34495e;;
  border: 0;
  margin-bottom: 60px;
}
li::marker {
  content: none;
}

strong{
  color: rgb(223, 130, 8);
}
section h3.title {
  text-transform: capitalize;
  font: bold 32px "Open Sans", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}
section p {
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
}
.packages p{
  font-size: 1.0rem;
}
@media (max-width: 800px) {
  section {
    padding: 50px 20px;
 }
  section p {
    font-size: 0.9rem;
 }
  section h3.title {
    font-size: 25px;
 }
  hr {
    margin-bottom: 10px;
 }
}
@keyframes slidefade {
  100% {
      opacity: 1;
      margin: 0;
 }
}
@media (max-width: 900px) {
  .hero {
      min-height: 600px;
 }
  .hero h1 {
      font-size: 48px;
 }
  .hero h3 {
      font-size: 24px;
 }
  .hero a.btn {
      padding: 15px 40px;
 }
}
@media (max-width: 600px) {
  .hero h1 {
      font-size: 30px;
 }
  .hero h3 {
      font-size: 18px;
      margin-bottom: 20px;
 }
  .hero a.btn {
      padding: 15px;
      font-size: 10px;
 }
  .hero h2 {
      font-size: 18px;
 }
  .hero nav li {
      font-size: 15px;
 }
}

.destinations .title, .destinations p, .destinations .grid {
  max-width: 80%;
}
.destinations p {
  width: 1800px;
}
.destinations .grid img {
  padding: 20px;
  width: 100%;
  background-clip: content-box;
  background-size: cover;
  background-position: center;
  transition: 0.5s all ease;
  filter: grayscale(50%) 
}
.destinations .grid img:hover {
  transform: scale(1.02);
  transition: 0.5s all ease;
  filter: none;
}
.destinations .grid img.small {
  width: 27%;
  height: 30vh;
  flex-basis: 30%;
}
.destinations .grid img.large {
  width: 67%;
  height: 30vh;
  flex-basis: 70%;
}
@media (max-width: 1800px) {
  .destinations .grid img.small, .destinations .grid img.large {
      flex-basis: 50%;
      width: 45%;
      height: 30vh;
 }
}
@media (max-width: 900px) {
  .destinations .grid img.small, .destinations .grid img.large {
      flex-basis: 100%;
      width: 300px;
      height: 250px;
 }
}

.packages .title, .packages li, #packagepara, .packages .grid {
  max-width: 90%;
}
.packages .grid li {
  padding: 40px;
  flex-basis: 25%;
  text-align: center;
}
.packages .grid li i {
  color: rgb(223, 130, 8);
}
.packages .grid li h4 {
  font-size: 1.5rem;
  margin: 25px 0;
}
@media (max-width: 1800px) {
  .packages .grid li {
      flex-basis: 50%;
      padding: 75px;
 }
}
@media (max-width: 900px) {
  .packages .grid li {
      flex-basis: 100%;
      padding: 40px;
      max-width: 100%;
 }
  .packages .grid li h4 {
      font-size: 22px;
 }
}

.testimonials {
  font-weight: 300;
  line-height: 1.5;
}
.testimonials .title, .testimonials .author, .testimonials .quote {
  max-width: 80%;
  width: 1200px;
}
@media (max-width: 800px) {
  .testimonials .quote {
      font-size: 18px;
      margin: 15px 0;
 }
  .testimonials .author {
      font-size: 14px;
 }
}

.hero {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 25.25%;
  background-image: url('images/heropic.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.hero h3 {
  font: normal 28px "Open Sans", sans-serif;
  margin-bottom: 40px;
}
.hero a.btn {
  padding: 20px 46px;
}
.hero-content-area {
  opacity: 0;
  margin-top: 100px;
  animation: 1s slidefade 1s forwards;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hero h1 {
  font: bold 60px "Open Sans", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-shadow: 0px 0px 4px gray;
}
.hero p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.hero-button ,.project-button{
  background-color: #f3a30b;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 25px;
  font-size: 1rem;
  transition: 0.3s ease;
}
.project-button{
  color: #f3a30b;
  background-color: white;
  border: 2px solid #f3a30b;
}
.hero-button:hover {
  color: #f3a30b;
  background-color: white;
}
.project-button:hover{
  background-color: #f3a30b;
  color: white;
}
.news-section {
  width: 100%;
  margin: 0 auto;
  padding: 5% 5%;
  background: #f5f5f5;
}
.news-section .add-button{
  margin-left: 2vw;
}
.news-item {
  border-left: 10px solid #34495e;
  border-radius: 2px;
  padding: 20px;
  margin: 0 2vw;
  margin-bottom: 20px;
  background-color: #fff;
  text-align: left;
  transition: 0.3s ease;
}
.news-item:hover{
  border-left: 10px solid #489691;
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.news-date {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.news-actions {
  margin-top: 10px;
  display: flex;
  justify-content: right;
  gap: 10px;
}
.fourtest{
  font-size: 2.5rem;
  font-weight: bolder;
}

/*Responsive Design*/
@media (max-width: 768px) {
  .hero h1, .yellow {
      font-size: 1.5rem;
 }
  .hero p {
      font-size: 0.9rem;
 }
  .hero-button ,.project-button{
      font-size: 0.9rem;
      padding: 8px 16px;
 }
  .news-section {
      padding: 10px;
 }
  .news-item {
      padding: 15px;
 }
  .news-date {
      font-size: 0.8rem;
 }
}
@media (max-width: 480px) {
  .news-item {
      padding: 10px;
 }
  .news-date {
      font-size: 0.7rem;
 }
}
.news-section .yellow{
  color: #34495e;
}
.news-section hr {
  margin-bottom: 20px;
  height: 5px;
  background-color: #34495e;
}

