*{  
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "poppins",sans-serif;
    background-color: #ccc;
}
h1{
    font-size: 2.5rem;
    height: 40px;
    font-weight: 700;
    color: brown;
    text-align: center;
}

.nav{
    background-color:none;
    height:70px;
    width:100%;
    display:flex;
    align-items: center;
    position: absolute;
    justify-content: space-between;
    font-size: 25px;
    margin-left: 20opx;
}
.nav .list{
    display: flex;
}
#menu{
    height: 30px;
    width: 30px;
    display: none;
}
#close{
    display: none;
}
li{
    list-style-type: none;
    display: inline-block;
}
.list li a{
    text-decoration: none;
    padding: 24px;
    transition: 0.3s ease;

}
.logo{
    font-size: 34px;
    float: left;
    color: brown;
    font-weight: 600;
    margin-left: 5px;

}
.list nav logo {
    margin-left: 20px;
    padding: 20px;
}
.list li a:hover{
    color:rgba(255, 0, 0, 0.514) ;
    font-size: 28px;
}
.home{
    background-image: url("images/9.png");
    width: 100%;
    height:100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.homee{
    background-image: url("images/istockphoto-11812491024x1024-transformed-transformed.jpg.jpeg");
    width: 100%;
    height:100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.home p{
    width: 65%;
    font-size: 18px;
    line-height: 1.5;
    padding-top:25px;
    text-align: center;

   
}
.text{
    padding: 20px;
    border: 1px slategray;
    height: 250px;
    width: 60%;
    background-color:transparent
}
.hyd:hover{
    transform: scale(1.3);

}
footer{
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1em;
}
.fo li{
    display:inline-block;
    cursor: pointer;
    margin-right: 1em;
}
footer h3{
    padding:5px 25px;
}

    
.fo li:last-of-type {
margin-right: 0;
}
.fo li a{
    text-decoration: none;
    color: #ebe5e5;

}
.fo li a:hover{
    
    color:rgb(135, 26, 26);
    font-size: 22px;
    transition: 0.3s ease;
}
.text li{
    padding: 5px;
}
.text img{
    width: 92px;
    height: 85px;
    border-radius: 15px;

}
  



  /* Style for the input fields */
  #Start_Station,#Destination_Station{
    padding: 13px;/* Add some padding to the input fields */
    background-color: rgb(225, 220, 220);
    border-radius: 5px; /* Add rounded corners to the input fields */
    border: 2px solid #6f141478; /* Add a border to the input fields */
    width: 100%; /* Make the input fields take up the full width of the parent element */
    box-sizing: border-box; /* Include padding and border in the element's total width */
    margin-bottom: 10px; /* Add some margin at the bottom of each input field */
    cursor: pointer;
    margin-top: 15px;
  }
#form #dn {
    font-weight: 500;
    font-size: 20px;
}
#form #fn{
    font-weight: 500;
    font-size: 20px;
}
#form{
    padding:20px;
    background-color: rgb(92, 91, 92);
    text-align: justify;
    background-color:none;
    width: 35%;
    margin-top: 55px;
    border-radius: 22px;
    
}
#submit_button{
    padding: 10px;
    border-radius: 5px;
    background-color: #18322078;
    color: aliceblue;
    cursor: pointer;

}
#submit_button:hover{
    padding: 12px;
    color: rgb(163, 43, 43);
    font-size: 15px;
    border: 1px solid brown;
}
.list-item {
    display: inline-block; /* Display list items next to each other */
    padding: 10px; /* Add some padding */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 5px; /* Add rounded corners */
    margin-right: 10px; /* Add some margin between list items */
    background-color: #fff; /* Set a default background color */
}

  /* Style for the connections */
.connection {
    display: inline-block; /* Display connections next to list items */
    margin-right: 10px; /* Add some margin between connections */
    font-weight: bold; /* Make the connections bold */
}

  /* Style for the items in the "inter" list */
.inter-item {
    background-color: #ffd700; /* Set a different background color */
}
.box {
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid rgb(236, 236, 238);
    color: #fff;
}
#output {
    display: flex;
    flex-direction: row;
    padding: 18px 15px;
    justify-content: center;
    width:auto;
    flex-wrap: wrap;
    margin-top: 35px;
    border-radius: 15px;
    background-color: rgb(62, 71, 69);
    border: 2px solid brown;
}
  
  
.interchange {
    background-color: rgb(207, 207, 78);
    color: black;
    
}
  
.blue {
    background-color: rgb(15, 18, 212);
}
  
.red {
    background-color: rgb(199, 37, 37);
}
.green{
    background-color: #058105;
}

  
  
