@font-face {
    font-family: inter;
    src: url(Inter/Interfont.ttf);
}
@font-face {
    font-family: inter_semibold;
    src: url(Inter/static/Inter-SemiBold.ttf);
}
@font-face {
    font-family: inter_bold;
    src: url(Inter/static/Inter-Bold.ttf);
}
@font-face {
    font-family: inter_medium;
    src: url(Inter/static/Inter-Medium.ttf);
}
@font-face {
    font-family: inter_extrabold;
    src: url(Inter/static/Inter-ExtraBold.ttf);
}


/*Nagyon kis telefon*/
@media only screen and (max-width: 332px)
{
    .search_menu
    {
        transform: translate(79px, 6px);
        z-index: 11;
    }
    #search, #menu
    {
        position: absolute;
        font-style: italic;
        margin-top: 30px;
        font-family: inter_semibold;
        left: 50dvw;
        color: rgb(126, 116, 115);
        z-index: 3;
        font-size: 17.6px;
    }
    #menu
    {
        margin-left: 69px;
    }
    #search:hover, #menu:hover
    {
        text-decoration: underline;
    }
    #kozepso_logo, #kozepso_szoveg
    {
        transform: translateX(-160px);
    }
    .menu_desktop, .menu_desktop2
    {
        display: none;
    }
    #alsoszoveg
    {
        font-size: 15px;
        left: 50%;
        transform: translate(-158px, 600px);
    }
}

/*Kis telefon*/
@media only screen and (min-width: 332px) and (max-width: 399px)
{
    .search_menu
    {
        transform: translate(79px, 6px);
        z-index: 11;
    }
    #search, #menu
    {
        position: absolute;
        font-style: italic;
        margin-top: 30px;
        font-family: inter_semibold;
        left: 50dvw;
        color: rgb(126, 116, 115);
        z-index: 3;
        font-size: 17.6px;
    }
    #menu
    {
        margin-left: 69px;
    }
    #search:hover, #menu:hover
    {
        text-decoration: underline;
    }
    #kozepso_logo, #kozepso_szoveg
    {
        transform: translateX(-202px);
    }
    .menu_desktop, .menu_desktop2
    {
        display: none;
    }
    #alsoszoveg
    {
        font-size: 16px;
        left: 50%;
        transform: translate(-165px, 600px);
    }
    .mobile-break
    {
        display: inline-block;
    }
}


/*Normal telefon*/
@media only screen and (min-width: 400px) and (max-width: 800px)
{
    .logok{
        display: none;
    }
    .search_menu
    {
        transform: translate(79px, 6px);
        z-index: 11;
    }
    #search, #menu
    {
        position: absolute;
        font-style: italic;
        margin-top: 30px;
        font-family: inter_semibold;
        left: 50dvw;
        color: rgb(126, 116, 115);
        z-index: 3;
        font-size: 17.6px;
    }
    #menu
    {
        margin-left: 69px;
    }
    #search:hover, #menu:hover
    {
        text-decoration: underline;
    }
    .menu_desktop, .menu_desktop2
    {
        display: none;
    }
    #alsoszoveg
    {
        font-size: 19.35px;
        transform: translate(-201px, 655px);
    }
    #kozepso_szoveg, #kozepso_logo 
    {
        transform: translateX(-200px);
    }
    .mobile-break
    {
        display: inline-block;
    }
    
}


/*Desktop*/
@media only screen and (min-width: 801px)
{
    .search_menu
    {
        display: none;
    }
    .menu_desktop
    {
        display: flex; 
        position: absolute; 
        top: 7.1px; 
        left: 50%;
        transform: translateX(378px);
        z-index: 2;
        color: white;
        z-index: 11;
    }
    #about, #works, #shop, #contact
    {
        margin-top: 30px;
        font-family: inter_medium;
        font-size: 17.8px;
        font-style: italic;
        margin-right: 17.5px;
    }
    #works
    {
        margin-right: 24px;
    }
    #shop
    {
        margin-right: 18px;
    }
    #about:hover, #works:hover, #shop:hover, #contact:hover
    {
        text-decoration: underline;
        cursor: pointer;
    }
    #alsoszoveg
    {
        font-size: 19.35px;
        transform: translate(-201px, 655px);
    }
    #kozepso_szoveg, #kozepso_logo 
    {
        transform: translateX(-202px);
    }
    .sor
    {
        transform: translateY(-6px);
    }
}

