/* FONTS
================================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');

@font-face {
    font-family: "Hand Of Sean";
    src: url("../webfonts/HandOfSean.ttf") format('ttf'),
         url("../webfonts/HandOfSean.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* BASE
================================================== */

body {
    font-weight: 300;
    line-height: 1.333333;
    color: #292929;
    background: #fff;
}

body, input, button, textarea {
    font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

p,
ul,
ol,
table,
figure {
    margin-bottom: 1.5rem;
}

a, input, textarea, button {
    transition: color .5s, background-color .5s, border-color .5s, opacity .5s;
}

a {
    text-decoration: none;
    color: #14a8bb;
}

a:hover {
    color: #d13422;
}

*, *:focus {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

figure img {
    width: 100%;
}

strong {
    font-weight: 700;
}

/* LAYOUT
================================================== */

/*
	Header
*/

.header {
	position: sticky;
    display: flex;
	z-index: 1010;
	top: 0;
	right: 0;
	left: 0;
    height: 3.5rem;
	background: #f5f5f5;
	transition: all .5s;
}

	.header > .container {
		display: flex;
        justify-content: space-between;
        align-items: center;
	}

		.header__logo {
            position: relative;
            height: 100%;
            padding-top: .5rem;
		}

            .header__logo a {
                position: relative;
                display: block;
                z-index: 2;
			    height: 5rem;
                transition: all .5s;
            }

			.header__logo img,
            .header__logo svg {
                width: auto;
				height: 100%;
			}

        .header__right {
            display: flex;
            align-items: center !important;
            flex-direction: row;
        }

            .header__top-list {
                display: flex;
                justify-content: flex-end;
                margin-top: .5rem;
                margin-bottom: auto;
                font-size: .75rem;
                padding: 0;
                font-weight: 300;
                list-style-type: none;
                color: #7b7b7b;
            }

                .header__top-list li,
                .header__top-list li > a {
                    display: flex;
                    align-items: center;
                }

                .header__top-list li:not(:first-child) {
                    position: relative;
                    margin-left: 1.25rem;
                    padding-left: 1.25rem;
                }

                .header__top-list li:not(:first-child):before {
                    position: absolute;
                    content: "";
                    top: .25rem;
                    bottom: .25rem;
                    left: -1px;
                    border-left: 2px solid #b8ccc6;
                }

                .header__top-list li > a {
                    color: #000;
                }

                    .header__top-list li span {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        flex: 1 1 0;
                        width: 1.5rem;
                        height: 1.5rem;
                        margin-right: .5rem;
                        background: #939393;
                        border-radius: 100%;
                    }

                    .header__top-list li > a span {
                        color: #fff;
                        background: #4b8790;
                        transition: all .5s;
                    }

                    .header__top-list li > a:hover span {
                        background: #000;
                    }

.header--empty {
    margin-bottom: 2rem;
}

/*
    Navigation
*/

.main-menu {
    display: flex;
    align-items: center;
    font-weight: 400;
}

    .main-menu ul {
        margin-bottom: 0;
        padding: 0;
        list-style-type: none;
    }

        .main-menu li {
            position: relative;
        }

            .main-menu li a {
                position: relative;
                display: block;
            }

            .main-menu li a:not(.btn) {
                color: #3a3a3a;
            }
    
    .main-menu > ul {
        display: flex;
        align-items: center;
    }

        .main-menu > ul > li {
            margin-left: 1.25rem;
        }

            .main-menu > ul > li > a {
                position: relative;
                display: flex;
                align-items: center;
            }

            .main-menu > ul > li > a:not(.btn) {
                font-size: .875rem;
            }

            .main-menu > ul > li:hover > a:not(.btn),
            .main-menu > ul > li.active > a:not(.btn) {
                color: #14a8bb;
            }

        .main-menu > ul > li > ul {
            position: absolute;
            z-index: 1;
            visibility: hidden;
            top: 100%;
            left: -1.75rem;
            padding: 1.25rem 1.75rem;
            font-weight: normal;
            font-size: .8125rem;
            text-align: left;
            background: #f5f5f5;
            opacity: 0;
            transition: all .5s;
        }

        .main-menu > ul > li > ul {
            width: 14rem;
            font-weight: 300;
        }

            .main-menu ul > li.active > a:not(.btn),
            .main-menu ul > li:hover > a:not(.btn) {
                color: #14a8bb;
            }

        .main-menu li:hover > ul {
            visibility: visible;
            opacity: 1;
        }

/*
	Footer
*/

.footer a {
    color: #fff;
}

.footer a:hover {
    color: rgba(255 255 255 / 70%);
}

.footer__menu {
    margin: 0;
    padding: .875rem 1rem;
    font-weight: 400;
    list-style-type: none;
    text-align: center;
    background: #d13422;
}

.footer__body {
    padding-top: 2rem;
    font-size: .875rem;
    color: #fff;
    background: #14a8bb;
}

    .footer__title {
        margin-bottom: .5rem;
        font-weight: 400;
        font-size: inherit;
    }

.footer__list {
    padding: 0;
    list-style-type: none;
}

.footer-border-right {
    margin-bottom: 2rem;
}

.copyright {
    font-size: .75rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 400;
}

    .copyright p {
        margin-bottom: .5rem;
    }

/*
    Off canvas
*/

.offcanvas {
    max-width: 80%;
    font-size: 1rem;
    background: #fff;
}

    .offcanvas ul {
        padding: 0;
        list-style-type: none;
    }

        .offcanvas ul li {
            margin-bottom: .5rem;
        }

            .offcanvas ul a {
                display: flex;
                padding: .5rem 1rem;
            }

            .offcanvas ul a:not(.btn) {
                color: #3a3a3a;
            }

/* SECTIONS
================================================== */

/*
    Section
*/

.section {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
}

.section--mobile {
    padding-top: 3rem;
}

    .section--mobile .section figure {
        margin-top: -6rem;
    }

.section--screen {
    overflow: hidden;
    padding-top: 3rem;
}

    .section--screen .section figure {
        position: relative;
        z-index: 1;
        margin: -6rem -2rem -10%;
    }

    .section--screen .section figure ~ * {
        position: relative;
        z-index: 2;
    }

/*
    Intro
*/

.intro {
    padding-top: 4rem;
    background: #eee;
}

    .intro__title {
        position: relative;
        font-size: 1.375rem;
    }

        .intro__title span:first-child {
            display: inline-block;
            padding: .75rem 1rem;
            text-transform: uppercase;
            color: #fff;
            background: #14a8bb;
            border-radius: .5rem;
        }

        .intro__title .text-handwritten {
            display: inline-block;
            font-size: 1.125em;
            font-weight: 400;
            transform: rotate(-3deg) translate(0, -30%);
        }

        .intro__title svg {
            position: absolute;
        }

        .intro__title svg:nth-child(1) {
            top: -5%;
            left: -5%;
            width: 2rem;
            height: 2rem;
        }

        .intro__title svg:nth-child(2) {
            top: -35%;
            left: 10%;
            width: 2rem;
            height: 2rem;
        }

        .intro__title svg:nth-child(3) {
            top: -50%;
            right: 10%;
            width: 2rem;
            height: 2rem;
        }

        .intro__title svg:nth-child(4) {
            top: -20%;
            right: -3%;
            width: 2rem;
            height: 2rem;
        }
.intro-food {
    position: relative;
    overflow: hidden;
    height: 150vw;
}

.intro-food img,
.intro-food ul {
    position: absolute;
}

.intro-food .intro__title {
    z-index: 6;
    top: 10%;
    left: 50%;
    font-size: 5vw;
    transform: translate(-50%, 0);
}

.intro-food .intro__title span {
    box-shadow: 0 0 2vw rgba(0 0 0 / 30%);
}

.intro-food ul {
    display: flex;
    flex-wrap: wrap;
    z-index: 5;
    top: 30%;
    gap: 6vw;
    width: 100%;
    padding: 0 0.75rem;
    list-style-type: none;
}

.intro-food li span {
    position: relative;
    display: block;
    padding: 2vw 3vw;
    font-size: 3vw;
    color: #fff;
    background: #14a8bb;
    box-shadow: 0 0 2vw rgba(0 0 0 / 30%);
    border-radius: 10rem;
    transition: all .6s;
}

.intro-food li span:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -1vw;
    border-bottom: 3vw solid #14a8bb;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    transform: rotate(20deg);
    transition: all .6s;
}

.intro-food li.highlighted span {
    background-color: #c73519;
}

.intro-food li.highlighted span:after {
    border-bottom-color: #c73519;
}

.intro-food__bg {
    z-index: 1;
    width: 100%;
    height: calc(100% - 5vw);
    top: 0;
    left: 0;
    object-fit: cover;
    transition: transform .3s;
}

.intro-food__devices {
    z-index: 2;
    width: 80%;
    bottom: 0;
    left: 0;
}

.intro-food__hamburger {
    z-index: 4;
    width: 25%;
    right: 0;
    bottom: 0;
}

.intro-food__plate {
    z-index: 3;
    width: 50%;
    top: 0;
    right: -20%;
}

/*
    Illustration
*/

.illustration {
    position: relative;
}

.illustration:before {
    display: block;
    content: "";
    padding-bottom: 106%;
}

    .illustration img {
        position: absolute;
        z-index: 10;
    }

    .illustration span {
        position: absolute;
        z-index: 1;
        background: #d8d8d8;
        border-radius: 100%;
    }

    .illustration span:before {
        display: block;
        content: "";
        padding-bottom: 100%;
    }

    .illustration span:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(-45deg, rgb(202 202 202 / 100%) 0%, rgb(202 202 202 / 0) 80%);
        border-radius: 100%;
        transform: translate(0, 4%);
    }

