/* Űrlap */
.container{
    width: 20%;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid black;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 70px;
    margin-top: 70px;
    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;
   }

.felejt{
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'roboto';
  text-align: right;
  color: rgb(76,88,98);
}
.felejt span{
  color: rgb(0,255,255);
}
.felejt:hover{
  color: rgb(41,0,255);
  text-decoration: underline;
}
.gomb{
  font-size: 15px;
  color: rgb(76,88,98);
  font-family: 'roboto';
  background-color: white;
  border: 0px;
}
.gomb:hover{
  color:black;
}
.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{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .text{
    margin-bottom: 0px;
    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);
  }
  .text span{
    color:rgb(0,255,255);
  }
/* Űrlap */

/* Link */
a{
  text-decoration: none;
  color: #5B42F3;
  font-family: Arial, Helvetica, sans-serif;
}
a:hover{
  color: #3f3391;
}
/* Link */

/* 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);
}
.szoveg1{
  margin-top: 0px;
  padding-top: 0px;
}
.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 {
  height: 30px;
  width: auto;
  cursor: pointer;
}

.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 */
/* Alap */
body, html {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}
/* Alap */



/* Hibák */
.alert {
  color: red;
  font-weight: bold;
  font-family: 'roboto';
  margin-bottom: 10px;
}

/* Hibák */



/* Fordító */

.gomb3{
  width: 50%;
  font-size: 22px;
  font-weight: bold;
  color: white;
  font-family: 'inter';
  border:0px;
  text-decoration: none;
}
.gomb3:hover{
  background-position: right center;
 background-size: 200% auto;
 -webkit-animation: pulse 2s infinite;
 animation: pulse512 1.5s infinite;
 color: white;
}
@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%);
  }
 }

 /* Fordító */

 .language-switcher{
    position: absolute;
    right: 40px;
    top: 100px;
 }






/* 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;
    }
}

