/* ==============================================================

Theme Name  : Citrix Html
Author    : TexTheme
Author URI  : https://themeforest.net/user/textheme
Description : Creative HTML Template
Version   : 1.0.0

=================================================================


@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ header
04/ banner
05/ about
06/ portfolio
07/ team
08/ blog
09/ service
10/ blog
11/ contact 
12/ footer 


=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:ital,wght@0,300;0,400;1,300;1,400;1,500&display=swap");
@font-face {
  font-family: Crimsonroman;
  font-weight: 400;
  src: url("../font/CrimsonText-Roman.woff");
}

.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}


.vl {
  border-left: 2px solid rgb(255, 255, 255);
  height: 40px;
  margin-left:15px;
  margin-right:10px;
}
h1{
  font-size:2.5vw;
  color:white;
  font-family: "Inter", sans-serif;
}
#hero{
  height:100vh;
}


p{
  color:white;
  font-size: large;
}



.container__slider{
  max-width: 1000px;
  height: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}

input[type=radio]{
  display: none;
}

.container{
  width: 100%;
  max-width: 1100px;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards{
  position: relative;
  width: 100%;
  height: 100%;
}

.card{
  position: absolute;
  width: 80%;
  height: 80%;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
   background-color: transparent;
   border: none;
}

.img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
  overflow: hidden;
  position:sticky;
}


#item-2:checked ~ .cards #selector-1,
#item-1:checked ~ .cards #selector-3,
#item-3:checked ~ .cards #selector-4,
#item-4:checked ~ .cards #selector-2{
  transform: translateX(-70%) scale(0.7) !important;
  opacity: 0.9;
  z-index: 0;
  filter:blur(2px);
  display:inline !important;
  
}

#item-3:checked ~ .cards #selector-1,
#item-1:checked ~ .cards #selector-2,
#item-2:checked ~ .cards #selector-4,
#item-4:checked ~ .cards #selector-3{
  transform: translateX(70%) scale(0.7);
  opacity: 0.9;
  z-index: 0;
  filter:blur(2px);
  display:inline !important ;
}

#item-1:checked ~ .cards #selector-1,
#item-2:checked ~ .cards #selector-2,
#item-3:checked ~ .cards #selector-3,
#item-4:checked ~ .cards #selector-4{
  transform: translateX(0) scale(1);
  z-index: 1;
}

#item-1:checked ~ .cards #selector-4,
#item-2:checked ~ .cards #selector-4,
#item-3:checked ~ .cards #selector-4,
#item-2:checked ~ .cards #selector-3,
#item-4:checked ~ .cards #selector-1,
#item-3:checked ~ .cards #selector-2
{
  transform: translateX(70%) scale(0.7);
  display:none;
  z-index: 0;
  filter:blur(2px);
}

.inria-serif-regular {
  font-family: "Inria Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size:30px;
}


.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}


.btn1{
  background-color: #E3A786;
  color:white;
  padding: 10px 60px 10px 60px;
  border-radius: 10px;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  margin-right:40px;
}

.btn2{
  background-color: #e3a68600;
  border: 2px solid #E3A786;
  color:white;
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  font-size: 28px;
  font-family: "Inter", sans-serif;
}

.btn2:hover{
  background-color: #c58b6b;
  color:white;
}


.btn1:hover {
  color: white;
  background-color: #c58b6b;
}
a{
  font-size:20px;
}

.cart{
  size:cover;
}
#idd{
  margin:100px;
}
#preporuketekst{
  font-size:30px;
}
#naslovjelovnik{
  font-size:6vw;
}
#granica{
  border-bottom: none;
  padding-bottom: none;
}
.vl {
  border-left: 6px solid green;
  height: auto;
}
@media (max-width: 1199px) {

  #preporuketekst{
    font-size:25px;
  }
#heropoz{
  background-image: url(assets/img/pozadina);
}



#item-2:checked ~ .cards #selector-1,
#item-1:checked ~ .cards #selector-3,
#item-3:checked ~ .cards #selector-4,
#item-4:checked ~ .cards #selector-2{
  transform: translateX(-40%) scale(0.7) !important;
  opacity: 0.9;
  z-index: 0;
  filter:blur(2px);
  display:inline !important;
  
}

#item-3:checked ~ .cards #selector-1,
#item-1:checked ~ .cards #selector-2,
#item-2:checked ~ .cards #selector-4,
#item-4:checked ~ .cards #selector-3{
  transform: translateX(40%) scale(0.7);
  opacity: 0.9;
  z-index: 0;
  filter:blur(2px);
  display:inline !important ;
}
#heropoz{
  background-image: url('assets/img/herozamob.jpg');
}
}
@media (max-width: 1000px) {
  h1{
    text-align: center;
    font-size:10vw;
  }
  #idd{
    margin:0px;
  }
}
@media (max-width: 700px) {
  .container__slider{
    height: 350px;
  }
  #granica{
    border-bottom: 1px dashed #d8d8d8;
    padding-bottom: 16px;
  }
  .btn{
    scale: 0.85;
    margin-right: 0;
  }

  #onamatekst {
    text-align: justify;
  }


  .cards{
    position: relative;
    width: 100%;
    height: 60%;
  }
  #preporuketekst{
    font-size:20px;
  }
#naslovjelovnik{
  font-size:16vw;
}
}




#poz {
  background-image: url('/assets/img/onamabg.jpg'); 
  background-size: cover;
}






.card__container {
  padding-block: 5rem;
  background-color: #141414;
  padding:0;

  
}

.card__content {
  margin-inline: 1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #141414;
  border: 1px solid #484848;
}

.card__article {
  border-radius: 1.25rem;
  overflow: hidden;
}

.card__image {
  position: relative;
  background-color: var(--first-color-light);
  padding-top: 1.5rem;
  margin-bottom: -.75rem;
}

.card__data {
  background-color: var(--container-color);
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.card__img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.card__shadow {
  width: 200px;
  height: 200px;
  background-color: var(--first-color-alt);
  border-radius: 50%;
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  filter: blur(45px);
}

.card__name {
  font-size: 30px;
  color: var(--second-color);
  margin-bottom: .75rem;
  color:white;
  font-family: "Inria Serif", serif;
}

.card__description {
  font-weight: 200;
  margin-bottom: 1.75rem;
  font-size:18px;
  font-family: "Inter", sans-serif;
}

.card__button {
  display: inline-block;
  background-color: #c58b6b !important;
  padding: .75rem 1.5rem;
  border-radius: .25rem;
  color: #c58b6b;
  font-weight: 600;
}

/* Swiper class */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  color: #c58b6b !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: initial;
  height: initial;
  font-size: 3rem;
  color: #c58b6b;
  display: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.788) !important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #c58b6b !important;
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 320px) {
  .card__data {
    padding: 1rem;
  }
}

