@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* other css file */
@import url(menu.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--poppins);
}

:root {
    --poppins: 'Poppins', sans-serif;
    --primary-color: #252525;
    --secondary-color: #F9A101;
}

html {
    scroll-behavior: smooth;
}

/* HEADER CSS */

.header {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.nav-bar {
    background-color: #fff;
    box-shadow: 0 1px 4px hsl(0 4% 15% / 10%);
    position: fixed !important;
    width: 100%;
    z-index: 2;
}

.nav-bar__logo img {
    height: 60px;
    padding: 10px 0;
}

.nav-bar__menu-links {
    transform: translateY(20%);
}

.nav-bar__menu-links li {
    list-style: none;
    padding: 5px 10px;
    line-height: 25px;
}

.nav-bar__menu-links li a {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.nav-bar__menu-links li a:hover {
    color: var(--secondary-color);
}

.nav-bar__burger {
    cursor: pointer;
    display: none;
}

.nav-bar__burger div {
    width: 25px;
    height: 3px;
    margin: 5px;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
}

.nav-bar__modal {
    width: 85%;
    height: 100vh;
    background: var(--secondary-color);
    padding: 10px 40px;
    display: none;
    z-index: 2;
}

hr {
    border: none;
    height: 5px;
    background: rgb(10, 3, 3);
}

.nav-bar__modal-logo img {
    height: 60px;
}

.nav-bar__modal-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-left: -35px;
}

.nav-bar__modal-link li {
    list-style: none;

}

.nav-bar__modal-link li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: .3s ease-out;
}

.nav-bar__modal-link li a:hover {
    color: var(--primary-color);
}

.nav-bar__modal-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
}

.nav-bar__modal-social a {
    color: #F9A101;
    font-size: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-decoration: none;
    background: #252525;

    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-out;
}

.nav-bar__modal-social a:hover {
    background: #010509;
}

.hero {
    padding-top: 120px;
    position: relative;
    z-index: 1;
}

.hero-title {
    color: #fff;
    margin-top: 65px;
}

.hero-title h3 {
    text-transform: uppercase;
    opacity: 0.6;
    font-weight: 400;
    font-size: 22px;
    padding-left: 6px;
}

.hero-title h1 {
    font-size: clamp(3.4375rem, 2.6563rem + 2.5vw, 4.0625rem);
    font-family: 700;
}

.hero-title p {
    font-size: 15px;
    opacity: 0.6;
    width: 80%;
    line-height: 30px;
}

.hero-title-btn {
    background-color: var(--secondary-color);
    padding: 10px 36px;
    border-radius: 30px;
    outline: none;
    border: none;
    transition: 0.2s ease-out;
}

.hero-title-btn a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.hero-title-btn:hover {
    background-color: #fec313;
}

.hero-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-img__burger {
    height: 480px;
    width: 100%;
    background-color: #F2E8E7;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.header-bg .dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    opacity: .16;
    z-index: 0;
}

.header-bg .pizza {
    width: 140px;
    height: 140px;
    transform: rotate(180deg);
    position: absolute;
    top: 50px;
    left: 70px;
    z-index: 0;
    opacity: 0.3;
    filter: blur(2px);
}

.header-bg .mushroom {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 70px;
    right: 10px;
    opacity: 0.3;
    z-index: 0;
    filter: blur(2px);
}

.header-bg .lettuce {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 5px;
    right: 430px;
    opacity: 0.3;
    z-index: 0;
    filter: blur(2px);
    transform: rotate(-10deg);
}

.header-bg .tomato {
    height: 15rem;
    position: absolute;
    bottom: 90px;
    left: -80px;
    opacity: 0.3;
    z-index: 0;
    filter: blur(2px);
    transform: rotate(-10deg);
}

.header-bg .chicken {
    height: 6rem;
    position: absolute;
    top: 180px;
    left: 33rem;
    opacity: 0.3;
    z-index: 0;
    filter: blur(2px);
    transform: rotate(-30deg);
}

.hero__delivery {
    width: 150px;
    height: 55px;
    border-radius: 10px;
    background: rgba(116, 115, 115, 0.4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(116, 115, 115, 0.2);

    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    top: 30px;
    right: -30px;
}

.hero__delivery img {
    height: 35px;
}

.hero__delivery-mins h2 {
    font-size: 15px;
    color: #ffff;
    margin-top: 16px;
}

.hero__delivery-mins p {
    font-size: 13px;
    color: #ffff;
    opacity: .7;
    margin-top: -7px;
}

.hero__best {
    width: 150px;
    height: 58px;
    border-radius: 10px;
    background: rgba(116, 115, 115, 0.4);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(116, 115, 115, 0.2);
    line-height: 10px;
    padding-top: 7px;

    position: absolute;
    left: -100px;
    bottom: -15px;
}

.hero__best h2 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    opacity: .8;
}

