/*
Theme Name:  king night club
Theme URI: https://example.com/seo-theme
Author: hhello
Author URI: https://example.com
Description: king night club
Version: 1.3
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
**********************************************************
**********************************************************
**********************************************************/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
/*     font-family: 'ADAM.CG PRO'; */
	font-family: 'Poppins', sans-serif;
}
body {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 18px;
/* 	background-color: #000!important; */
    color: #aaa;
    margin: 0;FV
    line-height: 1.618;
    font-weight: 200;
}
   :root {
            --primary-color: #3a86ff;
            --dark-color: #1a1a2e;
            --light-color: #f8f9fa;
            --transition-speed: 0.3s;
        }
        
      
        
        /* Header Styles */
        .site-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
        }
        
        .header-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
            max-width: 1400px;
            margin: 0 auto;
        }
        
        /* Logo/Branding */
        .site-branding {
            flex-shrink: 0;
        }
       .foogallery .fg-item.fg-loaded {
    z-index: 4;
    border-radius: 25px;
    overflow: hidden;
} 


/* body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  background:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.015) 0px,
      rgba(255,255,255,0.015) 1px,
      transparent 1px,
      transparent 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.015) 0px,
      rgba(255,255,255,0.015) 1px,
      transparent 1px,
      transparent 3px
    );

  mix-blend-mode: soft-light;
  opacity: 0.25;
}
 */

.backbgcolor{
/* background: radial-gradient(
    circle at top,
    #7b2b2b 0%,
    #4a1717 45%,
    #7a2c25 100%
  ); */

/* background: radial-gradient(
  60% 55% at 50% 40%,
  rgba(255, 90, 120, 0.12) 0%,
  rgba(255, 90, 120, 0.06) 35%,
  rgba(90, 20, 20, 0.85) 70%,
  #120404 100%
); */
	
/* background: radial-gradient(
  80% 80% at 50% 30%,
  rgba(180, 60, 60, 0.10) 0%,
  rgba(30, 5, 5, 0.9) 55%,
  #0a0202 100%
); */

	
background:
  radial-gradient(
    50% 40% at 50% 30%,
    rgba(255, 100, 140, 0.18),
    transparent 60%
  ),
  linear-gradient(
    180deg,
    #4a1515 0%,
    #1a0606 100%
  );

	
}






