*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body{
    background-color: #f5efe3;
    color: #4b382a;
    line-height: 1.7;
}



header
{
  background-image: url(Kepek/Ígyfoglalj/hatter.jpg);
  background-position: top;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: 15% 20%
}

.Menü:hover
{
    background-color: rgba(227, 227, 227, 0.866);
}

.Menü
{
    margin: 25px;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    transition: background-color 0.3s ease-in;
}

nav
{
    justify-content: center;
    display: flex;
}

a
{
    font-size: 23px;   
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.regisztracio-wrapper
{
    animation: berepules 1.5s ease-out forwards;
}

h1{
color: white;
text-align: center;
padding-top: 200px;
font-size: 50px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#regisztracio
{
    border-radius: 20px;
    height: 50px;
    width: 175px;
    background-color: orange;
    border: none;
    font-weight: bold;
    margin-top: 20px;
    transition: transform 0.3s ease-in;
    font-size: 17px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#regisztracio:hover
{
    cursor: pointer;
    transform: scale(1.2);
}

.container{
    max-width: 1000px;
    margin: 50px auto;
    padding-left: 300px;
    padding: 20px;
}



.step{
    background: #fffaf3;
    border: 2px solid #d8c3a5;

    padding: 30px;

    margin-bottom: 30px;

    border-radius: 20px;

    box-shadow: 0 5px 15px rgba(0,0,0,0.08);

    transition: 0.3s;

    
    width: 700px;
    min-height: 200px;

    
}

.wave{
    height: 80px;

    background:
    url("https://svgshare.com/i/13xv.svg");

    background-size: cover;
    background-position: center;

    margin-top: -5px;
}

.step:nth-child(odd){
    margin-right: auto;
    margin-left: 0;
}



.step:nth-child(even){
    margin-left: auto;
    margin-right: 0;
}

.step:hover{
    transform: scale(1.02);
}

.step::before{
    content: "🐔";

    position: absolute;

    top: 15px;
    right: 20px;

    font-size: 24px;
}

.tip{
    margin-top: 20px;
    padding: 18px;

    background: #f1e2c6;

    border-left: 6px solid #8b5e3c;

    border-radius: 12px;
}

.btn{
    display: inline-block;

    margin-top: 20px;
    padding: 12px 28px;

    background: #8b5e3c;
    color: white;

    text-decoration: none;

    border-radius: 12px;

    transition: 0.3s;

    
}

.btn:hover{
    background: #6d472b;
}


footer
{
    display: flex;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    line-height: normal;
}

#FooterLogo
{
    padding-top: 20px;
    margin-left: 250px;
    width: 200px;
}

#FooterCaption
{
    display: flex;
    margin-left: 257px;
}

#footerfigure
{
    color: black;
    transition: none;
    transform: none;
    margin-right: 100px;
}

.FooterMenu
{
    
    padding-top: 10px;
    display: block;
    padding-right: 200px;
}

.FooterMenu a:hover
{
    text-decoration: underline;
}

.FooterMenu a
{
    color: black;
    font-weight: normal;
}
.FooterMenu h2
{
    color: black;
    margin: 0;
}


#topBtn
{
    position: fixed;
    bottom: 50px;
    left: 20px;
    padding: 12px 18px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    background: #3cd400;
    color: white;
    cursor: pointer;


}

#topBtn:hover
{
    background: #2a9400;
    transform: none;
}




@media (max-width: 768px)
{
    
    
    header 
    {
        height: auto;
        padding-bottom: 40px;
    }
    
    nav 
    {
        flex-direction: column; 
        align-items: center;
    }
    
    .Menü
    {
        margin: 10px 0;
        width: 80%; 
    }

    h1 
    {
        padding-top: 50px; 
        font-size: 35px; 
    }

    
    .container 
    {
        padding-left: 15px; 
        padding-right: 15px;
        margin: 20px auto;
    }

    .step 
    {
        width: 100%; 
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
    }

    
    footer 
    {
        flex-direction: column; 
        align-items: center;
        text-align: center;
    }

    #footerfigure
    {
        margin-right: 0; 
        margin-bottom: 20px;
    }

    #FooterLogo 
    {
        margin-left: 0; 
        padding-top: 10px;
    }

    #FooterCaption 
    {
        margin-left: 0; 
        justify-content: center;
    }

    .FooterMenu 
    {
        padding-right: 0; 
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    
    .step.active
    {
        transform: scale(0.95);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        border-color: #8b5e3c;
    }
}
