
body {
    background-color: #121414;
   
   }
  #home {
    min-height: 100vh;
    background-image: url(../pictures/rest.jpg);  
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
  }

.navbar {
    background-color: rgba(182, 181, 179, 0.9);
  }
  .navbar-brand {
    margin-left: 10px;

  }
  .responsive-logo {
    width: auto;
    height: 60px; 
    max-height: 100px;
}
  .nav-item {
  margin-left: 50px;
   padding: 0 10px;
   font-family: "Montserrat", sans-serif;
   font-size: 23px;
   text-shadow:  1px 1px 2px rgb(63, 63, 63), 0 0 1px rgb(62, 62, 80), 0 0 1px rgb(83, 78, 78);
   font-weight: 500;
  }
 

  .wordBistro {
    background-color: rgb(37, 39, 48, 0.5); 
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 20px 0;
}

  .letter { 
    filter: drop-shadow(0 2px 2px  rgb(161, 160, 158));
    width: 10vw; 
    max-width: 150px; 
  }






  .buttonContainer {
    flex-grow: 1; 
    display: flex; 
    flex-direction: column; 
    align-items: center;
}


.btnPress {
    margin-top: auto; 
    display: flex; 
    gap: 10px; 
    margin-bottom: 70px;
}
.btn3 {
    background-color: #c2a879; 
    border: none; 
    border-radius: 30px; 
    padding: 12px 20px; 
    font-size: 20px; 
    margin: 20px;
    cursor: pointer; 
    width: 18vw;
}
 .btn3:hover {
    background-color: #dfbe77; 
 }

.btn1, .btn2 {
    background-color: #ac1515; 
    color: white; 
    border: none; 
    border-radius: 30px; 
    padding: 12px 20px; 
    font-size: 20px; 
    margin: 5px; 
    cursor: pointer; 

    width: 18vw;
}

.btn1:hover, .btn2:hover {
    background-color: #ff0000; 
}


.uparrow {
    position: fixed;
    right: 50px;
    bottom: 20px;
    display: none;
    z-index: 10;
    background: rgb(240, 243, 247, 0.5);
    width: 50px;
 }

 #about {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.containerAbout {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 5px; 
    color: #fff;
}

.aboutHead {
    font-size: 38px;
    font-family: "Montserrat", sans-serif;
    text-align: center; 
    margin-bottom: 10px;
}

.about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%; 
    padding: 10px;
    margin: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    box-sizing: border-box;
}
.chefbox {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; 
    width: 45%; 
    box-sizing: border-box;
}



.chef {
    width: 100%;
    max-width: 700px;
    height: auto;
    box-shadow: 1px 1px 2px black, 0 0 25px rgb(62, 62, 80), 0 0 5px black;
    border-radius: 10px;
}



/*Delivery*/
#delivery {
min-height: 100vh;
}
.phone {
    margin: 5px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.aboutPar {
    margin: 3px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}
.aboutPar1 {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    margin: 3px;
}



.containerDelivery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}
.grillRelative {
    position: relative;
    width: 360px;
    height: 240px;
    box-shadow: 1px 1px 2px rgb(73, 71, 71), 0 0 25px rgb(20, 20, 70), 0 0 5px rgb(51, 51, 51);
    border-radius: 8px;
    overflow: hidden;
}

.picDelivery {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grillText {
    position: absolute;
    font-size: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    font-family: 'Balsamiq Sans', cursive;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(37, 37, 70), 0 0 5px black;
    
}


#discount {
    background-color: #f9f9f9; 
    min-height: 100vh;
}

.discountHead {
    text-align: center; 

    
}
.discountH {
padding: 20px 0 0 0;
    font-size: 40px;

} 



.timerH {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;

}


