html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body,
p,
figure,
blockquote,
h1,
h2,
h3 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

input,
select,
button,
textarea {
  appearance: none;
  border: none;
  outline: 0;
  font: inherit;
}

label {
  display: block;
}

::placeholder {
  font: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Bold.woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "DIN Alternate";
  src: url("../fonts/DIN-Alternate-Bold.woff2");
  font-weight: 700;
  font-display: swap;
}
html {
  font-size: 10px;
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #121212;
  background-color: #ffffff;
}

.wrapper {
  overflow-x: hidden;
}

.main {
  position: relative;
}
.main::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url("../images/map.svg"), url("../images/sections_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 170rem, center 175rem;
}

.container {
  max-width: 120rem;
  padding: 0 1.5rem;
  width: 100%;
  margin: 0 auto;
}

.title {
  font-family: "DIN Alternate", sans-serif;
  font-size: 5.8rem;
  line-height: 1.3;
  -webkit-text-stroke: 2px #121212;
  text-transform: capitalize;
}
.title--lines {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  justify-content: center;
}
.title--lines::before, .title--lines::after {
  content: "";
  display: block;
  width: 5.6rem;
  height: 3px;
  background-color: currentColor;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 4.1rem 0;
  background-color: #121212;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu {
  display: flex;
  gap: 6.9rem;
}

.menu__link {
  color: rgba(255, 255, 255, 0.5);
}

.nav__btn {
  font-size: 1.4rem;
  color: #ffffff;
  padding: 0.8rem 3rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.8rem;
  cursor: pointer;
}

.hero {
  position: relative;
  height: 120rem;
  padding: 14rem;
  background-image: url(../images/hero_ellipse.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 11rem;
  margin-bottom: 8rem;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 53rem;
  height: 50rem;
  background-image: url(../images/big_burger.webp), url(../images/white_ellipse.svg);
  background-repeat: no-repeat;
  background-position: right bottom, left top;
  background-size: 48rem 37rem, 46rem 46rem;
}
.hero::before {
  left: 3rem;
}
.hero::after {
  right: 3rem;
  transform: scaleX(-1);
}
.hero__arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8rem;
}
.hero__inner {
  height: 100%;
  display: grid;
  align-items: center;
}
.hero__content {
  transform: translateY(-50%);
}
.hero__title {
  color: #ffffff;
  -webkit-text-stroke: 2px #ffffff;
  max-width: 80rem;
  text-align: center;
  margin: 0 auto;
}
.hero__title::before, .hero__title::after {
  margin-top: -6rem;
}
.hero__description {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
  margin-bottom: 10rem;
}

.popular {
  margin-bottom: 12rem;
}
.popular__title {
  margin-bottom: 1.5rem;
}
.popular__description {
  max-width: 52rem;
  margin: 0 auto;
  margin-bottom: 19rem;
  text-align: center;
  color: rgba(18, 18, 18, 0.5);
}
.popular__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 9rem;
  gap: 3.5rem;
  align-items: end;
  margin-bottom: 9rem;
}