.illustration--1 span {
    right: 10%;
    bottom: 10%;
    width: 70%;
}

.illustration--1 img:nth-child(1) {
    top: 0;
    right: 10%;
    width: 50%;
}

.illustration--1 img:nth-child(2) {
    top: 18%;
    left: 0;
    width: 40%;
}

.illustration--1 img:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 75%;
}

.illustration--2 span {
    right: 0;
    bottom: 0;
    width: 100%;
}

.illustration--2 img:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 70%;
}

.illustration--3 span {
    top: 5%;
    right: 0;
    width: 85%;
}

.illustration--3 img:nth-child(1) {
    top: 0;
    right: 0;
    width: 85%;
}

.illustration--3 img:nth-child(2) {
    top: 40%;
    left: -15%;
    width: 80%;
}

.illustration--4 span {
    left: 10%;
    bottom: 10%;
    width: 90%;
}

.illustration--4 img:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 85%;
}

/* MODULES
================================================== */

/*
    Carousels
*/

.swiper-button-prev,
.swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    color: #fff;
    background: #d13422;
    transition: all 0.3s;
    border-radius: 100%;
}

.swiper-button-prev--primary,
.swiper-button-next--primary {
    background-color: #14a8bb;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #292929;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.picture-carousel {
    box-shadow: 0 0 0.5rem rgba(0 0 0 / 10%);
    border-radius: 0.5rem;
}