.hero__best p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    width: 50px;
    height: 20px;
    margin-left: 22px;
    margin-top: -5px;

    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
}


/* SPECIAL-MENU SECTION */

.special-menu {
    margin-top: 5rem;
}

.special-menu h1 {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 35px;
}

.special-menu__cards {
    margin-bottom: 1.5rem;
    background-color: #fff;
    box-shadow: 0 7.5px 22.5px 6px #e6e6e6;
    transition: all 0.3s ease-in-out;
}

.special-menu__cards .backgroundEffect {
    bottom: 0;
    height: 0px;
    width: 100%;
}

.special-menu__cards:hover {
    color: #fff;
    transform: scale(1.03);
    -moz-box-shadow: 0 7.5px 22.5px 6px #f2f2f2;
    box-shadow: 0 7.5px 22.5px 6px #f2f2f2;
}

.special-menu__cards:hover .backgroundEffect {
    bottom: 0;
    height: 165px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: var(--secondary-color);
    animation: popBackground 0.3s ease-in;
}

@keyframes popBackground {
    0% {
        height: 20px;
    }

    50% {
        height: 80px;
    }

    75% {
        height: 120px;
    }

    100% {
        height: 165px;
    }
}

.special-menu__cards img {
    height: 220px;
    width: 100%;
}

.special-menu__cards-info {
    padding: 1rem;
    position: relative;
}

.special-menu__cards-info h2 {
    font-size: 1.2rem;
}

.special-menu__cards-info p {
    font-size: 0.8rem;
    opacity: 0.8;
}

