/*******************************************************************
************************* HEADER ***********************************
********************************************************************/

.header {
  height: 65vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/hero.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.header__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120rem;
}

/*******************************************************************
************************* NAVBAR ***********************************
********************************************************************/

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7rem;
  padding: 0.8rem 1.6rem 0 1.6rem;
}

.navbar__logo {
  display: block;
}

.navbar__logo img {
  height: 6rem;
}

.navbar__main ul {
  list-style: none;
  display: flex;
  gap: 3.2rem;
}

.navbar__link:link,
.navbar__link:visited {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid transparent;
  color: #eee;
}

.navbar__link:hover {
  color: #fff;
}

/* MOBILE */

.navbar__btn {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.navbar__icon {
  font-size: 4.8rem;
  color: #fff;
}

.navbar__icon--times {
  display: none;
}

/* STICKY */

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.sticky .navbar__icon,
.sticky .navbar__link:link,
.sticky .navbar__link:visited {
  color: #333;
}

/*******************************************************************
************************* FOOTER ***********************************
********************************************************************/

.footer {
  padding: 9.6rem 0;
  border-top: 1px solid #eee;
}
.footer__logo-col {
  display: flex;
  flex-direction: column;
}
.footer__logo {
  display: block;
  margin-bottom: 3.2rem;
}

.footer__logo img {
  height: 9rem;
}

.footer__social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}
.footer__social-icon {
  font-size: 2.4rem;
}

.footer__copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #777;
  margin-top: auto;
}

.footer__contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.footer__address {
  margin-bottom: 2.4rem;
}

.footer__available {
  color: #777;
}

.footer__nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer__heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.footer__link:link,
.footer__link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #777;
  transition: all 0.3s;
}

.footer__link:hover {
  color: #555;
}

/*******************************************************************
************************* HOME *************************************
********************************************************************/

.section-about {
  padding: 8rem 0 4.8rem 0;
}

.feature__text {
  line-height: 1.8;
}

.feature__img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.feature__img {
  width: 60%;
}

.feature__img-half {
  width: 45%;
}

/*******************************************************************
************************* MENU *************************************
********************************************************************/

.section-menu {
  padding: 8rem 0 4.8rem 0;
}

.card {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 1.1rem;
  padding: 2.4rem;
  position: relative;
  overflow: hidden;
}

.card__mark {
  display: inline-block;
  position: absolute;
  top: 13%;
  right: -18%;
  width: 30rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  padding: 0.8rem 3.2rem;
  transform: rotate(45deg);
  text-align: center;
}

.card__mark--primary {
  background-color: #dc2201;
}

.card__mark--secondary {
  background-color: #ffa11d;
}

.card__mark--tertiary {
  background-color: #ffd43b;
}

.meal__title {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 3.2rem;
  line-height: 1.3;
}

.meal__attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
}

/*******************************************************************
************************* GALLERY *************************************
********************************************************************/

.section-gallery {
  padding: 8rem 0 4.8rem 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.2rem;
}

.gallery__item img {
  width: 100%;
  height: 25rem;
  cursor: pointer;
}

/***********************************
***** SECTION APPROACH
************************************/

.section-approach {
  padding: 8rem 0 0 0;
}

.map {
  width: 100%;
  height: 50rem;
}

/***********************************
***** SECTION CONTACT
************************************/

.section-contact {
  padding: 8rem 0 4.8rem 0;
}

.contact__link:link,
.contact__link:visited {
  text-decoration: none;
  color: #777;
  transition: all 0.3s;
}

.contact__link:hover {
  color: #555;
}

.contact {
  display: grid;
  grid-template-columns: 3fr 2fr;
  box-shadow: 0 2.4rem 4.8rem hsla(0, 0%, 0%, 0.15);
  border-radius: 1.1rem;
  background-image: linear-gradient(to right bottom, #e34e34, #dc2201);
  overflow: hidden;
}

.contact__text-box {
  padding: 3.2rem 4.8rem 4.8rem 4.8rem;
  color: #420a00;
}

.contact__img-box {
  background-image: linear-gradient(
      to right bottom,
      rgba(227, 78, 52, 0.25),
      rgba(220, 34, 1, 0.25)
    ),
    url(../img/form.jpg);
  background-size: cover;
  background-position: center;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.form__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.form__input,
.form__text {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  border: none;
  background-color: #fce9e6;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: inherit;
}

.form__input:focus,
.form__text:focus {
  outline: none;
}

.form__input::placeholder,
.form__text::placeholder {
  color: #aaa;
}

.form__text {
  height: 10rem;
}

.form__btn {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 9px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  font-family: inherit;
  background-color: #420a00;
  color: #f8d3cc;
  padding: 1.2rem;
}

.form__btn:hover {
  background-color: #fff;
  color: #555;
}

.form__spinner {
  display: none;
  justify-content: center;
  align-items: center;
}

.form__response {
  margin-top: 1.2rem;
  line-height: 1.2;
}

.form__response--succes {
  color: #fff;
}


/*********************

SECTION CTA (RESERVIERUNG)

***********************/


.section-cta {
  padding: 8rem 0 4.8rem;
}


/* CTA COMPONENT */

.cta {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  background-color: rgba(120, 54, 9, 0.322);
  border-radius: 2rem;
  padding: 3.2rem 3.2rem 4.8rem;
}

/* FORM */

.cta-form {
  display: flex;
  flex-direction: column;
}

.cta-form .cta-form__group:not(:last-child) {
  margin-bottom: 3.2rem;
}

.cta-form__label {
  display: block;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.cta-form__input,
.cta-form__text,
.cta-form__btn {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  color: #333;
}

.cta-form__input:focus,
.cta-form__text:focus {
  outline: none;
}

.cta-form__text {
  height: 10rem;
}

.cta-form__btn {
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  background-color: #333;
  color: #fff;
  transition: all 0.3s;
  margin-bottom: 1.6rem;
}

.cta-form__btn:hover {
  background-color: #fff;
  color: #333;
}

.cta-form__response {
  line-height: 1.6;
}

.cta-form__response--error {
  color: #cc0000;
}
.cta-form__response--success {
  color: #337195;
}