header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}

header .top-mini-header {
    background-color: #cf6303;
    padding: 10px 0;
    position: relative;
}

header.sticky-top .top-mini-header {
    display: none;
}

header .top-mini-header .left-content {
    display: flex;
    align-items: center;
}

header .top-mini-header .left-content a {
    color: #fff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;

}

header .top-mini-header .left-content a svg {
    margin-right: 8px;
    width: 10px;
    height: 10px;
    padding: 5px;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
}

header .top-mini-header .left-content a:nth-child(2n) {
    margin-left: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2px 10px;
    border-radius: 4px;
}

header .top-mini-header .right-content {
    text-align: end;
}

header .top-mini-header .right-content a {
    margin-right: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

header .top-mini-header .right-content a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

header .main-header {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    background-color: #000;
    position: relative;
}

header .main-header .navbar-brand img {
    width: 200px;
}

header .main-header .navbar {
    height: 90px;
}

header .main-header .navbar-toggler {
    box-shadow: none;
}

header .main-header .navbar-toggler svg {
    color: #cf6303;
    width: 20px;
    height: 20px;
    border: 1px solid #cf6303;
    padding: 10px;
    border-radius: 4px;
}

header .main-header .nav-item>.nav-link {
    position: relative;
    padding: 0 20px;
    height: 90px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: all 0.4s;
    gap: 6px;
}

header .main-header .nav-item:hover>.nav-link {
    transform: translateY(-6px) scale(1.1);
    color: #cf6303;
}

header .main-header .nav-item>.nav-link svg {
    transition: all 0.4s;
    width: 10px;
    height: 10px;
    color: #fff;
    border-radius: 50%;
}

header .main-header .nav-item:hover>.nav-link svg {
    transform: rotate(180deg);
}

header .main-header .mega-dropdown-item {
    position: static;
}

header .main-header .mega-dropdown {
    position: absolute;
    width: 100%;
    height: 400px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
    overflow: hidden;
}

header .main-header .nav-item:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
}

header .main-header .mega-dropdown .nav-pills {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    background: url(../img/background/header-bg.webp) no-repeat;
    background-size: cover;
    position: relative;
    padding: 10px 10px;
}

header .main-header .mega-dropdown .nav-pills::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px) brightness(50%);
}

header .main-header .mega-dropdown .nav-link.active {

    color: #cf6303;
}

header .main-header .mega-dropdown .nav-link {
    text-align: start;
    padding: 10px 20px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border-radius: 0;
}

header .main-header .mega-dropdown .nav-link:hover {
    color: #cf6303;
}

header .main-header .mega-dropdown .nav-link svg {
    width: 14px;
    height: 14px;
}

header .main-header .mega-dropdown .nav-pills .view-link {
    display: inline-flex;
    width: fit-content;
    margin-top: 30px;
    align-items: center;
    gap: 6px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    transition: all 0.4s;
}

header .main-header .mega-dropdown .nav-pills .view-link:hover {
    color: #cf6303;
    border-color: #cf6303;
}

header .main-header .mega-dropdown .tab-content {
    width: 100%;
    padding: 20px 0;
}

header .main-header .mega-dropdown .tab-pane {
    height: 100%;
}

header .main-header .mega-dropdown .tab-pane h6 {
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 6px;
    font-weight: 500;
}

header .main-header .mega-dropdown .tab-pane h6::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #cf6303;
}

header .main-header .mega-dropdown .tab-pane .tour-pack-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;

}

header .main-header .mega-dropdown .tab-pane .tour-box a {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .main-header .mega-dropdown .tab-pane .tour-box .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

header .main-header .mega-dropdown .tab-pane .tour-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

header .main-header .mega-dropdown .tab-pane .tour-box:hover .icon img {
    transform: scale(1.15);
}

header .main-header .mega-dropdown .tab-pane .tour-box h4 {
    color: #0b3d91;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.4s;
}

header .main-header .mega-dropdown .tab-pane .tour-box span {
    color: #cf6303;
    font-weight: 600;
}

header .main-header .mega-dropdown .tab-pane .tour-box:hover h4 {
    color: #cf6303;
}

header .main-header .mega-dropdown .tab-pane .view-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    margin-top: 30px;
    position: relative;
    color: #cf6303;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #cf6303;


}

