* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: hsl(250, 0%, 95%);
  --secondary-color: hsl(100, 20%, 75%);
  --accent-color: hsl(0, 0%, 0%);
  --font: prateek;
  --primary-font: primary-prateek;
  --secondary-font: secondary-prateek;
  --primary-opacity: 0.95;
}

@font-face {
  font-family: prateek;
  src: url("font/RobotoMono-VariableFont_wght.ttf");
}

@font-face {
  font-family: primary-prateek;
  src: url("font/Arimo-Italic-VariableFont_wght.ttf");
}

@font-face {
  font-family: secondary-prateek;
  src: url("font/ZalandoSansExpanded-VariableFont_wght.ttf");
}

.mainContainer {
  width: 100%;
  height: 100vh;
  background-color: hsl(0, 0%, 60%);
  /* border: 2px solid black; */
}

/* Hero Section */

.heroSection {
  position: relative;
  width: 100%;
  height: 600px;
  margin: auto;
  background-image: url("assets/banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 5% 0px;
  line-height: 80px;
  color: var(--primary-color);
  font-family: var(--font);
  box-shadow: inset 0px -50px 200px 80px rgba(250, 250, 250);
}
.heroSection::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  inset: 0;
}
.heroSection {
  position: relative;
  z-index: 1;
}

.heroContent {
  text-align: center;
  opacity: var(--primary-opacity);
}

#welcome {
  font-size: 25px;
  text-shadow: 4px 0px 8px var(--accent-color);
  letter-spacing: 5px;
}
#chh {
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 3px 0px 3px var(--accent-color);
  letter-spacing: 8px;
}
#tourism {
  font-family: var(--secondary-prateek);
  font-size: 20px;
  text-shadow: 0px 0px 8px var(--accent-color);
  letter-spacing: 6px;
  text-align: center;
}

/* Image Container */
.imageContainer {
  position: relative;
  top: -110px;
  z-index: 1;
  display: flex;
  justify-content: space-evenly;
  gap: 0px;
}
img {
  width: 18%;
  border-radius: 0px 50px;
  box-shadow: 0px 0px 5px 2px rgb(0, 0, 0);
  object-fit: cover;
}

.heritageContainer {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 18px 28px;
}
#heritage,
#forts,
#devo {
  font-family: var(--font);
  font-size: 35px;
  text-transform: uppercase;
}
.heritage-cave {
  display: flex;
  gap: 5%;
  /* border: 2px solid black; */
  padding: 30px 28px;
  background-color: var(--primary-color);
  border-radius: 20px;
  box-shadow: 0px 0px 18px 18px hsl(0, 0%, 95%);
}
.heritage-cave img {
  width: 25%;
  height: 180px;
  border-radius: 0px;
  transform: rotate(-10deg);
  padding: 8px;
  background-color: rgb(100, 100, 100);
}

.heritageContent {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#heriCont {
  font-size: 28px;
  font-family: var(--secondary-font);
}
#heriPara {
  text-align: justify;
  line-height: 25px;
  font-family: var(--font);
}
#heriRoute {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: rgb(107, 107, 107);
}
#heriRoute span {
  text-transform: capitalize;
  font-weight: normal;
}
#heriRoute #closed {
  color: rgb(250, 0, 0);
}
#heriCave1 {
  flex-direction: row-reverse;
}
#img {
  transform: rotate(10deg);
  margin-top: 80px;
}

/* Forts & Monuments */
.fortContainer,
.devoContainer,
.reservContainer,
.hillContainer {
  margin-top: 5%;
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.monuments {
  display: flex;
  justify-content: space-around;
}
.fortsCard,
.devoCard {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 30%;
  /* border: 2px solid black; */
  padding: 10px 20px;
  border-radius: 10px;
  background-color: var(--primary-color);
  box-shadow: 0px 0px 28px 30px hsl(250, 0%, 90%);
}
#fortImg,
#devoImg {
  width: 100%;
  border-radius: 0px;
  padding: 10px;
  background-color: var(--secondary-color);
}
.fortsInfo,
.divoInfo {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#fortTitle,
#devoTitle,
#reserv,
#hillTitle {
  font-family: var(--font);
  font-size: 25px;
  text-transform: uppercase;
}
#fortPara,
#devoPara {
  font-family: var(--primary-font);
  font-size: 15px;
  text-align: justify;
  line-height: 22px;
}
.timing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#time {
  font-family: var(--font);
  font-size: 20px;
  font-weight: bold;
}
#open {
  font-family: var(--font);
  font-size: 15px;
}

/* Reservior */
.reservCard,
.hillCard {
  position: relative;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0px 0px 30px 30px rgba(250, 250, 250, 0.7);
  color: var(--primary-color);
}
.reservCard::before,
.hillCard::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  inset: 0;
}
.reservCard,
.hillCard {
  position: relative;
  z-index: 1;
}
#reservId {
  background-image: url("assets/Jayakwadi.jpg");
}
#reservTitle,
#hillTitles {
  text-align: center;
  margin-top: 50px;
  font-family: var(--font);
  font-size: 46px;
  text-transform: uppercase;
  opacity: 0.95;
  letter-spacing: 25px;
}
#reservInfo,
#hillInfo {
  width: 85%;
  margin: auto;
  text-align: end;
  padding-top: 8%;
  font-family: var(--primary-font);
  line-height: 35px;
  text-align: justify;
  font-weight: bold;
  opacity: 0.95;
}

/* Devotional */
.devotionalCont {
  display: flex;
  justify-content: space-evenly;
}
#devoCd {
  width: 25%;
}

/* Hill Station */
#hillId {
  background-image: url("assets/mhaismal.webp");
}

/* Footer */
.footerSection {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  background-color: var(--secondary-color);
}
#footer {
  font-size: 15px;
  font-weight: bold;
  font-family: var(--primary-font);
}

/* Media Query */
@media screen and (max-width: 1024px) {
  .heroContent {
    text-align: center;
  }
  .imageContainer {
    top: -70px;
  }
}

@media screen and (max-width: 768px) {
  .heritage-cave {
    flex-direction: column;
    gap: 20px;
  }
  .heritage-cave img {
    transform: rotate(0);
    width: 100%;
  }
  #heriCave1 {
    flex-direction: column;
  }
  #heriCave1 img {
    transform: rotate(0);
  }
  .monuments,
  .devotionalCont {
    flex-direction: column;
    gap: 50px;
  }
  .fortsCard,
  #devoCd {
    width: 100%;
  }
  #reservInfo,
  #hillInfo {
    padding-top: 10px;
    line-height: 25px;
  }
}

@media screen and (max-width: 500px) {
  .mainContainer {
    height: 100%;
  }

  .heroSection {
    line-height: 50px;
  }

  .imageContainer img {
    position: relative;
    top: 40px;
    border-radius: 0px;
  }

  #reservTitle,
  #hillTitles {
    margin-top: 0px;
    letter-spacing: 0px;
  }

  .reservCard,
  .hillCard {
    height: 100%;
    padding: 5px 0px;
  }

  #footer {
    text-align: center;
  }
}