.ti-widget-header.ti-active {
    display: none !important;
}


        .site-title a {
            font-size: 28px;
            font-weight: 700;
            color: var(--dark-color);
            text-decoration: none;
            display: flex;
            align-items: center;
        }
        
        .custom-logo {
            height: 50px;
            width: auto;
        }
        
        /* Menu Toggle Button (Mobile) */
        .menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 28px;
            color: var(--dark-color);
            cursor: pointer;
            z-index: 1002;
            padding: 5px;
        }
        
        /* Desktop Navigation */
        .main-navigation {
            display: flex;
            align-items: center;
        }
        
        .nav-menu {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .nav-menu li {
            position: relative;
            margin: 0 15px;
        }
        
       
        
        .nav-menu a:hover {
            color: #fff;
        }
        

        
        .nav-menu a:hover:after {
            width: 100%;
        }
        
        /* Social Icons */
        .menu-social {
            display: flex;
            margin-left: 30px;
        }
        
        .menu-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background-color: #f0f0f0;
            color: var(--dark-color);
            margin-left: 10px;
            text-decoration: none;
            transition: all var(--transition-speed);
        }
        
        .menu-social a:hover {
            background-color: var(--primary-color);
            color: white;
            transform: translateY(-3px);
        }
        
        /* Close Button (Mobile) */
        .menu-close {
            display: none;
            position: absolute;
            top: 20px;
            right: 20px;
            background: none;
            border: none;
            font-size: 30px;
            color: white;
            cursor: pointer;
            z-index: 1003;
        }
        
       
        .section-title {
            margin-bottom: 30px;
            color: var(--dark-color);
            font-size: 2rem;
            text-align: center;
        }
		.menu-toggle .bi{
			color:#fff;
		}
        .section-description {
            text-align: center;
            color: #666;
            max-width: 800px;
            margin: 0 auto 40px;
            line-height: 1.6;
        }
		.menu-overlay,
		.menu-social{display:none}
        /* Mobile Styles */
        @media (max-width: 992px) {
			.menu-overlay{display:block}
			.menu-social{display:flex}
            .header-inner {
                padding: 0 15px;
            }
            
            .menu-toggle {
                display: block;
            }
            
            /* Desktop navigation hidden on mobile */
            .main-navigation {
                position: fixed;
                top: 0;
                right: -100%;
                width: 100%;
                height: 100vh;
                 background: linear-gradient(
        to bottom,
        rgba(112, 35, 28, 0.95) 0%,
        rgba(112, 35, 28, 0.85) 30%,
        rgba(112, 35, 28, 0.70) 60%,
        rgba(112, 35, 28, 0.55) 100%
    );
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                padding-top: 80px;
                padding-left: 30px;
                transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
                z-index: 99999;
                overflow-y: auto;
            }
            
            .main-navigation.active {
                right: 0;
                box-shadow: -5px 0 25px rgba(0,0,0,0.2);
            }
            
            .nav-menu {
                flex-direction: column;
                width: 100%;
            }
            
            .nav-menu li {
                margin: 0;
                width: 100%;
                opacity: 0;
                transform: translateX(30px);
                transition: all 0.4s ease;
            }
            
            .main-navigation.active .nav-menu li {
                opacity: 1;
                transform: translateX(0);
            }
            
            /* Staggered animation for menu items */
            .main-navigation.active .nav-menu li:nth-child(1) { transition-delay: 0.1s; }
            .main-navigation.active .nav-menu li:nth-child(2) { transition-delay: 0.15s; }
            .main-navigation.active .nav-menu li:nth-child(3) { transition-delay: 0.2s; }
            .main-navigation.active .nav-menu li:nth-child(4) { transition-delay: 0.25s; }
            .main-navigation.active .nav-menu li:nth-child(5) { transition-delay: 0.3s; }
            .main-navigation.active .nav-menu li:nth-child(6) { transition-delay: 0.35s; }
            
            .nav-menu a {
                color: white;
                font-size: 18px;
                padding: 15px 0;
                display: block;
                width: 100%;
                border-bottom: 1px solid rgba(255,255,255,0.1);
            }
            
            .nav-menu a:after {
                display: none;
            }
            
            .nav-menu a:hover {
                color: var(--primary-color);
                padding-left: 10px;
            }
            
            /* Social icons in mobile menu */
            .menu-social {
                margin: 40px 15px;
                width: 100%;
                justify-content: flex-start;
                opacity: 0;
                transform: translateX(30px);
                transition: all 0.4s ease 0.4s;
            }
            
            .main-navigation.active .menu-social {
                opacity: 1;
                transform: translateX(0);
            }
            
            .menu-social a {
                background-color: rgba(255,255,255,0.1);
                color: white;
                margin-left: 0;
                margin-right: 15px;
            }
            
            .menu-social a:hover {
                background-color: var(--primary-color);
            }
            
            /* Close button in mobile menu */
            .menu-close {
                display: block;
            }
            
            /* Overlay when menu is open */
            .menu-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,0.5);
                z-index: 1000;
                opacity: 0;
                visibility: hidden;
                transition: all var(--transition-speed);
            }
            
            .menu-overlay.active {
                opacity: 1;
                visibility: visible;
            }
            
          
        }
        
        /* Desktop-only adjustments */
        @media (min-width: 993px) {
            .menu-close {
                display: none !important;
            }
        }
        
        /* Demo content */
        .demo-box {
            background: white;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .demo-title {
            color: var(--dark-color);
            margin-bottom: 15px;
        }
        
        .device-indicator {
            display: inline-block;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        .mobile-indicator {
            background-color: #ff6b6b;
            color: white;
        }
        
        .desktop-indicator {
            background-color: #4ecdc4;
            color: white;
        }
        
        .instructions {
            background-color: #f8f9fa;
            border-left: 4px solid var(--primary-color);
            padding: 20px;
            margin-top: 40px;
            border-radius: 0 5px 5px 0;
        }
        
        .instructions h3 {
            color: var(--dark-color);
            margin-bottom: 10px;
        }
        
        .instructions ul {
            padding-left: 20px;
            line-height: 1.6;
        }
        
        .instructions li {
            margin-bottom: 8px;
        }
address{
			  font-family: "DM Sans", sans-serif;

}
.menu-close{
    display:none;
    position:absolute;
    top:15px;
    right:15px;
    background:none;
    border:none;
    font-size:22px;
    cursor:pointer;
}

/* jab menu open ho */
.main-navigation.active .menu-close{
    display:block;
}

._footer li{
	width:100%;
	text-align:center
}
._footer ul{
	    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: center;
    width: 100%;
}
.vipexperience .icon_all ,
.vipexperience .icon_all img,
.vipexperience .media img{
	border-radius:43px!important;
	width:100%;
}
.menu-item-has-children .sub-menu {
  display: none;
}
.image-title.newall{
	    position: absolute;
    z-index: 6;
    text-align: center;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}
.image-title  .headerslider {
        font-weight: 800;
    line-height: 79px;
    letter-spacing: -0.1875rem;
    text-transform: uppercase;
}
.menu-item-has-children.active .sub-menu {
  display: block;
}
/* CONTACT US PAGE  */
.cp_navi_main_wrapper {
    position: relative;
    z-index: 1;
}
.page_title_section {
    width: 100%;
   padding-top: 275px;
    padding-bottom: 76px;
    background: url('https://webstrot.com/html/domex/html/images/inner_header.jpg');
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
	z-index: 1;
    background-repeat: no-repeat;
}
.cp_navi_main_wrapper {
	 
}
.page_title_overlay {
    left: 0;
	z-index:-1;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}
.page_header {
    padding-bottom: 0;
    border-bottom: 0;
}
.sub_title li a{
	text-decoration:none;
}
.page_header h1 {
    font-size: 40px;
    line-height: 40px;
    text-transform: none;
    color: #fff;
    font-weight: 500;
}
.sub_title_section {
    float: none;
    display: inline-block;
    position: relative;
    top: 10px;
}
.contct_info_center {    position: relative;
	background: linear-gradient(
        to bottom,
        rgba(112, 35, 28, 0.95) 0%,
        rgba(112, 35, 28, 0.85) 30%,
        rgba(112, 35, 28, 0.70) 60%,
        rgba(112, 35, 28, 0.55) 100%
    );
    border-radius: 10px;
	    height: 190px;
}
.fontsizenew.pricing_tab_content  p{
	font-size:20px
}

.heightallnew input.form-control{
	height:60px;
	    background: #3b3b3b !important;
}
.heightallnew textarea{
		    background: #3b3b3b !important;

}
.heightallnew input.form-control::placeholder{
	color:#fff!important;
}
.heightallnew textarea::placeholder{
	color:#fff!important;
}
.btn-newall{
	background:linear-gradient(
        to bottom,
        rgba(112, 35, 28, 0.95) 0%,
        rgba(112, 35, 28, 0.85) 30%,
        rgba(112, 35, 28, 0.70) 60%,
        rgba(112, 35, 28, 0.55) 100%
    );
	color:#fff!important;
}

.contct_info_center .price_tag {
    border: 10px solid #111;
	background: #000;
	 
}
.price_tag p {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.contct_info_center .pricing_tab_content {
      padding-top: 70px;
    padding-bottom: 10px;
}
.pricing_tab_content a{
	text-decoration:none;
	color:#fff;
}
.price_tag {
   position: absolute;
    top: -57px;
    left: 0;
    right: 0;
    width: 120px;
    height: 120px;
    line-height: 100px;
    text-align: center;
    margin: 0px auto;
    border-radius: 100%;
    background: #1a1a1a;
    border: 8px solid #111;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 9;
}
.imagenew img{
	width:100%;
}
.pricing_tab_content a,
.pricing_tab_content p {
    text-align: center;
    line-height: 28px;
    font-size: 21px;
    padding: 0px 15px;
}
.page_header .sub_title li {
    float: left;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: 400;
    color: #ef5e5e;
}
.page_header .sub_title a {
    font-size: 16px;
    color: #fff;
}
.page_header .sub_title li {
    float: left;
    font-size: 16px;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: 400;
    color: #ef5e5e;
}
/* CONTACT US PAGE  */



/* Optional arrow indicator */
.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 12px;
}

.menu-item-has-children.active > a::after {
  content: " ▲";
}

.block-location {
    border-top: 1px solid #252525;
    position: relative;
}

.contact-section .title-side .dugem-text {
    margin-top: 20px;
}
 .location h5{
font-size: 24px;
    line-height: 1.25;
        margin-bottom: 20px;
    margin-top: 0;
    font-weight: 700;
}
.big-title {
    margin-bottom: 20px;
}

.site-branding a {
    width: 40px;
}
.vipexperience{
/* 	background-color: #BB092C; */
    padding: 10px;
    text-align: left;
    border-radius: 20px;
/* background: linear-gradient(to bottom, rgba(112, 35, 28, 0.95) 0%, rgba(112, 35, 28, 0.85) 30%, rgba(112, 35, 28, 0.70) 60%, rgba(112, 35, 28, 0.55) 100%); */
    backdrop-filter: blur(80px);
    -webkit-box-shadow: 10px 3px 12px -7px #00000040;
    box-shadow: 10px 3px 12px -7px #00000040;
	border:1px solid #fff;
}
.vipexperience .media img{
	border-radius:20px;
}
.group-text{
	    padding: 20px;
    border-radius: 10px;
}	
.group-text .field__item {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    font-family: "SupremeLLWeb-Bold", Arial, sans-serif;
    line-height: 1.6875rem;
    text-transform: uppercase;
    color: #fff;
}
.icon_all{
	width:275px;
}
.icon_all img{width:100%}
.group-text p{
	-webkit-line-clamp: 2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: "SupremeLLWeb-Regular", Arial, sans-serif;
    line-height: normal;
    padding-top: 16px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.vipexperience  .group-text .field__item.vipdata{
      font-size: 100px;
    line-height: 75.9px;
    letter-spacing: -0.1875rem;
    text-transform: uppercase;
	font-weight:700;
}
.gallery{
	padding:60px 0px
}
.vip-carousel .owl-nav .owl-prev{
    position: relative;
    border: none !important;
    width: 40px;
    height: 40px;
    background:linear-gradient(
        to bottom,
        rgba(112, 35, 28, 0.95) 0%,
        rgba(112, 35, 28, 0.85) 30%,
        rgba(112, 35, 28, 0.70) 60%,
        rgba(112, 35, 28, 0.55) 100%
    )!important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    backdrop-filter: blur(112.058px);
    -webkit-box-shadow: 5.6px -7px 44.82px 0px #00000040;
    box-shadow: 5.6px -7px 44.82px 0px #00000040;
    d: f;
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}
.vip-carousel .owl-nav .owl-prev span,
.vip-carousel .owl-nav .owl-next span{
	    position: relative;
    top: -6px;
}
.vip-carousel .owl-nav .owl-next{
	    position: relative;
    border: none !important;
    width: 40px;
    height: 40px;
    background: linear-gradient(
        to bottom,
        rgba(112, 35, 28, 0.95) 0%,
        rgba(112, 35, 28, 0.85) 30%,
        rgba(112, 35, 28, 0.70) 60%,
        rgba(112, 35, 28, 0.55) 100%
    ) !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    backdrop-filter: blur(112.058px);
    -webkit-box-shadow: 5.6px -7px 44.82px 0px #00000040;
    box-shadow: 5.6px -7px 44.82px 0px #00000040;
    d: f;
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}
.field__item.vipdata{
	    font-size: 120px;
    line-height: 4.80313rem;
    letter-spacing: -0.1875rem;
    text-transform: uppercase;
}
.vipexperience  .group-text .field__item.reservations{
    font-size: 45px;
    line-height: 4.80313rem;
    letter-spacing: -0.1875rem;
    text-transform: uppercase;
}
.big-title h1 {
    font-size: 150px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.7em;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0f0f0f;
}
.news-letter .news-letter-wrap {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #aaaaaa;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 68px 60px 90px 60px;
}

.news-letter .news-letter-wrap h5 {
    margin-bottom: 0;
}
.news-letter .the-title h3 {
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
}
.news-letter-wrap {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #aaaaaa;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 68px 60px 90px 60px;
}.the-title-contact h3 {
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
}
.contact-form-style input {
       background-color: transparent;
    color: #fff;
    width: 80%;
    max-width: 80%;
    padding: 10px 20px;
    outline: none;
    border: 2px solid #aaa;
    float: left;
    position: relative;
        border-radius: 0px;
}
.contact-form-style input::placeholder{
  color: #fff;
}
.news-letter .contact-form-style button {
    width: 15%;
    max-width: 15%;
    border-radius: 0;
    text-transform: capitalize;
    border: 2px solid #70231C;
    padding: 10px 35px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: transparent;
    color: #fff;
}
.formnew input {
    background-color: transparent;
    color: #fff;
    width: 80%;
    max-width: 80%;
    height: 25px;
    margin-bottom: 20px;
    padding: 5px 20px;
    outline: none;
    border: 2px solid #aaa;
    float: left;
    position: relative;
    top: 25px;
}
.formnew input[type=submit] {
    width: 15%;
    max-width: 15%;
    height: 40px;
    margin-bottom: 0;
    margin-top: 25px;
    border-radius: 0;
    text-transform: capitalize;
    float: right;
    border: 2px solid #70231C;
    padding: 10px 35px;
    outline: none;
    font-family: 'Roboto';
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.contact-section .contact-form-style input[type=submit] {
width: auto;
    border: 2px solid #70231C;
    padding: 4px 35px;
    border-radius: 30px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    cursor: pointer;
    transition: all .2s ease-in-out;
    background: #fff !important;
    color: #000;
}
.menu-item-object-custom .sub-menu{
	padding-left:0px; 
}
.menu-item-object-custom .sub-menu .menu-item{
padding:15px;
}
.menu-item-object-custom .sub-menu .menu-item a{
border-bottom:0px;
}
.contact-section .contact-form-style textarea{
    background-color: transparent;
    color: #fff;
    width: 95%;
    max-width: 95%;
    margin-bottom: 20px;
    padding: 5px 14px;
    border: 1px solid #aaa;
    border-top: 0;
    border-right: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none;
}
.contact-section .contact-form-style input {
    background-color: transparent;
    color: #fff;
    width: 95%;
    max-width: 95%;
    height: 40px;
    margin-bottom: 20px;
    padding: 5px 14px;
    border: 1px solid #aaa;
    border-top: 0;
    border-right: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none;
}
ul{

  list-style: none;
}

/* Outer section full width */
.restaurant-section {
    padding: 60px 0;
}

/* Inner box */
.restaurant-box {
    max-width: 1370px;
    margin: auto;
/*     background:     linear-gradient(to bottom, rgba(112, 35, 28, 0.95) 0%, rgba(112, 35, 28, 0.85) 30%, rgba(112, 35, 28, 0.70) 60%, rgba(112, 35, 28, 0.55) 100%)
; */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
}

/* Heading */
.restaurant-heading {
    background: linear-gradient(to bottom, rgba(112, 35, 28, 0.95) 0%, rgba(112, 35, 28, 0.85) 30%, rgba(112, 35, 28, 0.70) 60%, rgba(112, 35, 28, 0.55) 100%)
    padding: 25px 0;
}

.restaurant-heading h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    padding: 10px;
    text-align:center;
}

/* Image */
.restaurant-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Button */
.restaurant-btn-wrapper {
    text-align: center;
    padding: 30px 0;
}

.restaurant-btn {
    background: #c4122f;
    padding: 12px 35px;
    color: #fff !important;
    font-weight: 700;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
	position:relative;
}
.restaurant-btn:before{
	    content: '';
    position: absolute;
    inset: 0;
    border-radius: 43px;
    padding: 1px;
	background: radial-gradient(88.13% 63.48% at 26.09% 25.74%, #FFFFFF 0%, rgba(255, 255, 255, 0.801323) 19.27%, rgba(255, 255, 255, 0.595409) 40.46%, rgba(255, 255, 255, 0.905829) 55.21%, rgba(255, 255, 255, 0.101914) 89.81%, rgba(255, 255, 255, 0.0385321) 96.15%, rgba(255, 255, 255, 0) 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
}

.restaurant-btn:hover {
    background: #a50f28;
}



/* about  */
.about-page .about-text {
    padding-top: 30px;
}
.head-title-1 {
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 36px;
}
.head-title-2 {
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    line-height: 1em;
    letter-spacing: 3px;
    margin-top: 0px;
    color: #70231C;
    margin-bottom: 20px;
}
.about-page .the-text p {
       color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}
.the-text.text-start{
	margin-bottom:20px
}
.gallerypage{
  padding: 100px 0px 0px;
}
.waiting-block {
    background-image: url(./assets/images/banner-reservation-bg.png);
    position: relative;
    padding: 170px 0px 105px 0px;
    background-size: cover;
    opacity: 0.9;
    background-attachment: fixed;
    background-size: contain;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #fff;
    margin-bottom: 10px;
}
.waiting-block h3{
  font-size: 40px;
}
.background-overlay {
    background-color: #000000;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
        z-index: -1;
    left: 0;
    position: absolute;
}
.waiting-title .the-title h3 {
    font-size: 5.5rem;
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
.custom-logo-link{
  width: 110px;
  display: block;
}
.custom-logo-link img{
  width: 100%;
  height: 100%;
}
span.title-end {

  color: #70231C;
}
.waiting-block h3{
  text-transform: uppercase;
}
.button-basic-1 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    fill: #ffffff;
    padding: 10px 20px;

    display: inline-block;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    color: #ffffff;
    background-color: rgba(255, 44, 85, 0);
    border-color: #70231C;
    border-radius: 50px 50px 50px 50px;
}
/* about  */
.bg-slider {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 1.5s ease-in-out;
  z-index: -1;
}
/* contact us  */

.content {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.contact-section {
    padding: 100px 0px 80px 0px;
}
.the-title {
    position: relative;
}
.head-title-2 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 3px;
    margin-top: 0px;
    color: #70231C;
    margin-bottom: 20px;
}
.head-title-1 {
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 36px;
     line-height: 1.25;
}
.dugem-text {
    font-size: 22px;
    line-height: 28px;
    color: #aaaaaa;
}
/* contact us  */
/* Overlay */
.bg-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 83%); /* dark overlay */
  z-index: 1;
}
.club-content{
      background: #0000004f;
    text-align: center;
    padding: 30px 20px;
    border-radius: 5px;
    backdrop-filter: blur(58px);
}
.club-content > *{
  color: #fff;
}
.content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  transform: translateY(-50%);
  animation: fadeInUp 1s ease-in-out;
}
.image-title {
    position: absolute;
    z-index: 1;
    justify-content: center;
    text-align: center;
    margin: auto;
    flex-wrap: wrap;
    bottom: 19%;
    right: 0;
    z-index: 6;
    text-align: center;
    left: 0;
    margin: auto;
}
.image-title p {
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}
.image-title a.button-basic-1 {
    margin-top: 20px;
    font-size: 16px;
    padding: 12px 30px;
}
.button-basic-1 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    fill: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    color: #ffffff;
    background-color: rgba(255, 44, 85, 0);
    border-color: #70231C;
    border-radius: 50px 50px 50px 50px;
    text-decoration: none;
}
.image-background {
    position: absolute;
    background-image: url('./assets/images/we-can-dance-forever2.png');
      left: 0;
    right: 0;
    top: 0;
    opacity: 0.9;
    bottom: 0;
    background-size: cover;
    width: 100%;
    background-color: transparent;
    height: 100%;
    background-position: center;
    z-index: 2;
/*     transform: scale(2);
    background-repeat: no-repeat; */
}

