/* Media query for small screens */
@media screen and (max-width: 768px) {
    .navbar {
        padding: 5px; /* Adjust padding for smaller screens */
    }

    .video-container {
        margin-top: 40px; /* Adjust margin for smaller screens */
    }

    .content {
        font-size: 18px; /* Adjust font size for smaller screens */
    }

    /* middle section */
    .lets-travel-wrapper p {
        color: white;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 09px !important;
    }

    .main-header-text h1 {
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        font-size: 22px !important;
        color: white;
    }

    .main-header-text h1 span {
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        font-size: 70px;
        letter-spacing: 1px;
        font-style: normal;
        text-decoration: none;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgb(255, 255, 255);
        transition: 0.5s ease-in-out;
    }

    .main-header-text h1 span:hover {
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        font-size: 70px;
        color: rgb(255, 255, 255);
        letter-spacing: 1px;
        font-style: normal;
        text-decoration: none;
        cursor: pointer;
    }
    .about-right::before {
        display: none;
    }

    .about-us-image-wrapper img {
        display: flex;
        width: 100%;
        height: 120%;
        padding-top: 0% !important;
        z-index: 110;
        overflow-x: hidden !important;
    }

    .contact-form-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        background-color: rgb(246, 253, 252);
    }

    .form-content {
        align-items: center;
        background-color: white !important;
        justify-content: center;
        justify-content: center;
        border-radius: 15px;
        padding: 35px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        left: 0%;
    }
    #contact-form {
        padding: 15px;
    }

    .slick-prev {
        position: absolute;
        background-color: green;
        border: none;
        color: green;
        padding: 12px 18px;
        z-index: 200;
        visibility: hidden;
        bottom: 0;
        clip-path: polygon(100% 0, 100% 100%, 58% 52%);
    }

    .slick-next {
        position: absolute;
        background-color: rgb(2, 2, 2);
        border: none;
        color: white;
        padding: 12px 33px;
        z-index: 200;
        bottom: 0;
        clip-path: polygon(0 2%, 0% 100%, 36% 48%);
        visibility: hidden;
    }

    .form-details {
        height: 150vh !important;
    }
}

#navbar {
    background-color: #ffffff; /* Black background color */
    position: fixed; /* Make it stick/fixed */
    width: 100% !important; /* Full width */
    transition: top 0.3s; /* Transition effect when sliding down (and up) */
    z-index: 1000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    margin: 0;
    left: 0;
}

/* Style the navbar links */
#navbar .nav-item a {
    float: left;
    color: rgb(5, 5, 5);
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

.login-n a {
    text-decoration: none;
    color: #000;
    padding: 12px 22px;
    transition: 0.5s;
    border-radius: 15px;
    font-weight: 500;
}

.login-n a:hover {
    text-decoration: none;
    color: #fafafa;
    background-color: black;
    padding: 12px 22px;
    border-radius: 15px;
}

/* Mobile Menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left 0.5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
        z-index: 999;
    }
    .sidenav a {
        font-size: 18px;
    }

    .dropdown button {
        border-radius: 15px;
        border: none !important;
        font-size: 12px !important;
    }

    .dropdown button:hover {
        border-radius: 15px;
        border: 1px solid rgb(10, 10, 10);
    }

    .local {
        border: none;
        background-color: black;
        color: white;
        padding: 5px 10px;
        text-decoration: none;
        font-size: 12px !important;
    }

    .foreign {
        border: none;
        font-size: 12px !important;
        background-color: rgb(145, 112, 7);
        color: white;
        padding: 10px 10px;
        text-decoration: none;
    }
}
