@import url(./variable.css);

.off-div-a i {
    color: #6B0F1A !important;
}

.logo-div {
    width: 180px;
}

.nav-link:hover {
    color: #fff;
}

.nav-link:focus,
.nav-link:hover {
    color: #7a0f18;
}

.main-nav {
    background: transparent;
}

.nav-cta {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--black) !important;
    padding: 9px 10px;
    border-radius: 2px;
    box-shadow: 0 2px 15px rgba(201, 168, 76, 0.3);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    /* smooth fill */
    background-image: linear-gradient(to right, #781e2d, #781e2d), linear-gradient(135deg, var(--gold), var(--gold-light));
    background-size: 0% 100%, 100% 100%;
    background-position: left;
    background-repeat: no-repeat;
    transition: background-size .4s ease, color .35s ease, transform .35s ease, box-shadow .35s ease !important;
}

.nav-cta:hover {
    background-size: 100% 100%, 100% 100%;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(120, 30, 45, 0.35);
}

.nav-cta:hover i {
    color: #fff !important;
}

.login-icon {
    margin-right: 8px;
}

.nav-cont-div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 72px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #c9a84c33;
    transition: box-shadow 0.3s;
}

.navbar-nav {
    list-style: none;
    display: flex;
    gap: 5px;
    font-family: 'Montserrat', sans-serif;
}

.navbar-nav a {
    color: #4A4A4A;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.2px;
    transition: opacity 0.3s;
}

.tact-nav {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;
    padding: 3px 0px;
    padding-right: 3px;
}

.tact-nav::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    transition: width 0.35s ease;
}

.tact-nav:hover {
    color: #E8C96B;
}

.tact-nav:hover::after {
    width: 100%;
}

/*servise  Mega menu start */
/* ===== Mega Menu ===== */
.mega-parent {
    position: relative;
}

.mega-menu {
    position: absolute;
    left: -100px;
    top: 100%;
    width: 450px;
    background: #fff;
    padding: 5px;
    border-radius: 15px;
    display: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.mega-menu.expand {
    width: 850px;
}

.mega-parent:hover .mega-menu {
    display: block;
}

.mega-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.mega-right {
    margin-left: 10px;
    width: 400px;
    background: #f5e5e569;
    border-left: 1px solid #eee;
    flex-shrink: 0;
    border-radius: 5px;
    transition: opacity 0s ease;
}

.mega-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px;
    border-radius: 15px;
    justify-content: space-between;
}

.mega-text {
    padding: 10px;
}

.mega-item:hover {

    background: linear-gradient(90deg, #ffffff, #f4e2e1, #fac5c4);
    border-radius: 0px 15px 15px 0px;
}

.mega-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 50%;
}

.mega-text h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Cinzel', serif;
}

.mega-text p {
    font-size: 12px;
    margin: 0;
    color: #555;
}

/* sub menu right side */

/* location mega menu */
.mega-parentt {
    position: relative;
}

.mega-menuu {
    position: absolute;
    top: 100%;
    left: -340px;
    background: #ffffff;
    padding: 20px 10px;
    display: none;
    z-index: 999;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(12, 11, 11, 0.63);
    max-height: 500px;
    overflow-y: auto;
}

.mega-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mega-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.img-mega-div {
    display: flex;
    flex-direction: column;
}

.mega-imgg {
    width: 190px;
    height: 100px;
    overflow: hidden;
    border-radius: 3px;
}

