@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

html, body {
  height: 100%;
  width: 100%;
}

.main {
  width: 100%;
}
.main .nav {
  background-color: #000;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2vw 4vw;
}
.main .nav .h1 {
  font-size: 2vw;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.main .nav .nright {
  display: flex;
  gap: 3vw;
}
.main .nav .nright h1 {
  font-size: 2vw;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}
.main .nav .nright i {
  font-size: 2vw;
  font-weight: 500;
  color: white;
}
.main .nav .nright button {
  background-color: #e8e7e7;
  padding: 1.1vw;
  font-size: 0.8vw;
  border-radius: 2vw;
}
.main .full {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.436);
  position: absolute;
  top: -100%;
  right: 0%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 60px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.main .full a {
  font-size: 3vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 1.5vw;
  color: rgb(12, 12, 12);
  text-align: center;
  text-decoration: none;
}
.main .full i {
  font-size: 20px;
  font-weight: 800;
  padding: 15px;
  position: absolute;
  top: 5%;
  right: 10%;
  background-color: white;
  border-radius: 70px;
  cursor: pointer;
}
.main .featured {
  width: 100%;
}
.main .featured .fcenter {
  padding: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10vw 15vw;
}
.main .featured .fcenter h1 {
  font-size: 5vw;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.main .featured .fcenter h1::-moz-selection {
  background-color: #000;
  color: #fff;
}
.main .featured .fcenter h1::selection {
  background-color: #000;
  color: #fff;
}
.main .featured .fcenter h1:hover {
  color: #fff;
}
.main .featured .fdiv {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5vw;
  overflow: hidden;
  padding: 3vw 7vw;
  z-index: 9;
}
.main .featured .fdiv .back {
  margin-top: 3vw;
  width: 350px;
  height: 400px;
  background-position: top;
}
.main .featured .fdiv .back img {
  background-color: red;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .featured .fbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
}
.main .featured .fbtn button {
  font-size: 1.2vw;
  font-weight: 700;
  border: 2px solid #f2eded;
  border-radius: 100px;
  padding: 1vw 2vw;
  background-color: #fff;
  margin-top: -2.74vw;
  margin-bottom: 2vw;
}
.main .featured .fbtn button:hover {
  background-color: #000;
  color: #fff;
  padding: 1vw 2vw;
}
.main .states {
  width: 100%;
  background-color: #000000;
  padding: 5vw 10vw;
}
.main .states .raj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}
.main .states .raj a {
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  color: transparent;
  font-size: 9vw;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-text-stroke: 1px whitesmoke;
  cursor: pointer;
  text-decoration: none;
}
.main .states .raj a:hover {
  color: #d8d862;
}
.main .states .raj a::-moz-selection {
  color: #000;
  background-color: #fff;
}
.main .states .raj a::selection {
  color: #000;
  background-color: #fff;
}
.main .states .raj h5 {
  color: #fff;
  font-size: 1.5vw;
  font-weight: 200;
  text-transform: uppercase;
}
.main .states .raj h5::-moz-selection {
  color: #000;
  background-color: #fff;
}
.main .states .raj h5::selection {
  color: #000;
  background-color: #fff;
}
.main .states .raj img {
  position: absolute;
  height: 120%;
  display: none;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.main .minfo {
  width: 100%;
  background-color: #070707;
  overflow-x: hidden;
  padding: 1vh 2vh;
}
.main .minfo h2 {
  color: #fff;
  border-bottom: 2px solid #000;
  font-size: 24vw;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-text-stroke: 2px wheat;
}
.main .minfo h2::-moz-selection {
  color: #000;
  background-color: #fff;
}
.main .minfo h2::selection {
  color: #000;
  background-color: #fff;
}
.main .emap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main .emap .e1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #070707;
}
.main .emap .e1 h1 {
  margin: 5vw 0vw;
  font-size: 7vw;
  background-color: #96e561;
  color: #000;
  font-weight: 500;
  border-radius: 2vw;
  padding: 1vw 2vw;
  text-transform: uppercase;
}
.main .emap .e2 {
  width: 1200px;
  height: 600px;
  background-color: #000;
}
.main .emap .e2 iframe {
  width: 1200px;
  height: 600px;
}

body {
  background-color: #0f0f0f;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

nav {
  background-color: #0f0f0f;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav a {
  color: #00ffd1;
  text-decoration: none;
  margin: 0 1rem;
  font-weight: 500;
}
nav a:hover {
  text-decoration: underline;
}

.header-section {
  text-align: center;
  padding: 4rem 2rem;
}
.header-section h1 {
  font-size: 5.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
}
.header-section h1 span {
  color: #00ffd1;
}
.header-section p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  opacity: 0.5;
}
.header-section .cta-button {
  margin-top: 2rem;
  background-color: #00ffd1;
  color: #0f0f0f;
  padding: 0.8rem 4.5rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}
.header-section .cta-button:hover {
  background-color: rgb(51, 255, 218.2);
}

.tourism-features {
  padding: 3rem 2rem;
  text-align: center;
}
.tourism-features h2 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 2rem;
}
.tourism-features h2 span {
  color: #00ffd1;
}
.tourism-features .features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
.tourism-features .features-grid .feature-card {
  background-color: #1a1a1a;
  border: 1px solid #00ffd1;
  border-radius: 10px;
  padding: 2.5rem;
  width: 250px;
  color: #ffffff;
}
.tourism-features .features-grid .feature-card h3 {
  color: #00ffd1;
  margin-bottom: 0.5rem;
}
.tourism-features .features-grid .feature-card p {
  font-size: 0.95rem;
  line-height: 1.4;
}

