body.intro {
    background: url(imgs/intro_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}

.topbar {
    width: 100%;
    min-height: 40px;
    background: #010101;
    padding:5px 0px;
}

.hashtags {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #FCB40F;
    display: flex;
    justify-content: space-around;
}

.social {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.logo {
    text-align: center;
    margin-top: 40px;
}

.hero {
    margin: 0px 0px -150px;
    z-index: 0;
}

.hamburger {
    position: relative;
    height: 560px;
}

img.burger {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-filter: drop-shadow(5px 5px 25px rgba(0,0,0,0.3));
}

img.ill_01 {
    position: absolute;
    z-index: 5;
    left: 30%;
    top: 30%;
    transform: translate(-50%,-50%);
}

img.ill_02 {
    position: absolute;
    z-index: 10;
    left: 74%;
    top: 27%;
    transform: translate(-50%,-50%);
}

img.paradicsom_02 {
    position: absolute;
    z-index: 3;
    left: 70%;
    bottom: 45%;
    transform: translate(-50%,-50%);
}

img.paradicsom_03 {
    position: absolute;
    z-index: 3;
    left: 30%;
    bottom: 5%;
    transform: translate(-50%,-50%);
}

.floating.elements {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: -200px auto;
    height: 900px;
    z-index: 0;
}

img.f_ill_01 {
    position: absolute;
    top: 20%;
    right: 0px;
}

img.f_ill_02 {
    position: absolute;
    top: 30%;
    left: 90px;
}

img.f_ill_03 {
    position: absolute;
    top: 0px;
    left: -250px;
}

img.f_ill_04 {
    position: absolute;
    bottom: 100px;
    right: -300px;
}

img.f_ill_05 {
    position: absolute;
    top: 60%;
    left: -50px;
}

.targets {
    display: flex;
    gap: 30px;
    max-width: 100%;
    width: 100%;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}

.targets > div.target {
    width: 225px;
    background: black;
    border-radius: 30px 0px 30px 0px;
}

.target_logo {
    text-align: center;
    padding: 20px;
}

.target_logo img {
    max-width: 160px;
    margin: 0px auto;
}

.target_title {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 45px;
    justify-content: center;
}

.target_title h2 {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #FCB40F;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    margin:0px;
}

.target_title span {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #FCB40F;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.target_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin:8px 0px;
}

.target_btns > a {
    display: block;
    border-radius: 30px;
    width: 160px;
    text-align: center;
    background: white;
    padding: 7px 20px 7px 0px;
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #161616;
    text-decoration: none;
    position: relative;
}

.target_btns a:after {
    position: absolute;
    font-family: 'Line Awesome Free';
    font-weight:600;
    height: calc(100% - 4px);
    right: 4px;
    background: #1F1F1F;
    top: 2px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.target_btns a.rendeles_btn{
    background:#fcb40f;
}

a.reszletek_btn:after { 
    content: '\f105'; 
}
a.rendeles_btn:after {
    content: '\f805';
    font-size: 20px;
    line-height: 22px;
}

span.no-order {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    max-width: 60%;
}

.col-md-12.bbs {
    padding: 30px;
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #FCB511;
}

.bbs span {
    color: white;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom:50px;
}

.footer-links a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.target_btns > a:hover {
    box-shadow: inset 0px 5px 10px rgba(255,255,255,0.25), inset 0px -5px 10px rgba(0,0,0,0.3), 0px -5px 5px rgba(255,255,255,0.2);
}

.target_btns > a:hover:after{
    transform:translateX(2px);
}

div, p, span, a, img, :after{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.target_btns a:hover:after {
    box-shadow: inset -2px -2px 5px rgba(255,255,255,0.1), inset 2px 2px 10px rgba(0,0,0,0.5);
}

.floating.elements img { 
    animation-play-state: paused;  
    animation-delay: calc(var(--scroll) * -1s);
    -webkit-filter: drop-shadow(5px 5px 5px #000);
}

img.f_ill_03{ animation: left1 1s linear infinite; }
img.f_ill_02{ animation: left2 1s linear infinite; }
img.f_ill_05{ animation: left3 1s linear infinite; }
img.f_ill_01{ animation: right1 1s linear infinite; }
img.f_ill_04{ animation: right2 1s linear infinite; }

@keyframes rotate { to { transform: rotate(40deg); }  }
@keyframes left1 { to { transform: translate(-130px, -90px) rotate(-10deg) scale(1.1);  -webkit-filter: drop-shadow(-5px 25px 21px #000);  } }
@keyframes left2 { to { transform: translate(-50px, -40px) rotate(-5deg) scale(1.1); -webkit-filter: drop-shadow(-5px 25px 21px #000);} }
@keyframes left3 { to { transform: translate(-80px, 20px) rotate(10deg) scale(1.1);  -webkit-filter: drop-shadow(-5px 25px 21px #000); } }
@keyframes right1 { to { transform: translate(80px, -20px) rotate(20deg) scale(1.1);  -webkit-filter: drop-shadow(-5px 25px 21px #000); } }
@keyframes right2 { to { transform: translate(100px, 20px) rotate(10deg) scale(1.1);  -webkit-filter: drop-shadow(-5px 25px 21px #000); } }


img.burger_bg {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: zoomAndRotate 900s infinite linear;
}

@keyframes zoomAndRotate {
    0% {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
        transform-origin: center center;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3) rotate(360deg);
        transform-origin: center center;
    }    
    0% {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
        transform-origin: center center;
    }
}


@media screen and (max-width:756px){
    .targets > div.target {
        width: 100%;
    }
    .hashtags {
        display: flex;
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0px 0px 10px;
        font-size: 9px;
    }  
    .social {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-bottom: 10px;
    }  
    .logo {
        text-align: center;
        margin-top: 20px;
    }
    .logo img {
        max-width: 80%;
        z-index: 50;
        position: relative;
    }
    .hamburger {
        height: 400px;
    }
    img.burger {
        height: 300px;
        top:150px;
    }
    img.burger_bg {
        height: 320px;        
        top: 150px;
    }
    img.ill_02 {
        height: 25px;
        left: 90%;
    }
    img.ill_01 {
        height: 25px;
        left: 5%;
    }
    img.paradicsom_02 {
        height: 40px;
        bottom: 140px;
        left: unset;
        right: -40px;
    }
    img.paradicsom_03 {
        height: 60px;
        left: 40px;
        bottom: 100px;
    }
    .floating.elements {
        height: 500px;
    }
    img.f_ill_01 {
        height: 40px;
        bottom: 50%;
        top: unset;
    }
    img.f_ill_02 {
        height: 60px;
        bottom: 46%;
        top: unset;
        left: 5%;
    }
    img.f_ill_03 {
        display: none;
    }
    img.f_ill_04 {
        height: 110px;
        bottom: 27%;
        right: -28%;
    }
    img.f_ill_05 {
        height: 50px;
        left: 0px;
        top: unset;
        bottom: 20%;
    }
    .target_btns > a {
        width: 90%;
        padding: 7px;
        margin-bottom: 5px;
    }
    .footer-links {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
    }
    .target_title h2 {
        font-size: 26px;
    }
    .target_title span {
        font-size: 15px;
    }    
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.75;   
}

a.reszletek_btn.disabled:before {
    content: 'Hamarosan';
    display: block;
    font-size: 11px;
    position: absolute;
    top: 8px;
    right: -10px;
    background: #fcb40fe0;
    border-radius: 5px;
    padding: 2px 5px;
    transform: rotate(20deg);
    color: #000000;
    z-index: 10;
}

