* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  color: #333;
  line-height: 1.6;
}

/* Navigation Bar */

header {
  position: static;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar {
  position: fixed;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: darksalmon;
  padding: 10px 40px;
  width:100%;
}

.logo img {
  height: 40px;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  transition: background 0.3s;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.logo {
  font-weight: bold;
  font-size: 1.5rem;
}

nav a {
  color: #fff;
  margin-left: 1.5rem;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}


.destination h1 {
  font-family: none;
  text-align: center;
}



.ss-t {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sss-t
{
  font-family: auto;
}

.s-t {
  background-color: #1f7ef2;
  text-align: center;
  color: white;
  /* width: 1500px; */
  /* border-radius: 18px; */
  padding: 10px;
  font-size: 20px;
}

.boxes {
  display: flex;
  flex-direction: row;
}

.ss-t .left-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 570px;
  height: 600px;
  /* border: 1px solid red; */
  margin: 20px;
}

/* .ss-t .left-box .one {
  position: absolute;
  top: 1250px;
  left: 555px;
  height: 300px;
  width: 300px;
  border-radius: 20px;
} */

.ss-t .left-box .two {
  /* position: absolute;
  top: 1130px;
  left: 320px; */
  height: 500px;
  width: 550px;
  border-radius: 20px;
}

.ss-t .right-box {
  width: 570px;
  height: 600px;
  /* border: 1px solid red; */
  margin: 20px;

}
.ss-t .boxes .right-box button
{
  height: 65px;
  width: 200px;
  background-color: darksalmon;
  border-radius: 15px;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 20px;
}
.button
{
  display:flex;
  justify-content: center;
  align-items: center;
}

.cons
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 500px;
  /* border:1px solid red; */
  background-color:darksalmon ;
}

.conss
{
  display: flex;;
  flex-direction: row;
}

.priority
{
  font-family: system-ui;
  font-size: 50px;
}

.con
{
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center ;
  height: 180px;
  width: 250px;
  background-color: #f9f9f9;
  border-radius: 20px;
  margin: 15px;
  text-align: center;
}

.con i
{
  font-size: 40px;
}

.con h2
{
  font-size: 30px;
  position: relative;
  top: 10%;
}

.h1
{
  margin: 10px;
}

.explore {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 500px;
  width: 100%;
  /* border:1px solid red; */
  background-color:f9f9f9;
  text-align: center;
  padding: 10px;
  flex-direction: column;
}

.exploree {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* Space between the boxes */
  gap: 10px;
  /* Add space between boxes */
  width: 80%;
  /* Adjust as needed */
  margin-top: 20px;
  margin-bottom: 20px;
}

.explorecard {
  /* border:1px solid red; */
  height: 330px;
  width: 270px;
  background-color: white;
  border-radius: 20px;
}

.explorecard .para {
  margin-top: 40px;
  font-style: oblique;
}

.explorecard h3 {
  margin-top: 30px; 
}

.content
{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.explorecard .content button {
  height: 40px;
  position: absolute;
  top: 290px;
  background-color: darksalmon;
  z-index: 2;
  border: 20px;
  color: black;
  width: 270px;
  font-size: 18px;
}

.content button a
{
  text-decoration: none;
  color: white;
}
.haridwar
{
  color:white;
  position: relative;
  background-size:cover ;
}

.haridwar::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width:100%;
  background-image:url(images/Haridwar.png);
  filter:brightness(60%);
  z-index: 1;
  border-radius: 20px;
}
.vof
{
  color:white;
  position: relative;
}

.vof::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width:100%;
  background-image:url(images/vof.jpg);
  filter:brightness(60%);
  z-index: 1;
  border-radius: 20px;
  background-size:cover ;

}
.kedarkantha
{
  color:white;
  position: relative;
}

.kedarkantha::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width:100%;
  background-image:url(images/kedarkantha.png);
  filter:brightness(60%);
  z-index: 1;
  border-radius: 20px;
  background-size:cover ;
}
.rishikesh
{
  color:white;
  position: relative;
}

.rishikesh::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width:100%;
  background-image:url(images/Rishikesh.png);
  filter:brightness(60%);
  z-index: 1;
  border-radius: 20px;
  background-size:cover ;
}

.taxi
{
  display: flex;
  justify-content: center;
  align-items: center;
}



.taxi button.book {
  height: 50px;
  background-color: darksalmon;
  border-radius: 20px;
  cursor: pointer;
  border: 20px;
  color: white;
  width: 270px;
  font-size: 18px;
}

.taxi-h1{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
}

main {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 1rem;
}

h2 {
  text-align: center;
  color: black;
  font-size: 60px;
  margin-bottom: 1rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

.card .contact {
  display: flex;
  flex-direction: row;
  /* background-color: #EEFBFE; */
  background-color: black;
}

.card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.card p {
  padding: 0.5rem;
  font-weight: bold;
}

.footer {
  background-image: url('your-background.jpg'); /* Add your snowy mountain image */
  background-size: cover;
  background-position: center;
  color: white;
  padding: 40px 0;
  /* border: 1px solid red; */
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
  /* border: 1px solid green; */
}

.footer-column {
  flex: 1;
  width: 250px;
  margin: 20px;
  /* border: 1px solid blue; */
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.footer-column ul li i {
  color: #25d366;
  margin-right: 8px;
}

.footer-socials a {
  color: white;
  margin-right: 10px;
  font-size: 20px;
  transition: 0.3s;
}

.footer-socials a:hover {
  color: #25d366;
}

.footer-heading {
  font-weight: bold;
  margin-top: 10px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 10px;
}

.copyright
{
  /* border:1px solid red; */
  height:35px;
  background-color:darksalmon;
}
.copyright p
{
  font-size: 20px;
}