@font-face {
  src: url(../slova/Lora/Lora-Regular.ttf);
  font-family: lora;
}
@font-face {
  src: url(../slova/Lora/Lora-Bold.ttf);
  font-family: lora-bold;
}
@font-face {
  src: url(../slova/Lora/Lora-Medium.ttf);
  font-family: lora-medium;
}
@font-face {
  src: url(../slova/Potpis/SCRIPTIN.ttf);
  font-family: potpis;
}
@font-face {
  src: url(../slova/The_Nautigal/TheNautigal-Regular.ttf);
  font-family: nautigal;
}
@font-face {
  font-family: lexend;
  src: url(../slova/Lexend/LexendZetta-Light.ttf);
}
@font-face {
  font-family: mrs_saint;
  src: url(../slova/Mrs_Saint_Delafield/MrsSaintDelafield-Regular.ttf);
}

/*------BASIC-----*/
.viberslika {
  display: none;
}
html {
  font-size: 62.5%;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul, ol {
  text-decoration: none;
  list-style: none;
}
body {
  background-color: #fceedc;
  font-family: lora;
  font-size: 1.6rem;
}
h1, h2, h3, h5, h6 {
  font-family:lora;
  font-weight: 700;
  text-transform: uppercase;
}
h2, h1 {
  font-size: 3.6rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 3px;
  word-spacing: 10px;
  text-align: center;
}
h3 {
  font-size: 2.4rem;
  line-height: 1.11111;
  letter-spacing: 2px;
  word-spacing: 5px;
}
h4 {
  font-size: 3.8rem;
  line-height: 1.125;
  text-transform: none;
  letter-spacing: 2px;
  font-family: nautigal;
  color: #fad5a5;
}
h5 {
  font-size: 1.5rem;
  line-height: 1.125;
  text-transform: none;
  font-family: sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
}
h6 {
  font-size: 1.1rem;
  line-height: 1.6;
}
p {
  font-family: sans-serif;
  color: #333333;
  font-size: 1.4rem;
  margin: 10px;
  text-align: center;
}
span {
  color: #f2af59;
}
.potpis {
  font-size: 3rem;
  font-family: potpis;
  text-align: right;
  width: 50%;
}
a {
  cursor: pointer;
  outline: none;
  color: #000;
  text-decoration: none !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 1.4rem;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
.dugme, .dugme-2 {
  text-transform: uppercase;
  padding: 10px 40px;
  border: 1px solid #fff;
  margin-top: 20px;
  color: #fff;
  font-family: sans-serif;
  letter-spacing: 2px;
  background: #ee9015;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
}
.dugme:hover {
  background: #69340c;
}
.dugme-2 {
  background: #69340c;
}
.dugme-2:hover {
  background: #ee9015;
}
.img {
  background: url(../ikone/dekorativna-linija-katarina-ketering.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type="email"]:focus, input[type="text"]:focus, textarea:focus, select:focus {
  border: none;
  outline: 0;
}
form input, form textarea {
  background-color: #f8f8f8;
  padding: 0 15px;
  width: 100%;
  height: 45px;
  border: none;
  margin-bottom: 10px;
  font-family: sans-serif;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
form textarea {
  padding: 15px 15px;
  height: 300px;
  resize: none;
  font-size: 1.4rem;
}
form input:focus, form textarea:focus {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
/*----END BASIC----*/


/*----HEADER-----*/
header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #fad5a5, #fff6eb, #fad5a5);
  padding: 5px 0;
  border-bottom: #ee9015 3px solid;
}
.top-levo, .top-desno, .nav, .logo, nav, ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-desno a, .top-levo div {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .logo {
    width:20%;
}
.nav nav {
    width:80%;
}
.top-levo a {
  margin: 0 5px;
  font-size: 1.2rem;
  font-family: sans-serif;
}
.top-desno img, .top-levo img {
  height: 14px;
}
.top-bar a {
  transition: all .3s ease-in-out;
}
.top-bar a:hover {
  color: red;
}
.nav {
  background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.5),rgba(0, 0, 0, 0)); 
  justify-content: space-between;
  z-index:3;
}
.nav a {
  font-family: sans-serif;
  font-size: 1.5rem;
  color: #fff;
  word-spacing: 3px;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}
.nav a:hover {
  color: #fad5a5;
}
.logo img {
  height: 100px;
  transition: all .3s ease-in-out;
}
.logo img:hover {
  filter: brightness(1.2);
}
nav {
  width: 200%;
}
nav ul {
  justify-content: space-around;
  text-transform: uppercase;
  width: 100%;
}
.nevidljiv {
  display: none;
}
.hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  transform: translateX(50px);
}
.ham {
  height: 2px;
  width: 25px;
  background: #fff;
  transition: 0.5s;
  border-radius: 1px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
}
.ham::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 25px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;
  transform: translateY(8px);
}
.ham::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 25px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;
  transform: translateY(-8px);
}
.hamburger.open .ham {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}
.hamburger.open .ham::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.hamburger.open .ham::after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.ul.active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 23%);
  line-height: 30px;
  background: linear-gradient(to right, #fad5a5, #fff6eb, #fad5a5);
  padding: 100px 0;
  animation: nav 1s ease-in-out forwards;
}
.ul.active a {
  color: #000;
}
@keyframes nav {
  0% {
    left: 0;
    transform: translateX(0);
  }
  100% {
    top: 0%;
  left: 50%;
  transform: translate(-50%, 26%);
  }
}

