@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    background-image: url("bg.png");

}






header {
    z-index: 1000;
    background-color: white;
}

header img {
    height: 3rem;
}


#quick-links a {
    color: var(--text-color);
    text-decoration: none;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 0.8rem;
    transform: translateY(0.13rem);
}

#quick-links a svg {
    transform: translateY(-0.13rem);

}

@media screen and (orientation:landscape) {


    #mobile-menu-open-close {
        display: none;
    }

    #text {
        margin-top: 10rem;
    }
    

header {
    display: flex;
    padding: 1rem 5%;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    position: fixed;
    top: 0;
    width: 90%;

}




#nav-links {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

#nav-links a {
    font-family: Inter;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem; /* 133.333% */
    text-decoration: none;
    transition: 0.3s ease-in-out;
    color: #F0F;
}


#nav-links a:hover {
    transition: 0.3s ease-in-out;
    color: rgb(143, 0, 143);
}


 
}


@media screen and (orientation:portrait) {
    header {
        display: flex;
        height: 3rem;


        position: fixed;
        top: 0;
        width: 95%;
        padding: 0 2.5%;
        justify-content: space-between;
        align-items: center;
        z-index: 2;
    }



    header img {
        height: 100%;
    }


    #nav-links {
        position: fixed;
        top: 3rem;
        padding: 1.5rem 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: white;
        gap: 1rem;
        height: auto;
        transform-origin: top right;
        transform: scale(0);
        opacity: 0;
        transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    }
    
    #nav-links.active {
        transform: scale(1);
        opacity: 1;
    }


    #nav-links a {
        font-size: 1.5rem;
        font-family: Inter;
        color: var(--text-color);
        font-weight: 600;
        text-decoration: none;
    }


    #quick-links {
        display: flex;
        padding-top: 0.375rem;
        align-items:flex-start;
        gap: 0.3125rem;
        position: fixed;
        right: calc(2.5% + 3rem + 0.5rem);
        top: 0;
    }


}







nav a {
    color: #FF00C8;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    
}


main {
    display: flex;
    width: 90%;
    margin: 5rem 5% 0 5%;
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
    align-self: stretch;
    background-size: cover;
    background-repeat: repeat-y;
    margin-top: 5rem;
}



#title {
    display: flex;
    padding: 0.625rem 0rem;
    justify-content: center;
    align-items: flex-start;
    gap: 0.625rem;
    align-self: stretch;
}



#text {
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5625rem;
}


#title img {
    width: auto;
height: 40vw;
flex-shrink: 0;
}



section {
    width: 100%;
}


section p {
    align-self: stretch;
    color: #2C2C2C;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section ul {
    color: #2C2C2C;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section ul li {
    width: 100%;
    
}

section p b {
    color: #F0F;
    font-family: Inter; 
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: -1rem !important;
}


section h1 {
    color: #F0F;
font-family: Inter;
font-size: 3rem;
font-style: normal;
font-weight: 700;
line-height: normal;
padding-bottom: 0;
margin-bottom: 0;
}


#bemutatkozo-kep {
    width: 20%;
    float: left;
    margin-right: 2rem;
}

#text {
    display: flex;
width: 100%;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 1.5rem;
}

#text h1 {
    color: #2C2C2C;
    font-family: Inter;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 700;
margin: 0;
    line-height: normal;
    padding: 0;
}

#text h2 {
    color: #2C2C2C;
font-family: Inter;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
margin: 0;
    padding: 0;
line-height: normal;
}


#text p {
    align-self: stretch;
    color: #2C2C2C;
font-family: Inter;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: normal;
    padding: 0;
margin: 0;
}


form {
    display: flex;
width: 40%;
height: fit-content;
padding: 1rem;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.5rem;
flex-shrink: 0;
border-radius: 0.625rem;
background: rgba(255, 0, 170, 0.31);
display: inline-block;
}

form h2 {
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: normal;align-self: stretch;
}


form label {
    color: #FFF;
font-family: Inter;
font-size: 1.5rem;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 0;
margin-top: 1rem;
width: 100%;
text-align: left;
}

form input, textarea {
    color: #FFF;
    font-family: Inter;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    width: 100%;
    outline: none;
    background-color: transparent;
    border: none;
    border-bottom: 0.2rem white solid;
}

textarea {
    
}



footer {
    display: flex;
    width: calc(100% - 1.875rem - 1.875rem);
    padding: 0.625rem 1.875rem;
    justify-content: space-between;
    align-items: flex-start;
    background-color: rgb(255, 255, 255);
}

#footer-nav {
    display: flex;
    padding: 0.625rem 0rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}


#footer-nav a {
    color: #FF4DA9;
    font-family: Inter;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

