*{
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-image: url(./assets/image/main.jpg); */
  background-color: rgba(220, 203, 203, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;

}

.contain {
  position: relative;
  top: 2%;
  height: 50%;
  width: 95%;
  /* background-color: rgba(0, 0, 0,0.6); */
  border-radius: 20px;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}

.nav{
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0,0.9);
  height: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap:800px; */
  color: white;
  padding: 10px,0,10px,0;
}

.navmenu{
  /* background-color: red; */
  display: flex;
  height: 80%;
  width: 30%;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
}

.navmenu li{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  /* background-color: gray; */
  height: 80%;
  width: 19%;
}

.navmenu li a{
  text-decoration: none;
  color: white;
}

.navmenu li a:active{
  background-color: rgba(255, 12, 12, 0.6);
  border-radius: 20px;

}

.navmenu li:hover{
  background-color: rgba(255, 12, 12, 0.6);
  border-radius: 20px;
  
}

.navimg{
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: red; */
  height: 100%;
  width: 20%;

}
.navimg img{
  height: 70px;
}





.searchDiv {
    position: absolute;
    top: 8%;
    height: 5%;
    width: 50%;
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 2px 5px 10px black;
}
.from {
    
    background-color: rgb(216,48,53);
    color: white;
    height: 100%;
    width: 249px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
   
   

}
.to {
    
    background-color: rgb(216,48,53);
    color: white;
    height: 100%;
    width: 249px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.date {
   
    background-color: rgb(216,48,53);
    color: white;
    height: 100%;
    width: 249px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.searchBuses {
    
    background-color: rgb(216,48,53);
    height: 100%;
    width: 249px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 600;
}
.searchDiv img {
    width: 25px;
}
.date input {
    height: 30px;
    width: 100px;
}


/* search box end */


.tbl{
    position: relative;
    top: 10%;
    height: 70%;
}


table tr,th,td{

    border: 1px solid black;
    align-items: center;
   
    
}

table tr{
    
    padding: 2px;
}
