/* Color variables */
:root {
    --background: #f4f4f4;
    --primary: #1180ff;
    --primary-darker: #0a69d6;
    --accent: #ff7043;
    --card-bg: #ffffff;
    --header-text: #333333;
    --subtext: #555555;
  
    /* Additional colors based on the primary shades */
    --primary-light: #4faeff; /* Lightened primary color */
    --primary-darkest: #0a57b5; /* Darkened primary color */
  }
  
  /* Box shadow mixin equivalent */
  .box-shadow {
    box-shadow: 0px 0px 20px -2px rgba(66, 68, 90, 1);
    -webkit-box-shadow: 0px 0px 20px -2px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 20px -2px rgba(66, 68, 90, 1);
  }
   #cookie-popup {
      position: fixed;
      bottom: 20px;
      right: 20px;
      max-width: 400px;
      padding: 20px;
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 0 20px rgba(0,0,0,0.2);
      border-radius: 12px;
      font-family: Arial, sans-serif;
      z-index: 9999;
      display: <?= $showPopup ? 'block' : 'none' ?>;
      animation: fadeIn 0.5s ease-in-out;
    }
    #cookie-popup h3 {
      margin-top: 0;
    }
    #cookie-popup p {
      font-size: 14px;
      color: #333;
    }
    .cookie-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 15px;
    }
    .cookie-buttons button {
      padding: 10px 16px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 14px;
      transition: background-color 0.3s ease;
    }
    .accept-all {
      background-color: rgba(17,128,255,1);
      color: white;
    }
    .accept-all:hover {
      background-color: rgba(10,90,180,1);
    }
    .only-necessary {
      background-color: #6c757d;
      color: white;
    }
    .only-necessary:hover {
      background-color: #5a6268;
    }
    .settings {
      background-color: #f8f9fa;
      color: #333;
      border: 1px solid #ccc;
    }
    .settings:hover {
      background-color: #e2e6ea;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

.homeContainer {
    width: 100%;
    height: 100vh;
    z-index: 10;
    position: relative;
    top: 0;
    background: linear-gradient(125deg, rgba(255,255,255,1) 43%, transparent 80%);
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 25vw;
    align-items: center;
}

.homeContainer .left,
.homeContainer .right {
    width: 40vw;
}

.homeContainer .right {
    color: var(--background);
    padding-right: 10vw;
}

.homeContainer .right .textSearch {
    display: flex;
    flex-direction: row;
    gap: 0;
}

.homeContainer .right input[type="search"] {
    width: 400px;
    height: 50px;
    padding: 20px;
    border-radius: 50px;
    border: none;
}

.homeContainer .right .search {
    margin-top: 20px;
}

.homeContainer .right .search .searchRecord {
    cursor: pointer;
    transition: 0.5s;
    font-size: 18px;
    background-color: whitesmoke;
    color: rgb(75, 75, 75);
    height: 50px;
    padding: 10px;
}

.homeContainer .right .search .searchRecord:hover {
    color: rgb(184, 184, 184);
    background-color: rgb(43, 36, 36);
}

.homeContainer .left {
    padding-left: 10vw;
    font-size: 40px;
    font-weight:500;
}

.homeContainer .left img {
    width: 30vw;
    height: 7.5vw;
    max-width: 500px;
    max-height: 120px;
}

.homeContainer .left p {
    font-size: 18px;
}
.button-3 a{
  color: white;
}
.button-3 {
    appearance: none;
    background-color: var(--primary);
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.1) 0 1px 0;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 28px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.button-3:hover {
    background-color: var(--primary-darker);
}

.button-3:focus {
    box-shadow: rgba(111, 111, 111, 0.4) 0 0 0 3px;
    outline: none;
}

.button-3:disabled {
    background-color: #bebebe;
    border-color: rgba(27, 31, 35, 0.1);
    color: rgba(255, 255, 255, 0.8);
    cursor: default;
}

.button-3:active {
    background-color: var(--primary-light);
    box-shadow: rgba(20, 70, 32, 0.2) 0 1px 0 inset;
}

.imageBackground {
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}



@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Montserrat:wght@400;600;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@font-face {
  font-family: Minecraft;
  src: url("../assets/fonts/Minecraft-RegularWPolish.otf");
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@import "./variables.scss";

* {
 box-sizing: border-box;
 padding: 0;
 margin: 0;
}

:root {
  
 --header-height: 3.5rem;
 --first-color: hsl(28, 88%, 62%);
 --title-color: hsl(0, 0%, 95%);
 --text-color: hsl(0, 0%, 75%);
 --body-color: hsl(0, 0%, 6%);
 --body-font: "Montserrat", sans-serif;
 --second-font: "Dancing Script", cursive;
 --h2-font-size: 1.25rem;
 --small-font-size: 0.813rem;
 --font-semi-bold: 600;
 --z-tooltip: 10;
 --z-fixed: 100;
 overflow-x: hidden;
 
}

body {
 background-color: var(--background);
 color: var(--primary);
 font-family: 'Roboto', 'Arial', sans-serif;
}

ul {
 list-style: none;
}

a {
 text-decoration: none;
}


.plusMinus{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
  .plus,.minus{
    color: rgb(68, 68, 68);
    background-color: rgb(216, 216, 216);
    padding: 4px 10px;
    border-radius: 50px;
    cursor: pointer;
  }
}


.flex{
  display: flex;
  flex: 1;
}

.center{
  justify-content: center;
  align-items: center;
  text-align: center;
}

.aligncetner{
  align-items: center;
}

.row{
  flex-direction: row;
}

.column{
  flex-direction: column;
}

.gap10{
  gap: 10px;
}




.orderContainer {
  font-family: 'Arial', sans-serif;
  padding: 40px;
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 10px;
}

.price-container {
  background-color: var(--card-bg);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-left: 5px solid var(--primary);

  .price-header {
    font-size: 24px;
    font-weight: bold;
    color:var(--primary);
    margin-bottom: 15px;
    border-bottom: 2px solid var(--primary);
    padding-bottom: 10px;
  }

  .price-intro {
    font-size: 16px;
    color: var(--subtext);
    margin-bottom: 20px;
  }

  .price-list {
    list-style-type: none;
    padding-left: 0;

    li {
      font-size: 18px;
      color: var(--header-text);
      margin: 10px 0;
      padding-left: 15px;
    }
  }
}

.offer-container {
  background-color:var(--card-bg);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-left: 5px solid var(--accent);

  .offer-header {
    font-size: 24px;
    font-weight: bold;
    color: var(--accent);
    margin-bottom: 15px;
    border-bottom: 2px solid var(--accent);
    padding-bottom: 10px;
  }

  .offer-intro {
    font-size: 16px;
    color:var(--subtext);
    margin-bottom: 20px;
  }

  .offer-list {
    list-style-type: none;
    padding-left: 0;

    li {
      font-size: 18px;
      color: var(--header-text);
      margin: 10px 0;
      padding-left: 15px;
    }
  }

  .offer-note {
    font-size: 16px;
    color: var(--subtext);
    margin-top: 15px;
  }

  .pricing-details {
    font-size: 16px;
    color: var(--header-text);
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .pricing-list {
    list-style-type: none;
    padding-left: 0;

    li {
      font-size: 18px;
      color: var(--header-text);
      margin: 10px 0;
      padding-left: 15px;
    }
  }
}

.button {
  background-color: var(--primary);
  color: var(--card-bg);
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;

  &:hover {
    background-color: var(--primaryDarker);
    transform: scale(1.1);
  }

  &:active {
    background-color: darken(var(--primary), 10%);
  }
}

.galleryContainer{
  width: 100%;
  position: relative;
  display: block;
}

.galleryContainer::after {
  content: "";
  display: table;
  clear: both;
}




div.gallery {
  transition: .4s;
}


div.gallery:hover {
  transform: scale(1.01);
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

.imageBackground{
  display: block;
}
.imageBackground2{
  display: none;
}

@media only screen and (max-width: 780px) {
  .homeContainer .left{
      width: 90vw;
      font-size: 30px;
  }

}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px) {
  .orderContainer {
    padding: 20px;
  }

  .price-container, .offer-container {
    padding: 20px;
  }

  .price-header, .offer-header {
    font-size: 20px;
  }

  .price-intro, .offer-intro, .pricing-details, .offer-note {
    font-size: 14px;
  }

  .price-list li, .offer-list li, .pricing-list li {
    font-size: 16px;
  }
}






.about-us {
  background-color: var(--background);
  color: var(--header-text);
  padding: 40px;
  max-width: 1000px;
  margin: auto;
  border-radius: 10px;
}

.about-header h2 {
  text-align: center;
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 20px;
}

.about-content {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--subtext);
}

.about-content p {
  margin-bottom: 15px;
}

strong {
  color: var(--primaryDarker);
}
.strongAccent{
  color: var(--accent); font-weight: 600;
  display: inline-block;
}

@media (max-width: 768px) {
  .about-us {
    padding: 20px;
  }

  .about-header h2 {
    font-size: 1.5rem;
  }

  .about-content {
    font-size: 1rem;
  }
}






.sections-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: .5rem;
  background-color: var(--background);
}

.sections-container section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  border-radius: 10px;
  background-color: var(--card-bg);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .sections-container section {
    flex-direction: column;
    text-align: center;
  }
}

