html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    position: relative;
    font-family: "Raleway", sans-serif;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    color: white;
    text-decoration: none;
}

p {
  color: var(--text);
}
/* END OF CSS RESTE ---------------------------
-----------------------------------------------
----------------------------------------------- */
:root {
    --narancs : rgb(253, 98, 98);
    --kek: rgb(136,156,231);
    --szurke : #555;
    --vilagosszurke: #999;
    --fekete: #1b2b4b;
    --textszurke: #66717f;
    --backgroundszurke: #f7f7f7;
}

.narancs {
    color: var(--narancs);
}

canvas {
    position: relative;
    z-index: 0;
    height: 400px;
    top: -384px;
}
.neon-line {
position: absolute;
width: 2px;
background-color: #00ff00;
opacity: 0.6;
transform-origin: 0 0;
animation: neonPulse 1.5s 
infinite alternate;
z-index: 7;
}

.circle {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    background-color: black;
    position: fixed; 
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999999; /* so that it stays on top of all other elements */
  }

  .block {
    display: none;
  }

  @media (max-width:970px) {
    .circle {
        display: none;
    }
  }
/* START OF HEADER  ---------------------------
-----------------------------------------------
----------------------------------------------- */

.toggle_btn {
  display: none;
}

.dropdown_menu {
  max-height: 0px;
  overflow: hidden;
  width: 86%;
  border-radius: 30px;
  margin: 0 auto;
  grid-template-rows: 0.6fr 1fr 1fr 1fr 1fr 1fr 0.3fr;
  grid-template-columns: 1fr 5fr 1fr;
  align-items: center;
  font-family: 'Oswald', sans-serif;
  display: grid;
  transition: max-height 0.2s linear;
  z-index: 1000;
  position: absolute;
  background-color: white;
}

.grid-home::marker {
  display: none;
}

.grid-home,
.grid-munka,
.grid-kapcsolat,
.grid-referencia,
.grid-blog {
  grid-column: 2;
  line-height: 40px;
  border-bottom: #EEE 1px solid;
  padding: 10px 0 0 0;
}

.grid-kapcsolat {
  grid-row: 6;
}

.grid-blog {
    grid-row: 5;
}
.grid-referencia {
  grid-row: 4;
}

.grid-home {
  grid-row: 2;
}
.grid-munka {
  grid-row: 3;
}

.dropdown_menu a {
  color: var(--narancs);
  font-size: 27px;
  font-weight: 600;
  text-decoration: none;
}

header {
  background-color: rgba(12, 95, 168, 0);
  position: absolute;
  width: 100%;
}

.header-wrapper {
  height: 100px;
  font-family: "Poppins", sans-serif;
}

