@import url("https://fonts.googleapis.com/css2?family=Rochester&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rochester&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --g-head: rgb(255, 255, 255);
  --red: rgb(231, 36, 36);
  --white: rgb(255, 255, 255);
  --g-bg: rgb(32, 32, 32);
  --bg-gray: rgba(0, 0, 0, 0.095);
  --text-p: rgb(119, 119, 119);
  --text-price: rgb(79, 79, 79);
  --menu-title: rgb(68, 68, 68);
  --address-bg: rgb(51, 51, 51);
  --address-text: rgb(170, 170, 170);
  --link-page-button: rgb(14, 107, 31);
  --form-bg-color: rgba(255, 255, 255, 0.2);
}

body {
  text-align: center;
  padding: 0 auto;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Open Sans", serif;
}

.pagecenter {
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 85%;
}

.wrapper {
  float: none;
  min-width: 1140px;
  padding: 0 auto;
}

.line {
  width: 2em;
  border: 1px solid var(--red);
  text-align: left;
}

.link {
  background-color: var(--link-page-button);
  color: rgb(3, 218, 3);
  text-decoration: none;
  padding: 12px 25px;
  margin: 0;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
}
.link:hover {
  background-color: brown;
  color: white;
}

/* header */

.header {
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding-top: 1em;
}

.header a{
  text-decoration: none;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  margin: 0px 40px;
}

/* hero-section */

.hero-section {
  
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgb(0 0 0 / 40%) 100%
    ),
    url(../images/images/intro-bg.jpg);
    /* background: url(../images/images/intro-bg.jpg); */
    width: 100%;
    background-size: 100% 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .hero-section-text {
    padding: 5em;
  }
  .hero-section-text h1 {
  font-family: "Rochester", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 13em;
  margin: 0px;
  color: white;
  padding-top: 80px;
}
.hero-section-text p{
  color: white;
  font-size: 20px;
}




/* specials */

.spl_title {
  float: left;
  width: 100%;
  padding: 120px 0px;
}

.spl_title h4 {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: var(--black);
}

.spl-item1,
.spl-item2 {
  float: left;
  width: 33.3%;
  text-align: center;
}

.spl-item3 {
  float: right;
  width: 33.3%;
  text-align: center;
}

.spl-item1 h3,
.spl-item2 h3,
.spl-item3 h3 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.spl-item1 img,
.spl-item2 img,
.spl-item3 img {
  width: 75%;
}
.spl-item1 p,
.spl-item2 p,
.spl-item3 p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-p);
  padding: 20px 40px;
}

/* story */

.story {
  float: left;
  width: 100%;
  /* padding: 1em 0em 7em 0em ; */
  background-color: var(--bg-gray);
}

.story-sec1 {
  float: left;
  width: 50%;
  background-image: url(../images/images/gallery-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 40em;
}

.story-sec2 {
  float: right;
  width: 45%;
}

.story-sec2 h3 {
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
  padding: 2em 1em 1em 0em;
  text-align: left;
}

.story-sec2 p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: var(--text-p);
  padding: 0em 10em 0em 2em;
}

/* menu */

.menu {
  float: left;
  width: 70%;
  margin: auto 15%;
  padding: 3em 0em;
}

.menu h2,
.menu-1 h3 {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--black);
}
.menu-1 h3 {
  font-size: 32px;
}

.menu-1 {
  float: left;
  width: 50%;
  padding: 2em 0em;
}

.dishes {
  float: left;
  width: 100%;
  display: inline;
  padding: 1em 2em;
}

.dishes-name h5 {
  font-size: 30px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-family: "Open Sans", serif;
  font-size: 19px;
  font-weight: 400;
  color: var(--menu-title);
}
.dishes-name p {
  float: left;
  padding: 0px 0px 2px 0px;
  width: 80%;
  text-align: left;
  /* font-family: "Open Sans", sans-serif; */
  color: var(--text-p);
}
.dishes-price {
  width: 20%;
  float: right;
  font-size: 20px;
  color: var();
}

/* gallery */

.gallery {
  text-align: left;
  float: left;
  width: 100%;
}

.img-gallery li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

.img-gallery li img {
  width: 24%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

/* chef */

.chef {
  display: inline;
  float: left;
  width: 100%;
  padding: 5em 0em;
}
.chef-sec1 {
  float: left;
  width: 50%;
}
.chef-sec1 h3 {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
  padding: 1em 0em 0em 1em;
}

.chef-sec1 p {
  /* font-family: "Open Sans", sans-serif; */
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: var(--text-p);
  padding: 1em 5em 0em 15em;
}

.chef-sec2 {
  float: right;
  width: 45%;
  padding: 4em 3em 4em 0em;
}

/* contant */

.contant {
  float: left;
  width: 100%;
  background-color: var(--address-bg);
  padding: 120px 0px;
  display: block;
}
.cont-1,
.cont-2 {
  display: inline-block;
  width: 33%;
}
.cont-3 {
  float: right;
  width: 33%;
}

.cont-1,
.cont-2,
.cont-3,
.message {
  color: var(--address-text);
}
.cont-1 h5,
.cont-2 h5,
.cont-3 h5,
.message {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
.cont-1 p,
.cont-2 p,
.cont-3 p {
  font-size: 0px;
  font-size: 5px;
}
.form input,
.message-textarea {
  width: 22em;
  padding: 6px 12px;
  margin: 1em;
  height: 2em;
  font-size: 16px;
  background-color: var(--form-bg-color);
  border: none;
}
.message {
  margin-top: 3em;
}

.message-textarea {
  height: 177px;
  width: 50em;
}

::placeholder {
  font-size: 25px;
}

/* footer */
.footer {
  float: left;
  width: 100%;
  background: var(--g-bg);
  color: var(--white);
  padding: 2em 0em;
}

.footer-left {
  float: left;
  width: 50%;
  text-align: center;
}
.footer-right {
  float: right;
  width: 50%;
  text-align: center;
}

.footer-left p {
  font-size: 16px;
  font-weight: 400;
}

.media-icons li {
  display: inline;
  margin: 0px 20px;
  font-size: 25px;
  color: var(--g-head);
  /* padding: 0.8em 1em; */
  /* border: 1px solid var(--white); */
  /* border-radius: 50%; */
}

@media (max-width: 767px) {


  .spl_title {
    padding: 0;
  }

  .spl-item1,
  .spl-item2,
  .spl-item3 {
    width: 100%;
    text-align: center;
  }

  .story-sec2 p {
    padding: 0 1em;
  }

  .menu {
    width: 100%;
    margin: auto;
  }

  .menu-1 {
    width: 100%;
  }

  .chef-sec1 p {
    padding: 1em;
  }

  .chef-sec2 {
    width: 100%;
    padding: 1em;
  }

  .cont-1,
  .cont-2,
  .cont-3 {
    width: 100%;
    text-align: center;
  }
  .img-gallery li img {
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    margin: 0px;
  }

  .message-textarea {
    width: 100%;
  }

  .chef-sec1 {
    width: 100%;
  }
}

/* js */


/* to top button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}



       /* accordian */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



/* navbar */



.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
    color: #444;
  }
}

/* sticky social bar */

.icon-bar {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  border-radius: 25% 0% 0% 25%;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

