/********** Template CSS **********/
:root {
    --primary: #FEA116;
    --light: #F1F8FF;
    --dark: #0F172B;
    --gold: #e8b130;
}

.ff-secondary {
    font-family: 'Pacifico', cursive;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
    
    .circle-img {
        display:none;
    }
    .package-details {
        justify-content: start!important;
        gap:1px!important;
    }
    
    .my-btn {
        margin-bottom:10px;
    }
    
    .for-desk {
        display:none;
    }
    .cart-icon {
        font-size: 20px!important;
        margin-left: 0px!important;
    }
    .cart-info-bottom {
        width:86%!important;
    } 
    .service-item {
        min-height:max-content!important;
    }
    
}

@media (min-width: 992px) {
    .navbar-dark {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: var(--dark) !important;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--dark) !important;
    }
    .top-btn {
        display:none;
    }
    .package-img {
        height: 320px!important;
        object-fit: cover;
        width: 100%;
    }
    .for-mobile {
        display:none;
    }
    .inclusion {
        gap: 10px!important;
        justify-content: center;
        align-items: center!important;
        flex-flow: wrap !important;
    }
    .order-btn {
        background:transparent;
        display:block!important;
        margin-left:10px;
    }
}



/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../img/bg-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.hero-header img {*/
/*    animation: imgRotate 50s linear infinite;*/
/*}*/

@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    min-height:280px;
}

.service-one {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../assets/images/authentic.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.service-two {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("https://www.24kgrills.com/img/package/cp.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.service-three {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("https://www.24kgrills.com/img/package/epp.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.service-four {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("https://24kgrills.com/img/bg-hero.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}


/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(15, 23, 43, .1), rgba(15, 23, 43, .1)), url(../assets/images/img-05.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    height: calc(100% - 38px);
    transition: .5s;
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/*** Banner ***/
.banner-carousel .owl-item .banner-item,
.banner-carousel .owl-item.center .banner-item * {
    transition: .5s;
}

.banner-carousel .owl-item.center .banner-item {
    background: transparent !important;
    border-color: transparent !important;
}

.banner-carousel .owl-item.center .banner-item * {
    color: var(--light) !important;
}

.banner-carousel .owl-dots {
    margin-top: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.banner-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.banner-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.menu-item-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}
.custom-alert {
    width: max-content;
    position: fixed;
    top: 36%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}

.top-btn {
    text-transform:capitalize;
    padding: 2px 10px;
    font-size: 16px;
    background: transparent;
    border-color: rgba(255,255,255,0.1);
}



.page-title {
    font-weight: 800;
}

.package-card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.package-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.price {
    font-size: 22px;
    font-weight: 700;
    color: #FEA116;
}

.guest-limit {
    font-size: 14px;
    font-weight: 600;
    color: #0f172b;
}

.btn-pill {
    border-radius: 50px;
    font-weight: 600;
    padding: 10px;
}

.package-desc {
    font-size: 14px;
    color: #666;
}

.theme-btn {
    color: #fff;
    background-color: #FEA116;
    border-color: #FEA116;
}
.theme-btn:hover {
    color:#fff;
    opacity:0.8;
}
.theme-btn-secondary {
    color: #FEA116;
    border-color: #FEA116;
} 

.theme-text-secondary {
    color:#0f172b;
}
.golden {
    color:#FEA116;
}
.addons {
    text-align: left;
    display: flex;
    gap: 10px;
    padding: 0;
    flex-flow: wrap;
    justify-content: center;
}
.addons li {
    margin-left:16px;
}
.profile-picture {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}
.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    min-width: 100px;
    min-height: 100px;
    background: #fff;
}

.package-details {
    text-align: left;
    display: flex;
    gap: 10px;
    padding: 0;
    flex-flow: wrap;
    justify-content: center;
}
.package-details li {
    margin-left:16px;
}

.status-approved {
    background: #d4edda;
    color: #155724;
}

.status {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
}
.my-btn {
    background:transparent!important;
}
.add-btn {
    color: #000;
    text-transform: none;
    font-size: 16px;
    padding: 3px 16px;
    margin-left: 8px;
    font-weight: 700;
    opacity:0.9;
}
.cart-icon {
    font-size: 32px;
    margin-left: 16px;
}
.theme-btn-dark {
    color:#000;
    border-color:#000;
}
.party-packages {
    color: #000;
}
.inclusion {
    display: flex;
    gap: 4px;
    flex-flow: wrap;
    flex-flow: column;
    align-items: start;
}

.add-to-cart {
    color: #FFF;
    border-color: #FEA116;
    border-radius: 20px;
    padding: 4px 14px;
    margin-left: 8px;
    text-transform: math-auto;
    font-size: 15px;
    background:#FEA116;
}
.add-to-cart:hover {
    color: #FFF;
}

.order-btn {
    background:transparent!important;
    display:none;
}


.terms-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.terms-box h5 {
    font-weight: 700;
    margin-top: 25px;
}
.terms-box p, .terms-box li {
    color: #000;
    line-height: 1.7;
}
.terms-box ul {
    padding-left: 18px;
}
.cart-info-bottom {
    position: fixed;
    bottom: 0;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fdfdfd;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    z-index: 999999;
    border:0.5px solid #afb4c1;
}
.cart-info-title {
    background: #0f172b;
    padding: 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.cart-content {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    padding: 10px 10px 0;
}

.per-guests {
    color:#0F172B;
    font-size:16px;
    font-weight:500;
}


/* Gallery Slider Start */
.gallery {
    position: relative;
    height: 450px;
}
 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.5;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }-

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 400px;
      object-fit: cover;
    }
    .swiper-button-next, .swiper-button-prev {
        color: #fff !important;
        padding: 8px;
        border-radius: 4px;
        background: rgba(254, 161, 22, 0.5);
    }
    .swiper-slide video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      background: #000;
    }

/* Gallery Slider End   */


