header {
  line-height: 1.75;
  height: 100%;
  background-color: #000;
  color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* A kép reszponzívvá tétele */
.container img {
  max-width: 100%; /* Kép nem lesz nagyobb a szülő konténernél */
  height: auto; /* Megőrzi a képarányokat */
  display: inline-block; /* Biztosítja, hogy ne legyen blokkoló elem */
}

#section1 {
  background-color: #000; /* Háttérszín beállítása */
  display: flex;
  align-items: center;
  justify-content: center;
}

#section2 {
  background-color: #f59e0b;
  padding: 5%;
  transform: skew(0, -2deg); /* makes the section slanted/skewed */
}

#section3 {
  background-color: #1f2937;
  height: 100%;
  color: #f2f2f2;
  margin-top: -5%;
  padding-top: 8%;
  padding-bottom: 8%;
  overflow: hidden;
}

#section4 {
  background-color: #f9fafb;
  margin-top: -10%;
  padding-top: 10%;
  padding-bottom: 12%;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  height: 100px;
  margin-top: -5px;
  background-color: #0a0101;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 90vw;
    padding: 5% 5px;
  }

  header,
  section {
    height: 100%;
  }

  header .container {
    float: none;
    text-align: center;
    padding: 5% 5px;
  }

  #section2 {
    padding: 0 5px;
  }

  #section3 {
    margin-top: -8%;
    padding-bottom: 20%;
  }

  #section4 {
    padding-bottom: 20%;
  }

  .footer-bg {
    height: 200px;
    margin-top: -30%;
  }
}

@media screen and (max-width: 400px) {
  .footer-bg {
    margin-top: -35%;
  }
}

ul {
  list-style: none;
  padding-left: 5%;
}
.top-ul {
  margin: 10% 0 70%;
}

li {
  color: rgb(249, 171, 41);
  margin: 0 0 10px 0;

  font-size: 1.4em;
}

.nav-list {
  color: #fff;
}

.nav-menu {
  position: fixed;
  z-index: 2222;
  width: 320px;
  height: 100%;
  background: #111;
  border-right: solid orange 1px;

  right: -322px;

  transition: all 0.2s ease-out;
}

.show {
  right: 0px;
}

/* Burger Menu */
.burger-menu-container {
  display: flex;
  justify-content: flex-start;
}

.nav-menu-btn {
  display: block;
  cursor: pointer;

  padding: 20px;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background: #fff;
  margin: 0px 10px 6px;

  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  background: orange;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  background: orange;
}

/* fitting screen */
.main-content {
  height: 100vh;
  width: auto;
}

.text-container {
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h1 {
  padding: 0;
  margin: 0;

  font-size: 3em;
}
h1,
h3 {
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}
span {
  color: orange;
}

/* Általános stílusok */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #111;
}

/* Szöveges elemek */
h2 {
  color: #00aeef;
  margin-bottom: 20px;
  text-align: justify;
}

h1 {
  color: #00aeef;
  margin-bottom: 20px;
  text-align: justify;
}

h4 {
  color: #00aeef;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: justify;
}

h2 {
  color: #00aeef;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: justify;
}


h3 {
  color: #00aeef;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: justify;
}

p {
  margin-bottom: 15px;
  color: #fff !important;
  text-align: justify;
}

ul,
ol {
  margin-left: 20px;
  padding-left: 20px;
  text-align: left !important;
  margin-left: 25px !important;
  padding-left: 0px !important;
  list-style: disc !important; 
}

ul li,
ol li {
  margin-bottom: 10px;
}

#fooldal {
  background-color: #111;
  color:#fff;
  text-align: justify;
}

#karbantartas {
  background-color: #111;
  color:#fff;
  text-align: justify;
}

.custom-shape-divider-top-1737314901 {

  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1737314901 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 52px;
}

.custom-shape-divider-top-1737314901 .shape-fill {
  fill: #000000;
}

#welcome {
  text-align: center;
  padding: 40px 20px;
  background-color: #f9f9f9;
}

#welcome h1 {
  font-size: 2em;
  color: #ffffff !important;
}

#welcome p {
  font-size: 1.2em;
  color: #ffffff !important;
  margin-bottom: 15px;
}

#welcome a {
  background-color: #007BFF;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}

#welcome a:hover {
  background-color: #0056b3;
}

a{
  text-decoration: none !important;
}

.nav-list{
  text-decoration: none !important;
}


.custom-shape-divider-top-1737316012 {
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1737316012 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 102px;
}

.custom-shape-divider-top-1737316012 .shape-fill {
  fill: #111;
}


/* Űrlap szekció */
.contact-form {
 width: 100%;
  margin: 50px auto;
  padding: 0px !important;

  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
}

/* Formázás az űrlap elemekhez */
.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color:#00aeef
}

.form-group input,
.form-group textarea {
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  resize: none;
  height:50px;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #00aeef;
  outline: none;
}

button[type="submit"] {
  width: 50%;
  padding: 10px 15px;
  background-color: #00aeef;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: rgb(249, 171, 41);
  color:#000;
}

/* Reszponzív design */
@media (max-width: 768px) {
  .contact-form {
      padding: 15px;

  }

  .form-group input,
  .form-group textarea {
      font-size: 14px;
  }

  button[type="submit"] {
      font-size: 14px;
  }
}