/* For medium devices */
@media screen and (min-width: 768px) {
  .card__content {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

/* For large devices */
@media screen and (min-width: 1120px) {
  .card__container {
    max-width: 1120px;
  }

  .swiper-button-prev {
    left: -1rem;
  }
  .swiper-button-next {
    right: -1rem;
  }
}




#naslov{
  border-bottom: 1px solid #E3A786;
}



.menu .dishes-wrapper {
	box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
	overflow: hidden;
}

.menu .dish-panel {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.menu .dish-panel .dish--price {
	font-size: 15px;
	font-weight: 600;
	line-height: 29px;
	color: #E3A786;
}

.menu .dish-panel .dish--title {
	font-size: 16px;
	font-weight: 600;
	line-height: 29px;
	color: #333333;
	margin-bottom: 0;
}

.menu .dish-panel .dish--desc {
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0;
  color: rgb(100, 100, 100);
}

.menu .dish-panel .dish--tag {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 3px 6px;
	background-color: #bb9356;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	border-radius: 3px;
	text-transform: uppercase;
}

/* Menu Simple */
.menu-simple .dish-panel {
	margin-bottom: 50px;
	position: relative;
}

.menu-simple .dish-panel .dish--img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.menu-simple .dish-panel .dish--img img {
	max-width: 100px;
}

.menu-simple .dish-panel .dish--content {
	padding-left: 130px;
}

.menu-simple .dish-panel .dish--content-bio {
	border-bottom: 1px dashed #d8d8d8;
	padding-bottom: 10px;
	margin-bottom: 14px;
}

.menu-simple .dish-panel .dish--price {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 29px;
	color: #E3A786;
	text-align: right;
}

.menu-simple .dish-panel .dish--title {
	font-size: 17px;
	font-weight: 600;
	line-height: 29px;
	color: #333333;
	margin-bottom: 0;
	float: left;
}

.menu-simple .dish-panel .dish--desc {
	font-size: 13px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.menu-simple .dish-panel {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.menu-simple .dish-panel .dish--img {
	position: relative;
	margin: 0 auto 20px auto;
}

.menu-simple .dish-panel .dish--content {
	padding-left: 0;
}

.menu-simple .dish-panel .dish--price {
	text-align: center;
}

.menu-simple .dish-panel .dish--title {
	float: none;
	text-align: center;
}

.menu-simple .dish-panel .dish--desc {
	text-align: center;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

.menu-simple .dish-panel .dish--title {
	float: none;
	font-size: 13px;
}

.menu-simple .dish-panel .dish--price {
	text-align: left;
}
}

/* Menu Classic */
.menu-classic .dish-panel {
	padding-bottom: 16px;
	border-bottom: 1px dashed #d8d8d8;
}

.menu-classic .dish-panel:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.menu-classic .dish-panel .dish--price {
	text-align: right;
}

.menu-classic .dish-panel .dish--title {
	float: left;
}

.menu-classic .dish-container .dish--img {
	margin-bottom: 32px;
}

.menu-classic .dish-container .dish--img img {
	max-width: 100%;
	height: auto;
}

/* Menu Gallery */
.menu-gallery .dish-panel {
	margin-bottom: 45px;
}

.menu-gallery .dish-panel .dish--img {
	margin-bottom: 20px;
	position: relative;
}

.menu-gallery .dish-panel .dish--content {
	position: relative;
}

.menu-gallery .dish-panel .dish--title {
	float: left;
}

.menu-gallery .dish-panel .dish--price {
	text-align: right;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.menu-gallery .dish-panel {
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}
}

/* Small Devices, Tablets */
/* Menu Grid */
.menu-grid {
	position: relative;
}

.menu-grid .dishes-bg {
	content: "";
	position: relative;
	top: 110px;
	left: 0;
	height: 950px;
	width: 100%;
	z-index: 0;
}

.menu-grid .dish-panel {
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
	margin-bottom: 0;
}

.menu-grid .dish-panel .dish--content {
	padding: 30px 15px;
	margin: 10px;
	border: 1px dashed #cdaf80;
	height: 272px;
}

.menu-grid .dish--img {
	height: 292px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}

.menu-grid .dish--img img {
	width: 100%;
	height: 100%;
}

.menu-grid .dish-panel .dish--title {
	font-size: 18px;
}

.menu-grid .dish-panel .dish--price {
	margin-bottom: 10px;
	font-size: 18px;
	position: relative;
}

.menu-grid .divider--shape-4 {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.menu-grid .pl-0 {
	padding-left: 15px !important;
}

.menu-grid .pr-0 {
	padding-right: 15px !important;
}

.menu-grid .p-0 {
	padding-left: 15px !important;
	padding-right: 15px;
}

.menu-grid .dishes-bg {
	display: none;
}

.menu-grid .dish-panel .dish--content {
	padding: 40px;
	height: auto;
}

.menu-grid .dish-panel .dish--title {
	font-size: 19px;
}

.menu-grid .dish-panel .dish--desc {
	font-size: 13px;
}

.menu-grid .dish--img {
	height: auto;
}

.menu-grid .dishes-wrapper {
	box-shadow: none;
}

.menu-grid .dish--img img,
 .menu-grid .dish--img,
 .menu-grid .dish-panel .dish--content {
	max-width: 290px;
	margin-right: auto;
	margin-left: auto;
}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

.menu-grid .dishes-bg {
	display: none;
}

.menu-grid .dish-panel .dish--content {
	padding: 20px;
}

.menu-grid .dish-panel {
	min-height: 600px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.menu-grid .dishes-bg {
	display: none;
}

.menu-grid .dish-panel .dish--content {
	height: auto;
}

.menu-grid .dish--img img,
 .menu-grid .dish--img,
 .menu-grid .dish-panel .dish--content {
	max-width: 290px;
	margin-right: auto;
	margin-left: auto;
}

.menu-grid .dish-panel {
	min-height: 600px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

.menu-grid .dish-panel .dish--content {
	padding: 5px;
}
}

/* Menu #Board */
.menu-board .dish-panel > [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.menu-board .dish-panel {
	overflow: hidden;
	text-align: center;
	height: 390px;
	margin-bottom: 0;
}

.menu-board .dish-panel .dish--content {
	padding: 60px 25px;
	margin: 10px;
	border: 1px dashed #cdaf80;
	height: 370px;
	position: relative;
}

.menu-board .dish-panel .dish--img {
	height: 390px;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}

.menu-board .dish-panel .dish--title {
	font-size: 20px;
	font-weight: 600;
}

.menu-board .dish-panel .dish--price {
	position: relative;
}

.menu-board .dish-panel .dish--price {
	font-size: 18px;
	font-weight: 600;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.menu-board .dish-panel,
 .menu-board .dish-panel .dish--content {
	height: auto;
}

.menu-board .dish-panel .dish--img,
 .menu-board .dish-panel .dish--content {
	max-width: 390px;
	margin-right: auto;
	margin-left: auto;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

.menu-board .dish-panel .dish--content {
	padding: 40px 5px;
}

.menu-board .dish-panel .dish--content .divider--shape-4 {
	margin-bottom: 10px;
	margin-top: 10px;
}
}

/* Menu #3 */
.menu-3 .dish-panel {
	margin-bottom: 40px;
}

.menu-3 .dish--content {
	padding-left: 200px;
}

.menu-3 .dish--img {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.menu-3 .dish-panel .dish--title {
	margin-bottom: 6px;
}

.menu-3 .dish-panel .dish--desc {
	margin-bottom: 5px;
}

.menu-3 .dish-panel .dish--price {
	position: relative;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.menu-3 .dish--img {
	margin-bottom: 20px;
	position: relative;
	top: 0;
	left: 0;
}

.menu-3 .dish--content {
	padding-left: 0;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.menu-3 .dish--content {
	padding-left: 180px;
}
}

/* Menu #4 */
.menu-4 .dish-panel {
	margin-bottom: 0;
}

.menu-4 .dish-panel .dish--img {
	margin-bottom: 20px;
}

.menu-4 .dish-panel .dish--content {
	position: relative;
	margin-bottom: 32px;
}

/* Menu #8*/
.menu-8 .dish-panel {
	margin-bottom: 15px;
}

.menu-8 .dish-panel .dish--content {
	padding: 0;
}

.menu-8 .dish-panel .dish--price {
	position: relative;
}

.menu-8 .dish-panel .dish--title {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.menu-8 .dish-panel .dish--img {
	margin-bottom: 18px;
}

/* Menu #9*/
.menu-9 .row {
	margin-right: 0;
	margin-left: 0;
}

.menu-9 [class*="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.menu-9 .dish-panel {
	margin-bottom: 0;
	position: relative;
}

.menu-9 .dish-panel .dish--content {
	position: absolute;
	bottom: 28px;
	left: 0;
	width: 100%;
	text-align: center;
}

.menu-9 .dish-panel .dish--title {
	color: #ffffff;
	font-size: 45px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 15px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.menu-9 .dish-panel:hover .dish--title {
	margin-bottom: 30px;
}

.menu-9 .dish-panel .dish--price {
	font-size: 16px;
	position: relative;
}

.menu-9 .btn {
	width: 270px;
}


.dancing-script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}



.backto {
  padding: 15px 20px; 
  border: 2px solid rgb(255, 255, 255); 
  color:white; 
  font-size: 18px; 
  font-family: 'Inter', sans-serif; 
  background-color:rgba(255, 255, 255, 0);
  transition: 0.3s;

}

.backto:hover {
  background-color: white;
  color: black;
  transition: 0.3s;
  font-weight: 550;

}