#footer-socials {
    display: flex;
padding: 0.625rem;
flex-direction: column;
    gap: 0.5rem;
align-items: flex-start;
}

#footer-socials a, #footer-socials {
    color: #FF4DA9;
font-family: Inter;
font-size: 1.3rem;
font-style: normal;
font-weight: 700;
    text-decoration: none;
line-height: normal;
}


#footer-other {
    display: flex;
padding: 0.625rem;
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
}

#footer-other a, #footer-other {
    color: #FF4DA9;
font-family: Inter;
font-size: 1.3rem;
font-style: normal;
font-weight: 400;
    text-decoration: none;
line-height: normal;
}

footer a img {
    transform: translateY(0.3rem);
}



@media screen and (orientation:landscape) {

    #bemutatkozo-kep.masodik {
        display: none;
    }
    #bemutatkozas li {
    transform: translateX(2rem);
}

}


@media screen and (orientation:portrait) {

#bemutatkozo-kep.elso {
    display: none;
}


    main {
        width: 95%;
        margin: 5rem 2.5% 0 2.5%;
    }

    #title {
        display: flex;
        flex-direction: column-reverse;
        padding: 0.0 0rem;
        align-items: center;
        gap: 0.625rem;
        align-self: stretch;
    }

    #title img {
        width: 100%;
        height: auto;
    }

    
section p {
    align-self: stretch;
    color: #2C2C2C;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section ul {
color: #2C2C2C;
font-family: Inter;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
}

section ul li {
    width: 100%;
}

section p b {
color: #F0F;
font-family: Inter;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: normal;
    margin-bottom: -1rem !important;
}


section h1 {
color: #F0F;
font-family: Inter;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: normal;
padding-bottom: 0;
margin-bottom: 0;
}


#bemutatkozo-kep {
    width: 20%;
    float: left;
    margin-right: 2rem;
}

#text {
    display: flex;
width: 100%;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 0.5rem;
}

#text h1 {
color: #2C2C2C;
font-family: Inter;
font-size: 2.375rem;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 0;
    line-height: normal;
    padding: 0;
}

#text h2 {
color: #2C2C2C;
font-family: Inter;
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 0;
    padding: 0;
line-height: normal;
}


#text p {
color: #2C2C2C;
font-family: Inter;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: normal;
    padding: 0;
margin: 0;
}

#bemutatkozas img {
    width: 100%;
    float: none;
}


form {
    display: flex;
width: calc(100% - 2rem);
height: fit-content;
padding: 1rem;
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
flex-shrink: 0;
border-radius: 0.625rem;
background: rgba(255, 0, 170, 0.31);
}

form h2 {
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: normal;align-self: stretch;
}


form label {
    color: #FFF;
font-family: Inter;
font-size: 1.5rem;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 0;
margin-top: 2rem;
}

form input, textarea {
    color: #FFF;
    font-family: Inter;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    width: 100%;
    outline: none;
    background-color: transparent;
    border: none;
    border-bottom: 0.2rem white solid;
}











    footer {
        display: flex;
        flex-direction: column;
    }
}






.button {
    color: #FFF;
font-family: Inter;
font-size: 1.125rem;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration: none;
padding: 0.3rem 1rem;
background-color: #F0F;
border-radius: 1rem;
transition: 0.3s ease-in-out;
cursor: pointer;
}

.button:hover {
    transform: scale(102%);
}

.button.white {
    background-color: white;
    color: rgba(255, 0, 170, 0.60);
    margin-top: 2rem;
    width: fit-content;
    font-size: 1.3rem;
}


#adatkezelesi-box  {
    display: flex;
    gap: 0;
}




#contact-socials {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex: 1 0 0;
    align-self: stretch;
}

#contact-socials a, #contact-socials {
    color: #F0F;
font-family: Inter;
font-size: 1.3rem;
font-style: normal;
font-weight: 700;
    text-decoration: none;
line-height: normal;
}

#contact-socials img {
    transform: translateY(0.25rem);
}

#contact a img {
    transform: translateY(0.3rem);
}


#contacts {
    display: flex;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
}

@media screen and (orientation:portrait) {
    

    #contacts {
        display: flex;
        flex-direction: column-reverse;
    }

    #contact-socials {
        align-items: flex-start;
        margin-bottom: 2rem;
    }

    form *, footer * {
        font-size: 1.2rem !important;
    }

    footer * {
        padding: 0 !important;
        margin: 0 !important;
        gap: 0.2rem !important;
    }

    footer {
        margin-top: 2rem;
    }

    #footer-nav, #footer-socials , #footer-other {
        margin: 0.3rem 0 !important;
    }
}