body,
html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h1,
.section-title {
    font-family: "Playfair Display", serif;
}

.navbar {
    transition: background-color 0.3s ease, color 0.3s ease;
    position: fixed;
    /* Position the navbar over the banner */
    width: 100%;
    z-index: 1000;
    /* Ensure the navbar is above other elements */
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.5px;
}

.btn-warning {
    background-color: #ff6e01;
    color: #fff;
}

.btn-outline-warning {
    border-color: #ff6e01;
    color: #ff6e01;
}

/* Ensure dropdown appears on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Optional: Adjusts the dropdown's position */
}

/* Optional: Customize dropdown appearance */
.navbar .dropdown-menu {
    background-color: #ff6e01;
    /* Dark background color */
    border-radius: 0;
    /* Remove rounded corners */
}

.navbar .dropdown-item {
    color: #fff;
    /* White text color */
}

.navbar .dropdown-item:hover {
    background-color: #cf850d;
    /* Slightly lighter color on hover */
    color: #fff;
    /* White text color on hover */
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-orange {
    /* background-color: #ed3136 !important;  */
    background-color: #ff6e01;
    /* background-color: #cf850d; */
}

.hero-btn {
    font-size: 10px;
}

.hero-text {
    font-size: 12px;
}

.display-6 {
    color: #800000;
}

.hero-section {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../images/pasupati.jpg');
    /* background-image: url('../images/pasupati.jpg'); */
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: white;
    text-align: center;
    position: relative;

}

.hero-section {

    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    padding-top: 50vh;
}

.search-bar .input-group {
    max-width: 600px;
    background: #fff;
    padding: 1rem;
    margin-bottom: -18px;
    border-radius: 7px;
}

.countries-travel {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1rem;
    border-radius: 7px;
    box-shadow: 0 0 4px #ccc;

}

.countries-travel {

    padding-top: 2rem;
}

.countries-travel .card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.space {
    padding: 6rem 0;
}

.container-img {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
        url('../images/bg/5.jpg');
    /* background-image: url('../images/pasupati.jpg'); */
    background-attachment: fixed;
    background-size: cover;
    color: white;
    text-align: center;
    position: sticky;

}

.section-title {
    color: #b52b51;
    /* Matching the color used in the title */
    font-family: 'Your Font Family', serif;
    /* Use the appropriate font family */
    font-size: 2rem;
    margin-bottom: 20px;
}



.custom-img {
    border-radius: 5px;
    /* Optional image styling */
    max-width: 100%;
    height: auto;
}

.img-absolute {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: auto;
    border: 3px solid white;
    /* White border around the image */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transform: rotate(-5deg);
    /* Slight tilt effect */
}

.bg-footer {
    background-image:
        linear-gradient(#ff6e01, rgba(0, 0, 0, 0.8)),
        url('../images/pasupati.jpg');
    /* background-image: url('../images/pasupati.jpg'); */
    background-size: cover;
    background-position: center;

    color: white;

}

.bg-footer-color {
    background-color: #cf850d;
}
.search-form {
    position: absolute;
    top: 15%;
    right: 4%;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 30px 0 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    
}

.search-form label {
    font-weight: bold;
}

.search-form .form-control {
    border-radius: 20px;
}

.search-form button {
    background-color: #f9a825;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1rem;
}