h1 {
  font-size: 3.5rem;
}

p {
  margin-top: 10px;
  font-size: 1.3rem;
  opacity: .8;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0px); }
}
.site-header{
position: fixed;
    top: 5px;
    width: 100%;
        z-index: 999;
}
.btn-explore{
  display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 0.9375rem;
    border-radius: 43px;
    padding: 20px 15px;
    background: #BB092C;
  position: relative;
}
.btn-explore:before{
          content: '';
    position: absolute;
    inset: 0;
    border-radius: 43px;
    padding: 1px;
    background: radial-gradient(88.13% 63.48% at 26.09% 25.74%, #FFFFFF 0%, rgba(255, 255, 255, 0.801323) 19.27%, rgba(255, 255, 255, 0.595409) 40.46%, rgba(255, 255, 255, 0.905829) 55.21%, rgba(255, 255, 255, 0.101914) 89.81%, rgba(255, 255, 255, 0.0385321) 96.15%, rgba(255, 255, 255, 0) 100%);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
        
}
 

.header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 35px;
    border-radius: 35px;

    /* Top to Bottom glossy maroon gradient */
    background: linear-gradient(
        to bottom,
        rgba(112, 35, 28, 0.95) 0%,
        rgba(112, 35, 28, 0.85) 30%,
        rgba(112, 35, 28, 0.70) 60%,
        rgba(112, 35, 28, 0.55) 100%
    );

    /* Glass blur */
    backdrop-filter: blur(40px);

    /* Inner depth shadows */
    box-shadow:
        inset 0 1px 6px rgba(255, 255, 255, 0.15),
        inset 0 -4px 12px rgba(0, 0, 0, 0.4),
        0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Gold glow border */
.header-inner:before {
	    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 35px;
    padding: 2px;

    background: radial-gradient(
        120% 100% at 10% 20%,
        rgba(246, 183, 72, 0.7),
        rgba(246, 183, 72, 0.15),
        rgba(246, 183, 72, 0) 70%
    );

    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
}

/* Shine overlay */
.header-inner:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 35px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.18) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0) 80%
    );
    pointer-events: none;
}

        .site-branding {
            color: white;
            font-size: 22px;
            font-weight: bold;
        }
        
        .site-title a {
            color: white;
            text-decoration: none;
        }
        
        .menu-toggle {
            font-size: 30px;
            color: white;
            background: none;
            border: none;
            cursor: pointer;
            display: none;
            padding: 5px 10px;
        }
        
        .main-navigation {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        
        .menu-primary-menu-container {
            display: flex;
        }
        
        .nav-menu {
            display: flex;
            gap: 25px;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .nav-menu li {
            position: relative;
        }
        
  .nav-menu li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
    font-family: "DM Sans", sans-serif;
    padding: 8px 0;
    display: block;
    background-color: transparent !important;
    border: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 0.9375rem;
    text-transform: uppercase!important;
    color: #fff;
    letter-spacing: 0;
    padding: 0 !important;
}
       
        
        /* Submenu Styles */
        .nav-menu .sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: #1a1a1a;
            min-width: 200px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }
        
        .nav-menu li:hover .sub-menu {
            opacity: 1;
            visibility: visible;
             transform: translateY(25px);

        }
        
        .nav-menu .sub-menu li {
            width: 100%;
        }
        
        .nav-menu .sub-menu li a {
            padding: 12px 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .nav-menu .sub-menu li:last-child a {
            border-bottom: none;
        }
     
        
        .btn {
            padding: 8px 18px;
            border: 1px solid white;
            color: white;
            border-radius: 25px;
            text-decoration: none;
            transition: .3s;
            display: inline-block;
        }
        
        .btn:hover {
            background: white;
            color: black;
        }
        
        .btn-primary {
            background: #ff2b43;
            border-color: #ff2b43;
        }
        
        .language-switcher select {
            background: black;
            color: white;
            padding: 8px 15px;
            border-radius: 25px;
            border: 1px solid #444;
            margin-left: 15px;
        }
        
        /* ---- MOBILE RESPONSIVE ---- */
        @media (max-width: 900px) {
            .menu-toggle {
                display: block;
            }
            
            .main-navigation {
                position: fixed;
                left: -100%;
                top: 0;
                height: 100vh;
                width: 260px;
                padding: 40px 25px;
                background: black;
                flex-direction: column;
                align-items: flex-start;
                gap: 30px;
                transition: .4s ease;
                overflow-y: auto;
            }
            
            .main-navigation.active {
                left: 0;
            }
            
            .menu-primary-menu-container {
                width: 100%;
            }
            
            .nav-menu {
                flex-direction: column;
                gap: 18px;
                width: 100%;
            }
            
            /* Mobile submenu styles */
            .nav-menu .sub-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                background: transparent;
                box-shadow: none;
                display: none;
                margin-left: 15px;
                margin-top: 10px;
            }
            
            .nav-menu .menu-item-has-children.active .sub-menu {
                display: block;
            }
            
            .nav-menu .sub-menu li a {
                padding: 8px 0;
                border-bottom: none;
                font-size: 14px;
            }
            
            .dropdown-toggle {
                display: inline-block;
                margin-left: 5px;
                cursor: pointer;
                transition: transform 0.3s;
            }
            
            .menu-item-has-children.active .dropdown-toggle {
                transform: rotate(180deg);
            }
            
            .header-actions {
                flex-direction: column;
                width: 100%;
                margin-left: 0;
            }
            
            .btn {
                width: 100%;
                text-align: center;
            }
            
            .language-switcher {
                width: 100%;
            }
            
            .language-switcher select {
                width: 100%;
                margin-left: 0;
            }
        }






