* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    overflow: visible;
    width: 100%;
    max-width: 100vw;
    background-color: rgba(37, 34, 28, 0.932);
    background-image: repeating-linear-gradient(
    to right,
    rgba(19, 16, 14, 0.63) 0px,
    rgba(19, 16, 14, 0.63) 10px,
    transparent 2px,
    transparent 25px
    );

    z-index: 0;
}

html {
  scroll-behavior: smooth;
}

::selection {
    background-color: rgba(108, 119, 98, 0.438);
    color: rgb(251, 255, 244);
}


@font-face {
  font-family: 'AmaticSC';
  src: url('fonts/AmaticSC-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lobster';
  src: url('fonts/Lobster/Lobster-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Kalam';
  src: url('fonts/Kalam/Kalam-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Cinzel';
  src: url('fonts/Cinzel/static/Cinzel-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: auto;
    width: 100%;
    opacity: 1;
}

.banner1 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: 160px;
    width: 100%;
  /*  background-image: radial-gradient(circle, rgb(53, 44, 38) 40%, rgb(43, 35, 28)); */
    /*margin-bottom: -27.5px;*/
    margin-bottom: 0;
    z-index: 2;
    background-color: rgba(12, 11, 9, 0.932) !important;
   background-image: repeating-linear-gradient(
    to right,
    rgba(19, 16, 14, 0.63) 0px,
    rgba(19, 16, 14, 0.63) 10px,
    transparent 2px,
    transparent 25px
    );
   /* border-bottom: 2px dashed rgb(255, 202, 42); */
   display: flex;
   justify-content: center;
   flex-direction: row;
   align-items: end;
   width: 100%;
}

.banner {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: 160px;
    width: 100%;
}

.banner-wraper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row !important;
    height: 100%;
    width: 80%;
    gap: 5px;
}

.adresa p {
    position: relative;
    font-size: 15px;
    right: 10px;
    font-family: Cinzel;
    text-shadow: 0px 0px 5px rgb(255, 253, 253);
    z-index: 999;
}

#banner1::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.5;
    background-size: cover;
    background-image: url(assets/174663676270037945.png);
}

.adresa {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    color: white;
    right: 10px;
}

.contact-tab {
    display: flex;
    gap: 10px;
    flex-direction: row;
    padding: 10px;
}

.contact-button {
    position: relative;
    display: flex;
    flex-direction: row !important;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: aquamarine;
    cursor: pointer;
    z-index: 999;
}

.navbar {
    position: sticky;
    top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    backdrop-filter: blur(100px);
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.205) , rgba(41, 37, 30, 0.336) 10%, rgba(27, 25, 20, 0.425));
    /*background-image: linear-gradient(135deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
   /* border-bottom: 5px dashed rgb(94, 85, 78, 0.644); */
   /* border-bottom: 5px dashed rgba(235, 227, 219, 0.281) !important; */
   /*border-bottom: 5px dashed rgba(240, 235, 230, 0.486) !important;*/
   border-bottom: 4px dashed rgba(216, 230, 209, 0.158) !important;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.13);
    box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.329) ,
    inset 0px 5px 5px rgba(255, 255, 255, 0.048);
    z-index: 100;
}

.navbar::before { 
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(assets/174663676270037945.png);
    background-size: cover;
    opacity: 0.4;
}

.menu-wraper {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    width: 79% !important;
    height: 100%;

}

.shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Full viewport height */
    z-index: 1;
    background-image: radial-gradient(circle, rgba(150, 51, 51, 0) 15%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.644));
    pointer-events: none; /* Optional: allow clicks to pass through */
}

.main {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    transform: translateX(-2.5%);
}

.main li {
    /*color: rgb(56, 37, 21);*/
    text-shadow: 0px 0px 5px white;
    color: rgb(253, 250, 248);
    font-size: 20px;
    font-family: 'Kalam' ;
    font-weight: 500;
    transition: 0.5s ease;
    user-select: none;
    cursor: pointer;
    background-size: 200% 100%;
    background-position: 0% 0%;
    transition: background-position 1s ease, text-shadow 0.3s;
    background: radial-gradient(circle , rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) 
}

