﻿.header_block {
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    transition: all 0.5s;
    background: var(--bg1-dark-h);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(10px);
}

.header_section {
    display: flex;
    border-radius: 0;
    transition: all 0.5s;
    min-height: 45px;
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
    padding: 10px 0px;
    column-gap: 60px;
    justify-content: space-between;
}

.logo_section {
    min-width: 70px;
}

a.logo_display {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
}

    a.logo_display img {
        object-fit: contain;
        max-width: 215px;
        max-height: 40px;
        transition: all 0.5s;
        width: 100%;
    }

.center_menusection {
    flex-grow: 1;
}

.menu_inside {
    display: flex;
    gap: 30px;
    align-items: center;
}

.menu_icon {
    min-width: 25px;
    height: 26px;
    display: none;
}

.header_menu {
    border-top: 1px solid rgb(255 255 255 / 20%);
}

.service_menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

    .service_menu > li > a {
        font-weight: 600;
        font-size: 14px;
        padding: 0px 0px;
        color: var(--color);
        position: relative;
        z-index: 1;
        white-space: nowrap;
        display: flex;
        align-items: center;
        column-gap: 5px;
        transition: all 0.3s;
        line-height: 35px;
    }

        .service_menu > li > a:hover {
            color: var(--active-menu);
        }

.hotel_menu_icon {
    background-position: -120px -44px;
}

.tour_menu_icon {
    background-position: -196px -44px;
}

.profile_menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: flex-end;
}

    .profile_menu > li > a, .profile_menu li .link_triger {
        padding: 0px;
        font-size: 14px;
        color: var(--text-dark-h);
        font-weight: 700;
        position: relative;
        z-index: 1;
        white-space: nowrap;
        display: flex;
        align-items: center;
        column-gap: 5px;
        transition: all 0.3s;
        line-height: 33px;
        cursor: pointer;
        text-transform: uppercase;
    }

        .profile_menu > li > a.h_buttton, .profile_menu > li > .link_triger.h_buttton {
            line-height: 40px;
            padding: 0 20px;
            box-sizing: border-box;
            border-radius: 3px;
            background: var(--btn-bg);
            display: flex;
            align-items: center;
            column-gap: 5px;
            color: #fff;
            overflow: hidden;
            position: relative;
        }

    .profile_menu > li > .h_buttton.reg_btn {
        color: var(--color);
        line-height: 40px;
        padding: 0 10px;
    }

