@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #142332;
  font-weight: 400;
}

a {
  text-decoration: none;
  display: inline-block;
}

* {
  transition: all 0.3s ease-in-out;
}

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  background-color: #f59a41;
  padding: 12px 32px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 12px;
}
.theme-btn:hover {
  border-color: #f59a41;
  color: #f59a41;
  background-color: transparent;
}
.theme-btn.theme-btn-outlined {
  border-color: #142332;
  color: #142332;
  background-color: transparent;
}
.theme-btn.theme-btn-outlined:hover {
  border-color: transparent;
  color: #fff;
  background-color: #f59a41;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1px;
}
.section-title p {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 0;
  color: #f59a41;
}

.navbar .logo {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .logo .border-line {
  height: 60px;
  width: 1px;
  background-color: #fff;
  margin: 0 20px;
}

header {
  background-color: #000;
  padding-top: 70px;
}
header .hero-area {
  text-align: center;
}
header .hero-area .container {
  position: relative;
  padding-bottom: 315px;
  padding-top: 50px;
}
header .hero-area .cachershop-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
header .hero-area .star-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 21.5px 25.5px;
  transform: translate(-50%, 50%);
  z-index: 2;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header .hero-area h1 {
  font-size: 37px;
  color: #f59a41;
  line-height: 49px;
  margin-bottom: 0;
}
header .hero-area h2 {
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 63px;
  display: inline-block;
  position: relative;
}
header .hero-area h2::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 102%;
  background-image: url(../img/line-shape.png);
  background-position: center;
  background-size: cover;
  height: 13px;
  width: 350px;
}
header .hero-area .theme-btn {
  padding: 12px 65px;
}

.order-proccess {
  padding-top: 50px;
  padding-bottom: 66px;
  text-align: center;
}
.order-proccess .theme-btn {
  margin-top: 50px;
}
.order-proccess .section-title {
  margin-bottom: 55px;
}
.order-proccess .number {
  display: inline-block;
  border: 3px solid #142332;
  height: 66px;
  width: 66px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
  font-size: 30px;
}
.order-proccess .outline-stroke {
  position: relative;
}
.order-proccess .outline-stroke::after,
.order-proccess .outline-stroke::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #b2bdc9;
  width: 270px;
  z-index: 1;
  top: 32.5px;
}
.order-proccess .outline-stroke::before {
  right: calc(100% + 19px);
}
.order-proccess .outline-stroke::after {
  left: calc(100% + 19px);
}
.order-proccess p {
  font-size: 17px;
}

.food-section {
  text-align: center;
  padding: 77px 0;
  background-image: url(../img/marble.png);
  background-position: center;
  background-size: cover;
}
.food-section a:hover p {
  color: #f59a41;
}
.food-section a:hover img {
  transform: scale(1.08);
}
.food-section img {
  max-width: 100%;
  max-height: 160px;
}
.food-section .food-name {
  font-size: 23px;
  color: #142332;
  margin-top: 20px;
}

footer {
  background-image: linear-gradient(to bottom, #000000, #142332);
  padding: 67px 0 62px 0;
}
footer .site-title {
  font-size: 15px;
  color: #fff;
  margin-bottom: 22px;
}
footer .site-title a {
  color: #f59a41;
}
footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-logo img {
  max-height: 60px;
}
footer .footer-logo .arrow {
  color: #fff;
  position: relative;
  height: 2px;
  width: 58px;
  background-color: #fff;
  margin: 0 15px;
}
footer .footer-logo .arrow i {
  position: absolute;
  right: -3px;
  top: -7px;
}

/*# sourceMappingURL=main.css.map */