.itinerary-section {
  padding: 3rem 2rem;
}
.itinerary-section h2 {
  text-align: center;
  color: #fff;
  font-size: 5rem;
  margin-bottom: 2rem;
}
.itinerary-section h2 span {
  color: #00ffd1;
}
.itinerary-section .itinerary-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.itinerary-section .itinerary-grid .itinerary-card {
  background-color: #1a1a1a;
  border: 1px solid #00ffd1;
  border-radius: 10px;
  width: 300px;
  padding: 1.5rem;
  color: #ffffff;
}
.itinerary-section .itinerary-grid .itinerary-card h3 {
  color: #00ffd1;
  margin-bottom: 0.5rem;
}
.itinerary-section .itinerary-grid .itinerary-card ul {
  list-style: none;
  padding: 0;
}
.itinerary-section .itinerary-grid .itinerary-card ul li {
  margin-bottom: 0.5rem;
}
.itinerary-section .itinerary-grid .itinerary-card .explore-button {
  margin-top: 1rem;
  background-color: #00ffd1;
  color: #0f0f0f;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.itinerary-section .itinerary-grid .itinerary-card .explore-button:hover {
  background-color: rgb(51, 255, 218.2);
}

.verified-guides {
  padding: 3rem 2rem;
  text-align: center;
}
.verified-guides h2 {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 2rem;
}
.verified-guides h1 span {
  color: #00ffd1;
}
.verified-guides .guide-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.verified-guides .guide-grid .guide-card {
  background-color: #1a1a1a;
  border: 1px solid #00ffd1;
  border-radius: 10px;
  padding: 1.5rem;
  width: 280px;
  color: #ffffff;
  text-align: left;
}
.verified-guides .guide-grid .guide-card img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.verified-guides .guide-grid .guide-card h3 {
  color: #00ffd1;
  margin-bottom: 0.5rem;
}
.verified-guides .guide-grid .guide-card ul {
  padding-left: 1rem;
}
.verified-guides .guide-grid .guide-card ul li {
  margin-bottom: 0.3rem;
}

.guide-profiles {
  padding: 3rem 2rem;
  text-align: center;
}
.guide-profiles h2 {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 2rem;
}
.guide-profiles h2 span {
  color: #00ffd1;
}
.guide-profiles .profile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.guide-profiles .profile-grid .profile-card {
  background-color: #1a1a1a;
  border: 1px solid #00ffd1;
  border-radius: 10px;
  padding: 1.5rem;
  width: 280px;
  color: #ffffff;
}
.guide-profiles .profile-grid .profile-card img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.guide-profiles .profile-grid .profile-card h3 {
  color: #00ffd1;
  margin-bottom: 0.5rem;
}
.guide-profiles .profile-grid .profile-card button {
  margin-top: 1rem;
  background-color: #00ffd1;
  color: #0f0f0f;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.guide-profiles .profile-grid .profile-card button:hover {
  background-color: rgb(51, 255, 218.2);
}