.main li a[href="#promotii"] {
    color: rgb(255, 255, 255) !important;
    background-image: linear-gradient( to right, rgb(48, 54, 42),  rgb(67, 77, 58), rgb(86, 102, 65));
   /* background: linear-gradient( 150deg, rgb(20, 22, 17),  rgb(86, 99, 75), rgb(114, 134, 86)); */
    background-size: 200% 100%;
    background-position: 0% 0%;
    border-radius: 5px;
    padding: 3px;
    transition: background-position 0.3s ease, text-shadow 0.3s ease;
}

.main li a[href="#promotii"]:hover {
    color: rgb(255, 255, 255) !important;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.596) !important;
    background-image: linear-gradient( 150deg, rgb(20, 22, 17),  rgb(86, 99, 75), rgb(114, 134, 86));
    background-size: 200% 100%;
    background-position: 100% 0%;
}

.main li:hover {
    /*color: rgb(151, 127, 53);*/
    color: rgb(255, 240, 230);
    font-weight: 500;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.904);
    background-size: 200% 100%;
    background-position: 100% 0%;
    background: radial-gradient(circle , rgba(255, 255, 255, 0.089), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) ;
}

.main a {
     text-decoration: none;
     color: inherit;
}


#banner2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 400px;
    z-index: 3;
    /*background-color: rgb(19, 16, 14);*/
   /* background-color: rgba(36, 32, 26, 0.815); */
   background-color: black;
    /*border-bottom: 2px dashed rgba(61, 71, 46, 0.548);*/
    border-bottom: 2px dashed rgba(255, 227, 213, 0.164);
    opacity: 1;
/*  border-top: 3px double rgba(0, 0, 0, 0.13);
    border-bottom: 3px double rgb(0, 0, 0, 0.13);*/
    /*background-image: repeating-linear-gradient(
    to right,
    rgba(19, 16, 14, 0.63) 0px,
    rgba(19, 16, 14, 0.63) 10px,
    transparent 2px,
    transparent 25px
    );*/
  box-shadow: inset 0px 3px 10px rgba(0, 0, 0, 0.781);
}

.info_bar {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 70%;
    gap: 10px;
    padding: 15px;

}

.info1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 95%;
    width: auto;
    flex-wrap: wrap;
    flex: 1 1 25%;
    box-sizing: border-box;
    border-radius: 10px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11));
    backdrop-filter: blur(1.5px);
   /* color:azure; */
    color:rgba(255, 255, 255, 0.911); 
    font-family: 'Cinzel';
    font-size: 15px;
    transition: 0.25s ease;
}

.info1:hover {
    transform: translateY(-5px);
}

.info1 h1 {
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.671);
    background-color: rgba(117, 119, 98, 0);
    backdrop-filter: blur(25px);
    width: fit-content;
}

.icon {
    position: relative;
    height: 55px;
    width: 55px;
    opacity: 1;
     /* background: url('pizza.jpg') center/cover no-repeat; */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-image: linear-gradient(45deg, rgb(255, 255, 255), rgb(245, 245, 245));
    padding: 5px;
}

#icon1 {
    -webkit-mask-image: url('assets/package-delivery-box-5-svgrepo-com.svg');
    mask-image: url('assets/package-delivery-box-5-svgrepo-com.svg');
}

#icon2 {
    -webkit-mask-image: url('assets/package-delivery-box-6-svgrepo-com.svg');
    mask-image: url('assets/package-delivery-box-6-svgrepo-com.svg');
}

#icon3 {
    -webkit-mask-image: url('assets/package-delivery-box-svgrepo-com.svg');
    mask-image: url('assets/package-delivery-box-svgrepo-com.svg');
}

