@charset "UTF-8";

html, body {

height: 100vh;
	margin: 0;
}

body {
	background-color: #f7f4ef;
	color: #2b2b2b;
	
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1; /* займатиме весь простір між navbar і футером */
}

.container {
	background-color: #f7f4ef;
}


a.custom-link {
	
	color: #5c7a8a;
	
}

a.custom-link:hover {
	
	color: #e6c76b;
	
}

.section-space {
	margin-top: 3%;
	margin-bottom: 5%;
}

.footer{
	position: relative;
}

.container-footer {
	background-color: #B33A3A;
	color: #F7F4EF;
	font-size: 0.8em;
	     position:absolute;
	padding-top: 20px;
     bottom:0;
     left:0;
     right:0;
     width:100%;
    }


.nature {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.shirt {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.selo {
	width: 1000px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

p {
	font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1.5em;
}

h1 {
	color: #f7f4ef;
	font-family: "Great Vibes", cursive;
	font-size: 7em;
}


h2 {
  font-family: "Playfair Display SC", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.8em;
}

h3 {
  font-family: "Playfair Display SC", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
	color: #e6c76b;
}

.accent {
	color: #e6c76b;
	font-family: "Playfair Display SC", serif;
  font-weight: 900;
  font-style: italic;
}

.accentblue {
	color: #5c7a8a;
	font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1.5em;
}



/* flavors */
.flavor-item {
      position: relative;
      text-align: center;
      margin-bottom: 3rem;
	margin-left: 110px;
	margin-right: 70px;
    }
    .flavor-item .flavor-card {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -60%);
      opacity: 0;
      transition: all 0.3s ease;
      pointer-events: none;
      width: 180px;
      
      padding: 1rem;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      z-index: 10;
    }
    .flavor-item:hover .flavor-card {
      opacity: 1;
      transform: translate(-50%, -50%);
      pointer-events: auto;
    }

.flavor-card {
	
	background-color: #f7f4ef;
	border-radius: 5px;
	padding: 15px 0;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1em;
}

.flavors {
	padding: 90px;
}
/* flavors end */

/* tech items */
.tech-item {
      position: relative;
      text-align: center;
      margin-bottom: 3rem;
	margin-left: 80px;
	margin-right: 80px;
    }
    .tech-item .tech-card {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -60%);
      opacity: 0;
      transition: all 0.3s ease;
      pointer-events: none;
      width: 180px;
      padding: 1rem;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      z-index: 10;
    }
    .tech-item:hover .tech-card {
      opacity: 1;
      transform: translate(-50%, -50%);
      pointer-events: auto;
    }

.techs {
	padding: 20px;
}

.tech-card {
	
	background-color: #f7f4ef;
	border-radius: 5px;
	padding: 15px 0;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1em;
}

    /* Signature dish */
    .signature-dish {
      position: relative;
      text-align: center;
      color: white;
	  margin-bottom: 5rem; /* додаємо відступ після секції */
      min-height: 500px;
    }
    .signature-dish img {
      width: 100%;
      height: auto;
      max-height: 500px;
      object-fit: cover;
    }
    .signature-dish .dish-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 2rem;
      border-radius: 10px;
    }


.dropdown-toggle::after {
	border: none!important;
vertical-align: 0; 
}

.dropdown-menu {
	background-color: #f7f4ef;
	border-radius: 5px;
	padding: 15px 0;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.dropdown-item {
	font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1.3em;
	color: #2b2b2b;
}

.dropdown-item:hover {
	background-color: #5c7a8a;
	color: #f7f4ef;
}

.banner {
	background-color: #b33a3a;
	padding: 50px;
	border-radius: 50px;
}

.borshch-hero {
	width: 100%;
	height: 1%;
	border-radius: 50px;
}

.carousel-control-next-icon {
	padding: 30px;
	margin-right: 5px;
}

.carousel-control-prev-icon {
	padding: 30px;
	margin-left: 5px;
}

.carousel-inner {
    height: auto; 
}

.carousel-inner img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.carousel-caption {
	bottom: 20px;
	background: rgba(0,0,0,0.4);
	padding: 10px 20px;
	border-radius: 5px;
	} 

img {
	transition: transform 0.3s ease;
	border-radius: 10px;
}

img:hover {
	transform: scale(1.05)
}



.card-style {
	background: #f7f4ef;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 5px 15px #2b2b2b;
}

.capital-letter::first-letter {
	font-size: 3em;
	color: #c86a4a;
	font-weight: bold;
}


.fade-in {
	animation: fade 2.0s ease;
}

@keyframes fade {
	from {opacity:0;}
	to {opacity:1;}
}

.divider {
	text-align: center;
	margin: 100px;
}


.next-page {
	float: right;
	bottom: 30px;
	right: 30px;
	
	width: 500px;
	height: 200px;
	
	color: black;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 30px;
	text-decoration: none;
	
	transition: 0.3s
}

.next-page:hover {
	transform: scale(1.1);
}

.prev-page {
	float: left;
	bottom: 30px;
	right: 30px;
	
	width: 500px;
	height: 200px;
	
	color: black;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-size: 30px;
	text-decoration: none;
	
	transition: 0.3s
}

.prev-page:hover {
	transform: scale(1.1);
}


/* index page */

/* PHOTO BACKGROUND */

.photo-bg{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
overflow:hidden;
}

/* OVERLAY */

.overlay{
height:100vh;
display:flex;
align-items:center;
}

.dark-overlay {
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 16rem;                                     
  color: white; 
	
	
}

/* TITLE */

.hero-title{
font-size:8rem;
font-weight:300;
	font-family: "Alumni Sans Pinstripe", sans-serif;
  font-weight: 800;
  font-style: normal;
	margin-left: 13%;
}

/* BUTTON */

.start-btn{
margin-top:10%;
	margin-left: 50%;
padding:12px 30px;
border:2px solid white;
color:white;
text-decoration:none;
font-size:18px;
transition:0.3s;
	font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
	width: 280px;
}

.start-btn:hover{
background:white;
color:black;
}

/* MENU */

.menu-links a{
display:block;
font-size:28px;
margin:70px 0;
color:white;
text-decoration:none;
transition:0.3s;
	font-family: "Playfair Display SC", serif;
  font-weight: 400;
}

.menu-links a:hover{
transform:translateX(10px);
	
}

/* index page end */



