@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playwrite+MX:wght@100..400&display=swap);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
}
header {
    /* position: sticky; */
    top: 0;
    z-index: 1111111111111;
}
#navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 111;
    height: 80px;
    /* background: rgba(0, 0, 0, 0.5); 
  backdrop-filter: blur(10px); */
}
#navbar-logo-container img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
#navbar-inner-container {
    display: flex;
    justify-content: space-between;
    padding: 2px 10%;
    align-items: center;
}
#navigation-menu #lap-nav {
    position: relative;
    display: flex;
    /* gap: 24px; */
    align-items: center;
    margin-bottom: 0;
}
#navigation-menu #mobile-nav {
    position: fixed;
    display: none;
    /* gap: 24px; */
    right: -1000px;
    padding-top: 13px;
    top: 0;
    /* right: 0; */
    align-items: end;
    gap: 10px;
    margin-bottom: 0;
    padding-left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    height: 100dvh;
    background: #00000061;
    width: 100%;
    z-index: 111111111111;
}
#navigation-menu #mobile-nav #cut-btn {
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}
#navigation-menu #mobile-nav #cut-btn a {
    height: 50px;
    width: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navigation-menu #mobile-nav #cut-btn a svg {
    height: 25px;
    width: 25px;
    fill: white;
}
#navigation-menu #mobile-nav li {
    display: flex;
    background: var(--booking-nav-theme-color);
    justify-content: end;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#navigation-menu #mobile-nav li.booking-dropdown {
    padding-left: 16px;
}

#mobile-nav .nav-btns {
    position: relative;
    right: -300px;
    opacity: 0;
    transition: right 0.5s ease, opacity 0.5s ease;
}

#mobile-nav .nav-btns.animate {
    right: 0;
    opacity: 1;
}

#navigation-menu #mobile-nav li a {
    width: 100%;
    text-align: end;
    background: transparent;
}
#navigation-menu #mobile-nav .booking-dropdown-menu li:hover {
    background: var(--booking-nav-theme-color) !important;
    transform: translateX(0px);
    scale: 1;
}
#navigation-menu #mobile-nav .booking-dropdown-menu li a:hover {
    color: white;
}
#navigation-menu #ham-icon {
    position: relative;
    display: none;
    /* gap: 24px; */
    height: 50px;
    width: 50px;
    align-items: center;
    margin-bottom: 0;
    border-radius: 5px;
    animation: 0.5s ease;
    background: rgba(0, 0, 0, 0.148);
    padding: 13px;
}
#navigation-menu #ham-icon svg {
    height: 40px;
    width: 40px;
    fill: white;
}
#navigation-menu ul span {
    position: absolute;
    bottom: 8px;
    left: 53px;
    width: 47px;
    height: 3px;
    background: var(--booking-nav-theme-color);
    transition: 0.4s ease;
}

#navigation-menu ul li:nth-child(3).active ~ span {
    left: 249px;
    width: 85px;
}
#navigation-menu ul li:nth-child(2).active ~ span {
    left: 139px;
    width: 74px;
}
#navigation-menu ul li:nth-child(1):hover ~ span {
    left: 53px;
    width: 47px;
}
#navigation-menu ul li:nth-child(2):hover ~ span {
    left: 139px;
    width: 74px;
}
#navigation-menu ul li:nth-child(3):hover ~ span {
    left: 249px;
    width: 85px;
}

#navigation-menu ul li {
    color: white;
    list-style: none;
    cursor: pointer;
    z-index: 11;
    z-index: 1111;
}
#navigation-menu ul li a {
    padding: 10px 24px;
    text-decoration: none;
    color: white;
}
.booking-dropdown {
    position: relative;
}
.booking-dropdown-menu {
    padding: 0;
    padding-bottom: 10px;

    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 200px;
    position: absolute;
    top: 38px;
    background: white;
    transform: translateY(30px);
    transition: 0.5s;
    opacity: 0;
    display: none;
}
#mobile-nav .booking-dropdown-menu {
    padding: 0;
    padding-bottom: 10px;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 200px;
    position: absolute;
    top: 38px;
    background: transparent;
    transform: translateY(44px);
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    opacity: 1;
    /* display: none; */
    /* gap: 24px; */
    padding-top: 13px;
    top: 0;
    /* right: 0; */
    align-items: end;
    gap: 10px;
    margin-bottom: 0;
    padding-left: 0;
    transition: right 0.5s ease, opacity 0.5s ease;
}
/* #navigation-menu  #mobile-nav .booking-dropdown-menu li{
position: absolute;
top: 0;
    transition:  0.5s ease, opacity 0.5s ease;


} */
#mobile-nav .booking-dropdown-menu {
    position: absolute;
    top: 8px;
    z-index: -1111 !important;
    pointer-events: none; /* Disables click, hover, and all pointer events */
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; /* Prevents text selection */
}

