@font-face {
  font-family: "Vazir";
  src: url("../fonts/vazir.eot") format("eot"), url("../fonts/vazir.woff2") format("woff2"),
    url("../fonts/vazir.woff") format("woff"), url("../fonts/vazir.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Vazir";
}

a {
  text-decoration: none;
}

.container {
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
}

.back-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* width: 100%;
  height: 100%; */
}
/* Header */
header {
  background-image: url("../images/bakcground-header.jpg");
  height: 100vh;
  position: relative;
}

header nav {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 80px;
}

header nav .menu-bar {
  font-size: 30px;
  color: #fff;
  padding-top: 20px;
  float: right;
  display: none;
}

header nav ul {
  float: right;
  width: 50%;
  height: 100%;
  text-align: center;
}

header nav ul li {
  display: inline-block;
  margin: 25px 10px;
}

header nav ul li a {
  color: white;
  font-size: 18px;
}

header nav #logo {
  width: 50%;
  height: 100%;
  float: right;
  text-align: center;
}

header nav #logo img {
  margin: 5px 0;
}

header .header-desc {
  color: white;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  text-align: center;
}

header .header-desc h1 {
  margin-bottom: 10px;
  font-size: 40px;
}

header .header-desc p {
  font-size: 20px;
}

/* Story */
#story {
  width: 100%;
  padding: 100px 0;
  overflow: auto;
}

#story .story-desc {
  float: right;
  width: 50%;
  text-align: center;
  padding: 100px 0;
}

#story .story-desc h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

#story .story-desc p {
  font-size: 15px;
  line-height: 2;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

#story .story-img {
  width: 50%;
  float: right;
}

#story .story-img img {
  width: 100%;
  height: 100%;
}

/* Sweet */
#sweet {
  background-image: url("../images/backtwo.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 400px;
  position: relative;
}

#sweet .sweet-desc {
  text-align: center;
  color: #fff;
  margin: 100px 0;
}

#sweet .sweet-desc h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

#sweet .sweet-desc p {
  font-size: 20px;
  max-width: 650px;
  width: 100%;
  margin: auto;
}

/* Menu */
#menu {
  width: 100%;
  height: 400px;
  padding: 100px 0;
}

#menu .menu-desc {
  width: 50%;
  float: right;
  text-align: center;
}

#menu .menu-desc h2 {
  margin-top: 110px;
}

#menu .menu-desc p {
  max-width: 550px;
  width: 100%;
  margin: 30px auto;
}

#menu .menu-desc a {
  color: #860f0f;
  border-bottom: 2px dashed #860f0f;
}

#menu .menu-img {
  width: 50%;
  float: right;
}

#menu .menu-img ul {
  width: 100%;
  list-style: none;
}

#menu .menu-img ul li {
  width: 50%;
  float: right;
  text-align: left;
}

#menu .menu-img ul li img {
  width: 95%;
  height: 230px;
  margin-bottom: 10px;
}

/* Hot */
#hot {
  width: 100%;
  height: 400px;
  background-image: url("../images/hot.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 100px 0;
  position: relative;
}

#hot .hot-desc {
  color: #fff;
  margin-top: 120px;
  text-align: center;
}

#hot .hot-desc h2 {
  font-size: 50px;
}

#hot .hot-desc p {
  font-size: 25px;
  margin-top: 10px;
}

/* Delight */
#delight {
  width: 100%;
  overflow: auto;
  margin: 100px 0;
}

#delight .delight-desc {
  width: 50%;
  float: right;
  text-align: center;
}

#delight .delight-desc h2 {
  font-size: 30px;
  margin-top: 80px;
}

#delight .delight-desc p {
  margin-top: 20px;
  font-size: 20px;
}

#delight .delight-img {
  width: 50%;
  float: right;
  text-align: left;
}

#delight .delight-img img {
  width: 200px;
  height: 350px;
  margin-right: 20px;
}

/* Footer */
footer {
  width: 100%;
  overflow: auto;
  background-color: #141414;
  color: #fff;
  padding: 100px 0;
}

#about {
  text-align: center;
  margin-bottom: 100px;
}

#about h2 {
  margin-bottom: 15px;
}

#about p {
  max-width: 600px;
  width: 100%;
  margin: auto;
  line-height: 2;
}

#contact {
  text-align: center;
  width: 100%;
}

#contact .news {
  width: 50%;
  float: right;
  font-size: 20px;
}

#contact .news input {
  width: 200px;
  padding: 5px 10px;
  margin: 10px;
  font-family: "Vazir";
}

#contact .social {
  width: 50%;
  float: right;
  font-size: 20px;
}

#contact .social ul {
  margin: 10px;
}

#contact .social ul li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}

#contact .social ul li svg {
  font-size: 30px;
  color: #fff;
}

/* Copy Right */
#copy-right {
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

#copy-right a {
  color: #fff;
}