.menu {
    top: 0;
    position: relative;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(15, 15, 15));
    display: grid;
    place-items: center;
}

.info-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap : 20px;
    top: 20px;
    width: 70%;
    height: auto;
    
}

.info {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    background-image: linear-gradient( to left, rgba(29, 32, 25, 0.925), rgba(26, 29, 22, 0.925), rgba(26, 29, 22, 0.925));
    padding: 10px;
    box-shadow: inset 0 0px 10px rgba(187, 187, 187, 0.226);
    backdrop-filter: blur(2.5px);
    border-radius: 10px;
    border: 3px dashed rgb(82, 90, 70);
    gap: 10px;
    z-index: 1;
    backdrop-filter: blur(2px);
}

.info::before {
    position: absolute;
    content: "";
    height: 100%; 
    width: 100%;
    left:0;
    top:0;
    background-image: url(assets/174663676270037945.png);
    background-repeat: cover;
    opacity: 0.5;
    z-index: -1;
}

h1 {
    font-size: 50px;
    color: transparent; /* hide solid text color */
    align-self: flex-start;
    /*background-image: linear-gradient(to right, rgb(100, 112, 89), rgb(120, 134, 106), rgb(31, 36, 24));*/
    background-image: linear-gradient(to right, rgb(128, 143, 114), rgb(155, 173, 136), rgb(31, 36, 24));
    border-radius: 10px;
    background-size: 200% 100%;
    background-position: 0% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 0px 5px wheat;
}

h3 {
    font-size: 15px;
    color: transparent; /* hide solid text color */
    align-self: center;
    /*background-image: linear-gradient(to right, rgb(100, 112, 89), rgb(120, 134, 106), rgb(31, 36, 24));*/
    background-color: rgba(255, 255, 255, 0.884);
    border-radius: 10px;
    background-size: 200% 100%;
    background-position: 0% 100%;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.377);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-container h2 {
    font-size: 35px;
    width: 100%;
    color: rgb(255, 255, 255);
    align-self: flex-start;
    background-image: linear-gradient( to right, rgba(67, 77, 58, 0.644),  rgba(49, 56, 42, 0.644), rgba(30, 36, 24, 0.219));
    border-radius: 10px;
}



.item {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.267);
    border-radius: 10px;
    transition: 0.25s ease;
    padding: 10px;
}

.item:hover {
    transform: translateX(10px);
}

.item img {
    height: 100px;
    padding-right: 10px;
}

.description {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 0, 0, 0);
}

.nume {
    position: relative;
}

.nume p {
    color: rgb(255, 255, 255);
    background-image: linear-gradient( to right, rgba(48, 54, 42, 0.644),  rgb(67, 77, 58, 0.644), rgb(86, 102, 65, 0.644));
    border-radius: 10px;
    font-size: 30px;
    font-family: 'Lobster', cursive;
}

.detalii {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.pret {
    display: flex;
    justify-content: center;
    color: rgb(255, 255, 255);
    background-image: linear-gradient( to right, rgba(98, 110, 86, 0.644),  rgb(67, 77, 58, 0.644), rgb(86, 102, 65, 0.644));
    border-radius: 10px;
    font-size: 25px;
    font-family: 'Lobster', cursive;
    margin-left: -10px;
    width: 90%;
}

.tabel_valori_nutritionale {
    position: relative;
    display: flex;
    align-self: flex-start;
    height: 100%;
    width: auto;
    /*background-image: linear-gradient( to left, rgba(29, 32, 25, 0.925), rgba(29, 32, 25, 0.925), rgba(29, 32, 25, 0.925));*/
    
    border-radius: 10px;
    padding: 5px;
}

.tabel_valori_nutritionale p {
    background-image: linear-gradient(to right , rgb(181, 196, 169) , rgb(169, 182, 159) , rgb(111, 122, 101));
    background-clip: text;
    color: transparent;
    font-size: 18px;
    font-family: Lobster;
}

