@import url(./style.css);

.newheader {
    background-color: var(--third-color) !important;
    position: sticky !important;
    top: 0;
    border-bottom: 1px solid var(--fourth-color);
    z-index: 9 !important;

    .head {
        background-color: transparent;
        width: 90%;
        margin: auto !important;
        padding: 15px 20px !important;
        border: 0;

        .column {
            margin: auto 0 !important;
        }

        img {
            width: 150px;
        }
    }

    #off,
    #on,
    .newnav,
    .navlogo,
    .ico {
        display: none;
    }

    .right {
        border: 1px solid var(--fourth-color);
        display: flex;
        border-radius: 50px;
        max-width: fit-content;
        margin: auto !important;


        p {
            margin: auto !important;
            color: var(--fourth-color);
            margin-top: 6px !important;
            font-size: 17px;
        }

        i {
            color: var(--primary-color) !important;
            background-color: var(--fourth-color);
            font-size: 25px;
            padding: 10px !important;
            border-radius: 100%;
            text-align: right !important;
        }
    }

    ul {
        list-style-type: none !important;
        display: flex !important;
        gap: 5px !important;
        justify-content: center;
    }

    ul li {
        padding: 2px 10px !important;
        color: var(--fourth-color) !important;
        cursor: pointer;
    }

    a {
        font-size: 14px !important;
        color: var(--fourth-color) !important;
    }

    ul li:hover,
    ul li.active {
        text-decoration: underline !important;
        color: var(--fourth-color) !important;
    }
}

.bg1 {
    background-image: linear-gradient(to right, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)), url(/images/bg.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    ul, li, ol {
        list-style-type: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .fa-right-left {
        margin-right: -15px !important;
        margin-left: -15px !important;
        font-size: 15px;
        background-color: var(--primary-color);
        border-radius: 50px;
        padding: 10px !important;
        color: var(--fourth-color);
        width: fit-content;
        height: fit-content;
    }

    .arrowicon {
        justify-content: end !important;
        text-align: right;
        padding-top: 12px !important;
        z-index: 1;
    }

    h1 {
        color: var(--fourth-color) !important;
    }

    form {
        background-color: var(--fourth-color);
        border-radius: 10px;
        padding: 20px !important;
        margin-top: 20px !important;
        box-shadow: 0 5px 5px rgba(20, 20, 20, 0.2);

        button {
            width: fit-content !important;
            margin: 0 !important;
        }

        .column {
            flex: 1 !important;
        }

        .radio {
            display: flex !important;
            gap: 20px !important;

            input {
                height: auto;
                width: 15px !important;
            }
        }

        ::placeholder {
            font-size: 16px;
            color: #cacaca !important;
            padding-left: 10px !important;
        }

        #flight_from,
        #ddlairline {
            background-image: url('../images/departure.png');
        }

        #flight_to {
            background-image: url('../images/arrivals.png');
        }

        #flight_from_date,
        #flight_to_date {
            background-image: url('../images/cdate.png');
        }

        #pass_info {
            background-image: url('../images/passengers.png');
        }

        input,
        select,
        textarea {
            width: 100% !important;
            padding: 10px 10px 10px 25px !important;
            margin: 5px 0 !important;
            border: 1px solid var(--fifth-color) !important;
            border-radius: 5px !important;
            font-size: 15px;
            background-position-y: center;
            background-position-x: 7px;
            background-repeat: no-repeat;
            background-size: 15px;
            height: 45px;
        }

        label {
            flex: 1 !important;
            font-family: var(--secondary-font) !important;
            font-size: 16px !important;
            text-align: left !important;
        }

        div {
            gap: 5px !important;
        }

        .dropdown-container {
            position: relative;
            display: inline-block;
            width: 100% !important;
        }

        .dropdown-input {
            padding: 10px;
            font-size: 16px;
            border: 1px solid #ddd;
            cursor: pointer;
        }

        .dropdown-content {
            padding: 10px !important;
            border-radius: 10px;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 200px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
            border: 1px solid #ddd;
        }

        .dropdown-content .dropdown-group {
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

        .dropdown-content .dropdown-group:last-child {
            border-bottom: none;
        }

        .dropdown-content label {
            margin-right: 10px;
        }

        .qty {
            cursor: pointer;
            width: 30px;
            text-align: center;
        }

        .qtyminus,
        .qtyplus {
            background-color: #f1f1f1;
            border: 1px solid #ccc;
            font-size: 18px;
        }

        .dropdown-content input[type="text"] {
            width: 50px;
            text-align: center;
        }

        .labelcol {
            flex: 1;
        }
    }
}

