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

* {
    margin: 0;
    padding: 0;
}

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);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #b90000;
    background-image: url('./img/bg3.svg');
    background-repeat: repeat;
    background-size: auto;
    background-attachment: fixed;
    min-height: 100vh;
}

.kapcs-body {
    background-image: url('./img/bg5.svg');
    background-size: cover;
    background-position: center;
    background-color: #ff7033;
}

.eszk-body {
    background-image: url('./img/bg6.svg');
    background-size: cover;
    background-position: center;
    background-color: #ffd342;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.galeria-tarto {
    width: 100%;
    padding: 125px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: hidden;
    backdrop-filter: blur(2px);
}

.nyil {
    transition: all 0.2s linear;
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #FD6100;
    cursor: pointer;
    user-select: none;
    z-index: 1000;
    padding: 20px;
    transform: translateY(-50%);
}

.balra { 
    left: 20px; 
}

.jobbra { 
    right: 20px; 
}

.nyil:hover, .nyil:focus {
    color: #fd1100;
}

.cim3 {
    position: absolute;
    height: 120px;
    top: 5px;
    right: 50%;
    transform: translateX(50%);
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 100px;
    font-weight: 300;
    letter-spacing: 3px;
    background-image: linear-gradient(rgb(255, 123, 0), rgb(255, 0, 0));
    color: transparent;
    background-clip: text;
    padding: 20px 10px 0 10px;
}

.cim3:hover {
    cursor: default;
}

.cim img {
    height: 200px;
    margin: 0 auto;
}

.vissza {
    position: fixed;
    top: 20px;
    left: 25px;
    width: 100px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000057;
    border-radius: 3px;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
    transition: all 0.15s linear;
    z-index: 100;
}

.vissza p {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 27px;
    visibility: visible;
    opacity: 1;
    transition: all 0.15s linear;
}

.vissza img {
    position: absolute;
    width: 40px;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s linear;
}

.vissza:hover {
    transform: scale(1.1);
}

.galeria {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 0;
    justify-content: center;
    gap: 15px;
    max-width: 950px;
    width: 100%;
    padding: 20px 15px 0 15px;
}

.kep {
    height: 260px;
    cursor: pointer;
    transition: all 0.15s linear;
}

.kep:hover {
    transform: scale(1.03);
}

.video-tarto {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all 0.15s linear;
}

.vid {
    display: block;
    height: 260px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    pointer-events: none;
}

.video-tarto:hover {
    transform: scale(1.03);
}

