.navbar{
    background-color: rgb(0, 0, 51);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.menu a{
    margin-right: 10px;
    color: aliceblue;
    text-decoration: none;
    padding: 10px;
}
@media screen and (min-width : 480px) and (max-width : 768px)  {
    .navbar{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .hero{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
      .discover{
        display: flex;
        flex-direction: column;
        gap: 10px;
        
      } 
      #contact {
        display: flex;
        flex-direction: column;
        gap: 10px;
      } 
      .footer-container{
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
      
    }
    @media screen and (min-width:480px) and (max-width:768px){
        
        
    }
    
@media screen and (max-width :480px) {
    .navbar{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .hero{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .discover{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    #contact {
        display: flex;
        flex-direction: column;
        gap: 10px;
      } 
      .footer-container{
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
}
.hero{
    background-image: url(https://github.com/Mohak-Trivedi/xCruise/blob/main/assests/hero-cruise.png?raw=true);
    height: 60vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 2;
}
.inner-hero{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction : column;
}
.hero-btn{
    background-color: rgb(255, 94, 0);
    height: 30px;
    width: 90px;
    border: none;
}
.discover .heading{
    display: flex;
    flex-direction: column;
    gap: 2;
    color: black;
    padding-left: 12px;
    border-left: 3px solid orange;
    margin-bottom: 45px;
    margin-top: 30px;
}

    

.popular{
    display: flex;
    align-items: center;
}
.pills{
    display: flex;
}
.pills > div{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 5px;
    padding:8px 10px;
    border-radius: 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.pills img{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.banner img{
   width: 100%;
   
}
.banner{
    position: relative;
    margin-bottom: 15px;
}
 .banner-text{
    
   
    position: absolute;
    bottom: 0%;
     margin: 25px 12px ;
     color: #fff;
}
.discover .card{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    cursor: pointer;
}


.card-body{
    position: relative;
    
}
.card img{
    width: 100%;
    height: 100%;
}
.card-text{
    font-size: 15px;
    color: white;
    position: absolute;
    bottom: 0%;
    margin: 15px;
}
#contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
   
    
    
    
}
#contact h3 {
    border-bottom: 3px solid orange;
    text-align: center;
}
.contact_info{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.contact-detail{
    text-align: center;
    border: 1px solid gray;
    padding: 5px;
    margin: 10px;
    margin-top: 20px;
    width: 100%;
}
.opration-detail{
    text-align: center;
border: 1px solid gray;
padding: 5px;
margin: 10px;
width: 100%;
margin-top: 20px;
}
.footer-container{
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    padding: 10px;
    background-color:rgb(8, 8, 110)
}
.footer-container h3 {
    color: orange;
}
.footer-container p{
    color: #fff;
}
.social-icons{
    display: flex;
    margin-right: 20px;
    
    
}
.social-icons img{
    width: 16px;
    height: 16px;
}
.footer_rights{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000033;
    padding: 0px 0px 30px;
}