header .main-header .mega-dropdown .ad-content {
    width: 100%;
    height: 100%;
}

header .main-header .mega-dropdown .ad-content .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

header .main-header .mega-dropdown .ad-content .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

header .main-header .dropdown>.dropdown-menu {
    display: block;
    border: none;
    border-radius: 0 0 6px 6px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 8px 0 8px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

header .main-header .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
}

header .main-header .dropdown>.dropdown-menu li {
    position: relative;
}

header .main-header .dropdown>.dropdown-menu li a {
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 20px 6px 10px;
    background: transparent;
    transition: all 0.4s;
}

header .main-header .multi-drop>.dropdown-menu li a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

header .main-header .multi-drop>.dropdown-menu li a svg {
    width: 10px;
    height: 10px;
}

header .main-header .dropdown .dropdown-menu li:hover>a {
    transform: translateX(5px);
    color: #cf6303;
}

header .main-header .dropdown .dropdown-menu li a img {
    width: 30px;
    height: 30px;
    transition: all 0.4s;
}

header .main-header .dropdown>.dropdown-menu>li:hover a img {
    transform: rotate(360deg);
}

header .main-header .dropdown>.dropdown-menu>li .sub-dropdown {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

header .main-header .dropdown .dropdown-menu li:hover .sub-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
}

header .main-header .dropdown .sub-dropdown li {
    position: relative;
    padding: 0 10px;
}

header .main-header .dropdown .sub-dropdown li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 8px;
    height: 2px;
    background-color: #cf6303;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

header .main-header .dropdown .sub-dropdown li:hover::before {
    left: 6px;
    opacity: 1;
    visibility: visible;
}

header .main-header .dropdown.holiday-drop li a img {
    border-radius: 50%;
}

header .main-header .dropdown.holiday-drop li:hover a img {
    transform: none;
}


header .main-header .header-btn a {
    background-color: #cf6303;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

header .main-header .header-btn a svg {
    margin-left: 6px;
}

@media (max-width:1200px) {
    header .main-header .nav-item>.nav-link {
        padding: 0 15px;
    }

    header .main-header .header-btn a {
        background-color: #0b3d91;
        padding: 8px 14px;
        font-size: 16px;
    }

    header .main-header .mega-dropdown .tab-pane .tour-pack-list {
        max-height: 300px;
        overflow: scroll;
    }

    header .main-header .mega-dropdown .tab-pane .tour-box .icon {
        width: 52px;
        height: 52px;
    }

    header .main-header .mega-dropdown {
        position: absolute;
        width: 100%;
        height: 450px;
    }

    header .main-header .mega-dropdown .tab-pane .tour-pack-list {
        display: block;
    }

    header .main-header .mega-dropdown .tab-pane .tour-pack-list li {
        margin-bottom: 12px;
    }
}




header .mobile-header .offcanvas {
    background-color: #000;
}

header .mobile-header .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

header .mobile-header .logo img {
    width: 300px;
}

header .mobile-header .btn-close {
    position: absolute;
    top: 10px;
    right: 24px;
    opacity: 1;
}

header .mobile-header .btn-close svg {
    color: #cf6303;
    width: 16px;
    height: 16px;
    border: 2px solid #cf6303;
    padding: 5px;
    border-radius: 50%;
}

header .mobile-header .navbar-nav {
    width: 100%;
}


header .mobile-header .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #cf6303;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    padding: 10px 20px;
    transition: all 0.4s;
}

header .mobile-header .nav-link:focus {
    border: 1px solid #cf6303;
}

header .mobile-header .dropdown-menu {
    border-radius: 0;
    border: none;
    background-color: #cf6303;
}

header .mobile-header .dropdown-item {
    background-color: transparent;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    transition: all 0.4s;
}

header .mobile-header .dropdown-item:hover {
    transform: translateX(8px);
}