/* section video  */
/* Section Container */
.video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fullscreen Background Video */
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Dark Overlay */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
    z-index: -1;
}

/* Text Content */
.content {
    text-align: center;
    color: #fff;
    animation: fadeInUp 1.6s ease forwards;
    opacity: 0;
}

/* Animations */
@keyframes fadeInUp {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* Heading Text */
.title {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* Subtitle */
.subtitle {
    font-size: 1.3rem;
    margin-bottom: 25px;
}

/* CTA Button */
.btn-explore {
    padding: 12px 35px;
    background: #ff0048;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    transition: 0.4s;
    display: inline-block;
}

.btn-explore:hover {
    background: #fff;
    color: #000;
    transform: scale(1.1);
}

/* Responsive Text */
@media (max-width: 768px) {
    .title {
        font-size: 2.5rem;
    }
    .subtitle {
        font-size: 1rem;
    }
}

/* section video  */
/* uppcoming events  */
.ticket-card{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  cursor:pointer;
	border-radius:20px
}

.ticket-img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.4s ease;
}

/* Overlay hidden first */
.ticket-overlay{
  position:absolute;
  inset:0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  background:rgba(0,0,0,0.55);
  opacity:0;
  transition:.4s ease;
  transform:translateY(20px);
}

/* Buttons */
.tickets-btn{
  background:#ff204d;
  color:white;
  text-decoration:none;
  padding:10px 22px;
  border-radius:30px;
  font-weight:bold;
  font-size:14px;
  transition:.3s;
}

.tickets-btn:hover{
  background:white;
  color:black;
}

.tickets-btn.outline{
  background:transparent;
  border:2px solid white;
}

.tickets-btn.outline:hover{
  background:white;
  color:black;
}

/* Hover Effect Trigger */
.ticket-card:hover .ticket-img{
  transform:scale(1.1);
  filter:blur(3px);
}

.ticket-card:hover .ticket-overlay{
  opacity:1;
  transform:translateY(0);
}
        .owl-carousel {
            position: relative;
        }
        
      
        
        .ticket-card:hover {
            transform: translateY(-5px);
        }
        
       .ticket-img {
    width: 100%;
    height: 500px;
    object-fit: fill;
    display: block;
}
        .upcommingevent{
          /* background: url('./assets/images/wp2022888.jpg'); */
          background-size: cover;
          padding: 60px 0px;
          position: relative;
        }
        .head-title-2 {
    font-size:25px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 3px;
    margin-top: 0px;
    color: #70231C;
    margin-bottom: 20px;
}
.restaurant-heading h2.head-title-1 {
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    padding: 0px;
    font-family: "SupremeLLWeb-Black", Arial, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.06rem;
    text-transform: uppercase;
    text-align: center;
}
.head-title-1 {
  color: #ffffff;
        margin-top: 0px;
        margin-bottom: 20px;
        justify-content: center;
        display: flex;
        padding: 0px;
        font-family: "SupremeLLWeb-Black", Arial, sans-serif;
        font-size: 50px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: -0.06rem;
        text-transform: uppercase;
        text-align: center;
}.table-events .dugem-text {
    padding: 0 250px;
}
.dugem-text {
  font-size: 16px;
/*         text-transform: uppercase; */
        color: #fff;
        font-weight: 600;
}
        .ticket-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .tickets-btn {
            display: inline-block;
            padding: 12px 18px;
            background: linear-gradient(to right, #ff7e5f, #feb47b);
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 600;
            text-align: center;
            transition: all 0.3s ease;
            flex: 1;
            min-width: 140px;
        }
        
        .tickets-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(255, 126, 95, 0.4);
        }
        
        .tickets-btn.outline {
            background: transparent;
            border: 2px solid #ff7e5f;
            color: #ff7e5f;
        }
        
        .tickets-btn.outline:hover {
            background: rgba(255, 126, 95, 0.1);
        }
        .overlaytext{
    background-image: linear-gradient(150deg, #2e2e2e, #fff0), linear-gradient(#000, #000);
    flex-direction: column;
    justify-content: space-between;
    height: 88px;
    padding: 18px 11px;
    display: flex;
    inset: auto 0% 0%;        }
  .overlaytext h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
    .overlaytext small{
            color:#fff;
    letter-spacing: .5px;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    }
    .headingall h2{
text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
} 
        /* Owl Carousel customization */
       .owl-nav {
    position: absolute;
    top: -74px;
    transform: translateY(0);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    right: 0px;
}
        
        .owl-prev, .owl-next {
            width: 50px;
            height: 50px;
  background: linear-gradient(122.72deg, rgba(79, 79, 79, 0.1) 1.74%, rgba(79, 79, 79, 0.1) 1.75%, rgba(255, 255, 255, 0.1) 33.05%, rgba(79, 79, 79, 0.1) 97.16%);
    backdrop-filter: blur(80px);            border-radius: 50% !important;
            display: flex !important;
            align-items: center;
            justify-content: center;
            pointer-events: all;
            transition: all 0.3s ease;
        }
        
        .owl-prev:hover, .owl-next:hover {
            background: rgba(255, 126, 95, 1) !important;
            transform: scale(1.1);
        }
        
        .owl-prev {
            margin-left: -25px;
        }
        
        .owl-next {
            margin-right: -25px;
        }
        
        .owl-prev span, .owl-next span {
            font-size: 30px;
            color: white;
            line-height: 1;
        }
        
        .owl-dots {
            margin-top: 20px;
            text-align: center;
        }
        
        .owl-dot {
            width: 12px;
            height: 12px;
            background: rgba(255, 126, 95, 0.5) !important;
            border-radius: 50%;
            margin: 0 5px;
            transition: all 0.3s ease;
        }
        
        .owl-dot.active {
            background: rgba(255, 126, 95, 1) !important;
            transform: scale(1.2);
        }
        
        /* Responsive styles */
        @media (max-width: 768px) {
            .ticket-overlay {
                flex-direction: column;
            }
            
            .tickets-btn {
                width: 100%;
            }
            
            .owl-prev {
                margin-left: -15px;
            }
            
            .owl-next {
                margin-right: -15px;
            }
        }
        
        @media (max-width: 576px) {
            h1 {
                font-size: 2rem;
            }
            
            .ticket-img {
                height: 400px;
            }
            
            .owl-nav {
                display: none;
            }
        }


/* uppcoming events  */


/* footer */

/*---------------------------------------*/
/*--------     12. Footer         --------*/
/*---------------------------------------*/
#tt-footer {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
  overflow: hidden;
}
#tt-footer .footer-wrapper {
     z-index: 1;
      z-index: 1;
    background: linear-gradient(to bottom, rgba(112, 35, 28, 0.95) 0%, rgb(85 38 34) 30%, rgb(86 39 35) 60%, rgb(86 38 34) 100%);
    width: 100%;
    margin-bottom: 0;
    padding: 48px 0 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    padding: 48px 0 0px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1025px) {
  #tt-footer:not(.no-margin) .footer-wrapper {
    margin-top: 130px;
  }
}
@media (max-width: 1024px) {
  #tt-footer:not(.no-margin) .footer-wrapper {
    margin-top: 70px;
  }
}
@media (max-width: 790px) {
  #tt-footer:not(.no-margin) .footer-wrapper {
    margin-top: 49px;
  }
}