form {
    .pass {
        margin: auto 0 auto auto;
        gap: 10px;
    }

    .radio {
        display: flex;
        gap: 20px;

        input {
            width: 15px;
            margin-left: 0 !important;
        }

        label {
            margin-top: 0;
        }
    }

    ::placeholder {
        color: #676767;
        font-size: 15px;
    }

    input,
    select,
    textarea {
        line-height: 1em !important;
        background-color: var(--fourth-color);
        width: 100%;
        padding: 10px;
        margin: 5px 0;
        border: 1px solid #cacaca;
        border-radius: 5px;
    }

    label {
        flex: 1;
        font-family: var(--secondary-font);
        font-size: 16px;
        margin-top: 10px;
        text-align: left;
        font-weight: 400;
    }

    button {
        width: 100%;
    }

    div {
        gap: 5px;
    }

    .dropdown-container {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .dropdown-input {
        padding: 10px;
        font-size: 15px;
        border: 1px solid #ddd;
        cursor: pointer;
    }

    .dropdown-content {
        padding: 10px;
        border-radius: 10px;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        border: 1px solid #ddd;
    }

    .dropdown-content .dropdown-group {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .dropdown-content .dropdown-group:last-child {
        border-bottom: none;
    }

    .dropdown-content label {
        margin-right: 10px;
    }

    .qty {
        cursor: pointer;
        width: 30px;
        text-align: center;
    }

    .qtyminus,
    .qtyplus {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        font-size: 18px;
    }

    .dropdown-content input[type="text"] {
        width: 50px;
        text-align: center;
    }

    .form-control {
        border: 1px solid #cacaca;
        padding: 10px 12px !important;
    }
}

.herobg {
    background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0)), url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    h1 {
        color: var(--fourth-color);
        font-weight: 700 !important;
    }
}

.contact {
    form {
        margin-top: 10px;

        button {
            width: 100px;
        }

        input {
            padding: 15px;
            border: 1px solid #cacaca;
            border-radius: 5px;
        }
    }

    .right {
        background-color: var(--third-color);
        padding: 20px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        max-width: 35%;

        h2 {
            color: var(--fourth-color) !important;
            padding: 5px;
            border-bottom: 1px solid #cacaca;
        }

        h3 {
            background-color: var(--fourth-color);
            border-radius: 50px;
            margin: auto 0;
            z-index: 1;
            color: var(--third-color) !important;
        }

        p {
            background-color: var(--secondary-color);
            color: var(--fourth-color);
            padding: 0 20px;
            border-radius: 0 30px 30px 0;
            margin-left: -10px !important;
            border: 1px solid #fff;
        }

        .flex {
            margin-top: 10px;
        }

        a,
        a:hover {
            color: var(--fourth-color);
        }
    }

    h3,
    p {
        margin: auto 0 !important;
    }
}

.ctasection {
    .row {
        padding: 50px 20px !important;
    }

    img {
        width: 50px;
    }

    .col1 {
        grid-column: span 2;
        text-align: center;

        div:not(:first-child) {
            border-left: 1px solid var(--fifth-color);
        }
    }

    .column {
        padding: 20px !important;
        border: 1px solid #979797;
        border-radius: 10px;
    }

    a {
        color: var(--primary-color) !important;
    }

    a:hover {
        border-bottom: 1px dashed var(--sixth-color);
        color: var(--sixth-color) !important;
    }
}