/*Nagy felbontas*/
@media only screen and (min-height: 750px) and (min-width: 1000px)
{
    .sor
    {
        transform: translateY(94px);
    }
    
    #kozepso_szoveg, #kozepso_logo 
    {
        transform: translate(-202px, 100px);
    }
}

@keyframes scroll_disappear {
    from{
        opacity: 100%;
    }
    to{
        opacity: 0%;
    }
}
@keyframes scroll_appear {
    from{
        opacity: 0%;
    }
    to{
        opacity: 100%;
    }
}

* {
	box-sizing: border-box;
}
.cont1 {
    height: 800px;
}
#bal, #jobb {
    height: 10%;
    margin-top: 15px;
}
#jobb 
{
    display: flex;
    margin-left: auto;
    z-index: 1;
}

/*
#kozepso_szoveg
{
    font-family: inter_bold;
    position: absolute;
    z-index: 4;
    color: rgb(0, 255, 255);
    left: 540px;
    top: 120px;
    line-height: 44px;
    font-size: 40px;
}
#kozepso_logo 
{
    position: absolute;
    z-index: 4;
    width: 180px;
    left: 540px;
    top: 50px;
}
#oliver
{
    width: 280px;
    position: absolute;
    bottom:-40px;
    left: 50%;
    transform: translate(-50%, -50%);
}
    */

#kozepso_szoveg
{
    font-family: inter_extrabold;
    position: absolute;
    z-index: 2;
    color: rgb(0, 255, 255);
    left: 50%;
    top: 121.5px;
    line-height: 52.7px;
    font-size: 49px;
    letter-spacing:-0.8px ;

    animation: scroll_disappear both;
    animation-timeline: view(5dvh 100dvh);
    animation-fill-mode: forwards;
}
#kozepso_logo 
{
    position: absolute;
    z-index: 4;
    width: 184px;
    left: 50%;
    top: 53.5px;

    animation: scroll_disappear both;
    animation-timeline: view(30dvh 100dvh);
    animation-fill-mode: forwards;
}
#oliver
{
    z-index: 1;
    width: 335px;
    min-width: 332px;
    position: fixed;
    
    bottom: 111px;
    left: 50%;
    transform: translatex(-120px);

    animation: scroll_disappear both;
    animation-timeline: view(-200dvh 100dvh);
    animation-fill-mode: forwards;
}
.sor
{
    animation: scroll_disappear both;
    animation-timeline: view(-70dvh 100dvh);
    animation-fill-mode: forwards;
}
/*
#kozep 
{
    width: 250px;
    margin-top: 20px;
}*/

.also
{
    position: fixed;
    z-index: 12;
    bottom: 0;
}
#alsoturkiz 
{
    position: relative;
    height: 111px;
    width: 100dvw;
    margin-bottom: 0px;
    padding: 0px;
    left: 0%;
    bottom: 0px;
    /*transform: translateY(572px);*/
    z-index: 5;
}
#alsovekony
{
    position: absolute;
    z-index: 30;
    width: 100dvw;
    height: 15.5px;
    padding: 0;
    left: 0%;
    margin-bottom: 0px;
    bottom: 710px;
    transform: translateY(689px);
    /*transform: translateY(390px);*/
}

#alsoszoveg
{
    position: absolute;
    left: 50%;
    transform: translateX(-212px);
    bottom: 41px;
    color: rgb(126, 116, 115);
    font-family: inter_medium;
    white-space: nowrap;
    font-size: 20.95px;
    z-index: 10;
}

