@media (min-width:768px) {
    .order-option-item .btn-wrap .btn-primary {
        border-color: transparent;
    }

    .order-option-item .btn-wrap .btn-primary::before,
    .order-option-item .btn-wrap .btn-primary::after {
        border-color: transparent;
        transition: all 0.3s ease-in-out;
    }

    .order-option-item:hover .btn-wrap .btn-primary,
    .order-option-item:hover .btn-wrap .btn-primary::before,
    .order-option-item:hover .btn-wrap .btn-primary::after,
    .order-option-item:hover .btn-wrap,
    .order-option-item:hover .btn-wrap::before,
    .order-option-item:hover .btn-wrap::after {
        border-color: #000000;
        color: #000000;        
    }

    .btn-wrap {
        border: 1px solid #6C6C6C;
        position: relative;
        display: inline-block;
        margin-right: 12px;
    }

    .btn-wrap .btn-primary {
        margin: 3px 2px;
        padding: 8px 14px !important;
    }

    .btn-wrap::before,
    .btn-wrap::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        border: 1px solid #6C6C6C;
        border-radius: 50%;
        background: #FFFEEF;

    }

    .btn-wrap::before {
        left: -16px;
        clip-path: inset(0 calc(50% - 1px) 0 0);
    }

    .btn-wrap::after {
        right: -15.5px;
        clip-path: inset(0 0 0 calc(50% - 1px));
    }

    .btn-wrap .btn-primary::before,
    .btn-wrap .btn-primary::after {
        width: 28px;
        height: 24px;
        z-index: 2;
    }

    .btn-wrap .btn-primary::before {
        left: -14px;
        clip-path: inset(0 calc(50% - 0.5px) 0 0);
    }

    .btn-wrap .btn-primary::after {
        right: -14.5px;
        clip-path: inset(0 0 0 calc(50% - 1px));
    }

}

@media (min-width:992px) {
    .btn-wrap .btn-primary::after {
        right: -14.5px;
        clip-path: inset(0 0 0 calc(50% - 1px));
    }
}

@media (max-width:1199px) {

    .smooth-content {padding-top: 80px}
    .header .nav {
        position: absolute;
        left: 0;
        /* width: calc(100% - 24px); */
        width: 100%;
        top: 115px;
        background: #fffef0;
        transform-origin: top;
        box-shadow: 0 30px 34px rgb(0 0 0 / 0.05); 
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
        z-index: 99;
    }

    .header .nav ul {
        flex-direction: column;
    }

    .nav-menu {text-align: center; padding: 30px 0}

    .header .nav ul li a {
        font-size: 20px;
        color: #000;
        display: block;
        width: 100%;
        line-height: 24px;
        text-transform: none;
        font-weight: 700;
        font-size: 30px;
        padding: 20px 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 15px;
        letter-spacing: 0.03em;
        color: #6c6c6c;
        text-transform: uppercase;
        text-decoration: none;
    }

    .header .nav ul li.menu-item-has-children > a::after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 8px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #6c6c6c;
        vertical-align: middle;
        margin-top: -4px;
    }

    .header .nav ul li.menu-item-has-children ul {
        border-top: 1px solid #EEE;
        border-bottom: 1px solid #EEE;
        padding: 10px 0;
    }

    .header .nav ul li.menu-item-has-children ul li a {
        padding: 10px 0;
        font-size: 16px
    }



    .home-hero {padding: 0}
    .header .upper-header-menu-inside {padding: 0; height: auto}

    #menu-toggle {position: absolute; right: 15px; top: 40px; z-index: 100;}
    #menu-toggle img { width: 30px; height: 30px; }

    

}

@media (max-width:991px) {


    .text-2xl {
        font-size: 60px;
    }

    .text-3xl {
        font-size: 70px;
    }

    .text-xl {
        font-size: 50px;
    }

    .text-lg {
        font-size: 40px;
    }

    .about-info .text-3xl {
        font-size: 72px;
    }

    .home-about {
        padding-bottom: 150px;
    }

    .home-about .text-xl {
        font-size: 52px;
    }

    .home-events .text-lg {
        font-size: 45px;
    }

    .home-hero-heading img {
        max-width: 100px;
        margin-right: 5px;
        top: -5px;
    }



    .menus-list {
        /* padding-top: 120px; */
        padding-bottom: 100px;

    }

    .menus-list a {
        font-size: 70px;
    }

    .our-offerings {
        padding-bottom: 100px;
    }

    .location {
        padding-bottom: 100px;
    }

    .location .text-xl {
        margin-bottom: 80px;
    }

    .location-list {
        padding-bottom: 100px;
    }

    .location .location-item {
        margin-bottom: 60px;
    }

    .order-option,
    .order-option-content {
        padding-bottom: 100px;
    }

    .home-events {
        padding-bottom: 150px;
    }

    .about-info {
        padding-bottom: 100px;
    }

    .global-hero {
        margin-bottom: 100px;
    }

    .about-info-img {
        margin-top: -100px;
    }

    .our-story {
        padding-bottom: 100px;
    }

    .our-story-heading .text-lg {
        font-size: 45px;
    }

    .our-story-header {
        margin-bottom: 70px;
    }

    .faq-section .faq-heading {
        font-size: 50px;
        margin-bottom: 70px;
    }

    .faq-accordion .accordion-header button {
        font-size: 36px;
        padding: 24px 0;
    }

    .faq-main,
    .faq-section,
    .about-contact {
        padding-bottom: 100px;
    }

    .group-booking .text-2xl {
        font-size: 60px;
    }

    .group-booking,
    .group-booking-main,
    .event-plan {
        padding-bottom: 100px;
    }

    .location .location-item {margin-bottom: 0}
    .location .location-item .btn-wrapper {margin-top: 0}

    .location-buttons {margin-top: 30px}
    .location-buttons .btn-wrapper {margin-bottom: 10px !important;}

}