.header-container {
  height: inherit;
  width: 90vw;
  display: flex;
  justify-content: space-between;
  margin: 0 auto; /* módosított: eltávolítva a két oldalról */
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.header-logo {
  height: 90px; /* módosított: 100px → 90px */
}

.header-pagesul,
.header-jobb,
.main-a {
  display: flex;
  white-space: nowrap;
}

.header-pagesul li {
  line-height: 100px;
  font-size: 18px; /* módosított: 20px → 18px */
  padding: 0 10px; /* módosított: 15px → 10px */
  white-space: nowrap;
}

.header-jobb-contact {
  box-sizing: border-box;
  height: 100px;
  padding: 20px 0 0 40px; /* módosított: padding-top kisebb */
}

.header-contact-container {
  height: 20px;
  width: 200px;
  margin: auto;
}

.contact-button,
.miért-button button {
  padding: 8px 12px; /* módosított: 10px 15px */
  background-color: var(--narancs);
  border-color: var(--narancs);
  font-size: 15px; /* módosított: 17px → 15px */
  color: white;
}

@media (max-width: 1290px) {
  .main-btn {
    margin-left: -16vw;
  }
}

@media (max-width: 1130px) {
    .header-container {
        width: 98vw;
    }
}
@media (max-width: 1060px) {
  .header-jobb-contact {
    display: none; /* módosított: gomb elrejtése */
  }
}


@media (max-width: 970px) {
  .tegla {
    margin-top: 60px;
  }

  .header-container {
    width: 100%;
  }

  .tegla-button {
    top: 100px !important;
  }

  .main-shadow {
    padding-top: 170px !important;
  }

  .header-container {
    width: 100%;
  }


}

@media (max-width: 825px) {
  .tegla {
    margin-top: 0;
  }
    .header-jobb {
    display: none;
  }
    .open {
    display: grid;
    overflow: auto;
    max-height: 1000px;
    transition: max-height 0.2s linear;
  }

  .fa-solid,
  .fas {
    font-weight: 900;
  }

  .fa-classic,
  .fa-regular,
  .fa-solid,
  .far,
  .fas {
    font-family: "Font Awesome 6 Free";
  }

  .toggle_btn {
    display: block; /* módosított: 768px helyett itt jelenik meg */
    position: relative;
    height: 20px;
    top: 20px;
    right: 25px;
  }

  
  .header-container {
    font-size: 40px;
    color: white;
  }

}

@media (max-width: 768px) {
  .main-btn {
    margin-left: 0;
  }

  .narancs768 {
    color: var(--narancs);
  }

  .tegla {
    display: none;
  }

  .tegla-button {
    width: 50vw !important;
    height: 500px !important;
  }

  .main-shadow {
    padding-left: 0px !important;
    width: 90vw;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .header-logo {
    height: 80px;
    padding-top: 20px;
  }
  .toggle_btn {
    right: 5px;
  }
}

@media (max-width: 438px) {
  .header-logo {
    height: 70px;
  }
}

@media (max-width: 362px) {
  .header-logo {
    height: 50px;
  }
}

/* START OF MAIN  ---------------------------
-----------------------------------------------
----------------------------------------------- */

.banner #dotsCanvas{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.tegla-button {
    margin-top: -500px;
    height: 600px;
    width: 400px;
    border-color: var(--narancs);
    border-width: 20px;
    background-color: rgba(127, 255, 212, 0);
}

.main {
    z-index: 10;
}

.main-wrapper {
    background: url(assets/webbers-MAIN.jpg)no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 130vh;
    font-family: "Poppins", sans-serif;
    z-index: -2;
}

.main-container {
    background-color: rgba(0, 0, 0, 0.422);
    height: 130vh;
    color: white;
}

.main-shadow {
    padding-top: 300px;
    padding-left: 37vw;
    color: white;
    z-index: 2;
}

.main-text p{
    font-size: 24px;
    z-index: 100;
}

.main-text h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1.8px;
    padding-bottom: 20px;
}

.main-btn {
    z-index: 100;
    border-width: 0;
    background-color: rgba(127, 255, 212, 0);
    position: relative;
    color: white;
    text-align: left;
}

.main-a p{
    font-size: 30px;
    line-height: 60px;
    font-weight: 800;
}

.main-a-icon {
    height: 60px;
    padding-left: 20px;
}

@media (max-width: 510px) {
    .main-shadow {
        width: 100%;
    }

    .main-text h1 {
        font-size: 50px;
    }
}

/* START OF SZOLG  ---------------------------
-----------------------------------------------
----------------------------------------------- */

.szolg {
    position: relative;
    background-color: #232323;
    font-family: "Poppins", sans-serif;
    height: 63vh;
}

.szolg-container {
    position: relative;
    top: -150px;
    width: 80vw;
    margin: 0 auto;
    border: solid var(--szurke);
    border-width: 1.4px;
    display: flex;
    background-color: #222;
    color: white;
    height: 70vh;
}

.szolg-left {
    width: 50%;
    box-sizing: border-box;
    background: url(assets/lamp.jpg) no-repeat ;
    background-size: cover;
    padding: 8vw;
}

.szolg-left-text h1{
    font-size: 40px;
    padding-bottom: 40px;
}

.szolg-left-text p{
    font-size: 1.4rem;
    letter-spacing: 1.1px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.8rem;
    font-weight: 600;
}

.szolg-right {
    width: 50%;
}



.szolg-right-container {
    position: static;
    display: grid;
    min-height: auto;
    margin-top: -119px;
    margin-bottom: -82px;
    grid-template-rows: 9.5vh 9.5vh 9.5vh 9.5vh 9.5vh 9.5vh 9.5vh 9.5vh 9.5vh 9.5vh;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    height: 100vh;
    max-height: 1150px;
}

@media (min-height: 1050px) {
    .szolg-right-container {
        grid-template-rows: 110px 110px 110px 110px 110px 110px 110px 110px 110px 110px;

    }
}


.szolg-section {
    padding: 25px;
    margin: 10px;
    background-color: rgb(42, 44, 46);
    border-radius: 10px;
}

.szolg-section1 {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 6;
}

.szolg-section2 {
    grid-column-start: 1;
    grid-row-start: 6;
    grid-row-end: 11;
}

.szolg-section3 {
    grid-column-start: 2;
    grid-row-start: 2;
    grid-row-end: 7;
}

.szolg-section4 {
    grid-column-start: 2;
    grid-row-start: 7;
    grid-row-end: 12;
}

.szolg-section-img img {
    width: 60px;
    padding-bottom: 15px;
}

