/* Űrlap */
.container{
    width:20%;
    margin: 50px auto;

    padding-top: 20px;
    padding-bottom: 20px;

    padding-left: 50px;
    padding-right: 50px ;



    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 100px;
    margin-top: 100px;
    border: 1px solid black;
    border-radius: 10px;
}
.form-group{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.input_part {
  color: rgb(76,88,98);
    width: 100%;
    line-height: 28px;
    border: 2px solid transparent;
    border-bottom-color: #777;
    padding: .2rem 0;
    outline: none;
    background-color: transparent;
    color: #0d0c22;
    transition: .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-family: 'inter';
   }
   
   .input_part:focus, .input_part:hover {
    outline: none;
    padding: .2rem 1rem;
    border-radius: 1rem;
    border-color: #7a9cc6;
   }
   .icon{
    height: 23px;
   }
   
   .input_part::placeholder {
    color: #777;
   }
   
   .input_part:focus::placeholder {
    opacity: 0;
    transition: opacity .3s;
   }
  

   .gomb2{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: white;
    font-family: 'inter';
    border-radius: 15px;
    border:0px;
    padding: 6px 15px;
    background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
    margin-bottom: 20px;
  }
  .gomb2:hover{
    background-position: right center;
   background-size: 200% auto;
   -webkit-animation: pulse 2s infinite;
   animation: pulse512 1.5s infinite;
  }
  @keyframes pulse512 {
    0% {
     box-shadow: 0 0 0 0 #05bada66;
    }
   
    70% {
     box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }
   
    100% {
     box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
   }
  
     .button{
      text-align: center;

     }
     .text_container{
      text-align: left;
    }
    .text{
      margin-bottom: 10px;
      color: rgb(41,0,255);
      font-size: 30px;
      font-weight: bold;
      font-family: 'inter';
    }
    .inputszoveg{
      font-size: 20px;
      margin-bottom: 10px;
      font-family: 'roboto';
      color: rgb(76,88,98);
    }
/* Űrlap */  
/* Alap */
body, html {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}
/* Alap */



/* Footer */
.footer{
  height: 300px;
  background-color: rgb(239,239,249);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.logo{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  color: rgb(84,51,255);
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 67%;
}

.szervezes, .informaciok, .szabalyok{
  display: flex;
  flex-direction: column;
  gap:10px;
  font-size: 20px; 
}

.szervezes1, .informaciok1, .szabalyok1 {
  margin-bottom: 10px;
  font-weight: bold;
}
.szabalyok{
  padding-right: 60px;
}



.rolunk{
  height: 30px;
  background-color: rgb(239,239,249);
  width: 100%;
  text-align: center;
  color: rgb(41,0,255);
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
.nagy_logo{
  height: 60px;
}
.link{
  text-decoration: none;
  color: rgb(87,93,98);
  font-family: 'Roboto', sans-serif;
}
.logo1{
  font-family: 'inter';
  font-weight: bold;
}
.szervezes1,.informaciok1,.szabalyok1{
  color: rgb(41,0,255);
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
.szoveg1 span{
  color: rgb(84,51,255);
}
.link:hover{
  text-decoration: underline;
  color: rgb(84,51,255);;
}
/* Footer */
/* Header */
.hatterkep {
  width: 100%;
  background-image: url('music.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

.header_szoveg {
  position: absolute;
  top: 100px;
  left: 40px;
  font-size: 60px;
  color: white;
  font-family: 'inter';
  font-weight: bold;
}

.header_szoveg span{
  color: rgb(0,255,255);
}

.header_logo {
  cursor: pointer;
  height: 30px;
  width: auto;
}

.header_weboldal {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 40px;
  font-size: 30px;
  color: white;
  font-family: 'inter';
  font-weight: bold;
  top:0px;
}

/* Header */

p{
  margin-top: 20px;
  margin-bottom: 20px;
  color: grey;
}


/* Hibák */
.alert {
  color: rgb(255, 0, 0);
  font-weight: bold;
  font-family: 'roboto';
  margin-bottom: 15px;
}
.success{
  color:green;
  font-weight: bold;
  font-family: 'roboto';
  margin-bottom: 15px;
}
/* Hibák */



.szoveg1{
  margin-top: 0px;
  padding-top: 0px;
}






/* Mobil nézet */
@media(max-width: 768px){
  .container{
      width: 80%;
  }

  .rolunk{
      font-size: 18px;
  }

  .language-switcher{
      font-size: 18px;
      top: 30px;
  }

  .header_weboldal{
      font-size: 18px;
  }

  .header_logo{
      height: 20px;
      width: auto;
  }

  .header_szoveg{
      font-size: 25px;
      top: 60px;
  }

  .footer {
        flex-direction: column; 
        align-items: center; 
        text-align: center; 
        height: auto; 
    }

    .footer-content {
        flex-direction: column; 
        align-items: center; 
        width: 100%; 
    }

    .szervezes, .informaciok, .szabalyok {
        font-size: 18px; 
        padding: 5px 0;
        text-align: center; 
    }

    .logo {
        justify-content: center; 
    }

    body, html {
      padding: 0;
      margin: 0;
      width: 100%;
      overflow-x: hidden;
    }
    .nagy_logo{
      height: 35px;
    }
}