.booking-cta {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #1a1a1a;
  border-top: 2px solid #00ffd1;
}
.booking-cta h2 {
  color: #00ffd1;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.booking-cta p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.booking-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.booking-cta .cta-buttons button {
  background-color: #00ffd1;
  color: #0f0f0f;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.booking-cta .cta-buttons button:hover {
  background-color: rgb(51, 255, 218.2);
}

.heritage-connect {
  padding: 3rem 2rem;
  background-color: #0f0f0f;
  color: #ffffff;
}
.heritage-connect .heritage-intro {
  text-align: center;
}
.heritage-connect .heritage-intro h2 {
  color: #fff;
  font-size: 4.2rem;
  margin-bottom: 1rem;
}
.heritage-connect .heritage-intro h2 span {
  color: #00ffd1;
}
.heritage-connect .heritage-intro p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
.heritage-connect .heritage-actions {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.heritage-connect .heritage-actions .heritage-block {
  background-color: #1a1a1a;
  border: 1px solid #00ffd1;
  padding: 1.5rem;
  border-radius: 10px;
  width: 220px;
  text-align: center;
}
.heritage-connect .heritage-actions .heritage-block span {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}
.heritage-connect .heritage-actions .heritage-block h3 {
  color: #00ffd1;
  font-size: 1.2rem;
}

.legacy-form {
  padding: 3rem 2rem;
  background-color: #1a1a1a;
  color: #ffffff;
  border-top: 2px solid #00ffd1;
}
.legacy-form h2 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 2rem;
}
.legacy-form h2 span {
  color: #00ffd1;
}
.legacy-form .legacy-fields {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.legacy-form .legacy-fields label {
  font-weight: bold;
  color: #00ffd1;
}
.legacy-form .legacy-fields input, .legacy-form .legacy-fields select, .legacy-form .legacy-fields textarea {
  padding: 0.8rem;
  border-radius: 5px;
  border: 1px solid #00ffd1;
  background-color: #0f0f0f;
  color: #ffffff;
}
.legacy-form .legacy-fields button {
  background-color: #00ffd1;
  color: #0f0f0f;
  padding: 0.8rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.legacy-form .legacy-fields button:hover {
  background-color: rgb(51, 255, 218.2);
}

.culture-gallery {
  padding: 3rem 2rem;
  background-color: #0f0f0f;
  color: #ffffff;
}
.culture-gallery h2 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 2rem;
}
.culture-gallery h2 span {
  color: #00ffd1;
}
.culture-gallery .culture-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.culture-gallery .culture-grid .culture-card {
  background-color: #1a1a1a;
  border: 1px solid #00ffd1;
  border-radius: 10px;
  padding: 1rem;
  width: 280px;
  text-align: center;
}
.culture-gallery .culture-grid .culture-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.culture-gallery .culture-grid .culture-card h3 {
  color: #00ffd1;
  margin-bottom: 0.5rem;
}
.culture-gallery .culture-grid .culture-card p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.culture-gallery .culture-grid .culture-card span {
  font-size: 0.95rem;
  line-height: 1.4;
}

.heritage-nav {
  background-color: #0f0f0f;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00ffd1;
}
.heritage-nav .nav-logo {
  font-size: 1.5rem;
  color: #00ffd1;
  font-weight: bold;
}
.heritage-nav .nav-links {
  display: flex;
  gap: 1.5rem;
}
.heritage-nav .nav-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
.heritage-nav .nav-links a:hover {
  color: #00ffd1;
}

.heritage-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 3rem 2rem;
  border-top: 2px solid #00ffd1;
}
.heritage-footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.heritage-footer .footer-columns .footer-section {
  flex: 1;
}
.heritage-footer .footer-columns .footer-section h4 {
  color: #00ffd1;
  margin-bottom: 1rem;
}
.heritage-footer .footer-columns .footer-section ul {
  list-style: none;
  padding: 0;
}
.heritage-footer .footer-columns .footer-section ul li {
  margin-bottom: 0.5rem;
}
.heritage-footer .footer-columns .footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
}
.heritage-footer .footer-columns .footer-section ul li a:hover {
  color: #00ffd1;
}
.heritage-footer .footer-bottom {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: white;
}