.picture-in-browser {
    position: relative;
    display: flex;
    flex-direction: column;
}

.picture-in-browser:before {
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 4.5%;
    background: url('../img/browser-bar.png') center top no-repeat;
    background-size: 100% auto;
}

.testimonial-carousel .swiper-slide {
    height: auto;
}

/*
    Icon Box Large
*/

.icon-box-lg {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #292929;
}

    .icon-box-lg__figure {
        position: relative;
        width: 200px;
        height: 200px;
        margin: 0 auto .5rem;
    }

    .icon-box-lg__figure:before {
        position: absolute;
        content: "";
        z-index: 1;
        top: 50%;
        left: 50%;
        width: 10rem;
        height: 10rem;
        background-color: #f3f3f3;
        transform: translate(-50%, -50%);
        border-radius: 100%;
        transition: background-color .5s;
    }

        .icon-box-lg__figure img {
            position: relative;
            display: block;
            z-index: 2;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .icon-box-lg__title {
        font-weight: 400;
    }

.icon-box-lg:hover {
    color: #14a8bb;
}

    .icon-box-lg:hover .icon-box-lg__figure:before {
        background-color: #64c7ca;
    }

/*
    Icon Box Circle
*/

.icon-box-circle {
    position: relative;
    padding-top: 4rem;
    margin-bottom: 3rem;
}

    .icon-box-circle > span {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        left: 42%;
        width: 6.25rem;
        height: 6.25rem;
        background-color: #14a8bb;
        transition: background-color .5s;
        border-radius: 100%;
        z-index: 999;
    }

        .icon-box-circle > span svg {
            display: block;
            width: 80%;
            height: 80%;
            transform: translate(-15%, 0);
            transition: fill .5s;
            fill: #333;
        }

    .icon-box-circle__content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15rem;
        height: 15rem;
        padding: 1rem 1rem 0;
        margin: 0 auto;
        text-align: center;
        font-size: 1.5rem;
        background-color: #f3f3f3;
        transition: background-color .5s, color .5s;
        border-radius: 100%;
    }

        .icon-box-circle__content > *:last-child {
            margin-bottom: 0;
        }

.icon-box-circle:hover > span {
    background-color: #c73417;
}

    .icon-box-circle:hover > span svg {
        fill: #14a8bb;
    }

.icon-box-circle:hover .icon-box-circle__content {
    color: #fff;
    background-color: #14a8bb;
}

/*
    Icon Box Horizontal
*/

.icon-box-horizontal {
    display: flex;
}

.icon-box-horizontal__icon {
    flex: 0 0 auto;
    width: 3rem;
    height: 3rem;
    margin-right: 2rem;
    background: #14a8bb;
    border-radius: 100%;
}

.icon-box-horizontal__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #292929;
    transform: translate(25%, -15%);
}

.icon-box-horizontal__title {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 300;
}

/*
    Feature Box
*/

.feature-box {
    position: relative;
    height: 100%;
    margin-left: 3rem;
    padding: 2rem 2rem 2rem 3rem;
    background: #f3f3f3;
    border-radius: 1.5rem;
}

.feature-box__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 5rem;
    height: 5rem;
    background: #e5e5e5;
    transform: translate(-3rem, 1rem);
    border-radius: 100%;
    transition: background-color 0.3s;
}

.feature-box__icon img {
    display: block;
    width: 3rem;
    height: 3rem;
}

.feature-box > *:last-child {
    margin-bottom: 0;
}

.feature-box:hover .feature-box__icon {
    background: #14a8bb;
}

/*
    Post Box
*/

.post-box figure {
    overflow: hidden;
    border-radius: 1rem;
}

    .post-box figure a {
        display: block;
        transition: all .5s;
    }

    .post-box figure a:hover {
        transform: scale(1.1);
    }

    .post-box time {
        display: block;
        margin-bottom: .5rem;
        font-size: 1rem;
        font-weight: 400;
    }

    .post-box__title {
        text-transform: uppercase;
        font-size: 1.375rem;
    }

