@font-face {
  font-family: "Vazir";
  src: url("../fonts/vazir.eot") format("eot"),
    url("../fonts/vazir.ttf") format("truetype"),
    url("../fonts/vazir.woff2") format("woff2"),
    url("../fonts/vazir.woff") format("woff");
}

body {
  font-family: "Vazir";
  direction: rtl;
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

.container {
  width: 70%;
  margin: auto;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.hamburger-icon {
  width: 20%;
  display: none;
}

.hamburger-icon img {
  width: 50px;
}

input {
  font-family: "Vazir";
}

#respansiv-navigation {
  display: none;
}

/* header */
header {
  background-image: url("../images/background.jpg");
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

header nav {
  background-color: #fff;
  width: 100%;
  height: 70px;
}

header nav ul {
  width: 50%;
  float: right;
  height: 100%;
}

header nav ul li {
  display: inline-block;
  margin: 0 15px;
  line-height: 3.5;
}

header nav ul li a {
  color: #141414;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
header nav ul li a:hover {
  color: #c00;
}

header nav .logo {
  width: 50%;
  height: 100%;
  float: right;
  text-align: left;
}

header nav .logo img {
  width: 100px;
  height: auto;
  margin-top: 5px;
}

header .header-desk {
  color: #fff;
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  text-align: center;
}

header .header-desk h1 {
  font-size: 45px;
}

header .header-desk a {
  color: #fff;
  text-decoration: none;
}

/* our-story */
#our-story {
  width: 100%;
  height: 350px;
  padding: 120px 0;
}

#our-story .story-desk {
  width: 50%;
  float: right;
  text-align: center;
}

#our-story .story-desk h2 {
  font-size: 30px;
  margin-top: 70px;
}

#our-story .story-desk p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-top: 30px;
  width: 450px;
  margin: auto;
  text-align: justify;
}

#our-story .story-img {
  width: 50%;
  float: right;
}

#our-story .story-img img {
  width: 100%;
}

/* sweet */
#sweet {
  width: 100%;
  height: 300px;
  padding: 100px 0;
  background-image: url("../images/landscapegarden_74142169.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

#sweet .sweet-desk {
  text-align: center;
  color: #fff;
  margin-top: 150px;
}

#sweet .sweet-desk h2 {
  font-size: 30px;
}

#sweet .sweet-desk p {
  font-size: 20px;
  width: 650px;
  margin: auto;
}

/* menu */
.menu {
  width: 100%;
  height: 500px;
  padding: 100px 0;
}

.menu .menu-desk {
  width: 50%;
  float: right;
  text-align: center;
}

.menu .menu-desk h2 {
  font-size: 30px;
  margin-top: 110px;
}

.menu .menu-desk ul li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  width: 500px;
  margin: auto;
  text-align: justify;
  display: inline-block;
}

.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;
  margin-bottom: 10px;
}

.menu .menu-img ul li img {
  width: 95%;
  height: 250px;
}

/* hot */
.hot {
  background-image: url("../images/flower-land1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  padding: 100px 0;
  height: 200px;
  position: relative;
}

.hot .hot-title {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 80px;
}

.hot .hot-title h3 {
  font-size: 55px;
  margin-bottom: 20px;
}

.hot .hot-title p {
  font-size: 25px;
}

/* delight */
#delight {
  padding: 90px 0;
  width: 100%;
}

#delight .delight {
  width: 100%;
  overflow: auto;
}

#delight .delight .delight-content {
  width: 50%;
  float: right;
  text-align: center;
}

#delight .delight .delight-content h3 {
  font-size: 30px;
  margin-top: 70px;
}

#delight .delight .delight-content p {
  margin-top: 10px;
  font-size: 20px;
  text-align: justify;
}

#delight .delight .delight-img {
  width: 50%;
  float: right;
  text-align: center;
}

#delight .delight .delight-img img {
  width: 180px;
  height: 300px;
  float: left;
}

#delight .delight .delight-img img.img-left {
  margin-right: 20px;
}

/* footer */
#footer {
  background-color: #141414;
  width: 100%;
  height: 400px;
}

#footer .footer {
  width: 100%;
}

#footer .footer .about-footer {
  width: 100%;
  text-align: justify;
  color: #fff;
}

#footer .footer .about-footer h2 {
  padding-top: 25px;
  box-sizing: border-box;
  text-align: center;
}

#footer .footer .contact-us {
  width: 100%;
  height: 70px;
  color: #fff;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}

#footer .footer .contact-us .social {
  float: right;
  width: 100%;
}

#footer .footer .contact-us .social ul {
  width: 100%;
}

#footer .footer .contact-us .social ul li {
  display: inline-block;
  margin: 0 10px;
}

#footer .footer .contact-us .social ul li a {
  color: #fff;
}

#footer .footer .contact-us .social ul li a svg {
  font-size: 25px;
}

#footer .footer .copy-right {
  text-align: center;
  color: #fff;
  width: 100%;
  padding-top: 25px;
  margin-top: 40px;
}

#footer .footer .copy-right h2 {
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 18px;
  color: #fff;
}

#footer .footer .copy-right p {
  font-weight: bold;
}
