* {
  margin: 0;
  padding: 0;
}

.main {
  width: 100%;
}

.main-main {
  width: 100%;
  padding-top: 0px;
}

.banner {
  width: 100%;
  height: 300px;
  background-image: url('../images/Screenshot 2022-09-14 at 7.46.49 AM.png');
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}

.banner-main {
  width: 100%;
}

.vertical {
  padding: 40px 5px;
  display: table-cell;
  vertical-align: middle;
}

.vertical h2 {
  font-size: 26px;
  color: #fff;
  text-align: left;
  text-shadow:2px 2px 1px #000;
  line-height: 50px;
  padding: 0 4%;
  font-weight: 100;
}

.btn-btn {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-top: 10px;
}

.bt {
  text-decoration: none;
  border: 1px solid red;
  width: 40%;
  float: left;
  padding: 5px 10px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #333;
  text-align: center;
  border-radius: 5px;
}

.bt:hover {
  opacity: 0.7;
  cursor: pointer;
}

.how {
  display: none;
  margin: 0 auto;
  width: 96%;
}

.how-main {
  width: 100%;
  margin-top:50px;
}

.how-main h2 {
  text-align: center;
  font-size:14px;
  padding-bottom: 10px;
}

.box {
  width: 32%;
  float: left;
  margin-right: 1.3%;
}

.box-main {
  width: 100%;
}

.box-main p {
  text-align: center;
  font-size:12px;
  color: #CF2E2E;
}

span {
  font-size:100px;
}

.restaurant {
  width: 94%;
  float: left;
  margin-top: 20px;
  margin: 0 3%;
  margin-bottom: 0px;

}

.restuarant-main {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0px 10px;
}

.restuarant-main h2 {
  font-size: 16px;
  font-weight: 500;
  font-family: impact;
}

.main-sponsored {
  margin: 0 auto;
  width: 90%;
}

.sponsored h2 {
  color: red;
  text-align: center;
  font-size: 18px;
  padding-bottom: 10px;
  color: #CF2E2E;
}

.sponsored a {
  color: red;
  text-align: center;
  font-size: 18px;
}

.sponsored-links {
  margin-bottom: 10px;
}

.sponsored-links img {
  border-radius: 5px;
}

.restaurant-main a {
  text-decoration: none;
  background-color: none;
}

.restaurant-main a:hover {
  opacity: 0.7;
}

.restuarant-details {
  margin-top: 10px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  padding-bottom: 20px;
  float: left;
}

.restuarant-image {
  width: 30%;
  float: left;
  height: 90px;
}

.restuarant-image img {
  width: 100%;
  height: 100%;
  border-radius: 10%;
}

.restaurant-title {
  width: 51%;
  margin-left: 2%;
  float: left;
}

.restuarant-title-main {
  width: 100%;
  margin-top: 40px;
}

.restuarant-title-main h3 {
  color: #333;
  font-size: 17px;
}

.restuarant-title-main p {
  font-size:12px;
  color: #555;
}

.btn {
  width: 15%;
  float:left;
}

.btn-main {
  width: 100%;
  padding-top: 50px;
}

.open {
  width: 100%;
  background-color: #3B8017;
  padding: 5px 5px;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  border-radius: 5px;
}

.rest-down {
  width: 100%;
  border-radius: 1px solid green;
  float: left;
}

.rest-down-main {
  margin-top: 10px;
}

.rest-down-main h5 {
  font-weight: 500;
  font-size:12px;
  padding-bottom: 5px;
}

.rest-down-main h6 {
  color: #DDA62A;
}

.buy-prod form h1 {
  text-align: center;
  color: #2E2929;
  font-weight: 600;
  font-size: 24px;
  margin-top: 0px;
}

.recommend-main p {
  text-align: center;
  padding-bottom: 20px;
  font-size: 14px;
}

.recommend-main h2 {
  text-align: center;
  color: #2E2929;
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.recommend {
  margin: 0 auto;
  width: 90%;
}

.recommend-main {
  padding-top: 50px;
  width: 100%;
  float: left;
}

.recommend-main form label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}

.recommend-main form label span {
  color: red;
}

.recommend-main form input {
  width: 100%;
  font-size: 16px;
  height: 40px;
  border: 1px solid #ddd;
  margin-top: 10px;
  padding: 0 5%;
  margin-bottom: 20px;
}

.recommend-main form textarea {
  width: 100%;
  font-size: 16px;
  height: 100px;
  border: 1px solid #ddd;
  margin-top: 10px;
  padding: 0 5%;
  margin-bottom: 20px;
}

.recommend-main form select {
  width: 100%;
  font-size: 16px;
  height: 40px;
  border: 1px solid #ddd;
  margin-top: 10px;
  padding: 0 5%;
  margin-bottom: 20px;
}

.recommend-main form button {
  width: 100%;
  height: 40px;
  border: 1px solid #eeee;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #FC7312;
  color: #fff;
}

