* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family: 'Lato', sans-serif;
}
  
/* Navbar Start */
#navbar {
    background: #ffffff; /* White background */
}

#logo {
    font-size: 36px;
    font-weight: 550;
    color: #000066; /* Dark blue color */
    text-shadow: 0px 1px 1px #000066; /* Dark blue shadow */
    margin-bottom: 5px;
}

#logo span {
    color:#003cff; /* Orange color */
}

.navbar-toggler span {
    color: #003cff; /* Orange color */
}

.navbar-nav {
    margin-left: 20px;
}

.nav-item .nav-link {
    font-size: 16px;
    font-weight: 550;
    color: #000066; /* Dark blue color */
    letter-spacing: 1px;
    border-radius: 3px;
    transition: 0.5s ease;
}

.nav-item .nav-link:hover {
    background: #000066; /* Dark blue background on hover */
    color: #ffffff; /* White text on hover */
}

#navbar form button {
    background: #000066; /* Dark blue background */
    color: #ffffff; /* White text */
}

/* Navbar End */

/* Home Section Start */
.home {
    width: 100%;
    height: 90vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url(images/bus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.home .content {
    text-align: center;
    padding-top: 200px;
}

.home .content h5 {
    color: #ffffff; /* White color */
    font-size: 38px;
    font-weight: 550;
    text-shadow: 0px 1px 1px #000066; /* Dark blue shadow */
}

.home .content h1 {
    color: #ffffff; /* White color */
    font-size: 70px;
    font-weight: 550;
    text-shadow: 0px 1px 1px #000066; /* Dark blue shadow */
    margin-top: 5px;
}

.changecontent::after {
    content: ' ';
    color:#003cff; /* Orange color */
    text-shadow: 0px 1px 1px #000066; /* Dark blue shadow */
    animation: changetext 10s infinite linear;
}

@keyframes changetext {
    0% {
        content: "France";
    }
    10% {
        content: "Spain";
    }
    20% {
        content: "United States";
    }
    30% {
        content: "China";
    }
    40% {
        content: "India";
    }
    50% {
        content: "Pakistan";
    }
    60% {
        content: "Italy";
    }
    70% {
        content: "Turkey";
    }
    80% {
        content: "Mexico";
    }
    90% {
        content: "Germany";
    }
    100% {
        content: "United Kingdom";
    }
}

.home .content p {
    color: #ffffff; /* White color */
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0px 1px 1px #000066; /* Dark blue shadow */
    margin-bottom: 30px;
    margin-top: 5px;
}

.home .content a {
    padding: 10px;
    background: #ffffff; /* White background */
    color: #000066; /* Dark blue color */
    letter-spacing: 2px;
    font-weight: 550;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
}

.home .content a:hover {
    background: #000066; /* Dark blue background on hover */
    color: #ffffff; /* White text on hover */
}

@media (max-width: 850px) {
    .home {
        background-position: 50%;
    }
}

@media (max-width: 450px) {
    .home .content h5 {
        font-size: 25px;
    }

    .home .content h1 {
        font-size: 38px;
    }

    .home .content p {
        font-size: 13px;
    }
}

/* Home Section End */

/* Section Book Start */
.book {
    background: #ffffff; /* White background */
    padding: 50px;
}

.main-text h1 {
    text-align: center;
    text-shadow: 0px 1px 1px #000066; /* Dark blue shadow */
    font-weight: 600;
}

.main-text h1 span {
    color: #003cff; /* Orange color */
}

.book .card {
    border-radius: 10px;
    box-shadow: 0px 5px 5px -6px #000066; /* Dark blue shadow */
}

.book .row {
    margin-top: 30px;
}

.book form input {
    padding: 10px;
    color: #000066; /* Dark blue color */
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 5px -6px #000066; /* Dark blue shadow */
}

.book form textarea {
    border: none;
    border-radius: 10px;
    resize: none;
    box-shadow: 0px 5px 5px -6px #000066; /* Dark blue shadow */
    height: 200px;
}

.book .submit {
    width: 160px;
    font-size: 16px;
    font-weight: 550;
    background: #000066; /* Dark blue background */
    color: #ffffff; /* White text */
    margin-top: 10px;
    transition: 0.5s;
}

.book .submit:hover {
    width: 170px;
}

@media (max-width: 765px) {
    .book {
        padding: 0;
    }

    .main-text h1 {
        padding: 20px;
    }
}

/* Section Book End */

/* Section Packages Start */
.main-txt h1 {
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    text-shadow: 0px 1px 1px #000066; /* Dark blue shadow */
}

.main-txt h1 span {
    color:#003cff; /* Orange color */
}

.packages .card {
    border-radius: 5px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.packages .card img {
    border-radius: 5px;
}

.packages .card .card-body {
    background: transparent;
}

.packages .card .card-body h3 {
    font-size: 25px;
    font-weight: 600;
}

.packages .card .card-body p {
    font-size: 15px;
}

.checked {
    color: #003cff; /* Orange color */
}

.star i {
    font-size: 15px;
}

.packages .card .card-body h6 {
    font-size: 20px;
}

.packages .card .card-body a {
    padding: 10px;
    text-decoration: none;
    background: #000066; /* Dark blue background */
    color: #ffffff; /* White text */
    border-radius: 5px;
}

/* Section Packages End */

/* Section Services Start */
.services {
    background: #ffffff; /* White background */
    margin-top: 50px;
}

.services .card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: none;
    cursor: pointer;
}

.services .card i {
    font-size: 80px;
    text-align: center;
    color: #003cff; /* Blue  color */
    margin-top: 20px;
}

.services .card .card-body h3 {
    font-weight: 600;
}

.services .card .card-body {
    text-align: center;
}

/* Section Services End */

/* Section Gallery Start */
.gallery {
    margin-top: 50px;
}

.gallery .card {
    border-radius: 10px;
    box-shadow:#ffffff;
    cursor: pointer;
}

.gallery .card img {
    border-radius: 10px;
    transition: 0.5s;
}

.gallery .card img:hover {
    transform: scale(1.1);
}

/* Section Gallery End */

/* About Start */
.about {
    padding: 50px;
    margin-top: 50px;
    background: white; /* White background */
}

.about .card {
    border-radius: 10px;
}

.about .card img {
    border-radius: 10px;
}

.about h2 {
    font-weight: 600;
    letter-spacing: 1px;
}

.about p {
    font-weight: 500;
}
#about-btn{
    width: 150px;
    height: 38px;
    border: none;
    border-radius: 5px;
    background: #003cff;
    color: white;
    letter-spacing: 2px;
    font-weight: 550;
    transition: 0.5s ease;
    cursor: pointer;
}
#about-btn:hover{
    width: 170px;
}
@media (max-width:765px){
    .about{
        padding: 0;
    }
}
/* Footer Styles */
#footer {
    background: #f9f9f9;
    text-align: center;
    padding: 50px 0;
  }
  
  #footer h1 {
    font-weight: 600;
    text-shadow: 0px 0px 1px black;
  }
  
  #footer h1 span {
    color: #003cff;
  }
  
  #footer p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .social-links .btn-social {
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    background: #000;
    color: white;
    margin-left: 10px;
    margin-bottom: 10px;
    transition: 0.5s ease;
    cursor: pointer;
  }
  
  .social-links .btn-social:hover {
    background: #003cff;
  }

  
