@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.mobile-content {
    display: none;
}

.desktop-message {
    display: none;
}

.typewriter>p{
    color: #000000;
}

    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    list-style-type: none;
    text-decoration: none;
    font-family: "Poppins", sans-serif !important;
    font-style: normal;
    
}


@media (max-width:600px){
    *{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none !important;
    font-family: "Poppins", sans-serif !important;
    font-style: normal;
}

 


body{
  background-color:#121212 !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 450;
  font-style: normal;
  text-decoration: none !important;
  list-style-type: none !important;
  color: #000000 !important;
}

.home-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    background-position: center;
    z-index: -1;
}

.text-home1{
    color: #fff !important;
    font-size: 40px;
    margin-top: 320px;
     font-family: "Source Code Pro", monospace;
     font-optical-sizing: auto;
      font-weight: 400;
    font-style: normal;
}

/* Fade + slide animation for the text */
#text-home {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 3s ease forwards;
}

/* Animation keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

        /* Header */
.header {
  position: absolute;
  top:5%;
  left: 48%;
  transform: translateX(-50%);
  width: 1050vw;
  z-index: 1000;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: none;
  background: none;
  box-shadow: none;
  pointer-events: none; /* Prevents overshadowing/click blocking */
}

.header h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #FF6B00;
  margin-bottom: 0;
  text-shadow:
  0 0 6px #FF6B00,
  0 0 12px #FF6B00;
  pointer-events: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.menu-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns for two boxes side by side */
  gap: 15px;
  padding: 50px;
  margin-top: 50px;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.menu-grid-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns for two boxes side by side */
  gap: 15px;
  padding: 50px;
  margin-top: -60px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.menu-grid-3{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns for two boxes side by side */
  gap: 15px;
  padding: 50px;
  margin-top: -60px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.menu-grid-4{
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns for two boxes side by side */
  gap: 15px;
  padding: 50px;
  margin-top: -60px;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.grid-items{
    background:#FF6B00 !important;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.048);
    transition: transform 0.2s; 
    color: #000000 !important;
    text-decoration: none;
    list-style-type: none;
    justify-content: center;
    text-align: center;
    align-items: center;


}

#header{
  position: absolute;
  margin: 100px 10px;
  left: 12px;
  color: #fff;
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
#header2{
  position: absolute;
  margin: 80px 10px;
  left: 12px;
  color: #fff;
   font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

#menu-grid-main{
  position: relative;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}

.menu{
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.table{
  background-color: #ffffff;
  display: block;
  border: solid #fff;
  border-radius: 20px;
  height: 300px;
  width: 250px;
  box-shadow: gray 0px 0px 20px;
  margin: 0 auto;
  position: relative;
  top: 40px;
  color: #000;
  text-align: center !important;
 
}

.table-content{
 justify-content: center !important;
 align-items: center !important;
 text-align: center !important;
 color: #000000 !important;
 z-index: 999 !important;

}

.table-content>h2{
  position: relative;
  top: 20px;
  font-size: 22px;
  
}

.table-content>ul{
  display: block !important;
  color: #000000 !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

.table-content>ul>li>a{
  display: block;
  text-align: center !important;
  position: relative;
  top: 35px;
  left: 0 !important;
  justify-content: center !important;
  align-items: center !important;
}

a{
  text-decoration: none;
  list-style-type: none;
  color: #000000 !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center  !important;
}

a:visited{
  color: #fff !important;
}

a:focus,a:hover{
  color: #58f311 !important;
}

.img{
  width: 250px;
  height: 150px;
  border-radius: 10px;
}

.content{
   font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
  color: #fff;

}

  /* Back Arrow */
        .arrow {
            display: inline-block;
            color: #fff !important;
            font-size: 2rem;
            transition: transform 0.3s;
            position: relative;
            top: -120px;
            left:-155px;
        }

        .arrow:hover {
            transform: translateX(-5px);
            color: #FF6B00;
        }


}


