/* Base */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Poppins-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Poppins-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Poppins-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'Cubano';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/cubano-webfont.woff2) format('woff2');
}

@font-face {
    font-family: 'Sinzano';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/sinzano_regular-webfont.woff2) format('woff2');
}

html,
body {
    font-family: 'Poppins', sans-serif, arial, verdana;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.625rem;
    color: #fff;
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden;
    transition: all .2s;
    background-color: #E42313;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset
}

::selection {
    background-color: rgba(255, 238, 0, 0.25);
    text-shadow: none
}

a {
    color: #fff;
    text-decoration: none;
    transition: all .2s;
}

a:hover,
a:focus {
    color: #fff;
    transition: all .2s;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

input,
button {
    outline: none
}

select {
    /*-webkit-appearance: none;
  -moz-appearance: none;*/
    text-indent: 1px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

/* Bootstrap modifications */

.btn {
    font-family: 'Sinzano', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 8rem;
    border: 2px solid;
    padding: 0 1rem;
    transition: all .2s;
    height: 50px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.btn:hover {
    transition: all .2s;
    text-decoration: none;
    opacity: .9;
}

.btn-primary {
    background-color: #ffef3a;
    border-color: #ffef3a;
    color: #e42313;
}

.btn-primary:first-child:hover,
:not(.btn-check)+.btn-primary:hover,
.btn-primary:hover {
    background-color: #ffef3a;
    border-color: #ffef3a;
    color: #e42313;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #ffef3a;
    border-color: #ffef3a;
    color: #e42313;
    box-shadow: none;
    text-decoration: none;
}

.btn-secondary {
    background-color: transparent;
    border-color: #ffef3a;
    color: #ffef3a;
}

.btn-secondary:first-child:hover,
:not(.btn-check)+.btn-secondary:hover,
.btn-secondary:hover {
    background-color: transparent;
    border-color: #ffef3a;
    color: #ffef3a;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: transparent;
    border-color: #ffef3a;
    color: #ffef3a;
    box-shadow: none;
    text-decoration: none;
}

.navbar {
    padding: 0;
    background-color: transparent;
    padding-right: 0 !important;
}

.nav-link {
    font-family: 'Cubano', Arial, Helvetica, sans-serif;
    line-height: 178px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    transition: all .2s;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.nav-link:focus,
.nav-link:hover {
    background-color: transparent;
    color: #ffd650;
    text-decoration: none;
    text-shadow: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 6rem;
    padding-right: 0rem;
}

.modal-content {
    background-color: transparent;
}

.modal-body {
    background-color: #ff3332;
    color: #fff;
    border-radius: 3rem;
    padding: 2.5rem;
}

.btn-close {
    opacity: 1;
    position: absolute;
    right: 2rem;
    top: 2rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffef3a'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

.btn-close:hover {
    opacity: 1;
}

.modal input {
    border: 0;
    color: #fff;
}

.modal input[type=text],
.modal input[type=email],
.modal textarea {
    background-color: #e42313;
    border-radius: 1rem;
    line-height: 52px;
    height: 52px;
    border: 0;
}

.modal textarea {
    height: 12rem;
    width: 100%;
    resize: vertical;
    color: #fff;
}

.modal .form-label {
    font-size: 25px;
    font-family: 'Cubano';
}

.modal-backdrop.show {
    opacity: .75;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    border: 0;
    background-color: #e42313;
    color: #fff;
}

.modal .form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #ffef3a;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23e42313' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:hover,
.form-check-label:hover {
    cursor: pointer;
}

.form-check-label a {
    text-decoration: underline;
}

.form-check-label a:hover {
    text-decoration: none;
    color: #ffef3a;
}

/* Animated hamburger menu */

.navbar-toggler {
    border: 0;
    position: fixed;
    margin: 0;
    padding: 0;
    width: auto;
    opacity: .85;
    transition: all .2s;
    z-index: 103;
    right: 6px;
    top: 12px;
}

.scrolled .navbar-toggler {
    opacity: 1;
}

.navbar-toggler .inline-svg,
.navbar-toggler .inline-svg rect {
    width: 40px;
    height: auto;
    position: relative;
}

.navbar-toggler .inline-svg path {
    fill: #fff;
    transition: all .2s;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.svg-menu-toggle {
    fill: #fff;
    pointer-events: all;
    cursor: pointer;
    opacity: 1;
}

.svg-menu-toggle .bar {
    transform: rotate(0) translateY(0) translateX(0);
    opacity: 1;
    transform-origin: 20px 10px;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

.svg-menu-toggle .bar:nth-of-type(1) {
    transform-origin: 20px 10px;
}

.svg-menu-toggle .bar:nth-of-type(3) {
    transform-origin: 20px 20px;
}

.svg-menu-toggle.active path {
    fill: #fff;
    opacity: 1;
    transition: all .2s;
}

.svg-menu-toggle.active .bar:nth-of-type(1) {
    transform: rotate(-45deg) translateY(0) translateX(0);
}

.svg-menu-toggle.active .bar:nth-of-type(2) {
    opacity: 0;
}

.svg-menu-toggle.active .bar:nth-of-type(3) {
    transform: rotate(45deg) translateY(0em) translateX(0em);
}

/* Slick modifications */

.slick-list {
    /*max-width: 75%;
    margin: 0 auto;
    text-align: center;*/
    padding: 4rem 0 3rem;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-prev,
.slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10000;
    transform: translateY(-50%);
    font-size: 0;
    width: 32px;
    height: 32px;
    border: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 512 512'%3E%3Cpath d='M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM281 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L136 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l182.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L393 239c9.4 9.4 9.4 24.6 0 33.9L281 385z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 512 512'%3E%3Cpath d='M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM231 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-71 71L376 232c13.3 0 24 10.7 24 24s-10.7 24-24 24l-182.1 0 71 71c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L119 273c-9.4-9.4-9.4-24.6 0-33.9L231 127z'/%3E%3C/svg%3E");
    left: 0;
    right: auto;
}

.slick-dots {
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -1rem;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 1rem;
}

.slick-dots button {
    border: 0;
    background-color: #131313;
    opacity: .65;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    padding: 0;
}

.slick-active button {
    opacity: 1;
    background-color: #154a91;
}

.slick-disabled {
    opacity: .25;
}

.slick-disabled:hover {
    cursor: default;
}

/* SwiperJS */

.my-video-swiper {
    padding: 40px 0;
    overflow: hidden;
    max-width: 1120px;
    margin-bottom: 1rem;
}

.my-video-swiper .swiper-slide {
    width: 70%;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: scale(0);
    opacity: 0;
}

.my-video-swiper .swiper-slide-prev,
.my-video-swiper .swiper-slide-next {
    transform: scale(0.7);
    opacity: 0.9;
}

.my-video-swiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 3;
}

.swiper-slide a {
    position: relative;
}

.swiper-slide a::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/icon-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px auto;
    transition: all 0.3s;
}

.swiper-slide a:hover::after {
    transform: translate(-50%, -50%) scale(1.2);
}

.swiper-slide img {
    border-radius: 24px;
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-size: 25px;
}

.swiper-navigation-icon path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 1px;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 32px) !important;
    right: auto;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 32px) !important;
    left: auto;
}

/* Site */

header {
    z-index: 10;
    position: relative;
}

header .logo img {
    height: auto;
    width: 146px;
}

header .container {
    position: relative;
}

footer {
    padding: 3rem 0;
}

footer .logo {
    max-width: 165px;
}

footer ul {
    list-style: none;
}

footer ul li a,
footer ul li a:hover {
    color: #fff;
}

footer ul li:first-child {
    font-size: 60px;
    font-family: 'Cubano';
    margin-bottom: 3rem;
    line-height: 1;
}

footer .address {
    background-image: url(../images/icon-map.svg);
}

footer .email {
    background-image: url(../images/icon-email.svg);
}

footer .web {
    background-image: url(../images/icon-web.svg);
}

footer .phone {
    background-image: url(../images/icon-phone.svg);
}

footer li {
    background-size: 17px 18px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 2rem;
    color: #fff;
}

footer .box {
    background-color: #FF3332;
    border-radius: 24px;
    padding: 1.5rem 1.5rem .5rem;
}

footer h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.social {
    background-color: #B8100F;
    border-radius: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 460px;
    padding: 1.5rem;
}

.social p {
    font-size: 24px;
    font-weight: 600;
}

.social .svg {
    width: 50px;
    height: auto;
}

h1 {
    font-size: 3rem;
    font-family: 'Cubano';
    text-align: center;
    margin: -2rem 0 1rem;
}

h1+p {
    max-width: 952px;
    margin: 0 auto;
    text-align: center;
}

.hero-container {
    margin: 0 -300%;
}

.hero {
    max-width: 870px;
    height: 870px;
    position: relative;
    margin: -5rem auto 0;
}

.hero img,
.hero>div {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.hero>div {
    border-radius: 100%;
    background-color: #FF3332;
    width: 672px;
    aspect-ratio: 1/1;
}

.hero img:not(.intro) {
    right: auto;
}

.hero img.snack1 {
    left: 74%;
    top: 22%;
}

.hero img.snack2 {
    left: 20%;
    top: 19%;
}

.hero img.snack3 {
    left: 65%;
    top: 15%;
}

.hero img.snack4 {
    left: -7%;
    top: 56%;
}

.hero img.snack5 {
    left: 69%;
    top: 84%;
}

.hero img.snack6 {
    left: 31%;
    top: 80%;
}

.hero img.snack7 {
    left: 7%;
    top: 83%;
}

.hero img {
    z-index: 3;
}

.hero img.intro {
    z-index: 2;
}

.hero img.snack6 {
    z-index: 1;
}

.contact .form-success,
.contact.success form>*:not(.form-success) {
    display: none;
}

.contact.success .form-success {
    display: block;
}

/* Video player */

.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    /* alapból rejtve */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-modal.is-active {
    display: flex;
}

.video-modal__content {
    position: relative;
    width: min(90vw, 1200px);
    aspect-ratio: 16 / 9;
    background: #000;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}

.video-modal__iframe-wrapper {
    width: 100%;
    height: 100%;
}

.video-modal__iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 32px;
    line-height: 1;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

/* Products */

.products {
    position: relative;
    border-radius: 3rem;
    background-color: #ffd650;
    padding: 2rem;
    color: #000;
}

#hand {
    z-index: 0;
    position: absolute;
    left: 0px;
    top: -234px;
    width: 195px;
    height: 234px;
    background: url("../images/hand.png") no-repeat 0 0%;
    animation: hello 4s steps(76) infinite;
}

@keyframes hello {
    0% {
        background-position: 0 0%;
    }

    62.5% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.slick-products {
    max-width: 672px;
    margin: 0 auto;
}

.slick-products .product-item {
    position: relative;
}

.slick-products .product-item>div {
    position: absolute;
    background-color: #e2bd43;
    width: 60%;
    padding-top: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.slick-products .product-item img {
    width: 145px;
    height: auto;
    z-index: 1;
    position: relative;
}

.slick-products .slick-prev,
.slick-products .slick-next {
    opacity: 0;
    background: none;
    width: 145px;
    height: 175px;
}

.slick-products .slick-prev {
    left: 3rem;
}

.slick-products .slick-next {
    right: 3rem;
}

.slick-list::before,
.slick-list::after {
    content: "";
    display: block;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.slick-products .slick-list::before {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 214, 80, 1) 40%, rgba(255, 214, 80, 0) 100%);
}

.slick-products .slick-list::after {
    right: 0;
    background: linear-gradient(270deg, rgba(255, 214, 80, 1) 40%, rgba(255, 214, 80, 0) 100%);
}

.slick-slide {
    transform: scale(1);
    transition: transform .2s ease;
}

.slick-slide img {
    transform: scale(1) rotate(0deg);
    transition: transform .2s ease;
}

.slick-current+.slick-active {
    transform: scale(1.3);
}

.slick-current+.slick-active .product-item>div {
    background-color: #e42313;
    width: 75%;
    padding-top: 75%;
}

.slick-current+.slick-active img {
    transform: scale(1.2) rotate(-15deg);
}

.slick-data .data {
    padding: 1rem;
    max-width: 432px;
    margin: 1.25rem auto;
    border-radius: 10px;
    border: 2px solid #e2bd43;
}

.slick-data .data>div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #e2bd43;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

.slick-data .data>div:last-of-type {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.slick-data .data>div p {
    margin: 0;
}

.slick-data .data+p {
    max-width: 560px;
    margin: 0 auto;
}

.slick-data h2 {
    margin: -3rem 0 3rem;
    font-weight: 700;
    color: #e42313;
}

.slick-data h2+p {
    font-weight: 700;
    font-size: 18px;
}

/* Responsive CSS */

@media (max-width:767.98px) {

    .social {
        max-width: 205px;
        padding: .6rem .85rem .6rem .75rem;
        line-height: 1;
    }

    .hero {
        transform: scale(.4);
        margin: -17rem auto;
    }

    h1 {
        font-size: 1.5rem;
    }

    .my-video-swiper {
        margin: 0 -12px;
        padding-left: 12px;
    }

    .my-video-swiper .swiper-slide,
    .my-video-swiper .swiper-slide-prev,
    .my-video-swiper .swiper-slide-next {
        transform: scale(1);
        opacity: 1;
    }

    .swiper-slide a::after {
        background-size: 56px auto;
    }

    #hand {
        top: auto;
        bottom: -210px;
        transform: rotate(180deg) scale(.8);
        left: auto;
        right: -33px;
    }

    .products {
        padding: 1rem;
    }

    .slick-list {
        padding: 2.5rem 0 1.5rem;
    }

    .slick-products {
        margin: 0 -16px;
    }

    .slick-products .slick-list::before,
    .slick-products .slick-list::after {
        display: none;
    }

    .slick-products .product-item img {
        width: 85px;
    }

    .slick-data h2 {
        margin: -2rem 0 1rem;
        font-weight: 600;
        font-size: 18px;
    }

    .slick-data h2+p {
        font-weight: 600;
        font-size: 16px;
    }

    .slick-data .data {
        font-size: 12px;
        padding: .5rem .75rem;
    }

    .slick-data .data p {
        margin-bottom: .25rem;
    }

    .slick-data .data+p {
        font-size: 14px;
        line-height: 1.4;
    }

    footer {
        padding: 1rem 0;
    }

    footer .logo {
        max-width: 85px;
    }

    footer ul {
        padding: 0;
        margin: 1rem 0 0;
    }

    footer ul li:first-child {
        font-size: 40px;
        margin-bottom: 1rem;
        padding: 0;
    }

    footer .box {
        padding: 1rem 1rem 0rem;
    }

    footer h3 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

}

@media (min-width:768px) and (max-width:991.98px) {

    .social {
        max-width: 275px;
        line-height: 1.2;
        padding: .75rem 1.25rem .75rem 1rem;
    }

    .hero {
        transform: scale(.8);
        margin: -8rem auto -7rem;
    }

    #hand {
        transform: scale(.6);
        top: -187px;
        left: -35px;
    }

    .my-video-swiper {
        margin-bottom: 3rem;
    }

    .products {
        border-radius: 2rem;
        padding: 1rem;
    }

    footer ul li:first-child {
        font-size: 48px;
        margin-bottom: 1rem;
    }

}

@media (max-width:991.98px) {

    header {
        background-color: #E42313;
        padding: .5rem 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    header .logo img {
        width: 50px;
    }

    .social {
        left: 0;
        margin: 0 auto;
        border-radius: 12px;
    }

    .social p {
        font-size: 11px;
    }

    .social .svg {
        width: 29px;
        margin: 0 -6px;
    }

    .navbar-toggler {
        top: 16px;
        right: 0;
    }

    .content {
        padding-top: 3rem;
    }

    /* Mobile Menu Slide-in */
    .menu {
        position: fixed;
        top: 67px;
        right: -100%;
        bottom: 0;
        width: 100%;
        background-color: #E42313;
        transition: right 0.4s ease-in-out;
        z-index: 99;
        display: flex !important;
        /* Override Bootstrap .collapse hidden state */
        flex-direction: column;
        align-items: center;
        padding: 2rem 1rem;
        overflow-y: auto;
    }

    .menu.active {
        right: 0;
    }

    .menu .navbar-nav {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .menu .nav-link {
        line-height: 2.5;
        font-size: 1.75rem;
        padding: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
    }

}

@media (min-width:992px) and (max-width:1199.98px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 3rem;
    }

    .social {
        max-width: 400px;
    }

    .social p {
        font-size: 18px;
    }

    #hand {
        transform: scale(.6);
        top: -187px;
        left: -35px;
    }

    footer h3 {
        font-size: 21px;
    }

}