body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
a {
    color: #282828 !important;
}
/* Apply Marcellus to headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Marcellus', serif;
}

.btn {
    font-family: 'Marcellus', serif;
    color: #282828;
}
/* Apply Roboto to body text */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/* Use different weights for emphasis */
strong, b {
    font-weight: 700;
}

/* Optional: Adjust specific elements as needed */
.lead {
    font-weight: 400;
}

header {
    /* background-color: #333; */
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
   
}

.hero {
    height: 100vh;
    background-image: url('path/to/your/image.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    width: 100%;
}

.hero-inner{
    color: #282828;
    font-size: 30px !important;
}

.hero-inner .container{
    margin-top: 140px;
}
/* .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
} */
.hero-content {
    z-index: 1;
}
.hero h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
}
.hero h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.cta-button {
    background-color: #FFC800;
    color: black;
    padding: 15px 30px;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    background-color: #e6b400;
}


div#navbarNav{
    justify-content: end;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.nav-link{
    color: #282828 !important   ;

}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    
    background-color: #e6b400;
}


footer {
    background-color: #333333;
}

footer h5 {
    color: #FFD700;
    font-weight: bold;
}

footer .social-icons a {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

footer .social-icons a:hover {
    color: #FFD700 !important;
}

footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: #FFD700 !important;
    text-decoration: none;
}

.hero {
    background-color: #282828;
    background-size: cover;
    background-position: center;
}


.hero-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); /* Adjust the transparency and color as needed */
    z-index: 1;
}
.hero-main .container {
    position: relative;
    z-index: 2;
}

.hero .btn-primary {
    background-color: #FFD700;
    border-color: #FFD700;
}


.text-primary{
    color: #e6b400 !important;
}


 .btn-primary {
    background-color: #FFD700;
    border-color: #FFD700;
    color: #282828;

}


.btn-primary:hover {
    background-color: #282828;
    border: none;
    color: #F5F5F5 !important;

}
.btn-outline-primary {
    color: #282828;
    border-color: #FFD700;
}
.btn-outline-primary:hover {
    background-color: #282828;
    color: #F5F5F5 !important;
}
.cordelia-cruises .btn-primary {
    background-color: #FFD700;
    border-color: #FFD700;
}

.cordelia-cruises .btn-primary:hover {
   color: #F5F5F5 !important;
   background-color: #282828;
   border: none;
}
.discover-sl {
    background-color: #F5F5F5;
}
.popular-tours {
    background-color: #F5F5F5;
}
.customer-satisfaction {
    background-color: #FFFFFF;
}
.cta {
   height: 400px;
   align-items: center;
}




footer {
    background-color: #333333;
}


.carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 5px;
}

.carousel-caption h5 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.carousel-caption p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.carousel-caption .btn {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .carousel-caption {
        padding: 10px;
    }
    
    .carousel-caption h5 {
        font-size: 1rem;
    }
    
    .carousel-caption p {
        font-size: 0.8rem;
    }
    
    .carousel-caption .btn {
        font-size: 0.8rem;
        padding: 0.2rem 0.5rem;
    }
}


.bbb_container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bbb_title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.bbb_text {
    font-size: 14px;
    font-weight: 400;
    color: #a3a3a3;
    margin-top: 5px;
}

.bbb_slider_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
}

.bbb_nav {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f3f3;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
}

.bbb_nav i {
    line-height: 36px;
    color: #000000;
    font-size: 18px;
}

.bbb_item {
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.bbb_image img {
    max-width: 100%;
    height: auto;
}

.bbb_category a {
    font-size: 12px;
    color: #a3a3a3;
    text-transform: uppercase;
}

.bbb_name a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.bbb_price {
    font-size: 16px;
    color: #6c6a74;
    font-weight: 600;
}

.bbb_marks {
    position: absolute;
    top: 15px;
    left: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bbb_mark {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #282828;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
}

.bbb_discount {
    background: #0A7029;
}

.bbb_new {
    background: #0e8ce4;
}

.bbb_fav {
    margin-top: 20px;
}

.card_image{
    width: 100%;
    height: 200px; /* You can adjust this value as needed */
    overflow: hidden;
}

.card_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}

.card-text{
    font-size: 16px;
}

.small{
    font-size: 11px;
}



  
  footer {
    position: relative;
  }
  
  footer {
    position: relative;
    overflow: hidden;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

footer .container {
    position: relative;
    z-index: 1;
}



    /* Podi Rides Section Styles */
    .podi-rides-section {
        background-color: #f8f9fa;
    }
    
    .podi-rides-card {
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        background-color: white;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .podi-rides-image-container {
        position: relative;
        height: 100%;
        min-height: 479px;
        overflow: hidden;
    }
    
    .podi-rides-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        transition: transform 0.5s ease;
    }
    
    .podi-rides-card:hover .podi-rides-image {
        transform: scale(1.05);
    }
    
    .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.4));
    }
    
    .feature-badges {
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .feature-badge-large {
        background-color: rgba(255, 215, 0, 0.9);
        color: #282828;
        padding: 8px 15px;
        border-radius: 30px;
        font-size: 0.85rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
    .feature-badge-large i {
        margin-right: 5px;
    }
    
    .podi-rides-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .service-badge {
        display: inline-block;
        background-color: #FFD700;
        color: #282828;
        font-weight: 600;
        font-size: 0.8rem;
        padding: 7px 15px;
        border-radius: 20px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
    
    .podi-rides-content h3 {
        color: #282828;
        font-weight: 600;
    }
    
    .ride-features {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 25px;
    }
    
    .ride-feature {
        display: flex;
        align-items: flex-start;
    }
    
    .feature-icon {
        width: 45px;
        height: 45px;
        background-color: #FFF8E1;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        flex-shrink: 0;
        color: #FFD700;
        font-size: 1.2rem;
        border: 2px solid #FFD700;
    }
    
    .feature-text h5 {
        font-size: 1.1rem;
        margin-bottom: 5px;
        font-weight: 600;
    }
    
    .feature-text p {
        margin-bottom: 0;
        color: #6c757d;
        font-size: 0.9rem;
    }
    
    .cta-container {
        margin-top: auto;
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .btn-book-now {
        background-color: #FFD700;
        color: #282828;
        border: none;
        padding: 10px 25px;
        border-radius: 30px;
        font-weight: 600;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .btn-book-now:hover {
        background-color: #282828;
        color: white !important;
    }
    
    .btn-learn-more {
        background-color: transparent;
        color: #282828;
        border: 2px solid #FFD700;
        padding: 10px 25px;
        border-radius: 30px;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    
    .btn-learn-more:hover {
        background-color: #FFF8E1;
    }
    
    @media (max-width: 991.98px) {
        .podi-rides-image-container {
            min-height: 300px;
        }
        
        .cta-container {
            justify-content: center;
            margin-top: 30px;
        }
    }