.donation-nav {
  background-color: #0f0f0f;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #00ffd1;
}
.donation-nav .donation-brand {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00ffd1;
}
.donation-nav .donation-menu {
  display: flex;
  gap: 1.5rem;
}
.donation-nav .donation-menu a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
}
.donation-nav .donation-menu a:hover {
  color: #00ffd1;
}

.donation-hero {
  background-color: #0f0f0f;
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem;
}
.donation-hero h1 {
  font-size: 4.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
.donation-hero h1 span {
  color: #00ffd1;
}
.donation-hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2rem;
}
.donation-hero .donation-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.donation-hero .donation-buttons button {
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  border: none;
}
.donation-hero .donation-buttons button:first-child {
  background-color: #00ffd1;
  color: #0f0f0f;
}
.donation-hero .donation-buttons button:last-child {
  background-color: #0f0f0f;
  color: #00ffd1;
  border: 1px solid #00ffd1;
}
.donation-hero .donation-buttons button:hover {
  opacity: 0.9;
}

.impact-showcase {
  padding: 3rem 2rem;
  text-align: center;
}
.impact-showcase h2 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.impact-showcase h2 span {
  color: #00ffd1;
}
.impact-showcase p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.impact-showcase .impact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.impact-showcase .impact-grid .impact-card {
  background-color: #1a1a1a;
  border: 1px solid #00ffd1;
  border-radius: 10px;
  padding: 1.5rem;
  width: 280px;
  color: #ffffff;
}
.impact-showcase .impact-grid .impact-card h3 {
  color: #00ffd1;
  margin-bottom: 0.5rem;
}
.impact-showcase .impact-grid .impact-card .progress-bar {
  height: 10px;
  border-radius: 5px;
  margin: 1rem 0;
}
.impact-showcase .impact-grid .impact-card .progress-bar.green {
  background-color: #00ff99;
}
.impact-showcase .impact-grid .impact-card .progress-bar.orange {
  background-color: #ff9900;
}
.impact-showcase .impact-grid .impact-card .progress-bar.purple {
  background-color: #cc66ff;
}
.impact-showcase .impact-grid .impact-card span {
  font-size: 0.9rem;
  color: white;
}