.sections-container section img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sections-container section .relax-content,
.sections-container section .grill-content {
  max-width: 600px;
}

.sections-container section h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 1rem;
}

.sections-container section p {
  font-size: 1rem;
  color: var(--subtext);
  line-height: 1.6;
}

  .relax-section {
    background-color: var(--background);
  }

  .grill-section {
    background-color: lighten(var(--primary), 40%);
  }

  @media screen and (max-width: 1024px) {

    section h2 {
      font-size: 1.5rem;
    }

    section p {
      font-size: 0.9rem;
    }
  }






.matchParent{
  width:max-content;
  height: 100%;
  background-color: grey;
}

select{
  font-size: 18px;
}


.content p{
    margin: 14px;
    font-size: 22px;
}
.textSmall{
  font-size: 14px;
  margin: 15px;
}

.textTitleMedium{
  font-size: 25px;
  margin: 15px;
}

.textBig{
  font-size: 35px;
  margin: 15px;
}



.dateReserveContainer{
      img{
        height: 100vh;
      }
}

.containerReserve{
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;

}



.contactinfo{
  display: flex;
  flex-direction: row;
  gap: 10vw;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 30px 110px;
  border-radius: 10px;
  background:grey;
}

.contact-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.contact-item {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  font-size: 24px;
  color: #1a73e8;
  margin-right: 15px;
}

