@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: 1200px;
        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;
        width: 0%;
        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.8), rgba(20, 20, 20, 0.8)), url(/fmimages/bg.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !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: 100% !important;
            margin: 7px 0 !important;
        }

        .column {
            flex: 1 !important;
        }

input,
select,
textarea {
    padding-left: 30px !important;
}
    }
}

form {
    .radio {
        display: flex !important;
        gap: 20px !important;

        input {
            width: 15px !important;
        }
    }

    ::placeholder {
        font-size: 18px;
        color: #4b4b4b;
        padding-left: 10px !important;
    }

    input,
    select,
    textarea {
        width: 100% !important;
        padding: 10px 10px !important;
        margin: 5px 0 !important;
        border: 1px solid var(--fifth-color) !important;
        border-radius: 5px !important;
        font-size: 18px;
    }

    label {
        flex: 1 !important;
        font-family: var(--secondary-font) !important;
        font-size: 16px !important;
        text-align: left !important;
    }

    button {
        width: 100% !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;
    }
}

.ctasection {
    .row {
        padding: 50px 20px !important;
    }

    .column {
        padding: 20px !important;
        border: 1px solid #979797;
        border-radius: 10px;

        .col {
            flex: 1;

            div {
                flex: 1;
                text-align: center;
            }

            .center {
                border-right: 1px solid #141414;
                border-left: 1px solid #141414;
            }
        }
    }

    a {
        color: var(--primary-color) !important;
    }

    a:hover {
        border-bottom: 1px dashed var(--sixth-color);
        color: var(--sixth-color) !important;
    }
}

.bg2 {
    .row {
        padding-top: 0 !important;
    }

    .column {
        flex: 1 !important;
    }

    .innerrow {
        .column {
            flex: 1 !important;
            padding: 20px !important;
            box-shadow: 0 0 2px 2px rgba(20, 20, 20, 0.3);
            border-radius: 10px;
            margin-top: 20px !important;

            .right {
                text-align: right;
            }

            a {
                color: var(--primary-color) !important;
            }

            div {
                flex: 1;
            }

            .center {
                background-image: linear-gradient(to right, green, var(--sixth-color), var(--sixth-color), red);
                height: 10px;
                border-radius: 10px;
                margin: 20px 0 5px 0 !important;
            }

            .flex {
                h3 {
                    font-size: 25px !important;
                }

                img {
                    width: 50px;
                    height: auto !important;
                }
            }
        }
    }
}