.logok
{
    width: 162px;
    position: absolute;
    z-index: 11;
}
#logo1
{
    left: 50%;
    transform: translate(-632px, 189px);
}
#logo2
{
    left: 50%;
    transform: translate(-443px, 189px);
}
#logo3
{
    left: 50%;
    transform: translate(-632px, 365px);
}
#logo4
{
    left: 50%;
    transform: translate(-443px, 365px);
}
#logo5
{
    left: 50%;
    transform: translate(255px, 189px);
}
#logo6
{
    left: 50%;
    transform: translate(478px, 189px);
}
#logo7
{
    left: 50%;
    transform: translate(255px, 365px);
}
#logo8
{
    left: 50%;
    transform: translate(478px, 365px);
}
#szurke
{
    position: absolute;
    width: 1640px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
body
{
    /*background-image: url(oliverahun_pictures/weboldal_OH_egesz.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: top;
    opacity: 30%;*/
    overflow-x: hidden;
    overflow-y: scroll;
}
#felsosav
{
    width: 1640px;
    height: 51.6px;
    position: absolute;
    left: 0%;
    transform: translateY(-65px);
    z-index: 10;
    animation: scroll_appear both;
    animation-timeline: view();
    animation-range: entry 80dvh exit -10dvh;
    animation-fill-mode: backwards;
}
.felso_div
{
    width: 1640px;
    height: 52.4px;
    position: absolute;
    left: 0%;
    transform: translateY(-65.2px);
    z-index: 11;
}
#logo_white
{
    position: absolute;
    left: 0%;
    transform: translateX(169px);
    height: 52.4px;
    z-index: 11;
}
.menu_desktop2
    {
        display: flex; 
        position: absolute; 
        top: 7.1px; 
        left: 50%;
        z-index: 2;
        color: white;
        z-index: 11;
        transform: translate(378px, 711.95px);
    }
    #about2, #works2, #shop2, #contact2
    {
        margin-top: 30px;
        font-family: inter_medium;
        font-size: 17.8px;
        font-style: italic;
        margin-right: 17.5px;
    }
    #works2
    {
        margin-right: 24px;
    }
    #shop2
    {
        margin-right: 18px;
    }
    #about2:hover, #works2:hover, #shop2:hover, #contact2:hover
    {
        text-decoration: underline;
        cursor: pointer;
    }

ul{
    list-style: none;
    margin: none;
    margin-top: 20px;
    line-height: 34px;
}
.what_can_i_offer
{
    margin-left: 170px;
    font-size: 20px;
    margin-bottom: 157px;
    margin-top: 43px;
}
#what_can_i_title
{
    font-size: 46px;
    font-family: inter_extrabold;
    transform: translateX(-2px);
    letter-spacing:-0.8px ;
    line-height: 49px;
    z-index: 11;
}

/*

.minden {
    background-color: white;
    color: black;

}
p {
    text-align: left;
    margin-left: 5%;
    font-family: inter;
}


.wrapper {
    width: 1600px;
    display: block;
    margin: 0 auto;
} 
.kekhatter {
    background-color: aqua;
    height: 100dvh;
    width: 1600px; 
}
#logo_keret {
    height: 850px; 100dvh
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 4;
    transform: translateY(+20px); 
}

#container {
    display: flex;
    margin: 0;
    padding-left: 0;
    width: 120dvw;
}

#container div {
    align-items: center;
    width: 100%;
    margin: 10px;
}


@media (max-width: 500px) {
    #szfpost, #movtonpost, #kimasukapost{
        width: 66dvw;
    }
}

#szfpost, #movtonpost, #kimasukapost{
    width: 500px; /*33dvw
    margin-top: 4dvh; 
    /*height: 89dvh;
}
#szfpost {
    transform: translateX(22dvw);
    z-index: 1;
}
#movtonpost {
    transform: translateX(4.5dvw);
    z-index: 2;
}
#kimasukapost {
    transform: translateX(-14dvw);
    z-index: 3;
}



#oliverahun {
    width: 300px;
    display: block;
    margin: 0 auto;
    margin-top: 38.12px;
    margin-bottom: 38.12px;
}
a, a:hover, a:visited {
    text-decoration: none;
}*/