.recommend-main form button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.v {
  display: none;
}

.r-pc {
  display: none;
}

.town {
  margin: 0 auto;
  width: 98%;
}

.town-main {
  width: 100%;
  margin-top: 10px;
}

.town-main a {
  background-color: #CF2E2E;
  color: #fff;
  display: flex;
  margin-bottom: 10px;
  padding: 15px 30px;
  flex-direction: row;
  text-decoration: none;
  border-radius:5px;
  width: 100%;
  cursor: pointer;
}

.town-main a:hover {
  opacity: 0.7;
}

#i {
  margin-left: 50%;
}

#i2 {
  margin-left: 66%;
}

.col-side {
 width: 100%;
 float: left;
 margin-top: 30px;
 margin-bottom: 50px;
 background-color: #fff;
 height: 50%;
 width: 96%;
 padding: 0 2%;
 border-bottom: 1px solid #eee;
}

.col-side h2 {
 margin-bottom: 13px;
 font-size: 12px;
 font-weight: 600;
 color: #FC7312;
}

.col-side ul {
 float: left;
 height: 100%;
 margin-bottom: 20px;

}

.col-side ul li {
 float: left;
 list-style: none;
}

.col-side ul li a {
 padding: 10px 6px;
 display: block;
 border: 0.5px solid #ddd;
 text-decoration: none;
 color: #333;
 cursor: pointer;
 font-size: 10.5px;
}

.col-side ul li a:hover {
 padding: 10px 10px;
 display: block;
 border: 1px solid #f1f1f1;
 text-decoration: none;
 background-color: #FC7312;
 color: #fff;
}


footer {
  border-top: 1px solid #eee;
  text-align: center;
  color: #333;
  padding: 20px;
  bottom: 0;
  width: 100%;

  /* position: fixed;
  z-index: 1; */
}

footer p {
  padding-top: 10px;
  font-size: 14px;
}

footer p a {
  text-decoration: none;
  color: #333;
}

footer p a img {
  width: 126px;
  height: 37px;
}

/*OFFER DESIGN*/
.offer {
    width: 100%;
    margin-top: 10px;
}

.offer-main {
    height: 100%;
    float: left;
    width: 100%;
    background-color: #eee;
}

.offer-main h2 {
    margin-left: 6px;
    font-weight: 500;
    font-size: 18px;
    font-family: impact;
    margin-top: 20px;
    color: #F54748;
}

.offer-details {
    padding: 5px;
    width: 50%;
    float: left;
}

.offer-details-main {
    width: 35%;
    float: left;
    height: 120px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
}

.offer-details-main {
    width: 100%;
}

.offer-image {
    width: 45%;
    float: left;
    height: 65px;
    padding: 0 4%;
    
}

.offer-image img {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    background-repeat: no-repeat;
      background-position:center;
      background-size: cover;
      border-radius: 10%;
}

.offer-content {
    float: left;
    width: 50%;
    margin-top: 5px;
}

.offer-content-main {
    width: 100%;
}

.offer-content-main h1 {
    font-size: 12px;
}

.offer-content-main p {
    font-size: 12px;
}

.btn-d {
  width: 100%;
  float:left;
  margin-bottom: 10px;
}

.btn-main-d {
  width: 100%;
}

.open-d {
  width: 100%;
  background-color: #3B8017;
  padding: 5px 5px;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  border-radius: 5px;
}



