/* FONT MONSERRAT */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Prevent horizontal scrollbar caused by animations */
body, html {
  overflow-x: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Alata&family=Archivo&family=Baloo+2&family=Heebo&family=Inter&family=Kanit:wght@600&family=Montserrat&family=Nunito+Sans:opsz@6..12&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');

/* FONT POPPINS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* FONT BARBARA */
@import url('https://fonts.cdnfonts.com/css/barbara');


/* FONT MUSEUM */
@font-face {
  font-family: "museumInline";
  src: url(MuseumFont/LTMuseum-Inline.ttf);
}

@font-face {
  font-family: "museumLight";
  src: url(MuseumFont/LTMuseum-Light.ttf);
}

@font-face {
  font-family: "museumRegular";
  src: url(MuseumFont/LTMuseum-Reg.ttf);
}

@font-face {
  font-family: "museumBold";
  src: url(MuseumFont/LTMuseum-Bold.ttf);
}

@font-face {
  font-family: "museumLightItalic";
  src: url(MuseumFont/LTMuseum-LightItalic.ttf);
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 5vb;
}

#myBtn:hover {
  background-color: #555;
}

/* NAVIGATION BAR STYLE */

.navbar {
  background-color:#0A2239;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 10rem;
}

.navTitle {
  display: flex;
}

.navbar__img {
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  margin-right: 1rem;
}

.test {
  display: flex;
  align-items: center;
}

.navTitleProvince {
  color: #ffff;
  text-align: center;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;  
  margin-left: 3.5rem;
  font-style: italic;
}

.navOpen,
.navClose {
  color: white;
  background: transparent;
  font-size: 2rem;
  border: none;
  display: none;
  cursor: pointer;
}

.navbar__title {
  color: white;
  font-family: "Montserrat", sans-serif;  
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-decoration: none;
  border: 1px solid white;
  padding: 0.6rem 1rem; 
  display: inline-block; 
  text-align: center;
}

.navbar__ul {
  display: flex;
}

.navbar__li {
  list-style: none;
  margin: 0rem 1rem;
}

.navbar__link {
  color: white;
  font-family: "Open Sans", sans-serif;  
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
}

.navBtns,
.nav__open,
.nav__close {
  display: none;
}

.navbar__li.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 2.5rem;
  left: 0;
  background-color: #0A2239;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  z-index: 1000;
  min-width: 12rem;
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu .dropdown-link {
  display: block;
  padding: 0.75rem 1rem;
  color: white;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
}


.dropdown-menu .dropdown-link:hover {
  color: #e6dc00;
}


.navbar__li.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar__li.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 5rem;
  left: 0;
  background-color: #0A2239;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  z-index: 1000;
  min-width: 12rem;
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu .dropdown-link {
  display: block; 
  padding: 0.75rem 1rem;
  color: white;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
}

@media (min-width: 1025px) {
  .navbar__li.dropdown {
    position: relative;
  }

  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: #0A2239;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    border-radius: 0.5rem;
    padding: 0.75rem 0;
    min-width: 12rem;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .navbar__li.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .dropdown-link {
    display: block;
    padding: 0.75rem 1.25rem;
    color: #ffffff;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    transition: color 0.2s ease;
  }

  .dropdown-link:hover {
    color: #e6dc00; 
    background-color: transparent; 
  }

  .dropdown-toggle {
    pointer-events: none;
    cursor: default;
  }

  .navbar__li.dropdown:hover .dropdown-menu {
  display: block;
}
}

@media (max-width: 1024px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem;
    background-color: #0A2239;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    transition: right 0.3s ease;
    z-index: 1001;
  }

  .navbar.open {
    right: 0;
  }

  .navtitle {
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
  }

  .navbar__ul {
    flex-direction: column;
    width: 100%;
    text-align: center; 
  }

  .navbar__li {
    margin: 0.5rem 0;
  }

  .navbar__link {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    padding: 0.5rem 0;
    display: block;
    text-align: center;
    padding-left: 0;
  }

  .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    min-width: auto;
  }

  .navbar__li.dropdown .dropdown-menu {
    background-color: transparent;
    margin-left: 0; 
  }

  .dropdown-link {
    padding-left: 0;
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    text-align: center;
  }

  .navBtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0A2239;
    padding: 1rem 2rem;
    z-index: 1002;
    position: relative;
  }

  .navmobilediv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .navmobile {
    display: flex;
    align-items: center;
  }

  .navmobileProvince {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 0.85rem;
    margin-top: 0.2rem;
    margin-left: 10rem;
    font-style: italic;
  }

  .navOpen,
  .navClose {
    display: block;
    font-size: 1.8rem;
    color: white;
    background: transparent;
    border: none;
    cursor: pointer;
  }

  .navClose {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    z-index: 1003;
  }

  .navbar__title {
    font-size: 1.3rem;
    padding: 0.5rem 0.75rem;
  }

  .navbar__img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
  }

  .navbar {
    display: none;
  }

  .navbar.open {
    display: flex;
  }


  .navBtns {
    display: flex;
  }

  .navbar__li.dropdown:hover .dropdown-menu {
    display: none;
  }

  .navbar__li.dropdown .dropdown-menu {
    display: none;
  }

  .navbar__li.dropdown.active .dropdown-menu {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .navbar__link{
    font-size: 0.85rem !important;
  }
}

@media screen and (max-width: 430px) {
  .navmobileProvince {
    margin-left: 4.9rem !important;
  }
}


/* HOME STYLE */
.myVideo {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  top: 0;
  left: 0;
}


.img-cover {
  width: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
  flex-wrap: wrap;
}

.web-coverImg {
  position: relative; 
  display: flex; 
  width: 100%; 
  max-width: 100vw;
  height: 100%;
  max-height: 85vh;
  margin-bottom: 9.5vb;
}

.image-container img {
  width: 100vw;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(55%);
  opacity: 0.98;
}

.web-cover-text {
  position: absolute; 
  top: 50%;
  left: 7.5rem;
  transform: translateY(-50%); 
  color: #ffff;
  text-align: left;
  font-family: "Open Sans", sans-serif;   
  text-shadow: 2px 2px 5px black, -2px -2px 5px gray;
  z-index: 2;
  color: #ffffff;
  text-decoration: solid #000000;
  text-align: left;
  margin-top: 1.5rem;
  margin-left: 7.5rem;
  text-shadow: 2px 2px 5px black, -2px -2px 5px gray;
}

.web__explore {
  font-size: 2rem;
  letter-spacing: 0.12rem;
  font-weight: 600;
  text-transform: capitalize;
}

.web__title {
  font-size: 6.2rem;
  margin-top: 1vh;
  letter-spacing: 0.12rem;
  text-transform: capitalize;
}

.web-cover-text > .web__title{
  font-size: 4.8rem;
  letter-spacing: 0.10rem;
  font-family: "Open Sans", sans-serif;  
  font-weight: bold;
}

.web__description {
  margin-top: 1.25rem;
  font-size: 1.35rem;
  color: #fff;
  max-width: 50rem;
}

.home {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0rem 2.5rem 0rem;
}

.home__title {
  color: white;
  font-family: museumLight;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-top: 6rem;
  padding: 0rem 0rem 2.5rem 0rem;
}

.home__title--diwa {
  color: #ffff;
  font-family: museumLightItalic;
  font-size: 2rem;
  font-weight: lighter;
}

.home__diwa {
  display: flex;
  align-items: center;
}

.home__title--name {
  letter-spacing: 1.5rem;
  margin-top: 0.8rem;
  margin: auto;
}

.home__title--ng{
  letter-spacing: 1rem;
  margin-top: 0.8rem;
  margin: auto;
  margin-left: 1rem;
}

.home__line {
  height: 0.1rem;
  width: 15rem;
  background: #ffff;
}

.home__lines {
  height: 0.1rem;
  width: 20rem;
  background: #fff;
}

.home__title--nameKanlahi {
  letter-spacing: 1.5rem;
  margin: auto;
}

.home__opens {
  color: #ffff;
  font-family: museumLightItalic;
  font-size: 2rem;
  font-weight: lighter;
}

.slide-2 {
  background: url("BackgroundImage/frontBGPageTwo.png");
  position: relative;
}

.caption {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px 0px;
}

.home__videoOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}

.captionThree {
  width: 100%;
  position: absolute;
  top: 20%;
  transform: translateY(-20%);
  padding: 0px 0px;
}

.home__video {
  position: relative;
  text-align: center;
}

.homeIconClose {
  display: none;
}

.home__back {
  font-size: 2rem;
  font-weight: lighter;
  color: white;
  border: 1px solid gray;

  padding: 0.5rem 1rem;

  position: absolute;
  opacity: 1;
  top: -5rem;
  right: 11rem;

  cursor: pointer;
  transition: all 0.5s;
}

.home__back:hover {
  color: white;
  border: 1px solid white;
}

.home__diorama {
  display: none;
  margin: auto;
  width: 70%;
  height: 80vh;
  border: 0;
}

.home__img {
  width: 45rem;
  height: 25rem;
}

.home__playButton {
  font-size: 2rem;
}

.slide-3 {
  background-color: #c9ab81;
}

.captionTwo {
  width: 100%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  padding: 0rem 0rem;
  text-align: center;
  box-sizing: border-box;
}

.captionTwoInner {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}

.dayDiorama {
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}

.dayDioramaTitle {
  background-color: #1b1b1b;
  font-size: 2.5rem;
  height: 20rem;
  width: 30rem;
  margin-right: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dayDioramaTitle__name {
  color: #fff;
  font-family: museumLight;
}

.dayDioramaImgs {
  position: relative;

  height: 20rem;
  width: 30rem;
  margin-left: 2.5rem;
}

.dayDioramaImgSize {
  width: 20rem;
  height: 12.5rem;
}

.dayDioramaImgs__one {
  position: absolute;
  left: 0;
  transition: all 1s;
}

.dayDioramaImgs__one:hover {
  z-index: 1;
  width: 20rem;
  transform: scale(1.2);
  height: 12.5rem;
}

.dayDioramaImgs__two {
  position: absolute;
  top: 3rem;
  right: 0;
  transition: all 1s;
}

.dayDioramaImgs__two:hover {
  z-index: 1;
  width: 20rem;
  height: 12.5rem;
  transform: scale(1.2);
}

.dayDioramaImgs__three {
  position: absolute;
  right: 4.7rem;
  bottom: 0;
  transition: all 1s;
}

.dayDioramaImgs__three:hover {
  z-index: 1;
  width: 20rem;
  height: 12.5rem;
  transform: scale(1.2);
}

.dayHistory {
  display: flex;
  align-items: center;
  position: relative;
}

.dayHistoryImg {
  position: relative;
  height: 20rem;
  width: 30rem;
  margin-right: 2.5rem;
  transition: all 1s;
}

.dayHistoryImg:hover {
  transform: scale(1.2);
}

.dayHistory__img {
  height: 20rem;
  width: 30rem;

  margin-right: 2.5rem;
  display: block;
}

.dayHistoryTitle {
  background-color: #1b1b1b;
  font-size: 2rem;
  height: 20rem;
  width: 30rem;
  margin-left: 2.5rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dayHistoryTitle__name {
  color: #fff;
  font-family: museumLight;
}

.dayHistoryTitle__name--history {
  color: #c9ab81;
  font-family: museumLight;
}

.dayLocation {
  background: none;
  border: 2px solid #fff;
  padding: 0.5rem 1rem;
  margin-top: 3.5rem;
  cursor: pointer;
  transition: all 0.5s;
}

.dayLocation:hover {
  opacity: 0.5;
}

.dayLocation__link {
  color: white;
  font-size: 1.5rem;
  font-family: museumLight;
  font-weight: lighter;
  text-decoration: none;
}

.homebtn_ripple {
  display: block;
  margin: auto;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  border: none;
  outline: none;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: block;
  background-color: transparent;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  border: 2px solid #fff;
}

.container {
  position: relative;
  margin: 0;
}

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}

.slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
}

.arrow img {
  width: 2.5rem;
}

.l {
  left: 0;
  filter: invert(100%) brightness(1);
  margin-left: 2rem;
}

.r {
  right: 0;
  filter: invert(100%) brightness(1);
  margin-right: 2rem;
}