.szolg-section-text h1{
    color: var(--kek);
    font-size: 1.5rem;
    padding-bottom: 15px;
}

.szolg-section-text p {
    font-size: 0.8vw;
    line-height: 1.2vw;
    font-family: "Open Sans", sans-serif;
}

@media (max-width:1600px) {
    .szolg-container {
        width: 1282px;
    }

    .szolg-right-container {
        grid-template-columns: 1fr 1fr;
    }

    .szolg-section-text p {
        font-size: 15px;
        line-height: 18px;
    }

    .szolg-section-text h1 {
        font-size: 18px;
    }
}
@media (max-width:1400px) {
    .szolg-right-wrapper {
        width: 100%;
    }
    .szolg-right-container {
        grid-template-columns: 1fr 1fr;
        margin-left: auto;
        margin-right: auto;
    }

    .szolg-container {
        width: 90vw;
        box-sizing: border-box;
    }
    .szolg-left {
        padding: 50px;
    }
}

@media (max-width:1050px) {
    .szolg-container {
        display: block;
        margin-left: auto;
        padding-left: 5vw;
        padding-right: 5vw;
        height: 300px;
    }
    .szolg-left {
        display: none;
    }
    .szolg-right {
        width: 100%;
        position: relative;
    }

    .szolg-right-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 450px;
    }
    .szolg-section {
        width: 40%;
    }

    .notnarancs {
        color: white !important;
    }
    .szolg {
        height: 410px;
        background-color: #222831;
    }
    .szolg-right-container {
        margin-top: -50px;
    }
}

@media (max-width:880px) {
    .szolg-container{
        width: 500px;
        padding: 0;
        height: 500px;
    }

    .szolg-right {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .szolg-section {
        width: 220px;
        box-sizing: border-box;
    }
    .szolg {
        height: 640px;
    }
}

@media (max-width:510px) {
    .szolg-container {
        width: 100%;
        height: 600px;
    }
    .szolg{
        height: 740px;
    }

    .szolg-right-container {
        display: block;
    }
    .szolg-section {
        width: 90vw;
        margin-bottom: 30px;
        background-color: #373A40;
        color: white;
        font-weight: 600;
    }

    .szolg-section-wrapper {
        display: flex;
    }
    .szolg-section-text {
        padding-left: 15px;
    }

    .szolg-right {
        width: 90vw;
    }

        .szolg {
        height: 890px;
    }
}

@media (max-width:420px) {
    .szolg-section-img {
        position: absolute;
    }
    .szolg-section-text h1 {
        padding-left: 50px;
        padding-bottom: 36px;
    }
            .szolg {
        height: 990px;
    }
}

@media (max-width:376px) {
    .szolg {
        height: 1150px;
    }
}

/* START OF SZOLGALTATAS  ---------------------------
-----------------------------------------------
----------------------------------------------- */

.szolgaltatas {
    background-color: #f7f7f7;
}

.szolgaltatas-container {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 50px;
}

.szolgaltatas-head {
    height: 100px;
    font-family: "Poppins", sans-serif !important;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    padding-top: 180px;
    color: var(--narancs);
}

.szolgaltatas-left-container {
    width: 40vw;
    box-sizing: border-box;
    padding-right: 40px;
}

.szolgaltatas-left-container h1 {
    font-size: 35px;
    padding-bottom: 30px;
    color: var(--narancs);
    font-weight: 600;
}

.szolgaltatas-nagyp {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 30px;
}

.szolgaltatas-nagyp strong {
    color: var(--narancs);
    font-weight: 600;
}

.szolgaltatas-li img {
    height: 30px;
} 

.szolgaltatas-li {
    display: flex;
    height: 30px;
    padding-bottom: 20px;
    font-size: 20px;
    padding-left: 50px;
}

.szolgaltatas-li p{
    line-height: 25px;
    padding-left: 15px;  
}

.szolgaltatas-bottom {
    display: flex;
}

.szolgaltatasok-right {
    padding-left: 100px;
}

.szolgaltatasok-image {
    width: 33vw;
    border-radius: 7px;
}

@media (max-width:1600px) {
    .felhiv-container {
        width: 96vw !important;
        font-size: 30px;
    }

    .felhiv-container h1 {
        font-size: 30px !important;
    }
}

@media (max-width:1250px) {
    .szolgaltatas-left-container ul {
        width: 80vw;
    }
}

@media (max-width:768px) {
    .szolgaltatasok-right {
        padding: 0;
    }
    .szolgaltatasok-image {
        width: 45vw;
    }
}

@media (max-width:550px) {
    .szolgaltatas-container {
        width: 95vw;
    }

    .szolgaltatas-head h1 {
        font-size: 35px;
    }
    .szolgaltatas-bottom {
        display: block;
    }

    .szolgaltatas-left-container {
        width: 90vw;
        padding: 0;
    }

    .block550 {
        display: none;
    }
    .block {
        display: block;
        width: 100%;
        margin: 0 ;
      }

    .blockimgszolg {
        padding-bottom: 40px;
        width: 100%;
    }

    .szolgaltatas-li {
        padding-bottom: 50px;
        padding-left: 0;
    }
}

@media (max-width:380px) {
    .szolgpad {
        padding-bottom: 70px !important;
    }
}

/* START OF FELHIVAS  ---------------------------
-----------------------------------------------
----------------------------------------------- */ 

.felhiv {
    height: 330px;
    position: relative;
    z-index: 8;
}

.felhiv-container {
    padding-top: 130px;
    padding-bottom: 130px;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.felhiv-container h1 {
    font-size: 2vw;
    color: white;
    font-weight: 600;  
    padding-bottom: 50px;
}

.felhiv-also {
    position: relative;
    top: -310px;
    pointer-events: none;
}

@media (max-width:875px) {
    .backgroundshade {
        background-color: #f7f7f7;
        width: 100%;
        height: 120px;
        position: relative;
        top: -680px;
    }
}

/* START OF MIÉRT  ---------------------------
-----------------------------------------------
----------------------------------------------- */ 

.miért {
    height: fit-content;
}

.miért-container {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56px;
    display: flex;
}

.miért-left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
    font-family: "Open Sans", sans-serif;
}

.miért-intro {
    color: var(--kek) !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.6px;
    color: #3176f7;
    text-transform: uppercase;
    margin: 0px !important;
    line-height: 1.5;

}

.miért-left h1 {
    font-size:  1.4vw;
    padding-top: 18px;
    padding-bottom: 30px;
    color: var(--fekete);
    font-weight: 600;
}

.miért-container p {
    color: var(--textszurke);
    font-size: 18px;
    line-height: 1.78;
    margin-bottom: 40px;
}

.miért-button {
    text-align: center;
}

.miért-button a:hover {
    cursor: pointer;
}

.miért-button button {
    font-size: 23px;
}

.miért-right {
    width: 50%;
    height: fit-content;
}

.miért-wrapper {
    height: fit-content;
}

.miért-right-container {
    height: fit-content;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
}

.miért-section {
    background-color: #F6F7F9;
    margin: 10px;
    padding: 10px 30px;
}

.miért-section h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: 1.1px;
    text-align: center;
    margin-bottom: 14px;
    color: var(--fekete);
}