.nagykep {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.nagyvid {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.kep_nyit {
    min-width: 30%;
    max-width: 90%;
    min-height: 60%;
    max-height: 80%;
}

.vid_nyit {
    min-width: 30%;
    max-width: 90%;
    min-height: 60%;
    max-height: 80%;
}

.bezar {
    transition: all 0.2s linear;
    position: absolute;
    top: 20px;
    right: 35px;
    color: #FD6100;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.bezar:hover,
.bezar:focus {
    color: #fd1100;
    text-decoration: none;
    cursor: pointer;
}


@media screen and (max-width: 1100px){
    .kep_nyit {
        min-width: 30%;
        max-width: 100%;
        min-height: 10%;
        max-height: 100%;
        height: auto !important;
    }
    .bezar {
        position: absolute;
        top: 0px !important;
        right: 15px !important;
    }
}

@media screen and (max-width: 700px){
    .vissza img {
        visibility: visible;
        opacity: 1;
    }
    .vissza p {
        visibility: hidden;
        opacity: 0;
    }
    .vissza {
        top: 10px;
        left: 10px;
        width: 55px;
        height: 55px;
    }
}

@media screen and (max-width: 600px){
    .cim img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .nyil {
        top: 90%;
        padding: 30px;
    }

    .balra { 
        left: 20px; 
    }

    .jobbra { 
        right: 20px; 
    }
}

@media screen and (max-width: 500px){
    .kep {
        height: 200px;
        cursor: pointer;
        transition: all 0.15s linear;
    }
    .vid {
        height: 280px;
    }
    .kep:hover {
        transform: scale(1.03);
    }
    .vissza {
        top: 10px;
        left: 10px;
        width: 40px;
        height: 40px;
    }
    .vissza img {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 400px){
    .kep {
        height: 200px;
        cursor: pointer;
        transition: all 0.15s linear;
    }
    .vid {
        display: block;
        height: 200px;
    }
    .kep:hover {
        transform: scale(1.03);
    }
    .galeria {
        gap: 10px;
    }
}








.kapcs {
    width: 100%;
    margin: 100px 0 0 0;
}

.kapcslap {
    width: 400px;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 auto 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

.kapcslap label {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 100;
}

.kapcslap input {
    width: 400px;
    height: 45px;
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    font-weight: 600;
    padding: 0 5px;
    transition: all 0.15s linear;
}

.kapcslap input:focus{
    border: 2px solid rgba(255, 251, 0, 0.8);
    background-color: rgba(255, 253, 163, 0.8);
    outline: 0;
    box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.1),
                 0px 0px 20px 20px rgba(255, 255, 255, 0.3);
}

.kapcslap textarea {
    width: 400px;
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
    resize: none;
    padding: 0 5px;
    font-weight: 600;
    transition: all 0.15s linear;
}

.kapcslap textarea:focus{
    border: 2px solid rgba(255, 251, 0, 0.8);
    background-color: rgba(255, 253, 163, 0.8);
    outline: 0;
    box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.1),
                 0px 0px 20px 20px rgba(255, 255, 255, 0.3);
}

.kapcslap button {
    width: 80px;
    height: 80px;
    margin: 20px auto;
    font-size: 28px;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 0;
    background-image: linear-gradient(to bottom, red, rgb(255, 153, 0));
    border-radius: 80px;
    transition: all 0.15s linear;
    color: #fff;
    box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.4);
}

.kapcslap button:hover{
    transform: scale(1.25) rotate(-12deg);
    cursor: pointer;
    box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.6);
}

.vissza2 {
    position: fixed;
    top: 20px;
    left: 25px;
    width: 100px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000057;
    border-radius: 3px;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
    transition: all 0.15s linear;
    z-index: 100;
}

.vissza2 p {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 27px;
    visibility: visible;
    opacity: 1;
    transition: all 0.15s linear;
}

.vissza2 img {
    position: absolute;
    width: 40px;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s linear;
}

.vissza2:hover {
    transform: scale(1.1);
}

.cim2 img {
    height: 200px;
    margin: 0 auto;
}

@media screen and (max-width: 845px){
    .cim2 img {
        width: 100%;
        height: auto !important;
        margin: 0 auto;
    }
    .vissza2 img {
        visibility: visible;
        opacity: 1;
    }
    .vissza2 p {
        visibility: hidden;
        opacity: 0;
    }
    .vissza2 {
        top: 10px;
        left: 10px;
        width: 55px;
        height: 55px;
    }
}

@media screen and (max-width: 600px){
    .cim2 img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px){
    .vissza2 {
        top: 10px;
        left: 10px;
        width: 40px;
        height: 40px;
    }
    .vissza2 img {
        width: 35px;
        height: 32px;
    }
    .kapcslap label {
        font-size: 25px;
    }
    .kapcslap button {
        width: 90px;
        height: 90px;
        margin: 25px auto;
        font-size: 30px;
        border-radius: 90px;
    }
    .kapcslap {
        width: 100% !important;
        margin: 0;
        padding: 0;
        max-width: 100%;
    }
    .kapcslap input, .kapcslap textarea {
        margin: 0 auto;
    }
    .kapcslap label {
        margin-left: 30px;
    }
}

@media screen and (max-width: 450px) {
    .kapcslap label {
        margin-left: 15px;
    }
    .kapcslap input, .kapcslap textarea {
        max-width: 90%;
        font-size: 25px;
    }
    .kapcslap input {
        height: 50px;
    }
}

.eszk-holder b {
    cursor: pointer;
}

.imp {
    width: 100%;
    height: fit-content;
    min-height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: center;
    background-color: #ffffff30;
    color: #000;
}

.imp div {
    width: fit-content;
    max-width: 100%;
    height: fit-content;
    margin: 10px;
}

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

.imp h1:hover {
    cursor: default;
}

.imp h2 {
    font-size: 22px;
    font-weight: 700;
}

.imp h2:hover {
    cursor: default;
}

.imp h2:nth-of-type(2) {
    margin-top: 10px;
}

.imp ul {
    padding-left: 10px;
    font-size: 19px;
    list-style-type: none;
}

.imp p {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.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: 30px 0;
}

.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);
}

.imp a {
    color: #000;
}