/* FOOTER STYLE */
.footer {
  color: white;
  font-family: "Open Sans", sans-serif;   
  background-color: #0A2239;
  padding: 2rem 10rem;
}

.footerTourism {
  display: flex;
  align-items: center;
}

.footerProvince {
  text-align: center;
  color: #fff;
  font-style: italic;
  margin-top: 0 !important;
  padding: 0 !important;
}

.footer__img {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
}

.footer__title {
  color: white;
  font-family: "Montserrat", sans-serif;  
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-decoration: none;
  border: 1px solid white;
  padding: 0.3rem 0.6rem; 
  display: inline-block; 
  text-align: center;
}

.footer__top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1rem;
}

.footer__size {
  text-decoration: none;
  margin-left: 0.5rem;
}

.footer__date {
  text-decoration: none;
  margin-left: 0.6rem;
}

.footer__date .footer__size:hover {
  color: #fff;
  text-decoration: none;
}

.footer__size:hover {
  color: #e6dc00;
}

.footer__link {
  color: white;
  text-decoration: none;
}

.footer__contact {
  margin-bottom: 1rem;
}

.footer__fb {
  margin-bottom: 1rem;
}

.footer__copyright {
  margin-top: 2rem;
  text-align: center;
}

.footer__contactLink {
  text-decoration: none;
  color: white;
}

.footer__contactLink:hover {
  color: gray;
}

.footerProvince {
  margin-left: 3.5rem;
}

.footerIcon {
  display: flex;
}

/* Map of Tarlac Style */
.mapTarlacDiv {
  background: 
    linear-gradient(rgba(10, 34, 57, 0.85), rgba(10, 34, 57, 0.85)),
    url("TarlacTourism/TARLAC CITY_TARLAC CAPITOL (2).jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white; 
}


.mapTarlacWidth {
  width: 80%;
  display: block;
  margin: auto;
  padding: 5rem 0rem;
}

.mapTarlac {
  padding: 0rem 0rem 2.5rem 0rem;
  text-align: center;
}

.mapTarlacTitle {
  color: white;
  font-family: "Open Sans", sans-serif;  
  font-size: 3rem;
}

.mapTarlacContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mapTarlacCountry {
  font-size: 1.75rem;
  font-family: "Open Sans", sans-serif;   
  border: 1px solid #fff;
  padding: 1rem;
  margin: 0rem 1.6rem;
}

.mapTarlacCountryText {
  color: white;
}

.mapTarlacCountryTextSpan {
  color: white;
  font-weight: lighter;
}

.mapTarlacVisuals {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
}

.mapTarlacImg {
  width: 100%;
  max-width: 400px;
  margin-bottom: 1.5rem;
}

.mapTarlacContent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 0;
}

.aeta-tarlacMap{
  padding-left: 2rem !important;
}

/* DIORAMA STYLE */
.mySlides {
  padding: 2rem 5rem;
}

