@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Modak&family=Rubik+Vinyl&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background-color: #E5B83C;
    overflow-x: hidden !important;
    min-height: 100vh;
    width: 100%;
}

html > div[style] {
    display: none !important;
}

body + div[is-visible] {
  display: none !important;
}

div#goog-gt-tt{
    display:none;
}

::selection {
    background: rgba(129, 129, 129, 0.60);
}

::-moz-selection {
    background: rgba(129, 129, 129, 0.60);
}

.home {
    width: 100%;
    height: 500px;
    overflow-x: hidden;
}

.logo {
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    padding-top: 10px;
}

.logo h1 {
    font-family: 'Rubik Vinyl', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 60px;
    font-weight: 1000;
    background: linear-gradient(to top, red, orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 4px 4px 4px #0000003a;
    cursor: default;
}

.logo h1:hover {
    cursor: default;
}

.logo img {
    height: 250px;
    cursor: default;
}

.menu {
    margin: 40px auto;
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 0;
    gap: 50px;
}

.menu p {
    font-size: 35px;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s linear;
    border-radius: 40px;
    color: #000;
}

.menu p:hover {
    transform: scale(1.15) rotate(10deg);
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.5);
}

.home video {
    z-index: -100;
    width: 100%;
    height: auto;
    position: absolute;
    overflow-x: hidden;
}

.cim {
    position: relative;
    height: 110px;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 110px;
    font-weight: 300;
    letter-spacing: 4px;
    background-image: linear-gradient(rgb(255, 174, 0), rgb(255, 0, 0));
    color: transparent;
    background-clip: text;
    padding: 20px 5px 10px 5px;
    z-index: 10;
    transform: translateY(-15px);
}

.cim:hover {
    cursor: default;
}

.cim2 {
    position: relative;
    height: 110px;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 110px;
    font-weight: 300;
    letter-spacing: 4px;
    background-image: linear-gradient(rgb(255, 174, 0), rgb(255, 0, 0));
    color: transparent;
    background-clip: text;
    padding: 20px 5px 10px 5px;
    z-index: 0;
    transform: translateY(10px) rotate(-6deg);
}

.cim2:hover {
    cursor: default;
}

.lampak {
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    background-color: #fff;
}

.startminta {
    z-index: 100;
    width: 100%;
    height: 100px;
    text-align: center;
    background-image: linear-gradient(to bottom, #ffffff00, #fff);
}

.startmintaimg {
    width: 100%;
    height: 100px;
    background-image: url('./img/bg1.webp');
    background-size: 100px 100px;
    background-repeat: repeat-x;
    position: absolute;
}

.startminta img {
    transition: all 0.3s linear;
    height: 180px;
    margin: 0 auto;
    transform: translateY(-60px);
}

.minta {
    width: 100%;
    height: 100%;
    background-image: url('./img/bg2.webp');
    background-size: 100px 100px;
    background-repeat: repeat;
    padding: 40px 0 20px 0;
}

#lampasor1 {
    box-shadow: 0px 0px 100px 100px rgba(255, 255, 0, 0.295);
    background-color: rgba(255, 255, 0, 0.295);
    margin: 10px 0 0 0;
}

#lampasor2 {
    box-shadow: 0px 0px 80px 80px rgba(255, 0, 106, 0.295);
    background-color: rgba(255, 0, 106, 0.295);
    margin: 30px 0 50px 0;
}

