@import url("https://fonts.googleapis.com/css2?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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Telugu:wght@100..900&display=swap");

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

body {
  font-family: "Poppins", "Noto Serif Telugu", sans-serif;
  font-size: 16px;
  background-color: #fff;
}

nav {
  background-color: #fff;

  /* background-color: #f58020; */
}

/* Transparent Navbar */
.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.navbar.temple-details-page {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Solid background on scroll */
.navbar.scrolled {
  /* background-color: #fff; */
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.navbar .nav-link {
  color: #fff !important;
}
.navbar.scrolled .nav-link {
  color: #f58020 !important;
}
.header-logo {
  height: 40px;
}

.navbar .header-logo-text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-left: 15px;
  margin-bottom: 0;
}
.navbar.scrolled .header-logo-text {
  color: #f58020;
}

.hero-section-main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  object-fit: cover;
}

.carousel-item {
  transition: transform 1s ease;
  height: 100vh;
}

.carousel-caption-custom {
  width: 500px;
  height: 250px;
  z-index: 1;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  right: 300px;
  left: unset;
  top: 35%;
}

.carousel-item-custom {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-metrix-row {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  left: 300px;
  top: 15%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 15px;
}
.metrix-widget {
  display: flex;
  align-items: center;
  margin: 40px 0px;
  width: 100%;
}
.metrix-widget-icon-wrapper {
  width: 180px;
  text-align: center;
}
.hero-metrix-icon {
  width: 50px;
}
.metrix-widget-stats-wrapper {
  display: flex;
  flex-direction: column;
}
.metrix-widget span {
  font-size: 60px;
  line-height: 50px;
  color: #f58020;
}
.metrix-widget label {
  color: #fff;
}

.heading-1 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 200;
  position: relative;
}
/* .heading-1::after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #f58020;
  position: absolute;
  top: 50px;
  left: 0px;
} */
.heading-1 span {
  font-weight: 500;
  color: #f58020;
}

.inner-page-hero-section {
  height: 300px;
  margin-bottom: 50px;
  background-color: #f58020;
  background-image: url("./../../assets/images/inner-page-hero-section/ancient-temple-archeology-bagan-after-sunset-myanmar-temples-bagan-myanmar-burmar.jpg");
  background-size: cover;
}