@media only screen and (max-width:1200px) {
  .ul a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width:1000px) {
  .ul {
    display: none;
  }
  .nevidljiv {
  display: block;
}
  nav .hamburger {
    display: flex;
  }
  nav {
    width: 100%;
  }
  .nav .logo {
    width:100%;
    }
  .ul a {
    font-size: 1.5rem;
  }
    .ul li:nth-child(4) a::after {
    content: ' PO PORUĐBINI'
  }
}
@media only screen and (max-width:600px) {
  .top-bar .mail {
    display: none;
  }
}
/*-------END HEADER------*/



/*-------MAIN------*/
/*-------COVER------*/

.cover {
  position: relative;
  height: 97vh;
  margin-top: -100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0 0 90% 90% / 60px;
  border-bottom: 8px solid #ee9015;
  overflow: hidden;
}

.cover-slim {
  position: relative;
  height: 60vh;
  margin-top: -110px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0 0 90% 90% / 60px;
  border-bottom: 8px solid #ee9015;
  overflow: hidden;
}

/* slika */
.cover-img,
.cover-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cover-img img {
  object-fit: cover;
}

/* gradient overlay */
.cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    70deg,
    rgba(0, 0, 0, 0.62),
    rgba(73, 40, 13, 0.61),
    rgba(82, 54, 43, 0.4)
  );
  z-index: 1;
}
.cover-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  z-index:2;
  position: relative;
}
.cover h1, .cover p {
  color: #fff;
  text-align: center;
}
.cover p {
  letter-spacing: 1px;
}
.cover h4 {
  margin-bottom: 10px;
}
.naslovna-dugme {
  display: flex;
  align-items: center;
  justify-content: center;
}
.naslovna-dugme a {
  margin: 10px;
}
@media only screen and (max-width: 900px) {
  .cover-text h4 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .cover-text {
    width: 90%;
  }
  .cover-text h4 {
    font-size: 2.7rem;
  }
}

/*-------END MAIN------*/