.calendar, .calendar1 {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url(/fmimages/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(/fmimages/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(/fmimages/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;
}

.faq {
    .gap2 {
        gap: 30px;
    }

    .column {
        flex: 1 !important;
    }

    a {
        text-decoration: underline !important;
    }

    .icon {
        text-align: right !important;
        flex: 1;
        font-size: 20px;
    }

    .main {
        border-bottom: 1px solid var(--fifth-color);
        padding: 0 0 20px 0 !important;
        margin-bottom: 20px !important;
        cursor: pointer;

        h4 {
            color: var(--fifth-color) !important;
        }
    }

    #faqoff,
    #faqoff1,
    #faqoff2,
    #faqoff3,
    #faqoff4,
    #faqoff5,
    #faqoff6,
    #faqoff7,
    #faqoff8,
    #faqoff9,
    #faq1,
    #faq2,
    #faq3,
    #faq4,
    #faq5,
    #faq6,
    #faq7,
    #faq8,
    #faq9,
    #faq10 {
        display: none;
    }
}

.bg3 {
    .row {
        border-radius: 20px;
        background-color: rgb(0, 68, 153, 0.2);
        padding: 0 20px 20px 0 !important;
    }

    .hideshow1 {
        display: none;
    }

    .right,
    .left {
        margin-left: 20px !important;
    }

    .column {
        margin-top: -60px !important;
        flex: 1;
        background-color: var(--fourth-color);
        border-radius: 10px;
        box-shadow: 0 0 2px 2px rgba(20, 20, 20, 0.3);

        div {
            padding: 20px !important;
        }

        img {
            width: 100%;
            border-radius: 10px 10px 0 0;
        }
    }
}

.uspsection {
    .column {
        margin: auto !important;
        flex: 1;

        i {
            margin: auto 0 !important;
            padding: 10px !important;
            background-color: rgb(0, 68, 153, 0.2);
            border-radius: 50px;
            font-size: 25px;
        }

        div {
            margin-left: 15px !important;
        }
    }

    .col4 {
        padding: 10px 20px !important;
        box-shadow: 0 0 2px 2px rgba(20, 20, 20, 0.3);
        border-radius: 10px;
        cursor: pointer;
    }
}

.mainslider {
    .row {
        padding-top: 0 !important;
    }

    .firstslider {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    .slidebutton {
        display: flex;
        margin-bottom: 135px !important;

        i {
            font-size: 30px;
            color: var(--primary-color);
            cursor: pointer;
        }

        .rightBt {
            height: 100% !important;
            z-index: 1;
            text-align: right !important;
            align-items: end !important;
            margin-top: 137px !important;
            margin-right: -20px !important;
            background-color: var(--fourth-color);
            border-radius: 50px;
        }

        .leftBt {
            z-index: 1;
            margin-top: 137px !important;
            margin-left: -20px !important;
            background-color: var(--fourth-color);
            border-radius: 50px;
        }
    }

    .slides {
        display: flex;
        transition: transform 0.5s ease;
        gap: 15px;
    }

    .slider1 {
        position: relative;

        .slide1 {
            background-position: center !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
            min-width: 217.5px;
            height: 300px;
            padding: 240px 20px 20px 20px !important;
            border-radius: 15px;

            p {
                color: #fff !important;
                font-size: 20px !important;
                font-weight: 700;
            }
        }
    }
}

.bg {
    background-color: var(--primary-color);
    text-align: center;

    h2,
    p {
        max-width: 50%;
        margin: 0 auto !important;
        color: var(--fourth-color) !important;
    }
}

.newfooter {
    background-color: var(--third-color) !important;

    .mainfooter {
        width: 1200px;
        padding: 40px 20px 0 20px !important;
        margin: auto !important;

        h3,
        p {
            color: var(--fourth-color) !important;
        }

        .social {
            justify-content: end;

            i {
                background-color: var(--fourth-color);
                color: var(--secondary-color);
                padding: 10px !important;
                border-radius: 50px;
            }

            i:hover {
                background-color: var(--primary-color);
                color: var(--fourth-color);
            }

            div {
                gap: 12px;
            }
        }

        .links {
            border-top: 1px solid var(--fourth-color);
            border-bottom: 1px solid var(--fourth-color);
            padding: 20px 0 !important;
            margin-top: 20px !important;

            a::before {
                content: "\f105";
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                margin-right: 8px;
            }
        }

        .column {
            flex: 1 !important;

            b {
                font-size: 18px;
            }

            a {
                color: var(--fourth-color) !important;
                text-decoration: none !important;
            }

            a:hover {
                text-decoration: underline dashed !important;
            }
        }

        img {
            width: 200px !important;
        }
    }

    .foot {
        width: 1200px;
        padding: 20px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        color: var(--fourth-color) !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;
    }
}

.bookingpopup {
    height: 100vh;
    .column {
        text-align: center;
        .detail {
            padding: 15px !important;

            h2 {
                line-height: 1 !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            p {
                line-height: 1.5 !important;
            }

            div {
                flex: 1 !important;
                margin: auto 0 !important;
            }

            img {
                width: 100%;
            }
        }
    }

    .loading {
        width: 75px !important;
    }

    .call {
        background-color: var(--primary-color);
        border-radius: 0 0 10px 10px;
        padding: 10px !important;
        h4 {
            color: var(--fourth-color) !important;
        }
    }
    
    .img {
        background-color: var(--third-color);
        border-radius: 10px 10px 0 0;
        padding: 15px !important;
        img {
            width: 30%;
        }
    }
    .center{
        box-shadow: 0 0 5px 5px rgba(20, 20, 20, 0.2);
    width: 30%;
    margin: auto !important;
    background-color: var(--fourth-color);
    border-radius: 10px;
    }
}

section .wizard .tab-content .row {
    width: 100% !important;
    padding: 0 !important;

}