*{

    margin: 0;
    padding: 0%;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;

}

#navbar{

width: 100%;
height: 100px;

display: flex;
justify-content: space-between;
align-items: center;
padding: 0px 30px;
background-color: #ffffff;


position: fixed  ;
/* top: 100%; */
z-index: 100;


}

#navbar img {

    width: 12%;
    font-size: 1px;
    /* top: 5px;
    min-height: 5%;
    margin-left:20px ; */

    

}

#navbar nav ul {

display: flex;
gap: 30px;
list-style: none;
margin-left: 40px;

}

#navbar nav ul li a{

text-decoration: none;
color: black;
text-transform: uppercase;

}

#navbar nav ul li a:hover{

color: #2887ff;
font-size: 15px;
text-decoration: underline;



}

#navbar div{

display: flex;
gap: 20px;
align-items: baseline;

}

#navbar button {

font: 16px ;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
border-radius: 20px;
background-color: #2887ff;

margin: 10px 0px 0px;
padding: 12px 24px;
margin-left: 40px;


}
#navbar button:hover{
    font-size: 16px;
    color: #ffffff;
}

#navbar div:hover{
font-size: 20px;
color: #2887ff;


}

#check{
  display: none;
}

#menu{
  display: none;
}

/* navbar css end here */

body {
  background-color: #f5f5f5;
}

#firstpage {


  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 5%;

  /* background-image of sky */

  background: url('background1.jpg') center/cover no-repeat ; 


box-sizing: border-box;

  border-radius: 80px;
   padding: 4rem 3rem;
  min-height: 90vh;
  color: #000;
  margin-top: 10px;
  margin-left: 1%;
  margin-right:1%
  

}

.firstpage-content {
  flex: 1;
  max-width: 500px;
}

.upperline {
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.firstpage-content h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.firstpage-content h1 span {

  display: inline-block;
  color: #000; 

}

.tab{

  display: inline-block;
  background-color: #00AEEF;
  color: #fff;
  text-decoration: none;
  padding: 0.9rem 2rem;
  border-radius: 25px;
  font-weight: bold;
  transition: background 0.3s ease;

}

.tab:hover{
  background-color: #008ac0;
}

.bus-image {
  flex: 1;
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 2;
  transform: translate(30px);
}

.bus-image img {

  max-width: 100%;
  height: auto;

}
  




  /* we will  start second page now */

#secondpage{

   width: 100% ;
   height: 100vh; 
   margin: 0;
   font-family: Arial, Helvetica, sans-serif;
   color: #333;

   display: flex;
   justify-content: center;
   align-items: center;
   position: relative; 

   background-color: #f9f9f9;
   transition: all 3s ease;
   

}



#Secondpage {
  text-align: center;
  padding: 40px 20px;
 border-top: 30px;
  height: 100vh;
}

#Secondpage h1 {
  margin-top: 45px;
  font-size: 2rem;
  margin-bottom: 5px;
  align-items: center;
  flex-direction: column;
  
}

.subtitle {
  color: #555;
  font-size: 1rem;
  margin-bottom: 40px;
}


.Dhams {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}


.Dham {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  width: 300px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

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

.Dham img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}


.card-content {
  padding: 15px;
  text-align: left;
}

.card-content h3 {
  font-size: 1.1rem;
  margin: 0 0 8px;
}

.location {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}

.rating {
  display: inline-block;
  background-color: #3b82f6;
  color: white;
  padding: 3px 8px;
  border-radius: 8px;
  font-size: 0.85rem;
}


/* We will start third page now  */




#Thirdpage{

  width: 100%;
  height: 150vh;
  background-color: #fff;
  line-height: 1.5;
  justify-content: center;

/* margin-top: 50px;
padding: 0 20px ;
padding-top: 80px; */

display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px;
  gap: 40px;

}

.Artiimage-content {
  flex: 1 1 400px;

}