/*-------VRSTE------*/
.vrste, .vrste-box, .vrsta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vrste {
  margin: 50px 0;
}
.vrsta {
  flex-direction: column;
  margin: 30px;
  height: 400px;
  transition: all .5s ease-in-out;
  background-color: #fff6eb;
  box-shadow: 2px 5px 19px 9px rgba(0,0,0,0.1);
  overflow: hidden;
}
.vrsta:hover {
  transform: translateY(-10px);
  box-shadow: 2px 5px 9px 9px rgba(0,0,0,0.2);
}
.vrsta h3 {
  letter-spacing: normal;
  word-spacing: normal;
}
.vrsta p {
  margin: 20px 0;
}
.vrste-box {
  width: 80%;
}
.vrsta-img {
  height: 100%;
  width: 100%;
  border-radius: 0 0 90% 90%/30px;
  border-bottom: 6px solid #ee9015;
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}
.vrsta-img:hover {
  transform: scale(1.1, 1.1) rotate(3.5deg);
}
.vrsta-text {
  text-align: center;
  padding: 10px;
  padding-bottom: 25px;
}
.vrsta-3 {
  background: url(../slike/ketering-hrana-sendvici.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vrsta-2 {
  background: url(../slike/proslave-ketering.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vrsta-1 {
  background: url(../slike/ketering-ishrana-zaposlenih.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width:1100px)
 {
  .vrste-box {
    flex-direction: column;
  }
  .vrsta-img:hover {
    transform: scale(1.1, 1.1);
  }
}
@media only screen and (max-width:470px)
 {
  .vrsta-img:hover {
    transform: scale(1.1, 1.1) rotate(3.5deg);
  }
}
/*-------END VRSTE------*/
/*-------END MAIN------*/


/*-------UMETNOST------*/
.umetnost-hrane {
  width: 100%;
  background: linear-gradient(70deg, rgba(255, 164, 59, 0.44), rgba(128, 40, 29, 0.42), rgba(78, 32, 10, 0.575)), url(../slike/ketering-hrana-99.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.umetnost-tekst-box {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.umetnost-tekst-box h3 {
  color: #fff;
}
.umetnost-tekst-box p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.6rem;
}
@media only screen and (max-width:1000px) {
  .potpis {
    width: 80%;
  }
}
/*-------END UMETNOST------*/



/*-------PARTNERI------*/
.partneri {
  flex-direction: column;
  padding-top: 50px;
}
.partneri-pocetna {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 50px 0;
  margin-top: 40px;
}
.partneri-naslov {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.partneri-naslov .img {
  background: url(../ikone/dekorativna-linija-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.partneri-pocetna img {
  height: 80px;
  filter: grayscale(1);
  transition: all .5s ease-in-out;
}
.partneri-pocetna img:hover {
  filter: grayscale(0);
}
@media only screen and (max-width:800px) {
  .partneri-pocetna {
    flex-direction: column;
  }
  .partneri-pocetna img {
    height: 60px;
    margin-bottom: 20px;
  }
}
/*-------END PARTNERI------*/


/*-------O NAMA------*/
.pocetna-o-nama {
  background: #fae1ce93;
  border-bottom: 1px solid #5e2900;
}
.o-nama {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.o-nama-slika {
  background: url(../slike/zacini-ketering.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  border-radius: 0 90% 60px/90% 0;
  border-right: 8px solid #ee9015;

}
.o-nama-tekst {
  width: 100%;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 400px;
}
.o-nama-tekst p {
  margin-left: 0;
  letter-spacing: 1px;
  width: 70%;
}
.o-nama-tekst p a {
  color:#f0710f;
  border-bottom: 1px solid black;
}
.o-nama-tekst h4, .galerija-naslov h4 {
  color: #ee9015;
  font-size: 3.2rem;
}
.o-nama-tekst .img, .galerija-naslov .img {
  background: url(../ikone/dekorativna-linija-2.png);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width:800px) {
  .pocetna-o-nama {
    border-bottom: none;
  }
  .o-nama {
    flex-direction: column;
    width: 80%;
  }
  .o-nama-tekst {
    margin: 20px 0;
    background: #fff6eb;
  }
  .o-nama-slika {
    border-radius:  0 0 90% 90%/60px;
    border-bottom: 8px solid #ee9015;
    height: 200px;
  }
  .o-nama-tekst p {
    width: 90%;
  }
}
/*-------END O NAMA------*/


/*-------CENE------*/
.cene-cover {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  
}
.cene-box {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fceedc;
  height: 78%;
  box-shadow: 2px 5px 19px 9px rgba(0,0,0,0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.cene-naslov {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 10px;
}
.cene-naslov h4 {
  color: #ee9015;
  font-size: 3.2rem;
}
.cene-naslov p {
  letter-spacing: 1px;
}
.cene-naslov .img {
  background: url(../ikone/dekorativna-linija-2.png);
  background-size: cover;
  background-position: center;
}
.cene {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cene-kolona {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cena {
  display: flex;
  justify-content:space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
}
.cena-1 {
  display: flex;
  justify-content:left;
  align-items: center;
  width: 100%;
  padding: 10px;
}
.cena img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ee9015;
}
.din {
  font-size: 2rem;
  font-family: nautigal;
  font-weight: 900;
  padding: 5px 20px;
  background-color: #9c3a3a;
  color: #fff;
} 
.cena h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: none;
  padding: 0 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-family: sans-serif;
}
@media only screen and (max-width:1000px) {
  .cene {
    flex-direction: column;
  }

  .cene-box {
    height: 90%;
  }
  .cena img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .din {
    font-size: 1.8rem;
    padding: 5px 10px;
  } 
  .cena h3 {
    font-size: 1.5rem;
    font-family: sans-serif;
  }
  .cene-kolona {
    padding: 0;
  }
}
@media only screen and (max-width:700px) {

  .cena img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

/*-------END CENE------*/


/*-------GALERIJA------*/
.galerija-box {
  padding-top: 60px;
  padding-bottom: 50px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.galerija-naslov {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.galerija-slike {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1.5rem;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 40px;
}
.slika-u-galeriji {
  
}
.slika-u-galeriji img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.imgzoom {
  max-width: 100%; 
  transition: transform 0.3s ease; 
}

.zoomed {
  transform: scale(2); 
}
/*-------END GALERIJA------*/





/*-------GALERIJA STRANICA------*/
.cover-galerija {
  background: none;
}
/*-------KRAJ GALERIJA STRANICA------*/


/*-------O NAMA STRANICA------*/
.background-o-nama {
  width: 100%;
  background-color: #000;
}
.cover-o-nama {
  background: none;
}
.stranica-o-nama {
  background: #fae1ce93;
}
.o-nama-reverse {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: row-reverse;
}
.o-nama-reverse .o-nama-slika {
  background: url(../slike/ketering-hrana-pravljenje-hrane.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  border-radius: 60px 0 0 60px/90%;
  border-left: 8px solid #ee9015;
  border-right: none;
}
.o-nama-basta .o-nama-slika {
  background: url(../slike/meze-na-stolu-ketering.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  border-radius: 60px 0 0 60px/90%;
  border-left: 8px solid #ee9015;
  border-right: none;
}
.o-nama-2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.o-nama-2 .o-nama-slika {
    background: url(../slike/katarina-ketering-rostilj-89799.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  border-radius: 0 60px/90% 90% 0 0;
  border-right: 8px solid #ee9015;
}
.poruka {
  background-color: #000;
  padding: 30px 0;
}
.poruka-text {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.poruka-slova {
  text-align: center;
  font-family: nautigal;
  color: #fad5a5;
  text-transform: none;
  font-size: 5rem;
}
@media only screen and (max-width:800px) {
  .o-nama-reverse, .o-nama-2 {
    flex-direction: column;
    width: 80%;
  }
  .o-nama-2 .o-nama-slika, .o-nama-reverse .o-nama-slika {
    border-radius:  90% 90%/60px;
    border-bottom: 8px solid #ee9015;
    height: 200px;
  }
  .stranica-o-nama .o-nama-tekst {
    height: 500px;
  }
}
@media only screen and (max-width:600px) {
  .poruka-slova {
    font-size: 3.5rem;
  }
}
/*-------KRAJ O NAMA STRANICA------*/


/*-------KONTAKT STRANICA------*/
.cover-kontakt {
  background: none;
}
.contact-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-row {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  width: 80%;
}
.contact-details, .contact-form {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  box-shadow: 2px 5px 19px 9px rgba(0,0,0,0.1);
}
.contact-row h4 {
  color: #ee9015;
}
.visit-us {
  padding: 20px;
  margin-top: 20px;
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.visit-us a {
  margin: 15px;
  transition: all 0.5s ease-in-out;
}
.visit-us a:hover {
  color: #ee9015;
}
.social-net {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width:1000px) {
  .contact-row {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-form {
    margin-top: 30px;
  }
  .contact-details, .contact-form {
    width: 100%;
  }
  .visit-us {
    padding: 0;
  }
  .visit-us i {
    font-size: 30px;
  }
  .contact-form form {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
  }
}
/*-------KRAJ KONTAKT STRANICA------*/


/*-------PROSLAVE STRANICA------*/
.background {
  background-color: #000;
}
.cover-proslave {
  background: none;
}
.proslave {
  flex-direction: column;
}
.proslave-box {
  width: 80%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  box-shadow: 2px 5px 19px 9px rgba(0,0,0,0.1);
  padding: 50px 0;
}
.proslava-kolona {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 2px 5px 19px 9px rgba(0,0,0,0.1);
  margin: 0 20px;
  padding: 20px 0;
  width: 100%;
  flex: 1;
}
.proslave-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
.proslave-text h4 {
  color: #ee9015;
}
.proslave-text .img {
  background-image: url(../ikone/dekorativna-linija-2.png);
}
.proslave-meni p {
  font-size: 1.6rem;
  margin: 10px 0;
  white-space: nowrap;
}
.proslave-meni  {
  margin: 30px 0;
}
.proslave-meni {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width:100%;
}
.ponuda-cena {
  font-size: 3.5rem;
  font-family: nautigal;
  font-weight: 900;
  color: #ee1c15;
  border: 1px solid #ee1c15;
  padding: 5px 25px;
  margin-top: 20px;
}
.proslave-text h3 {
  text-align: center;
}
.proslave-text p {
  text-align: center;
}
@media only screen and (max-width:1000px) {
  .proslave-box {
    flex-direction: column;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
  }
  .proslava-kolona:first-child {
    margin-bottom: 40px;
    padding-top: 0;
  }
  .proslava-kolona:last-child {
    margin-bottom: 0px;
    padding-top: 0;
  }
}
/*-------KRAJ PROSLAVE STRANICA------*/


/*-------DEČIJI ROĐENDANI STRANICA------*/
.cover-deciji-rodjendani {
  background: none;
}
/*-------KRAJ DEČIJI ROĐENDANI------*/


/*-------CENE STRANICA------*/
.background-cene {
  background-color: #000;
}
.cover-cene {
  background: none;
}
.cene-stranica {
  height: auto;
  background: none;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cene-stranica .cene-box{
  height: 100%;
  padding: 50px 0;
}
.cene {
  padding: 20px 0;
  align-items: flex-start;
}
.cene-stranica .din {
  background: none;
  border: none;
  padding: 0 7px; 
  color: #c02f2f;
}
.cene-stranica .cena h3 {
  font-size: 1.6rem;
}
.cene-stranica img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  border: none;
}
.meni-cene h4 {
  color: #ee9015;
}
@media only screen and (max-width:1000px) {
  .cene-stranica .din {
    font-size: 2rem;
  }
}
@media only screen and (max-width:800px) {
  .cene-stranica .cena h3 {
    font-size: 1.4rem;
  }
  .proslave-meni p {
    font-size: 1.4rem;
}
}
@media only screen and (max-width:500px) {
  .cene-stranica img {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
/*-------KRAJ CENE STRANICA------*/

/*-------ISHRANA ZAPOSLENIH STRANICA------*/
.cover-ishrana-zaposlenih {
  background: none;
}
.ishrana-2 {
  justify-content: flex-start;
  padding: 0 7px;
}

/*-------KRAJ ISHRANA ZAPOSLENIH STRANICA------*/
/*-------TANJIRI I ESCAJG------*/
.tanjiri {
  background: none;
}
.pribor {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2%;
}
.cene .pribor-za-jelo .pribor-slike {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 20px 0;
}
.cene .pribor-za-jelo .pribor-slike2 {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 20px 0;
}
.pribor .pribor-slike img {
  width: 100%;
  border-radius: unset;
  height: auto;
}
.pribor .pribor-slike2 img {
  width: 100%;
  border-radius: unset;
  height: auto;
}
.cene p .euro  {
    font-size:1.6rem;
}
@media only screen and (max-width:700px) {
  .cene .pribor-za-jelo .pribor-slike {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    width: 100%;
    margin: 20px 0;
  }
  .cene .pribor-za-jelo .pribor-slike2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 20px 0;
  }
}
/*-------KRAJ TANJIRI I ESCAJG------*/



/*-------KONOBARI ------*/
.konobari {
  background: none;
}
/*-------KRAJ KONOBARI -----*/



/*-------FOOTER------*/

/*-------FOOTER SECTION------*/
footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(#3b1c04, #201206, #000);
  border-top: #ee9015 3px solid;
}
.footer {
  width: 80%;
  border-bottom: 1px solid #fce0bb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.footerColumn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footerColumn a {
  color: #fff;
  transition: all .3s ease-in-out;
}
.footerColumn a:hover {
  color: #fad5a5;
}
.footerColumn:nth-child(1) img {
  height: 100px;
  transition: all .3s ease-in-out;
}
.footerColumn:nth-child(1) img:hover {
  filter: brightness(1.2);
}
.footerColumn:last-child {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  justify-content: center;
  align-content: center;
}
.footerColumn:last-child img {
  width: 100px;
  height: 100px;
  margin: 0;
}
/*-------END FOOTER SECTION------*/

/*-------COPYRIGHT------*/
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 0;
}
.copyright h6 {
  text-transform:none;
  font-family: sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  transition: all .3s ease-in-out;
}
.copyright a {
  width: 100%;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright .designed11 {
  font-size: 11px;
  font-family: lexend;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: -2px;
  color: turquoise;
  margin: 0;
  transition: .5s;
}
.copyright .designed11:hover {
  transform: scale(.95);
}
.copyright .designed11 span {
  font-size: 28px;
  font-family: mrs_saint;
  text-align: center;
  color: #f09c00;
  transition: .5s;
}
.copyright .designed11:hover span {
  transform: scale(.95);
}
@media only screen and (max-width:1000px) {
  .footer {
    flex-direction: column;
  }
  .footerColumn {
    margin-bottom: 20px;
  }
  .footerColumn:nth-child(4) {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width:450px) {
  .copyright {
    flex-direction: column;
  }
  .footerColumn:last-child img {
    width: 70px;
  }
}
/*-------END COPYRIGHT------*/
/*-------END FOOTER------*/




/*-------404 PAGE------*/

.greska-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}
.greska {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 30vh;
  width: 50%;
  background-color: #60492a;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 20px;
}
.greska h1 {
  font-size: 3rem;
}
.greska p {
  font-size: 1.5rem;
  color: white;
}
.greska a {
  font-size: 1.5rem;
  color: white;
  border: 1px solid white;
  text-transform: uppercase;
  padding: 15px 30px;
  margin-top: 20px;
}
.privremeno {
     font-family: sans-serif;
  color: #333333;
  font-size: 1.4rem;
  margin: 10px;
  text-align: center;
  border-bottom:1px solid;
}
.info {
    padding: 15px;
    text-align:center;
    background: black;
    color:white;
    font-size:15px;
    font-family: lora-bold;
}