.special-menu__cards-info a {
    text-underline-offset: 5px;
    color: #2a2a2a;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}

.special-menu__cards:hover .special-menu__cards-info a {
    color: #fff;
}

.special-menu__cards-info h6 {
    width: 55px;
    height: 23px;
    text-align: center;
    padding-top: 2px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 600;

    position: absolute;
    top: .9rem;
    right: 1rem;
    transition: 0.5s ease-out;
}

.special-menu__cards:hover .special-menu__cards-info h6 {
    background: var(--primary-color);
}


/* CHOOSE-US SECTION */

.choose-us {
    margin-top: 5rem;
    background: #FFFBF6;
    padding: 3rem 0;
}

.choose-us__info .col:hover {
    transition: all .4s ease-out;
    background-color: var(--secondary-color);
    color: #fff;
}

.choose-us__text h1 {
    font-size: clamp(1.875rem, 1.4844rem + 1.25vw, 2.1875rem);
    padding-top: 20px;
    width: 200px;
}

.choose-us__cards {
    padding: 20px;
}

.choose-us__cards img {
    height: 3.2rem;
}

.choose-us__cards h2 {
    font-size: 19px;
    margin-top: 10px;
}

.choose-us__cards p {
    opacity: .8;
    margin-top: 10px;
    font-size: .8rem;
}

.first {
    border-right: 1px solid rgba(0, 0, 0, 0.181);
    border-bottom: 1px solid rgba(0, 0, 0, 0.181);
}

.second {
    border-right: 1px solid rgba(0, 0, 0, 0.181);
    border-bottom: 1px solid rgba(0, 0, 0, 0.181);
}

.third {
    border-bottom: 1px solid rgba(0, 0, 0, 0.181);
}

.fourth {
    border-right: 1px solid rgba(0, 0, 0, 0.181);
}

.fifth {
    border-right: 1px solid rgba(0, 0, 0, 0.181);
}


/* HOME DELIVERY SECTION */

.home-delivery {
    margin-top: 6rem;
    position: relative;
    height: 80vh;
}

.home-delivery__image {
    position: relative;
}

.home-delivery__image img {
    width: 400px;
    height: 450px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    position: relative;
}

.border1 {
    width: 415px;
    height: 465px;
    border: 1px solid #fbcc74;
    position: absolute;
    left: 0;
    bottom: -15px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    z-index: -1;
}

.border2 {
    width: 415px;
    height: 480px;
    position: absolute;
    left: 15px;
    bottom: -30px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border: 1px solid #fbcc74;
    z-index: -1;
}

.home-delievry__background {
    height: 350px;
    width: 400px;
    background: #FCA301;
    position: absolute;
    bottom: 0;
    z-index: -2;
}

.home-delivery__info {
    margin-top: 50px;
    padding-left: 70px;
}

.home-delivery__info-title h3 {
    font-size: 23px;
    font-weight: 600;
    color: #fe8513;
}

.home-delivery__info-title h1 {
    font-size: 50px;
    width: 500px;
    font-weight: 600;
}

.home-delivery__info-title p {
    opacity: 0.7;
}

.home-delievry__check-title i {
    border: 1px solid var(--secondary-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: var(--secondary-color);

    display: flex;
    justify-content: center;
    align-items: center;
}

.home-delievry__check-title p {
    opacity: 0.7;
}


/* REVIEWS SECTION */
.reviews {
    margin-top: 6rem;
}

.reviews-top {
    height: 40vh;
    background-image: url(../images/black-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}

.reviews-top h1 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 45px;
}

.reviews .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.reviews-list {
    width: 650px;
    background: #fff;
    -webkit-box-shadow: 1.5px 6.5px 14.5px -4.5px #f1f1f1;
    -moz-box-shadow: 1.5px 6.5px 14.5px -4.5px #f1f1f1;
    box-shadow: 1.5px 6.5px 14.5px -4.5px #cacaca;
    border-radius: 10px;
    overflow: hidden;

    position: relative;
    top: -120px;
    z-index: 1;
}

.review-list__info {
    width: 3240px;
    display: flex;

}

.reviews-list__card {
    padding: 40px 40px 30px 40px;
    position: relative;
}

.reviews-list__card-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-list__card-profile img {
    width: 70px;
    border-radius: 50%;
}

.card-profile__name {
    padding-top: 10px;
    line-height: 5px;
}

.card-profile__name h3 {
    font-size: 20px;
}

.card-profile__name p {
    color: #fdf500;
    font-size: 20px;
}

.reviews-list__card-rev {
    padding-top: 20px;
    opacity: .7;
    font-size: 15px;
}

.reviews-list__arrow-left,
.reviews-list__arrow-right {
    background: var(--secondary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;

    -webkit-box-shadow: 0 5.5px 12px -1.5px #c1c1c1;
    -moz-box-shadow: 0 5.5px 12px -1.5px #c1c1c1;
    box-shadow: 0 5.5px 12px -1.5px #c1c1c1;

    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-list__arrow-left {
    position: absolute;
    left: 220px;
    top: -20px;
    z-index: 1;

    color: var(--secondary-color);
    background: #fff;
}

.reviews-list__arrow-right {
    position: absolute;
    right: 220px;
    top: -20px;
    z-index: 1;
}

.disabled {
    color: var(--secondary-color);
    background: #fff;
}

.able {
    color: #fff;
    background: var(--secondary-color);
}


/* FREQUENTLY QUESTIONS SECTION */
.questions {
    background: #FFFBF6;
    padding-top: 40px;
    position: relative;
}

.questions-title h1 {
    text-align: center;
    font-size: 40px;
}

.questions-list {
    flex: 1;
    margin-top: 40px;
}

.questions-list__card {
    background: #fff;
    border-radius: 10px;
    padding: 0 20px;
    cursor: pointer;
    transition: 0.3s ease-out;
}

.questions-list__card-asked p {
    margin-top: 15px;
    font-weight: 600;
}

.questions-list__card-answer {
    font-size: 15px;
    opacity: 0.8;
    display: none;
}

.questions-list__card-answer.active {
    display: block;
}

.fa-plus {
    color: var(--secondary-color);
}

.fa-minus {
    color: #fff;
}

.questions-image {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.questions-image img {
    height: 480px;
    z-index: 1;
}

.questions-image_mark img {
    height: 160px;
    position: absolute;
    width: 100px;
}

.questions-image_mark .mark1 {
    top: 0;
    left: 60px;
    transform: rotate(-5deg);
}

.questions-image_mark .mark2 {
    top: -90px;
    right: 90px;
    transform: rotate(15deg);
}

.questions-image__bg {
    width: 650px;
    height: 450px;
    background: #FDFFAB;
    z-index: 0;
    border-top-left-radius: 100%;

    position: absolute;
    right: 0;
    bottom: 0;
}





/* footer */
.footer {
    margin-top: 6rem;
    padding-top: 40px;
    background-image: url(..//images/footer.png);
    background-size: cover;
    position: relative;
}

.footer-title {
    margin-bottom: 40px;
    position: relative;
}

.footer-title img {
    height: 40px;
}

.footer-title h1 {
    font-size: 35px;
    color: #fff;
}

.footer-hero {
    flex: 1.2;
}

.footer-nav {
    flex: 1;
}

.footer-follow {
    flex: .4;
}

.footer-top h3 {
    font-size: 18px;
    color: #fff;
    opacity: .8;
}

.footer-address {
    margin-top: 20px;
}

.footer-address p {
    color: #fff;
    opacity: .7;
    margin-bottom: 0;
    font-size: 15px;
}

.footer-address__email {
    text-decoration: underline;
}

.footer-map {
    margin-top: 15px;
}

.footer-map a {
    color: #fff;
    opacity: .7;
    text-decoration: underline;
    font-size: 15px;
}

.footer-map a i {
    font-size: 13px;
}

.footer-links__site {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-links__site a {
    color: #fff;
    text-decoration: none;
    opacity: .7;
    font-size: 15px;
}

.footer-follow-social {
    margin-top: 15px;
    display: flex;
    gap: 20px;
}

.footer-follow-social a {
    color: #F9A101;
    font-size: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-decoration: none;
    background: #252525;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-out;
}

.footer-follow-social a:hover {
    background: #555555;
}

.footer-hr {
    color: #fff;
    opacity: .1;
    margin-top: 30px;
    margin-bottom: 0;
}

.footer-author p {
    margin-bottom: 0;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    opacity: .4;
    font-size: 14px;
}

.footer-author p span {
    color: var(--secondary-color);
}

.footer-circle__bg {
    height: 100%;
    width: 60%;
    background: rgba(71, 71, 71, 0.2);
    z-index: 0;
    border-top-right-radius: 200vh;
    border-top-left-radius: 200vh;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}







/* MEDIA QUERY */

@media screen and (max-width: 1281px) {
    .hero {
        padding-top: 180px;
    }

    .header-bg .lettuce {
        bottom: 60px;
    }

    .home-delivery {
        height: 65vh;
    }

    .home-delievry__background {
        height: 280px;
        bottom: 0;
    }
}

@media screen and (max-width: 1040px) {
    .hero__best {
        right: 380px;
    }

    .hero__delivery {
        right: 10px;
    }

    .hero-title {
        margin-top: 50px;
    }

    .hero-img__burger {
        height: 400px;
    }

    .header-bg .chicken {
        left: 450px;
    }

    .header-bg .lettuce {
        left: 550px;
    }

    .hero__delivery {
        right: -30px;
        top: 20px;
    }

    .hero__best {
        bottom: 0;
        left: -80px;
    }

    .home-delivery {
        height: 80vh;
    }

    .home-delievry__background {
        bottom: -30px;
    }

    .reviews-list__arrow-left {
        left: 135px;
    }

    .reviews-list__arrow-right {
        right: 135px;
    }

    .questions-image {
        justify-content: flex-end;
    }

    .questions-image_mark img {
        height: 120px;
        width: 80px;
    }
    
    .questions-image_mark .mark1 {
        top: 30px;
        left: 110px;
    }
    
    .questions-image_mark .mark2 {
        top: -50px;
        right: 0;
    }

    .questions-image__bg {
        height: 500px;
        width: 500px;
    }
}

@media screen and (max-width: 992px) {
    .choose-us__display {
        display: flex;
        flex-direction: column;
    }

    .choose-us__cards {
        padding-left: 0;
    }

    .hero .container {
        flex-direction: column;
    }

    .hero-title {
        text-align: center;
    }

    .hero-title p {
        width: 100%;
    }

    .hero-img {
        margin: 30px 0;
        text-align: center;
    }

    .hero-img__burger {
        width: 70%;
    }

    .header-bg .tomato {
        top: 500px;
    }

    .header-bg .lettuce {
        left: 90px;
    }

    .hero__delivery {
        right: 70px;
        top: 50px;
    }

    .hero__best {
        left: 0;
        bottom: -10px;
    }

    .home-delivery {
        height: auto;
    }

    .home-delivery {
        margin-top: 5rem;
    }

    .home-delievry__background {
        top: 250px;
        width: 340px;
        height: 170px;
        left: 0;
    }

    .home-delivery__image img {
        width: 300px;
        height: 350px;
    }

    .home-delivery__info {
        padding-left: 50px;
        margin: 0;
        width: 410px;
    }

    .border1 {
        width: 315px;
        height: 365px;
        top: 0;
    }

    .border2 {
        width: 315px;
        height: 380px;
        top: 0;
    }

    .home-delivery__info-title h1 {
        font-size: 40px;
        width: 400px;
    }

    .home-delivery__info-title p,
    .home-delievry__check-title p {
        font-size: 14px;
    }

    .home-delievry__check-title i {
        width: 25px;
        height: 25px
    }

    .reviews-top {
        height: 20vh;
    }

    .reviews-list__arrow-left {
        left: 15px;
    }

    .reviews-list__arrow-right {
        right: 15px;
    }

    .questions-image__bg {
        width: 450px;
        height: 450px;

    }

    .questions-image {
        justify-content: flex-end;
        flex: 1;
    }

    .questions-image img {
        height: 610px;
        width: 90%;
    }

    .questions-image_mark img {
        height: 120px;
        width: 80px;
    }

    .questions-image_mark .mark1 {
        top: 20px;
        left: 10px;
        transform: rotate(-5deg);
    }

    .questions-image_mark .mark2 {
        top: -30px;
        right: -10px;
        transform: rotate(15deg);
    }
}

@media screen and (max-width: 780px) {

    .nav-bar__burger {
        display: block;
        position: relative;
    }

    .nav-bar__menu {
        display: none;
    }

    .nav-bar__modal {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-110%);
        transition: transform .5s ease-out;
    }

    .hero-title {
        text-align: center;
    }

    .hero-title p {
        width: 100%;
    }

    .hero-img {
        margin-top: 30px;
        text-align: center;
    }

    .hero-img__burger {
        width: 60%;
        height: 410px;
    }

    .header-bg .lettuce {
        left: 80px;
        right: 0;
    }

    .header-bg .pizza {
        top: 100px;
    }

    .header-bg .chicken {
        left: 500px;
        top: 360px;
    }

    .hero__best {
        left: 40px;
    }

    .header-bg .tomato {
        bottom: 0;
        top: 490px;
    }

    .hero__delivery {
        right: 80px;
    }

    .home-delievry__background {
        width: 300px;
    }

    .home-delivery__info-title h1 {
        font-size: 35px;
        width: 360px;
    }

    .reviews-top {
        height: 23vh;
    }

    .questions-list__card {
        width: 350px;
    }

    .questions-image__bg {
        width: 400px;
    }


}

@media screen and (max-width: 577px) {
    .nav-bar__modal-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-bar__modal-link {
        gap: 55px;
    }

    .nav-bar__modal-social {
        gap: 10px;
    }

    .header-bg .chicken {
        left: 300px;
    }

    .header-bg .lettuce {
        left: 30px;
    }

    .hero__delivery {
        right: 40px;
    }

    .fourth {
        border-bottom: 1px solid rgba(0, 0, 0, 0.181);
        border-right: 0;
    }

    .third {
        border-right: 1px solid rgba(0, 0, 0, 0.181);
    }

    .home-delivery .container {
        flex-direction: column;
        gap: 50px;
    }

    .home-delivery__image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .border1 {
        left: 109px;
    }

    .border2 {
        left: 124px;
    }

    .home-delievry__background {
        top: 220px;
        width: 350px;
    }

    .reviews-top {
        height: 35vh;
    }

    .reviews-list__card {
        margin-right: 140px;
        padding: 30px 30px 20px 30px;
    }

    .reviews-list__card-rev p {
        width: 450px;
    }

    .reviews-list__arrow-left {
        top: 170px;
        left: 200px;
    }

    .reviews-list__arrow-right {
        top: 170px;
        right: 200px;
    }

    .questions-list {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .questions-image {
        justify-content: center;
    }

    .questions-image img {
        width: auto;
        height: 400px;
    }

    .questions-image_mark img {
        height: 100px;
        width: 70px;
    }

    .questions-image_mark .mark1 {
        top: 35px;
        left: 80px;
    }
    
    .questions-image_mark .mark2 {
        right: 100px;
    }

    .questions-image__bg {
        height: 440px;
        width: 100%;
    }

    .footer .container {
        gap: 20px;
    }

    .footer-hero {
        flex: 1.7;
    }
    
    .footer-nav {
        flex: 1;
    }
    
    .footer-follow {
        flex: .4;
    }

    .footer-follow-social {
        gap: 10px;
    }

}

@media screen and (max-width: 420px) {
    .header-bg .chicken {
        height: 4rem;
        left: 250px;
        top: 380px;
    }

    .header-bg .dots {
        height: 100vh;
    }

    .header-bg .mushroom {
        width: 70px;
        height: 70px;
    }

    .header-bg .pizza {
        width: 120px;
        height: 120px;
        left: 10px;
    }

    .header-bg .tomato {
        height: 12rem;
        top: 600px;
        left: -60px;
    }

    .header-bg .lettuce {
        width: 150px;
        height: 150px;
    }

    .hero-img__burger {
        width: 75%;
        height: 290px;
    }

    .hero__delivery {
        width: 130px;
        top: 20px;
        right: 0;
    }

    .hero__best {
        width: 130px;
        left: 0;
    }

    .hero__best p {
        margin-left: 13px;
    }

    .home-delivery {
        margin-top: 3rem;
    }

    .home-delivery__info-title {
        padding-top: 10px;
    }

    .choose-us__text h1 {
        padding-top: 0;
    }

    .choose-us__cards h2 {
        font-size: 17px;
    }

    .reviews {
        margin-top: 3rem;
    }

    .fourth {
        border-right: 1px solid rgba(0, 0, 0, 0.181);
        border-bottom: 0;
    }

    .third {
        border-right: none;
    }

    .home-delivery__image {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .home-delievry__background {
        width: 250px;
        height: 200px;
        top: 190px;
    }

    .border1 {
        left: 0;
    }

    .border2 {
        left: 15px;
    }

    .home-delivery__info {
        padding-left: 0;
        width: 360px;
    }

    .reviews-top {
        height: 33vh;
    }

    .reviews-top h1 {
        font-size: 35px;
    }

    .reviews-list {
        top: -150px;
    }

    .reviews-list__card {
        margin-right: 270px;
    }

    .reviews-list__card-rev p {
        width: 320px;
    }

    .reviews-list__arrow-left {
        top: 180px;
        left: 150px;
    }

    .reviews-list__arrow-right {
        top: 180px;
        right: 150px;
    }

    .questions-image_mark .mark1 {
        top: 40px;
        left: 30px;
    }
    
    .questions-image_mark .mark2 {
        top: -10px;
        right: 50px;
    }

    .questions-image__bg {
        height: 400px;
    }

    .footer {
        padding-bottom: 5px;
    }

    .footer .container {
        gap: 20px;
        flex-wrap: wrap;
    }

    .footer-author {
        flex-direction: column;
        
        margin-bottom: 0;
    }

    .footer-author p {
        margin-bottom: 0;
        padding: 0;
    }

    .footer-circle__bg {
        display: none;
    }
}

@media screen and (max-width: 395px) {
    .choose-us__cards h2 {
        font-size: 15px;
    }

    .home-delivery__info,
    .home-delivery__info h1 {
        width: 100%;
    }

    .reviews {
        margin-top: 4rem;
    }

    .reviews-list__arrow-left {
        top: 180px;
        left: 130px;
    }

    .reviews-list__arrow-right {
        top: 180px;
        right: 130px;
    }

    .questions-image__bg {
        height: 400px;
    }
}

@media screen and (max-width: 376px) {
    .hero-title {
        margin-top: 30px;
    }

    .hero-title p {
        width: 85%;
        margin-left: 7%;
    }

    .choose-us {
        padding: 0;
    }

    .choose-us__text h1 {
        padding-left: 20px;
    }

    .choose-us__cards {
        padding: 20px;
    }

    .second {
        border-right: none;
    }

    .third {
        border-right: 1px solid rgba(0, 0, 0, 0.181);
    }

    .fourth {
        border-bottom: 1px solid rgba(0, 0, 0, 0.181);
        border-right: none;
    }

    .header-bg .chicken {
        left: 210px;
    }

    .reviews-top {
        height: 40vh;
    }

    .reviews-list {
        top: -180px;
    }

    .reviews-list__card {
        margin-right: 300px;
    }

    .reviews-list__card-rev p {
        width: 290px;
    }

    .reviews-list__arrow-left {
        top: 170px;
    }

    .reviews-list__arrow-right {
        top: 170px;
    }

    .questions-image_mark .mark1 {
        top: 40px;
        left: 10px;
    }
    
    .questions-image_mark .mark2 {
        top: -10px;
        right: 30px;
    }

    .questions-image__bg {
        height: 400px;
    }

}

.nav-active {
    transform: translateX(0%);
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    opacity: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}