.dioramaDiv {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(12, 20, 36, 0.9)),
    url("YourDayAtDioramaImages/diorama.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}


.dioramaHeaderTitle {
  color: #fff;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;  
  text-align: center;
  padding: 3rem;
}

.slideContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideText {
  margin-right: 5rem;
}

.slideTitle {
  color: #fff;
  font-family: "Open Sans", sans-serif;  
  font-size: 3rem;
  text-align: center;
}

.slideYear {
  color: #fff;
  font-family: "Open Sans", sans-serif;   
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.slideDescription {
  color: white;
  font-family: "Open Sans", sans-serif;  
  font-size: 1.5rem;
  text-indent: 2rem;
}

.slideDivIcon {
  text-align: center;
  margin-top: 5rem;
}

.slideIcon {
  color: white;
  font-size: 1.5rem;
  border: 2px solid white;
  padding: 0.5rem 2rem;
  cursor: pointer;
  margin: 0rem 1rem;
}

.diormaImages {
  width: 50%;
  filter: brightness(1.5);
  box-shadow: 0px 0px 25px 20px rgba(0, 0, 0, 0.75);
}

.image-navigation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.click-image {
  width: 5rem;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

/* product catalogue */

.products-container{
  min-width: 100%;
  color: #000;
  display: flex;
}

.exploreTarlac{
  font-family: "Open Sans", sans-serif;   
  margin-top: 0.7rem;
}

.exploreTarlac__location{
  font-family: "Open Sans", sans-serif;  
}

.product-header{
  width: 85%;
  padding: 100px 10%;
  font-family: "Open Sans", sans-serif;  
}

.product-header h1{
  margin-bottom: 20px;
}

.product-header p{
  margin-bottom: 40px;
  font-size: 1.10rem;
  font-family: "Open Sans", sans-serif;  
  text-align: justify;
}

.browse-products{
  background: rgb(20, 20, 39);
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  border: 0;
  outline: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

/* cards layout */

.highlight-wrapper{
  width: 100vw 100%;
  display: flex;
  padding: 1%;
  border-radius: 8px;
  gap: 1rem; 
  overflow: hidden;
  flex-wrap: wrap; 
  height: 100%;
  justify-content: space-between;
  align-content: space-around;
  margin: 5em;
}

.highlight-card{
  flex: 0 0 calc(45% - 0.1rem); 
  height: 40%;
  gap: 1rem; 
  border-radius: 8px;
  display: flex; 
  align-items: center; 
  margin: 0.5em;
}

.highlight-img{
  width: 120px;
  height: 120px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

.highlight-text {
  flex: 1; 
}

/*About Us */
.pto-about-us {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4.5rem;
  background-image: url('TarlacTourism/diwa-diorama.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  overflow: hidden;
}

.pto-about-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45); 
  z-index: 1;
}

.pto-about-us > h3.about {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;  
  text-align: center;
  color: #fff;
  z-index: 2; 
}

.pto-about-us > h2{
  position: relative;
  font-size: 4rem;
  font-weight: bold;
  line-height: 4.5rem;
  font-family: "Open Sans", sans-serif;   
  text-align: center;
  color: white;
  font-weight: 500;
  z-index: 2; 
}

.pto-section > h2{
  text-align: center;
  font-family: "Open Sans", sans-serif;   
  margin-top: 3rem;
  margin-bottom: 0;
}

.img-cover-2 {
  width: 100%;
  object-fit: contain;
  display: block;
  flex-wrap: wrap;
  margin-top: 1rem;
}


.pto-section {
  padding: 60px 20px;
  background-color: #fff; 
}

.pto-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

.pto-row.reverse {
  flex-direction: row-reverse;
  margin-top: 2.5rem;
}

.pto-img {
  width: 400px;
  max-width: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.pto-img-2 {
  width: 400px;
  max-width: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.pto-text {
  max-width: 50rem;
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;  
}

.pto-text h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.pto-text p {
  font-size: 16px;
  line-height: 1.6;
}

.vision-mission-section {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: center;
  font-family: "Open Sans", sans-serif;  
}

.vision-mission-container {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 150rem;
  margin: 0 auto;
}

.vision-mission-box {
  max-width: 35rem;
}

.vision-mission-title {
  font-size: 22px;
  font-weight: bold;
}

.vision-mission-title > span:hover{
  color: #3e73c6;
}

.vision-mission-title span {
  font-weight: normal;
}

.vision-mission-underline {
  width: 40px;
  height: 4px;
  background-color: #3e73c6;
  margin: 10px auto 20px auto;
  border-radius: 5px;
}

.story-objectives {
  width: 40px;
  height: 4px;
  background-color: #3e73c6;
  margin: 10px 0 20px 0;
  border-radius: 5px;
}

.vision-mission-text {
  font-size: 0.98rem;
  line-height: 1.6;
  text-align: justify;
}

.pto-bullet-section {
  padding: 25px 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.pto-bullet-objectives > p {
  text-align: left;
  font-size: 24px;
  font-size: 0.98rem;
}

.pto-bullet-list {
  list-style-type: disc;
  padding-left: 40px;
  font-size: 0.98rem;
  line-height: 1.8;
  margin-top: 0;
}

/*Museo KanLahi*/
  .museo-kanlahi {
      text-align: center;
      padding: 40px 20px;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 1.5rem;
    }

    .museo-kanlahi h1 {
      font-size: 2.5em;
      font-weight: bold;
      margin-bottom: 0.5rem;
      text-transform: uppercase;
    }

    .museo-kanlahi h1:hover {
      color: rgb(30, 104, 153);
    }

    .museo-kanlahi .styled-hr {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0.1rem 0 1.5rem 0;
    justify-content: center; 
    }

    .museo-kanlahi .styled-hr::before,
    .museo-kanlahi .styled-hr::after {
      content: "";
      display: block;
      height: 2.5px;
      background-color: rgb(18, 122, 190);
    }

    .museo-kanlahi .styled-hr::before {
      width: 50px;
    }

    .museo-kanlahi .styled-hr::after {
      width: 15px;
    }

    .museo-kanlahi-description {
      max-width: 75rem;
      margin: 0 auto 40px;
      font-size: 1.19rem;
      line-height: 1.6;
      font-style: normal;
    }

    .museo-kanlahi-img-container {
      display: flex;
      justify-content: center;
      gap: 1em;
      flex-wrap: wrap;
    }

    .museo-kanlahi-img {
      width: 25rem;
      height: 20rem;
      object-fit: cover;
      border-radius: 4px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      margin-top: 2em;
    }


/* Provincial Tourism Offices */

.provincial-tourism >  h2.title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;   
  text-align: center;
}

.tarlac-tourism-dept {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.2rem;
  max-width: 75rem;
  margin: auto;
  padding: 2rem;
  font-family: "Open Sans", sans-serif;  
}

.card {
  background: white;
  border-radius: 10px;
  padding: 1.35rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center; 
  display: flex;  
  flex-direction: column;  
  align-items: center;  
}

.logo {
  width: 15rem; 
  height: auto;
  margin-bottom: 0.95rem;
}


.provincial-tourism > h3 {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 0.98rem;
}

.role {
  color: rgb(30, 104, 153);
  font-size: 0.93rem;
  font-weight: bold;
}

.email {
  color: #555;
  font-size: 0.85rem;
}

@media (min-width: 1024px) {
  .tarlac-tourism-dept {
    grid-template-columns: repeat(3, 1fr);
  }

  .tarlac-tourism-dept .full-row {
    grid-column: 1 / -1;        
    width: 100%;                
    max-width: 23rem;           
    margin-left: auto;          
    margin-right: auto;         
  }
}

/* Explore Tarlac */
.products-container .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}


.products-container .styled-hr::before, .products-container
.styled-hr::after {
  content: "";
  display: block;
  width: 50px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.products-container .styled-hr::after {
  width: 15px; 
}

.product-header:hover > h1 {
  color: rgb(30, 104, 153);
}



/*Logos*/

.img-tourism-logos {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  gap: 2rem; 
  padding: 1.5rem 4rem; 
  margin: 2.1rem auto; 
  max-width: 50rem; 
}

.img-tourism-logos img {
  max-height: 5.7rem;
  width: auto;
}

/* Tourism */

.provincial-tourism {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.5rem;
  background-color: hsl(0, 0%, 92%);
  
  background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), 
                    url('TarlacTourism/diwa6.png');
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.provincial-tourism .styled-hr {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0.1rem 0 1.5rem 0;
  justify-content: center; 
}

.provincial-tourism .styled-hr::before,
.provincial-tourism .styled-hr::after {
  content: "";
  display: block;
  height: 2.5px;
  background-color: rgb(18, 122, 190);
}

.provincial-tourism .styled-hr::before {
  width: 50px;
}

.provincial-tourism .styled-hr::after {
  width: 15px;
}

.provincial-tourism:hover > h2 {
  color: rgb(30, 104, 153);
}

.provincial-tourism .card p.name{
  font-size: 1.03rem;
}


.social-link {
  text-decoration: none;
  color: rgb(30, 104, 153);
  font-size: 0.98rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; 
  margin-top: 0.75rem;
  flex-wrap: nowrap;
}

.social-link i {
  color: rgb(30, 104, 153);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-link span {
  white-space: nowrap; 
}

.social-link-2 {
  display: block;
  margin-left: 1.7rem; 
  color: rgb(30, 104, 153);
  font-size: 0.98rem;
  text-decoration: none;
}

.contact-1{
  font-size: 0.98rem;
}

.contact-2{
  display: block;
  margin-left: 1.7rem; 
  font-size: 0.98rem;
}

/* Food Container */

.food-right-content {
  display: flex;
  align-items: center;
  max-width: 85rem;
  width: 85rem;
  margin: auto;
  margin-bottom: 5vb;
  font-family: "Open Sans", sans-serif;
}


.food-right-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.food-right-content .styled-hr::before, .food-right-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.food-right-content .styled-hr::after {
  width: 15px; 
}

.text-right-content {
  flex: 1;
  padding-right: 20px;
}


.text-right-content h2{
  font-size: 2rem;
}

.text-right-content:hover > h2 {
  color: rgb(0, 94, 138);
}

.images-right {
  display: flex;
  gap: 1.35rem;
}

.images-right img {
  width: 200px;
  height: auto;
}

.food-right-content p{
  font-size: 1.15rem;
  margin-right: 2rem;
  font-weight: 300;
  width: 30rem;
}

/*PTO*/
.pto-container{
  min-width: 100%;
  flex-wrap: wrap;
  background-color: #0A2239;
  font-family: "Open Sans", sans-serif;  
  color: #fff;
  display: flex;
}

.pto-about{
  width: 50%;
  padding: 200px 8%;
}

.pto-container .picture {
  width: 50%;
  background: url(TarlacTourism/diwa-art.jpg) no-repeat center;
  background-size: cover;
}

.pto-about h1{
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;  
  font-size: 2.5rem;
}

.pto-about p{
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;  
}

.view-btn {
  background-color: #fffc00;
  color: #1a1a1a;
  border: none;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;  
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-decoration: none; 
  display: inline-block; 
  transition: transform 0.2s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.view-btn:hover {
  background-color: #e6dc00;
  transform: scale(1.04);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/*Hotels*/

.hero {
  background: url('Hotels/luisita-hotel.jpg') no-repeat center center/cover;
  height: 60vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.8); 
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.hero-content {
  text-align: center;
  color: #fff;
  max-width: 60rem;
  padding: 20px;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  font-family: "Open Sans", sans-serif;  
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;  
}

.btn {
  background-color: transparent;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: "Open Sans", sans-serif;   
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}


/* Food Container */

.food-right-content {
  display: flex;
  align-items: center;
  max-width: 85rem;
  margin: auto;
  margin-bottom: 5vb;
  font-family: "Open Sans", sans-serif;  
}

.food-right-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.food-right-content .styled-hr::before, .food-right-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.food-right-content .styled-hr::after {
  width: 15px; 
}

.text-right-content {
  flex: 1;
  padding-right: 20px;
}

.text-right-content h2{
  font-size: 2rem;
}

.text-right-content:hover > h2 {
  color: rgb(0, 94, 138);
}

.images-right {
  display: flex;
  gap: 1.35rem; 
}

.images-right img {
  width: 200px; 
  height: auto;
}

.images-right img.img-1 {
  width: 30rem; 
  height: auto;
}

.food-right-content p{
  font-size: 1.15rem;
  margin-right: 5rem;
  font-weight: 300;
}

/* Food Container */

.food-right-content {
  display: flex;
  align-items: center;
  max-width: 78.5rem !important;
  margin: auto;
  margin-bottom: 5vb;
  font-family: "Open Sans", sans-serif;   
}

.food-right-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.food-right-content .styled-hr::before, .food-right-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.food-right-content .styled-hr::after {
  width: 15px; 
}

.text-right-content {
  flex: 1;
  padding-right: 20px;
}

.text-right-content h2{
  font-size: 2rem;
}

.text-right-content:hover > h2 {
  color: rgb(0, 94, 138);
}

.images-right {
  display: flex;
  align-items: flex-start; 
  gap: 1rem;
  flex-wrap: wrap; 
  max-width: 100%; 
}

.images-right img {
  max-width: 20rem;
  height: auto;
  border-radius: 8px; 
}

.images-right img.img-1 {
  width: 5rem;
  height: 20rem;
  max-width: 15rem;
}

.images-right img.img-2 {
  width: 18rem;
  height: 22.3rem;
}

.images-right img.bottom-img {
  width: 35rem;
  height: 10rem;
  margin: 0.78rem 0 4.5rem 7.5rem; 
}

.food-right-content p{
  font-size: 1.15rem;
  margin-right: 2rem;
  font-weight: 300;
  width: 37.5rem;
}

/* Middle Content */

.middle-content {
  display: flex;
  gap: 1.7rem;
  max-width: 85rem;
  margin: auto;
  padding: 1.5rem;
  font-family: "Open Sans", sans-serif;  
  flex-wrap: wrap;
}

.middle-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.middle-content  .styled-hr::before, .middle-content 
.styled-hr::after {
  content: "";
  display: block;
  width: 8.5rem; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.middle-content .styled-hr::after {
  width: 15px; 
}

.middle-content {
  flex: 1;
  padding-right: 20px;
}

.column h2{
  font-size: 2rem;
}

.column:hover > h2 {
  color: rgb(0, 94, 138);
}

.column {
  flex: 1;
  padding: 1.1rem;
  font-size: 1.10rem;
  width: 25rem;
}

.content-wrapper img {
  display: block;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto 10px;
}

.column img{
  border-radius: 10px;
  margin-bottom: 4vb;
  width: 40rem;
}

.atv {
  border-radius: 10px;
  margin-bottom: 4vb;
  width: 35rem;
  margin-top: 6vb;
}
.middle-content h2{
  font-size: 2rem;
}

/* food-content new layout*/

.food-left-content {
  display: flex;
  align-items: center;
  max-width: 78rem;
  margin: auto;
  margin-top: 4vh;
  margin-bottom: 7.5vb;
  font-family: "Open Sans", sans-serif;   
  font-size: 1.10rem;
}

.text-left-content {
  flex: 1;
  padding-left: 20px; 
}

.text-left-content h2 {
  font-size: 2rem;
}

.text-left-content:hover > h2 {
  color: rgb(0, 94, 138);
}

.images-left {
  display: flex;
  align-items: flex-start; 
  gap: 1rem;
  flex-wrap: wrap; 
  max-width: 100%; 
}

.images-left img {
  max-width: 30rem;
  height: auto;
  border-radius: 8px; 
}

.images-left img.img-1 {
  width: 50rem;
  height: 22.3rem;
}

.food-left-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.food-left-content .styled-hr::before, .food-left-content .styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.food-left-content .styled-hr::after {
  width: 15px; 
}

/* Food Webpage */

.food-right-content-02 {
  display: flex;
  align-items: center;
  max-width: 78rem;
  margin: auto;
  margin-bottom: 5vb;
  font-family: "Open Sans", sans-serif;  
  font-weight: 400;
}

.food-right-content-02 .styled-hr-02 {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.food-right-content-02 .styled-hr-02::before, .food-right-content-02
.styled-hr-02::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.food-right-content-02 .styled-hr-02::after {
  width: 15px; 
}

.text-right-content-02 {
  flex: 1;
  padding-right: 20px;
}

.text-right-content-02 h2{
  font-size: 2rem;
}

.text-right-content-02:hover > h2 {
  color: rgb(0, 94, 138);
}

.images-right-02 {
  display: flex;
  gap: 1.35rem; 
}

.images-right-02 img {
  width: 22rem; 
  height: auto;
  border-radius: 0.5rem;
}

.images-right-02 img.img-1 {
  width: 20rem; 
  height: auto;
  border-radius: 0.5rem;
}

.food-right-content-02 p{
  font-size: 1.15rem;
  margin-right: 5rem;
  font-weight: 300;
}

#tel-phone{
  margin-right: 0.42rem;
}

.camiling-resto{
  margin-left: 1.1rem;
}

/* eco - tourism trp 1*/
.images-right img.img-1-eco {
  width: 17rem;
  height: 22.5rem;
  max-width: 18rem;
  opacity: 0;
}

/* eco - tourism trp 2*/
.images-right img.bottom-img-eco {
  width: 30rem;
  height: 15rem;
  margin: 0.78rem 0 4.5rem 7.5rem; 
}

/*canding and lubigan*/
.column img.img-tour {
  width: 35rem;
  height: 16rem;
  margin: 0 0 2rem 0; 
}

/* Adventure webpages */

/*sitio tala 1*/
.images-right img.img-1-eco-1 {
  width: 17.5rem;
  height: 15rem;
  max-width: 24rem;
}

/*sitio tala 2*/
.images-right img.img-2-eco-1 {
  width: 17.5rem;
  height: 15rem;
  max-width: 24rem;
}

/*JVY*/
.images-right img.img-2-eco-2 {
  width: 17rem;
  height: 22.5rem;
  max-width: 24rem;
}

/*bulsa river*/
.column img.img-tour-1{
  width: 38rem;
  height: 22.3rem;
  margin: 3rem 0 2rem 0; 
}

/* Another eco-tourism (Aquino Museum) */
.aquino-right-content {
  display: flex;
  align-items: center;
  max-width: 78rem;
  margin: auto;
  margin-bottom: 5vb;
  font-family: "Open Sans", sans-serif;  
  font-size: 1.12rem;
}

.aquino-right-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.aquino-right-content .styled-hr::before, .aquino-right-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.aquino-right-content .styled-hr::after {
  width: 15px; 
}

.adventure-right-content {
  display: flex;
  align-items: center;
  max-width: 78rem !important;
  margin: auto;
  margin-bottom: 6vb !important;
  margin-top: 8vh !important;
  font-family: "Open Sans", sans-serif;  
  font-weight: 400;
}

.adventure-right-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.adventure-right-content .styled-hr::before, .adventure-right-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.adventure-right-content .styled-hr::after {
  width: 15px; 
}

.adventure-right-content .text-right-content{
  margin-bottom: 5vb;
}

.text-right-content {
  flex: 1;
  padding-right: 20px;
}

.text-right-content h2{
  font-size: 2rem;
}

.text-right-content:hover > h2 {
  color: rgb(0, 94, 138);
}

.images-right {
  display: flex;
  gap: 1.35rem;
}

.images-right img {
  width: 200px;
  height: auto;
}

.adventure-right-content p{
  font-size: 1.15rem;
  margin-right: 2rem;
  font-weight: 300;
  width: 35rem !important;
}

/* Adventure Webpage */

.adventure-right-content {
  display: flex;
  align-items: center;
  max-width: 85rem;
  margin: auto;
  margin-bottom: 5vb;
  font-family: "Open Sans", sans-serif;  
}

.adventure-right-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.adventure-right-content .styled-hr::before, .adventure-right-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.adventure-right-content .styled-hr::after {
  width: 15px; 
}

.text-right-content {
  flex: 1;
  padding-right: 20px;
}

.text-right-content h2{
  font-size: 2rem;
}

.text-right-content:hover > h2 {
  color: rgb(0, 94, 138);
}

.images-right {
  display: flex;
  gap: 1.35rem; 
}

.images-right img {
  width: 200px; 
  height: auto;
}

.images-right img.img-1 {
  width: 30rem; 
  height: auto;
}

.adventure-right-content p{
  font-size: 1.15rem;
  margin-right: 5rem;
  font-weight: 300;
}

/* Adventure Webpage */

.adventure-right-content {
  display: flex;
  align-items: center;
  max-width: 85rem;
  margin: auto;
  margin-bottom: 1vb;
  font-family: "Open Sans", sans-serif;    
}

.adventure-right-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.adventure-right-content .styled-hr::before, .adventure-right-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.adventure-right-content .styled-hr::after {
  width: 15px; 
}

.text-right-content {
  flex: 1;
  padding-right: 20px;
}

.text-right-content h2{
  font-size: 2rem;
}

.text-right-content:hover > h2 {
  color: rgb(0, 94, 138);
}

.images-right {
  display: flex;
  align-items: flex-start; 
  gap: 1rem;
  flex-wrap: wrap; 
  max-width: 100%; 
}

.images-right img {
  max-width: 20rem;
  height: auto;
  border-radius: 8px; 
}

.images-right img.img-1 {
  width: 5rem;
  height: 20rem;
  max-width: 15rem;
}

.images-right img.img-2 {
  width: 18rem;
  height: 22.3rem;
}

.images-right img.bottom-img {
  width: 35rem;
  height: 10rem;
  margin: 0.78rem 0 4.5rem 7.5rem; 
}

.adventure-right-content p{
  font-size: 1.15rem;
  margin-right: 2rem;
  font-weight: 300;
  width: 30rem;
}

/* Middle Content */

.middle-content {
  display: flex;
  gap: 1.7rem;
  max-width: 83rem;
  margin: auto;
  padding: 1.5rem;
  font-family: "Open Sans", sans-serif;  
  flex-wrap: wrap;
}

.middle-content .styled-hr {
  display: flex;
  gap: px; 
  margin: 0.6rem 0 1.5rem 0;
}

.middle-content  .styled-hr::before, .middle-content 
.styled-hr::after {
  content: "";
  display: block;
  width: 3.5rem; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.middle-content .styled-hr::after {
  width: 15px; 
}
.middle-content .styled-hr1 {
  display: flex;
  gap: px; 
  margin: 0.6rem 0 1.5rem 0;
}
.middle-content  .styled-hr1::before, .middle-content 
.styled-hr1::after {
  content: "";
  display: block;
  width: 1.5rem; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}
.middle-content .styled-hr1::after {
  width: 15px; 
}

.middle-content {
  flex: 1;
  padding-right: 20px;
}

.column h2{
  font-size: 2rem;
}

.column:hover > h2 {
  color: rgb(0, 94, 138);
}

.column {
  flex: 1;
  padding: 1.1rem;
  font-size: 1.10rem;
  width: 15rem;
}

.content-wrapper img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10px;
}

.column img{
  border-radius: 10px;
  margin-bottom: 4vb;
  width: 35rem;
}
.atv {
  border-radius: 10px;
  margin-bottom: 4vb;
  width: 35rem;
  margin-top: 6vb;
}
.middle-content h2{
  font-size: 2rem;
}

.adventure-left-content {
  display: flex;
  align-items: center;
  max-width: 78rem;
  margin: auto;
  margin-top: 2vh;
  margin-bottom: 7.5vb;
  font-family: "Open Sans", sans-serif;  
  font-size: 1.10rem;
}

.text-left-content {
  flex: 1;
  padding-left: 20px; 
}

.text-left-content h2 {
  font-size: 2rem;
}

.text-left-content:hover > h2 {
  color: rgb(0, 94, 138);
}

.images-left {
  display: flex;
  align-items: flex-start; 
  gap: 1rem;
  flex-wrap: wrap; 
  max-width: 100%; 
}

.images-left img {
  max-width: 30rem;
  height: auto;
  border-radius: 8px; 
}

.images-left img.img-1 {
  width: 50rem;
  height: 22.3rem;
}

.adventure-left-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.adventure-left-content .styled-hr::before, .adventure-left-content .styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.adventure-left-content .styled-hr::after {
  width: 15px; 
}

/*Festivals webpages*/

.fes {
  font-family: "Open Sans", sans-serif;  
  line-height: 1.6;
  margin-top: 2rem;
  padding: 5.5rem 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.festival-text-content {
  width: 40%;
  margin-right: 50px;
  margin-top: -2rem;
}

.h1 {
  font-size: 2.1rem;
  margin-bottom: 0.4rem;
  font-family: "Open Sans", sans-serif;  
}

.h1:hover{
  color: rgb(0, 94, 138);
}

.p {
  text-align: justify;
  font-size: 1.10rem;
}

.media-content {
  width: 50%;
  position: relative;
}
.media-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.media-wrapper .image{
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 95%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: transform 0.3s ease, z-index 0.3s ease, box-shadow 0.3s ease;
}

.media-wrapper .image2{
  position: absolute;
  left: 0;
  bottom: 520px;
  width: 95%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: transform 0.3s ease, z-index 0.3s ease, box-shadow 0.3s ease;
}
.media-wrapper .image1{
  position: absolute;
  left: 0;
  top: -50px;
  width: 95%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: transform 0.3s ease, z-index 0.3s ease, box-shadow 0.3s ease;
}

.media-wrapper .image2:hover {
  z-index: 3;
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.media-wrapper .image1:hover {
  z-index: 3;
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.media-wrapper video {
  position: absolute;
  top: 10px;
  left: 60px; 
  width: 100%;
  height: 110%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  border: 4px solid #fff;
  z-index: 2;
}
.media-wrapper .vid {
  position: absolute;
  top: -470px;
  left: 60px; 
  width: 100%;
  height: 110%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  border: 4px solid #fff;
  z-index: 2;
}
.media-wrapper .video {
  position: absolute;
  top: -5px;
  left: 60px; 
  width: 100%;
  height: 110%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  border: 4px solid #fff;
  z-index: 2;
}

.festival-text-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.festival-text-content .styled-hr::before, .festival-text-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.festival-text-content .styled-hr::after {
  width: 15px; 
}

.fes .media-content p.photo-credit{
  margin-top: 5rem;
  font-weight: 400;
  margin-left: 10%;
}

.fes .media-content p.video-credit{
  font-weight: 400;
  margin-left: 10%;
}


/*Second Layout*/

.fes-1 {
  font-family: "Open Sans", sans-serif;  
  line-height: 1.6;
  margin: 0;
  padding:5.5rem 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgb(6, 53, 71);
}
.fes-2 {
  font-family: "Open Sans", sans-serif;  
  line-height: 1.6;
  margin-bottom: 50px;
  padding:35.5rem 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgb(22, 101, 133);
}
.festival1-text-content {
  width: 40%;
  margin-right: 50px;
  margin-top: -2rem;
}
.festival1-text-content1 {
  width: 40%;
  margin-left:100px;
  margin-right: 50px;
  margin-top: -30rem;
  color: white;
}

.h1-1 {
  font-size: 2.1rem;
  margin-bottom: 0.4rem;
  margin-top: 0px;
  color: white;
  margin-left: 18%;
  
}

.h1-2 {
  font-size: 2.1rem;
  margin-bottom: 50rem;
  margin-top: 220px;
  color: white;
  margin-left: 20%;
  margin-right: 0%;
}

.h1-2:hover{
  color: gold;
}
.h1-1:hover{
  color: gold;
}

.fes-1 .festival1-text-content p {
  color: white;
  font-size: 1.12rem;
}

.media-content {
  width: 50%;
  position: relative;
}
.media-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50%;
}

.media-wrapper .image{
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 95%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: transform 0.3s ease, z-index 0.3s ease, box-shadow 0.3s ease;
}

.media-wrapper .image:hover {
  z-index: 3;
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.media-wrapper video {
  position: absolute;
  top: 10px; 
  left: 60px; 
  width: 100%; 
  height: 110%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  border: 4px solid #fff;
  z-index: 2;
}

.festival1-text-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.festival1-text-content .styled-hr::before, .festival1-text-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(145, 192, 223);
}

.festival1-text-content .styled-hr::after {
  width: 15px; 
}

.fes-1 .media-content p.photo-credit1{
  margin-top: 5rem;
  font-weight: 400;
  margin-left: 10%;
  color: white;
}

.fes-1 .media-content p.video-credit1{
  font-weight: 400;
  margin-left: 10%;
  color: white;
}
.festival1-text-content .styled-hr2 {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
  margin-left: 18%;
}

.festival1-text-content .styled-hr2::before, .festival1-text-content
.styled-hr2::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: white;
}

.festival1-text-content .styled-hr2::after {
  width: 15px; 
}

.fes-1 .festival1-text-content p{
  margin-left: 18%;

}
.fes-1 .media-content p.photo-credit{
  margin-top: 5rem;
  font-weight: 400;
  margin-left: 10%;
  color: white;
}

.fes-1 .media-content p.video-credit1{
  font-weight: 400;
  margin-left: 10%;
  color: white;
}
.festival1-text-content .styled-hr2 {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
  margin-left: 18%;
}

.festival1-text-content .styled-hr2::before, .festival1-text-content
.styled-hr2::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: white;
}

.festival1-text-content .styled-hr2::after {
  width: 15px; 
}

.fes-1 .festival1-text-content p{
  margin-left: 18%;
}

/*Pura Festival*/

.pura-festival .festival-text-content {
  width: 40%;
  margin-right: 50px;
  margin-top: -2rem;
  color: white;
}

.h1-pura {
  font-size: 2.1rem;
  margin-bottom: 0.4rem;
  font-family: "Open Sans", sans-serif;  
}

.h1-pura:hover{
  color: gold;
}

.p {
  text-align: justify;
  font-size: 1.10rem;
}

.pura-festival .festival-text-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.pura-festival .festival-text-content .styled-hr::before, .pura-festival .festival-text-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: #ffffff;
}

.pura-festival .festival-text-content .styled-hr::after {
  width: 15px; 
}

/* Concepcion Festival*/

.concepcion-festival .festival-text-content {
  width: 40%;
  margin-right: 50px;
  margin-top: -2rem;
  color: white;
}

.h1-concepcion {
  font-size: 2.1rem;
  margin-bottom: 0.4rem;
  font-family: "Open Sans", sans-serif;     
}

.h1-concepcion:hover{
  color: gold;
}

.p {
  text-align: justify;
  font-size: 1.10rem;
}

.concepcion-festival .festival-text-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.concepcion-festival .festival-text-content .styled-hr::before, .concepcion-festival .festival-text-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: #ffffff;
}

.concepcion-festival .festival-text-content .styled-hr::after {
  width: 15px; 
}

/*Religion*/

.religion-right-content .images-right img.anao-church{
  width: 35rem;
  max-width: 50rem;
  height: 25rem;
  margin-left: 3rem;
}

.religion-right-content .images-right img.la-maja{
  width: 35rem;
  max-width: 50rem;
  height: 25rem;
  margin-left: 3rem;
}

.images-right img.img-1-faith {
  width: 24rem;
  height: 16rem;
  max-width: 40rem;
  margin-left: 1.5rem;
}

.images-right img.img-2-faith {
  width: 22rem;
  height: 15rem;
  max-width: 40rem;
  margin-top: 3rem;
}

.religion-right-content {
  display: flex;
  align-items: center;
  max-width: 78rem;
  margin: auto;
  margin-bottom: 10vb;
  font-family: "Open Sans", sans-serif;  
  font-size: 1.12rem;
  margin-top: 5vh;
}

.religion-right-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.religion-right-content .styled-hr::before, .religion-right-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.religion-right-content .styled-hr::after {
  width: 15px; 
}

.text-right-content {
  flex: 1;
  padding-right: 20px;
}

.text-right-content h2{
  font-size: 2rem;
}

.text-right-content:hover > h2 {
  color: rgb(0, 94, 138);
}

.assisi{
  margin-top: 5rem;
  height: 23rem;
}

.nonnatus{
  margin-top: 4vh;
  height: 25rem;
}

.religion-left-content {
  display: flex;
  align-items: center;
  max-width: 77.5rem;
  margin: auto;
  margin-top: 3vh;
  margin-bottom: 9.5vb;
  font-family: "Open Sans", sans-serif;    
  font-size: 1.10rem;
}

.text-left-content {
  flex: 1;
  padding-left: 20px; 
}

.text-left-content h2 {
  font-size: 2rem;
}

.text-left-content:hover > h2 {
  color: rgb(0, 94, 138);
}

.images-left {
  display: flex;
  align-items: flex-start; 
  gap: 1rem;
  flex-wrap: wrap; 
  max-width: 100%; 
}

.images-left img.peace {
  width: 35rem; 
  height: 25rem;
  margin-right: 2.5rem;
  max-width: 50rem;
  max-height: 50rem;
}

.images-left img.cathedral {
  width: 35rem; 
  height: 25rem;
  margin-right: 2.5rem;
  max-width: 50rem;
  max-height: 50rem;
}

.religion-left-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.religion-left-content .styled-hr::before, .religion-left-content .styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.religion-left-content .styled-hr::after {
  width: 15px; 
}

/* Another eco-tourism (Aquino Museum) */
.aquino-right-content {
  display: flex;
  align-items: center;
  max-width: 78rem;
  margin: auto;
  margin-bottom: 5vb;
  font-family: "Open Sans", sans-serif;  
  font-size: 1.12rem;
}

.aquino-right-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.aquino-right-content .styled-hr::before, .aquino-right-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.aquino-right-content .styled-hr::after {
  width: 15px; 
}

/*isdaan-food-content*/
.isdaan-right-content .images-right img.isdaan-restaurant{
  width: 35rem;
  max-width: 50rem;
  height: 25rem;
  margin-left: 3rem;
}

.images-right img.img-1-faith {
  width: 24rem;
  height: 16rem;
  max-width: 40rem;
  margin-left: 1.5rem;
}

.images-right img.img-2-faith {
  width: 22rem;
  height: 15rem;
  max-width: 40rem;
  margin-top: 3rem;
}

.isdaan-right-content {
  display: flex;
  align-items: center;
  max-width: 80rem;
  margin: auto;
  margin-bottom: 8vb;
  margin-top: 5vh;
  font-family: "Open Sans", sans-serif;  
  font-size: 1.12rem;
}

.isdaan-right-content .styled-hr {
  display: flex;
  gap: 7px; 
  margin: 0.6rem 0 1.5rem 0;
}

.isdaan-right-content .styled-hr::before, .isdaan-right-content
.styled-hr::after {
  content: "";
  display: block;
  width: 32px; 
  height: 2.5px;   
  margin-left: 0.3rem;
  background-color: rgb(18, 122, 190);
}

.isdaan-right-content .styled-hr::after {
  width: 15px; 
}

.text-right-content {
  flex: 1;
  padding-right: 20px;
}

.text-right-content h2{
  font-size: 2rem;
}

.text-right-content:hover > h2 {
  color: rgb(0, 94, 138);
}

.kanlahi-museo {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.kanlahi-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.kanlahi-text {
  flex: 1;
  min-width: 280px;
}

.kanlahi-text h2 {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 20px;
}

.kanlahi-text p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

.kanlahi-image {
  flex: 1;
  min-width: 280px;
}

.kanlahi-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}


/*Animation*/

@keyframes appear{
  
  from{
    opacity: 0;
    scale: 0.5;
  }

  to{
    opacity: 1;
    scale: 1;
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.tarlac-tourism-dept > .card{
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1.4s ease-out, opacity 1.5s ease-out;
}

.tarlac-tourism-dept > .card.animate {
  transform: translateY(0);
  opacity: 1;
}

.web-cover-text {
  opacity: 0;
  transform: translate(-100%, -50%);
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.web-cover-text.animate {
  opacity: 1;
  transform: translate(0, -50%);
}

/* 3-column image right entry*/

 .images-right > .img-1-eco, .img-1-eco-1 {
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

  .images-right > .img-1-eco.animate, .img-1-eco-1.animate {
  transform: translateX(0);
  opacity: 1;
}

/* Left entry */

.images-right > .img-2, .images-right-02 > .img-2, .anao-church, .la-maja,.images-right > .img-2-faith, .img-2-eco-1, .img-2-eco-2, .fes-1 .media-wrapper > .image,
.fes .media-wrapper > video, .pto-img-2{
  opacity: 0;
  transform: translateX(100%);
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.images-right > .img-2.animate, .images-right-02 > .img-2.animate, .anao-church.animate, .la-maja.animate, .images-right > .img-2-faith.animate, 
.img-2-eco-1.animate, .fes-1 .media-wrapper > .image.animate, .fes .media-wrapper > video.animate, .pto-img-2.animate, .img-2-eco-2.animate{
  transform: translateX(0);
  opacity: 1;
}

/* Bottom entry */

.bottom-img-eco, .archangel, .assisi, .Antoninus, .Qwerty, .atv, .antonius, .Faustina, .therese,  .Archangel, .nonnatus, .column-img, 
.column-eco, .img-tour-1, .museo-kanlahi-img, .img-tour-12{
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.bottom-img-eco.animate, .Archangel.animate, .nonnatus.animate, .archangel.animate, .assisi.animate, 
.Antoninus.animate, .Qwerty.animate, .atv.animate, .antonius.animate, .Faustina.animate, .therese.animate, .column-img.animate, 
.column-eco.animate,.img-tour-1.animate, .museo-kanlahi-img.animate, .img-tour-12.animate
{
  transform: translateY(0);
  opacity: 1;
}


/* Right enter */

.img-1, .images-right > .img-1-faith, .peace, .cathedral, .mapTarlacVisuals, .fes .media-wrapper > .image,
.fes-1 .media-wrapper > video, .pto-img{
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.img-1.animate, .images-right > .img-1-faith.animate, .peace.animate, .cathedral.animate, .mapTarlacVisuals.animate, 
.fes .media-wrapper > .image.animate, .fes-1 .media-wrapper > video.animate, .pto-img.animate{
  transform: translateX(0);
  opacity: 1;
}


/* Top enter */
/*.top-entry{
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.assisi.animate, .Antoninus.animate, .Qwerty.animate, .atv.animate, .antonius.animate, .Faustina.animate, .therese.animate, .column-img.animate{
  transform: translateY(0);
  opacity: 1;
}
*/


/* Responsive Website*/

@media screen and (max-width: 1345px) {
  .products-container {
      flex-wrap: wrap; 
  }

  .product-header {
      width: 100%; 
  }

  .highlight-wrapper {
      gap: 0.5rem; 
      margin: 2em; 

  }

  .highlight-card {
      flex: 0 0 calc(50% - 0.5rem); 
  }

  .highlight-img {
      width: 160px; 
      height: 160px;
  }
}

@media screen and (max-width: 1370px) {
  .food-right-content{
    max-width: 75rem;
  }
  .images-right {
      display: flex;
      gap: 1.35rem; 
    }
    
    .images-right img {
      width: 150px; 
      height: auto;
    }
    
    .images-right img.img-1 {
      width: 30rem; 
      height: auto;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1920px) {
  .navbar {
      padding: 1rem 4.8rem; 
  }

  .navbar__img {
      width: 3rem; 
      height: 3rem;
  }

  .navbar__title {
      font-size: 1.15rem; 
      letter-spacing: 0.8rem;
      padding: 0.3rem 0.1rem 0.2rem 0.5rem;
  }

  .navbar__ul {
      gap: 0.45rem; 
  }

  .navbar__li {
      margin: 0rem 0.8rem; 
  }

  .navbar__link {
      font-size: 0.75rem;
  }

  .click-image {
    width: 4rem;
  }

  .image-container {
    max-width: 100%;
    height: auto;
  }

  .images-right img.img-1 {
    width: 30rem;
    height: auto;
  }
  
  .images-right img.img-2 {
    width: 18rem;
    height: 22.3rem;
  }
  
  .images-right img.bottom-img {
    width: 35rem;
    height: 10rem;
    margin: 0.78rem 0 4.5rem 7.5rem; 

  }

  .adventure-right-content {
    max-width: 70rem;
  }

  .food-right-content {
    display: flex;
    align-items: center;
    max-width: 70rem;
    margin: auto;
    margin-bottom: 5vb;
    font-family: "Open Sans", sans-serif;  
  }

}

@media screen and (max-width: 1024px) {
  .navbar {
      padding: 1rem 3rem; 
      flex-direction: column; 
      align-items: center;
  }

  .navtitle {
      text-align: center;
  }

  .navbar__img {
      width: 2.8rem; 
      height: 2.8rem;
  }

  .navbar__title {
      font-size: 1.2rem; 
      letter-spacing: 0.6rem;
      padding: 0.3rem 0.1rem 0.2rem 0.5rem;
  }

  .navbar__ul {
      flex-direction: column; 
      align-items: center;
      padding: 0;
  }

  .navbar__li {
      margin: 0.5rem 0;
  }

  .navbar__link {
      font-size: 0.9rem; 
  }
  
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pto-about-us {
  max-height: 120rem;
  height: 30rem;
  padding-top: 10rem;
}

.pto-about-us .about{
  font-size: 1rem;
}

.pto-about-us h2{
  font-size: 4rem;
  line-height: 3.75rem;
}
}

@media (width: 768px) {
  .food-right-content{
    max-width: 60rem !important;
  }

  .food-right-content .text-right-content > p{
    width: 120rem !important;
  }

  .food-right-content-02{
    max-width: 40rem !important;
  }

  .food-right-content-02 .text-right-content-02 > p{
    width: 32rem !important;
  }

}


@media screen and (max-width: 950px) {
  .image-navigation {
    display: block;
    margin: 0rem 5rem;
  }

  .image-container {
    max-width: 100%;
    height: auto;
  }

  .click-image {
    width: 15%;
  }

  .slideIcon:hover {
    color: white;
  }

  .pto-container .picture{
    width: 100%;
    height: 360px;
  }

  .pto-about{
      width: 100%;
      padding: 100px 20%;
  }
}

.click-image.active {
  box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.75);
}

.click-image:hover {
  opacity: 0.5;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* DESKTOP */

@media screen and (max-width: 1600px) {
  .navbar {
    padding: 1rem 5rem;
  }

  .dayDiorama {
    margin-bottom: 2rem;
  }

  .dayDioramaTitle {
    font-size: 2rem;
    height: 15rem;
    width: 25rem;
    margin-right: 1rem;
  }

  .dayDioramaImgs {
    height: 15rem;
    width: 25rem;
    margin-left: 1rem;
  }

  .dayDioramaImgSize {
    width: 15rem;
    height: 10rem;
  }

  .dayHistoryImg {
    height: 20rem;
    width: 30rem;
    margin-right: 0rem;
  }

  .dayHistory__img {
    height: 15rem;
    width: 25rem;
  }

  .dayHistoryTitle {
    font-size: 1.5rem;
    height: 15rem;
    width: 25rem;
    margin-left: 1rem;
  }

  .dayHistoryImg {
    height: 15rem;
    width: 25rem;
  }

  .dayLocation {
    margin-top: 3rem;
    padding: 0.5rem;
  }

  .dayLocation__link {
    font-size: 1rem;
  }

  .footer {
    padding: 3rem 5rem;
  }

  .mapTarlacWidth {
    width: 90%;
  }

  .mapTarlacCountry {
    font-size: 1.5rem;
  }

  .footerProvince {
    margin-left: 3.5rem;
  }
}

@media screen and (max-width: 1300px) {
  .navbar {
    padding: 1rem 2rem;
    background-color:#0A2239;
  }

  .navbar__li {
    list-style: none;
  }

  .home__title {
    font-size: 2.5rem;
  }

  .home__diwa {
    display: block;
  }

  .home__title--name {
    margin-right: 0rem;
  }

  .home__line {
    display: none;
  }

  .home__lines {
    display: none;
  }

  .home__title--nameKanlahi {
    margin-left: 0rem;
  }

  .mapTarlacCountry {
    font-size: 1rem;
  }

  .footer {
    padding: 3rem 0rem;
  }

  .footer__title {
    font-size: 1.5rem;
  }

  .footer__img {
    width: 4rem;
    height: 4rem;
  }

  .footer__hour {
    margin-top: 1rem;
  }

  .footer__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 1rem;
  }

  .footer__size {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .footer__size:hover {
    color: white;
  }

  .footer__copyright {
    text-align: center;
    font-size: 1.2rem;
  }

  .footerProvince {
    margin-left: 5rem;
  }

  .footer__contact {
    text-align: center;
  }

  .footerIcon {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }

  .footerIcons {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1100px) {
  .home__title {
    font-size: 1.5rem;
  }

  .home__title--diwa {
    color: #fff;
    font-family: museumLightItalic;
    font-size: 1.2rem;
    font-weight: lighter;
  }

  .home__title--name {
    letter-spacing: 1rem;
  }

  .home__title--nameKanlahi {
    letter-spacing: 1rem;
  }

  .home__opens {
    color: #fff;
    font-family: museumLightItalic;
    font-size: 1.2rem;
    font-weight: lighter;
  }

  .dayDiorama {
    margin-bottom: 1rem;
  }

  .dayDioramaTitle {
    font-size: 1.5rem;
    height: 12.5rem;
    width: 20rem;
    margin-right: 0.5rem;
  }

  .dayDioramaImgs {
    height: 12.5rem;
    width: 20rem;
    margin-left: 0.5rem;
  }

  .dayDioramaImgSize {
    width: 13rem;
    height: 8rem;
  }

  .dayDioramaImgs__two {
    top: 2.4rem;
  }

  .dayDioramaImgs__three {
    right: 3.8rem;
  }

  .dayHistory__img {
    height: 12.5rem;
    width: 20rem;
  }

  .dayHistoryTitle {
    font-size: 1.3rem;
    height: 12.5rem;
    width: 20rem;
  }

  .dayHistoryImg {
    height: 12.5rem;
    width: 20rem;
  }
}


@media screen and (max-width: 1024px) {
  .navBtns {
    display: flex;
    background-color:#0A2239;
    padding: 1rem 0rem 1rem 2rem;
    align-items: center;
    position: fixed;
    z-index: 110;
    width: 100%;
  }

  .navOpen {
    display: block;
    position: fixed;
    top: 1rem;
    right: 2.5rem;
  }

  .navbar {
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    margin-top: 5rem;
    z-index: 101;
  }

  .navTitle {
    display: none;
  }

  .navbar__ul {
    display: block;
  }

  .navbar__li {
    margin: 1rem 0;
  }

  .navbar__link {
    font-size: 1.5rem;
  }

  .navClose {
    display: none;
    position: fixed;
    top: 1rem;
    right: 2.5rem;
  }

  .navbar.open {
    display: flex;
  }

  .navbar__title {
    letter-spacing: 0.5rem;
    font-size: 1.5rem;
    padding: 0.4rem 0.1rem 0.2rem 0.4rem;
    text-align: center;
  }

  .navTitleProvince {
    color: #fff;
    font-size: 0.5rem;
  font-family: "Montserrat", sans-serif;   
  }

  .img-cover{
    padding-top: 6rem;
  }

  .mapTarlacVisuals {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mapTarlacVisuals img,
  .mapTarlacVisuals iframe {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-bottom: 1rem;
  }

  .mapTarlacContent {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mapTarlacCountry {
    margin: 1rem 0;
    text-align: center;
  }

  .mapTarlacCountryText {
    font-size: 1.8rem; 
    line-height: 1.6;
    color: white;
    margin-bottom: 0.6rem;
    font-weight: 500;
  }

  .footer p {
    font-size: 1rem !important;
  }

  .footer__div {
    margin-top: 2rem;
  }

}

@media screen and (max-width: 850px) {
  .home__diorama {
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10rem;
    width: 80%;
    height: 40vh;
  }

  .home__back {
    position: absolute;
    top: 6rem;
    right: 3rem;
  }

  .dayDiorama {
    display: flex;
  }

  .dayDioramaTitle {
    margin-right: 0rem;
    margin-bottom: 1rem;
    width: 25rem;
  }

  .dayDioramaImgs {
    width: 25rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }

  .dayHistory {
    display: block;
    align-items: center;
    position: relative;
  }

  .dayHistory__img {
    width: 25rem;
  }

  .dayHistoryImg {
    width: 25rem;
    margin-bottom: 1rem;
  }

  .dayHistoryTitle {
    width: 25rem;
    margin-left: 0rem;
  }

  .dayDioramaImgSize {
    width: 14rem;
    height: 9rem;
  }

  .dayDioramaImgs__two {
    top: 1.7rem;
  }

  .dayDioramaImgs__three {
    right: 5.5rem;
  }

  .dayDioramaImgs__one:hover {
    transform: scale(1);
  }

  .dayDioramaImgs__two:hover {
    transform: scale(1);
  }

  .dayDioramaImgs__three:hover {
    transform: scale(1);
  }

  .dayHistoryImg:hover {
    transform: scale(1.2);
  }

  .navBtns {
    display: flex;
    background-color:#0A2239;
    padding: 1rem 0rem 1rem 2.5rem;
    position: relative;
    align-items: center;
    position: fixed;
    z-index: 110;
    width: 100%;
  }

  .navOpen {
    display: block;
    position: absolute;
    right: 2.5rem;
  }

  .navbar {
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    position: fixed;
    width: 100%;
    height: 75vh;
    margin-top: 5rem;
    z-index: 101;
  }

  .navTitle {
    display: none;
  }

  .navbar__ul {
    display: block;
  }

  .navbar__li {
    margin: 1rem 0;
  }

  .navbar__link {
    font-size: 0.8rem;
  }

  .navClose {
    display: none;
    position: absolute;
    right: 2.5rem;
  }

  .navbar.open {
    display: flex;
  }

  .dayDiorama {
    display: block;
  }

  .dayDioramaTitle {
    margin-right: 0rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    width: 25rem;
    height: 10rem;
  }

  .dayDioramaImgs {
    width: 25rem;
    height: 10rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }

  .dayHistory {
    display: block;
    align-items: center;
    position: relative;
  }

  .dayHistory__img {
    width: 25rem;
    height: 10rem;
  }

  .dayHistoryImg {
    width: 25rem;
    height: 10rem;

    margin-bottom: 1rem;
  }

  .dayHistoryTitle {
    width: 25rem;
    height: 10rem;
    font-size: 0.8rem;
    margin-left: 0rem;
  }

  .dayDioramaImgSize {
    width: 15rem;
    height: 7rem;
  }

  .dayDioramaImgs__two {
    top: 1rem;
  }

  .dayDioramaImgs__three {
    right: 5rem;
  }

  .dayLocation {
    border: 1px solid white;
    padding: 0.5rem 1rem;
    margin-top: 2rem;
  }

  .dayLocation__link {
    font-size: 0.8rem;
  }

  .l {
    margin-left: 3rem;
  }

  .r {
    margin-right: 3rem;
  }

  .historyFlexDescription {
    font-size: 1.1rem;
  }

  .mapTarlacCountry {
    font-size: 0.8rem;
  }

  .img-cover{
    padding-top: 6.5rem;
  }

  .homeIconClose {
  position: absolute;
  top: 3vh;
  right: -12vw;
  z-index: 1100;
  padding: 0.3rem; 
  border-radius: 50%;
  color: white;
  font-size: 0.7rem; 
  }

  .homeIconClose i {
    font-size: 0.7rem;
  }

}

@media screen and (max-width: 768px) {
  .img-cover{
    padding-top: 6rem;
  }

}

@media screen and (max-width: 650px) {
  .home__title {
    font-size: 1rem;
  }

  .home__title--diwa {
    font-size: 1rem;
  }

  .home__opens {
    font-size: 1rem;
  }

  .l {
    margin-left: 1rem;
  }

  .r {
    margin-right: 1rem;
  }

  .footer {
    padding: 2rem;
  }

  .footer__top {
    font-size: 0.8rem;
  }

  .footer__size {
    font-size: 1rem;
  }

  .footer__date{
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .footer__copyright {
    font-size: 0.9rem;
    margin-top: 0rem;
  }

  .footerProvince {
    margin-top: 0.8rem;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .navbar__li {
    margin: 1rem 0;
  }

  .homebtn_ripple {
    width: 5rem;
    height: 5rem;
  }

  .home__playButton {
    font-size: 2rem;
  }
}

@media screen and (max-width: 550px) {
  .navbar__img {
    width: 3rem;
    height: 3rem;
  }

  .navbar__title {
    letter-spacing: 0.5rem;
    font-size: 2vh;
    padding: 0.4rem 0.1rem 0.2rem 0.4rem;
    width: 50%;
    text-align: center;
    margin-bottom: 1vh;
  }

  .navmobileProvince {
    text-align: left;
    margin-left: 6rem; 
    font-size: 1.8vh;
  }

  .dayDiorama {
    display: block;
  }

  .dayDioramaTitle {
    margin-right: 0rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    width: 18rem;
    height: 6rem;
  }

  .dayDioramaImgs {
    width: 17.5rem;
    height: 6rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }

  .dayHistory {
    display: block;
    align-items: center;
    position: relative;
  }

  .dayHistory__img {
    width: 17.5rem;
    height: 6rem;
  }

  .dayHistoryImg {
    width: 17.5rem;
    height: 6rem;
    margin-bottom: 1rem;
  }

  .dayHistoryTitle {
    width: 17.5rem;
    height: 6rem;
    font-size: 0.8rem;
    margin-left: 0rem;
  }

  .dayDioramaImgSize {
    width: 10rem;
    height: 5rem;
  }

  .dayDioramaImgs__two {
    top: 0.5rem;
  }

  .dayDioramaImgs__three {
    right: 4rem;
  }

  .dayLocation {
    border: 1px solid white;
    padding: 0.5rem 1rem;
    margin-top: 2rem;
  }

  .dayLocation__link {
    font-size: 0.8rem;
  }

  .img-cover{
    padding-top: 6.3rem;
  }
}

@media screen and (max-height: 650px) {
  .dayDioramaTitle {
    margin-right: 0rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    width: 15rem;
    height: 5rem;
  }

  .dayDioramaImgs {
    width: 15rem;
    height: 5rem;
    margin-left: 0rem;
    margin-bottom: 0.5rem;
  }

  .dayHistory {
    display: block;
    align-items: center;
    position: relative;
  }

  .dayHistory__img {
    width: 15rem;
    height: 5rem;
  }

  .dayHistoryImg {
    width: 15rem;
    height: 5rem;

    margin-bottom: 0.5rem;
  }

  .dayHistoryTitle {
    width: 15rem;
    height: 5rem;
    font-size: 0.8rem;
    margin-left: 0rem;
  }

  .dayDioramaImgSize {
    width: 10rem;
    height: 5rem;
  }

  .dayDioramaImgs__two {
    top: 0.5rem;
  }

  .dayDioramaImgs__three {
    right: 4rem;
  }

  .dayLocation {
    border: 1px solid white;
    padding: 0.5rem 1rem;
    margin-top: 2rem;
  }

  .dayLocation__link {
    font-size: 0.8rem;
  }
}

/* HISTORY TIMELINE STYLE */
.timeline-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #f3f3f3;
  padding-bottom: 5rem;
}

.timeline-container .timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #0A2239;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-container .container {
  padding: 10px 40px;
  position: relative;
  width: 50%;
}

.timeline-container .container::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -17px;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 50%;
  border: 4px solid #1b1b1b;
}

.timeline-container .left {
  left: 0;
}

.timeline-container .right {
  left: 50%;
}

.timeline-container .right::after {
  left: -16px;
}

.timeline-container .left::before {
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  top: 22px;
  right: 30px;
  border: 10px solid #fff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}

.timeline-container .right::before {
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  top: 22px;
  left: 30px;
  border: 10px solid #fff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}

.timeline-container .content {
  padding: 20px 30px;
  background: #fff;
  border-radius: 6px;
}

.timelineHeader {
  background-color: #f3f3f3;
  color: #0A2239;
  font-family: "Open Sans", sans-serif; 
  text-align: center;
  padding: 5rem 0rem;
}

.timelineTitle {
  font-size: 3rem;
}

.contentTitle {
  font-family: "Open Sans", sans-serif; 
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #0A2239;
}

.contentImage {
  width: auto;
  margin-bottom: 1rem;
  max-height: 25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contentImage.capitalBamban{
  width: 50rem;
  margin-bottom: 1rem;
  max-height: 25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contentImage.TNHS{
  width: 50rem;
  margin-bottom: 1rem;
  max-height: 25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contentImage.pedroImage{
  height: 25rem;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contentDescription {
  font-family: "Open Sans", sans-serif; 
  font-size: 1.2rem;
  text-align: justify;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contentDescription.san-jose-western, .contentDescription.ww2-tarlac-liberation{
  text-align: center;
}

/* MOBILE VERSION */
@media screen and (max-width: 950px) {
  .timeline-container {
    padding: 10px 0;
  }

  .timeline-container .timeline::after {
    content: "";
    left: 21px;
  }

  .timeline-container .container {
    width: 100%;
    padding: 1rem 1rem;
    position: relative;
  }

  .timeline-container .container::after {
    right: auto;
    left: 5px;
  }

  .timeline-container .left::before,
  .timeline-container .right::before {
    content: none;
  }

  .timeline-container .left,
  .timeline-container .right {
    width: 100%;
    left: 0;
    position: relative;
  }

  .timelineTitle {
    font-size: 2rem;
  }
}

.slideDivIconMobile {
  display: none;
}

@media screen and (max-width: 950px) {
  .dioramaHeaderTitle {
    font-size: 2.5rem;
  }

  .mySlides {
    padding: 0.5rem 2rem;
  }

  .slideMobileNone {
    display: none;
  }

  .slideDivIconMobile {
    display: block;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }

  .slideIcon {
    color: white;
    font-size: 1rem;
    border: 2px solid white;
    padding: 0.2rem 1rem;
    cursor: pointer;
    margin: 0rem 1rem;
  }

  .slideContent {
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }

  .slideText {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

  .slideTitle {
    color: #fff;
    font-family: museumLight;
    font-size: 2rem;
    text-align: center;
  }

  .slideYear {
    color: #fff;
    font-family: museumLightItalic;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  .slideDescription {
    font-family: museumLight;
    font-size: 1rem;
    text-indent: 2rem;
    margin-bottom: 1rem;
  }

  .diormaImages {
    display: block;
    margin: auto;
    width: 100%;
  }

  .mapTarlacContent {
    display: block;
  }

  .mapTarlacImg {
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    width: 90%;
  }

  .mapTarlacCountry {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .footer {
    padding: 1rem 0rem;
  }
  .footer__title {
    font-size: 1.2rem;
  }
  .footer__size {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 375px){
  .product-header h1 {
    font-size: 2em;
    padding: 1em 5%;
}

.product-header p {
    font-size: 16px;
    padding: 1em 5%;
}

.highlight-wrapper {
    margin: 0.5em;
}

.highlight-card {
    flex: 0 0 calc(100% - 1rem);
    margin: 0.5em;
}

.highlight-img {
    width: 100px;
    height: 100px;
}

.product-header h1 {
  font-size: 2em;
  padding: 1em 5%;
}

.product-header p {
  font-size: 16px;
  padding: 1em 5%;
}

.highlight-wrapper {
  margin: 0.5em;
}

.highlight-card {
  flex: 0 0 calc(100% - 1rem);
  margin: 0.5em;
}

.highlight-img {
  width: 100px;
  height: 100px;
}

.pto-about{
  padding: 5rem 15%;
}

.footer p {
    font-size: 0.875rem !important; 
}

.footer__div {
    margin-top: 1rem;
 }

  .contentImage.capitalBamban, .contentImage.revolution, .contentImage.san-seb-cathedral, 
  .contentImage.tarlac-capitol, .contentImage.TNHS, .contentImage.san-jose-western,
  .contentImage.mt-pinatubo, .contentImage.monasterio, .contentImage.trp, .contentImage.ncc,
  .contentImage.train, .contentImage.soldier, .contentImage.death-march, .contentImage.ww2-tarlac-liberation,
  .contentImage.diwa, .contentImage.pedroImage {
    width: 18rem !important;
    max-height: 25rem;
    display: block;
    margin: 0 auto 1rem auto; 
    object-fit: cover;
  }

}

@media screen and (min-width: 375px) and (max-width: 820px) {

  .provincial-tourism {
      padding: 1rem;
      text-align: center;
  }

  .provincial-tourism .title {
      font-size: 1.5rem;
      margin-bottom: 1rem;
      margin-top: 1rem;
  }

  .styled-hr {
      width: 80%;
      margin: 0 auto 1.5rem;
  }

  .tarlac-tourism-dept {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 1rem;
      max-width: 100%;
      margin: 0 auto;
  }

  .card {
      width: 90%;
      max-width: 350px; 
      padding: 1.5rem;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin: 0 auto;
      word-wrap: break-word;  
      overflow-wrap: break-word;
  }

  .card img.logo {
      width: 80px;
      height: auto;
      margin-bottom: 1rem;
      align-self: center;
  }

  .card h3 {
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
      white-space: normal; 
      word-wrap: break-word;
      overflow-wrap: break-word;
      max-width: 100%; 
  }

  .card p {
      font-size: 1rem;
      margin-bottom: 0.3rem;
      word-wrap: break-word;
      overflow-wrap: break-word;
      white-space: normal;
      max-width: 95%; 
  }

  .img-tourism-logos {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin: 1.5rem auto;
      width: 90%;
  }

  .img-tourism-logos img {
      width: 50px; 
      height: auto;
  }

}


/*web cover responsive*/

@media screen and (min-width: 1024px) and (max-width: 2560px){
  
  .home__video {
    position: fixed;
    top: -65vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68%;
    height: 80vh;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .homeVideoWrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .home__diorama {
    width: 100%;
    height: 100%;
    border: none;
  }

  .homeIconClose {
    position: absolute;
    top: 3vh;
    right: -9vw;
    z-index: 1100;
    padding: 0.5rem;
    border-radius: 50%;
    color: white;
  }

.homeIconClose i {
  font-size: 1rem;
}


}

@media screen and (max-width: 1440px) {
  .home__video {
    position: fixed;
    top: -50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68%;
    height: 80vh;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .homeIconClose {
    position: absolute;
    top: 3vh;
    right: -12vw;
    z-index: 1100;
    padding: 0.5rem;
    border-radius: 50%;
    color: white;
    font-size: 1rem;
  }

  .contentImage.capitalBamban, .contentImage.revolution, .contentImage.san-seb-cathedral, 
  .contentImage.tarlac-capitol, .contentImage.TNHS, .contentImage.san-jose-western,
  .contentImage.mt-pinatubo, .contentImage.monasterio, .contentImage.trp, .contentImage.ncc {
    width: 35rem;
    max-height: 25rem;
    display: block;
    margin: 0 auto 1rem auto; 
    object-fit: cover;
  }
}

@media screen and (max-width: 1024px) {
  .home__video {
    position: fixed;
    top: -25vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 45vh;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.homeIconClose {
  position: absolute;
  top: -3vh;
  right: -14vw;
  z-index: 1100;
  padding: 0.3rem; 
  border-radius: 50%;
  color: white;
  font-size: 1rem; 
}

.homeIconClose i {
  font-size: 0.8rem;
}

  .contentImage.capitalBamban, .contentImage.revolution, .contentImage.san-seb-cathedral, 
  .contentImage.tarlac-capitol, .contentImage.TNHS, .contentImage.san-jose-western,
  .contentImage.mt-pinatubo, .contentImage.monasterio, .contentImage.trp, .contentImage.ncc,
  .contentImage.train, .contentImage.soldier, .contentImage.death-march, .contentImage.ww2-tarlac-liberation,
  .contentImage.diwa {
    width: 23rem;
    max-height: 25rem;
    display: block;
    margin: 0 auto 1rem auto; 
    object-fit: cover;
  }

}


@media screen and (max-width: 768px) {
  .home__video {
    position: fixed;
    top: -10vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 45vh;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .homeIconClose {
    position: absolute;
    top: -23.5vh;
    right: -3vw;
    z-index: 1100;
    padding: 0.5rem;
    border-radius: 50%;
    color: white;
    font-size: 1rem;
  }

  .homeIconClose i {
    font-size: 0.7rem;
  }
}

/* For screens 1024px */
@media screen and (max-width: 1024px) {
  .web-cover-text {
    left: 5rem;
    margin-left: 5rem;
  }

  .web__title {
    font-size: 5rem;
  }

  .web__explore {
    font-size: 1.8rem;
  }

  .web__description {
    font-size: 1.25rem;
    max-width: 45rem;
  }

  .web-coverImg {
    max-height: 80vh;
    margin-bottom: 8vh;
  }

  .food-right-content-02 {
    display: flex;  
    flex-direction: column; 
    align-items: center; 
    justify-content: flex-start; 
    width: 100%;
    max-width: 35rem;
}

.provincial-tourism {
  padding: 2rem;
  text-align: center;
}

.provincial-tourism .title {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.styled-hr {
  width: 90%;
  margin: 0 auto 1rem;
}

.tarlac-tourism-dept {
  gap: 1rem;
  padding: 0 1rem;
  flex-wrap: wrap;
  justify-content: center;
}


.card h3 {
  font-size: 1.05rem;
}

.card p {
  font-size: 0.95rem;
}

.img-tourism-logos {
  width: 95%;
  gap: 0.75rem;
  margin: 1rem auto;
}

.img-tourism-logos img {
  width: 5.5rem;
}

}

/* For screens 950px */
@media screen and (max-width: 950px) {
  .web-cover-text {
    left: 4rem;
    margin-left: 4rem;
  }

  .web__title {
    font-size: 4.5rem;
  }

  .web__explore {
    font-size: 1.6rem;
  }

  .web__description {
    font-size: 1.15rem;
    max-width: 42rem;
  }

  .web-coverImg {
    max-height: 78vh;
    margin-bottom: 7.5vh;
  }
}

@media screen and (max-width: 768px) {
  .web-cover-text {
    margin-left: 2rem;
    margin-right: 2.5rem;
  }

  .web__title {
    font-size: 3.5rem !important;
  }

  .web__explore {
    font-size: 1.6rem;
  }

  .web__description {
    font-size: 1.15rem;
    max-width: 42rem;
  }

  .web-coverImg {
    max-height: 100vh;
    height: fit-content;
    margin-bottom: 7.5vh;
  }

  .web-cover-text{
    opacity: 0;
    transform: translateX(-50%);
    top: 25vh;
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
  }

  .web-cover-text.animate{
    transform: translateX(0);
    opacity: 1;
  }

}

@media screen and (max-width: 425px) {
  .pto-about{
    padding: 5rem 15%;
  }

  .contentImage.capitalBamban, .contentImage.revolution, .contentImage.san-seb-cathedral, 
  .contentImage.tarlac-capitol, .contentImage.TNHS, .contentImage.san-jose-western,
  .contentImage.mt-pinatubo, .contentImage.monasterio, .contentImage.trp, .contentImage.ncc,
  .contentImage.train, .contentImage.soldier, .contentImage.death-march, .contentImage.ww2-tarlac-liberation,
  .contentImage.diwa, .contentImage.pedroImage {
    width: 20rem;
    max-height: 25rem;
    display: block;
    margin: 0 auto 1rem auto; 
    object-fit: cover;
  }
}

/* middle-content */

@media screen and (max-width: 1024px) {
  .middle-content {
    flex-direction: column;
    align-items: center; 
  }

  .column {
    width: 100%;
    max-width: 40rem; 
  }

  .column img {
    width: 100%;
    max-width: 35rem;
  }

  .atv {
    width: 100%;
    max-width: 30rem;
    margin-top: 3vh;
  }

  .adventure-left-content{
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 35em;
  }

  .adventure-left-content img{
    width: 100%;
    max-width: 35rem;
    margin-bottom: 3vb;
  }

  .text-right-content {
    width: 100%;
    max-width: 40rem;
    padding: 1rem;
}

  .adventure-right-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 40rem;
}

  .images-right {
      order: -1; 
      width: 100%;
      max-width: 35rem;
  }

  .adventure-right-content img {
      width: 100%;
      max-width: 40rem;
  }

  .text-right-content {
      width: 100%;
      max-width: 35rem;
  }

  .food-right-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 50rem;
  }

  .images-right {
      order: -1; 
      width: 100%;
      max-width: 35rem;
  }

  .images-right {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 0.5rem; 
    justify-content: center;
    align-items: center;
    max-width: 35rem; 
    margin: auto;
}

  .img-1, .img-2 {
    width: 100%; 
    object-fit: cover;
  }

  .bottom-img {
  grid-column: span 2; 
  width: auto;
  max-width: 100%;
  object-fit: cover;
  width: 30vw !important;
  height: 25vh !important;
  margin-left: 0;
}

  .img-1-eco, .img-2 {
      width: 100%; 
      object-fit: cover;
  }

  .bottom-img-eco {
    grid-column: span 2; 
    width: auto;
    max-width: 100%;
    object-fit: cover;
    width: 35vw !important;
  }

  .food-right-content img {
      width: 100%;
      max-width: 40rem;
  }

  .food-left-content{
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 35em;
  }

  .food-left-content img{
    width: 100%;
    max-width: 35rem;
    margin-bottom: 3vb;
  }

  .religion-left-content{
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 35em;
  }

  .religion-left-content img{
    width: 100%;
    max-width: 35rem;
    margin-bottom: 3vb;
  }

  .religion-right-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 35rem;
  }
  
  .religion-right-content img {
    width: 100%;
    max-width: 35rem;
    margin-bottom: 3vb;
    margin-right: 5rem;
  }

  .religion-right-content .images-right img.img-1-faith{
    margin-left: 5rem !important;
    margin-right: 0;
  }

  .religion-right-content .images-right img.img-2-faith{
    margin-left: 1.5rem !important;
    margin-right: 5vw !important;
    margin-top: 0;
    height: 30vh;
  }

  .h1-1 {
    margin-left: 25%;
  }

  .festival1-text-content .styled-hr2 {
    margin-left: 25%;
  }

  .festival1-text-content > p.p {
    width: 100%;
    margin-right: 1rem;
    margin-left: 25%;
    color: white;
  }

  .images-right-02 {
    order: -1; 
    width: 100%;
    max-width: 35rem;
  }

  .images-right-02 img.img-1, img.img-2{
    width: 25vw;
    margin-bottom: 3vb;
  }

  /* Animations (Bottom) */

  .mapTarlacVisuals, .img-1, .images-right-02 > .img-2, .anao-church, .images-left > .img-1, .images-left > .peace,
  .images-right > .img-1, .images-right > .img-2, .images-right > .img-1-faith, .images-right > .img-2-faith, .cathedral, .la-maja, .img-tour-12
  {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
  }

  .mapTarlacVisuals.animate, .img-1.animate, .images-right-02 > .img-2.animate, .anao-church.animate, .images-left > .img-1.animate, .images-left > .peace.animate,
  .images-right > .img-1.animate, .images-right > .img-2.animate, .images-right > .img-1-faith.animate, .images-right > .img-2-faith.animate, .religion-left-content > .cathedral.animate, .la-maja.animate, .img-tour-12.animate
  {
    transform: translateY(0);
    opacity: 1;
  }

}

@media screen and (max-width: 950px) {
  .middle-content {
    flex-direction: column; 
    align-items: center;
  }

  .column {
    width: 100%;
    max-width: 38rem;
    padding: 1rem;
  }

  .column img {
    max-width: 32rem;
  }

  .atv {
    max-width: 28rem;
    margin-top: 3vh;
  }

  .adventure-left-content{
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 40rem;
  }

  .adventure-left-content img{
    width: 100%;
    max-width: 35rem;
    margin-bottom: 3vb;
  }

  .adventure-right-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 40rem;
}

  .images-right {
      order: -1; 
      width: 100%;
      max-width: 35rem;
  }

  .adventure-right-content img {
      width: 100%;
      max-width: 35rem;
  }

  .text-right-content {
      width: 100%;
      padding: 1rem;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
  .middle-content .column > .column-eco1 {
    max-width: 40rem !important;
  }

  .middle-content .column > .text-falls{
    margin-left: 5rem !important;
    max-width: 40rem !important;
  }

  .middle-content .column > .img-tour-12{
    margin-left: 5rem !important;
  }

  .middle-content .column .column-eco1 > .img-tour-12{
    margin-left: 5rem !important;
  }
}



@media screen and (max-width: 768px) {
  .assisi {
    margin-top: 3rem;
    height: 20rem; 
  }

  .nonnatus {
    margin-top: 3vh; 
    height: 20rem; 
  }  
}

@media screen and (min-width: 375px) and (max-width: 768px) {

  .media-content {
    width: 90%;
    position: relative;
    align-items: center;
  }

  .media-wrapper {
    position: relative;
    width: 100%;
    padding-top: 50%;
  }
  
  .media-wrapper .image{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 1;
    transition: transform 0.3s ease, z-index 0.3s ease, box-shadow 0.3s ease;
  }
  
  .fes {
    flex-direction: column;
  }

  .fes-1 {
    flex-direction: column;
  }

  .media-content {
      order: 1;
  }

  .festival-text-content {
      order: 2;
  }

  .festival1-text-content {
    order: 2;
}

  .fes .festival-text-content{
    margin-top: 5vh;
    width: 90%;
  }

  .fes-1 .festival1-text-content{
    margin-top: 5vh;
    width: 90%;
  }

  .fes-1 .festival1-text-content p.p, .h1-1{
    margin: 0;
    margin-top: 3rem;
  }

  .fes-1 .festival1-text-content .styled-hr2, .styled-hr2::before, .styled-hr2::after{
    margin: 0;
    margin-top: 0.5rem;
  }

  .concepcion-festival .festival-text-content {
    width: 90%;
    margin-right: 50px;
    margin-top: 5vh;
  }

  .pura-festival .festival-text-content {
    width: 90%;
    margin-right: 50px;
    margin-top: 5vh;
  }

  /* Animations (Bottom) */

  .mapTarlacVisuals, .img-1, .images-right-02 > .img-2, .anao-church, .images-left > .img-1, .images-left > .peace,
  .images-right > .img-1, .images-right > .img-2, .images-right > .img-1-faith, .images-right > .img-2-faith, .cathedral, .la-maja, .img-tour-12
  {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
  }

  .mapTarlacVisuals.animate, .img-1.animate, .images-right-02 > .img-2.animate, .anao-church.animate, .images-left > .img-1.animate, .images-left > .peace.animate,
  .images-right > .img-1.animate, .images-right > .img-2.animate, .images-right > .img-1-faith.animate, .images-right > .img-2-faith.animate, .religion-left-content > .cathedral.animate, .la-maja.animate,
  .img-tour-12.animate
  {
    transform: translateY(0);
    opacity: 1;
  }

}

@media screen and (max-width: 375px) {
  .images-left > .peace{
    width: 25rem !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home__diorama {
    display: none;
    margin: auto;
    width: 90%;
    height: 60vh;
    border: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
  }
  
}

@media screen and (min-width: 375px) and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-weight: 400;
  }

  .web-cover-text {
    margin-left: 0.2rem !important;
    margin-right: 1rem;
    padding-top: 3.3rem;
    padding-right: 1.5rem;
    padding-left: 0rem;
  }

  .web__title {
    font-size: 2.2rem !important;
    overflow-wrap: break-word; /* Break long words */
    word-wrap: break-word;
    word-break: break-word;
  }

  .web__explore {
    font-size: 1.6rem;
  }

  .web__description {
    font-size: 0.85rem;
    max-width: 100%;
  }

  .web-coverImg {
    width: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
    flex-wrap: wrap;
    padding-top: 6rem;
  }

  .adventure-left-content img {
    width: 100%;
    max-width: 22rem; 
    margin-bottom: 3vh; 
    height: auto; 
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .adventure-left-content,
  .adventure-right-content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 40rem !important; 
  }

  .adventure-right-content img {
    width: 100%;
    max-width: 18rem !important; 
    display: block;
  }

  .assisi {
    margin-top: 3rem;
    height: 18rem; 
  }

  .nonnatus {
    margin-top: 3vh; 
    height: 18rem; 
  }

  .adventure-right-content .text-right-content > p,
  .adventure-left-content .text-left-content > p {
    max-width: 90%;
  }

  .food-right-content {
    display: flex;
    flex-direction: column;
  }

  .food-right-content .images-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
  }

  .food-right-content .images-right img {
    width: 30vw;
    height: 25vh;
    object-fit: cover;
  }

  .food-right-content .text-right-content > p {
    max-width: 100%;
    width: 25rem;
  }

  .food-right-content-02 {
    display: flex;
    flex-direction: column; 
    align-items: center; 
  }

.food-right-content-02 > .images-right-02 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    order: -1;
    margin-bottom: 1.5rem;
}

.food-right-content-02 > .images-right-02 img {
    width: 30vw;
    height: 25vh;
    object-fit: cover;
}

.food-right-content-02 .text-right-content {
    text-align: center;
    margin-top: 1rem; 
}

.food-right-content-02 .text-right-content > p {
    max-width: 100%;
    width: 25rem;
    margin: 0 auto; 
}

  .bottom-img-eco {
    display: block;
    margin: 0 auto;
    width: 60vw !important;
    height: auto;
    margin-right: 7.5rem !important;
}

  .middle-content .column img.img-tour,
  .food-left-content .images-left img.img-1,
  .middle-content .column img.img-tour-1,
  .religion-left-content .images-left img.cathedral,
  .religion-right-content .images-right img.anao-church {
    width: 60vw;
    height: 28vh;
    margin-left: 1.5rem !important;
  }
  
  .food-left-content .text-left-content > p{
    padding-right: 0.5rem;
  }

  .religion-right-content .images-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    order: -1;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.religion-right-content .images-right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  order: -1;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.religion-right-content .images-right > img.img-1-faith {
  display: block;
  margin-right: 5rem !important;
}


  .religion-right-content .images-right > img.anao-church {
    width: 30rem;
    height: auto;
    display: block;
    margin-left: 5rem !important;
  }

  .religion-left-content .images-left > img.cathedral {
    width: 30rem;
    height: auto;
    display: block;
    margin-right: 75rem;
  }

  .religion-left-content,
  .religion-right-content {
      display: flex;
      flex-direction: column; 
  }

  .religion-right-content .text-right-content {
      width: 100%;
      max-width: 50rem;
      padding: 1rem;
      margin: 0;
  }

  .middle-content {
    margin-left: 0;
    padding-left: 0;
  }
  
}

@media screen and (min-width: 375px) and (max-width: 430px) {

  .food-right-content-02 .text-right-content-02 {
    margin-left: 1.5rem;
  }

  .food-right-content-02 .text-right-content-02 > p{
    max-width: 25rem;
    width: 100%;
    box-sizing: border-box;
  }

  .food-left-content .text-left-content {
    margin-left: 0.25rem;
  }

  .food-left-content .text-left-content > p{
    max-width: 25rem;
    width: 95%;
    box-sizing: border-box;
  }
  
  .religion-left-content .text-left-content > p{
    max-width: 23rem;
    width: 90%;
    box-sizing: border-box;
  }

  .religion-left-content .text-left-content > h2{
    font-size: 1.9rem;
  }

  .religion-left-content .text-left-content > h2{
    font-size: 1.95rem;
  }

  .assisi {
    margin-top: 3rem;
    height: 15rem; 
  }

  .nonnatus {
    margin-top: 3vh; 
    height: 15rem; 
  }

  .anao-church{
    height: 18rem !important; 
    width: auto;
  }

  .la-maja{
    height: 18rem !important; 
    width: 25rem !important;
    margin-left: 5rem !important;
  }

  .cathedral{
    height: 18rem !important; 
    width: 100%;
    max-width: 23rem !important;
  }

  .peace{
    height: 15rem !important; 
    width: auto;
    margin-left: 1.5rem;
  }

  .img-tour {
    width: 100%;
    min-width: 20rem;
    height: auto;
  }

  .img-1{
    width: 100%;
    min-width: 20rem;
    height: auto;
  }

  .img-tour-1{
    width: 100%;
    min-width: 20rem;
    height: auto;
  }
  
  .home__video {
    position: fixed;
    top: -18vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 55vh;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .homeVideoWrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .home__diorama {
    width: 100%;
    height: 100%;
    border: none;
  }

  .homeIconClose {
    position: absolute;
    top: -10px;
    right: -45px;
    z-index: 1100;
    padding: 0.5rem;
    border-radius: 50%;
    color: white;
    font-size: 1rem;
  }

  .adventure-right-content {
    display: flex;
    flex-direction: column; 
    align-items: center;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }

  .adventure-right-content > .images-right {
    display: flex;
    flex-direction: column; 
    gap: 1rem;             
    width: 100%;
    max-width: 35rem;
  }

  .adventure-right-content img {
    width: 100%;
    border-radius: 0.5rem;
    object-fit: cover;
  }
  
  .images-right-02 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 35rem;
  }
  
  .images-right-02 > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    object-fit: cover;
  }  

  .food-right-content-02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
  }
  
  .food-right-content-02 .images-right-02 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 23rem;
  }
  
  .food-right-content-02 .images-right-02 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    object-fit: cover;
  }

  .web-coverImg {
    position: relative;
    width: 100vw;
    height: 95vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .web-coverImg .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  
  .web-coverImg::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .web-cover-text {
    margin-left: 2rem;
    margin-right: 2.5rem;
  }

  .web__title {
    font-size: 2.75rem !important;
  }

  .web__explore {
    font-size: 1.6rem;
  }

  .web__description {
    font-size: 1.15rem;
    max-width: 42rem;
  }

  .homeIconClose {
  position: absolute;
  top: 3vh;
  right: -12vw;
  z-index: 1100;
  padding: 0.3rem; 
  border-radius: 50%;
  color: white;
  font-size: 0.7rem; 
}

.homeIconClose i {
  font-size: 0.7rem;
}

.pto-about-us {
  max-height: 65rem;
  padding-top: 10rem;
}

.pto-about-us .about{
  font-size: 0.95rem;
}

.pto-about-us h2{
  font-size: 2rem;
  line-height: 1.75rem;
}

.museo-kanlahi-img{
  width: 23rem !important;
}

.hero-content > h1{
  font-size: 2.5rem;
}

.hero-content > p{
  font-size: 1.1rem;
}

}
