a {
	text-decoration: none;
}

#home {
	background: #2c2c2c;
	/* padding-bottom: 50px; */
	overflow-x: hidden;
  overflow-y: hidden;
}
.top-img {
  background-image: url('/images/home/homepage_hero_banner.jpg');
/*   background-image: url('/images/home/homepage_hero_banner_animated.gif'); */
  background-size: cover;
  background-position: center center;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 85px;
}
.top-img .text-container {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 100px;
}

.top-img .text-container .image-container {
  text-align: left;
  padding-left: 50px;
}

.top-img .text-container h1 {
  font-family: 'Crimson Text', serif;
  font-size: 5em;
  text-align: left;
  color: #fff;
  margin: 0 50px 50px;
}


.top-img .text-container .btn {
  font-size: 2em;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.5em 1em;
  width: 300px;
  margin: 0 50px;
  text-align: center;
}
.top-img .text-container .btn:hover {
  cursor: pointer;
  color: #fff;
  background-color: #C69D54;
  border: 2px solid #C69D54;
}
.top-img .icon-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 100px;
}
.banners .gallery-cell {
  background-size: cover;
  background-position: center center;
  height: 500px;
  width: 100%;
  position: relative;
}
.banners .gift-card {
  background-image: url('/images/home/giftcard_laruota.png');
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banners  .burrata-salad {
  background-image: url('/images/home/burrata_salad_background.jpg');
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banners .burrata-salad img {
  transform: rotate(20deg);
  max-width: 1000px;
  width: 70%;
  z-index: 1;
}
.banners .burrata-salad .text-container {
  width: 30%;
  margin-left: 100px;
  text-align: left;
}
.banners .burrata-salad .text-container h4 {
  color: #fff;
  background-color: #C59B54;
  width: 120px;
  padding: 0 0.5em;
  text-align: center;
  margin: 17px 0;
  font-size: 2.5em;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-style: italic;
}
.banners .burrata-salad .text-container h2 {
  color: #fff;
  font-size: 7em;
  font-family: 'Crimson Text', serif;
}
.banners .burrata-salad .text-container .btn {
  font-size: 1.5em;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.5em 1em;
  width: 250px;
  margin: 10px 0;
  text-align: center;
}
.banners .burrata-salad .text-container .btn:hover {
    cursor: pointer;
  color: #fffs;
  background-color: #C69D54;
  border: 2px solid #C69D54;
}
.banners .mix-slices {
  background-image: url('/images/home/mix_match_background.jpg');
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banners .mix-slices img {
  max-width: 650px;
  width: 50%;
}
.banners .mix-slices .text-container {
  width: 50%;
  margin-left: 100px;
  text-align: left;
}
.banners .mix-slices .text-container h4 {
  color: #fff;
  background-color: #C59B54;
  width: 200px;
  padding: 0 0.5em;
  text-align: center;
  margin: 10px 0;
  font-size: 2em;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-style: italic;
}
.banners .mix-slices .text-container h2 {
  color: #fff;
  font-size: 6em;
  font-family: 'Crimson Text', serif;
}
.banners .mix-slices .text-container .desc {
  display: flex;
  justify-content: left;
  align-items: center;
  /* max-width: 50%; */
  gap: 20px;
}
.banners .mix-slices .text-container .desc p {
  color: #fff;
  font-size: 3em;
  font-family: 'Crimson Text', serif;
}
.banners .mix-slices .text-container .desc p.cl-text {
  color: #C59B54;
}
.banners .mix-slices .text-container .btn {
  font-size: 1.5em;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.5em 1em;
  margin: 10px 0;
  text-align: center;
  width: 320px;
}
.banners .mix-slices .text-container .btn:hover {
    cursor: pointer;
  color: #fffs;
  background-color: #C69D54;
  border: 2px solid #C69D54;
}
.banners .main-carousel .flickity-button {
  display: none;
}
.banners .main-carousel .flickity-page-dots {
  text-align: right;
  bottom: 25px;
  left: -100px;
/*   temp taka 07/12/2023 */
  display: none;
}
.banners .main-carousel .flickity-page-dots .dot {
  width: 20px;
  height: 20px;
  background: #fff;
}
.gift-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAFAFA;
  z-index: 2;
    position: relative;
}
.gift-cards img {
  width: 50%;
  margin-left: 50px;
}
.gift-cards .text-container {
  width: 50%;
  padding: 2em;
}
.gift-cards .text-container h2 {
  font-size: 4em;
  font-family: 'Crimson Text', serif;
  color: #000;
  max-width: 500px;
  text-align: left;
}
.gift-cards .text-container .btn {
  font-size: 1.5em;
  color: #000;
  border: 2px solid #000;
  padding: 0.5em 1em;
  width: 300px;
  margin: 50px 0;
  text-align: center;
}
.gift-cards .text-container .btn:hover {
    cursor: pointer;
  color: #fff;
  background-color: #C69D54;
  border: 2px solid #C69D54;
}
.gift-cards .text-container .apps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gift-cards .text-container .apps img {
  width: 150px;
}
.get-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C59B54;
  height: 400px;
}
.get-discount .text-container {
  width: 30%;
  margin-left: 100px;
  position: relative;
  text-align: left;
}
.get-discount .text-container .bg-pizza {
  position: absolute;
  top: -70px;
  left: -170px;
  width: 300px;
  opacity: 0.05;
}
.get-discount .text-container h2 {
  color: #fff;
  font-size: 4em;
  font-family: 'Crimson Text', serif;
}
.get-discount .text-container p {
  color: #fff;
  font-size: 1.5em;
  margin: 20px auto;
}
.get-discount .text-container .apps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  margin: 10px 0;
  gap: 20px;
}
.get-discount .text-container .apps img {
  width: 150px;
}
.get-discount .main-img {
  width: 70%;
  max-width: 500px;
  height: auto;
  z-index: 8;
}

