@import url("https://fonts.googleapis.com/css2?family=Savate:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Savate:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
.card-set {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin-top: 100px;
}

.item {
  flex-basis: calc((100% - 20px) / 3);
  padding: 10px;
  background-color: antiquewhite;
  border-radius: 4px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(to bottom, antiquewhite, rgb(82, 61, 61));
}

.item h2 {
  margin-top: 0;
  font-size: 20px;
}

.item p {
  margin: 0;
}

.item-rotation {
  border-radius: 10px;
  background-color: rgb(163, 139, 107);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  transition-property: background-color, transform, border-radius;
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-delay: 0;
}

.item-rotation:hover {
  background-color: rgb(0, 0, 0);
  transform: scale(0.9);
  border-radius: 30px;
}

.text-hover {
  font-size: 30px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: center;
}

.tracking-in-expand-fwd-bottom {
  animation: tracking-in-expand-fwd-bottom 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@keyframes tracking-in-expand-fwd-bottom {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px) translateY(500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
.parent-tag {
  display: flex;
}

.delivery-chickfille {
  background-image: url(https://d1fd34dzzl09j.cloudfront.net/Images/CFACOM/Delivery/ONE_0704-4%201.png?la=en&h=-1&w=-1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #414244;
  transform: translatey(100%);
  transition: transform 250ms ease-in-out;
}

.box:hover .overlay {
  transform: translatey(160px);
}

.overlay p {
  color: #fff;
  padding: 10px;
  margin: 0;
  font-size: 18px;
}

.overlay code {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #fff;
  color: #2a2a2a;
}

.paragraph {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.delivery-pizza {
  background-image: url(https://plus.unsplash.com/premium_photo-1682088887477-4f63f185ba7e?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OXx8Zm9vZCUyMGRlbGl2ZXJ5fGVufDB8fDB8fHww);
}

.delivery-img {
  background-image: url(https://media.istockphoto.com/id/1411691105/video/close-up-young-happy-asian-delivery-man-with-bicycle-in-red-uniform-carry-case-box-knock-door.jpg?s=640x640&k=20&c=cxmEv7EtPvYjJgmPCwc_2LeanNkJHKsmGyTL0PeWips=);
}

.delivery-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid blue;
  margin: 0 auto;
  width: 700px;
}

.img-delivery {
  border-radius: 30px;
}

.delivery-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  /* border: 1px solid red; */
  width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  gap: 50px;
}

.delivery-item {
  width: 200px;
}

.box-rotation {
  border-radius: 10px;
  background-color: rgb(163, 139, 107);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  transition-property: background-color, transform;
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-delay: 0;
}

.box-rotation:hover {
  background-color: rgb(97, 84, 32);
  transform: scale(1.2);
}

.delivery-paragraph {
  color: black;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: medium;
  padding-top: 20px;
  padding-bottom: 20px;
}

.delivery-paragraph::-moz-selection {
  color: azure;
  background-color: black;
}

.delivery-paragraph::selection {
  color: azure;
  background-color: black;
}

.form-delivery {
  width: 500px;
  margin: 0 auto;
  border: 1px solid red;
  background-color: #e3dab9;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.form-button {
  background-color: wheat;
  border-radius: 5px;
}

.form-button:hover {
  background-color: rgb(178, 157, 118);
}

.box {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background-color: #bdbdbd;
  overflow: hidden;
  display: flex;
  background-position: center;
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.4901960784);
  border-radius: 7px;
}

.box {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background-color: #bdbdbd;
  overflow: hidden;
  display: flex;
  background-position: center;
  border-radius: 7px;
}

.box {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background-color: #bdbdbd;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: flex;
  border-radius: 7px;
}

.section-title-delivery {
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  gap: 10px;
  letter-spacing: 7px;
  text-shadow: 2px 2px 4px rgb(242, 242, 9);
  margin-bottom: 30px;
}

@media (max-width: 430px) {
  .text-hover {
    font-size: 30px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    text-align: center;
  }
  .tracking-in-expand-fwd-bottom {
    animation: tracking-in-expand-fwd-bottom 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  @keyframes tracking-in-expand-fwd-bottom {
    0% {
      letter-spacing: -0.5em;
      transform: translateZ(-700px) translateY(500px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      transform: translateZ(0) translateY(0);
      opacity: 1;
    }
  }
  .parent-tag {
    display: flex;
  }
  .delivery-chickfille {
    background-image: url(https://d1fd34dzzl09j.cloudfront.net/Images/CFACOM/Delivery/ONE_0704-4%201.png?la=en&h=-1&w=-1);
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #414244;
    transform: translatey(100%);
    transition: transform 250ms ease-in-out;
  }
  .box:hover .overlay {
    transform: translatey(160px);
  }
  .overlay p {
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 12px;
  }
  .overlay code {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    background-color: #fff;
    color: #2a2a2a;
  }
  .paragraph {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  }
  .delivery-pizza {
    background-image: url(https://plus.unsplash.com/premium_photo-1682088887477-4f63f185ba7e?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OXx8Zm9vZCUyMGRlbGl2ZXJ5fGVufDB8fDB8fHww);
  }
  .delivery-img {
    background-image: url(https://media.istockphoto.com/id/1411691105/video/close-up-young-happy-asian-delivery-man-with-bicycle-in-red-uniform-carry-case-box-knock-door.jpg?s=640x640&k=20&c=cxmEv7EtPvYjJgmPCwc_2LeanNkJHKsmGyTL0PeWips=);
    background-size: 200px;
  }
  .delivery-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid blue;
    margin: 0 auto;
    width: 700px;
  }
  .img-delivery {
    border-radius: 30px;
    width: 400px;
    margin-left: 10px;
  }
  .delivery-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    /* border: 1px solid red; */
    width: 400px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    gap: 50px;
  }
  .delivery-item {
    width: 100px;
  }
  .box-rotation {
    border-radius: 10px;
    background-color: rgb(163, 139, 107);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    transition-property: background-color, transform;
    transition-duration: 500ms;
    transition-timing-function: linear;
    transition-delay: 0;
  }
  .box-rotation:hover {
    background-color: rgb(97, 84, 32);
    transform: scale(1.2);
  }
  .delivery-paragraph {
    color: black;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: medium;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .delivery-paragraph::-moz-selection {
    color: azure;
    background-color: black;
  }
  .delivery-paragraph::selection {
    color: azure;
    background-color: black;
  }
  .form-delivery {
    width: 382px;
    margin: 0 auto;
    border: 1px solid red;
    background-color: #e3dab9;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  }
  .form-button {
    background-color: wheat;
    border-radius: 5px;
  }
  .form-button:hover {
    background-color: rgb(178, 157, 118);
  }
  .box {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background-color: #bdbdbd;
    overflow: hidden;
    display: flex;
    background-position: center;
    box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.4901960784);
    border-radius: 7px;
  }
  .box {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background-color: #bdbdbd;
    overflow: hidden;
    display: flex;
    background-position: center;
    border-radius: 7px;
  }
  .box {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background-color: #bdbdbd;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    display: flex;
    border-radius: 7px;
  }
  .section-title-delivery {
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    gap: 10px;
    letter-spacing: 7px;
    text-shadow: 2px 2px 4px rgb(242, 242, 9);
    margin-bottom: 30px;
    margin-left: -235px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .text-hover {
    font-size: 30px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    text-align: center;
  }
  .tracking-in-expand-fwd-bottom {
    animation: tracking-in-expand-fwd-bottom 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  @keyframes tracking-in-expand-fwd-bottom {
    0% {
      letter-spacing: -0.5em;
      transform: translateZ(-700px) translateY(500px);
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      transform: translateZ(0) translateY(0);
      opacity: 1;
    }
  }
  .parent-tag {
    display: flex;
  }
  .delivery-chickfille {
    background-image: url(https://d1fd34dzzl09j.cloudfront.net/Images/CFACOM/Delivery/ONE_0704-4%201.png?la=en&h=-1&w=-1);
  }
  .overlay {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #414244;
    transform: translatey(100%);
    transition: transform 250ms ease-in-out;
  }
  .box:hover .overlay {
    transform: translatey(160px);
  }
  .overlay p {
    color: #fff;
    padding: 10px;
    margin-bottom: px;
    font-size: 10px;
  }
  .overlay code {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    background-color: #fff;
    color: #2a2a2a;
  }
  .paragraph {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  }
  .delivery-pizza {
    background-image: url(https://plus.unsplash.com/premium_photo-1682088887477-4f63f185ba7e?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OXx8Zm9vZCUyMGRlbGl2ZXJ5fGVufDB8fDB8fHww);
  }
  .delivery-img {
    background-image: url(https://media.istockphoto.com/id/1411691105/video/close-up-young-happy-asian-delivery-man-with-bicycle-in-red-uniform-carry-case-box-knock-door.jpg?s=640x640&k=20&c=cxmEv7EtPvYjJgmPCwc_2LeanNkJHKsmGyTL0PeWips=);
  }
  .delivery-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid blue;
    margin: 0 auto;
    width: 700px;
  }
  .img-delivery {
    border-radius: 30px;
  }
  .delivery-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    /* border: 1px solid red; */
    width: 715px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    gap: 50px;
  }
  .delivery-item {
    width: 200px;
  }
  .box-rotation {
    border-radius: 10px;
    background-color: rgb(163, 139, 107);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    transition-property: background-color, transform;
    transition-duration: 500ms;
    transition-timing-function: linear;
    transition-delay: 0;
  }
  .box-rotation:hover {
    background-color: rgb(97, 84, 32);
    transform: scale(1.2);
  }
  .delivery-paragraph {
    color: black;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: medium;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .delivery-paragraph::-moz-selection {
    color: azure;
    background-color: black;
  }
  .delivery-paragraph::selection {
    color: azure;
    background-color: black;
  }
  .form-delivery {
    width: 500px;
    margin: 0 auto;
    border: 1px solid red;
    background-color: #e3dab9;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  }
  .form-button {
    background-color: wheat;
    border-radius: 5px;
  }
  .form-button:hover {
    background-color: rgb(178, 157, 118);
  }
  .box {
    position: relative;
    width: 230px;
    height: 280px;
    margin: 0 auto;
    background-color: #bdbdbd;
    overflow: hidden;
    display: flex;
    background-position: center;
    box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.4901960784);
    border-radius: 7px;
  }
  .box {
    position: relative;
    width: 230px;
    height: 280px;
    margin: 0 auto;
    background-color: #bdbdbd;
    overflow: hidden;
    display: flex;
    background-position: center;
    border-radius: 7px;
  }
  .box {
    position: relative;
    width: 230px;
    height: 280px;
    margin: 0 auto;
    background-color: #bdbdbd;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    display: flex;
    border-radius: 7px;
  }
  .section-title-delivery {
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    gap: 10px;
    letter-spacing: 7px;
    text-shadow: 2px 2px 4px rgb(242, 242, 9);
    margin-bottom: 30px;
  }
}
.main-background-deserts {
  background-image: url(https://plus.unsplash.com/premium_photo-1681826543445-e84c16a952b4?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  border-radius: 30px;
  padding-bottom: 20px;
}

.deserts-section {
  box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
}

.food-list {
  list-style: none;
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  justify-content: center;
}

.populardesert-item {
  border: 1px solid blue;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: rgb(202, 99, 51);
  display: flex;
  flex-direction: column;
}

.populardesert-item:hover {
  box-shadow: inset 0px 0px 10px 5px rgb(154, 76, 39);
}

.img-wrapper-38 {
  background-image: url("../../img/muffin-squosh.jpg");
  background-position: center;
  background-size: 200px;
}

.img-wrapper-39 {
  background-image: url("../../img/Applepie-squosh.jpg");
  background-position: center;
  background-size: 200px;
}

.img-wrapper-40 {
  background-image: url("../../img/Applepie-squosh.jpg");
  background-position: center;
  background-size: 200px;
}

@media (max-width: 430px) {
  .main-background-deserts {
    background-image: url(https://plus.unsplash.com/premium_photo-1681826543445-e84c16a952b4?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    border-radius: 30px;
    padding-bottom: 20px;
  }
  .deserts-section {
    box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
  }
  .food-list {
    list-style: none;
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 120px;
  }
  .populardesert-item {
    border: 1px solid blue;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: rgb(202, 99, 51);
    display: flex;
    flex-direction: column;
    width: 220px;
    margin-left: 90px;
  }
  .populardesert-item:hover {
    box-shadow: inset 0px 0px 10px 5px rgb(154, 76, 39);
  }
  .img-wrapper-38 {
    background-image: url("../../img/muffin-squosh.jpg");
    background-position: center;
    background-size: 200px;
  }
  .img-wrapper-39 {
    background-image: url("../../img/Applepie-squosh.jpg");
    background-position: center;
    background-size: 200px;
  }
  .img-wrapper-40 {
    background-image: url("../../img/Applepie-squosh.jpg");
    background-position: center;
    background-size: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .food-list {
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 760px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    margin-left: 4px;
  }
  .populardesert-item {
    border: 1px solid blue;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: rgb(202, 99, 51);
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
}
.drinks-background-img {
  background-image: url(https://images.pexels.com/photos/1695052/pexels-photo-1695052.jpeg?cs=srgb&dl=pexels-igor-haritanovich-814387-1695052.jpg&fm=jpg);
  background-size: 1200px;
  background-position: center;
  border-radius: 30px;
}

.drink-section {
  box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
}

.section-title-drinks {
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  gap: 10px;
  letter-spacing: 7px;
  text-shadow: 2px 2px 4px rgb(242, 242, 9);
  color: white;
}

.populardrink-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  padding-left: 0;
  text-align: center;
}

.populardrink-item {
  border: 1px solid blue;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: peru;
}

.populardrink-item:hover {
  box-shadow: inset 0 0 10px 5px rgb(110, 71, 33);
}

.img-wrapper-11 {
  background-image: url("../../img/Americano-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-12 {
  background-image: url("../../img/Lattesquoosh.jpg");
  background-position: center;
  background-size: 350px;
}

.img-wrapper-13 {
  background-image: url("../../img/Macchiato-squosh.jpg");
}

.img-wrapper-14 {
  background-image: url("../../img/fruit-smoothie-squosh.jpg");
  background-position: center;
  background-size: 350px;
}

@media (max-width: 430px) {
  .drinks-background-img {
    background-image: url(https://images.pexels.com/photos/1695052/pexels-photo-1695052.jpeg?cs=srgb&dl=pexels-igor-haritanovich-814387-1695052.jpg&fm=jpg);
    background-size: 1200px;
    background-position: center;
    border-radius: 30px;
  }
  .drink-section {
    box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
  }
  .section-title-drinks {
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    gap: 10px;
    letter-spacing: 7px;
    text-shadow: 2px 2px 4px rgb(242, 242, 9);
    color: white;
  }
  .populardrink-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    padding-left: 0;
    text-align: center;
    margin-left: -80px;
  }
  .populardrink-item {
    border: 1px solid blue;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: peru;
  }
  .populardrink-item:hover {
    box-shadow: inset 0 0 10px 5px rgb(110, 71, 33);
  }
  .img-wrapper-11 {
    background-image: url("../../img/Americano-squosh.jpg");
    background-position: center;
    background-size: 300px;
  }
  .img-wrapper-12 {
    background-image: url("../../img/Lattesquoosh.jpg");
    background-position: center;
    background-size: 350px;
  }
  .img-wrapper-13 {
    background-image: url("../../img/Macchiato-squosh.jpg");
  }
  .img-wrapper-14 {
    background-image: url("../../img/fruit-smoothie-squosh.jpg");
    background-position: center;
    background-size: 350px;
  }
}
.main-background-drinks {
  background-image: url(https://images.unsplash.com/photo-1521017432531-fbd92d768814?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  border-radius: 30px;
}

.drink-list {
  list-style: none;
  display: flex;
  gap: 100px;
  text-align: center;
  justify-content: center;
  padding-left: 0px;
}

.populardrink-item {
  border: 1px solid blue;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: peru;
}

.populardrink-item:hover {
  box-shadow: inset 0 0 10px 5px rgb(110, 71, 33);
}

.img-wrapper-41 {
  background-image: url("../../img/Americano-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-42 {
  background-image: url("../../img/Latte-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-43 {
  background-image: url("../../img/Macchiato-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

@media (max-width: 430px) {
  .main-background-drinks {
    background-image: url(https://images.unsplash.com/photo-1521017432531-fbd92d768814?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    border-radius: 30px;
  }
  .drink-list {
    list-style: none;
    display: flex;
    gap: 100px;
    text-align: center;
    justify-content: center;
    padding-left: 0px;
    flex-direction: column;
  }
  .populardrink-item {
    border: 1px solid blue;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: peru;
    width: 220px;
    margin-left: 90px;
  }
  .populardrink-item:hover {
    box-shadow: inset 0 0 10px 5px rgb(110, 71, 33);
  }
  .img-wrapper-41 {
    background-image: url("../../img/Americano-squosh.jpg");
    background-position: center;
    background-size: 300px;
  }
  .img-wrapper-42 {
    background-image: url("../../img/Latte-squosh.jpg");
    background-position: center;
    background-size: 300px;
  }
  .img-wrapper-43 {
    background-image: url("../../img/Macchiato-squosh.jpg");
    background-position: center;
    background-size: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .drink-list {
    list-style: none;
    display: flex;
    gap: 30px;
    text-align: center;
    justify-content: center;
    padding-left: 0px;
  }
}
.desserts-background-img {
  background-image: url(https://st3.depositphotos.com/13349494/18525/i/450/depositphotos_185259706-stock-photo-flat-lay-cup-coffee-sweet.jpg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 25px;
  background-size: 1200px;
  padding-bottom: 20px;
}

.menu-btn {
  background-color: rgb(202, 99, 51);
  color: beige;
  text-decoration: none;
  padding: 5px;
  height: 40px;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  align-content: center;
}

.slide-in-fwd-top {
  animation: slide-in-fwd-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.deserts-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.img-wrapper-32 {
  width: 205px;
  height: 205px;
  background-image: url("../../img/Maffinmainpage.jpg");
  background-size: cover;
  background-position: center;
}

.btn-product {
  padding: 7px 10px;
  border: none;
  border-radius: 30px;
  background-color: wheat;
  cursor: pointer;
  margin: 0 auto;
  background-color: wheat;
}

.title-btn {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.img-wrapper-33 {
  background-image: url("../../img/Applepie-squosh.jpg");
  background-position: center;
  background-size: 280px;
}

.img-wrapper-34 {
  background-image: url("../../img/Cheesecakesquoosh.jpg");
  background-position: center;
  background-size: cover;
}

.img-wrapper-35 {
  background-image: url("../../img/Brownie-squosh.jpg");
  background-position: center;
  background-size: cover;
}

@media (max-width: 430px) {
  .desserts-background-img {
    background-image: url(https://st3.depositphotos.com/13349494/18525/i/450/depositphotos_185259706-stock-photo-flat-lay-cup-coffee-sweet.jpg);
    background-repeat: repeat;
    background-position: center;
    border-radius: 25px;
    background-size: 1200px;
    padding-bottom: 20px;
  }
  .menu-btn {
    background-color: rgb(202, 99, 51);
    color: beige;
    text-decoration: none;
    padding: 5px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    align-content: center;
    font-size: 10px;
  }
  .slide-in-fwd-top {
    animation: slide-in-fwd-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .deserts-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .img-wrapper-32 {
    width: 205px;
    height: 205px;
    background-image: url("../../img/Maffinmainpage.jpg");
    background-size: cover;
    background-position: center;
  }
  .btn-product {
    padding: 7px 10px;
    border: none;
    border-radius: 30px;
    background-color: wheat;
    cursor: pointer;
    margin: 0 auto;
    background-color: wheat;
  }
  .title-btn {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  .img-wrapper-33 {
    background-image: url("../../img/Applepie-squosh.jpg");
    background-position: center;
    background-size: 280px;
  }
  .img-wrapper-34 {
    background-image: url("../../img/Cheesecakesquoosh.jpg");
    background-position: center;
    background-size: cover;
  }
  .img-wrapper-35 {
    background-image: url("../../img/Brownie-squosh.jpg");
    background-position: center;
    background-size: cover;
  }
  .populardesert-item {
    border: 1px solid blue;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: rgb(202, 99, 51);
    display: flex;
    flex-direction: column;
    width: 220px;
    margin-left: -32px;
  }
  .populardesert-item:hover {
    box-shadow: inset 0px 0px 10px 5px rgb(154, 76, 39);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .desserts-background-img {
    background-image: url(https://st3.depositphotos.com/13349494/18525/i/450/depositphotos_185259706-stock-photo-flat-lay-cup-coffee-sweet.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
    background-size: 1200px;
    padding-bottom: 20px;
  }
  .menu-btn {
    background-color: rgb(202, 99, 51);
    color: beige;
    text-decoration: none;
    padding: 5px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    align-content: center;
  }
  .slide-in-fwd-top {
    animation: slide-in-fwd-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .deserts-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    display: flex;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  .img-wrapper-32 {
    width: 205px;
    height: 205px;
    background-image: url("../../img/Maffinmainpage.jpg");
    background-size: cover;
    background-position: center;
  }
  .btn-product {
    padding: 7px 10px;
    border: none;
    border-radius: 30px;
    background-color: wheat;
    cursor: pointer;
    margin: 0 auto;
    background-color: wheat;
  }
  .title-btn {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  .img-wrapper-33 {
    background-image: url("../../img/Applepie-squosh.jpg");
    background-position: center;
    background-size: 280px;
  }
  .img-wrapper-34 {
    background-image: url("../../img/Cheesecakesquoosh.jpg");
    background-position: center;
    background-size: cover;
  }
  .img-wrapper-35 {
    background-image: url("../../img/Brownie-squosh.jpg");
    background-position: center;
    background-size: cover;
  }
}
.container-gallery {
  min-height: 100vh;
  position: relative;
  margin: 0 auto;
  width: 1200px;
  border: 1px solid red;
  margin-right: 80px;
}

.box-gallery {
  position: absolute;
  height: 500px;
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 64px;
  color: #fff;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  margin-left: 0px;
}

.box-gallery:nth-child(1) {
  top: 20px;
  left: 30px;
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR9i_OFvq8GFLPt8uRmmmJc-hO7gighPQPyDg&s);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.507);
  z-index: 2;
}

.box-gallery:nth-child(2) {
  top: 60px;
  left: 430px;
  background-image: url(https://thumbs.dreamstime.com/b/rustic-cafe-interior-distressed-walls-cozy-wooden-furniture-vintage-lighting-337098249.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.527);
  z-index: 2;
}

.box-gallery:nth-child(3) {
  top: 390px;
  left: 370px;
  background-image: url(https://media.istockphoto.com/id/1459254779/photo/entrance-of-coffee-shop-with-tables-and-chairs-on-sidewalk.jpg?s=612x612&w=0&k=20&c=yfUYFfWqT1cHQtZxndGh2wasiLc2o8nhhDYLL3jZfhQ=);
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.504);
}

.box-gallery:nth-child(4) {
  top: 350px;
  left: 70px;
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSn_S3qVj8zLYhYcWLcDiFwuXSnmSRv4KEWeQ&s);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.507);
}

@media (max-width: 430px) {
  .container-gallery {
    min-height: 50vh;
    position: relative;
    margin: 0 auto;
    width: 400px;
    border: 1px solid red;
  }
  .box-gallery {
    position: absolute;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 64px;
    color: #fff;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    margin-left: 0px;
  }
  .box-gallery:nth-child(1) {
    top: 20px;
    left: 30px;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR9i_OFvq8GFLPt8uRmmmJc-hO7gighPQPyDg&s);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.507);
    z-index: 2;
    height: 150px;
    width: 150px;
  }
  .box-gallery:nth-child(2) {
    top: 34px;
    left: 189px;
    background-image: url(https://thumbs.dreamstime.com/b/rustic-cafe-interior-distressed-walls-cozy-wooden-furniture-vintage-lighting-337098249.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.527);
    z-index: 2;
    height: 150px;
    width: 150px;
  }
  .box-gallery:nth-child(3) {
    top: 177px;
    left: 43px;
    background-image: url(https://media.istockphoto.com/id/1459254779/photo/entrance-of-coffee-shop-with-tables-and-chairs-on-sidewalk.jpg?s=612x612&w=0&k=20&c=yfUYFfWqT1cHQtZxndGh2wasiLc2o8nhhDYLL3jZfhQ=);
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.504);
    height: 150px;
    width: 150px;
  }
  .box-gallery:nth-child(4) {
    top: 182px;
    left: 183px;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSn_S3qVj8zLYhYcWLcDiFwuXSnmSRv4KEWeQ&s);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.507);
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container-gallery {
    min-height: 100vh;
    position: relative;
    margin: 0 auto;
    width: 1200px;
    border: 1px solid red;
    margin-left: 34px;
  }
  .box-gallery {
    position: absolute;
    height: 300px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 64px;
    color: #fff;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    margin-left: 0px;
  }
  .box-gallery:nth-child(1) {
    top: 20px;
    left: 30px;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR9i_OFvq8GFLPt8uRmmmJc-hO7gighPQPyDg&s);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.507);
    z-index: 2;
  }
  .box-gallery:nth-child(2) {
    top: 35px;
    left: 350px;
    background-image: url(https://thumbs.dreamstime.com/b/rustic-cafe-interior-distressed-walls-cozy-wooden-furniture-vintage-lighting-337098249.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.527);
    z-index: 2;
  }
  .box-gallery:nth-child(3) {
    top: 340px;
    left: 340px;
    background-image: url(https://media.istockphoto.com/id/1459254779/photo/entrance-of-coffee-shop-with-tables-and-chairs-on-sidewalk.jpg?s=612x612&w=0&k=20&c=yfUYFfWqT1cHQtZxndGh2wasiLc2o8nhhDYLL3jZfhQ=);
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.504);
  }
  .box-gallery:nth-child(4) {
    top: 330px;
    left: 35px;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSn_S3qVj8zLYhYcWLcDiFwuXSnmSRv4KEWeQ&s);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 7px 7px 7px 7px rgba(0, 0, 0, 0.507);
  }
}
.main-background {
  background-color: rgb(250, 213, 164);
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 7px 10px 5px rgb(231, 156, 85), 0px 14px 9px 7px rgb(218, 126, 21);
}

body {
  margin: 0px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.img-wrapper {
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: 270px;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-title {
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  gap: 10px;
  letter-spacing: 7px;
  text-shadow: 2px 2px 4px rgb(242, 242, 9);
  margin-bottom: 30px;
}

.footer-text {
  text-align: center;
  font-family: "Savate", sans-serif;
  background-color: black;
  color: white;
  padding: 20px;
}

.footer {
  background-color: black;
  border-radius: 20px;
}

.btn-product:hover {
  background-color: rgb(200, 178, 138);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.pane {
  display: none;
  margin-top: 8px;
}

.pane.is-active {
  display: block;
}

.controls {
  display: flex;
  gap: 8px;
}

.pane {
  font-size: 20px;
}

* {
  box-sizing: border-box;
}

.list-link {
  position: relative;
}

.link-list::before,
.link-list::after {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  position: relative;
}

.link-list::after {
  position: relative;
  display: none;
  margin-left: 16px;
}

.link-list:hover::after {
  display: block;
  position: absolute;
  top: 35px;
  left: 27px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn-rotation {
  border-radius: 10px;
  background-color: rgb(163, 139, 107);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  transition-property: background-color, transform;
  transition-duration: 500ms;
  transition-timing-function: linear;
  transition-delay: 0;
  border: none;
}

.btn-rotation:hover {
  background-color: rgb(97, 84, 32);
  transform: scale(1.1);
  background-color: rgb(167, 151, 122);
  border: none;
}

:root {
  --header-color: aliceblue;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 760px;
    margin: 0 auto;
  }
}
.section-header {
  background-color: rgb(250, 213, 164);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.header-wrapper {
  display: flex;
  align-items: center;
  /* border: 1px solid blue; */
  margin: 0 auto;
  width: 1200px;
  background-color: antiquewhite;
  justify-content: space-between;
  border-radius: 15px;
}

.slide-in-blurred-top {
  animation: slide-in-blurred-top 1s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@keyframes slide-in-blurred-top {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.menu-list {
  list-style: none;
  display: flex;
  gap: 20px;
}

.menu-btn:hover {
  background-color: rgb(154, 73, 36);
}

.menu-btn:active {
  background-color: rgb(119, 54, 25);
}

.rotate-center:hover {
  animation: rotate-center 0.6s ease-in-out both;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.link-list {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 17px;
  padding: 5px;
}

.link-list:hover {
  background-color: rgb(138, 124, 105);
  color: var(--header-color);
  padding: 5px;
  border-radius: 5px;
}

.link-list-active {
  background-color: rgb(138, 124, 105);
  color: var(--header-color);
  padding: 5px;
  border-radius: 5px;
}

@media (max-width: 430px) {
  .container {
    width: 400px;
    margin: 0 auto;
    border: 1px solid blue;
  }
  .header-wrapper {
    width: 400px;
    border: 3px solid rgb(23, 109, 51);
    flex-direction: row-reverse;
  }
  .logo {
    width: 200px;
  }
  .menu-list {
    flex-direction: column;
  }
  .main-title {
    font-size: 30px;
  }
  .main-video-mobile {
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-header {
    background-color: rgb(250, 213, 164);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .header-wrapper {
    display: flex;
    align-items: center;
    /* border: 1px solid blue; */
    margin: 0 auto;
    width: 760px;
    background-color: antiquewhite;
    justify-content: space-between;
    border-radius: 15px;
  }
  .slide-in-blurred-top {
    animation: slide-in-blurred-top 1s cubic-bezier(0.23, 1, 0.32, 1) both;
  }
  @keyframes slide-in-blurred-top {
    0% {
      transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      transform-origin: 50% 0%;
      filter: blur(40px);
      opacity: 0;
    }
    100% {
      transform: translateY(0) scaleY(1) scaleX(1);
      transform-origin: 50% 50%;
      filter: blur(0);
      opacity: 1;
    }
  }
  .menu-list {
    list-style: none;
    display: flex;
    gap: 20px;
  }
  .menu-btn:hover {
    background-color: rgb(154, 73, 36);
  }
  .menu-btn:active {
    background-color: rgb(119, 54, 25);
  }
  .rotate-center:hover {
    animation: rotate-center 0.6s ease-in-out both;
  }
  @keyframes rotate-center {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .link-list {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 17px;
    padding: 5px;
  }
  .link-list:hover {
    background-color: rgb(138, 124, 105);
    color: var(--header-color);
    padding: 5px;
    border-radius: 5px;
  }
  .link-list-active {
    background-color: rgb(138, 124, 105);
    color: var(--header-color);
    padding: 5px;
    border-radius: 5px;
  }
}
.social-list {
  list-style: none;
  display: flex;
  gap: 100px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  justify-content: center;
}

.location-page-map {
  border-radius: 30px;
}

.social-link {
  text-decoration: none;
  color: black;
}

.focus-in-expand {
  animation: focus-in-expand 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.section-social {
  background-image: radial-gradient(circle at center, yellow 10%, oraNGE 50%);
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 7px 10px 5px yellow, 0px 14px 9px 7px oraNGE, 8px 20px 15px 15px rgb(218, 126, 21);
}

.location-background-img {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRH_S-7ogRkT2RiCbLrYvPy-t6f-5nL1cJ1gQ&s);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px;
  border-radius: 15px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-radius: 20px;
}

.section-container {
  margin: 0 auto;
  width: 700px;
  text-align: center;
}

.section-title-map {
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  gap: 10px;
  letter-spacing: 7px;
  text-shadow: 2px 2px 4px rgb(242, 242, 9);
  margin-bottom: 30px;
}

@media (max-width: 430px) {
  .social-list {
    list-style: none;
    display: flex;
    gap: 40px;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
  .social-link {
    text-decoration: none;
    color: black;
    font-size: 20px;
  }
  .focus-in-expand {
    animation: focus-in-expand 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  @keyframes focus-in-expand {
    0% {
      letter-spacing: -0.5em;
      filter: blur(12px);
      opacity: 0;
    }
    100% {
      filter: blur(0px);
      opacity: 1;
    }
  }
  .section-social {
    background-image: radial-gradient(circle at center, yellow 10%, oraNGE 50%);
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 7px 10px 5px yellow, 0px 14px 9px 7px oraNGE, 8px 20px 15px 15px rgb(218, 126, 21);
  }
  .location-background-img {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRH_S-7ogRkT2RiCbLrYvPy-t6f-5nL1cJ1gQ&s);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1200px;
    border-radius: 15px;
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
  .section-container {
    margin: 0 auto;
    width: 700px;
    text-align: center;
  }
  .section-title-map {
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    gap: 10px;
    letter-spacing: 7px;
    text-shadow: 2px 2px 4px rgb(242, 242, 9);
    margin-bottom: 30px;
    margin-right: 300px;
  }
  .location-page-map {
    border-radius: 30px;
    margin-left: -300px;
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .social-list {
    list-style: none;
    display: flex;
    gap: 60px;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    justify-content: center;
  }
  .location-page-map {
    border-radius: 30px;
  }
  .social-link {
    text-decoration: none;
    color: black;
  }
  .focus-in-expand {
    animation: focus-in-expand 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  @keyframes focus-in-expand {
    0% {
      letter-spacing: -0.5em;
      filter: blur(12px);
      opacity: 0;
    }
    100% {
      filter: blur(0px);
      opacity: 1;
    }
  }
  .section-social {
    background-image: radial-gradient(circle at center, yellow 10%, oraNGE 50%);
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 7px 10px 5px yellow, 0px 14px 9px 7px oraNGE, 8px 20px 15px 15px rgb(218, 126, 21);
  }
  .location-background-img {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRH_S-7ogRkT2RiCbLrYvPy-t6f-5nL1cJ1gQ&s);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1200px;
    border-radius: 15px;
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 20px;
  }
  .section-container {
    margin: 0 auto;
    width: 700px;
    text-align: center;
  }
  .section-title-map {
    font-family: "Oswald", sans-serif;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    gap: 10px;
    letter-spacing: 7px;
    text-shadow: 2px 2px 4px rgb(242, 242, 9);
    margin-bottom: 30px;
  }
}
.main-background-delivery {
  background-image: url(https://b3896692.smushcdn.com/3896692/wp-content/uploads/2025/01/industries-img-home.jpg?lossy=1&strip=1&webp=1);
  background-position: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}

.delivery-section {
  box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
}

.java-delivery {
  margin: 0 auto;
  width: 700px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}

.controls {
  margin: 0 auto;
  width: 300px;
}

.btn-control {
  background-color: antiquewhite;
  border-radius: 15px;
  border: none;
  padding: 5px;
}

.btn-control:hover {
  background-color: rgb(208, 195, 177);
  cursor: pointer;
}

.img-wrapper-location {
  margin: 0 auto;
  display: block;
}

.delivery-p {
  background-color: rgba(63, 61, 61, 0.459);
  color: white;
  padding: 10px;
  border-radius: 15px;
}

@media (max-width: 430px) {
  .main-background-delivery {
    background-image: url(https://b3896692.smushcdn.com/3896692/wp-content/uploads/2025/01/industries-img-home.jpg?lossy=1&strip=1&webp=1);
    background-position: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
  }
  .delivery-section {
    box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
  }
  .java-delivery {
    margin: 0 auto;
    width: 700px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  .controls {
    margin: 0 auto;
    width: 300px;
    flex-direction: column;
    margin-right: 350px;
  }
  .btn-control {
    background-color: antiquewhite;
    border-radius: 15px;
    border: none;
    padding: 5px;
  }
  .btn-control:hover {
    background-color: rgb(208, 195, 177);
    cursor: pointer;
  }
  .img-wrapper-location {
    margin: 0 auto;
    display: block;
    width: 200px;
    margin-left: -150px;
  }
  .delivery-p {
    background-color: rgba(63, 61, 61, 0.459);
    color: white;
    padding: 10px;
    border-radius: 15px;
    width: 200px;
    margin-left: -221px;
  }
}
.parent-feedback {
  display: flexbox;
  flex-wrap: wrap;
}

.body-feedback {
  box-sizing: content-box;
  background-color: rgba(208, 203, 159, 0.689);
  width: 600px;
  height: 70px;
  border-radius: 10px;
  /* padding-left: 100px; */
  margin-left: 500px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.feedback-name {
  color: chocolate;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.paragraph-feedback {
  color: black;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.feedback-form {
  margin-bottom: 20px;
}

.form-feedback {
  border: 1px solid green;
  width: 300px;
  margin: 0 auto;
}

.username-feedback {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  background-color: wheat;
}

.btn-feedback-wrapper {
  margin: 0 auto;
  width: 50px;
  border: 1px solid red;
}

@media (max-width: 430px) {
  .parent-feedback {
    display: flexbox;
    flex-wrap: wrap;
  }
  .body-feedback {
    box-sizing: content-box;
    background-color: rgba(208, 203, 159, 0.689);
    width: 400px;
    height: 70px;
    border-radius: 10px;
    padding-left: 6px;
    margin-left: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 14px;
  }
  .feedback-name {
    color: chocolate;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  }
  .paragraph-feedback {
    color: black;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  }
  .feedback-form {
    margin-bottom: 20px;
  }
  .form-feedback {
    border: 1px solid green;
    width: 300px;
    margin: 0 auto;
  }
  .username-feedback {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    background-color: wheat;
  }
  .btn-feedback-wrapper {
    margin: 0 auto;
    width: 50px;
    border: 1px solid red;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .body-feedback {
    box-sizing: content-box;
    background-color: rgba(208, 203, 159, 0.689);
    width: 600px;
    height: 70px;
    border-radius: 10px;
    /* padding-left: 100px; */
    margin-left: 60px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.monthly-background {
  background-image: url(https://t3.ftcdn.net/jpg/02/52/12/40/360_F_252124067_aCtp9ZD934RboKmjJzkXiwYDL7XkNjpn.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px;
  border-radius: 30px;
}

.monthly-meal {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: center;
  font-size: 15px;
  letter-spacing: 7px;
  text-shadow: 2px 2px 4px rgb(242, 9, 9);
  margin-left: 139px;
}

.container-meal {
  display: flex;
  justify-content: baseline;
  margin-left: 50px;
}

.btn-product-monthly {
  padding: 7px 10px;
  border: none;
  border-radius: 30px;
  background-color: wheat;
  cursor: pointer;
  margin: 0 auto;
  background-color: wheat;
  margin-top: 3px;
  margin-bottom: 40px;
}

.thumb {
  position: relative;
  margin: 10px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  justify-content: center;
  padding: 0 auto;
  display: flex;
  margin-bottom: 30px;
  box-shadow: 10px 10px 10px 10px rgba(21, 20, 20, 0.61);
  display: flex;
  flex-direction: column;
  height: 250px;
}

.monthly-img {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.thumb > .label {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 18px 25px;
  border-bottom-left-radius: 4px;
  background-repeat: no-repeat;
  font-family: sans-serif;
  font-size: 14px;
  background-color: #ffb999;
  color: #000000;
}

.vibrate-1:hover {
  animation: vibrate-1 0.3s linear infinite both;
}

@keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
.Pesto-img {
  background-image: none;
  width: -moz-fit-content;
  width: fit-content;
  background-repeat: no-repeat;
  background-size: cover;
}

.monthly-btn {
  border: none;
  border-radius: 30px;
  background-color: rgb(7, 6, 5);
  cursor: pointer;
  margin: 0 auto;
}

@media (max-width: 430px) {
  .monthly-background {
    background-image: url(https://t3.ftcdn.net/jpg/02/52/12/40/360_F_252124067_aCtp9ZD934RboKmjJzkXiwYDL7XkNjpn.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1200px;
    border-radius: 30px;
  }
  .monthly-meal {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    text-align: center;
    font-size: 15px;
    letter-spacing: 7px;
    text-shadow: 2px 2px 4px rgb(242, 9, 9);
  }
  .container-meal {
    display: flex;
    justify-content: baseline;
    margin-left: 0px;
    flex-direction: column;
  }
  .thumb {
    position: relative;
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    justify-content: center;
    padding: 0 auto;
    display: flex;
    margin-bottom: 30px;
    box-shadow: 10px 10px 10px 10px rgba(21, 20, 20, 0.61);
    display: flex;
    flex-direction: column;
  }
  .monthly-img {
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .thumb > .label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 18px 25px;
    border-bottom-left-radius: 4px;
    background-repeat: no-repeat;
    font-family: sans-serif;
    font-size: 14px;
    background-color: #ffb999;
    color: #000000;
  }
  .vibrate-1:hover {
    animation: vibrate-1 0.3s linear infinite both;
  }
  @keyframes vibrate-1 {
    0% {
      transform: translate(0);
    }
    20% {
      transform: translate(-2px, 2px);
    }
    40% {
      transform: translate(-2px, -2px);
    }
    60% {
      transform: translate(2px, 2px);
    }
    80% {
      transform: translate(2px, -2px);
    }
    100% {
      transform: translate(0);
    }
  }
  .Pesto-img {
    background-image: none;
    width: -moz-fit-content;
    width: fit-content;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .monthly-btn {
    border: none;
    border-radius: 30px;
    background-color: rgb(7, 6, 5);
    cursor: pointer;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .monthly-meal {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    text-align: center;
    font-size: 15px;
    letter-spacing: 7px;
    text-shadow: 2px 2px 4px rgb(242, 9, 9);
    margin-left: -35px;
  }
  .btn-product-monthly {
    padding: 7px 10px;
    border: none;
    border-radius: 30px;
    background-color: wheat;
    cursor: pointer;
    margin: 0 auto;
    background-color: wheat;
    margin-top: 3px;
  }
}
.pizza-background-img {
  background-image: url(https://t4.ftcdn.net/jpg/02/20/62/73/360_F_220627373_FUG7vPGwu7iaeqywbVVDxQeCtrzt3Jp9.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding-bottom: 20px;
}

.pizza-section {
  box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
  margin-top: 30px;
}

.pizza1-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}

.pizza-item {
  border: 1px solid blue;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: rgb(255, 28, 28);
}

.pizza-item:hover {
  box-shadow: inset 0 0 10px 5px rgb(137, 15, 15);
}

.img-wrapper-1 {
  background-image: url("../../img/Pepperoni-pizza-squoosh-1.jpg");
}

.img-wrapper-2 {
  background-image: url("../../img/Hawaiian-Pizza-squosh.jpg");
}

.img-wrapper-3 {
  background-image: url("../../img/maui-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-4 {
  background-image: url("../../img/Margherita-Pizza.jpg");
  background-position: center;
  background-size: 350px;
}

.img-wrapper-5 {
  background-image: url("../../img/bbq-chicken-pizza-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-6 {
  background-image: url("../../img/mushroomtruffle-squosh.jpg");
}

.img-wrapper-7 {
  background-image: url("../../img/tuna-and-onion-pizza-squosh.jpg");
}

.img-wrapper-8 {
  background-image: url("../../img/meatlovers-squosh.jpg");
  background-position: center;
  background-size: 350px;
}

.img-wrapper-9 {
  background-image: url("../../img/vegiepizza-squosh.jpg");
}

.img-wrapper-10 {
  background-image: url("../../img/quortercheese-squosh.jpg");
}

@media (max-width: 430px) {
  .pizza-background-img {
    background-image: url(https://t4.ftcdn.net/jpg/02/20/62/73/360_F_220627373_FUG7vPGwu7iaeqywbVVDxQeCtrzt3Jp9.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding-bottom: 20px;
  }
  .pizza-section {
    box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
    margin-top: 30px;
  }
  .pizza1-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
    margin-left: -40px;
  }
  .pizza-item {
    border: 1px solid blue;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: rgb(255, 28, 28);
  }
  .pizza-item:hover {
    box-shadow: inset 0 0 10px 5px rgb(137, 15, 15);
  }
  .img-wrapper-1 {
    background-image: url("../../img/Pepperoni-pizza-squoosh-1.jpg");
  }
  .img-wrapper-2 {
    background-image: url("../../img/Hawaiian-Pizza-squosh.jpg");
  }
  .img-wrapper-3 {
    background-image: url("../../img/maui-squosh.jpg");
    background-position: center;
    background-size: 300px;
  }
  .img-wrapper-4 {
    background-image: url("../../img/Margherita-Pizza.jpg");
    background-position: center;
    background-size: 350px;
  }
  .img-wrapper-5 {
    background-image: url("../../img/bbq-chicken-pizza-squosh.jpg");
    background-position: center;
    background-size: 300px;
  }
  .img-wrapper-6 {
    background-image: url("../../img/mushroomtruffle-squosh.jpg");
  }
  .img-wrapper-7 {
    background-image: url("../../img/tuna-and-onion-pizza-squosh.jpg");
  }
  .img-wrapper-8 {
    background-image: url("../../img/meatlovers-squosh.jpg");
    background-position: center;
    background-size: 350px;
  }
  .img-wrapper-9 {
    background-image: url("../../img/vegiepizza-squosh.jpg");
  }
  .img-wrapper-10 {
    background-image: url("../../img/quortercheese-squosh.jpg");
  }
}
.main-background-preview {
  background-image: url(https://media-cdn.tripadvisor.com/media/photo-m/1280/28/1a/b8/39/early-mornings-at-madison.jpg);
  background-position: center;
  border-radius: 20px;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.preview-section {
  box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
}

.iframe-video {
  margin: 0 auto;
  width: 560px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.preview-video {
  border-radius: 30px;
}

@media (max-width: 430px) {
  .main-background-preview {
    background-image: url(https://media-cdn.tripadvisor.com/media/photo-m/1280/28/1a/b8/39/early-mornings-at-madison.jpg);
    background-position: center;
    border-radius: 20px;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  .preview-section {
    box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
  }
  .iframe-video {
    width: 560px;
    border-radius: 30px;
    margin-bottom: 30px;
  }
  .preview-video {
    border-radius: 30px;
    width: 300px;
    margin-left: 50px;
  }
}
.soda-gradient {
  background-image: repeating-radial-gradient(circle, blue, blue 10px, rgb(4, 4, 108) 10px, rgb(4, 4, 108) 20px);
  padding: 20px;
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 15px;
}

.soda-background-img {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQoX0wLJKSdumFyrnNRZPIzPrZnofqAWpEv7A&s);
  border-radius: 15px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.soda-section {
  box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
}

.soda-list1 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  padding-left: 0;
  text-align: center;
}

.soda2-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  padding-left: 0;
  text-align: center;
}

.popularsoda-item {
  border: 1px solid rgb(0, 140, 255);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: rgb(0, 208, 255);
}

.popularsoda-item:hover {
  box-shadow: inset 0 0 10px 5px rgb(0, 140, 255);
}

.btn-productsoda {
  border: 1px solid rgb(2, 158, 243);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: rgb(38, 41, 246);
  color: var(--header-color);
}

.btn-productsoda:hover {
  background-color: rgb(18, 20, 137);
}

.img-wrapper-25 {
  background-image: url("../../img/cocacola-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-26 {
  background-image: url("../../img/pepsi-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-27 {
  background-image: url("../../img/Sprite-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-28 {
  background-image: url("../../img/fanta-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-29 {
  background-image: url("../../img/sevenup-squosh.jpg");
  background-position: center;
  background-size: 400px;
}

.img-wrapper-30 {
  background-image: url("../../img/colazero-squosh.jpg");
  background-position: center;
  background-size: 350px;
}

.img-wrapper-31 {
  background-image: url("../../img/pepsizero-squosh.jpg");
  background-position: center;
  background-size: 200px;
}

.main-background-table {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSYRlXV1wlp6er1VdWib8ioTICfU6boJ7SH8JPwS8hzGuVDBfBto8ZPd5xulJkP7e9d1vY&usqp=CAU);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1200px;
  border-radius: 15px;
}

.table-section {
  box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
}

.wrapper-table {
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

table caption {
  text-align: left;
}

table {
  border-collapse: collapse;
  background-color: rgba(62, 61, 61, 0.305);
}

table th,
table td {
  padding: 10px;
  width: 500px;
  color: white;
}

.table {
  width: 500px;
}

.table-delivery {
  text-align: center;
}

.table-section {
  box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
}

@media (max-width: 430px) {
  .main-background-table {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSYRlXV1wlp6er1VdWib8ioTICfU6boJ7SH8JPwS8hzGuVDBfBto8ZPd5xulJkP7e9d1vY&usqp=CAU);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1200px;
    border-radius: 15px;
  }
  .table-section {
    box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
  }
  .wrapper-table {
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 72px;
  }
  table caption {
    text-align: left;
  }
  table {
    border-collapse: collapse;
    background-color: rgba(62, 61, 61, 0.305);
  }
  table th,
  table td {
    padding: 10px;
    width: 500px;
    color: white;
  }
  .table {
    width: 200px;
  }
  .table-delivery {
    text-align: center;
  }
  .table-section {
    box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
  }
}
.tea-gradient {
  background-image: repeating-radial-gradient(circle, rgb(107, 57, 30), rgb(107, 57, 30) 10px, rgb(76, 41, 22) 10px, rgb(76, 41, 22) 20px);
  padding: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 15px;
  font-size: 30px;
}

.tea-background-img {
  background-image: url(https://www.rishi-tea.com/cdn/shop/files/Rishi-PDP-Preparation-EarlGreySupreme_0f6cd3dd-d2b7-4ea5-b5ba-c9f0b93be857_800x.jpg?v=1690396612);
  padding-bottom: 20px;
  border-radius: 15px;
  padding-top: 20px;
}

.tea-section {
  box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
}

.tea1-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  padding-left: 0;
  text-align: center;
}

.tea2-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  padding-left: 0;
  text-align: center;
}

.populartea-item {
  border: 1px solid blue;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: rgb(96, 49, 0);
}

.populartea-item:hover {
  box-shadow: inset 0 0 10px 5px rgb(52, 27, 1);
}

.img-wrapper-15 {
  background-image: url("../../img/matchatea-squosh.jpg");
  background-position: center;
}

.img-wrapper-16 {
  background-image: url("../../img/Jasmine-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-17 {
  background-image: url("../../img/Oolongtea-squosh.jpg");
}

.img-wrapper-18 {
  background-image: url("../../img/rooibostea-squosh.jpg");
  background-size: 350px;
}

.img-wrapper-19 {
  background-image: url("../../img/Masala-Chai-Tea-squosh.jpg");
}

.img-wrapper-20 {
  background-image: url("../../img/Peppermint-squosh.jpg");
}

.img-wrapper-21 {
  background-image: url("../../img/Chamomile-tea-squosh.jpg");
}

.img-wrapper-22 {
  background-image: url("../../img/Earl-Grey-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-23 {
  background-image: url("../../img/Green_tea-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

.img-wrapper-24 {
  background-image: url("../../img/blacjtea-squosh.jpg");
  background-position: center;
  background-size: 300px;
}

@media (max-width: 430px) {
  .tea-gradient {
    background-image: repeating-radial-gradient(circle, rgb(107, 57, 30), rgb(107, 57, 30) 10px, rgb(76, 41, 22) 10px, rgb(76, 41, 22) 20px);
    padding: 20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 15px;
    font-size: 30px;
  }
  .tea-background-img {
    background-image: url(https://www.rishi-tea.com/cdn/shop/files/Rishi-PDP-Preparation-EarlGreySupreme_0f6cd3dd-d2b7-4ea5-b5ba-c9f0b93be857_800x.jpg?v=1690396612);
    padding-bottom: 20px;
    border-radius: 15px;
    padding-top: 20px;
  }
  .tea-section {
    box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
  }
  .tea1-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    padding-left: 0;
    text-align: center;
  }
  .tea2-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    padding-left: 0;
    text-align: center;
  }
  .populartea-item {
    border: 1px solid blue;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background-color: rgb(96, 49, 0);
  }
  .populartea-item:hover {
    box-shadow: inset 0 0 10px 5px rgb(52, 27, 1);
  }
  .img-wrapper-15 {
    background-image: url("../../img/matchatea-squosh.jpg");
    background-position: center;
  }
  .img-wrapper-16 {
    background-image: url("../../img/Jasmine-squosh.jpg");
    background-position: center;
    background-size: 300px;
  }
  .img-wrapper-17 {
    background-image: url("../../img/Oolongtea-squosh.jpg");
  }
  .img-wrapper-18 {
    background-image: url("../../img/rooibostea-squosh.jpg");
    background-size: 350px;
  }
  .img-wrapper-19 {
    background-image: url("../../img/Masala-Chai-Tea-squosh.jpg");
  }
  .img-wrapper-20 {
    background-image: url("../../img/Peppermint-squosh.jpg");
  }
  .img-wrapper-21 {
    background-image: url("../../img/Chamomile-tea-squosh.jpg");
  }
  .img-wrapper-22 {
    background-image: url("../../img/Earl-Grey-squosh.jpg");
    background-position: center;
    background-size: 300px;
  }
  .img-wrapper-23 {
    background-image: url("../../img/Green_tea-squosh.jpg");
    background-position: center;
    background-size: 300px;
  }
  .img-wrapper-24 {
    background-image: url("../../img/blacjtea-squosh.jpg");
    background-position: center;
    background-size: 300px;
  }
}
.welcome {
  text-align: center;
  background-color: rgba(250, 235, 215, 0.41);
}

.main-title {
  text-align: center;
  font-family: "Savate", sans-serif;
  font-size: 50px;
  letter-spacing: 7px;
  text-shadow: 2px 2px 4px rgb(242, 9, 9);
}

.tracking-in-expand-fwd {
  animation: tracking-in-expand-fwd 3s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.main-photo {
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.3607843137);
}

.scale-in-center {
  animation: scale-in-center 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.restoraunt-description {
  font-family: "Roboto Mono", monospace;
  background-color: rgb(149, 120, 65);
  border-radius: 5px;
  box-shadow: 3px 3px 3px 5px rgba(0, 0, 0, 0.253);
  margin-top: 30px;
  margin-bottom: 30px;
}

.restoraunt-description::first-letter {
  font-size: 30px;
  color: red;
}

.restoraunt-description::-moz-selection {
  color: white;
  background-color: black;
}

.restoraunt-description::selection {
  color: white;
  background-color: black;
}

.video {
  border-radius: 30px;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.338);
}

.gallery {
  font-size: 30px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  box-shadow: #fff;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .video {
    border-radius: 30px;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.338);
    width: 760px;
  }
}
.main-background-location {
  background-image: url(https://images.unsplash.com/photo-1518739745383-0ef26e9dd7fd?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZSUyMGV4dGVyaW9yfGVufDB8fDB8fHww);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px;
  border-radius: 20px;
}

.location-section {
  box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
}

.location-text {
  color: white;
}

.iframe-location {
  margin: 0 auto;
  width: 600px;
}

.location-map {
  border-radius: 30px;
}

@media (max-width: 430px) {
  .main-background-location {
    background-image: url(https://images.unsplash.com/photo-1518739745383-0ef26e9dd7fd?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8Y2FmZSUyMGV4dGVyaW9yfGVufDB8fDB8fHww);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1200px;
    border-radius: 20px;
  }
  .location-section {
    box-shadow: 15px 15px 20px 5px rgba(127, 111, 111, 0.562);
  }
  .location-text {
    color: white;
  }
  .iframe-location {
    margin: 0 auto;
    width: 600px;
  }
  .location-map {
    border-radius: 30px;
    width: 350px;
    margin-left: 24px;
  }
}/*# sourceMappingURL=main.css.map */