@import url('https://fonts.googleapis.com/css2?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');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}
/*---Start Panner----*/
.panner {
    position: relative;
    width: 100%;
    height: 500px; /* set the desired height for the panner */
    overflow: hidden;
  }
  
  .panner img {
    position: absolute;
    top: 13%;
    left: 100%;
    transform: translateX(-50%);
    max-height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 100%; /* set width to 100% for responsiveness */
    height: 81%; /* set height to 100% for responsiveness */
  }
  
  .panner img:first-child {
    opacity: 1;
  }
  
  .panner img.active {
    opacity: 1;
  }
  
  /* Set the time interval for changing images */
  @keyframes panner {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(0);
    }
    30% {
      opacity: 0;
      transform: translateX(-100%);
    }
    55% {
      opacity: 0;
      transform: translateX(-100%);
    }
    60% {
      opacity: 1;
      transform: translateX(-100%);
    }
    85% {
      opacity: 1;
      transform: translateX(-100%);
    }
    90% {
      opacity: 0;
      transform: translateX(-200%);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  
  .panner img {
    animation: panner 9s linear infinite;
  }
  
  .panner img:nth-child(2) {
    animation-delay: 3s;
  }
  
  .panner img:nth-child(3) {
    animation-delay: 6s;
  }
  
/*---End Panner---*/
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color:  #000016  ;
    color: #fff;
    padding: 2px;
    position: fixed;
    z-index: 999;
}
.logo {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 1px;
}
.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/* .button {
    display: inline-block;
    background-color: #ad0a25;
    color: #333;
    border: 2px solid #333;
    border-radius: 20px;
    padding: 1px 1px;
    margin: 1px;
    text-decoration: none;
    font-weight: bold;
    font-size: 8px;
    transition: all 0.3s ease;
    flex: 1 1 calc(33.33% - 5px);
    max-width: calc(33.33% - 5px);
} */
.button:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}
.language-button {
    display: inline-block;
    background-color: #fff;
    color: #333;
    border: 2px solid #333;
    border-radius: 20px;
    padding: 1px 5px;
    margin: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 8px;
    transition: all 0.3s ease;
}
.language-button:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}
*.logo-image {
display: block;
position: absolute;
top: 0;
float: left;
top: 0;
left: 0; 
margin: -5px -64px;
}
.logo-image img {
    width: 50%;
    max-width: 150px;
}  

.image-container {
    position: relative;
}
.image-container img {
    border: 1px solid #fff; 
    min-height: 26em; 
    width: 20em;
    height: 26em; 
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 50px;
    display: flex;
    padding: 0px;
    margin: 0em 13.5em;
    transition: 0.7s ease;
}
#text {
    border: 1px solid #fff; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: rgb(235, 4, 4);
    text-shadow: 1px 1px black;
}
/* ------------------------------------   */

/* 
header {
    background-color: #000707;
    border: 1px solid #fff; 
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 200px ;
} */

.logo{
    text-decoration: none;
    color: #f9fafc;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
    
    text-align: right;
    font-size: 18px;
    
}

.navigation a{
    color: #f9fafc;
    text-decoration: none;
    font-size: 1.1em;
    padding-left: 30px;
    
    text-align: right;
    font-size: 12px;
}

.navigation a:hover{
    color: #601cfc;
}

section {
    padding: 0px 1px;
    text-align: right;
    font-size: 10px;
}



.main-btn:hover {
    background-color: #0a49f6;
    transform: scale(1.1);
}

.social-icons a {
    font-size: 1.7em;
    padding-right: 30px;
}

.social-icons a:hover{
    color: blue;
    font-size: 2.5em;
    padding: 0.5em;
    transform: scale(1.7);
    transition: 0.7s;
    
}

