/* Navbar */
.logo{
    width: 100px;
    height: 50px;
}
.img-logo{
    width: 200px;
}
.navbar-custom {
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value for transparency */
}
.background-images {
    position: relative;
    height: 100vh;
    background: url('images/travel.jpg') no-repeat center center/cover;
}
.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
.bookcab{
    color: #f7c019;
}
.mobileno{
    font-size: 50px;
}
/* section2 */
.section2bg{
    background-color:#f7c019;
}
.trusted{
    font-weight: 700;
}
.box{
    background-color: white;
    color: black;
    width: 400px;
    height: 250px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.box h5{
    font-weight: 600;

}
/* card style */
.cardcol{
    margin-top: 100px;
}

.card{
    padding: 20px;
    background-color: #696666;
    color: white;
   border: none;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   border: 4px solid yellow;
   
}
.card-body{
    height: 120px;
}
.card-img-top{
    border: 4px solid salmon;
    padding: 5px;
    border-radius: 50%;
    margin-top: -100px;
    justify-content: center;
    text-align: center;
    width: 220px;
    height: 220px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/* why choose us */
.imgbgwhy{
    background-color: black;
padding: 80px;
}
.homepicup{
    color: #f7c019 !important;
    font-weight: 700;
}
.btn-warning{
    color: white;
    margin-top: 30px;
    font-weight: 700;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
/* testmonial */
.cardtestmonial{
    background-color: black;
}
.bgtestmonial{
    margin-top: 40px;
    padding: 50px;
   /* From https://css.glass */
background: rgba(22, 22, 22, 0.89);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(14.9px);
-webkit-backdrop-filter: blur(14.9px);
}
.img-test{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid yellow;
}

/* sectioncall */
.sectioncall{
    background-color: #f7c019;
    padding: 40px;
}
.sectioncall h1{
    font-weight: 700;
}
.sectioncall h2{
    font-weight: 900;
    font-size: 50px;
}

/* carsoule */
.owl-carousel .item {
    border: 4px solid yellow;
    background: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    
}

.owl-carousel .item img {
    max-width: 100%;
    height: 250px;
    border-radius: 10px;
}

.owl-carousel .item h4 {
    margin: 15px 0 10px;
    font-size: 18px;
}

.owl-carousel .item p {
    font-size: 14px;
    color: #555;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 90px;
    cursor: pointer;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}

.owl-dot.active {
    background-color: #000;
}



/* view more button */

.viewmore{
    width: 150px;
    height: 40px;
    background-color: black;
    padding: 15px;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: 600;
    color: white;
    border-radius: 10px;
}
a{
    text-decoration: none !important;
}


/* footer */
.footer{
    background-color: black;
    padding: 40px;
    color: white;
}
.footer h5{
    padding-bottom: 8px;
    border-bottom:3px solid yellow ;
}
/* footer end */


/* media query */
@media only screen and (max-width: 600px) {
    .bgtestmonial{
        padding: 10px;
     
    }
    .sectioncall{
        background-color: #f7c019;
        padding: 40px;
    }
    .sectioncall h1{
        font-weight: 700;
        font-size: 20px;
    }
    .sectioncall h2{
        font-weight: 900;
        font-size: 50px;
    }
    .box{
        background-color: white;
        color: black;
        width: 100%;
        height: auto;
        padding: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    
  }
/* General button styling */
.whatsapp-button, .call-button {
    position: fixed;
    bottom: 20px; /* Distance from the bottom */
    z-index: 1000; /* Ensure it's above other elements */
    font-size: 30px; /* Icon size */
    width: 70px;
    height: 70px;
    color: white;
    text-align: center;
    line-height: 60px; /* Vertically center the icon */
    border-radius: 50%; /* Make it circular */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Add shadow */
}

/* WhatsApp button (Left side) */
.whatsapp-button {
    left: 20px; /* Distance from the left side */
    background-color: #25D366; /* WhatsApp green color */
}

/* Call button (Right side) */
.call-button {
    right: 20px; /* Distance from the right side */
    background-color: #007bff; /* Bootstrap primary blue color */
}


/* Media query for mobile devices */
@media only screen and (max-width: 600px) {
    .whatsapp-button, .call-button {
        width: 40px;
        height: 40px;
        font-size: 20px; /* Smaller icon size */
        line-height: 40px; /* Adjust line height */
        bottom: 15px; /* Adjust position for mobile */
    }
}


/* Base styling */
.cities {
    display: inline-block;
    position: relative;
}

.city {
    color: green !important;
    position: absolute;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

/* Keyframes for changing cities with enhanced effects */
@keyframes changeCity {
    0% { opacity: 0; transform: translateY(20px); }
    15% { opacity: 1; transform: translateY(0); }
    35% { opacity: 1; }
    50% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 0; }
}

/* Apply the animation to each city */
.cities .city:nth-child(1) {
    animation: changeCity 9s linear infinite 0s;
}

.cities .city:nth-child(2) {
    animation: changeCity 9s linear infinite 3s;
}

.cities .city:nth-child(3) {
    animation: changeCity 9s linear infinite 6s;
}

