@font-face {
    font-family: 'Gilroy-Medium'; /* This is the name you will use to refer to the font */
    src: url('../../fonts/Gilroy-Medium.ttf') ; /* Include all formats if you want broader compatibility */
  }


  @font-face {
    font-family: 'Gilroy-Bold'; 
    src: url('../../fonts/Gilroy-Bold.ttf') ; 
  }
  @font-face {
    font-family: 'Gilroy-Regular'; 
    src: url('../../fonts/Gilroy-Regular.ttf') ; 
  }

/* body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f5f5f5;
    overflow: hidden;
    font-family: Arial, sans-serif;
} */

/* .landingmain{
    
} */
body {
    overflow: hidden;
}
.pointer{
    cursor: pointer;
}

.landingmain {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden; /* To ensure the GIF doesn't overflow */
    height: 100vh;
}

.background-gif {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the GIF covers the entire background */
    z-index: -1; /* Places the GIF behind the content */

 

}

.custumoverflow{
    overflow-x: hidden;

}
.landingflex{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f5f5f5;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.stack-container {
    position: relative;
    width: 670px;
    height: 65vh;
    perspective: 1000px;
    
}

@media (max-width: 700px) {
    .stack-container {
        position: relative;
        width: 320px;
        height: 480px;
        perspective: 1000px;
       
    }
  }

.stack-card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 25px;
    /* box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4); */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    color: #333;
    transition: transform 0.5s ease, opacity 0.5s ease;
    /* pointer-events: none !important; */
}



/* burger */
.landing-burger-card {
    overflow: hidden;
    background: #F05911; /* Fallback background color */
}

.landing-burger-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-35deg,   #F05911 30% ,transparent 85%);
    
    /* z-index: 0; */
   
}

.landing-burger-card .burger-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    object-fit: cover;
    z-index: -1;
    
}

.landing-burger-card .burger_floor_text {
    font-family: 'Gilroy-Medium', sans-serif !important;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    
}
.landing-burger-card .burger_name_text {
    font-family: 'Gilroy-Bold', sans-serif !important;
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: bolder;
    
}


/* Coffe house */
.landing-coffehouse-card {
    overflow: hidden;
    background: #E8D2A7; /* Fallback background color */
}

.landing-coffehouse-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-35deg,   #E8D2A7 30% ,transparent 85%);
    
    /* z-index: 0; */
   
}

.landing-coffehouse-card .coffehouse-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    object-fit: cover;
    z-index: -1;
    
}

.landing-coffehouse-card .coffehouse_floor_text {
    font-family: 'Gilroy-Medium', sans-serif !important;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    
}
.landing-coffehouse-card .coffehouse_name_text {
    font-family: 'Gilroy-Bold', sans-serif !important;
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bolder;
    
}

/* Hookah */
.landing-hookah-card {
    overflow: hidden;
    background: #008541; /* Fallback background color */
}

.landing-hookah-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-35deg,   #008541 30% ,transparent 85%);
    
    /* z-index: 0; */
   
}

.landing-hookah-card .hookah-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    object-fit: cover;
    z-index: -1;
    
}

.landing-hookah-card .hookah_floor_text {
    font-family: 'Gilroy-Medium', sans-serif !important;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    
}
.landing-hookah-card .hookah_name_text {
    font-family: 'Gilroy-Bold', sans-serif !important;
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: bolder;
    
}

/* lounge */
.landing-lounge-card {
    overflow: hidden;
    background: #AB1F25; /* Fallback background color */
}

.landing-lounge-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-35deg,   #AB1F25 15% ,transparent 85%);
    
    /* z-index: 0; */
   
}

.landing-lounge-card .lounge-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    object-fit: cover;
    z-index: -1;
    
}

.landing-lounge-card .lounge_floor_text {
    font-family: 'Gilroy-Medium', sans-serif !important;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    
}
.landing-lounge-card .lounge_name_text {
    font-family: 'Gilroy-Bold', sans-serif !important;
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: bolder;
    
}
/* Sport Club */
.landing-sportclub-card {
    overflow: hidden;
    background: #E8D2A7; /* Fallback background color */
}

.landing-sportclub-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-35deg,   #1A2357 30% ,transparent 85%);
    
    /* z-index: 0; */
   
}

.landing-sportclub-card .sportclub-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    object-fit: cover;
    z-index: -1;
    
}

.landing-sportclub-card .sportclub_floor_text {
    font-family: 'Gilroy-Medium', sans-serif !important;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    
}
.landing-sportclub-card .sportclub_name_text {
    font-family: 'Gilroy-Bold', sans-serif !important;
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bolder;
    
}



/* Room Services */
.landing-roomservices-card {
    overflow: hidden;
    background: #3B2817; /* Fallback background color */
}

.landing-roomservices-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-35deg,   #3B2817 30% ,transparent 85%);
    
    /* z-index: 0; */
   
}

.landing-roomservices-card .roomservices-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    object-fit: cover;
    z-index: -1;
    
}

.landing-roomservices-card .roomservices_floor_text {
    font-family: 'Gilroy-Medium', sans-serif !important;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    
}
.landing-roomservices-card .roomservices_name_text {
    font-family: 'Gilroy-Bold', sans-serif !important;
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bolder;
    
}


/* Waffles and crepes */
.landing-waffles-card {
    overflow: hidden;
    background: #50624A ; /* Fallback background color */
}

.landing-waffles-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-35deg,   #50624A  30% ,transparent 85%);
    
    /* z-index: 0; */
   
}

.landing-waffles-card .waffles-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   
    object-fit: cover;
    z-index: -1;
    
}

