*{
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}
*body{
    overflow-x: hidden;
}

.navbar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 2%;
    padding: 5px;
    background-color: transparent;
    align-content: center;
    
}
.logo{
    font-size: 2rem;
    font-weight: 500px;
    font-weight: bold;
}
.navlink ul{
    display: flex;
    list-style: none;
}
.navlink ul li{
    padding: 10px;
    font-weight: bold;
    
}
.navbutton{
    margin-right: 40px;
    border-radius: 25%;

}
.navbutton button{
    background-color: rgb(78, 78, 255);
    border-radius: 25px;
    width: 100px;
    height: 50px;
    color: white;
    font-weight: 500px;
}
.navbutton button:hover{
    background-color: blue;
}
.navlink ul li:hover{
    color: blue;
}

.containermain{
    background-image: url(images/bus.png);
    display: grid;
    width: 100%;
    height: 500px;
    margin-top: 20px;
    background-repeat: no-repeat;
    border-radius: 25px;
    position: relative;
    background-position: right;
    color: rgb(3, 0, 0);
}

.containermain img{
    width: 100%;
    height: 500px;
    position: absolute;
    border-radius: 25px;
    z-index: -7;
    
}
.containermain .text{
    justify-content: center;
    position: relative;
    width: 300px;
    min-height: 300px;
    left: 15%;
    top: 25%;
    
}
.text{
    position: absolute;
}
.text h1{
    font-size: 60px;
}
.text button{
    position: absolute;
    background-color: blue;
    width: 150px;
    padding: 20px;
    border-radius: 25px;
}
.containermain .bus  img{
    position:absolute;
    display: inline-flex;
    top: 40%;
    left: 60%;
    z-index: 90;
    width: 400px;
    height: fit-content;
}
.destination{
    padding-left: 10%;
    
}
.card{

    height: 370px;
    width: 370px;
    margin-top: 40px;
    justify-content: center;
    margin-left: 50px;

    
}

.card .image img{   
    width: 100%;
    height: 290px;
    background-size: cover;
    border-radius: 25px;
}
.card .cardtext h2,p{
    padding-left: 20px;
}
.card .star{
    position: relative;
    bottom: 45px;
    left: 290px;
    background-color: blue;
    width: 90px;
    border-radius: 25px;
}
.cardgroup{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bustravel{
    margin-top: 30px;

}
.bus-card{
    width: 360px;
    height: 210px;
    background-color: rgb(233, 232, 232);
    border-radius: 0px 32px 0px 32px;
    box-shadow: 0px 10px 20px 0px black;

    justify-items: center;
    align-content: center;
    color: white;
    text-align: center;
    
}
.bus-card .bus-inner{
    width: 90%;
    height: 90%;
    background-color: rgb(233, 232, 232);
}
.bus-inner h3 {
    position: relative;
    top: 80%;
    bottom: 10px;
    color: black;
}
.bus-card-group{
    display: flex;
    flex-wrap: wrap;
    margin: 30px;
    gap: 70px;
    justify-content: center;
}

.bus-inner .hidden{
    position:relative;
    border-radius: 0px 0px 32px 32px;
    top: -60px;
    width: 340px;
    gap: 30px;
    height: 250px;
    background-color: rgb(64, 33, 201);
    display: none;
}
.hidden h2{
    justify-content: center;
    margin-bottom: 10px;
    text-align: center;
}
.hidden p{
    text-indent: 40px;
    text-align: center;
    justify-content: center;
    font-size: 25px;
    text-align: justify;
}

.bus-inner:hover .hidden{
    display: block;
}

.show{
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    align-items: center;
    display: flex; 
    flex-wrap: wrap;

    margin-bottom: 30px;  
}
.show-image img{
    max-width: 400px;
}
.show-image{
    display: flex;
}
.show-text{
    display: flex;
    flex-wrap: wrap;
    min-height: 200px;
    background-color: rgb(255, 255, 255);
    padding-left: 10px;
}
.show-flex{
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.show-text h1{
    font-size: 4rem;
}
.show-button{
    width: 100%;
    padding-left: 10px;
}
.show-button img{ 
width: 100%;
    max-height: 90px;
    

}


.bus-card1{
    width: 360px;
    height: 210px;
    background-color: rgb(233, 232, 232);
    border-radius: 0px 20px 0px 20px;
    color: rgb(50, 86, 247);    
}
.bus-card1 .bus-inner1{
    width: 90%;
    height: 90%;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: rgb(233, 232, 232);
}
.bus-inner1 h3 {
    margin-top: 19px;
    color: black;
}
.bus-inner1 h1{
    font-size: 6rem;
}
.bus-card-group1{
    display: flex;
    flex-wrap: wrap;
    margin: 30px;
    gap: 20px;
    justify-content: center;
}

.travel-card{
    justify-items: center;
    width: 350px;
    height: 300px;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    
}
.timage img{
    width: 40%;
    border-radius: 90%;
    padding: 9px;
}
.timage{
    position: relative;
    left: 88px;
}
.thead{
    justify-content: center;
    text-align: justify;
    padding: 20px;
}
.thead h3{
    text-align: center;
    padding-bottom: 10px;
}

.travel-card:hover{
    box-shadow: 0 5px 29px;
    background-color: aliceblue;
}

.tgroup{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
}

footer{
    width: 100%;
    bottom: 0;
    background-color: rgb(228, 227, 227);

}

.row{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}
.col{
    flex-basis: 25%;
    padding: 10px;
    
}
.col a{
    text-decoration: none;
    color: black;
}
ul li{
    list-style: none;
    padding: 10px;

}
ul li a:hover{
    color: blue;
}
ul li:hover{
    color: blue;
}
.col h1,input,button{
    padding: 10px;
}
.col button{
    background-color: blue;
    border-radius: 25px;
}
.socialmedia{
    font-size: 30px;
    color: blue;
    margin: 30px;
    gap: 20px;
}


@keyframes appear{
    from{
        opacity: .9;
        clip-path: inset(100% 100% 0 0);

    }
    to{
        opacity: 1;
        clip-path: inset(0 0 0 0);

    }
}
/* div{
    animation: appear linear;
    animation-timeline: view();
    animation-range:entry 0% cover 40% ;

}

*/