.contact-details h3 {
  margin: 0;
  color: #333;
}

.contact-details p {
  margin: 5px 0 0;
}

.contact-details a, .contact-item i {
  text-decoration: none;
  color: var(--mainColorDark);
}

.contact-details a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}
.map{
  width: 50vw;
}
.contact-form {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-size: cover;
  flex-direction: column;
  gap: 30px;


 }
 .contact-form  .form-container {
    display: flex;
    background: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    width: 100%;
    gap: 2rem;

    .illustration {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;

      img {
        width: 100%;
        max-width: 200px;
        height: auto;
      }
    }

  }

  .form h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
  }
  .form {
      flex: 2;
      display: flex;
      flex-direction: column;


  }
  
  
    input,
    textarea {
      width: 100%;
      padding: 0.8rem;
      border: 1px solid #ddd;
      border-radius: 5px;
      font-size: 1rem;
    }

    textarea {
      resize: none;
      height: 100px;
    }

























.footer-distributed{
	background: var(--header-text);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
  display: block;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  var(--primary);
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  var(--primary-darkest);
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  var(--background);
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  var(--card-bg);
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
  
.map{
  width: 80vw;
}

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}



@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }

  
.map{
  width: 100vw;
}

.contact-container {
  flex-direction: column !important;
}
}

@media only screen and (max-width: 580px) {
  .homeContainer .left h1{
    width: fit-content;
    font-size: 25px;
}

.imageBackground{
  display: none;
}
.imageBackground2{
  display: block;
  width: 370px;
  position: absolute;
  right: 0;
}
.homeContainer{
  width: 100vw;
  height: 40vh;
  padding-left: 10px;
}
}