.miért-section p {
    font-size: 14px;
    line-height: 1.36;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0px;
}

.miért-img {
    text-align: center;
    padding-bottom: 10px;
}

.miért-section img {
    width: 50px;
}

@media (max-width:1400px) {
    .miért-container {
        width: 90vw;
    }
    .miért-right-container {
        grid-template-rows: 260px 260px;
    }
    .miért-section {
        padding: 5px;
    }
    .miért-left h1 {
        font-size: 13px;
    }
}

@media (max-width:970px) {
    .miért-container {
        display: block;
    }
    .miért-left {
        width: 90vw;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .miért-right {
        padding-top: 50px;
        width: 95vw;
        margin: 0 auto;
    }
    .miért-right-container {
        grid-template-columns: 300px 300px;
        width: 600px;
        margin: 0 auto;
    }
}

@media (max-width:660px) {
    .miért-right-container {
        display: block;
    }


    .miért-right-container {
        width: 90vw;
    }
}

@media (max-width:540px) {

    .miért-container {
        padding-top: 120px;
    }
}

@media (max-width:465px) {
    .miért {
        height: fit-content;
    }
} 


/* START OF FOOTER  ---------------------------
-----------------------------------------------
----------------------------------------------- */ 

.footer {
    background-color: var(--fekete);
}

.footer-wrapper {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    color: white;
    padding-bottom: 30px;
}

.footer-top h1 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 30px;
}

.footer-section {
    width: 300px;
    box-sizing: border-box;
    margin: 3vw;
}

.footer-section p {
    padding-bottom: 30px;
}

.footer-bot ul {
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
    color: white;
    padding-bottom: 40px;
}

@media (max-width:1300px) {
    .footer-wrapper {
        width: 90vw;
    }
}

@media (max-width:700px) {
    .footer-bot ul {
        display: block;
        width: 80vw;
    }
    .footer-bot li {
        padding-bottom: 10px;
    }
}

@media (max-width:540px) {
    .footer-top {
        display: block;
    }
    .footer-section {
        width: 80vw;
        padding-bottom: 20px;
    }
}