/*
    Panel
*/

.panel {
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 1.25rem;
}

/*
    Pricing Table
*/

.pricing {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing__title {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 300;
}

    .pricing__title strong {
        text-transform: uppercase;
    }

.pricing__content {
    padding: 1.75rem 1.25rem 1.25rem;
    font-size: 1.25rem;
    border-width: 1px;
    border-style: solid;
    border-radius: 1.25rem;
}

    .pricing__content .btn {
        width: 270px;
        max-width: 100%;
    }

    .pricing__price {
        margin-bottom: 2.5rem;
        text-align: center;
    }

        .pricing__price span {
            font-size: 3rem;
            font-weight: 700;
        }

    .pricing__content li:not(:last-child) {
        margin-bottom: 1.25rem;
    }

        .pricing__content li svg {
            fill: #49be11;
        }

.pricing--primary .pricing__title {
    color: #14a8bb;
}

.pricing--primary .pricing__content {
    border-color: #14a8bb;
    background-color: #eafdff;
}

.pricing--secondary .pricing__title {
    color: #d13422;
}

.pricing--secondary .pricing__content {
    border-color: #d13422;
    background-color: #ffefed;
}

.pricing--tertiary .pricing__title {
    color: #cbb746;
}

.pricing--tertiary .pricing__content {
    border-color: #cbb746;
    background-color: #faf8ee;
}

/*
    Pricing Columns
*/

.pricing-cols {
    text-align: center;
}

.pricing-cols__header {
    position: sticky;
    z-index: 2;
    top: 3.5rem;
    padding-top: 1rem;
    background: #fff;
}

    .pricing-cols__title {
        margin-bottom: 1rem;
        font-size: 1rem;
        font-weight: 300;
    }

        .pricing-cols__title strong {
            display: block;
            font-size: 1.125rem;
            text-transform: uppercase;
        }

        .pricing-cols__col svg {
            width: 2rem;
            height: 2rem;
        }

/*
    Accordion
*/

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 1rem;
}

.accordion-item {
    margin-bottom: 1rem;
    border: 0;
    border-radius: 1rem;
}

.accordion-button:after {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    line-height: 1;
}

.accordion-button,
.accordion-button:not(.collapsed),
.accordion-button:focus {
    color: inherit;
    background: transparent;
    box-shadow: none;
}

.accordion-button:after,
.accordion-button:not(.collapsed)::after {
    background: transparent;
    transform: none;
}

.accordion-button:after {
    content: "+";
}

.accordion-button:not(.collapsed)::after {
    content: "-";
}

/*
    Testimonial
*/

.testimonial {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 1.125rem;
    background: #fff;
    box-shadow: 0 0 0.5rem rgba(0 0 0 / 30%);
}

.testimonial__title {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    background: #d13422;
}

.testimonial__title svg {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 1.5rem;
    fill: #fff;
}

.testimonial blockquote {
    padding: 1.5rem 2.5rem;
}

.testimonial blockquote > *:last-child {
    margin-bottom: 0;
}

.testimonial blockquote cite {
    display: flex;
    align-items: center;
    font-style: normal;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.testimonial blockquote cite figure {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 4rem;
    height: 4rem;
    flex: 0 0 auto;
    margin: 0 1.5rem 0 0;
    background: #8d8d8d;
    border-radius: 100%;
}

.testimonial blockquote cite figure svg {
    width: 3rem;
    height: 3rem;
    fill: #fff;
}

.testimonial blockquote cite figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial .rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.testimonial .rating svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #ffd700;
}

/*
    Nyelv menü
*/
.btn-lang{
    font-size: 0.9rem;
}
.btn.btn-lang:focus, .btn.btn-lang:active:focus, .btn.btn-lang.active:focus{
    box-shadow: none;
}
.dropdown-menu.dm-lang{
    min-width: 20rem;
    border: 0;
    border-radius: 1.125rem;
    padding: 0.9rem 0;
}
.dropdown-menu.show.dm-lang{
    display: flex;
    margin-top: 0.5rem !important;
}
.dm-lang a, .menu-lang a{
    color: #3a3a3a;
    display: flex;
    padding: 0.5rem 0.75rem;
    border-radius: 0.3rem;
}
.dm-lang a:hover{
    color: #14a8bb;
    background-color: #eee;
}
.dm-lang a img, .menu-lang a img{
    width: 1.25rem;
    margin-right: 0.5rem;
}
.dropdown-menu.dm-lang .col-6, .menu-lang li{
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}
.dropdown-menu.dm-lang .col-6:nth-child(odd) {
    border-right: 1px solid #ccc;
}
/*.dropdown-menu.dm-lang .col-6:last-child {
    border-right: 0;
}*/
#mobile-language.offcanvas-end{
    width: auto;
}
.btn-mobile-lang.btn-sm{
    padding: 0;
    margin-left: 2rem;
}


/* COMPONENTS
================================================== */