.containerBlock {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #fff;
    width: 60vw;
    gap: 10px;
}
.timer {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.countDown {
    width: 100px;
    height: 130px;
    background-color: rgb(206, 94, 94);
    border: none;
    border-radius: 20px;
    box-shadow: 1px 1px 2px rgb(97, 97, 97), 0 0 25px brown, 0 0 5px rgb(207, 205, 205);
    margin-top: 10px;
    animation: animate 5s linear infinite;

  
    display: flex;
    justify-content: center; 
    align-items: center;     
}
@keyframes animate {
    from {
      filter: hue-rotate(0deg);
    }
    to {
      filter: hue-rotate(360deg);
    }
  }
  





.block {
    display: flex;
    flex-direction: column;
    align-items: center;

    color: white;

}
.days, .hours, .minutes, .seconds {
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
   
}


.discount {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
 
}

.boxStyle {
    background-color: #ffffff; 
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 220px; 
    text-align: center;
    transition: transform 0.3s ease;
}

.boxStyle:hover {
    transform: translateY(-5px); 
}

.picture {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #eee;
}

.name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.price {
    font-size: 14px;
    color: #666;
    margin: 5px 0;

}

.price del {
    color: #999;
    font-size: 13px;
    margin-right: 5px;
    font-weight: bold;
}

.price ins {
    color: #e63946;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
}

.cta {
    display: inline-block;
    padding: 8px 16px;
    margin: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.cta:hover {
    background-color: #555;
}

.cta1 {
    background-color: #ff6f61;
}

.cta2 {
    background-color: #ffb74d;
}

.cta3 {
    background-color: #4caf50;
}

.cta4 {
    background-color: #29b6f6;
}

.cta5 {
    background-color: #9575cd;
}







#reservation {
   background-color: #212222;
    min-height: 100vh;
    align-items: center;
}


.resVideo {
    display: flex;
    min-height: 100vh;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
#myvideo {
    width: 45vw;
}


.reservation {
   
    display: flex;
   flex-direction: column;
   align-items: center;
   
    border: 1px solid black;
    width: 45vw;
    margin: 5px;
    padding: 5px;
    box-shadow:  1px 1px 2px black, 0 0 25px rgb(62, 62, 80), 0 0 5px black;
}
.res {
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: aliceblue;
    text-shadow:  1px 1px 2px black, 0 0 25px brown, 0 0 5px black;
    

}

.btnRes {
    border-radius: 30px;
    padding: 12px;
    font-size: 20px;
    background-color: #c00404;
}
input {
    background-color: rgb(253, 247, 247);
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px; 
    width: 100%; 
    box-sizing: border-box; 
}
.headRes {
    color: aliceblue;
    font-size: 35px;
    text-shadow:  1px 1px 2px black, 0 0 25px brown, 0 0 5px black;
}



.contactContainer {
    display: flex;
    padding: 10px;
    background-color: #18191f;
    color: #f3faf9;
    min-height: 100vh;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
   
}
.adresContainer {
    display: flex;
    flex-direction: column;
  
    width: 45vw;
 
}
.address {
    align-self: center;
    color: #f3faf9;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}
.contactH {
    font-size: 35px;
    margin: 20px;
}
.term, .term1 {
    text-decoration: none;
    color: #f3faf9;
}
.term1 {
    display: block; 
    margin-bottom: 10px; 
}
#instagram, #whatsapp, #telegram {
    font-size: 4em;
    background-color: #18191f;
    color: #b8b4b4;
    box-shadow: 2px 2px 2px #00000080, 10px 1px 12px #00000080,
                2px 2px 10px #00000080, 2px 2px 3px #00000080,
                inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080,
                inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080;
    border-radius: 29px;
    padding: 11px 19px;
    margin: 0 40px;
    animation: animate 3s linear infinite;
    text-shadow: 0 0 50px #0072ff, 0 0 100px #0072ff,
                 0 0 150px #0072ff, 0 0 200px #0072ff;
}
#instagram { animation-delay: 1.5s; }
#whatsapp { animation-delay: 3.0s; }
#telegram { animation-delay: 4.5s; }
.containerApps {
    display: flex;
    justify-content: center;
    align-items: center;

}
.map iframe {
    width: 45vw;
    height: 400px;
    border: 0;
}



@media all and (max-width: 1120px) {
    .nav-item {
        margin-left: 20px;

        padding: 0 ;
         font-size: 20px;


        }
       
}







@media all and (max-width: 970px) {
    .nav-item {
        margin-left: 20px ;


         font-size: 20px;


        }
    .btnPress {
        flex-direction: column;
        align-items: center;
        margin-bottom: 80px;
    }
    .btn1, .btn2, .btn3 {
        width: 27vw;
        font-size: 16px;
    }
    .aboutHead {
        font-size: 32px;
    }
    .about, .chefbox {
        width: 100%; 
        margin: 5px 0;
    }
    #myvideo {
        width: 95vw;
    }
    
    
    .reservation {

        width: 95vw;

    }
}