.temples-by-state-footer-bg {
  background-image: url(./../../assets/images/world-map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.temples-by-state-in-footer {
  margin-top: 50px;
  margin-bottom: 50px;
}
.temples-by-state-heading {
  color: #707070;
  margin-bottom: 30px;
  padding-left: 75px;
}
.sort-by-country-state-wrapper {
  width: 100%;
}
.sort-by-country-country-heading-wrapper {
  display: flex;
}
.sort-by-country-flag-wrapper {
  width: 80px;
}
.sort-by-country-flag-in-heading {
  height: 30px;
  margin-right: 20px;
}
.sort-by-country-name-in-heading {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.states-wrapper {
  list-style: none;
  display: flex;
  margin-left: 50px;
}
.states-wrapper li {
  margin-right: 30px;
}
.states-wrapper li a {
  color: #fff;
  text-decoration: none;
  background-color: #f58020;
  padding: 2px 8px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}
.states-wrapper li a:hover {
  color: #f58020;
  text-decoration: none;
  background-color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}

.page-body-height {
  min-height: calc(100vh - 127px);
}

.random-temple-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.random-temple {
  width: 30%;
  height: 340px;
  border-radius: 10px;
  /* background-color: #f58020; */
  /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05); */
  border: 1px solid transparent;
  background: linear-gradient(71deg, #ffffff, #ffffff, #f7f7f7);
  background-clip: padding-box;
  position: relative;
}
.random-temple::after {
  content: "";
  background: linear-gradient(71deg, #f1fc8d, #f58020, #ffed9e);
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  border-radius: 10px;
}
.random-temple .temple-name {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 10px;
  color: #f58020;
  height: 60px;
}
.random-temple .temple-location-name {
  background-color: #eee;
  padding: 5px;
  color: #000;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
}
.random-temple .temple-image-wrapper {
  width: 100%;
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
}
.random-temple .temple-image-wrapper img {
  width: 100%;
}
.random-temple .view-details-link {
  text-align: right;
  padding: 8px;
}
.random-temple .view-details-link a {
  font-size: 14px;
  font-weight: 600;
  color: #f58020;
  text-decoration: none;
}
.random-temple .view-details-link a:hover {
  color: #000;
}

.temple-grid-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.bookmark-link-icon {
  background-image: url(./../images/bookmark-icon-01-gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
.bookmark-link-icon .bookmark-text {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  display: none;
  font-size: 14px;
  width: 180px;
}
.bookmark-link-icon:hover .bookmark-text {
  display: block;
}

.bookmark-link-icon.bookmarked {
  background-image: url(./../images/bookmark-icon-02-orange.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
.bookmark-link-icon.bookmarked .bookmarked-text {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  width: 180px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.bookmarked-text {
  display: none;
}
.bookmark-link-icon.bookmarked:hover .bookmarked-text {
  display: block;
}

.random-youtube-video-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 80px;
}
.random-youtube-video {
  width: 24%;
  height: 340px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(71deg, #ffffff, #ffffff, #f7f7f7);
  background-clip: padding-box;
  position: relative;
}
.random-youtube-video::after {
  content: "";
  background: linear-gradient(71deg, #f1fc8d, #f58020, #ffed9e);
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  border-radius: 10px;
}
.random-youtube-video .youtube-video-name-wrapper {
  padding: 10px;
}
.random-youtube-video .youtube-video-name {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.random-youtube-video .youtube-video-name:hover {
  color: #f58020;
}

.random-youtube-video .youtube-video-image-wrapper {
  width: 100%;
  height: 233px;
  background-size: cover;
  background-repeat: no-repeat;
}
.random-youtube-video .youtube-video-image-wrapper img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.youtube-video-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.youtube-video {
  width: 22%;
  height: 340px;
  margin-bottom: 30px;
  margin-right: 30px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(71deg, #ffffff, #ffffff, #f7f7f7);
  background-clip: padding-box;
  position: relative;
}
.youtube-video::after {
  content: "";
  background: linear-gradient(71deg, #f1fc8d, #f58020, #ffed9e);
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  border-radius: 10px;
}
.youtube-video .youtube-video-name-wrapper {
  padding: 10px;
}
.youtube-video .youtube-video-name {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.youtube-video .youtube-video-name:hover {
  color: #f58020;
}

.youtube-video .youtube-video-image-wrapper {
  width: 100%;
  height: 212px;
  background-size: cover;
  background-repeat: no-repeat;
}
.youtube-video .youtube-video-image-wrapper img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.youtube-video-bookmark-wrapper {
  position: absolute;
  top: 0;
  right: 20px;
  background-image: url(./../images/bookmark-icon-01-gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 36px;
  cursor: pointer;
}
.youtube-video-bookmark-wrapper .bookmark-text-video {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  display: none;
  font-size: 14px;
  width: 180px;
}
.bookmark-text-video {
  display: none;
}
.youtube-video-bookmark-wrapper:hover .bookmark-text-video {
  display: block;
}
.youtube-video-bookmark-wrapper.bookmarked-video {
  background-image: url(./../images/bookmark-icon-02-orange.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 36px;
  position: absolute;
  cursor: pointer;
}
.youtube-video-bookmark-wrapper.bookmarked-video .bookmarked-text-video {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  width: 180px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.bookmarked-text-video {
  display: none;
}
.youtube-video-bookmark-wrapper.bookmarked-video:hover .bookmarked-text-video {
  display: block;
}

.bookmark-information-on-details-page {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.bookmark-information-on-details-page .detail-page-bookmark-it {
  background-image: url(./../images/bookmark-icon-01-gray.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-right: 40px;
  height: 40px;
  width: 340px;
  font-weight: 600;
  line-height: 40px;
  background-color: #fefefe;
  display: none;
  cursor: pointer;
}
.bookmark-information-on-details-page .detail-page-bookmark-it.active {
  display: block;
}
.bookmark-information-on-details-page .detail-page-unbookmark-it {
  background-image: url(./../images/bookmark-icon-02.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-right: 40px;
  height: 40px;
  width: 290px;
  font-weight: 600;
  line-height: 40px;
  background-color: #fefefe;
  display: none;
  cursor: pointer;
}
.bookmark-information-on-details-page .detail-page-unbookmark-it.active {
  display: block;
}

.temples-grid-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.temples-grid {
  width: 30%;
  height: 340px;
  border-radius: 10px;
  /* background-color: #f58020; */
  /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05); */
  border: 1px solid transparent;
  background: linear-gradient(71deg, #ffffff, #ffffff, #f7f7f7);
  background-clip: padding-box;
  position: relative;
  margin-bottom: 20px;
  margin-right: 3%;
}
.temples-grid::after {
  content: "";
  background: linear-gradient(71deg, #f1fc8d, #f58020, #ffed9e);
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  border-radius: 10px;
}
.temples-grid .temple-name {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 10px;
  color: #f58020;
  height: 60px;
}
.temples-grid .temple-location-name {
  background-color: #eee;
  padding: 5px;
  color: #000;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
}
.temples-grid .temple-image-wrapper {
  width: 100%;
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
}
.temples-grid .temple-image-wrapper img {
  width: 100%;
}
.temples-grid .view-details-link {
  text-align: right;
  padding: 8px;
}
.temples-grid .view-details-link a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.temples-grid .view-details-link a:hover {
  color: #f58020;
}

.temple-details-icons-wrapper {
  border: 2px solid #f58020;
  border-radius: 5px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sloka-mantra-wrapper {
  display: flex;
  width: 100%;
  margin-top: 100px;
  flex-wrap: wrap;
}

.sloka-mantra-div {
  width: 24%;
  height: 340px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid transparent;
  background: linear-gradient(71deg, #ffffff, #ffffff, #f7f7f7);
  background-clip: padding-box;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.sloka-mantra-div::after {
  content: "";
  background: linear-gradient(71deg, #f1fc8d, #f58020, #ffed9e);
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  border-radius: 10px;
}
.sloka-mantra-div .sloka-heading {
  height: 80px;
  max-height: 80px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #fff;
}
.sloka-mantra-div .sloka-wrapper {
  overflow: hidden;
  height: 190px;
}

.sloka-mantra-div .sloka-div-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dotted #fff;
}
.sloka-mantra-div .sloka-div-footer .view-details-link {
  text-align: right;
  padding: 8px;
}
.sloka-mantra-div .sloka-div-footer .view-details-link a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.sloka-mantra-div .sloka-div-footer .view-details-link a:hover {
  color: #f58020;
}

.temple-details-wrapper {
  margin-top: 0px;
  border-bottom: 5px solid #f58020;
}
.temple-details-temple-names-wrapper {
  position: absolute;
  top: 17vh;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.temple-details-temple-name {
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
  text-align: right;
}
.temple-details-temple-known-name {
  color: #f58020;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: right;
}
.temple-details-location-details {
  color: #fff;
  text-align: right;
}
.gallery-wrapper {
  position: relative;
  padding: 0;
}
.gallery-container {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  background: #333;
}
.gallery-image {
  display: none;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.gallery-image.active {
  display: block;
}
.gallery-nav {
  position: absolute;
  top: 50vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.gallery-nav button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.image-usrighs-credentials-wrapper {
  display: flex;
  font-size: 12px;
  position: absolute;
  top: 90vh;
  right: 20px;
}
.image-usrighs-credentials-wrapper p {
  margin-right: 15px;
}

.thumbnails-container {
  display: flex;
  justify-content: flex-end;
  overflow-x: auto;
  margin-top: 10px;
  white-space: nowrap;
  height: 85px;
  position: absolute;
  right: 20px;
  top: 77vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 98%;
}
.thumbnail {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  width: 100px;
  height: auto;
  border: 2px solid transparent;
}
.thumbnail.active {
  border-color: #007bff;
}
.details-page-tags-wrapper {
  display: flex;
}
.details-page-tags-wrapper .details-page-tag {
  margin-right: 15px;
  background-color: #f58020;
  padding: 5px 10px;
  border-radius: 5px;
}

.form-wrapper {
  width: 45%;
}
.form-row-wrapper {
  width: 100%;
  margin-bottom: 25px;
}
.form-label {
  width: 100%;
}
.form-input-field-wrapper {
  flex: 1;
  position: relative;
}
.form-input-field-wrapper.radio-btn-wrapper {
  border: 1px solid #ccc;
  padding: 12px 10px;
}
.form-input-field-wrapper.radio-btn-wrapper label {
  margin-right: 20px;
}
.form-input-field {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px 10px;
  outline: none;
  font-size: 16px;
}

.form-field-error-message {
  color: red;
}

/* .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#ytbg {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
} */

footer {
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
footer p {
  margin: 0;
}