@media only screen and (min-width: 1000px) {
  * {
    margin: 0;
    padding: 0;
  }

  body, html {

  }

  .main {
    width: 100%;
  }

  .main-main {
    width: 100%;
    padding-top: 0px;
  }

  .banner {
    width: 100%;
    height: 100%;
    background-image: url('../images/Screenshot 2022-03-28 at 10.48.22 PM.png');
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
  }

  .banner-main {
    width: 100%;
  }

  .vertical {
    padding-top: 50px;
    display: table-cell;
    vertical-align: none;
    display: none;
  }

  .v {
    padding-top: 5%;
    padding-left: 10%;
    width: 62%;
    padding-bottom: 5%;
  }

  .v h3 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 20px;
  }

  .v p {
    color: #f1f1f1;
    font-size: 23px;
    margin-bottom: 50px;
  }

  .v a {
    padding-top: 10px;
    padding: 20px 60px;
    margin-right: 10px;
    font-size: 16px;
  }

  .place-order {
    color: #fff;
    text-decoration:none;
    background-color: #CF2E2E;
    border-radius:5px;
  }

  .place-order:hover {
    background-color: #000;
  }

  .find-restaurant {
    color: #fff;
    text-decoration:none;
    background-color: #000;
    border-radius:5px;
  }

  .find-restaurant:hover {
    opacity: 0.8;
  }


  .how {
    margin: 0 auto;
    width: 96%;
    display: none;
  }

  .restaurant {
    width: 100%%;
    float: left;
    margin-top: 20px;
    margin: 0 3%;
    margin-bottom: 50px;
  }

  .restuarant-main {
    margin: 0 auto;
    width: 95%;
    margin-top: 20px;
  }

  .restuarant-main h2 {
    font-size: 24px;
  }

  .restaurant-main a {
    text-decoration: none;
    background-color: none;
  }

  .restaurant-main a:hover {
    opacity: 0.7;
  }

  .restuarant-details {
    margin-top: 10px;
    width: 23%;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
    padding: 0px;
    padding-bottom: 20px;
    float: left;
    border: 1px solid #eee;
    margin-right: 2%;
  }

  .restuarant-image {
    width: 100%;
    float: left;
    height: 220px;
    border: none;
  }

  .restuarant-image img {
    width: 100%;
    height: 100%;
    border-radius: 0%;

  }

  .restaurant-title {
    width: 100%;
    margin-left: 2%;
    float: left;
  }

  .restuarant-title-main {
    width: 100%;
    margin-top: 10px;
  }

  .restuarant-title-main h3 {
    color: #333;
    font-size: 20px;
  }

  .restuarant-title-main p {
    font-size:12px;
    color: #555;
  }

  .r {
    display: none;
  }

  .r-pc {
    display: block;
  }

  .btn {
    width: 100%;
    float:left;
    margin-top: 5px;
  }

  .btn-main {
    width: 100%;
    padding-top: 0px;
  }

  .open {
    width: 100%;
    background-color: #3B8017;
    padding: 5px 5px;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    border-radius: 5px;
  }

  .re {
    width: 100%;
    background-color: none;
    padding: 5px 5px;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    border-radius: 5px;
    border: 1px solid #000;
  }

  .re:hover {
    background-color: #000;
    color: #fff;
  }

  .rest-down {
    width: 100%;
    border-radius: 1px solid green;
    float: left;
  }

  .rest-down-main {
    margin-top: 0px;
  }

  .rest-down-main h5 {
    font-weight: 500;
    font-size:12px;
    padding-bottom: 5px;
  }

  .rest-down-main h6 {
    color: #DDA62A;
  }

  .buy-prod form h1 {
    text-align: center;
    color: #2E2929;
    font-weight: 600;
    font-size: 24px;
    margin-top: 0px;
  }

  .recommend-main p {
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .recommend-main h2 {
    text-align: center;
    color: #2E2929;
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .recommend {
    margin: 0 auto;
    width: 90%;
  }

  .recommend-main {
    padding-top: 50px;
    width: 100%;
    float: left;
  }

  .recommend-main form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
  }

  .recommend-main form label span {
    color: red;
  }

  .recommend-main form input {
    width: 100%;
    font-size: 16px;
    height: 40px;
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 0 5%;
    margin-bottom: 20px;
  }

  .recommend-main form textarea {
    width: 100%;
    font-size: 16px;
    height: 100px;
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 0 5%;
    margin-bottom: 20px;
  }

  .recommend-main form select {
    width: 100%;
    font-size: 16px;
    height: 40px;
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 0 5%;
    margin-bottom: 20px;
  }

  .recommend-main form button {
    width: 100%;
    height: 40px;
    border: 1px solid #eeee;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #FC7312;
    color: #fff;
  }

  .recommend-main form button:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .v {
    display: block;
  }

  footer {
    display: none
  }

}

/*Popup*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body{
  min-height: 100vh;
}

.popup-screen{
  z-index: 999999;
  position: fixed;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 0.5s ease;
  transition-property: visibility;
}

.popup-screen.active{
  visibility: visible;
}

.popup-box{
  position: relative;
  background: #fff;
  backdrop-filter: blur(10px);
  max-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px;
  padding: 10px 40px;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  transform: scale(0);
  transition: 0.5s ease;
  transition-property: transform;
}

.popup-screen.active .popup-box{
  transform: scale(1);
}

.popup-box h2{
  font-size: 2.1em;
  font-weight: 800;
  margin-bottom: 20px;
}

.popup-box p{
  font-size: 1em;
  margin-bottom: 30px;
}

.popup-box .btn{
  color: #fff;
  background: red;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 27px;
  border-radius: 3px;
}

.close-btn{
  position: absolute;
  font-size: 1em;
  top: 0;
  right: 0;
  margin: 15px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s ease;
  transition-property: opacity;
}

.close-btn:hover{
  opacity: 1;
}

section{
  padding: 50px 100px;
}

.home{
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image{
  position: relative;
  width: 45%;
  min-height: 450px;
}

.image img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.info{
  position: relative;
  width: 52%;
}

.info h2{
  font-size: 2em;
  font-weight: 800;
}

.info p{
  font-size: 1em;
  text-align: justify;
  margin-top: 10px;
}

@media (max-width: 990px){
  section{
    padding: 50px 30px;
  }

  .home{
    display: block;
  }

  .image{
    width: 100%;
  }

  .info{
    width: 100%;
    margin-top: 15px;
  }
}
