body {
  min-width: 1100px;
  max-width: 1600px;
  margin: 0 auto;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.header {
  background-color: #ffffff;
  background-image: url(../images/background_header.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 720px;
  max-height: 800px;
}

.nav-logo {
  position: relative;
  left: 30px;
  top: 30px;
  width: 105px;
  height: 39px;
}
.nav-links {
  position: absolute;
  right: 26px;
  top: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a:hover {
  color: #ff976b;
}

.nav-links li {
  display: inline-block;
}

.nav-link {
  color: #000;
  text-decoration: none;
  padding: 20px;
}

.span-accent {
  color: #ff976b;
  display: block;
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 58px;
  font-weight: normal;
  line-height: 72px;
  letter-spacing: -1px;
}

.header-title {
  position: absolute;
  top: 213px;
  left: 80px;
  font-family: "Inter", arial, sans-serif;
  font-style: normal;
  font-weight: 500px;
  font-size: 58px;
  line-height: 72px;
  letter-spacing: -1;
  max-width: 709px;
}

header span {
  display: block;
}

.header-image {
  position: absolute;
  top: 124px;
  left: 789px;
  width: 646px;
  height: 568px;
  right: 5px;
}

.header-description {
  position: absolute;
  left: 80px;
  top: 401px;
  max-width: 683px;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: normal;
}

.header-info {
  font-family: "inter", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #6f6f6f;
}
.header-hours {
  position: absolute;
  bottom: 40px;
  left: 80px;
}
.header-contact {
  position: absolute;
  bottom: 40px;
  right: 80px;
}
.content {
  display: flex;
  background-color: #ffd6c5;
  background-image: url(/images/background_reservation.svg);
  justify-content: center;
}
.reservation {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 80px;
  font-family: "inter", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 52px;
}
.form {
  max-width: 385px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.form__label {
  font-family: "inter", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  align-self: left;
}
.form__input {
  display: flex;
  height: 60px;
  width: 365px;
  margin-bottom: 26px;
  border-radius: 4px;
}
.submit {
  background-color: #e96e3a;
  font-family: "inter", Arial, sans-serif;
  color: #ffffff;
  font-style: "normal";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  width: 385px;
  border: none;
  border-radius: 4px;
}
.submit:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.label__checkbox {
  display: flex;
  margin-top: 32px;
  margin-bottom: 120px;
  align-self: center;
  gap: 12px;
}
.form__checkbox {
  height: 20px;
  width: 20px;
  border-radius: 2px;
  border: solid #ccc;
  background-color: #ffffff;
  appearance: none;
}
.form__checkbox:checked {
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e96e3a;
  background-image: url("/images/check.svg");
}

.footer {
  display: flex;
  background-color: #d35722;
  position: relative;
  justify-content: space-between;
  align-items: auto;
  flex-direction: column;
  z-index: -1;
}
.circle {
  width: 340px;
  height: 340px;
  background-color: #ff976b;
  border-radius: 50%;
  position: absolute;
  top: -128px;
  left: -80px;
  z-index: -1;
}
.div__logo_light {
  display: flex;
  margin-left: 80px;
  width: 105px;
  height: 39px;
  z-index: 0;
}
.image__socials_container {
  display: flex;
  z-index: 1;
  margin-top: 60px;
}

.socials__container {
  display: flex;
  margin-left: auto;
  margin-right: 80px;
  flex-direction: column;
  font-family: "Inter", Arial, sans-serif;
  color: #ffffff;
  font-style: bold;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}

.socials__container a:hover {
  color: #ffd6c5;
}

.socials__container ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  font-family: "Inter", Arial, sans-serif;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.socials__container ul li a {
  list-style: none;
  text-decoration: none;
  font-family: "Inter", Arial, sans-serif;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
}
.socials__icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.copyright {
  display: flex;
  margin-top: 108px;
  margin-bottom: 60px;
  margin-left: 80px;
  font-family: "Inter", Arial, sans-serif;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