ul.dropdown-content.menu_search li a {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.arrow_h_icon {
    width: 12px;
    height: 10px;
    background-position: -230px -11px;
}

.help_h_icon {
    width: 13px;
    height: 11px;
    background-position: -350px -71px;
}

.reg_icon {
    background-position: -99px -8px;
    width: 19px;
    height: 19px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: block;
    position: absolute;
    background: #fff;
    min-width: 200px;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 99;
    border-radius: 3px;
    box-shadow: var(--box-shadow);
    max-width: fit-content;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.dropdown-content-credit {
    width: 257px;
    max-width: max-content;
    padding: 15px 0;
}

.dropdown-content > li {
    margin: 0;
    display: block;
    width: 100%;
    float: left;
}

    .dropdown-content > li > a {
        color: var(--all-text-main);
        text-decoration: none;
        display: block;
        line-height: 40px;
        padding: 0px 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-weight: 600;
        white-space: nowrap;
        cursor: pointer;
    }

        .dropdown-content > li > a:hover {
            padding-left: 15px;
            color: var(--hover);
        }
.guest_acc {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
}

    .guest_acc a:first-child {
        background: var(--btn-bg);
    }

    .guest_acc a:last-child {
        background: var(--other-bg);
        color: var(--color);
    }

    .guest_acc a {
        line-height: 45px;
        padding: 0 20px;
        border-radius: 3px;
        transition: all 0.4s;
        white-space: nowrap;
        color: var(--color);
    }
.Credit {
    padding: 5px;
    background: var(--other-bg);
    color: var(--color);
    display: flex;
    column-gap: 5px;
    align-items: center;
}

i.fa.fa-refresh.refreshlimit {
    margin-left: 10px;
}

.fa-refresh:before {
    content: "\f021";
}

.Credit_color {
    padding: 0px 0px;
    background: #f7f9fc;
    color: #000;
    border: 1px solid var(--border-color);
    border-bottom: none;
    margin-bottom: 15px;
}

.Credit_dtl {
    display: block;
    width: 100%;
    line-height: 25px;
    border-bottom: 1px solid var(--border-color);
    padding: 0 5px;
    align-items: center;
    white-space: nowrap;
}

    .Credit_dtl span:last-child {
        float: right;
    }

.CurrencyList ul {
    list-style: none;
    max-width: 330px;
    left: 0;
    width: max-content;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

    .CurrencyList ul li {
        display: inline-block;
        flex: 0 0 93px;
    }

        .CurrencyList ul li a {
            border: 1px solid var(--border-color);
            padding: 0px 8px;
            width: 100%;
            border-radius: 24px;
            font-weight: 700;
            font-size: 12px;
            line-height: 35px;
        }

li.active.select_item a {
    background: var(--active-menu);
    color: #fff;
    border-color: var(--active-menu);
}

.cart_icon {
    position: relative;
    width: 32px;
    height: 25px;
    background-position: -162px -239px;
    line-height: inherit !important;
}

.cartcount {
    position: absolute;
    top: -5px;
    z-index: 9;
    border-radius: 50%;
    color: var(--other-bg);
    right: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid var(--btn-bg);
    line-height: 19px;
    background: #fff;
    border: 2px solid var(--btn-two-bg);
}

a.popup-close, div.popup-close {
    position: absolute;
    top: -16px;
    right: -12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: normal;
    border: 1px solid transparent;
    box-shadow: 0px 8px 16px rgb(15 15 15 / 10%);
    font-size: 23px;
    transition: all .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 99999999;
    background: #fff;
    color: var(--all-text-main);
    text-align: center;
    cursor: pointer;
}
/*login popup start*/
.modal-dialog-login {
    background: #fff;
    max-width: 520px;
    padding: 20px;
    position: relative;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 0 auto;
    color: var(--all-text-main);
}

.login_title {
    text-align: left;
    font-size: 24px;
    color: var(--color);
    margin-bottom: 20px;
    font-weight: 700;
    line-height: normal;
}

.form-group {
    margin-left: 10px;
    margin-right: 10px;
}

.login_input_icon, .email_icon, .phone_icon_l {
    position: absolute;
    top: 15px;
    left: 10px;
    background-position: -6px -7px;
    width: 21px;
    height: 21px;
    float: left;
}

.password_icon {
    background-position: -39px -7px;
}

.tab-external-link {
    color: var(--all-text-third);
    white-space: nowrap;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 14px;
}

.login_button {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    color: var(--color);
    padding: 0px 20px;
    width: 100%;
    line-height: 50px;
    transition: all 0.3s;
    margin: 0px auto;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    background: var(--btn-two-bg);
}

.login_input {
    color: var(--all-text-main);
    font-weight: 400;
    height: 50px;
    display: block;
    width: 100%;
    padding: 0 10px 0 40px;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.or {
    text-align: center;
    font-size: 12px;
    color: var(--all-text-main);
    margin: 0 auto;
    font-weight: bold;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 25px;
}

.form-login-socials {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}

a.social-button {
    line-height: 48px;
    border-radius: 24px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--all-text-main);
    border: 1px solid var(--border-color);
    transition: all 0.3s;
    font-size: 16px;
    font-weight: bold;
}

.form-footer {
    text-align: center;
    color: var(--color);
    font-weight: 600;
    font-size: 15px;
}

    .form-footer p a {
        color: var(--all-text-third);
        transition: all 0.3s;
        font-size: 16px;
    }

.login_from {
    position: relative;
}

.from-group-input {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

    .from-group-input .input_check_box label::before {
        border: 2px solid #fff;
    }

    .from-group-input .input_check_box label {
        color: #fff;
    }

    .from-group-input .input_check_box input:checked ~ label:before {
        color: #fff;
        border: 2px solid #fff;
    }
/*login popup end */
/*footer css*/
footer.footer-areawe {
    background-color: var(--btn-bg);
    color: var(--color);
    margin-top: 30px;
    position: relative;
    padding: 50px 0px 0px 0px;
}



.footer_logo img {
}

.foter_title {
    font-weight: 600;
    font-size: 18px;
    color: var(--color);
    margin: 0px 0 15px 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer_row {
    display: flex;
    gap: 60px;
    position: relative;
    justify-content: space-between;
}




.contact_part a, .contact_part .con_div {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

    .contact_part a b, .contact_part .con_div b {
        color: var(--btn-two-bg);
        margin-bottom: 5px;
        display: none;
    }

.contact_part {
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 142.857% */
    align-items: center;
}


.contact_icon {
    width: 25px;
    height: 25px;
    position: relative;
    left: 0;
    min-width: 25px;
}

.address_icon {
    background-position: -448px -422px;
}

.phone_icon {
    background-position: -445px -463px;
}

.mail_icon {
    background-position: -445px -497px;
}

.usefull_link li a {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
    color: var(--color);
    padding-left: 20px;
    margin-bottom: 0;
}

.usefull_link {
    display: flex;
    flex-direction: column;
}

    .usefull_link li {
        width: 100%;
    }

        .usefull_link li a:before {
            position: absolute;
            content: "";
            left: 0;
            width: 14px;
            height: 10px;
            background-position: -204px -388px;
            top: 8px;
        }

ul.resocial {
    display: flex;
    column-gap: 10px;
    flex-direction: column;
    row-gap: 10px;
}

    ul.resocial a {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        column-gap: 10px;
    }

.f_social {
    width: 30px;
    height: 30px;
    position: relative;
}

.linkedin_icon {
    background-position: -6px -406px;
}

.facebook_icon {
    background-position: -6px -280px;
}

.snapchat_icon {
    background-position: -213px -247px;
}

.instagram_icon {
    background-position: -6px -364px;
}

.twitter_icon {
    background-position: -6px -322px;
}

.trip_icon {
    background-position: -9px -313px;
}

.payment_icon {
    width: 130px;
    height: 38px;
    background-position: -6px -465px;
    margin: 0 auto;
    float: right;
}

.footer-bottom {
    line-height: 45px;
    font-weight: 600;
    font-size: 14px;
    color: var(--all-text-sub);
    padding-top: 0;
    border-top: 1px solid var(--border-color);
}

    .footer-bottom a {
        color: #fff
    }


.subscribe_input {
    width: 100%;
    display: flex;
    color: var(--color);
    gap: 15px;
    padding-bottom: 15px;
    flex-direction: column;
}

    .subscribe_input h2 {
        color: var(--all-text-main);
        font-size: 16px;
        font-weight: 600;
        line-height: 36px; /* 112.5% */
        margin: 0px;
        text-align: left;
    }



    .subscribe_input > div {
        display: flex;
        text-align: center;
        flex: 1;
        max-width: 670px;
    }

.Subscribe_input {
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
    width: 100%;
    color: var(--all-text-main);
    border-radius: 5px 0px 0px 5px;
    border: 1px solid var(--border-color);
    background: #FFF;
}

.btn-enquiry_banner {
    width: 100%;
    height: 50px;
    background: var(--btn-bg);
    position: relative;
    cursor: pointer;
    border: none;
    padding: 0 25px;
    color: var(--color);
    white-space: nowrap;
    font-weight: 600;
    margin: 0 auto;
    z-index: 0;
    overflow: hidden;
    max-width: fit-content;
    border-radius: 0px 5px 5px 0px;
}

.footer_col_white {
    border-radius: 10px;
    background: #FFF;
    color: #000;
    padding: 30px 30px 0px 30px;
    margin: 30px 0;
}

.footer_logo {
    margin-bottom: 15px;
}

.footer_white {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer_left {
    flex: 1;
}

.footer_right {
    flex: 1;
}

.footer_left p {
    color: var(--all-text-sub);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.footer_last_logo {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}
    .footer_last_logo p {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; 
        margin:0px;
    }

@media (max-width:600px) {
    .menu_inside .profile_menu {
        column-gap: 10px;
    }

    .profile_menu > li > a, .profile_menu li .link_triger {
        font-size: 12px;
        column-gap: 5px;
    }

    .profile_menu > li > .link_triger.h_buttton {
        padding: 5px;
    }

    .header_section {
        column-gap: 5px;
        padding: 5px 15px;
        justify-content: space-between;
    }

    .dropdown-content-credit, .CurrencyList ul {
        left: auto;
        right: 0;
    }

    .CurrencyList ul {
        max-width: 226px;
    }

    .orange_contactus {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) and (min-width: 200px) {
    .subscribe_input {
        gap: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        flex-direction: column;
    }

        .subscribe_input h2 {
            font-size: 16px;
            line-height: normal;
        }
    .footer_last_logo p {
       text-align:center;
    }
    .footer_row {
        gap: 10px;
        flex-wrap: wrap;
    }
    .footer_col_white {
        padding:15px;
        margin: 10px 0;
    }
    .footer_white, .footer_last_logo {
        flex-direction: column;
    }
    .footer-bottom {
        line-height: 20px;
        font-weight: 600;
        font-size: 11px;
        margin-top: 10px;
        padding: 5px 0;
    }

    footer.footer-areawe {
        padding-top: 10px;
        margin-top: 20px;
    }

    .foter_title {
        font-size: 15px;
        line-height: 20px;
        margin: 5px 0 5px 0;
    }

    .footer_contact {
        padding: 15px;
        align-items: flex-start;
        margin-top: 15px;
        flex-direction: column;
    }



    a.h_buttton.reg_btn.mobile_reg {
        width: 100%;
        border-radius: 20px;
        height: auto;
        padding: 0 3px;
    }

    a.logo_display img {
        max-height: 45px;
        width: auto;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .footer_row {
        gap: 10px;
        flex-wrap: wrap;
    }

    .footer_col {
        width: calc(100%/2 - 20px);
    }
}