.mega-items {
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mega-items:hover {
    transform: scale(1.1);
}

.mega-items p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

/* Hover Effect */
.mega-parentt:hover .mega-menuu {
    display: block;
}

/* Mega menu end */
.navbar-toggler-icon {
    filter: invert(1);
}

.navbar-toggler,
.menu-btn,
.offcanvas-btn {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.menu-btn:focus,
.menu-btn:active,
.offcanvas-btn:focus,
.offcanvas-btn:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.custom-toggler {
    width: 45px;
    height: 40px;
    padding: 0;
    color: #ccc;
    border: none;
    font-size: 31px;
}

.offcanvas-body {
    overflow-y: auto;
    scrollbar-width: none;
    padding: 0px 40px;
}

.offcanvas-body::-webkit-scrollbar {
    display: none;
}

.offcanvas-body,
.offcanvas-body .av-link,
.offcanvas-body .d-text,
.offcanvas-body button {
    font-family: 'Inter', sans-serif;
}

.offcanvas-body a {
    color: #383838;
}

.nav-div-btn {
    margin-top: 10px;
}

.nav-div-btn .nav-right {
    list-style: none;
    gap: 10px;
}

.hero-nav {
    position: absolute;
    top: 8px;
    width: 100%;
    padding: 0 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.hero-nav ul {
    list-style: none;
    display: flex;
    gap: 28px;
}

.hero-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: opacity 0.3s;
}

.hero-nav ul li a {
    text-decoration: none;
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Hover effect */
.hero-nav ul li a:hover {
    background-color: rgb(203, 29, 36);
    transform: scale(1.05);
    padding: 8px 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.glass-offcanvas {
    width: 45% !important;
    background: #ffe9d5ab;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45);
}

/* Header */
.glass-header {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.off-nav-right {
    flex-direction: column;
    gap: 10px !important;
    padding: 0;
}

.off-sign-btn {
    padding: 9px 10px;
    background: #C91D24;
    color: white;
    border-radius: 18px;
    font-weight: 500;
    font-size: 15px;
    border: none;
    margin-top: 30px;
}

.off-sign-btn:hover {
    background: rgb(226, 66, 93);
}

.off-sign-btn i {
    padding: 0px 14px;
}

.btn-close {
    /* background-color: #ffffff94;
    border-radius: 50%; */
    font-size: 13px;
}

/* Body */
.glass-body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.35));
    color: #fff;
}

/* Nav links */
.glass-body .nav-link {
    color: #fff;
    opacity: 0.9;
    padding: 12px 16px;
    border-radius: 12px;
    transition: 0.3s;
}

.desktop-menu a {
    text-transform: uppercase;
}

.desktop-menu a:hover {
    color: goldenrod;
}

.off-social-left {
    list-style: none;
}

.off-social-left {
    flex-direction: column;
}

.social-div-a {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.off-social-right {
    list-style: none;
}

.social-left {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

/* anchor styling */
.social-left li i {
    color: rgb(203, 29, 36);
}

.social-right {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.social-right-a {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    padding: 10px;
    background: #CA1D24;
    color: #fff;
    transition: 0.3s;
}

.social-right-a {
    width: 25px;
    height: 25px;
    font-size: 13px;
}

.off-nav-item {
    border-radius: 30px;
    border: 1px solid transparent;
    padding: 3px 10px;
}

.off-nav-item:hover {
    border: 1px solid goldenrod;
    background: #6b0f1a23;
}

.drop-icon {
    /* margin-left: 150px; */
    font-size: 13px;
    color: #383838;
}


.mega-drop-icon {
    transform: rotate(-90deg);
}

.mega-drop-icon.rotate {
    transform: rotate(90deg);
}

.off-canva-logo {
    height: 30px;
    width: 100px;
}

/* Buttons */
.sign_btn {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    padding: 10px 18px;
    border-radius: 14px;
    transition: 0.3s;
}

.sign_btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.li-offcanva-drop {
    color: #fff;
}

.off-servise-span {
    font-size: 11px;
    color: #383838;
}

/* offcanva drop start */
/* dropdown container */
.drop {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
    margin-top: 2px;
}

.drop.show {
    max-height: 500px;
    opacity: 1;
}

.dropander {
    background: rgba(255, 255, 255, 0.116);
    border-radius: 18px;
    padding: 6px;
    max-height: 242px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.d-text {
    font-size: 11px;
    text-transform: uppercase;
}

.offcanva-img {
    width: 25px;
    height: 30px;
}

.offcanva-img i {
    margin-top: 4px;
}

#serviceToggle.active .drop-icon {
    transform: rotate(180deg);
}

.dhbtn1:hover .offcanva-img,
.dhbtn1:hover .d-text {
    color: #7a0f18;
}

/* dropdown links */
.dhbtn1 {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 10px;
    border-radius: 10px;
    text-decoration: none;
}

.dhbtn1 i {
    font-size: 13px;
}

.drop-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.menu-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgb(225 212 212 / 95%), rgb(224 219 212 / 92%));
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 8px 8px 18px rgb(0 0 0 / 14%), inset 1px 1px 1px rgba(255, 255, 255, 0.9), inset -1px -1px 2px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .35s ease;
}

.menu-icon i {
    color: #7b0d17;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.menu-icon::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 8px;
    width: 65%;
    height: 38%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    filter: blur(4px);
    opacity: .9;
}

.menu-link:hover .menu-icon {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.10), -8px -8px 20px rgba(255, 255, 255, 1), inset 1px 1px 1px rgba(255, 255, 255, 1), inset -2px -2px 4px rgba(0, 0, 0, 0.04);
}

/* arrow animation */
.off-service-toggle i {
    transition: transform 0.3s ease;
    margin-left: 5px;
}

.off-service-toggle.active i {
    transform: rotate(180deg);
}

.sub-drop {
    padding-left: 45px;
    display: flex;
    flex-direction: column;
}


.sub-link {
    padding: 6px 0;
    font-size: 14px;
    text-decoration: none;
    color: #444;
}

.sub-link:hover {
    color: #CA1D24;
}

.small-arrow {
    font-size: 12px;

}

.service-item {
    width: 100%;
}

.service-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.sub-drop {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
}

.sub-drop a {
    padding: 5px 0;
    font-size: 14px;
    text-decoration: none;
    color: #313233;
}

.small-arrow {
    transition: transform 0s ease;
}

.off-sub-menu:hover {
    color: #7a0f18;
}

.location-dropdown {
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: none;
    background: rgba(255, 255, 255, 0.116);
    border-radius: 18px;
    padding: 6px;
    max-height: 220px;
    overflow-y: auto;
}

.airport-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.airport-list li {
    padding: 10px 15px;
    color: #424242;
    font-size: 11px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
}

.airport-list i {
    padding: 0px 8px;
    transform: rotate(-35deg);
}

.airport-list li:hover {
    color: #7a0f18;
}

.drop-icon-loc {
    color: #383838;
    font-size: 13px;
}

#locationToggle.rotate .drop-icon-loc {
    transform: rotate(180deg);
}

.off-nav-location {
    display: flex;
    align-items: center;
    gap: 6px;
}

.off-nav-location {
    cursor: pointer;
    user-select: none;
}

.off-nav-location:focus {
    outline: none;
}

.offcanvas-btnn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 10px;
    text-align: center;
    border-radius: 8px;
}

