@font-face {
    src: url("../fonts/formular-bold.woff2") format("woff2");
    font-family: 'Formular-Bold';
}

@font-face {
    src: url("../fonts/trebuchet-regular.woff2") format("woff2");
    font-family: 'Trebuchet';
}

@font-face {
    src: url("../fonts/trebuchet-bold.woff2") format("woff2");
    font-family: 'Trebuchet-Bold';
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Trebuchet', sans-serif;
    background-color: #000;
    color: #fff;
}

address {
    font-style: normal;
}

.slider-item {
    display: flex !important;
    justify-content: center;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.button {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-image: linear-gradient(17deg, rgb(196, 9, 0) 0%, rgb(207, 69, 0) 75%, rgb(218, 128, 0) 100%);
    color: #dbd3c8;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.main-button {
    height: 61px;
    padding: 22px 48px;
    width: 271px;
    margin-top: 37px;
}

.main-button:hover {
    background-image: linear-gradient(17deg, rgb(159, 7, 0) 0%, rgb(181, 61, 2) 75%, rgb(174, 103, 4) 100%);
}

.slick-buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-items-buttons {
    top: -250px;
}

.reviews-items-buttons {
    top: -175px;
}

.slider-btn {
    background: transparent;
    position: relative;
    border: none;
}

.slider-btn::after {
    content: "";
    position: absolute;
    top: -12px;
    border: 1px solid #ffb35c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.menu .slider-btn.left {
    position: relative;
    right: 10px;
}

.reviews .slider-btn.left {
    position: relative;
    right: 35px;
}

.slider-btn.left::after {
    right: 8px;
    top: -12px;
}

.menu .slider-btn.right {
    position: relative;
    left: 10px;
}

.reviews .slider-btn.right {
    position: relative;
    left: 35px;
}

.slider-btn.right::after {
    right: -12px;
    top: -15px;
}

.header {
    margin-block: 10px 27px;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu {
    display: flex;
    list-style: none;
    margin-right: 175px;
}

.header-nav {
    display: flex;
    align-items: center;
}

.header-item:not(:last-child) {
    margin-right: 60px;
}

.header-item a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
}

.header-item a:hover {
    color: #b6b6b6;
}

.header-location {
    display: flex;
    align-items: center;
}

.header-location-icon {
    margin-right: 22px;
}

.header-location-text a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
}

.header-location-text a:hover {
    color: #b6b6b6;
}

.main {
    z-index: 1;
    position: relative;
    background: url('../images/main-bg.png') no-repeat;
    background-size: cover;
}

.main::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.main-top {
    display: flex;
    padding-top: 108px;
}


.main-top-left h1 {
    font-size: 60px;
    font-family: "Formular-Bold", sans-serif;
    font-weight: bold;
}

.main-top-left p {
    font-size: 18px;
    line-height: 1.611;
    margin-top: 50px;
    max-width: 471px;
}

.main-right-img {
    position: relative;
    top: 100px;
    z-index: 2;
}

.main-right-img img {
    filter: drop-shadow(0 0 40px black);
}

.fire {
    position: absolute;
    top: -155px;
    z-index: -1;
}

.main-right-img .main-button {
    display: none;
}

.main-right-discounts {
    position: absolute;
    right: 150px;
    top: -90px;
    z-index: 1;
}

