.parallax-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.parallax-page-content {
  background: #fff;
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;
}

.parallax-page-content h2 {
  font-size: 42px;
  color: #0a263b;
  font-weight: bold;
  font-family: 'Philosopher', sans-serif;
}

.parallax-page-content h2 span {
  color: #ee741f;
}

.parallax-page-content p {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  color: #0a263b;
  text-align: center;
  margin-top: 20px;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: left;
  will-change: transform;
}

.explore-sri-lanka-parallax-bg {
  background-position: center;
  background-image: url('../images/explore_sri_lanka_header_back.jpg');  
}

.parallax-content {
  position: relative;
  z-index: 2;
  text-align: center;
  
  padding-top: 35vh;
}

.explore-sri-lanka-content {
  min-height: 300px;
  position: relative;
  z-index: 0;
  align-items: center;
  text-align: center;
  opacity: 1;
}

.explore-sri-lanka-content:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url(../images/explore_sri_lanka_page_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.beaches-sri-lanka-parallax-bg {
    background-position: center;
    background-image: url('../images/beaches_header_back.png');  
}

.wildlife-sri-lanka-parallax-bg {
  background-position: center;
    background-image: url('../images/wildlife_header_back.jpg');  
}

.explore-popular-places-header {
    text-align: left;
    font-weight: bold;
    color: #0a263b;
    font-family: 'Raleway', sans-serif;
}

.explore-popular-places-list {
  text-align: left;
  font-weight: bold;
  margin-top: 20px;
}

.explore-popular-places-list .accordion .accordion-item {
  margin-bottom: 10px;
  border-top: 1px solid #dee2e6 !important;
}

.explore-popular-places-list .accordion {
  color: #0a263b;
}

.explore-popular-places-list .accordion .accordion-item .accordion-collapse .accordion-body p {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  color: #0a263b;
  font-weight: normal;
  font-size: 14px;
}

.read-more-container {
  display: flex;
  justify-content: flex-end;
}

.read-more-arrow {
  font-size: 16px;
  font-weight: 600;
  color: #0a263b;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  text-align: right;
}

.read-more-arrow:hover {
  color: #ee741f;
}

.read-more-arrow span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.read-more-arrow:hover span {
  transform: translateX(5px);
}

.wildlife-sri-lanka-parallax-bg {
  background-position: center;
  background-image: url('../images/wildlife_header_back.jpg');  
}

.heritages-sri-lanka-parallax-bg {
  background-position: center;
  background-image: url('../images/heritages_header_back.jpg');  
}

.kandy-sri-lanka-parallax-bg {
  background-position: center;
  background-image: url('../images/kandy_header_back.jpeg');  
}

.hill-country-sri-lanka-parallax-bg {
  background-position: center;
  background-image: url('../images/hill_country_header_back.jpg');  
}

.colombo-city-sri-lanka-parallax-bg {
  background-position: center;
  background-image: url('../images/colombo-city-header-back.jpg');
}

.ella-sri-lanka-parallax-bg {
  background-position: center;
  background-image: url('../images/ella_header_back.jpg');
}

/*medium devices - tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .parallax-content h1 {
    font-size: 79px;
  }

  .parallax-content p {
    font-size: 35px;
  }

  .parallax-page-content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .parallax-page-content h2 {
    font-size: 35px;
  }

  .parallax-page-content p {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  .navbar {
    background: rgba(0, 0, 0, 0.85);
  }
}