@media (max-width: 768px) {
    .nav-item {
        font-size: 18px; 
        margin-left: 30px;
        padding: 0 5px;  
      }
    .responsive-logo {
        height: 50px; 
    }
    .letter {
        width: 15vw; 
    }

    .about {
        width: 100%; 
        font-size: 16px;
    }

    .aboutHead {
        font-size: 32px; 
    }

    .chef {
        width: 100%; 
    }
    .grillRelative {

        width: 260px;
        height: 170px;
        }
    .grillText {
   
            font-size: 30px;
        
            
        }
        .discountH {
            font-size: 30px;
        }
        .timerH {
            font-size: 20px;
        }
        .countDown {
   
            width: 80px;
            height: 110px;
        }
        .days, .hours, .minutes, .seconds {
 
            font-size: 30px;
           
        }
        h5 {
            font-size: 15px;
        }
        .containerBlock {

            width: 70vw;
          
        }

    
}

@media (max-width: 576px) {
    .aboutHead {
        font-size: 24px;
    }
    .about {
        font-size: 14px;
        padding: 6px;
    }
    .grillRelative {

        width: 230px;
        height: 140px;

}
.grillText {
   
    font-size: 40px;  
}
.containerBlock {

    width: 80vw;
  
}
}




@media (max-width: 550px) { 
    .nav-item {
        font-size: 16px; 
        margin-left: 15px;
        padding: 0 3px;
      }
    .btn1, .btn2, .btn3 {
        width: 47vw; 
    }
    .responsive-logo {
        height: 40px; 
    }
    .grillRelative {

        width: 90vw;
        height: auto

}
.grillText {
   
    font-size: 40px;

    
}
  }


  @media (max-width: 490px) {
   
    .containerBlock {

        width: 90vw;
      
    }
    .countDown {
        width: 70px;
        height: 100px;

    }
    .days, .hours, .minutes, .seconds {

        font-size: 27px;
       
    }
    h5 {
        font-size: 12px;
    }
    .discountH {
        font-size: 25px;
    }
  }

  @media (max-width: 390px) {
    .countDown {
        width: 60px;
        height: 80px;

    }
    .days, .hours, .minutes, .seconds {

        font-size: 20px;
       
    }
    h5 {
        font-size: 10px;
    }
    .timerH {
        font-size: 16px;
    }
  }

  @media (max-width: 310px) {
    .countDown {
        width: 50px;
        height: 60px;

    }
    .days, .hours, .minutes, .seconds {

        font-size: 15px;
       
    }
    h5 {
        font-size: 8px;
    }
 
      
  }

  
@media (max-width: 600px) {
    .contactContainer {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 20px;
    }

    .adresContainer {
        width: 90vw;
        height: auto;
        margin-bottom: 20px;
    }

    .address {
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
    }

    .contactH {
        font-size: 24px;
        text-align: center;
    }

    .term1 {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }

    .containerApps {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        height: auto;
        margin-top: 15px;
    }

    #instagram, #whatsapp, #telegram {
        font-size: 2.5em;
        margin: 0 10px;
        padding: 8px 12px;
    }

    .map iframe {
        width: 90vw;
        height: 300px;
        border: 0;
    }
      .uparrow {
  
    right: 30px;
    bottom: 20px;
    width: 30px;
 }
}