.discount-date {
    font-size: 16px;
    border-radius: 50%;
    background-color: rgb(236, 26, 15);
    line-height: 21px;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 34px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.discount-price {
    position: absolute;
    right: -70px;
    bottom: -30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 9px;
}

.price-big {
    font-size: 24px;
    font-family: "Trebuchet-Bold", sans-serif;
}

.price-medium {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-decoration: line-through;
    text-align: left;
}

.main-right-name {
    font-size: 25px;
    font-family: "Formular-Bold", sans-serif;
    position: absolute;
    max-width: 250px;
    right: 70px;
    bottom: -55px;
}

.main-right-name p {
    font-size: 14px;
    font-family: 'Trebuchet', sans-serif;
    line-height: 1.357;
    padding-top: 16px;
}

.main-bottom {
    padding-bottom: 75px;
}

.main-cards {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.main-card {
    display: flex;
    margin-right: 64px;
}

.main-card:first-child {
    align-items: flex-end;
}

.main-card-text {
    margin-left: 21px;
    width: 180px;
    font-size: 14px;
    line-height: 1.357
}

.main-card-text.exception {
    width: 210px;
}

.food-tray {
    width: 72px;
    height: 46px;
}

.about .container {
    margin-top: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.title {
    font-size: 36px;
    font-family: "Formular-Bold", sans-serif;
    text-align: center;
}

.about-title img {
    display: none;
}

.about-description {
    font-size: 14px;
    line-height: 1.214;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 575px;
    gap: 20px;
    margin-top: 40px;
}

.about-images {
    position: relative;
    display: flex;
    filter: drop-shadow(0px -5px 40px #9f0700);
    margin-top: 30px;
    z-index: -1;
}

.about-images-first {
    position: absolute;
    top: 0;
    right: 100px;
}

.about-images-second {
    position: absolute;
    top: -20px;
    right: -160px;
    z-index: 2;
}

.about-images-third {
    position: absolute;
    top: 0;
    left: 85px;
}

.advantages {
    margin-top: 400px;
    position: relative;
}

.advantages-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.advantages-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advantages-info-center {
    filter: drop-shadow(15px -10px 55px #9f0700);
    background: url("../images/advantages-burger.png") no-repeat;
    background-size: contain;
    width: 645px;
    height: 488px;
}

.advantages-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 174px;
    margin-bottom: 100px;
}

.advantages-card-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.357;
    margin-top: 25px;
}

.menu {
    padding-top: 115px;
}

.menu-title img {
    display: none;
}

.menu-choice {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.menu-choice-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.menu-choice-item:not(:last-child) {
    margin-right: 70px;
}

.menu-choice-text {
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
}

.menu-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding-top: 80px;
}

.menu-item-image {
    position: relative;
    filter: drop-shadow(0px 0px 35px #9f0700);
    transition: all 0.2s ease-in-out;
}

.menu-item:hover .menu-item-image {
    transform: scale(1.1);
}

.menu-item-title {
    font-size: 18px;
    font-family: "Formular-Bold", sans-serif;
    margin: 45px 0 14px 0;
}

.menu-item-description {
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.357;
    text-align: center;
    max-width: 175px;
}

.reviews {
    margin-top: 160px;
}

.reviews-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 40px;
}

.reviews-title img {
    filter: drop-shadow(5px 5px 10px #9f0700);
}

.reviews-card {
    padding: 27px 15px 30px 30px;
    background: linear-gradient(rgba(40, 29, 24, 0.8), rgba(40, 29, 24, 0.8)), url("../images/reviews-bg.png") no-repeat;
    width: 330px;
    height: 322px;
    border-radius: 5px;
}

.reviews-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews-left-social {
    display: flex;
}

.reviews-left-social a {
    text-decoration: none;
    margin-right: 5px;
}

.reviews-left-name {
    font-size: 25px;
    font-family: "Formular-Bold", sans-serif;
    margin-top: 5px;
}

.reviews-bottom-favorite p {
    font-size: 14px;
    font-family: "Trebuchet-Bold", sans-serif;
    margin-bottom: 6px;
}

.reviews-bottom-text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.357;
    max-width: 275px;
}

.promotions {
    margin-top: 170px;
}

.promotions-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 40px;
    align-items: center;
}

.promotions-card {
    text-align: center;
    height: 142px;
}

.card-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    background: url("../images/promotion-bg-1.png") no-repeat center;
    background-size: contain;
    display: flex;
    padding-inline: 10px;
    align-items: center;
}

.card-1 .promotions-card-img {
    filter: drop-shadow(0px 0px 10px #68b144);

}

.card-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    background: url("../images/promotion-bg-2.png") no-repeat center;
    background-size: contain;
    padding-top: 25px;
}

.card-2 .promotions-card-text {
    position: relative;
    top: -8px;
}

.card-3 {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    background: url("../images/promotion-bg-4.png") no-repeat center;
    height: 316px;
    padding-top: 25px;
    border-radius: 10px;
}

.card-3 .promotions-card-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-3 .promotions-card-text-big {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.card-4 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    background-color: #072f3c;
    width: 770px;
    border-radius: 10px;
    display: flex;
    padding-block: 24px 14px;
    align-items: center;
}

.card-4 .promotions-card-img {
    filter: drop-shadow(0px 0px 15px #117a9c);
}

.promotions-card-text-small {
    font-size: 18px;
}

.promotions-card-text-normal {
    font-size: 27px;
    font-family: "Formular-Bold", sans-serif;
}

.promotions-card-text-big {
    font-size: 40px;
    font-family: "Trebuchet-Bold", sans-serif;
}

.book {
    margin-block: 170px 80px;
}

.book-content {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.book-left img {
    filter: drop-shadow(0px 0px 30px #9f0700);
    margin-left: 80px;
}

.book-right {
    position: relative;
    margin-left: 90px;
}

.book-right-text {
    font-size: 14px;
    line-height: 1.357;
    max-width: 265px;
    margin-bottom: 20px;
}

.timer {
    display: flex;
    gap: 5px;
}

.time-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.digits {
    display: flex;
    gap: 5px;
}

.digit {
    background: #ebebeb;
    color: rgb(197, 16, 0);
    font-size: 16px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebebeb;
    font-size: 16px;
    font-weight: bold;
    color: rgb(197, 16, 0);
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.label {
    margin-top: 10px;
    font-size: 12px;
}

.book-form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.book-form label {
    display: flex;
    flex-direction: column;
}

.book-form input {
    margin-top: 20px;
    width: 252px;
    height: 52px;
    border: 1px solid rgb(253, 177, 91);
    border-radius: 5px;
    background: transparent;
    font-size: 14px;
    padding: 20px;
    color: #fff;
    outline: none;
}

.book-form input::placeholder {
    color: #fff;
}

form .error-input {
    color: red;
    margin-block: 8px;
    font-size: 15px;
    display: none;
}

.input-error {
    border: 1px solid red;
    color: red;
}

.book-button {
    margin-top: 22px;
    cursor: pointer;
    height: 52px;
    width: 252px;
    padding: 19px 57px 19px 50px;
    font-size: 14px;
    border: none;
    outline: none;
}

.book-agreement {
    font-size: 12px;
    color: rgb(252, 252, 252);
    max-width: 250px;
    margin-top: 17px;
}

.book-agreement span {
    text-decoration: underline;
}

.pepper {
    position: absolute;
    right: -150px;
    filter: drop-shadow(0px -5px 40px #9f0700);
}

.footer {
    margin-top: 145px;
    border-top: 1px solid #252020;
}

.footer .container {
    display: flex;
    padding-block: 35px 60px;
    justify-content: space-between;
    align-items: center;
}

.footer-address {
    text-align: center;
}

.footer-address address {
    margin-bottom: 12px;
}

.footer-address a {
    font-size: 12px;
    color: rgba(178, 143, 102, 0.502);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-address a:hover {
    color: #f39300;
}

.footer-socials a {
    text-decoration: none;
    margin-left: 12px;
}

.icon-social img {
    transition: all 0.3s ease-in-out;
}

.icon-social img:hover {
    opacity: 0.1;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 30, 27, 0.8);
    z-index: 3;
}

.popup-content {
    background: #000;
    padding: 70px 80px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
}

.popup-title {
    font-size: 36px;
    font-family: "Formular-Bold", sans-serif;
}

.popup-text {
    font-size: 14px;
    margin-top: 20px;
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.burger {
    display: none;
}

.close {
    display: none;
}