@media screen and (max-width: 500px) {
    .lablec img {
        height: 120px;
    }
}

.eszk-holder {
    width: 100%;
    height: fit-content;
    min-height: 80vh;
}

.eszk-holder img {
    height: 160px;
    margin: 10px auto;
}

.cim2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cim2:hover {
    cursor: default;
}

details {
    background-color: #ffffff00;
    color: #000000;
    border: #7c7c7c 0px solid;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    backdrop-filter: blur(4px);
    overflow: hidden;
    height: auto;
    box-shadow:inset 5px 0 8px -5px #0000002f,
    inset -5px 0 8px -5px #0000002f,
    inset 5px 0 8px 5px #0000002f,
    inset -5px 0 8px 5px #0000002f;
    transition: all 0.8s ease-in-out;
}

details[open] {
    transition: all 0.8s ease-in-out;
}

summary {
    padding: 10px 10px 10px 40px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    border: none;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all 0.8s ease-in-out;
}

summary:hover {
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none;
}

details[open] summary {
    margin-bottom: 0;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

details[open] summary:hover {
    cursor: default;
}

#opendiv {
    border-bottom: none;
    height: fit-content;
    padding: 10px;
    transition: all 0.8s ease-in-out;
}

details:not([open]), #opendiv {
    animation: bezar 0.8s ease-in-out;
}

details[open], #opendiv {
    height: 150px;
    animation: nyit 0.8s ease-in-out;
}

.tarto {
    max-width: 80%;
    width: 1000px;
    margin: 130px auto 0 auto;
}

#t1 img{
    position: absolute;
    height: 55px;
    right: 35px;
    top: -5px;
    transition: all 0.8s ease-in-out;
}

#t2 img {
    position: absolute;
    height: 80px;
    right: 35px;
    top: -15px;
    transition: all 0.8s ease-in-out;
}

details[open] #t2 img {
    height: 190px !important;
    right: 35px !important;
    top: -25px !important;
}

details[open] summary img {
    height: 140px !important;
    right: 35px !important;
    top: -5px !important;
}

.tarto h2 {
    font-family: 'Modak', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0;
    transform: translateY(7px);
}

.tarto h2:hover {
    cursor: default;
}

@keyframes nyit {
    0% {
        height: 65px;
    }
    100% {
        height: 150px;
    }
}

@keyframes bezar {
    0% {
        height: 150px;
    }
    100% {
        height: 65px;
    }
}

#opendiv p {
    padding-left: 25px;
    padding-right: 220px;
}

.tarto a {
    color: #FF4E00;
    text-decoration: none;
}

@media screen and (max-width: 1060px) {
    details[open] {
            height: 170px;
    }
}

@media screen and (max-width: 930px) {
    .tarto {
        max-width: 95%;
        width: 1000px;
    }
}

@media screen and (max-width: 845px){
    .cim2 img {
        width: auto;
        height: 140px !important;
        margin: 0 auto;
    }
    .tarto {
        max-width: 98%;
    }
}

@media screen and (max-width: 745px) {
    #opendiv {
        margin-top: 0;
        padding-top: 0;
    }
    #opendiv p {
        padding-right: 115px !important;
        z-index: 100 !important;
    }
    .cim2 img {
        height: 100px !important;
    }
    .tarto h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 550px) {
    summary {
        padding-left: 10px;
    }
    #opendiv p {
        padding-left: 0 !important;
        z-index: 100 !important;
    }
    details img {
        right: 15px !important;
    }
    details[open] #t2 img, details[open] #t2 img, details[open] #t2 img {
        height: 120px !important;
        right: 5px !important;
        top: 15px !important;
    }
    details[open] summary img {
        height: 130px !important;
        right: 5px !important;
        top: 10px !important;
    }
    .imp h1 {
        height: 80px;
        font-size: 80px;
        letter-spacing: 3px;
    }
}

@media screen and (max-width: 460px) {
    .cim2 img {
        height: 90px !important;
    }
    .tarto {
        max-width: 100%;
    }
    details, summary, #opendiv {
        border-radius: 0;
    }
    details[open] {
        height: 220px;
    }
}

@media screen and (max-width: 420px) {
    .cim2 img {
        height: 80px !important;
    }
    
    .cim3 {
        font-size: 80px;
    }
    .imp h1 {
        height: 60px;
        font-size: 60px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 375px) {
    .cim2 img {
        height: 70px !important;
    }
}