@media (min-width: 1025px) {
  #tt-footer:before {
    width: 4px;
    height: 63px;
  }
}
@media (max-width: 1024px) {
  #tt-footer:before {
    width: 3px;
    height: 46px;
  }
}
@media (min-width: 1025px) {
  #tt-footer.no-margin:before {
    top: -32px;
  }
}
@media (max-width: 1024px) {
  #tt-footer.no-margin:before {
    top: -23px;
  }
}
@media (min-width: 1025px) {
  #tt-footer:not(.no-margin):before {
    top: -162px;
  }
}
@media (max-width: 1024px) {
  #tt-footer:not(.no-margin):before {
    top: -23px;
  }
}
/*
	Footer objects
*/

.f-nav ul {
	    padding-left: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
      margin-bottom: 0px;
  align-items: flex-start;
}
.f-nav ul > li > a {
     font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    display: inline-block;
    padding: 7px 28px;
    transition: color 0.2s;
    text-transform: uppercase;
    text-decoration: none;
}
.f-nav ul > li > a:hover {
  color: #FF1A43;
}
.f-nav ul > li.active > a {
  color: #FF1A43;
}
@media (max-width: 1024px) {
  .f-nav ul > li > a {
    font-size: 16px;
    line-height: 24px;
    padding: 7px 17px;
    transition: color 0.2s;
  }
}
@media (max-width: 575px) {
  .f-nav ul > li {
    width: 100%;
  }
  .f-nav ul > li > a {
    padding: 7px 28px;
  }
}


