*,
*::after,
*::before {
  box-sizing: border-box;
}
body{
  font-size: 16px;
}
.bolder {
  font-weight: bolder;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #6f6f6f;
  line-height: 1.625;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: none;
}
.header {
  background: -webkit-linear-gradient(
      200deg,
      rgba(0, 0, 0, 0.92) 15.5%,
      rgba(54, 54, 54, 0.5) 39%,
      rgba(28, 28, 28, 0.4)
    ),
    url(../assets/header.jpg) no-repeat center/cover;
  color: #fff;
  padding-bottom: 10rem;
}
.topbar {
  padding: 18px 0;
  font-size: 0.875em;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 115rem;
}
.topbar a:hover {
  color: #c89446;
}
.topbar .logo {
  padding-left: 2.5rem;
}
.topbar .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.menu-item {
  display: inline-block;
  margin: 0 10px;
}
.menu .menu-button {
  border: 1px solid #c89446;
  transition: 0.2s ease;
  padding: 3px 8px;
}
.menu .menu-button:hover {
  background: #c89446;
  color: #fff;
}
.base-line {
  padding: 50px 0 70px 0;
  text-align: center;
}
.baseline .baseline-welcome {
  font-family: "Pinyon Script", cursive;
  color: #c89446;
  font-size: 3rem;
  text-align: center;
  display: block;
}
.baseline .baseline-name {
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
  display: block;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.baseline-slogan {
  font-size: 2rem;
  text-align: center;
  display: block;
  font-weight: 300;
  padding-top: 3rem;
}
/**************** MAIN ***************/
.home-section {
  padding-top: 9px;
}
.container-small {
  padding: 2rem;
  margin: 0 auto;
  max-width: 96rem;
}
.container {
  padding: 2rem;
  margin: 0 auto;
  max-width: 115rem;
}
.block-left,
.block-right {
  display: flex;
}
.title {
  font-size: 1.7rem;
  line-height: 1.1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
}
.title span {
  font-family: "Pinyon Script", cursive;
  color: #c89446;
  display: block;
  font-size: 2rem;
  text-transform: none;
  font-weight: bold;
}
.title::before {
  content: " ";
  width: 24px;
  display: inline-block;
  height: 2px;
  background: #c89446;
  margin-bottom: 0.5rem;
}
.more {
  color: #c89446;
}
.more::after {
  content: " >";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-left: 0.2rem;
  transition: 0.3s ease;
}
.more:hover::after {
  transform: translateX(4px);
}
.more:hover {
  text-decoration: underline;
}
.block-img {
  margin-right: 5px;
}
.block-img img {
  display: block;
  border: 1px solid #c89446;
  position: relative;
  z-index: 1;
}
/************ BLOCK-CENTER ***************/
.block-center h2 {
  text-align: center;
}
.block-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ingedients-menu {
  font-size: 1rem;
  color: #383838;
  font-weight: bolder;
  text-align: center;
}
.ingedients-menu a {
  margin: 0 1rem;
  text-transform: uppercase;
}
.ingedients-menu a.active,
.ingedients-menu a:hover {
  border-bottom: 1px solid #c89446;
}
.menu-summary img {
  top: 0;
  left: 0;
  width: 300px;
}
.menu-summary-title {
  font-size: 1rem;
  color: #383838;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.menu-summary p {
  display: inline-block;
  margin-top: 0;
  font-size: 0.7rem;
  padding-top: 10px;
  margin-bottom: 0;
}
.menu-summary-price {
  font-family: "Pinyon Script", cursive;
  color: #c89446;
  font-size: 1.5rem;
  padding-top: 20px;
  margin-top: 0;
}
.block-img img {
  border: none;
}
.block-body a {
  color: #c89446;
}
.block-chef.block-img {
}
.reservation {
  background: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.801) 15.5%,
      rgba(54, 54, 54, 0.5) 39%,
      rgba(28, 28, 28, 0.4)
    ),
    url(../assets/restaurant.jpg) no-repeat center/cover;
  color: white;
}
.reservation .title {
  color: #fff;
}
.reservation input,
.reservation select {
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 10px;
  border: 1px solid #6f6f6f;
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  height: 40px;
  font-family: "Source Sans Pro", serif;
  border-radius: 0.1rem;
}
.reservation select {
  background: no-repeat right 0.5rem center url(../assets/);
}
.reservation input:focus,
.reservation select:focus {
  background: transparent;
  border-color: #c89446;
}
.reservation-form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
option {
  color: #6f6f6f;
}
.button {
  font-weight: 600;
  font-size: 0.875rem;
  color: #fff;
  background: #c89446;
  border: none;
  padding: 11px 1rem;
  border: 1px solid transparent;
  transition: 0.3s ease;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0.1rem;
}
.button:hover {
  border: 1px solid #fff;
  color: #c89446;
  background: transparent;
}
#recipes .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#recipes .container h2 {
  text-align: right;
}
.container .more {
  text-align: center;
  margin-top: 50px;
}
.recipes-list-item {
  border: 1px solid #f2f2f2;
  padding: 20px 0;
  display: flex;
  align-items: baseline;
}
.recipes-list-item p {
  margin: 0;
}
.recipes-list-item a:hover {
  text-decoration: underline;
}
.recipes-list-item:nth-child(3) {
  border-bottom: 0;
}
.recipes-date {
  margin-right: 10px;
  text-align: center;
}
.recipes-date span {
  color: #000;
}
.map {
  width: 100%;
  height: 450px;
}
/************** FOOTER *************/
footer {
  background: #383838;
  width: 100%;
  display: block;
}
.footer-title {
  color: #c89446;
}
.footer-column ul {
  padding: 0;
}
.footer-row .footer-title {
  text-align: center;
}
.footer-row ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer-row span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-row ul li i {
  font-size: 1.4rem;
}
.footer-row ul li i:hover {
  background: var(--btn);
  border: 0px;
  box-shadow: 0 0 2px var(--btn), 0 0 4px var(--btn), 0 0 8px var(--btn),
    0 0 20px var(--btn);

  transition: 0.3s ease;
}
.white {
  color: #fff;
}
.footer-column .contact-mail:hover {
  color: #fff;
}
/************** RECIPE -1 *************/
.header.recipe-1 {
  background: -webkit-linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.92) 7.5%,
      rgba(54, 54, 54, 0.5) 45%,
      rgba(28, 28, 28, 0.4)
    ),
    url(../assets/burger.jpg) no-repeat center/cover;
  color: #fff;
}
.block-right .block-img a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-right .block-img i {
  position: absolute;
  z-index: 2;
  font-size: 4rem;
  color: #000;
}
/**************** RESPONSIVE ****************/
@media only screen and (min-width: 600px) {
  html {
    font-size: 14px;
  }
  .baseline-welcome {
    font-size: 14px;
  }
  .baseline .baseline-name {
    font-size: 2rem;
  }
  .baseline-slogan {
    font-size: 1.3rem;
    text-align: center;
  }
  .block-chef {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  #recipes {
    padding: 50px 0;
    background: no-repeat top left/100vw auto url(../assets/news_bg.jpg);
    background-size: 589px auto;
  }
  .recipes-list-item {
    font-size: 12px;
  }
  .recipes-list-item p {
    font-size: 10px;
  }
}

