*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
/* Modal Open Button */
#open {
  border: none;
  padding: 10px 16px;
  background:#966c5fb8;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
  cursor: pointer;
}


.feedback {
    position: fixed;
    top: 84px;
    right: -313px;
    background: #ff0202;
    width: 303px;
    border-radius: 10px 0px 0px 10px;
    padding-right: 20px;
    z-index: 100;
}
.feedback button {
    display: inline-block;
    padding: 15px 24px!important;
    float: right;
    position: absolute;
    top: 125px;
    left: -123px;
    background: rgb(236, 43, 48);
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    transform: rotate(
90deg
);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
   
}
.feedback2 {
    position: fixed;
    top: 100px;
    right: -303px;
    background: #ff0202;
    width: 303px;
    border-radius: 10px 0px 0px 10px;
    padding-right: 20px;
    z-index: 100;
}
.feedback2 button {
    display: inline-block;
    padding: 15px 24px!important;
    float: right;
    position: fixed;
    background: rgb(236, 43, 48);
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    transform: rotate(
90deg
);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    right: -58px;
    top: 417px;
    z-index: 9999;
}

/* My Modal */
.modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  height: 63vh;
  background: rgba(0, 0, 0, 0.75);
}


.modal_header,
.modal_body,
.modal_footer {
  width: 80vw;
  padding: 20px;
  background: #1b1c22;
  color: #dddede;
}

.modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.modal_header b {
  text-transform: uppercase;
}

.modal_header .header_title span {
  background: #e96008;
  color: #ffffff;
  padding: 7px 13px;
  margin-left: 5px;
  border-radius: 50px;
  font-weight: 700;
}

.modal_header .close {
  border: none;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  background: #2d2f39;
}

.modal_header .close svg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_body {
  position: relative;
}

.form-field{
max-width: 12.66667%;
}

.form-group input{
    color:#fff;
}
.modal_header, .modal_body, .modal_footer {

    background: #0000008c!important;
 
}

.modal iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.form-group input { color: #000; background-color: #fff; }
.modal_footer {
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 5px 5px;
}

/*modal2*/
#open2 {
  border: none;
  padding: 10px 16px;
  background:#966c5fb8;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
  cursor: pointer;
}


.feedback {
    position: fixed;
    top: 84px;
    right: -313px;
    background: #ff0202;
    width: 303px;
    border-radius: 10px 0px 0px 10px;
    padding-right: 20px;
    z-index: 100;
}
.feedback button {
    display: inline-block;
    padding: 15px 24px!important;
    float: right;
    position: absolute;
    top: 125px;
    left: -123px;
    background: rgb(236, 43, 48);
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    transform: rotate(
90deg
);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
   
}
.feedback2 {
    position: fixed;
    top: 100px;
    right: -303px;
    background: #ff0202;
    width: 303px;
    border-radius: 10px 0px 0px 10px;
    padding-right: 20px;
    z-index: 100;
}
.feedback2 button {
    display: inline-block;
    padding: 15px 24px!important;
    float: right;
    position: fixed;
    background: rgb(236, 43, 48);
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    transform: rotate(
90deg
);
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    right: -58px;
    top: 417px;
    z-index: 9999;
}

/* My Modal */
.modal2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}


.modal_header2,
.modal_body2,
.modal_footer2 {
/*  width: 80vw;*/
  padding: 20px;
  background: #1b1c22;
  color: #dddede;
}

.modal_header2 {
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
  border-radius: 10px 10px 0 0;
}

.modal_header2 b {
  text-transform: uppercase;
}

.modal_header2 .header_title2 span {
  background: #e96008;
  color: #ffffff;
  padding: 7px 13px;
  margin-left: 5px;
  border-radius: 50px;
  font-weight: 700;
}

.modal_header2 .close2 {
  border: none;
  padding: 5px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  background: #2d2f39;
}

.modal_header2 .close2 svg {
/*  display: flex;
  justify-content: center;
  align-items: center;*/
}

.modal_body2 {
  position: absolute;
}

.form-field2{
max-width: 12.66667%;
}

.form-group input{
    color:#fff;
}
.modal_header2, .modal_body2, .modal_footer2 {

    /*background: #0000008c!important;*/
     position: relative;
 
}

.modal2 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal_footer2 {
  /*display: flex;
  justify-content: space-between;*/
  border-radius: 0 0 5px 5px;
}


.modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    margin-top: 73px;
    margin-left: 100px;
}
.modal2 {
    margin-top: 73px;
}

@media only screen and (max-width: 600px) {
  .modal {
     margin-left: 0px;
  }
	.contact-form .form-field {
    position: relative!important;
    margin:  0px!important;
}
}
@media only screen and (max-width: 480px) {
  .modal {
     margin-left: 0px;
  }
	.contact-form .form-field {
    position: relative!important;
    margin:  0px!important;
}
}
@media only screen and (max-width: 320px) {
  .modal {
     margin-left: 0px;
  }
	.contact-form .form-field {
    position: relative!important;
    margin:  0px!important;
}
}



/* foodmenu */

.book-wrapper {
  position: relative;
  margin: 2% auto;
  width: 670px;
}
.book-wrapper img {
      filter: drop-shadow(15px 5px 5px #494338);
}
.pages-container {
    position: absolute;
    top: 4%;
    left: 3%;
    right: 0;
    bottom: 0;
    width: 91.5%;
    height: 91%;
}

.pages {

}
.pages [class^="page-num-"] {
	background-image: url("https://img00.deviantart.net/cbb9/i/2005/258/c/4/paper_texture_v5_by_bashcorpo.jpg");
   background-size: auto 100%;
  position: relative;
}


.pages-content {
    text-align: center;
      position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10%;
}

.content-inner {
      text-align: center;
    display: table-cell;
    vertical-align: middle;
}


.book-wrapper {
   user-select: none;
}


.page-num-1 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-2 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-3 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-4 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-5 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-6 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-7 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-8 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-9 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-10 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-11 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-12 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-13 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-14 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page-num-15 .pages-background {
    background: linear-gradient( rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(https://openclipart.org/image/2400px/svg_to_png/242093/Vintage-Floral-Texture-Background.png);
    background-size: cover;
/*     opacity: 0.2; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}