@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
@import "./../fonts/fonts.css";

:root {
  --merriweather: "Merriweather", serif;
  --gilroy: "Gilroy";
  --container-width: 1200px;
  --container-padding: 16px;
}

/* --------------------------------------------------------------------------- */

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: inherit;
}

a,
input,
label,
span,
textarea,
button {
  display: inline-block;
}

ol,
ul {
  list-style-type: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* --------------------------------------------------------------------------- */

.body {
  background: #191411;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  font-family: var(--gilroy);
  font-weight: normal;
}

.header {
  position: relative;
  min-height: 1080px;
  background-image: url("../img/Group-1.png");
  background-repeat: no-repeat;
  background-position: cover;
  background-size: 100vw;
  overflow: hidden;
}

.body > main {
  flex-grow: 1;
}

.container {
  width: calc(var(--container-width) + (var(--container-padding) * 2));
  padding: 0 var(--container-padding);
  margin: 0 auto;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  gap: 10px;
  color: #fff;
}

.header-menu * {
  padding: 0 88px;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

.currency {
  padding: 11.5px 17.5px;
  background-color: inherit;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
}

.about-us {
  position: relative;
  background-image: url("../img/Group-2.png");
  min-height: 607px;
  background-repeat: no-repeat;
  background-position: cover;
  background-size: 100vw;
  overflow: hidden;
  align-items: center;
}

.daily-attention {
  width: 608px;
  height: 748px;
  padding: 50px 0;
}

.daily-content {
  font-size: 24px;
  font-family: var(--gilroy);
  color: #fff;
  line-height: 1;
  padding: 56px 0;
}

.card-title {
  width: 324px;
  font-size: 24px;
  font-family: var(--gilroy);
  color: #fff;
  line-height: 1;
  padding: 20px 0;
}

.product-title {
  width: 290px;
  font-size: 22px;
  font-family: var(--gilroy);
  color: #fff;
  line-height: 1;
  padding: 20px 0;
  text-align: left;
}

.card-content {
  font-size: 16px;
  font-family: var(--gilroy);
  line-height: 1.4;
  color: #fff;
}

.button {
  background: #d3320f;
  border-radius: 50px;
  border: 0;
}

.button.primary {
  width: 260px;
  height: 62px;
  gap: 24px;
  border-radius: 8px;
  background: linear-gradient(to right, #da8023 0%, #e2b438 100%);
  border: 0;
}

.title-1 > * + * {
  padding: 56px 0;
}

.title-1 {
  font-size: 100px;
  line-height: 1.3;
  font-family: var(--merriweather);
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.title-2 {
  font-family: var(--merriweather);
  color: #fff;
  font-size: 64px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.about-attention {
  position: relative;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-family: var(--gilroy);
}

.about-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 100px;
  padding: 60px 32px 180px;
}

.card {
  width: 312px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-icon {
  width: 100px;
  height: 100px;
}

.card-1 {
  padding: 12px 16px;
  color: #fff;
  font-family: var(--gilroy);
}

.burger-image {
  position: absolute;
  left: 500px;
  top: 100px;
}

.burger-product-menu {
  min-height: 1472px;
  background-image: url("../img/burgers_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70vw;
  overflow: hidden;
}

/* BLOCK-3 */
.burger-product {
  text-align: center;
}

/* ----- PRODUCT LIST -----*/

.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
  padding: 60px 32px 180px;
}

.product-description {
  font-size: 14px;
  font-family: var(--gilroy);
  line-height: 1.4;
  color: #fff;
  text-align: start;
  padding: 0;
  margin-right: 20px;
  min-height: 88px;
}

.order-content {
  position: absolute;
  left: 800px;
  top: 140px;
  right: 462px;
  bottom: 180px;
  padding: 60px 40px;
  background: #211a16;
  border: 1px solid #353535;
  border-radius: 16px;
  width: 424px;
  height: 545px;
  text-align: center;
}

.order-text {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.product-card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 350px;
  height: 564px;
  border: 1px solid;
  border-color: #353535;
  background-color: #211a16;
  border-radius: 16px;
  margin-bottom: 24px;
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-card {
  transition: all 0.3s linear;
}

.product-image {
  height: 250px;
  overflow: hidden;
}

.product-footer {
  width: 290px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.product-price {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.product-weight {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #757575;
}

.button-menu {
  display: flex;
  width: 182px;
  height: 62px;
  gap: 24px;
  border-radius: 8px;
  background: linear-gradient(to right, #da8023 0%, #e2b438 100%);
  border: 0;
  align-items: center;
  justify-content: center;
}
/* -------------------------------- */
.delivery-block {
  position: relative;
  background-image: url("../img/Group-4.png");
  background-repeat: no-repeat;
  background-position: cover;
  background-size: 100vw;
  overflow: hidden;
}

.delivery-image {
  position: absolute;
  width: 500px;
  height: auto;
  overflow: hidden;
  left: 300px;
  top: 250px;
}

.order-content {
  padding: 60px 40px;
  background: #211a16;
  border: 1px solid #353535;
  border-radius: 16px;
  width: 424px;
  text-align: center;
}

.order-text {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

.order-form > * + * {
  margin-top: 20px;
}

.order-text {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.order-label {
  border-radius: 8px;
  width: 100%;
}

.order-label > .input {
  width: 100%;
  padding: 20px 10px;
  background: #211a16;
  border: 1px solid transparent;
  background-image: linear-gradient(#211a16, #211a16),
    linear-gradient(to right, #da8023, #e2b438);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
}

.button.primary-2 {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  padding: 20px 0;
  background: linear-gradient(to right, #da8023 0%, #e2b438 100%);
  border: 0;
  border-radius: 8px;
}

.gradient {
  min-height: 875px;
  background-image: url("../img/Group-4-gradient.png");
  background-repeat: no-repeat;
  background-position: cover;
  background-size: 55vw;
  overflow: hidden;
}

.delivery-card {
  position: absolute;
  left: 800px;
  top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 424px;
  height: 555px;
  border: 1px solid;
  border-color: #353535;
  background-color: #211a16;
  border-radius: 16px;
  margin-bottom: 24px;
}

.delivery-title {
  padding: 60px 40px 40px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

/* footer */

.footer {
  padding: 0;
}

.footer-row {
  padding: 60px 0;
  color: #fff;
  font-family: var(--gilroy);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