.f-logo .tt-logo > * {
  width: 148px;
  height: auto;
}
@media (max-width: 1024px) {
  .f-logo {
    margin-top: 25px;
  }
  .f-logo .tt-logo > * {
    width: 94px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .f-logo .tt-logo > * {
    width: 78px;
    height: auto;
  }
}

.f-col {
  margin-top: 26px;
}
.f-col [class^=col-] {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .f-col {
    margin-top: 11px;
  }
}
.infoall{
      width: 60px;
    height: 60px;
/*     background: #ffffff1c; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 31px;

}
.padding_top_bottom{
  padding: 80px 0px;
}

@media(max-width:991px){
 .padding_top_bottom{
  padding: 60px 0px;
}
.image-title {
    position: absolute;
    z-index: 1;
    justify-content: center;
    text-align: center;
    margin: auto;
    flex-wrap: wrap;
    bottom: 32px;
    right: 0;
    z-index: 6;
    text-align: center;
    left: 0;
    margin: auto;
}
.the-title.text-center{

} 
}
.f-info {
      display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:center;
    gap: 15px;
    align-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    color: #D3D3D5;
}
.f-info .f-info__icon {
  width: 36px;
  min-width: 36px;
  color: #FF1A43;
  font-size: 20px;
}
.f-info .f-info__icon:before {
  position: relative;
  top: 4px;
  left: 2px;
}
.f-info .f-info__icon > * {
  max-width: 24px;
  height: auto;
  position: relative;
  top: 4px;
}
.f-info .f-info__content .tt-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  padding-bottom: 13px;
}
@media (max-width: 1024px) {
  .f-info .f-info__icon {
    width: 24px;
    min-width: 24px;
    font-size: 16px;
  }
  .f-info .f-info__icon > * {
    max-width: 15px;
    top: 1px;
  }
  .f-info .f-info__content {
    font-size: 15px;
    line-height: 24px;
  }
  .f-info .f-info__content .tt-title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
  }
}
/* Default Desktop Layout */
.f-nav ul {
    display: flex;
    gap: 20px;
}

.f-nav ul li a {
    color: #fff; 
    text-decoration: none;
}

/* Footer Flex Default (Desktop) */
.footer-wrapper,
.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Responsive for Tablets & Mobile */
@media (max-width: 991px) {
    .d-flex.justify-content-between {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .f-nav ul {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .f-social ul {
        justify-content: center;
    }
}

/* Extra Small Devices (Phones < 576px) */
@media (max-width: 576px) {
    .custom-logo {
        max-width: 150px;
        height: auto;
    }

    .f-nav ul li a {
        font-size: 16px;
    }

    .f-social ul li i {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
  .footer-wrapper .container .d-flex{
            font-size: 13px;
  }
	.mobile_responsive{
		flex-direction:row;
	}
  .f-copyright a {
    padding-left: 8px;
    padding-right: 8px;
}
  .dugem-text {
    font-size: 16px;
}
.club-content {
	        padding: 0px;
    margin: 0px;
}
.club-content h1 {
   text-transform: capitalize;
   font-size: 26px;
}
.club-content h2{
  font-size: 18px;
}
.club-content p {
   text-transform: capitalize;
   font-size: 15px;
}
	p{
		font-size:15px
	}
}
@media (max-width: 575px) {
  .f-info {
    margin-left: 20px;
    margin-right: 0;
  }
  .f-info .f-info__icon {
    width: 22px;
    min-width: 22px;
  }
  .f-info .f-info__icon > * {
    max-width: 14px;
    top: -1px;
  }
}


.f-social ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    padding-left: 0px;
}
.f-social ul > li > a {
  transition: color 0.2s;
  color: #ffffff;
  padding: 5px 22px;
  font-size: 19px;
}
.f-social ul > li > a:hover {
  color: #FF1A43;
}
@media (max-width: 1024px) {
  .f-social {
    margin-top: 36px;
  }
  .f-social ul > li > a {
    padding: 5px 19px;
    font-size: 18px;
  }
  .f-social ul > li > a > * {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (max-width: 575px) {
  
}
/* Basic Reset */
.main-navigation {
    transition: all 0.4s ease-in-out;
}

/* Desktop View */
#mainNavigation {
    display: block;
}

.menu-toggle {
    display: none;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
}

/* Mobile Responsive */
@media (max-width: 992px) {

    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

   .menu-toggle {
    display: block;
    z-index: 999;
    color: #fff;
    background: #70231C;
    font-size: 20px;
    border-radius: 28px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*     #mainNavigation {
        position: absolute;
        top: 80px;
        right: 0;
        width: 100%;
       background: linear-gradient(
        to bottom,
        rgba(112, 35, 28, 0.95) 0%,
        rgba(112, 35, 28, 0.85) 30%,
        rgba(112, 35, 28, 0.70) 60%,
        rgba(112, 35, 28, 0.55) 100%
    );
        padding: 20px 0;
        display: none;
        text-align: center;
        z-index: 999;
    } */

    #mainNavigation.active {
        display: block;
    }

    #mainNavigation .nav-menu {
        flex-direction: column;
        gap: 15px;
    }

    #mainNavigation .nav-menu li a {
         color: #fff;
        text-decoration: none;
        display: block;
        font-weight: 700;
        font-size: 26px;
        text-transform: uppercase !important;
    }
}

/* Toggle Animation (optional) */

/* #mainNavigation {
    opacity: 0;
    transform: translateY(-15px);
} */
#mainNavigation.active {
    opacity: 1;
    transform: translateY(0);
}

.f-copyright  {
 color: #666;
    width: auto;
    margin-left: 0;
    margin-right: 0;
       font-size: 12px;
    font-weight: 400;
    position: static;
    padding: 20px 0px;
}
.f-copyright a {
   color: #666;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
    font-weight: 400;
    position: static;
    text-decoration: none;
}
.f-copyright a:hover {
  color: #ffffff;
}
.about-page {
    position: relative;
    z-index: 2;
    padding: 100px 0px 100px 0px;
}
@media (max-width: 1024px) {
  .f-copyright {
    margin-top: 31px;
    font-size: 15px;
    line-height: 24px;
  }
  .header-inner {
    padding: 0px 15px;
}
.head-title-1 {
  color: #ffffff;
        margin-top: 0px;
        margin-bottom: 20px;
        justify-content: center;
        display: flex;
        padding: 0px;
        font-family: "SupremeLLWeb-Black", Arial, sans-serif;
        font-size: 29px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: -0.06rem;
        text-transform: uppercase;
        text-align: center;
}
}
.restaurant-heading h2{
            color: #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        text-transform: none;
        font-size: 25px;
        font-weight: 500;
        justify-content: center;
        display: flex;

	}
@media (max-width: 768px) {
	.restaurant-heading h2{
            color: #ffffff;
        padding-top: 20px;
        padding-bottom: 20px;
        text-transform: none;
        font-size: 25px;
        font-weight: 500;
        justify-content: center;
        display: flex;

	}
    .mobile-slider-wrapper .foogallery .fg-item {
        width: 100% !important;
        margin: 0 !important;
    }

    .mobile-slider-wrapper .foogallery {
        display: flex !important;
        flex-direction: column !important;
        overflow: hidden;
    }
	.group-text .field__item {
  font-size: 22px;
        font-style: normal;
        font-weight: 700;
        font-family: "SupremeLLWeb-Bold", Arial, sans-serif;
        line-height: 1.6875rem;
        text-transform: uppercase;
        color: #fff;
}
	.ticket-overlay{
display: flex;
        flex-direction: row	}
.ticket-overlay a{
margin-bottom:5px;
	}
	.upcommingevent,
	.gallery,
	.restaurant-section,
	.padding_top_bottom {
		padding-bottom:0px;
	}
	  .tickets-btn {
            display: inline-block;
            padding: 12px 18px!important;
            background: linear-gradient(to right, #ff7e5f, #feb47b);
            color: white!important;
            text-decoration: none;
            border-radius: 30px;
            font-weight: 600;
            text-align: center;
            transition: all 0.3s ease;
            flex: 1;
            min-width: 140px;
        }
	.vipexperience  .group-text .field__item.reservations {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: normal;
    text-transform: uppercase;
}
	.icon_all {
    width: 100px;
}
	.vipexperience  .group-text .field__item.vipdata {
    font-size: 60px;
    line-height: 75.9px;
    letter-spacing: -0.1875rem;
    text-transform: uppercase;
    font-weight: 700;
}
	.custom-logo-link {
    width: 110px;
    display: block;
}
	.image-background {
    position: absolute;
    background-image: url('./assets/images/we-can-dance-forever2.png');
    left: 0;
    right: 0;
		display:none;
    top: 0;
    opacity: 0.9;
    bottom: 0;
    background-size: contain;
    width: 100%;
    background-color: #00000012;
    height: 100%;
    background-position: center;
    z-index: 2;
    background-repeat: no-repeat;
}
	.video-section:before{
		content:'';
			width:100%;
		height:100%;
		position:absolute;
	}
	.nav-menu li {
       position: relative;
    padding: 10px;
    text-align: left;
}
	.f-info.justify-content-start {
    margin-left: 0px;
    margin-right: 0;
}
	.nav-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    box-shadow: none;
    display: none;
    margin-left: 0;
    margin-top: 0;
}
	.nav-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
	.menu-item-object-custom .sub-menu .menu-item {
   padding: 7px;
        margin-top: 15px;
}
	.contact_wrapper .row {
		    gap: 73px;
	}
	.page_title_section {
    padding-top: 70px;
    padding-bottom: 36px;
}
	.fontsizenew.pricing_tab_content  p {
    font-size: 15px;
}
	.contact-section  h2{
		font-size:18px;
	}
	.contact-section  p{
		font-size:15px;
	}
}




/* footer */
.menu-social,
.menu-close{
	display:none
}
@media(max-width:991px){
	.menu-social,
	.menu-close{
		display:block;
	}
	.main-navigation {
    position: fixed;
    top: -5px;
    left: -100%;
    width: 100%;
    height: 100vh;
        background:linear-gradient(to bottom, rgb(112 35 28) 0%, rgb(112 35 28) 30%, rgb(112 35 28) 60%, rgb(112 35 28) 100%);
    z-index: 9999;
    transition: all .4s ease;
    box-shadow: 2px 0 20px rgba(0,0,0,.1);
    padding: 60px 20px 80px;
    overflow-y: auto;
}

/* Active Menu */
.main-navigation.active{
    left:0;
}

/* Close Button */
.menu-close{
           position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        font-size: 22px;
        cursor: pointer;
        z-index: 9999;
        color: #fff;
}

/* Menu */
.nav-menu{
    list-style:none;
    padding:0;
    margin:0;
}
.nav-menu li{
    margin-bottom:15px;
}
.nav-menu li a{
    text-decoration:none;
    color:#000;
    font-size:16px;
    font-weight:500;
}

/* Social Icons Bottom */
.menu-social{
    position:absolute;
    width:100%;
    display:flex;
    justify-content:start;
    gap:15px;
}

.menu-social a{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f2f2f2;
    color:#000;
    font-size:18px;
    transition:.3s;
}

.menu-social a:hover{
    background:#000;
    color:#fff;
}
	.image-title  .headerslider {
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
	line-height: 4rem;
}
.video-section {
    height: 55vh;
}
	.image-title.newall {
    position: absolute;
    z-index: 6;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}
	.restaurant-heading h2.head-title-1 {
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    padding: 0px;
    font-family: "SupremeLLWeb-Black", Arial, sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.06rem;
    text-transform: uppercase;
    text-align: center;
}
}

@media (max-width: 768px) {

  /* Footer main row ko column bana do */
  #tt-footer .footer-wrapper .container > .row {
    display: flex;
    flex-direction: column;
  }

  /* 1️⃣ Social Icons – sabse upar */
  #tt-footer .f-copyright {
    order: 1;
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }

  /* 2️⃣ Menu + Address (footer content) */
  #tt-footer .footer-wrapper .container .row > .col-md-9 {
    order: 2;
    margin-top: 20px;
  }

  #tt-footer .footer-wrapper .container .row > .col-md-2 {
    order: 3;
    margin-top: 20px;
    text-align: center;
  }

  /* 3️⃣ Logo – sabse last */
  #tt-footer .footer-wrapper .container .row > .col-md-1 {
    order: 4;
    margin-top: 25px;
    text-align: center;
  }

  /* Logo center */
  #tt-footer .f-logo {
    display: flex;
    justify-content: center;
  }

}