.Artiimage-content img {
  

  height: 30%;
  border-radius: 8px;
  border-bottom-left-radius: 20%;


    max-width: 600px;
    margin-inline: auto;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);

}

.content-container {
  flex: 1 1 400px;
}

.content-container h1{
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 1.3;
  margin-left: 20px;

}

.content-container p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #555;
}

.Tag {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 24px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.Tag:hover {
  background-color: rgb(196, 136, 25);
}


#Forthpage {
  font-family: Arial, Helvetica, sans-serif;
  background: #e6d3d3;
  color: #333;
  margin: 0;
  padding: 0;
  transition: arial;
}

.container {
  max-width: 900px;
  height: 80vh;
  margin: 40px auto;
  background: orange;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 8px;
  text-align: center;
  
}

h1 {
  font-size: 4rem;
  margin-bottom: 0.3em;
}

.subtitle {
  font-size: 1.1rem;
  margin: 0 0 1em 0;
  color: #555;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

.tariff-note {
  font-size: 0.95rem;
  margin-bottom: 1.5em;
}
.tariff-note span {
  display: block;
  font-style: italic;
  color: #777;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3em;
  font-size: 0.95rem;
}

table th,
table td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  text-align: left;
}

table th {
  background: #f0f0f0;
  text-align: center;
}

table td:nth-child(2),
table td:nth-child(3) {
  text-align: center;
  font-weight: bold;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn {
  display: inline-block;
  background: #1b0f25; /* purple */
  color: #fff;
  padding: 12px 25px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.4s ease;
}

.btn:hover {
  background: #46197a;
  transition: 2s;
  transition: color ;
}
.btn-secondary {
  background: #1b0f25;
}
.btn-secondary:hover {
  background: #46197a;
}





/* Footer  */


#footer {
  background: #f9f9f9;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
  color: #333;
  width: 100%;
  height: 50vh;
  margin-top: 80px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-about h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  background: #00aaff;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: background 0.3s;
}

.footer-social a:hover {
  background: #0088cc;
  transition: 2s;
}


.footer-links h3,
.footer-contact h3,
.footer-subscribe h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.footer-links ul li a:hover {
  color: #00aaff;
}

/* Contact */

.footer-contact p {
  font-size: 14px;
  margin: 6px 0;
}

.footer-contact i {
  margin-right: 8px;
  color: #00aaff;
}

/* Subscribe */

.footer-subscribe form {
  display: flex;
  flex-direction: column;
}

.footer-subscribe input {
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}

.footer-subscribe button {
  background: #00aaff;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.footer-subscribe button:hover {
  background: #0088cc;
  transition-duration: 2s ;
}






@media (max-width: 420px) {

 
  
  #navbar nav ul {
    display: block;
     
  }


  
  

  /* First Page */

  #firstpage {
    flex-direction: column;
    padding: 2rem 1rem;
    border-radius: 20px;
    text-align: center;
  }

  .firstpage-content h1 {
    font-size: 2rem;
  }

  .bus-image {
    transform: translate(0);
    margin-top: 20px;
  }

  .bus-image img {
    width: 90%;
  }

  /* Second Page */

  #Secondpage {
    padding: 20px 10px;
    height: auto;
  }

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

  .Dham {
    width: 90%;
  }

  /* Third Page */

  #Thirdpage {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .content-container h1 {
    font-size: 2rem;
    margin-left: 0;
    text-align: center;
  }

  .content-container p {
    font-size: 0.9rem;
    text-align: justify;
  }

  .Artiimage-content img {
    width: 100%;
    height: auto;
  }

  /* Fourth Page (Table Responsive) */
  .container {
    height: auto;
    padding: 20px;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  h1 {
    font-size: 2rem;
  }

  /* Footer */
  #footer {
    height: auto;
    padding: 20px;
    margin-top: 40px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-social a {
    margin: 5px;
  }
}


























}



      










  
