@import url(./style.css);

.newheader {
    background: transparent;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;

    .newhead {
        width: 90%;
        margin: auto;
        border: 0;
        padding: 15px 20px;
        border-radius: 100px;
    }

    .left {
        margin: auto 20px auto 0;
        max-width: fit-content;

        img {
            width: 150px;
        }
    }

    .right {
        margin: auto 0;
        max-width: fit-content;

        button {
            border-radius: 50px;
            line-height:1.3;
            font-size:13px;
        }
    }
}

.newheader.scrolled {
    background: var(--secondary-color);

}

.navigate {
    margin: auto 0;
    ul {
        display: flex;
        list-style-type: none;
        gap: 10px;
        margin-bottom: 0;
        background-color: transparent;
        justify-content: center;
    }

    nav ul li a.active {
        color: var(--primary-color) !important;
    }

    a {
        color: var(--fourth-color) !important;
        transition: border-color 0.5s ease-in-out;
        padding: 0;
        border-radius: 5px;
    }

    li {
        background-color: transparent;
        margin: 0;
        padding: 0 14px;
        cursor: pointer;
    }

    li:hover {
        a {
            color: var(--secondary-color) !important;
        }
    }
}

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;
            margin-left: 20px;
        }
    }

    ::placeholder {
            color: #595959 !important;
        }

    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: 14px;
        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: linear-gradient(180deg, #6353DF, #EDA8E5, #fff 99%);
    h1 {
        font-size: 42px !important;
        color: var(--fourth-color) !important;
    }

       .row {
           padding-top: 130px;
       }
}

.contact {
    form {
        margin-top: 10px;

        button {
            width: 100px;
        }

        input {
            padding: 15px;
            border: 1px solid #cacaca;
            border-radius: 5px;
        }
    }

    .right {
        background-color: var(--primary-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(--primary-color) !important;
        }

        p {
            background-color: var(--primary-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;
    }
}

.cta {
    background-color: var(--secondary-color);
    padding: 15px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    margin: 10px;
    border-radius: 10px;

    i {
        background-color: var(--third-color);
        color: var(--fourth-color);
        padding: 10px;
        border-radius: 100%;
    }

    div {
        margin: auto 0;
    }

    h3,
    p {
        margin: auto 0 !important;
        color: var(--fourth-color) !important;
        padding: 0 !important;
        line-height: 1.5;
    }

    h4 {
        color: var(--fourth-color) !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.5;
    }
}

.bg1 {
    background: linear-gradient(180deg, #6353DF, #EDA8E5, #fff 99%);
    text-align: center;

    .row {
             padding-block: 130px 15px;
             position: relative;
         }

         .grid, .flex {
             gap: 5px;
         }

.search_flights {
    flex:none !important;
    margin-block: auto !important;
    #flight_submit {
    padding: 2px 12px;
    border-radius: 50px;
                   }
}

.row-custom {
    margin: 0 auto;
    margin-top: 15px;
    background: #fff;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 25px;
}

    h1 {
        font-size: 55px !important;
        color: var(--fourth-color) !important;
    }

    .col3 {
        margin-top:15px;
        border-radius:50px;
        background:#fff;
        text-align:left;
        padding: 0 10px;

        div {
                flex:1;
            }

    input, select {
        border: none;
        background: transparent;
        margin:0;
        border-radius:0;
        height:60px;
                    width: 100% !important;
            font-size: 15px;
            background-position-y: center;
            background-position-x: 7px;
            background-repeat: no-repeat;
            background-size: 15px;
        padding-left: 30px;
    }

    input {
        border-right: 1px solid #cacaca;
    }
    }

    #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');
        }
}

.bglogos {
    background: var(--third-color);
    text-align: center;

    img {
            width: 50%;
        }

        .row {
            padding-block: 15px;
        }
}

.journey {
    background: #f7f7f7;
    img {
            width: 100%;
        }

        hr {
            margin-block: 5px;
            width: 50px;
            border: 2px solid var(--secondary-color);
        }
}

.usps {
    .column {
                                 background-color: rgb(65, 65, 165, 0.1);
                                 padding: 20px;
                                 border-radius: 5px;
                             }

                             p {
                                 line-height: 1.6;
                             }

.newcol {
    background-color: #f36c3b;
    h2 {
           color: #fff !important;
       }
}

.fa-arrow-right-long {
    background-color: var(--third-color);
    padding: 10px;
    border-radius: 50%;
}
}

.slider-container1 {
        position: relative;
        overflow: hidden;

    .slider1 {
        display: flex;
        transition: transform 0.5s ease-in-out;
        gap: 20px;
    }

    .slide1 {
        min-width: 32%;
        border: 1px solid var(--secondary-color);
        padding: 15px;
        border-radius:3px;
        display:flex;
        flex-direction:column;
        justify-content: space-between;

        p {
              line-height: 1.6;
              font-size:15px;
          }

        p:last-child {
                         width: fit-content;
              background: var(--secondary-color);
              padding:0 10px;
              color:#fff;
              border-radius:2px;
              margin-top: 10px;
          }
    }

    .prev-btn1,
    .next-btn1 {
        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-btn1 {
        left: 10px;
    }

    .next-btn1 {
        right: 10px;
    }

    .disabled {
        opacity: 0.5;
        pointer-events: none;
        cursor: not-allowed;
    }
}

.faqsec {
    h4:first-child {
                       flex:1;
                   }

.fa-chevron-up, .faqdetails {
    display: none;
}

.grid {
    margin-bottom: auto;
}

.faqs {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
}

.faqdetails {
    background:#ffff;
    padding:15px;
    margin-top:10px;
    box-shadow: 0 0 2px 2px rgba(20, 20, 20, 0.05);
    border-radius:3px;
}
}

.slider-container2 {
        position: relative;
        overflow: hidden;

    .slider2 {
        display: flex;
        transition: transform 0.5s ease-in-out;
        gap: 20px;
    }

    .slide2 {
        min-width: 23.65%;

        img {
                width:100%;
                border-radius: 10px 10px 0 0;
            }

            h3 {
                color: var(--fourth-color) !important;
                text-align:center;
                background: var(--primary-color);
                padding: 10px 15px;
                border-radius: 0 0 10px 10px;
            }
    }

    .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;
    }
}

.herobg {
    .flight-details {
                        background: #fff;
                        border-radius:50px;
                        padding: 0 10px;
                        input {
                                  border-right: 1px solid #cacaca;
                              }

                              input, select {
                                  height:55px;
                                  width:100%;
                                  padding: 10px 15px;
                                  background:transparent;
                              }
                    }

.search_flights {
    margin-top:10px;
    justify-content:end;
    text-align:right;

    #flight_submit {
                       padding: 2px 15px;
                       border-radius: 25px;
                   }
}
}