@media only screen and (min-width: 960px) {
  .block {
    margin-bottom: 5rem;
  }
  .block-left,
  .block-right {
    display: flex;
    align-items: center;
  }
  .block-img {
    position: relative;
    border: none;
  }
  .block-left .block-img {
    width: 350px;
    flex: none;
    margin-left: 30px;
  }
  .block-right .block-img {
    width: 350px;
    flex: none;
    margin-right: 30px;
  }
  .block-left .block-body {
    margin-left: 94px;
  }
  .block-right .block-body {
    margin-right: 94px;
    order: -1;
  }
  .block-left .block-img::before {
    content: " ";
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: solid 1px #c89446;
  }
  .block-right .block-img::before {
    content: " ";
    display: block;
    position: absolute;
    top: -30px;
    left: 30px;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: solid 1px #c89446;
  }
  .title::before {
    margin-bottom: 15px;
  }
  .title span {
    margin-bottom: 8px;
  }
  .ingedients-menu {
    margin-bottom: 20px;
  }
  .home-section {
    background: top -90px right 0px url(../assets/oranges.jpg) no-repeat,
    top 190px left 0px url(../assets/spices.jpg) no-repeat;
  }
  .menu-summary {
    display: block;
    position: relative;
    padding: 5rem 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 70px;
  }
  .menu-summary-item1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .menu-summary-item2 {
    grid-area: 1 / 3 / 2 / 5;
  }
  .menu-summary-item3 {
    grid-area: 2 / 1 / 3 / 3;
  }
  .menu-summary-item4 {
    grid-area: 2 / 3 / 3 / 5;
  }
  .menu-summary-item1,
  .menu-summary-item3 {
    display: flex;
    width: 100%;
  }
  .menu-summary-item2,
  .menu-summary-item4 {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
    width: 100%;
  }
  .menu-summary-item1 .menu-summary-title,
  .menu-summary-item1 p,
  .menu-summary-item3 .menu-summary-title,
  .menu-summary-item3 p {
    padding-left: 10px;
    position: relative;
  }
  .menu-summary-item1 .menu-summary-price,
  .menu-summary-item3 .menu-summary-price {
    padding-left: 20px;
    position: relative;
  }
  .menu-summary-item2 .menu-summary-title,
  .menu-summary-item2 p,
  .menu-summary-item4 .menu-summary-title,
  .menu-summary-item4 p {
    padding-right: 10px;
    position: relative;
  }
  .menu-summary-item4 .menu-summary-price,
  .menu-summary-item2 .menu-summary-price {
    padding-right: 20px;
    position: relative;
  }
  .menu-summary-item1 .menu-summary-img,
  .menu-summary-item2 .menu-summary-img,
  .menu-summary-item3 .menu-summary-img,
  .menu-summary-item4 .menu-summary-img {
    width: 50%;
  }

  .menu-summary-title {
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
  }
  .block-chef {
    margin-top: 10rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .reservation .title {
    padding: 20px 0;
  }
  .reservation input:focus,
  .reservation select:focus {
    background: transparent;
    border-color: #c89446;
  }
  .reservation-form-row {
    display: flex;
    justify-content: space-between;
    margin: 64px 0;
  }
  .reservation-form-row input,
  .reservation-form-row select {
    width: calc(33% - 20px);
  }
  /************** FOOTER *************/
  footer.footer {
    margin-top: 2rem;
  }
  .footer-columns {
    display: flex;
    justify-content: space-between;
  }
  .footer-column {
    flex: none;
    width: 300px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1023px) {
  .menu-summary::before {
    content: " ";
    display: block;
    position: absolute;
    top: -21px;
    left: 50%;
    width: 320px;
    height: 320px;
    border: 1px solid #c89446;
    transform: translate(-50%, 130px) rotate(45deg);
  }
  .menu-summary-title,
  .menu-summary p,
  .menu-summary-price {
    background: #fff;
    padding: 2px;
  }
}
@media only screen and (min-width: 1270px) {
  .menu-summary::before {
    content: " ";
    display: block;
    position: absolute;
    top: -110px;
    left: 50%;
    width: 420px;
    height: 420px;
    border: 1px solid #c89446;
    transform: translate(-50%, 200px) rotate(45deg);
  }
  .menu-summary p {
    background: #fff;
  }
}