#info-table {
    display: none;
    margin-top: 20px;
    border-collapse: collapse;
}
#info-table td {
    padding: 10px;
    border: 2px solid black;
    text-align: center;
}
#info-table tbody tr:hover {
    background-color: #eee;
    cursor: pointer;
}
.table{
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    margin-bottom: 20px;
    background-color: #ccc;
    padding: 15px;
}
#info-table td{
    padding: 12px 52px;
    font-weight: 700;
    font-size: 18px;

}
#tableheadinh{
    display: none;
    background-color: #ccc;

}
.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(199, 37, 37);
    display: inline-block;
    
}
.circle1 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(15, 18, 212);
    display: inline-block;
    padding: 10px
}
.circle2 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #058105;
    display: inline-block;
    padding: 10px
}
.circle3 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(207, 207, 78);
    display: inline-block;
    padding:3px
}
#color{
    display:none;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    color: #100d0d;
    margin-top: 10px;
    border: 1px dashed rgb(181, 178, 178);
    padding: 10px;
    
}
.line{
    display: none;
}
#info{
    max-width: 700px;
    margin: auto;
    padding: 20px;
    display: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: #dcd5d5;
    font-family: Arial, sans-serif;
}
.mm {
    overflow: hidden;
    cursor: pointer;
}
  
.mm:hover img {
    transform: scale(5.1);
    transition: all 0.2s ease-in-out;
}
  

#info li{
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    
    
}

#info h2{
    color: brown;
    font-size:30px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 15px;
}

#info ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
    
}
nav a.active {
        color:rgba(255, 0, 0, 0.514) ;
        font-size: 28px;
}
.hover-text:hover::before {
    content: "We will be back soon";
    display: inline-block;
    position: fixed;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    top: 20px;
    left: 0;
  }
  
@media (max-width:700px){
    .text{
        padding: 10px;
        border: 1px slategray;
        height: 150px;
        width: 60%;
        background-color:transparent
    }
    .text img{
        width: 72px;
        height: 65px;
        border-radius: 10px;
    
    }
    .hyd img {
        content: url(images/h1yderabadcharminar-transformed.png);
      }
    .nav{
        background-color:none;
        height:70px;
        width:100%;
        display:inline-block;
        align-items: center;
        position: absolute;
        font-size: 15px;
        margin-left: 15px;
        flex-wrap: wrap;
    }
    .list li a{
        text-decoration: none;
        padding: 20px;
        transition: 0.3s ease;
        flex-direction: row;
    
    }
    .list li a:hover{
        color:rgba(255, 0, 0, 0.514) ;
        font-size: 22px;
    }
    .logo{
        font-size: 28px;
        color: brown;
        font-weight: 450;
        padding: 15px;
        
    
    }
    nav a.active {
        color:rgba(255, 0, 0, 0.514) ;
        font-size: 18px;
    }
    #menu{
        top: 0;
        right: 0;
        width: 80px;
        height: 80px;
        float: right;
        display: initial;
        position: absolute;
        padding: 20px;
        cursor: pointer;
    }
    #close{
        display: initial;
        font-size: 1.6rem;
        padding: 30px 0 10px 20px;
        cursor: pointer;
    }
    .nav ul {
        background-color: transparent;
        border: 1px solid black;
        flex-direction: column;
        justify-content: flex-start;
        backdrop-filter: blur(4px);
        display: flex;
        align-items: flex-start;
        position: absolute;
        top: 0;
        right: -180px;
        width: 180px;
        height: 100vh;
        transition: 0.4s ease;
        
    }
    .nav ul li{
        padding: 20px 0 20px 10px;
        margin-left: 0;
    }
    .nav ul.activer{
        right:0 ;
    }
    #form{
        padding:20px;
        background-color: rgb(92, 91, 92);
        text-align: justify;
        background-color:none;
        width: 60%;
        margin-top: 35px;
        border-radius: 22px;
        
    }
    .homee h1{
        font-size: 1.8rem;
        
        height: 40px;
        font-weight: 700;
        color: brown;
        text-align: center;
        position: relative;

    }
    h1{
        font-size:2.0rem ;
    }
    #output {
        display: flex;
        flex-direction: row;
        padding: 10px 10px;
        justify-content: center;
        width: auto;
        flex-wrap: wrap;
        margin-top: 15px;
        border-radius: 15px;
        background-color: rgb(62, 71, 69);
        border: 2px solid brown;
    }
    .box {
        display: inline-block;
        padding: 5px;
        border-radius: 5px;
        margin-bottom: 10px;
        border: 1px solid rgb(236, 236, 238);
        color: #fff;
    }

}
  