.secure-donation {
  padding: 3rem 2rem;
  background-color: #1a1a1a;
  color: #ffffff;
}
.secure-donation h2 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 2rem;
}
.secure-donation h2 span {
  color: #00ffd1;
}
.secure-donation .donation-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.secure-donation .donation-form .amount-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.secure-donation .donation-form .amount-options label {
  background-color: #0f0f0f;
  padding: 0.5rem 1rem;
  border: 1px solid #00ffd1;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
}
.secure-donation .donation-form .amount-options input[type=number] {
  width: 120px;
  padding: 0.5rem;
  background-color: #0f0f0f;
  border: 1px solid #00ffd1;
  color: #ffffff;
}
.secure-donation .donation-form input, .secure-donation .donation-form textarea {
  padding: 0.8rem;
  border-radius: 5px;
  border: 1px solid #00ffd1;
  background-color: #0f0f0f;
  color: #ffffff;
}
.secure-donation .donation-form .payment-methods {
  display: flex;
  gap: 1rem;
}
.secure-donation .donation-form .payment-methods label {
  cursor: pointer;
  color: #ffffff;
}
.secure-donation .donation-form button {
  background-color: #00c2b2;
  color: #0f0f0f;
  padding: 0.8rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.secure-donation .donation-form button:hover {
  background-color: rgb(0, 245, 224.793814433);
}

.heritage-support {
  background-color: #0f0f0f;
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem;
}
.heritage-support h2 {
  font-size: 4.2rem;
  color: #fff;
  margin-bottom: 1rem;
}
.heritage-support h2 span {
  color: #00ffd1;
}
.heritage-support p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 2rem;
}
.heritage-support button {
  background-color: #00ffd1;
  color: #0f0f0f;
  padding: 0.8rem 5.5rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.heritage-support button:hover {
  background-color: rgb(51, 255, 218.2);
}

.donation-thankyou {
  background-color: #1a1a1a;
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem;
}
.donation-thankyou h2 {
  font-size: 2rem;
  color: #00ffd1;
  margin-bottom: 1rem;
}
.donation-thankyou p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.donation-thankyou button {
  background-color: #00ffd1;
  color: #0f0f0f;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.donation-thankyou button:hover {
  background-color: rgb(51, 255, 218.2);
}

.login-access {
  background-color: #0f0f0f;
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem;
}
.login-access h2 {
  font-size: 2rem;
  color: #00ffd1;
  margin-bottom: 2rem;
}
.login-access .access-form {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.login-access .access-form input {
  padding: 0.8rem;
  border-radius: 5px;
  border: 1px solid #00ffd1;
  background-color: #1a1a1a;
  color: #ffffff;
}
.login-access .access-form button {
  background-color: #00ffd1;
  color: #0f0f0f;
  padding: 0.8rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.login-access .access-form button:hover {
  background-color: rgb(51, 255, 218.2);
}
.login-access .access-form .access-switch {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.login-access .access-form .access-switch a {
  color: #00ffd1;
  text-decoration: underline;
}

.heritage-signup {
  background-color: #1a1a1a;
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem;
}
.heritage-signup h2 {
  font-size: 2rem;
  color: #00ffd1;
  margin-bottom: 2rem;
}
.heritage-signup .signup-form {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.heritage-signup .signup-form input {
  padding: 0.8rem;
  border-radius: 5px;
  border: 1px solid #00ffd1;
  background-color: #0f0f0f;
  color: #ffffff;
}
.heritage-signup .signup-form button {
  background-color: #00ffd1;
  color: #0f0f0f;
  padding: 0.8rem;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.heritage-signup .signup-form button:hover {
  background-color: rgb(51, 255, 218.2);
}
.heritage-signup .signup-form .switch-link {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.heritage-signup .signup-form .switch-link a {
  color: #00ffd1;
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  height: 100%;
  width: 100%;
}

main {
  width: 100%;
  height: 100vh;
}

back {
  width: 100%;
  height: 100vh;
}
back img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

top {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

workingarea {
  position: relative;
  margin: 0 auto;
  height: 100vh;
  width: 100%;
  max-width: 90%;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 0;
}
nav img {
  height: 60px;
}
nav a {
  pointer-events: all;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

nleft, #nright {
  display: flex;
  gap: 40px;
  align-items: center;
}

hero {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
hero heroleft {
  min-width: 50%;
}
hero heroleft #elem {
  position: relative;
  height: 8vw;
  overflow: hidden;
}
hero heroleft #elem h1 {
  position: absolute;
  top: 100%;
  left: 0%;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-weight: 100;
  font-size: 8vw;
  letter-spacing: -15px;
}
hero heroleft #elem h1:nth-child(1) {
  top: 0;
}
hero heroleft button {
  pointer-events: all;
  padding: 0.8vw 2vw;
  font-size: 2vw;
  margin-top: 2vw;
  font-family: "kajiro";
}
hero heroright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 17%;
  color: #fff;
}
hero heroright p {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  margin-bottom: 15px;
}
hero heroright #imagedev {
  width: 100%;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-image: url("https://images.unsplash.com/photo-1527203561188-dae1bc1a417f?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NzR8fHBvcnRyYWl0fGVufDB8fDB8fHww");
}

.footer {
  background-color: #0d0d0d;
  color: #f0f0f0;
  font-family: "Segoe UI", sans-serif;
  padding: 3rem 1.5rem 2rem;
}
.footer a {
  color: #d1c08c;
  text-decoration: none;
  transition: color 0.3s;
}
.footer a:hover {
  color: #fff6c5;
}
.footer .footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.footer .footer__brand {
  flex: 1 1 300px;
}
.footer .footer__brand h2 {
  font-size: 1.8rem;
  color: #ffd700;
  margin-bottom: 0.5rem;
}
.footer .footer__brand p {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
}
.footer .footer__nav {
  flex: 1 1 200px;
}
.footer .footer__nav h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #f4e2a0;
}
.footer .footer__nav ul {
  list-style: none;
  padding: 0;
}
.footer .footer__nav ul li {
  margin-bottom: 0.6rem;
}
.footer .footer__nav ul a {
  font-size: 0.95rem;
}
.footer .footer__contact {
  flex: 1 1 250px;
}
.footer .footer__contact h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #f4e2a0;
}
.footer .footer__contact p {
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
  color: #ccc;
}
.footer .footer__contact .footer__social {
  margin-top: 1rem;
}
.footer .footer__contact .footer__social a {
  font-size: 1.4rem;
  margin-right: 0.8rem;
  color: #aaa;
}
.footer .footer__contact .footer__social a:hover {
  color: #ffd700;
}
.footer .footer__bottom {
  border-top: 1px solid #333;
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: center;
}
.footer .footer__bottom p {
  font-size: 0.9rem;
  margin: 0.3rem 0;
  color: #888;
}
@media (max-width: 768px) {
  .footer .footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.community-stories {
  background-color: #000;
  padding: 60px 20px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  color: #333;
}
.community-stories h2 {
  font-size: 5vw;
  margin-bottom: 40px;
  color: #fff;
}
.community-stories h2 span {
  color: #00ffd1;
}
.community-stories .reviews {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.community-stories .reviews .review-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 300px;
  text-align: left;
}
.community-stories .reviews .review-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.community-stories .reviews .review-card h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #444;
}
.community-stories .reviews .review-card .stars {
  color: #ffcc00;
  font-size: 16px;
  margin-bottom: 10px;
}
.community-stories .reviews .review-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.history-container {
  background: url("history page4.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  height: 100vh;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.history-container .image-section {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.history-container .image-section img {
  max-width: 90%;
  max-height: 80vh;
  border: 5px solid #5c3d2e;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.history-container .content-section {
  flex: 1;
  padding: 3rem;
  background-color: rgba(255, 248, 220, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3b2f1d;
}
.history-container .content-section .text-block h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.history-container .content-section .text-block p {
  font-size: 1.2rem;
  line-height: 1.6;
}
.history-container .content-section .nav-buttons {
  margin-top: 2rem;
}
.history-container .content-section .nav-buttons button {
  background-color: #6b4f2c;
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  margin-right: 1rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.history-container .content-section .nav-buttons button:hover {
  background-color: #a67c52;
}

.cities-container {
  font-family: "Georgia", serif;
  background: url("history page4.jpg") no-repeat center center;
  background-size: cover;
  color: #3b2f1d;
  padding: 3rem;
  background-color: rgba(255, 248, 220, 0.85);
  min-height: 100vh;
}

.page-title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.city-card {
  background-color: #fff8dc;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(91, 60, 30, 0.3);
  transition: transform 0.3s ease;
  text-align: center;
}

.city-card:hover {
  transform: translateY(-5px);
}

.city-card video {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.city-card h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.city-card p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.city-card button {
  background-color: #6b4f2c;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.city-card button:hover {
  background-color: #a67c52;
}

/* 🌐 Navbar Styles */
.navbar {
  background-color: #5c3d2e;
  padding: 1rem 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-logo {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffd7a0;
  font-family: "Georgia", serif;
}

.navbar-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.navbar-links li a {
  color: #fff8dc;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-links li a:hover,
.navbar-links li a.active {
  color: #ffd7a0;
  text-decoration: underline;
}

/* 🧭 Footer Styles */
.footer {
  background-color: #5c3d2e;
  color: #fff8dc;
  text-align: center;
  padding: 1.5rem 2rem;
  margin-top: 3rem;
  font-family: "Georgia", serif;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.footer-content p {
  margin: 0;
  font-size: 1rem;
}

.footer-links {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

.footer-links a {
  color: #ffd7a0;
  text-decoration: none;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-links span {
  color: #fff8dc;
}

.travel-page {
  font-family: "Georgia", serif;
  background: url("history page4.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  height: 100vh;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.travel-page .image-side {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.travel-page .image-side iframe {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.travel-page .content-side {
  flex: 1;
  padding: 3rem;
  background-color: rgba(255, 248, 220, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3b2f1d;
}
.travel-page .content-side .text-content h1 {
  margin-bottom: 1rem;
}
.travel-page .content-side .text-content p {
  font-size: 1.2rem;
  line-height: 1.6;
}
.travel-page .content-side .nav-buttons {
  margin-top: 2rem;
}
.travel-page .content-side .nav-buttons button {
  background-color: #6b4f2c;
  color: #fff;
  border: none;
  padding: 0.8rem 1.5rem;
  margin-right: 1rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.travel-page .content-side .nav-buttons button:hover {
  background-color: #a67c52;
}/*# sourceMappingURL=style.css.map */