.about__inner {
  margin-bottom: 15rem;
  display: flex;
  gap: 10rem;
}
.about__content {
  width: 44rem;
}
.about__title span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #27ad55;
  margin-bottom: 2rem;
  -webkit-text-stroke: 0;
}
.about__text {
  font-size: 16px;
  color: rgba(18, 18, 18, 0.5);
  margin-bottom: 4rem;
}
.about__images {
  position: relative;
  width: 54rem;
  height: 54rem;
  border-radius: 50%;
  background-image: url("../images/table.webp"), linear-gradient(180deg, #27ad55 65%, transparent);
  background-size: contain, 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.about__breakfast {
  position: relative;
  width: 19rem;
  height: 19rem;
  transform: translateY(-3rem);
}
.about__img {
  width: 100%;
  object-fit: contain;
}
.about__price {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  background-color: #27ad55;
  padding: 7px 12px;
  border-radius: 2rem;
  font-weight: 700;
  color: #ffffff;
}

.booking__inner {
  position: relative;
  background-color: #121212;
  border-radius: 4.8rem;
  padding: 10rem 3rem 6rem;
  margin-bottom: 11rem;
  background-image: url(../images/white_ellipse.svg), url(../images/white_ellipse.svg);
  background-repeat: no-repeat;
  background-size: 34rem 34rem, 19rem 19rem;
  background-position: top 11rem left -7rem, top 7rem right -2rem;
}
.booking__inner::before, .booking__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 25rem;
  height: 20rem;
  background-image: url(../images/leaf_1.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.booking__inner::before {
  top: 5rem;
  left: -12rem;
}
.booking__inner::after {
  width: 15rem;
  height: 12rem;
  bottom: 11rem;
  right: -7rem;
  transform: scaleX(-1);
}
.booking__arrow {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.booking__title {
  max-width: 54rem;
  color: #ffffff;
  -webkit-text-stroke: 2px #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.booking__text {
  color: rgba(255, 255, 255, 0.5);
  max-width: 57rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.booking__form {
  max-width: 71rem;
  margin: 0 auto;
}

.form__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
.form__input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
  padding: 1.7rem 5rem 1.7rem 6rem;
  background-image: url(../images/icons/icon_calendar.svg);
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 2.4rem;
  color: rgba(255, 255, 255, 0.7);
}
.form__input--date {
  background-image: url(../images/icons/icon_chevron_down.svg), url(../images/icons/icon_calendar.svg);
  background-position: right 2rem center, left 2rem center;
}
.form__input--person {
  background-image: url(../images/icons/icon_person.svg);
}
.form__input--email {
  background-image: url(../images/icons/icon_email.svg);
}
.form__input--phone {
  background-image: url(../images/icons/icon_phone.svg);
}
.form__btn {
  display: block;
  margin: 0 auto;
}

.reviews {
  margin-bottom: 11rem;
}
.reviews__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5rem;
  margin-bottom: 6rem;
}
.reviews__title {
  width: 57rem;
}
.reviews__nav {
  display: flex;
}
.reviews__arrow {
  width: 100px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icons/icon_arrow_right_long.svg);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.reviews__arrow.swiper-button-disabled {
  width: 40px;
  opacity: 0.7;
  background-image: url(../images/icons/icon_arrow_left_short.svg);
  cursor: not-allowed;
}
.reviews__arrow--prev:not(.swiper-button-disabled) {
  transform: scaleX(-1);
}
.reviews__arrow--next.swiper-button-disabled {
  transform: scaleX(-1);
}

.review-card {
  box-sizing: border-box;
  min-width: 52rem;
  padding-right: 5rem;
}
.review-card__title {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 4rem;
  max-width: 37rem;
}
.review-card__text {
  line-height: 1.9rem;
  color: rgba(18, 18, 18, 0.5);
  margin-bottom: 3rem;
  max-width: 47rem;
}
.review-card__info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.review-card__photo {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
}
.review-card__author {
  font-weight: 700;
  line-height: 1.9rem;
}
.review-card__stars {
  width: 8.7rem;
  height: 1.5rem;
  background-image: url(../images/icons/icon_star.svg);
  background-size: 1.5rem;
  background-position: center;
  background-repeat: space;
}

.footer {
  background-color: #121212;
  padding: 13rem 0 10rem;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  text-align: center;
}
.footer__text {
  color: rgba(255, 255, 255, 0.5);
  max-width: 38rem;
}

.footer-menu {
  display: flex;
  gap: 7rem;
}
.footer-menu__link {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: -0.02rem;
}

.social {
  display: flex;
  gap: 4rem;
}
.social__link {
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #ffffff;
}
.social__link:hover {
  background-color: #ff7352;
}

.search-form__inner {
  max-width: 57rem;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 1.6rem;
  display: flex;
  padding: 6px;
}
.search-form__label {
  display: none;
}
.search-form__input {
  padding: 2.6rem;
  width: 100%;
}

.btn {
  display: inline-block;
  padding: 2rem 4.5rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #ff7352;
  border-radius: 1.2rem;
  cursor: pointer;
}

.arrow-link {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #ff7352;
  margin: 0 auto;
  background-image: url(../images/icons/icon_arrow_down_short.svg);
  background-repeat: no-repeat;
  background-size: 2.4rem;
  background-position: center;
}
.arrow-link::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 8rem;
  height: 8rem;
  background-image: url(../images/arc_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.arrow-link--green {
  background-color: #27ad55;
}
.arrow-link--green::before {
  background-image: url(../images/arc_green.svg);
}

.product-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 2.4rem;
  padding: 26rem 5rem 4rem;
}
.product-card::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: calc(100% - 8rem);
  height: 6rem;
  background-color: rgba(18, 18, 18, 0.5);
  border-radius: 2.4rem;
  filter: blur(6rem);
}
.product-card__content {
  text-align: center;
  font-weight: bold;
}
.product-card__img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 19rem;
}
.product-card__name {
  font-size: 2rem;
  max-width: 23rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.product-card__price {
  font-size: 2rem;
  color: #27ad55;
}
.product-card__order {
  position: absolute;
  background-color: #ff7352;
  color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.8rem 4.4rem;
  border-radius: 0 0 2.4rem 2.4rem;
  background-image: url(../images/icons/icon_arrow_right_long.svg);
  background-repeat: no-repeat;
  background-size: 1.8rem;
  background-position: center right 4.4rem;
  opacity: 0;
}/*# sourceMappingURL=style.css.map */