.sub-dropdown-meet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mobile-login-btn {
    background: linear-gradient(135deg, #ffd966, #ffd966);
    color: var(--black) !important;
    padding: 9px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(201, 168, 76, 0.3);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #781e2d, #781e2d), linear-gradient(135deg, #ffd966, #ffd966);
    background-size: 0% 100%, 100% 100%;
    background-position: left;
    background-repeat: no-repeat;
    transition: background-size .4s ease, color .35s ease, transform .35s ease, box-shadow .35s ease !important;
}

.mobile-login-btn:hover {
    background-size: 100% 100%, 100% 100%;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(120, 30, 45, 0.35);

}

.mobile-book-service {
    background: linear-gradient(135deg, #ffd966, #ffd966);
    color: #fff !important;
    padding: 9px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(201, 168, 76, 0.3);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    /* smooth fill */
    background-image: linear-gradient(to right, #ffd966, #ffd966), linear-gradient(135deg, #7a0f18, #7a0f18);
    background-size: 0% 100%, 100% 100%;
    background-position: left;
    background-repeat: no-repeat;
    transition: background-size .4s ease, color .35s ease, transform .35s ease, box-shadow .35s ease !important;
}

.mobile-book-service:hover {
    background-size: 100% 100%, 100% 100%;
    color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(120, 30, 45, 0.35);
}

.brand-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 10px;
    background: rgba(240, 233, 233, 0.37);
    border-radius: 20px;
    padding: 10px 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 2px solid #dadada;
}

.brand-logo-off {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-card-text {
    color: #555;
    font-size: 11px;
    margin-bottom: 8px;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.social-icons a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #7a0f18;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}

.social-icons a:hover {
    background: #fff;
    color: #7a0f18;
}

.social-icons a i {
    font-size: 13px;
}

/* drop down in location end */
/* offcanva drop end */
/* offcanva body end */

.nav-right a {
    margin-top: 8px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.2px;
    transition: opacity 0.3s;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.custom-modal {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 20PX;
}

.custom-modal .login-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 29%;
    height: auto;
    margin-bottom: 0;
    padding-top: 20PX;
    font-family: 'Montserrat', sans-serif !important;
}

.modal-backdrop.show {
    display: none;
}

.modal-body h4 {
    margin-top: 0px;
}

.custom-modal .btn-close {
    margin-left: auto;
}

.country-code {
    width: 40px;
    min-width: 40px;
    padding: 0 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    background-image: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Select (country code) focus red */
.form-select:focus {
    border-color: red;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.login-toggler-div {
    background-color: #0e0c0ca9;
}

.premium-login-btn {
    background: linear-gradient(135deg, #f7c873, #d4af37);
    color: #1f2933;
    border: none;
    border-radius: 999px;
    padding: 10px 26px;
    font-weight: 700;
    letter-spacing: 0.6px;
    box-shadow: 0 6px 14px rgba(212, 175, 55, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.premium-login-btn:hover {
    background: linear-gradient(135deg, #ffd77a, #c9a227);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(212, 175, 55, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.premium-login-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.35), inset 0 3px 6px rgba(0, 0, 0, 0.15);
}

.m-orange {
    background: linear-gradient(135deg, #b10606, #0e0c0c);
    color: #fff;
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: 600;
    border: 1px solid #b10606;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
}

.m-orange:hover {
    background: var(--gold);
    border-color: var(--gold);
}

.m-orange:active {
    background: linear-gradient(135deg, #9f0404, #9f0404);
    transform: translateY(0) scale(0.99);
    box-shadow: 0 5px 12px rgba(177, 6, 6, 0.5), inset 0 3px 8px rgba(0, 0, 0, 0.25);
}

.m-moblie {
    color: maroon;
    font-weight: 600;
}

.m-verify {
    font-weight: 600;
    font-size: 18px;
    font-weight: bold;
}

.m-enter {
    width: 100%;
    padding-left: 48px;
}

.otp-box input {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
}

.otp-box input.active {
    border: 2px solid rgba(255, 0, 0, 0.811);
}

.otp-box input:focus {
    outline: none;
    border: 2px solid rgba(255, 0, 0, 0.9);
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.15);
}

.m-dark {
    background-color: black;
    color: white;
}

.verify-btn {
    width: 100%;
    background: #000;
    color: #fff;
    border-radius: 4px;
    padding: 12px;
    font-weight: 600;
}

.verify-btn:hover {
    background-color: #b10606;
    color: black;
}

.resend-link {
    font-size: 12px;
    padding-right: 45px;
    color: rgb(255, 0, 0) !important;
    text-decoration: none;
}

.resend-link:hover {
    text-decoration: underline;
}

.secure-text {
    color: #aaa;
    letter-spacing: 1px;
}

.offcanvas-backdrop.fade {
    display: none;
}
.img-in-header {
  width: 40px;
  height: 40px;
  object-fit: cover;
  cursor: pointer;
}
.profile-header {
  display: flex;
  align-items: center;
  text-align: left !important;
  padding: 15px;
}

.profile-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 4px solid white;
  background: #fff;
  margin-right: 15px;
  flex-shrink: 0;
}
.jd {
  font-weight: 800;
  font-size: 14px;
  color: #000;
  margin-top: 1px !important;
}
.text-muted-p {
  display: block;
  color: #6C757D;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.badge-platinum-p {
  background-color: #FFE5E5;
  color: #E63946;
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 12px;
  letter-spacing: 0.5px;
}
.dropdown-item {
  font-size: 13px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  margin-bottom: 8px;
}
.profile-dropdown {
  width: 250px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
@media(max-width:1400px) {}

@media (max-width: 1200px) {

    .navbar-nav a {
        font-size: 12px;
    }

    .hidden-nav3 {
        display: none;
    }

    .hidden-nav3r {
        display: block;
        font-size: 13px;
    }

    .custom-modal .login-logo {
        width: 90px;
    }

    .modal-body h4 {
        font-size: 20px;
    }

    .modal-body p {
        font-size: 13px;
    }

    .m-orange,.verify-btn {
        padding: 11px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .nav-container {
        padding: 0px 0px;
    }

    .navbar-nav {
        gap: 3px;
    }

    .navbar-nav a {
        font-size: 11px;
        text-transform: uppercase;
    }

    .nav-right a {
        letter-spacing: 0.4px;
        font-size: 11px;
    }

    .off-servise-span {
        letter-spacing: 0.4px;
        font-weight: 700;
    }

    .follow-text {
        font-size: 12px;
    }

    .follow-text {
        font-size: 12px;
    }

    .navbar-nav a {
        letter-spacing: 0.4px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 5px;
    }

    .login-icon {
        font-size: 15px;
    }

    .star-sine {
        display: none;
    }

    .mega-menuu {
        left: -170px;
    }

    .mega-imgg {
        width: 150px;
    }

    .mega-items p {
        font-size: 11px;
    }

    .drop-service {
        justify-content: space-between;
    }

    .off-nav-location {
        justify-content: space-between;
    }

    .navbar-log-booking-btn {
        display: none;
    }

    .airport-list li {
        padding: 10px 8px;
    }

    .offcanvas-body {
        padding: 0px 20px;
    }

    .offcanvas-backdrop.fade {
        display: block;
    }
}

@media (max-width: 767px) {

    .follow-text {
        display: none;
    }

    .off-servise-span {
        font-size: 11px;
        font-weight: 400;
    }

    .custom-modal {
        padding-bottom: 2px;
    }

    .custom-modal .login-logo {
        width: 75px;
        margin-bottom: 24px;
    }

    .modal-body {
        padding-top: 4px !important;
    }

    .modal-body h4 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .modal-body p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .country-code {
        width: 30px;
        font-size: 13px;
    }

    .m-enter {
        padding-left: 1px;
    }

    .m-orange,.verify-btn {
        padding: 10px;
        font-size: 13px;
    }

    .logo-div {
        width: 150px;
    }

    .nav-cont-div {
        height: 50px;
    }

    .otp-box input {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .premium-login-btn {
        padding: 8px 22px;
        font-size: 13px;
    }

    .custom-toggler {
        font-size: 25px;
    }

    .glass-offcanvas {
        width: 55% !important;
    }

}

@media (max-width: 580px) {
    .glass-offcanvas {
        width: 60% !important;
    }
    .offcanvas-body {
        padding: 0px 15px;
    }

    .custom-toggler i {
        font-size: 30px;
    }

    .airport-list li {
        padding: 10px 2px;
    }
    .navbar-nav a{
        font-size: 10px;
        padding: 4px 0px;
    }
}

@media (max-width: 470px) {

    .glass-offcanvas {
        width: 75% !important;
    }

    .custom-modal .login-logo {
        width: 60px;
        padding-top: 20px;
    }

    .modal-body h4 {
        font-size: 16px;
    }

    .modal-body p {
        font-size: 11px;
        line-height: 1.3;
    }

    .country-code {
        width: 30px;
        font-size: 12px;
    }

    .m-enter {
        padding-left: 8px;
    }

    .m-orange,.verify-btn {
        padding: 9px;
        font-size: 12px;
    }

    .otp-box input {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .premium-login-btn {
        padding: 7px 18px;
        font-size: 12px;
    }

    .secure-text {
        font-size: 10px;
        letter-spacing: 0.5px;
    }

    .custom-toggler {
        padding-right: 0px;
    }

    .custom-toggler i {
        font-size: 24px;
    }
}

@media (max-width: 300px) {
    .custom-modal .login-logo {
        width: 60px;
        padding-top: 0px;
    }
}