.lampasor {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.lampasor div{
    display: grid;
    width: 450px;
    height: 250px;
}

.lampasor img{
    height: 250px;
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    margin: 10px auto;
}

.lampasor h1 {
    margin: 10px 0;
    text-align: center;
    height: fit-content;
    font-size: 40px;
    font-family: 'Modak', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lampasor h1:hover {
    cursor: default;
}

.lampasor p {
    transform: translateY(-65px);
    padding: 0 10px 10px 10px;
    margin: 0;
    text-align: left;
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.szoveg{
    transition: all 0.3s linear;
    margin: 10px;
    width: 100%;
    height: 100%;
    grid-column: 1;
    grid-row: 1;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 5px;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    cursor: default;
}

.szoveg:hover {
    cursor: pointer;
    transform: scale(1.02);
}

.extra {
    width: 100%;
    height: fit-content;
    min-height: 100px;
    background-color: #fff;
    z-index: 200;
    box-shadow: 0px 0px 40px 40px #ffffff;
    padding: 15px 0 20px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.extra:hover {
    cursor: default;
}

.felso {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0 0 0;
}

.sarok1 {
    position: absolute;
    top: -5px;
    left: 100px;
    width: 120px;
    height: 90px;
    border-image: linear-gradient(40deg, rgb(255, 37, 37), rgb(255, 203, 106)) 1;
    border-width: 4px;
    border-style: solid;
    border-right: 0;
    border-bottom: 0;
}

.sarok2 {
    position: absolute;
    bottom: -5px;
    right: 80px;
    width: 120px;
    height: 90px;
    border-image: linear-gradient(-140deg, rgb(255, 37, 37), rgb(255, 203, 106)) 1;
    border-width: 4px;
    border-style: solid;
    border-left: 0;
    border-top: 0;
}


.kozep {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: center;
    padding: 0;
}

.also {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0 0 0;
}

.felso img {
    width: 90%;
    max-width: 300px;
    margin-right: 15px;
}

.kozep img {
    width: 90%;
    max-width: 200px;
    margin-left: 5px;
}

.also img {
    width: 90%;
    max-width: 270px;
    margin-right: 15px;
}

.extra p {
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    width: 90%;
    max-width: 350px;
    display: flex;
    align-items: center;
}

.extra p:nth-of-type(2) {
    margin-top: 5px;
}

.bemutato {
    width: 100%;
    height: fit-content;
    background-color: #fff;
    padding: 10px 0 0 0;
    background-image: url('./img/bg4.svg');
    background-size: cover;
}

.cim-tarolo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
}

.cim-tarolo img {
    height: 180px;
    margin: 0 auto;
    width: auto;
    transform: translateY(-30px);
    z-index: 100;
}

.keret {
    width: 90%;
    max-width: 800px;
    margin: 55px auto 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gombok {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

button {
    width: 150px;
    height: 80px;
    font-size: 16px;
    background-color: #00000036;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 1;
    border-radius: 5px;
    transition: all 0.2s linear;
}

button h3 {
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 400;
}

button div {
    background-image: linear-gradient(45deg, rgba(251, 255, 0, 0.389), rgba(255, 0, 0, 0.389));
    width: 100%;
    height: 100%;
    border-radius: 5px;
    backdrop-filter: blur(3px);
    z-index: 0;
    transition: all 0.2s linear;
    cursor: pointer;
}

.gomb-img-1 {
    height: 120px !important;
    width: 120px !important;
    transform: translateY(-60px) rotate(0deg) translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    opacity: 0;
    cursor: default;
}

.gomb-img-2 {
    height: 120px !important;
    width: 80px !important;
    transform: translateY(-60px) rotate(0deg) translateX(50%);
    position: absolute;
    top: 0;
    right: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    opacity: 0;
    cursor: default;
}

button p {
    transform: translateY(25px);
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
    font-size: 30px;
}

.aktiv .gomb-img-1 {
    transform: translateY(-70px) rotate(15deg) translateX(-50%);
    opacity: 1;
}

.aktiv .gomb-img-2 {
    transform: translateY(-80px) rotate(-10deg) translateX(50%);
    opacity: 1;
}

button:hover {
    transform: scale(0.98);
}

button.aktiv {
    transform: scale(1.05);
}

.video-tarolo {
    width: 100%;
    height: fit-content;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-lejatszo {
    width: 95%;
    max-width: 800px;
    border-radius: 5px;
    padding: 4px;
    margin: 0 auto;
    height: 100%;
    border-image: linear-gradient(-45deg, rgb(255, 37, 37), rgb(255, 203, 106)) 1;
    border-width: 3.5px;
    border-style: solid;
    transition: all 0.2 linear;
}

.lablec {
    width: 100%;
}

.lablec img {
    height: 140px;
}

.lablec .belso {
    width: 90%;
    max-width: 400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 0 20px 0 ;
    border-image: linear-gradient(to left, rgb(255, 37, 37), rgb(255, 145, 0)) 1;
    border-width: 0;
    border-radius: 3px;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    border-right: none;
}

.belso div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: baseline;
    justify-content: center;
    margin-left: 20px;
}

.belso a, .belso p {
    color: #000;
    font-size: 25px;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s linear;
}

.belso p:hover, .belso a:hover {
    cursor: pointer;
    transform: scale(1.1);
}

@media screen and (max-width: 1100px) {
    .home video {
        position: absolute;
        z-index: -100;
        width: 100vw;
        height: 100%;
        object-fit: cover;
    }
    .startminta img {
        height: 150px;
    }
}

@media screen and (max-width: 850px) {
    .sarok1, .sarok2 {
        display: none;
        opacity: 0;
    }
    .startminta img {
        height: 130px;
    }
}

@media screen and (max-width: 750px) {
    .extra .felso {
        margin: 0;
        padding: 0;
    }
    .extra .felso img {
        margin: 0 0 15px 0;
        width: 100%;
    }
    .bemutato .cim-tarolo img {
        width: 100%;
        height: auto;
    }
    .video-tarolo {
        min-height: fit-content;
    }
    .startminta img {
        height: 120px;
    }
}
@media screen and (max-width: 650px) {
    .kozep img, .also img {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .felso img {
        padding-right: 50px;
    }
    button p {
        font-size: 25px;
        transform: translateY(17px);
    }
    button {
        height: 60px;
        width: 110px;
    }
    .startminta img {
        width: 100%;
        height: auto;
        transform: translateY(-30px);
    }
    .cim {
        height: 90px;
        font-size: 90px;
        letter-spacing: 3px;
        transform: translateY(-15px);
    }
    .cim2 {
        height: 100px;
        font-size: 100px;
        letter-spacing: 3px;
        transform: translateY(-10px) rotate(-6deg);
    }
}

@media screen and (max-width: 600px) {
    .keret {
        width: 95%;
        max-width: 100%;
    }
    .gomb-img-1 {
        height: 100px !important;
        width: 100px !important;
        transform: translateY(-40px) rotate(0deg) translateX(-50%);
    }
    .aktiv .gomb-img-1 {
        transform: translateY(-60px) rotate(15deg) translateX(-50%) !important;
    }
    .gomb-img-2 {
        height: 100px !important;
        width: 75px !important;
        transform: translateY(-40px) rotate(0deg) translateX(50%);
    }
    .aktiv .gomb-img-2 {
        transform: translateY(-60px) rotate(-15deg) translateX(50%) !important;
    }
    button h3 {
        visibility: visible;
    }
    button p {
        visibility: hidden;
    }
}

@media screen and (max-width: 500px) {
    .lampasor div {
        height: fit-content;
        padding-bottom: 5px;
    }
    .lampasor p {
        transform: translateY(-50px);
    }
    .minta {
        padding-top: 5px !important;
    }
    .logo h1 {
        font-size: 40px;
    }
    .menu {
        gap: 0;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-evenly;
    }
    .menu p {
        font-size: 30px;
    }
    .logo img {
        height: 200px;
    }
    .home {
        height: 400px;
    }
    .startminta img {
        transform: translateY(-40px) !important;
    }
    .szoveg {
        max-width: 100%;
        width: 100% !important;
        margin: 0 auto !important;
        opacity: 1 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        min-height: fit-content !important;
        height: 200px !important;
        backdrop-filter: blur(2px) !important;
    }
    .szoveg img {
        display: none;
        opacity: 0;
    }
    .szoveg p {
        font-size: 25px;
        max-width: 100%;
        width: 100%;
        padding: 0 5px !important;
        text-align: left !important;
        margin: 0 auto;
        height: fit-content;
    }
    .szoveg h1 {
        line-height: 40px;
        margin-bottom: 5px;
        font-weight: 400;
    }
    .lampasor {
        gap: 5px;
    }
    .lampasor img {
        height: 190px;
    }
    #lampasor1 {
        margin-bottom: 0 !important;
    }
    #lampasor2 {
        margin-top: 0 !important;
    }
    .extra div {
        width: 100% !important;
        max-width: 100% !important;
    }
    button {
        height: 50px;
        width: 100px;
    }
    .gomb-img-1 {
        height: 80px !important;
        width: 80px !important;
        transform: translateY(-58px) rotate(0deg) translateX(-50%) !important;
        transition: all 0s linear !important;
    }
    .aktiv .gomb-img-1 {
        transform: translateY(-58px) rotate(0deg) translateX(-50%) !important;
    }
    .gomb-img-2 {
        height: 80px !important;
        width: 60px !important;
        transform: translateY(-60px) rotate(0deg) translateX(50%) !important;
        transition: all 0s linear !important;
    }
    .aktiv .gomb-img-2 {
        transform: translateY(-60px) rotate(0deg) translateX(50%) !important;
    }
    .keret {
        transform: translateY(-20px);
        padding-bottom: 0;
        margin-bottom: 0;
    }
    button h3 {
        font-size: 25px;
    }
    .lablec img {
        height: 120px;
    }
    .lablec .belso {
        border: 0;
    }
    .cim {
        height: 75px;
        font-size: 75px;
        letter-spacing: 3px;
        transform: translateY(-15px);
    }
    .cim2 {
        height: 100px;
        font-size: 100px;
        letter-spacing: 3px;
        transform: translateY(0) rotate(-6deg);
    }
}

@media screen and (max-width: 430px) {
    .cim {
        height: 60px;
        font-size: 60px;
        letter-spacing: 3px;
        transform: translateY(-15px);
    }
}

@media screen and (max-width: 400px) {
    .menu p {
        font-size: 25px;
    }
    .lampasor p {
        transform: translateY(-35px);
    }
    .cim2 {
        height: 90px;
        font-size: 90px;
        letter-spacing: 3px;
        transform: translateY(-10px) rotate(-6deg);
    }
}

@media screen and (max-width: 300px) {
    .extra p {
        text-align: justify;
    }
    .menu p {
        font-size: 23px;
    }
}

@media screen and (max-width: 260px) {
    .menu p {
        font-size: 20px;
    }
}

.ertesites {
    position: fixed;
    z-index: 100;
    top: 10px;
    left: 10px;
    width: 330px;
    height: 80px;
    max-width: 98%;
    background-color: #ffffff50;
    backdrop-filter: blur(5px);
    border-radius: 12px;
    animation: ertes 0.6s ease-out;
    box-shadow:inset 10px 0 40px -10px #dadada59,
    inset -10px 0 40px -10px #dadada59,
    inset 10px 0 40px 10px #dadada59,
    inset -10px 0 40px 10px #dadada59;
    transition: all 0.2s linear;
}

.ertesites:hover {
    transform: scale(1.01);
    cursor: pointer;
}

.ertesites .ertkep {
    height: 70px;
    width: 70px;
    margin: 5px 0 5px 5px;
    border-radius: 8px;
}

.ertesites .helykep {
    top: 32px;
    left: 76px;
    width: 20px;
    position: absolute;
}

.ertesites .idokep {
    top: 53px;
    left: 77px;
    width: 17px;
    position: absolute;
}

.ertesites h2 {
    position: absolute;
    top: 0;
    left: 80px;
    white-space: nowrap;
}

.ertesites p {
    position: absolute;
    top: 30px;
    left: 95px;
    line-height: 20px;
    white-space: nowrap;
}

.ertesites h3 {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 22px;
    line-height: 22px;
    color: #3b3b3bb6;
    transition: all 0.2s linear;
}

.ertesites h3:hover {
    cursor: pointer;
    color: #000;
}

@keyframes ertes {
    0% {
        transform: translateX(-200px);
        opacity: 0.1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media screen and (max-width: 431px) {
    .ertesites {
        width: auto;
        top: 5px;
        right: 5px;
        left: 5px;
    }
    .ertesites h3 {
        position: absolute;
        right: 5px;
        top: -5px;
        font-size: 35px;
        line-height: 35px;
    }
}