#gameBannerHome img,
#doublePoints img {
  width: 100%;
}

@media(max-width: 1250px) {
  .top-img .text-container {
    margin-left: 50px;
  }
}

@media(max-width: 960px) {
  .banners .burrata-salad {
    height: auto;
    min-height: -webkit-fill-available;
    flex-direction: column;
    background-image: url('/images/home/burrata_salad_background_mb.png');
  }
  .banners .burrata-salad img {
    transform: rotate(0);
    max-width: 500px;
    width: 100%;
  }
  .banners .burrata-salad .text-container {
    width: 100%;
    margin-left: 0;
  }
  .banners .burrata-salad .text-container h4 {
    margin: 0 auto;
  }
  .banners .burrata-salad .text-container h2 {
	font-size: 5em;
    text-align: center;
  }
  .banners .burrata-salad .text-container .btn {
    margin: 30px auto;
    width: 250px;
    font-size: 1em;
  }
  .banners .mix-slices {
    height: auto;
    min-height: -webkit-fill-available;
    flex-direction: column-reverse;
  }
  .banners .mix-slices .text-container {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .banners .mix-slices img {
    max-width: 500px;
    width: 100%;
  }
  .banners .mix-slices .text-container h4 {
    margin: 0 auto;
  }
  .banners .mix-slices .text-container h2 {
	  font-size: 5em;
    text-align: center;
  }
  .banners .mix-slices .text-container .desc {
    flex-direction: column;
    gap: 10px;
  }
  .banners .mix-slices .text-container .desc p {
    text-align: center;
  }
  .banners .mix-slices .text-container .btn {
    margin: 30px auto;
    width: 250px;
    font-size: 1em;
  }
  .banners .main-carousel .flickity-page-dots {
	  display: none;
/*
    text-align: center;
    margin: 0 auto;
    bottom: 15px;
    left: 0;
*/
  }
  .gift-cards {
    flex-direction: column;
    height: auto;
    min-height: -webkit-fill-available;
  }
  .gift-cards .text-container {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .gift-cards .text-container h2 {
	  text-align: center;
    margin: 0 auto;
  }
  .gift-cards .text-container .btn {
    margin: 30px auto;
  }
  .gift-cards img {
    width: 100%;
    margin-left: 0;
  }
  .get-discount {
    flex-direction: column-reverse;
    height: auto;
    min-height: -webkit-fill-available;
  }
  .get-discount .text-container .bg-pizza {
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
    width: 400px;
  }
  .get-discount .main-img {
    width: 100%;
    min-width: 300px;
    height: auto;
  }
  .get-discount .text-container {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .get-discount .text-container .apps {
    margin: 0 auto 50px;
  }
}

@media(max-width: 500px) {
	.top-img {
		background-image: url('/images/home/laruota_homepage_banner_mobile3.jpg');
	}
	.top-img .text-container {
		top: 60%;
	}
	.top-img .text-container h1 {
		width: 80%;
		font-size: 2.5em;
		margin: 0;
	}
	.top-img .text-container .btn {
		font-size: 1.5em;
		width: 200px;
		margin: 50px 0;
	}
	.banners .burrata-salad .text-container h2 {
		font-size: 3em;
		margin: 10px auto;
	}
	.banners .mix-slices .text-container h2 {
		font-size: 3em;
		margin: 10px auto;
	}
	.gift-cards .text-container h2 {
		font-size: 2em;
	}
	.get-discount .text-container h2 {
		font-size: 2em;
	}
	.get-discount .text-container p {
		font-size: 1em;
	}
}