* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}


body {
    background: linear-gradient(to top, rgba(30, 12, 0, 1), rgba(31, 7, 0, 1), rgba(23, 10, 0, 1), rgba(30, 13, 0, 1));
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 35px;
}

header {
    /* border: 3px solid red; */
    height: 48px;
    width: 80vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
}

.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    justify-content: space-between;
}

.logo {
    width: 162px;
    height: 37px;
    font-family: Roboto;
    font-weight: 800;
    font-size: 34.06px;
    background: linear-gradient(261.69deg, #FF6432 12.12%, #FFA228 86.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-ul {
    width: 469px;
    height: 33px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.log-in {
    width: 229px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid red; */
}

.log-in-btn {
    width: 163px;
    height: 40px;
    border-top-left-radius: 700px;
    border-top-right-radius: 675px;
    border-bottom-right-radius: 700px;
    border-bottom-left-radius: 700px;
    border: none;
    outline: none;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 14.74px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(261.69deg, #FF6432 12.12%, #FFA228 86.72%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-btn {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 50%;
    background: linear-gradient(261.69deg, #FF6432 12.12%, #FFA228 86.72%);
}

.header-li {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14.88px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(163, 163, 163, 1);

}

.header-li a {
    color: rgba(163, 163, 163, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(261.69deg, #FF6432 12.12%, #FFA228 86.72%);
}

.header-li-active a {
    background: linear-gradient(261.69deg, #FF6432 12.12%, #FFA228 86.72%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14.88px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
}

.hero-container {
    width: 80vw;
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    margin-top: 35px;
    justify-content: space-between;
}

.hero-information {
    width: 538px;
    height: 618px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-information-title {
    width: 538px;
    height: 169.69735717773438px;
    border-radius: 5.07px;
    font-family: Roboto;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 69.17px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero-information p {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 19.56px;
    line-height: 136%;
    letter-spacing: 0%;
    color: rgba(163, 163, 163, 1);
}

.cooking-process img {
    width: 272px;
    height: 193.38294982910156px;
    border-radius: 23px;
    box-shadow: 0px 4px 29px 0px rgba(255, 79, 21, 0.293);
}

.cooking-process {
    width: 272px;
    height: 232.38294982910156px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-buttons {
    width: 388px;
    height: 52px;
    display: flex;
    justify-content: space-between;
    border: 2px solid #FE9C1C;
    border-radius: 100px;
    box-sizing: content-box;
}

.order-btn {
    width: 229.92857360839844px;
    height: 52px;
    border-radius: 100px;
    border: none;
    outline: none;
    background: linear-gradient(261.48deg, #FE9C1C -17.13%, #FF5E2A 86.76%);
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 17.44px;
    line-height: 124%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.pizza-menu-btn {
    width: 232px;
    height: 52px;
    border: 2px solid transparent;
    outline: none;
    background: linear-gradient(261.48deg, #FE9C1C -17.13%, #FF5E2A 86.76%);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 17.44px;
    line-height: 124%;
    letter-spacing: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-image-slice: 1;
}

.hero-images-conatiner {
    /* border: 1px solid red; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.main-image-hero {
    width: 406px;
    height: 570.91650390625px;
    border-radius: 46px;
    background-image: url('images/1f2e4a0e3e10f7fbbbd77a9d8682e9b424395b65.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-of-hero-pizza {
    width: 211.90543757209937px;
    height: 211.90543757209937px;
    position: relative;
    top: -115px;
    left: 250px;
    transform: rotate(-4.2deg);
}

.image-of-french-fries {
    width: 211.90543757209937px;
    height: 211.90543757209937px;
    position: relative;
    top: 90px;
    left: -120px;
    transform: rotate(-15.28deg);
}

.menu-section {
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 75px;
}

.menu-section-title {
    font-family: Roboto;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 69.17px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.menu-section-nav-btn-active {
    width: 229.92857360839844px;
    height: 52px;
    border-radius: 100px;
    border: none;
    outline: none;
    background: linear-gradient(261.48deg, #FE9C1C -17.13%, #FF5E2A 86.76%);
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 17.44px;
    line-height: 124%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 9px 40px 0px rgba(255, 106, 0, 0.149);
}

.menu-section-navigation {
    width: 80vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-section-nav-btn {
    width: 229.92857360839844px;
    height: 52px;
    border-radius: 100px;
    border: none;
    outline: none;
    background: rgba(33, 10, 1, 1);
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 17.44px;
    line-height: 124%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 9px 40px 0px rgba(255, 106, 0, 0.149);
}

.menu-section-pizza-cards-row {
    width: 80vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-section-pizza-card {
    width: 297px;
    height: 516px;
    background: rgba(33, 10, 1, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-radius: 29.53px;
}

.menu-pizza-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19.5px;
}

.ordering-pizza-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19.5px;
}

.pizza-image {
    width: 159.1216278076172px;
    height: 157px;
}

.menu-section-pizza-card h3 {
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 25.1px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
}

.menu-section-pizza-card p {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14.32px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(163, 163, 163, 1);
    width: 229px;
}

.pizza-card-size-buttons {
    width: 229px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pizza-size-btn {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1.5px solid #a3a3a3;
    outline: none;
    background: local;
    color: rgba(163, 163, 163, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pizza-size-btn-active {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(261.48deg, #FE9C1C -17.13%, #FF5E2A 86.76%);
    color: rgba(255, 255, 255, 1);
}

.plus-ingridients-btn {
    width: 232px;
    height: 52px;
    border: 2px solid transparent;
    outline: none;
    background: linear-gradient(261.48deg, #FE9C1C -17.13%, #FF5E2A 86.76%);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 17.44px;
    line-height: 124%;
    letter-spacing: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-image-slice: 1;
    border: 2px solid #FE9C1C;
    border-radius: 100px;
}

.pizza-card-price-and-number {
    width: 229px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pizza-price {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20.46px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.pizza-number {
    display: flex;
    align-items: center;
    color: rgba(163, 163, 163, 1);
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 18.46px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    gap: 7.5px;
}

.pizza-number-minus {
    width: 23px;
    height: 23px;
    border-radius: 100px;
    border: 1.5px solid #a3a3a3;
    outline: none;
    background: local;
    color: rgba(163, 163, 163, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pizza-number-plus {
    width: 23px;
    height: 23px;
    border-radius: 100px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(261.48deg, #FE9C1C -17.13%, #FF5E2A 86.76%);
    color: rgba(255, 255, 255, 1);
}

.pizza-order-button {
    width: 229.92857360839844px;
    height: 52px;
    border-radius: 100px;
    border: none;
    outline: none;
    background: linear-gradient(261.48deg, #FE9C1C -17.13%, #FF5E2A 86.76%);
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 17.44px;
    line-height: 124%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.most-popular-pizza-container {
    width: 80vw;
    height: 286px;
    background-image: url('/images/most popular pizaa.png');
    background-size: cover;
    border-radius: 34px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.most-popular-pizza-container h1 {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 43.86px;
    line-height: 109.00000000000001%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.events-section {
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    width: 80vw;
    gap: 25px;
}

.events-section-part-1 {
    display: flex;
    justify-content: space-between;
}

.events-card-mini {
    width: 396px;
    height: 220px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background-size: cover;
}

.events-card-mini h2 {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 25.09px;
    line-height: 109.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.events-card-btn {
    width: 204px;
    height: 38px;
    border-radius: 36px;
    border: none;
    outline: none;
    background: linear-gradient(261.69deg, #FF5D29 12.12%, #FE9C1C 86.72%);
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 15.38px;
    line-height: 109.00000000000001%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.events-section-head-line {
    width: 396px;
    height: 200;
    /* border: 1px solid red; */
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 10px;
}

.events-section-head-line h1 {
    font-family: Roboto;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 69.17px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.events-section-head-line p {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 17.56px;
    color: rgba(163, 163, 163, 1);
}

.events-section-part-2 {
    display: flex;
    justify-content: space-between;
}

.events-card-large {
    width: 585px;
    height: 220px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background-size: cover;
    /* border: 1px solid red; */
}

.events-card-large h2 {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 25.09px;
    line-height: 109.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.events-section-part-3 {
    display: flex;
    justify-content: space-between;
}

.events-card-medium {
    width: 390px;
    height: 220px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background-size: cover;
    /* border: 1px solid red; */
}

.events-card-medium h2 {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 25.09px;
    line-height: 109.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.egg-and-bacon {
    width: 218.26652656658595px;
    height: 218.26652656658595px;
    transform: rotate(-13.94deg);
    position: relative;
    left: -115px;
    top: 115px;
}

.shawarma {
    width: 218.26652656658595px;
    height: 218.26652656658595px;
    transform: rotate(85.08deg);
    position: relative;
    left: 890px;
    top: 275px;
}

.coffee {
    width: 218.26652656658595px;
    height: 218.26652656658595px;
    transform: rotate(-13.94deg);
    position: relative;
    left: -555px;
    top: 635px;
}

.images-container {
    height: 25px;
}

.about-us {
    display: flex;
    width: 80vw;
    justify-content: space-between;
    margin-top: 95px;
}

.about-us-details-container {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.about-us-details-container h1 {
    font-family: Roboto;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 69.17px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.about-us-details-container p {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 19.56px;
    letter-spacing: 0%;
    color: rgba(163, 163, 163, 1);
}


.about-us-images-container {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image-about-us {
    width: 406px;
    height: 406px;
    border-radius: 46px;
    background-image: url('images/0d870ce523b504fe1aaa7ddadc60b8587c89c936.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-of-hero-pizza {
    width: 211.90543757209937px;
    height: 211.90543757209937px;
    position: relative;
    top: -115px;
    left: 250px;
    transform: rotate(-4.2deg);
}

.image-of-french-fries {
    width: 211.90543757209937px;
    height: 211.90543757209937px;
    position: relative;
    top: 90px;
    left: -120px;
    transform: rotate(-15.28deg);
}

.stripe-about-us {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 155px;
}

.footer-container {
    width: 80vw;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.footer-container-main {
    display: flex;
    justify-content: space-between;
    padding-right: 175px;
}

.footer-container-main-list {
    display: flex;
    align-items: center;
    align-items: flex-start;
    width: 80%;
    justify-content: space-between;
}

.footer-container-main-ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-container-main-li a {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 17.72px;
    line-height: 126%;
    letter-spacing: -2%;
    color: rgba(81, 81, 81, 1);
}

.footer-container-main-li-act a {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 17.72px;
    line-height: 126%;
    letter-spacing: -2%;
    color: rgba(163, 163, 163, 1);
}

.footer-container-bottom {
    display: flex;
    justify-content: space-between;
}

.number {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20.88px;
    line-height: 126%;
    background: linear-gradient(261.69deg, #FF612E 12.12%, #FFA32B 86.72%);
    letter-spacing: -2%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width:426px) {
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 100Vw;
        height: auto;
        gap: 15.5px;
    }

    .header-ul {
        width: 90vw;
        gap: 8px;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
        width: 100vw;
        flex-wrap: wrap;
        height: fit-content;
    }

    .hero-information {
        width: 90vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: space-between;
        gap: 30px;
    }

    .hero-information-title {
        text-align: center;
        font-size: 40px;
        width: 80vw;

    }

    .hero-information-title img {
        display: none;
    }

    .hero-images-conatiner {
        width: 100vw;
        margin-top: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-image-hero {
        width: 70vw;
    }

    .image-of-hero-pizza,
    .image-of-french-fries {
        display: none;
    }

    .menu-section-navigation {
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px;
    }

    .menu-section-pizza-cards-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px;
    }

    .events-section-part-1,
    .events-section-part-2,
    .events-section-part-3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px;
    }

    .about-us {
        flex-direction: column;
        gap: 25px;
    }

    .stripe-about-us {
        display: none;
    }

    .about-us-details-container {
        width: 90vw;
    }

    .about-us-images-container {
        width: 90vw;
    }

    .shawarma {
        top: 395px;
        left: 255px;
    }

    .coffee {
        left: -155px;
    }

    .footer-container {
        gap: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-container-main-list {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .footer-container-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .footer-container-bottom {
        gap: 15px;
        align-items: center;
    }
}

@media (max-width:768px) {
    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100Vw;
        height: auto;
        gap: 15.5px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-ul {
        width: 45vw;
    }

    .hero-container {
        display: flex;
        flex-direction: column;
        width: 100vw;
        flex-wrap: wrap;
        height: fit-content;
    }

    .hero-information {
        width: 90vw;
        height: auto;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        /* text-align: center; */
        justify-content: space-between;
        gap: 30px;
    }

    .hero-information-title {
        text-align: center;
        font-size: 40px;
        width: 80vw;
    }

    .hero-information-title img {
        display: none;
    }

    .hero-images-conatiner {
        width: 100vw;
        margin-top: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-image-hero {
        width: 70vw;
    }

    .image-of-hero-pizza{
        /* display: none; */
        left: 450px;
    }

    .menu-section-navigation {
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px;
    }

    .menu-section-pizza-cards-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .events-section-part-1,
    .events-section-part-2,
    .events-section-part-3 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 35px;
    }

    .about-us {
        flex-direction: column;
        gap: 25px;
    }

    .about-us .image-of-hero-pizza, .about-us .image-of-french-fries{
        display: none;
    }

    .stripe-about-us {
        display: none;
    }

    .about-us-details-container {
        width: 90vw;
    }

    .about-us-images-container {
        width: 90vw;
    }

    .shawarma {
        top: 395px;
        left: 255px;
    }

    .coffee {
        left: -155px;
    }

     /* .footer-container {
        gap: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    } */

    .footer-container-main-list {
        display: flex;
        gap: 55px;
    }

     .footer-container-main {
        display: flex;
        gap: 15px;
    } 
/* 
    /* .footer-container-bottom {
        gap: 15px;
        align-items: center;
    } */ */
}