@charset "utf-8";
	
@font-face {
    font-family:'AsgardTrial-Bold';
    src: url('fonts/AsgardTrial-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family:'felix-tilting';
    src: url('fonts/felix-titling.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@media (max-width: 1440px) {
	.right-shape{
	max-width: 980px;
} 
	.small-message{
		position: relative;
		bottom: 100px;
}
	.shop-container .location{
		position: relative;
		left: 140px;
		top: -40px;
	}
	
	.shop-container .bg2{
		position: absolute;
		left: 980px;
	}
	
	.shop-container .bg1{
		position: absolute;
		left: -10px;
	}
	
	
	.box .form-control{
		position: relative;
		left: -300px;
	}
	
	.box .form-control{
		position: relative;
		left: -300px;
	}
	
	.contact-cv{
		position: absolute;
		left: -289px;
		bottom: 398px;
	}
	
	.thank-you-message{
		position: absolute;
		left: -289px;
		top: -10px;
	}
	
	.our-contact{
		position: absolute;
		left: -289px;
		bottom: 170px;
	}
	
	.back-img .logo-bg{
		position: absolute;
		top: 220px;
		
	}
  .container {
    padding: 0;
  }

  .column {
    width: 100%;
    float: none;
  }
}

html {
	scroll-behavior: smooth;
	scroll-padding-top:0;
}


body {
	position: flex;
	font-family: "Open Sans", sans-serif;
	padding: 0;
	margin: 0;
	min-height: auto;
	width: 100vw;
	overflow-x: hidden;
	
}

h1 {
	font-family: "Open Sans", sans-serif;
    font-style: normal;
}

h2 {
	font-family:'felix-tilting', sans-serif;
	font-weight: 100;
	font-size: 55px;
}


.home{
	flex: 1;
	max-width: 100%;
	padding: 20px;
}


.home h1{
	font-family: "AsgardTrial-Bold", sans-serif;
	color: white;
	font-size: 100px;
    line-height: 39px;
}

.home p{
	color: white;
	font-size: 20px;
    line-height: 20px;
}

.right-hand{
	flex: 1;
	max-width: 50%;
	padding: 20px 0 0 0;
	margin-left: -120px;
}

.img-container1{
	position: relative;
    max-width: 50%;
    padding: 20px;
	margin-left: 15%;
	margin-right: 0;
}

.img-container1 img {
	display: absolute;
    width: 80%;
    border-radius: 20px;

}

.right-hand h2 {
    font-size: 70px;
    margin-bottom: 10px;
}

.right-hand p {
    font-size: 30px;
    line-height: 39px;
}

.right-hand strong {
    font-weight: bold;
    line-height: 1.2em;
}

.navi{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}


.logo a{
	font-family: "AsgardTrial-Bold", sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: white;
	text-decoration: none;
}

.navi ul{
	position: flex;
	font-size: 18px;
	list-style: none;
	align-items: center;
	margin: 0;
	padding: 0;
	
}

.navi ul a{
	color: white;
	text-decoration: none;
	display: inline-block;
	list-style: none;
	text-align: right;
	margin: 10px 20px;
	
}

.navi ul a{
	text-decoration: none;
	transition: all 0.30 ease 0s;
}

.navi ul a:hover{
	color: #FCB4C1;
}

.navi li{
	display: inline-block;
	margin: 0 15px;
}


.logo{
	position: relative;
	left: 45px;
}


.home-in{
	display: flex;
	max-width: 100%;
	justify-content: center;
	padding: 20px;
	align-items: center;
	margin-bottom: 0;
}

.home-in img{
	position: relative;
	left: 220px;
	top: 80px;
	height: 400px;
}


button{
	color: #FCB4C1;
	padding: 9px 25px;
	background-color:transparent;
	border-radius: 50px;
	border: 2px solid #FCB4C1;
	font-family: "Open Sans", sans-serif;
	cursor: pointer;
	font-size: 15px;
}

button:hover{
	color: white;
	padding: 9px 25px;
	background-color:#FCB4C1;
	border-radius: 50px;
}


section {
	height: 100vh;
	scroll-snap-align: start;
}


.wine{
	width: 100%;
	background-color: #FCB4C1;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px 0;	
}

.wine-content{
	display: flex;
	align-items: center;
	flex-shrink: 0;
	white-space: nowrap;
	animation: wine 20s linear infinite; /* Adjust duration for speed */
  	font-size: 65px;
  	color: #1E50E5; /* Blue text color */
	padding: 0;
}

.wine-content span{
	margin: 0 10px; /* Adjust spacing between text and image */
}

@keyframes wine{
	from{
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

.home {
	background-color: #2042EA;
}

.about-us{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    background-image:
        linear-gradient(to right, #ccc 1px, transparent 1px),
        linear-gradient(to bottom, #ccc 1px, transparent 1px);
    background-size: 40px 40px; /* Adjust grid size here */
}

.menu{
	background-color: #26357E;
}

.shop{
	background-color: #26357E;
}
.contact-us{
	background-color: #26357E;
}

.menu-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #26357E; /* Blue main background */
  overflow: hidden;
}

.background-images .bg-img {
  position: absolute;
  height: 35%;
  opacity: 0.7; /* Adjust opacity as needed */
}

.background-images .bg1 {
  top: -10px;
  left: 210px;
	height: 380px;
}

.background-images .bg2 {
  bottom: 40px;
  right: 90px;
	rotate: -20deg;
	z-index: 3;
	opacity: 100;
	height: 270px;
}

.background-images .bg3 {
  bottom: 3px;
  left: 650px;
	z-index: 3;
	opacity: 100;
}

.background-images .bg4 {
  top: -10px;
  left: 1400px;
}

.left-shape {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 290px;
  height: 85%;
  background-color: #F8B5C7; /* Pink background */
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-title {
  writing-mode: vertical-rl;
	rotate: 180deg;
  text-align: center;
  font-size: 190px;
  color: #000;
}

.right-shape {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 77%;
  width: 1400px;
  padding: 40px;
  background-color: #F9D9DF; /* Pink background */
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

/* Container for the menu */
.menu-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; /* Gap between items */
  width: 100%;
  min-height: 200px; /* Minimum height */
  background-color: #F9D9DF; /* Light pink background */
  padding: 20px; /* Add some padding */
  border-radius: 10px;
  box-sizing: border-box;
}

.grid-item {
  text-align: left;
  border-radius: 5px;
}

.menu-category {
  width: 100%;
height: 300px;
}

.menu-category h4 {
  font-size: 25px;
  margin-bottom: 5px;
	font-weight: 880;
}

.menu-category p {
  margin-bottom: 0px;
	padding-right: 0;
	font-weight: 580;
}

.shop-container{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #26357E; /* Blue main background */
  overflow: hidden;
  margin-bottom: 0; /* Ensure no extra margin */
  padding-bottom: 0; /* Ensure no extra padding */
	top: 40px;
}

.shop-background .bb-img{
	position: flex;
  height: 90%;
	padding: 10px 10px 20px 20px; 
}

.bg1{
	position: absolute;
	left: 10px;
	height: 10px;
}
.bg2{
	position: absolute;
	left: 1320px;
	height: 10px;
}

.center-shop {
	position: flex;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-shop h2 {
  position: relative;
  top: -60px;
  color: white;
  font-size: 80px;
  margin-bottom: 90px;
}

.date-container {
  display: flex;
  flex-direction: column; /* Stack the weekday and weekend sections vertically */
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}

.date-row {
  display: flex;
  justify-content: space-between;
  width: 45%;
}

.date {
	position: relative;
	left: -20px;
  text-align: left;
	width: 50%; /* Ensure dates take up equal width */
	font-weight: 100;
}

.date p {
  font-size: 25px;
	color: #FFC0CB;
	margin-bottom: 20px;
	
}

.location {
	position: absolute;
	top: 720px;
	left: 830px;
  text-align: left;
}

.location p {
  font-size: 25px;
	color: #FFC0CB;
	font-weight: 380;
}

/* Next Section */
.contact-us{
	padding-top: 0; /* Remove padding of the next section */
  margin-top: 0;
}

.contact-container{
	 position: relative;
  width: 100%;
  height: 100%;
  background-color: #26357E; /* Blue main background */
  overflow: hidden;
  margin-bottom: 0; /* Ensure no extra margin */
  padding-bottom: 0; /* Ensure no extra padding */
 color: #FFC0CB;
}


.box{
	position: absolute;
	left: 1200px;
	top: 130px;
}

.form{
	margin-top: 50px;
}

.form-control{
	width: 500px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid white;
	color: white;
	font-size: 18px;
	font-family: "Open sans";
	margin-bottom: 16px;
}

input{
	height: 45px;
}

form .submit{
	background-color: transparent;
	border: 1px solid #FCB4C1;
	border-radius: 5px;
	border-color: #FCB4C1;
	font-size: 15px;
	letter-spacing: 2px;
	height: 50px;
	width: 150px;
	margin-top: 20px;
}

form .submit:hover{
	background-color: #FCB4C1;
	cursor: pointer;
}

textarea {
  resize: none; /* Disable resizing */
}

.back-img{
	position: relative;
	padding: 0;
	margin: 0;
	height: 1300px;
	top: -10px;
	left: -300px;
	rotate: 27deg;
	opacity: 0.6;
}

.footer {
  background-color: #f4f4f8; 
  padding: 20px 0; 
  color: #000; 
}

.footer-content {
  max-width: 1200px; 
  margin: 0 auto; 
  display: flex; 
  justify-content: space-between; 
}

.footer-content .left,
.footer-content .right {
  display: flex;
  flex-direction: column; 
}

.footer-content .left p,
.footer-content .right p {
  margin: 5px 0; 
}

.footer-content .right p a {
  text-decoration: none;
  color: #000;
}

.footer-content .right p a:hover {
  text-decoration: underline; 
}

.footer-content .right p {
	text-align: right;
}

.thank-you-message{
	display: none;
}
