@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: #000000;
    min-height: 100vh;
    color: #ffffff;
}

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

.lasertop {
    margin: 140px auto 40px auto;
    width: 100%;
    height: auto;
    background-color: #000000;
    background-image: url('./img/laserbg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cim {
    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: 5px;
    background-image: linear-gradient(rgb(255, 174, 0), rgb(255, 0, 0));
    color: transparent;
    background-clip: text;
    padding: 20px 5px 0 5px;
}

.cim:hover {
    cursor: default;
}

.holder {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.szoveg {
    width: 600px;
    padding: 10px;
}

.img-holder {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.laserimg {
    transition: all 0.2s linear;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FD6100;
    border-radius: 50%;
}

.laserimg img {
    transition: all 0.2s linear;
    height: 200px;
    width: 200px;
    padding: 10px;
}

.laserimg img:hover {
    cursor: pointer;
    transform: scale(1.03);
}

ul {
    padding-left: 20px;
    font-size: 20px;
}

hr {
    margin: 20px 0 10px 0;
    height: 2px;
    border-width: 0;
    color: #ffffff;
    background-color: #ffffff;
}

h1 {
    font-size: 50px;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

h1:hover {
    cursor: default;
}

h2 {
    font-size: 40px;
    font-family: 'Bangers', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

h2:hover {
    cursor: default;
}

p {
    font-size: 20px;
}

.lasergal {
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}

.lasergal h2 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
}

.gal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.gal div {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
    width: 320px;
    padding: 8px;
    border: 2px solid #FD6100;
    border-radius: 15px;
}

.gal img {
    transition: all 0.2s linear;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.gal div img:hover {
    border-radius: 12px;
    transform: scaleX(1.044) scaleY(1.08);
    cursor: pointer;
}

.laserbot {
    width: 100%;
    height: auto;
    background-image: url(./img/laserftbg.svg);
    background-repeat: no-repeat;
    background-position: 90% 45%;
}

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

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

.kep_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: 1160px){
    .holder {
        gap: 0;
    }
}

@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;
    }
    .img-holder {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 500px){
    .vissza2 {
        top: 10px;
        left: 10px;
        width: 40px;
        height: 40px;
    }
    .vissza2 img {
        width: 35px;
        height: 32px;
    }
    .lablec img {
        height: 120px;
    }
    .szoveg {
        width: 100%;
        padding: 10px;
    }
    .laserbot {
        background-position: 0 0;
    }
    .gal div {
        width: 280px;
    }
    .laserimg img {
    height: 180px;
    width: 180px;
    padding: 5px;
    }
}