/*
	Buttons
*/

.btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: .6875rem 1.75rem;
    font-size: 1.25rem;
    box-shadow: none;
    border-radius: 1.125rem;
    transition: all .5s;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    box-shadow: 0 0 0 .25rem rgba(0 0 0 / 10%);
}

.btn-sm {
    padding: .5rem 1rem;
    font-size: 1rem;
}

.btn-lg {
    padding: 1rem 2rem;
}

.btn-primary,
.btn-primary:focus {
    border-color: #14a8bb;
    color: #fff;
    background-color: #14a8bb;
}

.btn-primary:active,
.btn-primary:hover {
    border-color: #c73417;
    color: #fff;
    background-color: #c73417;
}

.btn-secondary,
.btn-secondary:focus {
    border-color: #c73417;
    color: #fff;
    background-color: #c73417;
}

.btn-secondary:active,
.btn-secondary:hover {
    border-color: #8c1b0f;
    color: #fff;
    background-color: #8c1b0f;
}

.btn--tertiary,
.btn--tertiary:focus {
    border-color: #cbb746;
    color: #fff;
    background-color: #cbb746;
}

.btn--tertiary:active,
.btn--tertiary:hover {
    border-color: #97872f;
    color: #fff;
    background-color: #97872f;
}

.btn--gray,
.btn--gray:focus {
    border-color: #eee;
    color: #292929;
    background-color: #eee;
}

.btn--gray:active,
.btn--gray:hover {
    border-color: #292929;
    color: #fff;
    background-color: #292929;
}

.btn-outline-primary,
.btn-outline-primary:focus {
    border-color: #14a8bb;
    color: #14a8bb;
    background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary.active {
    border-color: #14a8bb;
    color: #fff;
    background-color: #14a8bb;
}

.btn--outline-gray,
.btn--outline-gray:focus {
    border-color: #ccc;
    color: #a1a1a1;
    background-color: transparent;
}

.btn--outline-gray:active,
.btn--outline-gray:hover {
    border-color: #eee;
    color: #a1a1a1;
    background-color: #eee;
}

    .btn img {
        height: 2.5rem;
    }

    .btn .text-handwritten {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 1.5em;
        line-height: 1;
        color: #d13422;
        transform: rotate(-5deg) translate(0, 50%);
    }

/*
	Form components
*/

.form-label {
    display: block;
    margin-bottom: .25rem;
}

.form-control,
.form-select {
    padding: .875rem 1rem;
    border-radius: 1.25rem;
}

.form-control,
.form-control:focus,
.form-select,
.form-select:focus {
    border-color: #a1a1a1;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 .25rem rgba(0 0 0 / 10%);
}

.form-check {
    padding-left: 2.125rem;
    font-size: .875rem;
}

    .form-check a {
        text-decoration: underline;
        color: inherit;
    }

    .form-check a:hover {
        text-decoration: none;
    }

    .form-check .form-check-input {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: -2.5em;
        margin-top: 0;
        border-width: 2px;
        border-color: #ededed;
        background-color: #fff;
    }

    .form-check .form-check-input[type="checkbox"] {
        border-radius: .25rem;
    }

    .form-check .form-check-input:focus {
        box-shadow: 0 0 0 .25rem rgba(0 0 0 / 10%);
    }

    /*.form-check .form-check-input:checked {
        border-color: #CA9B61;
        background-color: #CA9B61;
    }*/

/*
    Lists
*/

.list-illustrations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
}

    .list-illustrations li {
        width: 25%;
        margin-bottom: 1rem;
        
    }

        .list-illustrations li span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 5rem;
            height: 5rem;
            margin: 0 auto;
            background: #e5e5e5;
            border-radius: .5rem;
        }

            .list-illustrations li span svg {
                display: block;
                width: 75%;
                height: 75%;
                fill: #14a8bb;
            }

            .list-illustrations li span.highlighted svg {
                width: 100%;
                height: 100%;
                fill: #d13422;
                transform: scale(1.15);
            }

.list-logo {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style-type: none;
}

    .list-logo a {
        display: block;
    }

    .list-logo a:hover {
        opacity: .6;
    }

    .list-logo img {
        height: 4.375rem;
    }

.list-social {
    display: flex;
    padding: 0;
    list-style-type: none;
}

    .list-social li:not(:last-child) {
        margin-right: 1rem;
    }

        .list-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.25rem;
            height: 2.25rem;
            font-size: 1.25rem;
            color: #14a8bb;
            background: #fff;
            border-radius: .5rem;
        }

        .list-social a:hover {
            opacity: .6;
        }

.list-with-icon {
    padding: 0;
    list-style-type: none;
    line-height: 1;
}

    .list-with-icon li {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 3rem;
        min-height: 2.25rem;
    }

        .list-with-icon li svg {
            position: absolute;
            top: 50%;
            left: 0;
            width: 2.25rem;
            height: 2.25rem;
            transform: translate(0, -50%);
        }

        .list-with-icon li span {
            width: 100%;
        }

.list-number {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0;
    list-style-type: none;
}

