/*
	CSS file for 
*/

@font-face {
    font-family: 'Findel Display';
    src: url('../fonts/FindelDisplay.woff2') format('woff2'),
    url('../fonts/FindelDisplay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*	General	
------------------------------*/
	
	* {
		padding: 0;
		margin: 0;
		outline: none;
        box-sizing: border-box;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	body {
        font-family: 'Inter', Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
		background: #fff;
	}

	img,
	svg {
		display: block;
		max-width: 100%;
		height: auto;
	}

	a {
		color: inherit;
		text-decoration: none;
	}

	a img {
		border: 0;
	}

	a,
	svg,
	path,
	button {
		transition: all ease 0.4s;
	}

	.container {
		margin: 0 auto;
	}

	.wrapper {
        padding: 24px;
		position: relative;
		overflow: hidden;
	}


/*	Common Elements
-------------------------------------------*/


	/*
	 *	Button
	 */
	.btn {
        min-width: 220px;
        display: inline-flex;
        color: #FFFEF5;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        justify-content: center;
        padding: 12px 10px;
        border-radius: 100px;
        background: #EC3923;
	}

        .btn:hover {
            background: #034D2B;
        }
        
    .btn.lg {
	    font-size: 20px;
	    padding-top: 14px;
	    padding-bottom: 14px;
    }
    
    	.btn.lg + small {
	    	width: 220px;
	    	display: block;
	    	color: #fff;
	    	font-size: 16px;
	    	line-height: 20px;
	    	text-align:center;
	    	margin: 8px auto 0 auto;
    	}

    .btn.white {
        color: #EC3923;
        background: #FFFEF5;
    }

        .btn.white:hover {
            color: #FFFEF5;
            background: #EC3923;
        }


	/*
	 *	Form
	 */
	.gform_ajax_spinner,
	.gform_validation_errors,
	.gform_validation_container,
	.gform_required_legend,
	.validation_error {
		display: none;
	}

	.validation_message {
		color: #fff;
		font-size: 12px;
		padding: 6px 16px;
		background: #D11563;
		border-radius: 4px;
		margin-top: 4px;
	}

	
/*	Header
-------------------------------------------*/
	
	header {
        top: 24px;
        left: 24px;
        right: 24px;
        padding: 24px 48px;
		position: absolute;
        z-index: 5;
	}

        header .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        header .side {
            width: 100%;
            max-width: 360px;
            display: flex;
            align-items: center;
        }

            header .side.right {
                justify-content: flex-end;
            }

        header .logo {
            width: 71px;
            height: auto;
        }

        header nav {

        }

            header nav ul {
                display: flex;
                align-items: center;
                list-style: none;
            }

                header nav ul li + li {
                    margin-left: 48px;
                }

                    header nav ul li a {
                        display: block;
                        color: #fff;
                        font-size: 14px;
                        font-weight: 500;
                        position: relative;
                    }

                    header nav ul li a:after {
                        content: "";
                        width: 0;
                        height: 1px;
                        left: 50%;
                        bottom: -1px;
                        position: absolute;
                        background: #FFFEF5;
                        transform: translateX(-50%);
                        transition: all ease 0.4s;
                    }

                        header nav ul li a:hover:after {
                            width: 100%;
                        }

        header .socials {
            display: flex;
        }

            header .socials a {
                display: flex;
                width: 24px;
                height: 24px;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                border: 1px solid #FFFEF5;
                box-shadow: 0 0 12px 0 rgba(21, 26, 106, 0.24);
            }

                header .socials a svg {
                    fill: #FFFEF5;
                }

            header .socials a + a {
                margin-left: 12px;
            }

        header .lang {
            display: flex;
            padding: 2px 2px;
            margin-left: 12px;
            border-radius: 100px;
            border: 1px solid #FFFEF5;
        }

            header .lang a {
                display: block;
                color: #FFB2B2;
                font-family: Poppins, sans-serif;
                font-size: 12px;
                font-weight: 400;
                line-height: 12px;
                text-align: center;
                border-radius: 100px;
                padding: 6px 7px 4px 7px;
                margin: 0 1px;
            }

                header .lang a.active {
                    color: #EC3923;
                    background: #fff;
                }

                header .lang a:not(.active):hover {
                    background: rgba(255, 255, 255, 0.2);
                }

        header .order {
            min-width: 128px;
            color: #EC3923;
            font-size: 14px;
            line-height: 23px;
            text-align: center;
            padding: 10px;
            margin-left: 24px;
            border-radius: 100px;
            background: #FFFEF5;
            box-shadow: 0 0 12px 0 rgba(21, 26, 106, 0.24);
        }

            header .order:hover {
                color: #fff;
                background: #EC3923;
            }


    /*
     *  Bars
     */
    header .menu-trigger {
        display: none;
        width: 40px;
        height: 40px;
        color: #fff;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: 1px solid #fff;
        border-radius: 50%;
        z-index: 10;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        header .menu-trigger .bars {
            width: 16px;
            height: 2px;
            position: relative;
        }

        header .menu-trigger .bars span {
            width: 16px;
            height: 2px;
            background: #fff;
            position: absolute;
            transition: all ease 0.4s;
        }

        header .menu-trigger .bars:before,
        header .menu-trigger .bars:after {
            content: "";
            width: 16px;
            height: 2px;
            background: #fff;
            position: absolute;
            transition: all ease 0.4s;
        }

        header .menu-trigger .bars:before {
            top: -6px;
            left: 0;
        }

        header .menu-trigger .bars:after {
            top: 6px;
            left: 0;
        }

        header .menu-overlay {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: fixed;
            z-index: 1;
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
            opacity: 0;
            visibility: hidden;
            transition: ease 0.3s;
        }


    /*
     *  Mobile Menu
     */
    header .mobile-menu {
        top: 60px;
        right: 0;
        z-index: 3;
        position: absolute;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 24px 16px 16px 16px;
        background: #FFFEF5;
        border-radius: 12px;
        transition: ease 0.4s;
        transform: translate3d(0, 15px, 0);
        opacity: 0;
        visibility: hidden;
    }

        header .mobile-menu ul {
            list-style: none;
            margin-bottom: 16px;
        }

            header .mobile-menu ul li a {
                display: block;
                color: #124F25;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                padding: 4px 0;
            }

        header .mobile-menu .socials a {
            border-color: #124F25;
            box-shadow: none;
        }

            header .mobile-menu .socials a svg {
                fill: #124F25;
            }

        header .mobile-menu .lang {
            display: inline-flex;
            margin: 16px 0;
            padding: 3px;
            background: #f1f1f1;
        }

            header .mobile-menu .lang a:not(.active) {
                color: #777;
            }

        header .mobile-menu .btn {
            font-size: 14px;
            padding: 12px 0;
        }

    /*
     *	Opened nav
     */
    .opened-nav header .menu-overlay {
        opacity: 1;
        visibility: visible;
    }

        .opened-nav header .menu-trigger .bars:before {
            top: 0;
            transform-origin: center center;
            transform: rotate(-45deg);
        }

        .opened-nav header .menu-trigger .bars:after {
            top: 0;
            transform-origin: center center;
            transform: rotate(45deg);
        }

        .opened-nav header .menu-trigger .bars span {
            background: transparent;
        }

        .opened-nav header .mobile-menu {
            opacity: 1;
            visibility: visible;
            transform: translate3d(0, 0, 0);
        }


/*	Footer
-------------------------------------------*/
	
	footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #626262;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        margin-top: 64px;
        padding: 0 48px;
	}

    footer .right {
        display: flex;
        align-items: center;
    }

        footer .links {
            display: flex;
            margin-right: 48px;
        }

            footer .links a + a {
                margin-left: 48px;
            }

        footer .socials {
            display: flex;
        }

            footer .socials a {
                display: flex;
                width: 24px;
                height: 24px;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                border: 1px solid #0D1526;
            }

            footer .socials a svg {
                fill: #0D1526;
            }

            footer .socials a + a {
                margin-left: 12px;
            }

            footer .socials a:hover {
                border-color: #EC3923;
            }

                footer .socials a:hover svg {
                    fill: #EC3923;
                }




/*	General Content
-------------------------------------------*/

	


/*	Section: Hero
-------------------------------------------*/

    .hero {
        overflow: hidden;
        position: relative;
        border-radius: 12px;
    }

        .hero .bg {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            position: absolute;
            background: #124F25;
        }

            .hero .bg .d1 {
                left: 0;
                bottom: 0;
                position: absolute;
            }

            .hero .bg .d2 {
                top: 0;
                right: 0;
                position: absolute;
            }

            .hero .bg video {
                width: 100%;
                height: 100%;
                object-fit: cover;
                mix-blend-mode: color-dodge;
            }

        .hero .content {
            z-index: 3;
            position: relative;
            padding: 125px 0 45px 0;
            text-align: center;
        }

            .hero .content h1 {
                color: #FFFEF5;
                font-family: "Findel Display", sans-serif;
                font-size: 64px;
                font-weight: 400;
                line-height: 70px;
                text-align: center;
            }

            .hero .content p {
                color: #FFFEF5;
                font-family: Poppins, sans-serif;
                font-size: 24px;
                font-weight: 500;
                line-height: 36px;
                text-align: center;
                margin: 12px 0 24px 0;
            }

        .hero .swiper {
            z-index: 2;
            margin: 0 auto;
            position: relative;
        }

            .hero .swiper-slide {
                position: relative;
            }

                .hero .swiper-slide:before {
                    content: "";
                    left: 50%;
                    bottom: 0;
                    z-index: 2;
                    width: calc(100vw - 48px);
                    height: 212px;
                    position: absolute;
                    background: linear-gradient(180deg, rgba(3, 77, 43, 0.00) 0%, #034D2B 100%);
                    transform: translateX(-50%);
                }

                .hero .swiper-slide img {
                    max-width: 648px;
                    margin: 0 auto;
                }

                .hero .swiper-slide h4 {
                    left: 0;
                    right: 0;
                    bottom: 60px;
                    z-index: 3;
                    color: #FFFEF5;
                    font-family: Poppinsm, sans-serif;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 24px;
                    text-align: center;
                    position: absolute;
                }

            .hero .swiper-button {
                display: flex;
                bottom: 53px;
                width: 40px;
                height: 40px;
                align-items: center;
                justify-content: center;
                position: absolute;
                cursor: pointer;
                z-index: 5;
            }

                .hero .swiper-prev {
                    right: calc(50% + 106px);
                }

                .hero .swiper-next {
                    left: calc(50% + 106px);
                }

                .hero .swiper-button-disabled {
                    opacity: 0.64;
                    pointer-events: none;
                }


    .hero.alt {
        min-height: 112px;
    }




/*	Section: Product Slider
-------------------------------------------*/

    .product-slider {
        padding: 64px 0;
    }

        .product-slider h2 {
            color: #124F25;
            font-family: "Findel Display", sans-serif;
            font-size: 64px;
            font-weight: 400;
            line-height: 70px;
            text-align: center;
            margin-bottom: 34px;
        }

        .product-slider .buttons {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 36px;
        }

            .product-slider .buttons .link {
                color: #D53E2B;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                margin-left: 24px;
            }

                .product-slider .buttons .link:hover {
                    color: #034D2B;
                }

        .product-slider .swiper {
            padding: 24px 0;
            margin: 0 -24px;
        }

            .product-slider .swiper-slide {
                width: 416px;
            }

        .product-slider .swiper-scrollbar {
            width: calc(100% - 96px);
            height: 8px;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            margin: 6px 48px 0 48px;
            border-radius: 12px;
            background: #F5F5F5;
            position: relative;
        }

            .product-slider .swiper-scrollbar .swiper-scrollbar-drag {
                top: -4px;
                height: 16px;
                border-radius: 12px;
                background: #D53E2B;
                cursor: grab;
            }


    /*
     *  Product Item
     */
    .product-item {
        width: 100%;
        overflow: hidden;
        border-radius: 12px;
        background: #FFFEF5;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
        padding: 46px 34px 34px 34px;
        border: 1px solid #FFFEF5;
        transition: all ease 0.4s;
    }

        .product-item .image {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 310px;
            margin: 0 20px;
        }

            .product-item .image img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                transition: transform ease 0.4s;
            }

                .product-item:hover .image img {
                    transform: rotate(-45deg);
                }

            .product-item[data-size="32"] .image img.s22,
            .product-item[data-size="22"] .image img.s32 {
                display: none;
            }

        .product-item .icons {
            display: flex;
            height: 24px;
        }

            .product-item .icons img + img {
                margin-left: 6px;
            }

        .product-item h3 {
            color: #0D1526;
            font-family: Poppins, sans-serif;
            font-size: 32px;
            font-weight: 700;
            line-height: 48px;
        }

        .product-item p {
            color: #0D1526;
            font-family: Poppins, sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            margin-top: 12px;
            margin-bottom: 12px;
        }

        .product-item .sizes {
            display: inline-flex;
            padding: 2px;
            position: relative;
            border-radius: 100px;
            background: #EC3923;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            cursor: pointer;
        }

            .product-item .sizes:before {
                content: "";
                top: 2px;
                left: 2px;
                width: 86px;
                height: 27px;
                z-index: 1;
                position: absolute;
                background: #FFFEF5;
                border-radius: 100px;
                box-shadow: 0 0 8px 0 rgba(21, 26, 106, 0.24);
                transition: all ease 0.4s;
            }

                .product-item[data-size="22"] .sizes:before {
                    left: 94px;
                }

            .product-item .sizes span {
                width: 86px;
                z-index: 2;
                color: #fff;
                font-family: Poppins, sans-serif;
                font-size: 10px;
                font-weight: 700;
                line-height: 15px;
                text-align: center;
                padding: 6px 0;
                border-radius: 100px;
                transition: all ease 0.4s;
            }

                .product-item .sizes span + span {
                    margin-left: 6px;
                }

                .product-item[data-size="32"] .sizes [data-size="32"],
                .product-item[data-size="22"] .sizes [data-size="22"] {
                    color: #EC3923;
                }

    .product-item:hover {
        border: 1px solid #EC3923;
        box-shadow: 0 8px 48px 0 rgba(212, 81, 60, 0.24);
    }

        .product-item:hover h3 {
            color: #124F25;
        }


    .order-card {
        width: 100%;
        min-height: 560px;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: #DB0907;
        padding: 24px;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
        transition: all ease 0.4s;
    }

        .order-card .content {
            z-index: 2;
            position: relative;
            text-align: center;
        }

            .order-card .content img {
                display: block;
                margin: 0 auto;
            }

            .order-card .content h4 {
                color: #FFFEF5;
                font-family: Poppins, sans-serif;
                font-size: 32px;
                font-weight: 700;
                line-height: 48px;
                text-align: center;
            }

            .order-card .content .btn {
                color: #D53E2B;
                background: #fff;
                margin: 12px auto 0 auto;
                transition: all ease 0.4s;
            }

                .order-card:hover .content .btn {
                    color: #FFFEF5;
                    background: #124F25;
                }

        .order-card .top {
            top: 0;
            left: 0;
            position: absolute;
        }

        .order-card .bot {
            right: 0;
            bottom: 0;
            position: absolute;
        }


/*	Section: Product Slider
-------------------------------------------*/

    .product-list {
        padding: 64px 12px 0px 12px;
    }

        .product-list .container {
            max-width: 1296px;
            margin: 0 auto;
        }

        .product-list .head h2 {
            color: #124F25;
            font-family: "Findel Display", sans-serif;
            font-size: 64px;
            font-weight: 400;
            line-height: 70px;
            text-align: center;
        }

        .product-list .head p {
            font-family: Poppins, sans-serif;
            font-size: 24px;
            font-weight: 500;
            line-height: 36px;
            text-align: center;
            margin-top: 12px;
        }

        .product-list .items {
            display: flex;
            flex-wrap: wrap;
            margin: 48px -24px 0 -24px;
        }

            .product-list .product-item,
            .product-list .order-card {
                width: calc(33.3333% - 24px);
                margin: 0 12px 24px 12px;
            }


/*	Section: Order Menu
-------------------------------------------*/

    .b-order {
        overflow: hidden;
        position: relative;
        padding: 86px 0 86px 96px;
        border-radius: 12px;
        background: #124F25;
    }

        .b-order .d1 {
            top: 0;
            left: 0;
            position: absolute;
        }

        .b-order .d2 {
            bottom: 0;
            right: 385px;
            position: absolute;
        }

        .b-order .content {
            z-index: 3;
            max-width: 600px;
            position: relative;
        }

            .b-order .content h2 {
                color: #FFF;
                font-family: 'Findel Display', sans-serif;
                font-size: 64px;
                font-weight: 400;
                line-height: 70px;
            }

            .b-order .content p {
                max-width: 560px;
                color: #FFFEF5;
                font-family: Poppins, sans-serif;
                font-size: 32px;
                font-weight: 500;
                line-height: 48px;
                margin-top: 12px;
            }

            .b-order .content .btn {
                margin-top: 24px;
            }

                .b-order .content .btn:hover {
                    color: #EC3923;
                    background: #FFFEF5;
                }
                
            .b-order .btn.lg + small {
	            margin-left: 0;
            }

        .b-order .pizza {
            z-index: 3;
            right: -176px;
            bottom: -10px;
            width: 760px;
            position: absolute;
        }
        
      
/*	Section: Suaces
-------------------------------------------*/  
        
    .sauces {
	    padding: 84px 0 0 0;
	    margin-bottom: -20px;
    }
        
		.sauces h2 {
			color: #124F25;
			font-family: "Findel Display", sans-serif;
			font-size: 64px;
			font-weight: 400;
			line-height: 70px;
			text-align: center;
			margin-bottom: 34px;
		}
		
		.sauces .mobile {
			display: none;
		}


/*	Section: Hungry?
-------------------------------------------*/

    .hungry {
        width: 100%;
        height: 785px;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        background: #000;
        margin-top: 64px;
    }

        .hungry .bg {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
        }

            .hungry video {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                opacity: 0.7;
                border: 0;
            }

        .hungry .content {
            z-index: 2;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: absolute;
        }

            .hungry .content h2 {
                color: #FFFEF5;
                font-family: Poppins, sans-serif;
                font-size: 64px;
                font-weight: 900;
                line-height: 70px;
                text-align: center;
                margin-bottom: 12px;
            }

            .hungry .content p {
                color: #FFFEF5;
                font-family: Poppins, sans-serif;
                font-size: 24px;
                font-weight: 500;
                line-height: 36px;
                text-align: center;
                margin-bottom: 24px;
            }


/*	Section: Locations
-------------------------------------------*/

    .locations {
        margin-top: 64px;
        padding: 64px 0;
        border-radius: 12px;
        background: #124F25;
        position: relative;
        overflow: hidden;
    }

        .locations .head {
            padding: 0 48px 44px 48px;
        }

            .locations .head h2 {
                color: #FFFEF5;
                font-family: "Findel Display", sans-serif;
                font-size: 64px;
                font-weight: 400;
                line-height: 70px;
                text-align: center;
            }

            .locations .head p {
                color: #FFFEF5;
                font-family: Poppins, sans-serif;
                font-size: 24px;
                font-weight: 500;
                line-height: 36px;
                text-align: center;
            }

        .locations .swiper-slide {
            width: 396px;
            padding: 12px 0;
        }

        .locations .swiper-scrollbar {
            width: calc(100% - 96px);
            height: 8px;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            margin: 16px 48px 0 48px;
            border-radius: 12px;
            background: rgba(245, 245, 245, 0.22);
            position: relative;
        }

            .locations .swiper-scrollbar .swiper-scrollbar-drag {
                top: -4px;
                height: 16px;
                border-radius: 12px;
                background: #EC3923;
                cursor: grab;
            }

        /*
         *  Location Item
         */
        .locations .location {
            padding: 24px;
            border-radius: 12px;
            background: #FFFEF5;
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
            text-align: center;
        }

            .locations .location .image {
                display: block;
                width: 100%;
                padding-bottom: 92.5%;
                border-radius: 8px;
                background: #eee;
                position: relative;
                overflow: hidden;
                margin-bottom: 24px;
            }

                .locations .location .image img {
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    position: absolute;
                }

            .locations .location h3 {
                color: #0D1526;
                font-family: Poppins, sans-serif;
                font-size: 24px;
                font-weight: 700;
                line-height: 36px;
                text-align: center;
                margin-bottom: 12px;
            }

            .locations .location .btn {
                min-width: 0;
                font-size: 14px;
                font-weight: 400;
                line-height: 21px;
                padding: 10px 28px;
                box-shadow: 0 0 12px 0 rgba(21, 26, 106, 0.24);
            }


/*	Features
-------------------------------------------*/

    .features {
        margin-top: 64px;
        border-radius: 12px;
        background: #000;
        position: relative;
    }

        .features .bg {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 12px;
            overflow: hidden;
            position: absolute;
            background: url('../img/features-bg.png') no-repeat center center;
            background-size: cover;
        }

            .features .bg .top {
                top: 0;
                left: 0;
                width: 316px;
                height: auto;
                position: absolute;
            }

            .features .bg .bot {
                right: 0;
                bottom: 0;
                width: 638px;
                height: auto;
                position: absolute;
            }

    .features .content {
        z-index: 3;
        text-align: center;
        position: relative;
        padding: 220px 0 375px 0;
    }

        .features .content h2 {
            color: #FFFEF5;
            font-family: "Findel Display", sans-serif;
            font-size: 64px;
            font-weight: 400;
            line-height: 70px;
            margin-bottom: 12px;
        }

        .features .content p {
            color: #FFFEF5;
            font-family: Poppins, sans-serif;
            font-size: 24px;
            font-weight: 500;
            line-height: 36px;
            margin-bottom: 24px;
        }
        
        .features .content small {
	        margin-left: auto;
	        margin-right: auto;
        }

    .features .ribbon {
        left: -28px;
        right: -28px;
        bottom: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px 36px;
        color: #FFFEF5;
        font-family: Poppins, sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        background: #EC3923;
        position: absolute;
        transform: rotate(-2deg);
    }



/*	Responsive
-------------------------------------------*/

@media (max-width: 1240px)
{
    .wrapper { padding: 12px; }

    header { padding: 24px 16px; }
    header nav ul li + li { margin-left: 32px; }
    header .order { margin-left: 12px; }

    .product-slider { padding: 48px 0; }
    .product-slider .swiper-scrollbar { margin-left: 12px; margin-right: 12px; width: 100%; }

    .b-order { padding-left: 64px; }
    .b-order .pizza { width: 560px; }
    .b-order .d1 { width: 230px; height: auto; }
    .b-order .d2 { width: 360px; height: auto; right: 170px; }

    .locations { margin-top: 48px; }
    .locations .swiper-scrollbar { margin-left: 24px; margin-right: 24px; width: calc(100% - 48px); }

    .features .ribbon { font-size: 24px; }

    footer { padding: 0 12px 12px 12px; margin-top: 36px; }
    footer .links { margin-right: 24px; }
    footer .links a + a { margin-left: 24px; }

    .product-list .container { max-width: 840px; }
    .product-list .product-item { width: calc(50% - 24px); }
    .product-list .order-card { width: calc(50% - 24px); }
    
    .sauces { padding-top: 64px; }
}

@media (max-width: 1023px)
{
    header nav { display: none; }
    header .right { display: none; }
    header .side { width: auto; }
    header .menu-trigger { display: flex; }

    .product-slider h2 { font-size: 60px; }

    .b-order { padding: 60px 0 100px 48px; }
    .b-order .content h2 { font-size: 56px; line-height: 64px; }
    .b-order .content p { font-size: 24px; line-height: 32px; }
    .b-order .pizza { width: 500px; bottom: -80px; right: -100px; }
    .b-order .d1 { width: 170px; height: auto; }
    .b-order .d2 { width: 320px; height: auto; right: -20px; }

    .hungry { margin-top: 32px; height: 75vw; }
    .hungry .content h2 { font-size: 60px; line-height: 64px; }
    .hungry .content p { font-size: 22px; line-height: 32px; }

    .locations { margin-top: 32px; }
    .locations .swiper-slide { width: 330px; }

    .features { margin-top: 32px; }
    .features .content h2 { font-size: 60px; line-height: 64px; }
    .features .content p { font-size: 22px; line-height: 32px; }
    .features .bg .top { width: 220px; }
    .features .bg .bot { width: 560px; bottom: -70px; }

    .features .ribbon { font-size: 20px; padding-top: 20px; padding-bottom: 20px; }
    .features .content { padding-bottom: 300px; }
    
    .sauces { padding-top: 48px; padding-bottom: 16px; }
    .sauces h2 { font-size: 52px; line-height: 60px; }    
}

@media (max-width: 767px)
{
    .wrapper { padding: 0; }

    header { padding: 0; }
    header .logo img { height: 58px; width: auto; }

    .btn { min-width: 180px; }

    .hero { border-radius: 0;  }
    .hero .content { padding-top: 125px; }
    .hero .content h1 { font-size: 56px; line-height: 60px; }
    .hero .content p { font-size: 16px; line-height: 24px; }
    .hero .swiper-slide:before { width: 100vw; height: 120px; }
    .hero .swiper-slide img { max-width: 96%; margin-left: 4%; }
    .hero .swiper-slide h4 { bottom: 30px; }
    .hero .swiper-button { bottom: 23px; }

    .product-slider { padding-top: 32px; padding-bottom: 24px; }
    .product-slider h2 { padding: 0 24px; font-size: 42px; line-height: 48px; }
    .product-slider .buttons { margin-bottom: 24px; }
    .product-slider .swiper { margin: 0; }
    .product-slider .swiper-slide { width: 80%; }
    .product-slider .swiper-scrollbar { margin-left: 24px; margin-right: 24px; width: calc(100% - 48px); }
    .product-slider .swiper-scrollbar .swiper-scrollbar-drag { height: 12px; top: -2px; }
    .product-item { padding: 32px 20px 24px 20px; text-align: center; }
    .product-item .image { height: 250px; }
    .product-item h3 { font-size: 24px; line-height: 32px; margin-top: 6px; }
    .product-item p { font-size: 12px; line-height: 18px; margin-top: 8px; margin-bottom: 12px; }
    .product-item .icons { justify-content: center; }

    .b-order { margin: 0 12px; padding: 0; text-align: center; }
    .b-order .d1 { width: 120px; }
    .b-order .d2 { width: 170px; bottom: 80px; }
    .b-order .content { padding: 56px 24px 220px 24px; }
    .b-order .content h2 { font-size: 48px; line-height: 52px; max-width: 280px; margin: 0 auto; }
    .b-order .content p { font-size: 18px; line-height: 24px; }
    .b-order .btn.lg + small { margin-left: auto; }
    .b-order .pizza { width: auto; max-width: none; left: -30px; right: -40px; bottom: -60px; }

    .hungry { margin: 24px 12px 0 12px; width: auto; height: 90vw; }
    .hungry .content h2 { font-size: 40px; line-height: 40px; }
    .hungry .content p { font-size: 18px; line-height: 24px; }

    .locations { margin: 24px 12px 0 12px; padding-top: 40px; padding-bottom: 32px; }
    .locations .head { padding: 0 24px 24px 24px; }
    .locations .head h2 { font-size: 40px; line-height: 40px; }
    .locations .head p { font-size: 18px; line-height: 24px; margin-top: 12px; }
    .locations .location .image { margin-bottom: 16px; }
    .locations .location { padding: 16px 16px 24px 16px; }
    .locations .swiper-scrollbar { margin-left: 12px; margin-right: 12px; width: calc(100% - 24px); }
    .locations .swiper-scrollbar .swiper-scrollbar-drag { height: 12px; top: -2px; }

    .features { margin: 24px 12px 0 12px; }
    .features .bg .top { width: 180px; top: -60px; }
    .features .bg .bot { width: 450px; max-width: none; }
    .features .content { padding: 140px 0 240px 0; }
    .features .content h2 { font-size: 56px; line-height: 60px; }
    .features .content p { font-size: 18px; line-height: 24px; }
    .features .ribbon { bottom: 36px; font-size: 16px; line-height: 20px; flex-wrap: wrap; justify-content: center; padding: 8px 30px; }
    .features .ribbon img { margin: 0 16px; }

    .product-list { margin: 0px 12px 0 12px; padding-top: 36px; }
    .product-list .container { margin: 0; }
    .product-list .head h2 { font-size: 56px; line-height: 60px; }
    .product-list .head p { font-size: 18px; line-height: 24px; }
    .product-list .items { margin-top: 32px; }
    .product-list .product-item { width: calc(100% - 24px); }
    .product-list .order-card { width: calc(100% - 24px); min-height: 430px; margin-bottom: 0; }
    .product-list .order-card .top { width: 190px; height: auto; }
    .product-list .order-card .bot { width: 200px; height: auto; }

    footer { flex-direction: column; margin-top: 24px; padding-bottom: 24px; }
    footer .right { flex-direction: column; }
    footer .right .links { justify-content: center; margin-right: 0; }
    footer .right .links a + a { margin-left: 12px; }
    footer .right .socials { margin: 16px 0; }
    footer .copyright { order: 2; font-size: 13px; }
    
    .sauces { padding-top: 36px; padding-bottom: 16px; }
    .sauces h2 { font-size: 42px; line-height: 46px; padding: 0 20px; }
    .sauces .desktop { display: none; }
    .sauces .mobile { display: block; }
}

@media (max-width: 388px)
{
    .btn { min-width: 160px; }

    .product-slider h2 { font-size: 38px; line-height: 44px; }
    .product-slider .buttons { margin-bottom: 16px; }

    .locations .head h2 { font-size: 38px; }
    .locations .head p { font-size: 17px; }
    .locations .location { width: 84%; }

    .features .content h2 { font-size: 52px; }
    .features .content p { font-size: 17px; }

    .b-order .content p { font-size: 17px; }

    .features .ribbon img { margin: 0 10px; }

    .product-list .head h2 { font-size: 52px; }
    .product-list .head p { font-size: 17px; }
}