@media (max-width:767px) {

    .location-list {flex-direction: column}
    .location .location-item {width: 100%;}
    .location .location-image {margin-bottom: 20px;}

    h2.text-lg small, h2.text-xl small {font-size: 24px; margin-top: 10px}
    .global-hero {min-height: 40vh;}

    .location .btn-primary {font-size: 10px !important;}
    h2.text-lg small br, h2.text-xl small br {display: none}

    .group-booking, .group-booking-main {margin-bottom: 0}
    #menu-toggle {top: 25px}

    .header .logo img {height: 50px}
    .header {padding-top: 15px; padding-bottom: 15px;}
    .header .nav {top: 80px;}

    .text-2xl {
        font-size: 40px;
    }

    .text-3xl {
        font-size: 50px;
    }

    .text-xl {
        font-size: 36px;
    }

    .text-lg {
        font-size: 30px;
    }

    .text-base {
        font-size: 24px;
    }

    .home-events .text-lg {
        font-size: 32px;
    }

    .home-hero {
        /* padding: 80px 0 80px; */
    }

    .home-hero-heading img {
        max-width: 80px;
        margin-right: 0;
    }



    .home-about-image {
        aspect-ratio: 3/2;
    }


    .menus-list {
        /* padding-top: 70px; */
        padding-bottom: 0

    }

    .menus-list a {
        font-size: 45px;
    }

    .our-offerings,
    .location,
    .location-list,
    .order-option,
    .order-option-content {
        padding-bottom: 80px;
    }


    .location .text-xl {
        margin-bottom: 50px;
    }



    .location .location-item {
        margin-bottom: 50px;
    }


    .home-about {
        padding-bottom: 90px;
    }

    .home-about .text-xl {
        font-size: 38px;
    }


    .order-option-video,
    .home-events-image,
    .location .location-image,
    .home-hero-image {
        aspect-ratio: 16/9;
    }

    .home-events {
        padding-bottom: 100px;
    }

    .global-hero {
        margin-bottom: 80px;
        /* min-height: 70vh; */
    }

    .about-info .text-3xl {
        font-size: 50px;
    }

    .about-info-img {
        margin-top: -60px;
    }

    .our-story {
        padding-bottom: 80px;
    }

    .our-story-slider .slick-slide {
        width: 250px;
        margin: 0 10px;
    }

    .our-story-heading .text-lg {
        font-size: 32px;
    }

    .our-story-header {
        margin-bottom: 50px;
    }

    .our-story-main {
        padding-bottom: 80px;
    }

    .about-info {
        padding-bottom: 50px;
    }

    .faq-section .faq-heading {
        font-size: 36px;
        margin-bottom: 50px;
    }

    .faq-accordion .accordion-header button {
        font-size: 30px;
        padding: 16px 0;
    }

    .faq-accordion .accordion-button::after {
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
    }

    .faq-accordion .accordion-inside .accordion-header button::after {
        width: 0.8rem;
        height: 0.8rem;
        background-size: 0.8rem;
    }

    .faq-main,
    .faq-section,
    .about-contact {
        padding-bottom: 80px;
    }

    .group-booking .text-2xl {
        font-size: 40px;
    }

    .group-booking,
    .group-booking-main,
    .event-plan {
        padding-bottom: 80px;
    }

    .group-booking-main {padding-bottom: 0}

    .event-plan-box .event-plan-title {
        font-size: 24px;
    }

    .event-plane-main {
        padding-bottom: 40px;
    }

    .menus-list a img {display: none}

    #holiday h2 {font-size: 32px;}
    .header .nav ul li.red a {color: #841f21;}


    .order-option-item {justify-content: center !important; text-align: center !important; align-items: center !important}
    .order-option {border-bottom: none !important;}
    .order-option-content {padding-bottom: 0; border-bottom: none !important;}

    body footer {padding-bottom: 80px !important;; text-align: center;}
    .footer-bottom {padding-top: 30px;}
}