.calendar,
.calendar1 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(/images/calendar.png);
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-size: 27px !important;

}

.user {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(/images/user.png);
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-size: 27px !important;
    padding-left: 30px !important;
}

.location,
.location1 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(/images/location.png);
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;

}

.calendar:focus,
.location.typing,
.user.typing,
.calendar1:focus,
.location1.typing {
    background-image: none !important;
}

.background-image-hidden {
    background-image: none !important;
}

.mobilecta {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 10px !important;
    padding: 20px 10px !important;
    border-radius: 10px;
    display: none;
    background-color: var(--secondary-color);
    color: var(--fourth-color);

    div {
        margin: auto 0 !important;
    }

    p {
        line-height: 1.5 !important;
        font-size: 13px !important;
    }

    .img {
        border: 2px solid var(--fourth-color);
        border-radius: 100%;
        padding: 2px !important;
    }

    img {
        width: 50px;
        background-color: #fff;
        border-radius: 50%;

        img {
            width: 100%;
        }
    }

    i {
        background-color: var(--primary-color);
        padding: 10px !important;
        border-radius: 50px;
        font-size: 20px;
    }
}

.aboutus {
    background-color: #f7f7f7;

    img {
        width: 100%;
        border-radius: 5px;
    }
}

.nzusps {
    .colum {
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 0 4px 4px rgba(20, 20, 20, 0.2);
    }
}

.nzbg {
    .column {
        background-image: url(../images/nzbg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 30px;
        border-radius: 10px;

        div {
            background-color: var(--fourth-color);
            padding: 20px;
            border-radius: 10px;
        }
    }
}

.faqsec {
    background-color: #f7f7f7;

    .fa-xmark,
    .faqdetails {
        display: none;
    }

    .show {
        display: block;
    }

    h3:first-child {
        flex: 1;
    }

    .faqs {
        border-bottom: 1px solid;
        padding-bottom: 10px;
        cursor: pointer;
    }

    .grid {
        margin-bottom: auto;
    }
}

.slider-container1 {
    position: relative;
    overflow: hidden;

    .slider1 {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .slide1 {
        min-width: 31.7%;
        margin: 10px;
        box-shadow: 0 0 3px 3px rgba(20, 20, 20, 0.2);
        border-radius: 10px;
        background-color: #f7f7f7;

        .imgbg {
            height: 185px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 10px 10px 0 0;
        }

        .innercol {
            padding: 15px;
        }

        p {
            font-size: 14px;
            line-height: 1.5;
        }
    }

    .prev-btn1,
    .next-btn1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(87, 87, 87, 0.6);
        color: white;
        border: none;
        padding: 5px 12px;
        border-radius: 50px;
        cursor: pointer;
        width: fit-content;
        z-index: 99;
    }

    .prev-btn1 {
        left: 10px;
    }

    .next-btn1 {
        right: 10px;
    }

    .disabled {
        opacity: 0.5;
        pointer-events: none;
        cursor: not-allowed;
    }
}

.nzroutes {
    background-color: #f7f7f7;

    .slider-container2 {
        position: relative;
        overflow: hidden;

        .slider2 {
            display: flex;
            transition: transform 0.5s ease-in-out;
            gap: 20px;
        }

        .slide2 {
            min-width: 23.7%;
            padding: 20px;
            border-radius: 10px;
            height: 350px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            align-items: end;

            h3 {
                color: var(--fourth-color) !important;
            }
        }

        .prev-btn2,
        .next-btn2 {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: var(--primary-color);
            color: white;
            border: none;
            padding: 5px 12px;
            border-radius: 50px;
            cursor: pointer;
            width: fit-content;
            z-index: 99;
        }

        .prev-btn2 {
            left: 10px;
        }

        .next-btn2 {
            right: 10px;
        }

        .disabled {
            opacity: 0.5;
            pointer-events: none;
            cursor: not-allowed;
        }
    }
}