.list-number li {
    position: relative;
    padding-left: 5.875rem;
}

.list-number__count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    background: #14a8bb;
    transition: background-color 0.3s;
    border-radius: 100%;
}

.list-number li:hover .list-number__count {
    background: #c63518;
}

/*
    Titles
*/

.section-title {
    font-size: 1.75rem;
    text-transform: uppercase;
}

.section-title .text-handwritten {
    display: block;
    text-transform: none;
    margin-top: -0.5rem;
    transform: rotate(-5deg);
}

.article-title {
    font-size: 1.5rem;
}

.section-subtitle {
    font-size: 1.25rem;
}

.title-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.875rem;
    font-weight: 300;
}

.title-icon__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    margin-right: 1.5rem;
    background: #14a8bb;
    border-radius: 100%;
}

.title-icon__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #2f1b10;
    transform: translate(20%, -15%);
}

/*
    Separators
*/

.separator-text {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 1.25rem;
    color: #a1a1a1;
}

    .separator-text span {
        position: relative;
        display: inline-block;
        padding: 0 1rem;
    }

    .separator-text span:before,
    .separator-text span:after {
        position: absolute;
        content: "";
        top: 50%;
        width: 2000px;
        border-bottom: 1px solid #a1a1a1;
    }

    .separator-text span:before {
        right: 100%;
    }

    .separator-text span:after {
        left: 100%;
    }

/*
    Icons
*/

.icon {
    width: 4rem;
    height: 4rem;
    fill: #c73417;
}

.headline {
  padding: 7rem 0;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center center;
}

/* GLOBALS
================================================== */

.c--primary {
    color: #14a8bb !important;
}

.c--secondary {
    color: #c73417 !important;
}

.c--tertiary {
    color: #cbb746 !important;
}

.bg--primary {
    background-color: #14a8bb !important;
}

.bg--secondary {
    background-color: #c73417 !important;
}

.bg--gray {
    background-color: #eee !important;
}

.bg--gradient-gray {
    background: url("../img/bg-shape-4.png") left top no-repeat,
                url("../img/bg-shape-5.png") right bottom no-repeat, #f7f7f7;
}

.bg--gradient-primary {
    background: url("../img/bg-shape-4.png") left top no-repeat,
                url("../img/bg-shape-5.png") right bottom no-repeat, #14a8bb;
}

.bg-bar {
    position: relative;
}

.bg-bar:before {
    position: absolute;
    content: '';
    z-index: 0;
    top: 8rem;
    bottom: 8rem;
    left: 0;
    width: 100%;
    background: #f3f3f3;
}

.bg-bar > * {
    position: relative;
    z-index: 2;
}

.text-handwritten {
    font-family: "Hand Of Sean";
    font-weight: 400;
}

.text--sm {
    font-size: .9375rem;
}

.text--xl {
    font-size: 1.25rem;
}

.fill--white {
    fill: #fff;
}

.fill--gray {
    fill: #d1d2d3;
}

.fill--success {
    fill: #49be11;
}

.link-secondary {
    color: #a1a1a1;
}

.miw--270 {
    min-width: 270px;
}

.miw--290 {
    min-width: 290px;
}

.border-top {
    border-top-color: #14a8bb !important;
}

.border-bottom {
    border-bottom-color: #14a8bb !important;
}

.mt--n30 {
    margin-top: -1.875rem;
}

/* ANIMATIONS
================================================== */

[data-aos],
[data-aos="intro-text"] span,
[data-aos="intro-text"] svg {
    opacity: 0;
    transition: opacity 1s, transform 1s;
}

.aos-animate,
[data-aos="intro-text"].aos-animate span,
[data-aos="intro-text"].aos-animate svg {
    opacity: 1;
}

[data-aos="scale"] {
    transform: scale(0.8);
}

[data-aos="scale"].aos-animate {
    transform: scale(1);
}

[data-aos="fade-in-up"] {
    transform: translateY(40px);
}

[data-aos="fade-in-up"].aos-animate {
    transform: translateY(0);
}

[data-aos='fade-in-down'] {
    transform: translateY(-40px);
}

[data-aos='fade-in-down'].aos-animate {
    transform: translateY(0);
}

[data-aos='fade-in-right'] {
    transform: translateX(-40px);
}

[data-aos='fade-in-right'].aos-animate {
    transform: translateX(0);
}

[data-aos='fade-in-left'] {
    transform: translateX(40px);
}

[data-aos='fade-in-left'].aos-animate {
    transform: translateX(0);
}

[data-aos='intro-text'] span:first-child {
    transform: translate(0, 40px);
}

[data-aos="intro-text"] span:first-child {
    transform: translate(0, 40px);
}

[data-aos="intro-text"].aos-animate span:first-child {
    transform: translate(0, 0);
}

[data-aos="intro-text"] .text-handwritten {
    transform: rotate(3deg) translate(0, 0);
}

[data-aos="intro-text"].aos-animate .text-handwritten {
    transform: rotate(-3deg) translate(0, -30%);
}