.landing-waffles-card .waffles_floor_text {
    font-family: 'Gilroy-Medium', sans-serif !important;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    
}
.landing-waffles-card .waffles_name_text {
    font-family: 'Gilroy-Bold', sans-serif !important;
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 10;
    color: white;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: bolder;
    
}





/*  */

.my-button {
    font-family: 'Gilroy-Medium', sans-serif !important;
    display: inline-block;
    padding: 5px 20px;
    background-color: #e0e0e0;
    color: black;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;

}

.my-button:hover {
    background-color: #d0d0d0;
    text-decoration: none;
    
}



.landing_footer{
    position: absolute;
    bottom: 20px;
    width: 280px;
    height: 50px;
    
}

.landing_footer a{
    cursor: pointer;

}

@media (max-width: 700px) {
    .landing_footer{
        position: absolute;
        bottom: 5px;
        width: 220px;
        height: 50px;
        
        
    }
  }




  /* valet request */

  .valetheader{
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-size: 28px !important;
  }


  .valet_form{
    height: auto;
    width: 40%;
    /* background-color: #AB1F25; */
  }

  @media (max-width: 700px) {
    .valet_form{
        height: auto;
        width: 83%;
      }
  }


  .formtextvalet{
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 14px;
    color: black;
    margin-bottom: 3px !important;

  }

  .my-styled-input {
    padding: 10px 15px;
    background-color: #D9D9D9;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    width: 100%;
    height: 60px;
    /* margin: 20px auto; */
    display: block;
    font-family: 'Gilroy-Bold', sans-serif !important;
    color: black; /* Make placeholder text black */
    font-weight: bold; /* Make placeholder text bold */
    font-size: 30px;
}

.my-styled-input::placeholder {
    font-family: 'Gilroy-Bold', sans-serif !important;
    color: rgb(104, 103, 103); /* Make placeholder text black */
    font-weight: bold; /* Make placeholder text bold */
    font-size: 30px;
}

.my-styled-input:focus {
    outline: 1px dashed #aaa;
}

.black-button {
    font-family: 'Gilroy-Regular', sans-serif !important;
    display: inline-block;
    padding: 5px 50px; /* Adjust padding for size */
    background-color: #111; /* Dark gray/black background */
    color: white; /* White text */
    text-decoration: none;
    border: none;
    border-radius: 8px; /* Slightly more rounded corners */
    font-size: 20px; /* Slightly larger font size */
    
    cursor: pointer;

    text-align: center;
    transition: background-color 0.3s ease; /* Smooth hover transition */
}





/* toast */
.toast-container {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050; /* Ensure it's on top */
}

.my-toast {
    background-color: #333;
    padding-left:20px ;
    color: #0f0;
    border-radius: 25px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    animation: showToast 3s forwards;  
}

.my-toast .check-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-color: #0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-toast .check-icon::before {
    content: "\2713";
    color: black;
    font-size: 10px;
    font-weight: bold;
}

@keyframes showToast {
    0% { opacity: 0; }
    10% { opacity: 1; } /* Show quickly */
    90% { opacity: 1; } /* Stay visible */
    100% { opacity: 0; } /* Fade out */
}

/* red */
.notification-area {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
}

.custom-toast {
    background-color: #800000; /* Dark red background */
    padding-left: 20px;
    color: white; /* White text */
    border-radius: 25px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    animation: appearToast 10s forwards;
}

.custom-toast .alert-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-color: white; /* White background for icon */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-toast .alert-icon::before {
    content: "!"; /* Exclamation mark */
    color: #800000; /* Dark red icon color */
    font-size: 14px;
    font-weight: bold;
}

@keyframes appearToast {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}

/* request boxes */
.requestmain {
    display: flex; 
    overflow-x: auto; 
    white-space: nowrap; 
    width:100% !important;
    height: 90px;
    margin: 10px auto;
}

.boxrequest {
    width: 70px;
    height: 50px;
    background-color: #D9D9D9;
    margin-right: 10px;  
    flex-shrink: 0; 
    box-sizing: border-box;
    border-radius: 15px;
}

.boxrequest p{
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 10px;
    text-transform: uppercase;


}

.boxrequest small{
    position: relative;
    top: -42px;
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-size: 12px;
    text-transform: uppercase;


}

.bg-warning-valet{
    background-color: black !important;

}
.bg-success-valet{
    background-color: black !important;

}











/* Style for the dropdown container */
.icon-dropdown {
    position: relative;
    display: inline-block;
}

/* Style for the image (instead of the button) */
.icon-img {
    width: 60px; /* Set the width of the image */
    cursor: pointer; /* Makes the image clickable */
}

/* The dropdown menu (hidden by default) */
.icon-dropdown-menu {
    display: none;
    position: absolute;
    right: 0; /* Align to the right of the container */
    background-color: #f9f9f9;
    min-width: 100px; /* Make the menu smaller */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 100;
    border-radius: 5px;
    padding: 0; /* Remove extra padding */
}

/* Dropdown links */
.icon-dropdown-menu a {
    color: black;
    padding: 8px 12px; /* Reduce padding to make the items smaller */
    text-decoration: none;
    display: block;
    font-size: 12px; /* Optional: smaller font size */
    text-transform: uppercase;
    font-family: 'Gilroy-Medium', sans-serif !important;
    font-weight: bold;
}

/* Change color of dropdown links on hover */
.icon-dropdown-menu a:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown menu when the image is hovered */
.icon-dropdown:hover .icon-dropdown-menu {
    display: block;
}