.title {
    display: flex;
    justify-content: center;
    color: #f9fafc;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}

.content {
    display: flex;
    object-fit: fill;
    background-size: contain;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.card {
    background-color: #fff;
    width: 20.25em;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;
}

.card:hover {
    transform: scale(1.1);
}

.card .icon {
    color: #3a6cf4;
    font-size: 8em;
    text-align: center;
}

.info {
    text-align: center;
}

.info h3{
    color: #3a6cf4;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
}
.Offers{
  background-color: #ad0a25;
}

.Pizza {
    padding: 43px 1px;
    text-align: right;
    font-size: 10px;
    background-color: #000016;
}
.SANDWICHES {
    background-color: #000016;
}

.Fresh-Juice-and-Beverage {
    background-color: #ad0a25;
}

.Desserts {
    background-color: #ad0a25;
}
.Appetizers{
    background-color: #ad0a25;
}
.Side-Orders{
  background-color: #000016;
}
.Pasta{
    background-color: #ad0a25;
}
.Soup{
    background-color: #000016;
}
.Salads{
    background-color: #ad0a25;
}

.Cold-Drinks{
    background-color: #ad0a25;
}
.Offers-card{
  position: relative;
  background-color: #fff;
  border: 1px solid #fff; 
  min-height: 21em; 
  width: 27em;
  height: 36em; 
  object-fit: fill;
  background-size: contain;
  overflow: hidden;
  border-radius: 10px;
  margin: 7px;
  transition: 0.7s ease;
}
.Offers-card:hover{
  transform: scale(1.1);
}

.Pizza-card{
    position: relative;
    background-color: #fff;
    border: 1px solid #fff; 
    min-height: 21em; 
    width: 27em;
    height: 36em; 
    object-fit: fill;
    background-size: contain;
    overflow: hidden;
    border-radius: 10px;
    margin: 7px;
    transition: 0.7s ease;
}
.Pizza-card:hover{
    transform: scale(1.1);
}




.Fresh-Juice-and-Beverage-card{
    position: relative;
    background-color: #fff;
    border: 1px solid #fff; 
    min-height: 21em; 
    width: 27em;
    height:  27em; 
    object-fit: fill;
    background-size: contain;
    overflow: hidden;
    border-radius: 10px;
    margin: 7px;
    transition: 0.7s ease;
}
.Fresh-Juice-and-Beverage-card:hover{
    transform: scale(1.1);
}


.Desserts-card{
    position: relative;
    background-color: #fff;
    border: 1px solid #fff; 
    min-height: 21em; 
    width: 27em;
    height: 29em; 
    object-fit: fill;
    background-size: contain;
    overflow: hidden;
    border-radius: 10px;
    margin: 7px;
    transition: 0.7s ease;
}
.Desserts-card:hover{
    transform: scale(1.1);
}

.Appetizers-card{
    position: relative;
    background-color: #fff;
    border: 1px solid #fff; 
    min-height: 21em; 
    width: 27em;
    height: 27em; 
    object-fit: fill;
    background-size: contain;
    overflow: hidden;
    border-radius: 10px;
    margin: 7px;
    transition: 0.7s ease;
}
.Appetizers-card:hover{
  
    transform: scale(1.1);
}
.Side-Orders-card{
  position: relative;
  background-color: #fff;
  border: 1px solid #fff; 
  min-height: 21em; 
  width: 27em;
  height: 27em; 
  object-fit: fill;
  background-size: contain;
  overflow: hidden;
  border-radius: 10px;
  margin: 7px;
  transition: 0.7s ease;
}
.Side-Orders-card:hover{
  transform: scale(1.1);
}

.Cold-Drinks-card{
  position: relative;
  background-color: #fff;
  border: 1px solid #fff; 
  min-height: 21em; 
  width: 27em;
  height: 27em; 
  object-fit: fill;
  background-size: contain;
  overflow: hidden;
  border-radius: 10px;
  margin: 7px;
  transition: 0.7s ease;
}
.Cold-Drinks-card:hover{
  transform: scale(1.1);
}
.Pasta-card{
    position: relative;
    background-color: #fff;
    border: 1px solid #fff; 
    min-height: 21em; 
    width: 25em;
    height: 29em; 
    object-fit: fill;
    background-size: contain;
    overflow: hidden;
    border-radius: 10px;
    margin: 7px;
    transition: 0.7s ease;
}
.Pasta-card:hover{
    transform: scale(1.1);
}
.Soup-card{
    position: relative;
    background-color: #fff;
    border: 1px solid #fff; 
    min-height: 21em; 
    width: 27em;
    height: 29em; 
    object-fit: fill;
    background-size: contain;
    overflow: hidden;
    border-radius: 10px;
    margin: 7px;
    transition: 0.7s ease;
}
.Soup-card:hover{
    transform: scale(1.1);
}
.Salads-card{
    position: relative;
    background-color: #fff;
    border: 1px solid #fff; 
    min-height: 21em; 
    width: 27em;
    height: 29em; 
    object-fit: fill;
    background-size: contain;
    overflow: hidden;
    border-radius: 10px;
    margin: 7px;
    transition: 0.7s ease;
}
.Salads-card:hover{
    transform: scale(1.1);
}

.SANDWICHES .content{
    margin-top: 30px;
}
.SANDWICHES-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #fff; 
    min-height: 21em; 
    width: 27em;
    height: 29em; 
    object-fit: fill;
    background-size: contain;
    overflow: hidden;
    border-radius: 10px;
    margin: 7px;
    transition: 0.7s ease;
}


.SANDWICHES-card:hover {
transform: scale(1.1);
}

 .SANDWICHES-card:hover .product-image {
    opacity: 0.9;
} 


/* .SANDWICHES-card:hover .product-image {
    opacity: 0.9;
} */

.product-image img{
    display: block;
    width: 100%
}

.product-info {
    padding: 1em;
}

.product-category {
     text-align: left;
    font-size: 0.9em;
    color: #000;
}
.product-name
{
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
    font-size: 0.98em;
}
.calories {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
    font-size: 0.80em;
}

.Price {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
    font-size: 0.80em;
}

.more-details {
    text-decoration: none;
    color: #9b0707;
     font-weight: 0;
    font-size: 1em;
}

.more-details:hover {
    color: #601cfc;
}

.contact .icon{
    font-size: 4.5em;
}

.contact .info h3 {
    color: #000;
}
.contact .title  {
    color: #000;
}

.contact .info p {
    font-size: 1.5em;
}

.footer {
    background-color: #000016;
    color: #fff;
    padding: 2em;
    display: flex;
    justify-content: space-between;
    
    text-align: right;
}

.footer-title {
    font-size: 1.3em;
    font-weight: 600;
}

.footer-title span {
    color: #3a6cf4;
}

.footer .social-icons a{
    font-size: 1.3em;
    padding: 0 12px 0 0;
}


/* @media (max-width:1023px){
    header{
        padding: 6px 20px;
    }
    .image-container img
    {
        margin: 0px 10px;
    }

    .navigation a{
        padding-left: 10px;
    }

    .title{
        font-size: 1.8em;
    }

    section{
        padding: 165px 1px;
    }

    .main-content h2{
        font-size: 1em;
    }

    .main-content h3{
        font-size: 1.6em;
    }

    .content{
        flex-direction:column;
        align-items: center;
    }

}

@media (max-width:641px){
    body{
        font-size: 10px;
    }
    .image-container img
    {
        margin: 0px 136px;
    }

    .main-content h2{
        font-size: 0.8em;
    }

    .main-content h3{
        font-size: 1.4em;
    }
}

@media (max-width:300px){
    body{
        font-size: 8px;
     
    }
    .image-container img
    {
        margin: 0px 10px;
    }

}

@media (max-width:280px){
    body{
        font-size: 6px;
     
    }
    .image-container img
    {
        margin: 0px 10px;
    }

} */

/* Styles for screens up to 320px wide */
@media (max-width: 320px) {
    .logo-image {
      margin: -5px -32px;
    }
    .Pizza{
        padding: 165px 1px;
    }
    .image-container img {
      width: 100%;
      height: auto;
      margin: 0;
    }
  }
  
  /* Styles for screens up to 480px wide */
  @media (max-width: 480px) {
    header {
      padding: 0px 0px;
    }
    
    .logo {
      font-size: 14px;
    }
    
    .navigation a {
      padding-left: 15px;
      font-size: 10px;
    }
    .Pizza{
        padding: 165px 1px;
    }
    section {
      padding: 100px 1px;
    }
    
    .social-icons a {
      font-size: 1.5em;
      padding-right: 15px;
    }
    
    .title {
      font-size: 1.8em;
    }
    
    .card {
      width: 15em;
    }
  }
  
  /* Styles for screens up to 768px wide */
  @media (max-width: 768px) {
    header {
        flex-wrap: wrap;
      padding: 0px 0px;
    }
    
    .logo {
        margin: 10px 0;
      font-size: 12px;
    }
    .navigation {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
      .button {
        width: 30%;
      }
    .Pizza{
        padding: 536px 1px;
    }
    section {
      padding: 50px 1px;
    }
    
    .social-icons a {
      font-size: 1.3em;
      padding-right: 10px;
    }
    
    .title {
      font-size: 1.6em;
    }
    
    .card {
      width: 12em;
    }
  }
  
  /* Styles for screens up to 1024px wide */
  @media (max-width: 1024px) {
    header {
      padding: 0px 0px;
    }
    
    .logo {
      font-size: 10px;
    }
    
    .navigation a {
      padding-left: 5px;
      font-size: 8px;
    }
    .Pizza{
        padding: 92px 1px;
    }
    section {
      padding: 25px 1px;
    }
 
    .social-icons a {
      font-size: 1.1em;
      padding-right: 5px;
    }
    
    .title {
      font-size: 1.4em;
    }
    
    .card {
      width: 25em;
    }
  }
  
  /* Styles for screens up to 1280px wide */
  @media (max-width: 1280px) {
    .card {
      margin: 15px 5px;
    }
  }
  
  /* Styles for screens up to 1360px wide */
  @media (max-width: 1360px) {
    .card {
      margin: 15px;
    }
  }
  


/*-----------------------------*/
/* .flash {
    animation: flash 1s infinite;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
    margin: 30 auto;}

.flash span {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(248, 243, 243);
    }
.flash .nth-child1 {
    margin-bottom: 1px;
}

.flash .nth-child1,
.flash .nth-child2 {
    display: inline-block;
}
  @keyframes flash {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  } */
  
/* ------------------------------- */
/* .hidden {
    display: none;
  }
   */