#mobile-nav .booking-dropdown-menu li {
    opacity: 0 !important;
    position: absolute;
    top: -43px; /* Adjust this value based on how much distance you want the items to fall */
    opacity: 1;
    transition: top 0.5s ease, opacity 0.5s ease;
    z-index: -11;
    background: white !important;
    pointer-events: none; /* Disables click, hover, and all pointer events */
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none; /* Prevents text selection */
}

#mobile-nav .booking-dropdown-menu li.animate {
    opacity: 1 !important;
    z-index: 111;
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
    pointer-events: auto; /* Disables click, hover, and all pointer events */
}

#navigation-menu #mobile-nav .booking-dropdown-menu li {
    overflow: hidden;
}
#navigation-menu .booking-dropdown-menu li {
    padding: 0;
}
#navigation-menu .booking-dropdown-menu li a {
    font-weight: 400;
    position: relative;
    z-index: 1;
    display: block;
    padding: 8px 15px;
    text-transform: capitalize;
    color: #3d446f;
    border-bottom: 1px solid #eee;
    transition: 0.4s;
    background: white;
}
#navigation-menu #mobile-nav .booking-dropdown-menu li a {
    color: rgb(0, 0, 0);
    border-bottom: none;
}
#navigation-menu .booking-dropdown-menu li a:hover {
    background: var(--booking-nav-theme-color);
    color: white;
    transform: translateX(-10px);
    scale: 1.1;
}
.booking-dropdown:hover .booking-dropdown-menu {
    display: block;
}
/* .booking-dropdown .booking-dropdown-menu.hide{
  display: none;
  
}
.booking-dropdown .booking-dropdown-menu.show{
 display: block;
opacity: 1;
 transform: translateY(0px);
} */
.booking-dropdown-menu a {
    text-decoration: none;
    color: black;
}

#back-to-top-btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
    background: rgba(0, 0, 0, 0.377);
    position: fixed;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 30px;
    z-index: 9999999999;
    cursor: pointer;
    transition: 0.2s ease;
    border: none;
    outline: none;
    display: none;
}
#back-to-top-btn::before {
    font-size: 12px;
    position: absolute;
    top: 0px;
    width: 70px;
    border: 1px solid rgb(96, 96, 96);
    border-radius: 3px;
    content: "Back to top";
    padding: 2px 4px;
    background: black;
    transition: 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    color: white;
    opacity: 0;
}
#back-to-top-btn:hover::before {
    top: -30px;
    opacity: 1;
}
#back-to-top-btn:hover {
    background: rgb(0, 0, 0);
}
#back-to-top-btn span svg {
    height: 35px;
    width: 35px;
    fill: var(--booking-nav-theme-color, rgb(255, 238, 0));

    transform: rotate(-45deg);
}

@media only screen and (max-width: 820px) {
    header {
        position: sticky;
    }
    #navbar {
        background: #ffffff70;
        box-shadow: 0px 0 20px #ffffff70;
    }
    #navigation-menu #lap-nav {
        display: none !important;
    }
    #navigation-menu #ham-icon {
        display: flex;
        right: -32px;
    }
    #navigation-menu #ham-icon svg {
        fill: black;
    }
    #navigation-menu #mobile-nav.show {
        display: flex !important;
        flex-direction: column;
        height: 100dvh;
        background: #00000061;
        width: 100%;
        opacity: 1;
    }
}
@media only screen and (max-width: 420px) {
    #navbar {
        background: #ffffff70;
        box-shadow: 0px 0 20px #ffffff70;
    }
    #navigation-menu #lap-nav {
        display: none !important;
    }
    #navigation-menu #ham-icon {
        display: flex !important;
        right: -16px;
        padding: 10px;
        height: 42px;
        width: 42px;
    }
}