[data-aos="intro-text"] svg:nth-child(1) {
    transform: rotate(0) translate(0, 30%);
}

[data-aos="intro-text"].aos-animate svg:nth-child(1) {
    transform: rotate(15deg) translate(0, 0);
}

[data-aos="intro-text"] svg:nth-child(2) {
    transform: rotate(0) translate(0, 30%);
}

[data-aos="intro-text"].aos-animate svg:nth-child(2) {
    transform: rotate(-20deg) translate(0, 0);
}

[data-aos="intro-text"] svg:nth-child(3) {
    transform: rotate(0) translate(0, 30%);
}

[data-aos="intro-text"].aos-animate svg:nth-child(3) {
    transform: rotate(-20deg) translate(0, 0);
}

[data-aos="intro-text"] svg:nth-child(4) {
    transform: rotate(0) translate(0, 30%);
}

[data-aos="intro-text"].aos-animate svg:nth-child(4) {
    transform: rotate(15deg) translate(0, 0);
}

/* RESPONSIVE
================================================== */

/*
	XS
*/

@media screen and (max-width: 575px) {

    .pricing-cols .btn {
        padding-left: .5rem;
        padding-right: .5rem;
        font-size: .75rem;
    }

}

/*
	SM and down
*/

@media screen and (max-width: 767px) {

}

/*
	MD and down
*/

@media screen and (max-width: 1199px) {
    
    /*
		Navigation
	*/

	.mobile-menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 1.25rem;
		height: 1rem;
        margin-left: 2rem;
		transition: all .5s;
	}

        .mobile-menu-btn span {
            display: block;
            width: 100%;
            height: 2px;
            background: #000;
        }

    .header__top-list,
    .main-menu {
        display: none;
    }

}

/*
	MD and up
*/

@media screen and (min-width: 768px) {

    .footer__menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .footer__menu li {
            margin: .5rem 1rem;
        }

    .section--mobile .section {
        background-image: url("../img/bg-shape-3.png");
        background-position: left center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

        .section--mobile .section figure {
            margin-left: -3rem;
        }

    .list-illustrations {
        justify-content: flex-start;
        max-width: 470px;
    }

        .list-illustrations li span {
            margin: 0;
        }
    .headline {
        padding: 10rem 0;
    }
    .mt-md--n60 {
        margin-top: -3.5rem;
    }

}

/*
	LG and up
*/

@media screen and (min-width: 992px) {

    .intro {
        background-image: url("../img/bg-shape-1.png"), url("../img/bg-shape-2.png");
        background-position: left center, right center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    .intro-food {
        height: 35vw;
    }

    .intro-food .intro__title {
        top: 6%;
    }

    .intro-food .intro__title span:first-child {
        font-size: 2.25vw;
    }

    .intro-food li span {
        padding: 1vw;
        font-size: 1vw;
    }

    .intro-food li span:after {
        bottom: -.25vw;
        border-width: 1vw;
    }

    .intro-food__bg {
        height: calc(100% - 5.5vw);
    }

    .intro-food ul {
        width: 35%;
        top: 35%;
        left: 15%;
        gap: 2vw;
    }

    .intro-food__devices {
        width: 45%;
        left: 23%;
    }

    .intro-food__plate {
        top: -25%;
        right: 0;
        width: 33%;
    }

    .intro-food__hamburger {
        right: 11%;
        width: 22%;
    }

    .footer-border-right {
        border-right: 1px solid #fff;
    }

    .section--mobile .section figure {
        margin-bottom: -1rem;
    }

    .panel {
        padding: 3rem;
    }

    .pricing-cols {
        font-size: 1.25rem;
    }

        .pricing-cols__header {
            position: relative;
            top: 0;
        }

        .pricing-cols__col {
            border-left: 1px solid #14a8bb;
        }

        .pricing-cols__col:last-child {
            border-right: 1px solid #14a8bb;
        }

        .pricing-cols__title strong {
            font-size: 1.875rem;
        }

        .pricing-cols__col svg {
            width: 2.75rem;
            height: 2.75rem;
        }
        
    .headline {
        padding: 12rem 0;
    }
    
    .bg-half-split {
        position: relative;
    }

    .bg-half-split > * {
        position: relative;
        z-index: 1;
    }

    .bg-half-split:before {
        position: absolute;
        z-index: 0;
        content: '';
        top: 12.5rem;
        left: 0;
        bottom: 0;
        width: 50%;
        background: #f3f3f3;
    }

    .bg-half-split--right:before {
        left: 50%;
    }

}
 
/*
    XL and up
*/
 
@media screen and (min-width: 1200px) {

    .header {
        height: 5.75rem;
    }

        .header__logo {
            padding-top: 1.25rem;
        }

            .header__logo a {
                height: 11.25rem;
            }

    .header--sticky .header__logo a {
        height: 7.5rem;
    }

    .header--empty {
        margin-bottom: 8rem;
    }
    
    .header__right{
        align-items: normal !important;
        flex-direction: column;
    }

    .footer__menu {
        font-size: 1.25rem;
    }

        .footer__menu li {
            margin-left: 1.25rem;
            margin-right: 1.25rem;
        }

    .section--mobile {
        padding-top: 6rem;
    }

        .section--mobile .section figure {
            margin-top: -9rem;
        }

    .section--screen {
        padding-top: 8rem;
    }

        .section--screen .section figure {
            margin-top: -11rem;
        }
    
    .testimonial blockquote {
        padding: 1.5rem;
    }

    .btn:not(.btn-sm):not(.btn-lg) {
        font-size: 1.5rem;
        border-radius: 1.5rem;
    }

    .btn-lg {
        font-size: 2.25rem;
        border-radius: 2rem;
    }

    .intro__title span:first-child {
        font-size: 2.25rem;
    }

    .intro__title .text-handwritten {
        font-size: 3.375rem;
    }

    .intro__title svg:nth-child(1) {
        top: -10%;
        left: 0;
        width: 4rem;
        height: 4rem;
    }

    .intro__title svg:nth-child(2) {
        top: -35%;
        left: 13%;
        width: 3.5rem;
        height: 3.5rem;
    }

    .intro__title svg:nth-child(3) {
        top: -55%;
        right: 20%;
        width: 3.75rem;
        height: 3.75rem;
    }

    .intro__title svg:nth-child(4) {
        top: -35%;
        right: 8%;
        width: 5rem;
        height: 5rem;
    }

    .icon-box-lg {
        font-size: 1.75rem;
    }

        .icon-box-lg__figure {
            width: 270px;
            height: 270px;
        }

        .icon-box-lg__figure:before {
            width: 15rem;
            height: 15rem;
        }

        .icon-box-horizontal {
        align-items: center;
    }

    .icon-box-horizontal__icon {
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 4rem;
        margin-bottom: 1rem;
    }

    .icon-box-horizontal__title {
        margin-bottom: 1rem;
        font-size: 1.875rem;
    }

    .post-box {
        font-size: 1.25rem;
    }

        .post-box__title {
            font-size: 2rem;
        }

    .accordion-item {
        margin-bottom: 2.25rem;
    }

        .accordion-button {
            padding: 1.5rem 2rem;
            font-size: 1.875rem;
            font-weight: 300;
        }

        .accordion-button:after {
            font-size: 3rem;
            font-weight: 300;
        }

        .accordion-body {
            padding: 1rem 2rem 2rem;
            font-size: 1.25rem;
        }

            .accordion-body > *:last-child {
                margin-bottom: 0;
            }

    .feature-box {
        position: relative;
        height: 100%;
        margin-left: 3rem;
        padding: 2rem 2rem 2rem 7rem;
        background: #f3f3f3;
        border-radius: 1.5rem;
    }

    .feature-box__icon {
        top: 50%;
        width: 8rem;
        height: 8rem;
        transform: translate(-3rem, -50%);
    }

    .feature-box__icon img {
        width: 5rem;
        height: 5rem;
    }

    .section-title {
        font-size: 3.25rem;
    }

    .section-title--sm {
        font-size: 2.5rem;
    }

    .article-title {
        font-size: 2.5rem;
    }

    .section-subtitle {
        font-size: 1.875rem;
    }

    .title-icon {
        flex-direction: row;
        font-size: 3.5rem;
    }

    .title-icon__icon {
        width: 8rem;
        height: 8rem;
        margin-right: 4rem;
        margin-bottom: 0;
    }

    .text--lg {
        font-size: 1.25rem;
    }

    .text--xl {
        font-size: 1.625rem;
    }

    .form-label {
        margin-bottom: .5rem;
        font-size: 1.25rem;
    }

    .form-control,
    .form-select {
        padding: 1.25rem 1.5rem;
        font-size: 1.25rem;
    }
    
    .headline {
        padding: 15rem 0;
    }

}

/*
	XXL and up
*/

@media screen and (min-width: 1401px) {

    .main-menu > ul > li {
        margin-left: 1.5rem;
    }

        .main-menu > ul > li > a:not(.btn) {
            font-size: 1.125rem;
        }

    .pricing__title {
        font-size: 2.625rem;
    }
    
    .swiper-button-prev,
    .swiper-button-next {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 2rem;
    }

    .picture-carousel,
    .testimonial-carousel {
        position: static;
    }

    .picture-carousel .swiper-button-prev {
        left: 0;
        transform: translate(-50%, -50%);
    }

    .picture-carousel .swiper-button-next {
        right: 0;
        transform: translate(50%, -50%);
    }

    .testimonial-carousel .swiper-button-prev {
        left: 0;
    }

    .testimonial-carousel .swiper-button-next {
        right: 0;
    }
}


/*
	XXXL and up
*/

@media screen and (min-width: 1701px) {

    .header .container {
        max-width: 1500px;
    }

    .main-menu > ul > li {
        margin-left: 2.25rem;
    }

        .main-menu > ul > li > a:not(.btn) {
            font-size: 1.25rem;
        }
        
    .headline {
        padding: 20rem 0;
    }

}
