html, body {
    font-family: 'Ubuntu', sans-serif;
}

.header-container{
    background-color: rgb(82, 76, 76, 0.30);
}
.menu-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.big-box{
    padding: 0;
}
.nav-line{
    display: inline-flex;
    width: 100%;
}
.logo-image{
    height: 54px;
    margin: 7px 10px;
}
#menu-btn{
    display: none;
    color: white;
}
#close-btn{
    display: none;
    color: white;
}
.mobile-nav{
    padding-top: 12px;
}
#mobil-menu{
    display: none;
    background: #373839;
    z-index: 99999999;
    position: relative;
    margin: 0 -15px;
    padding: 26px 30px;
}
.mobil-menu-link{
    text-decoration: none !important;
    color: white;
    font-size: 11px;
    padding: 7px 0 7px 7px;
}
.mobil-menu-link:hover{
    color: #ff5900;
}
.mobil-menu-href{
    text-decoration: none !important;
}
.nav-link{
    color: white;
}
.nav-link:hover{
    color: #ff5900;
}
.nav-item{
    font-size: 13px;
    padding: 10px 0;
}
.nav-box{
    width: 100%;
    text-align: end;
}
.navbar{
    float: right;
   
}
.section-title{
    margin: 100px 0 50px 0;
    font-weight: bold;
    font-size: 37px;
    color: white;
}
.little-section-title{
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 25px;
    color: white;
}
.header-description{
    color: rgb(255, 255, 255, 0.93);
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 80px;
}
.padding-left{
    
}
.apply-button{
    background-color: #ff5900;
    border-radius: 3px;
    color: white;
    padding: 9px 50px;
    font-weight: 600;
    font-size: 18px;
}
.description{
    color: rgb(255, 255, 255, 0.93);
    font-size: 16px;
    line-height: 19px;
    width: 70%;
    font-weight: 300;
}
.first-full-starter {
    min-height: 100vh;
    
    padding-bottom: 120px;
    padding-top: 60px;
}
.lookingfordiv {
    padding-top: 10vh;
    padding-bottom: 30vh;
}
.first-container{
}
.mw1300 {
    max-width: 1300px;
}
.darker-container{
    padding-top: 10px;
    padding-bottom: 110px;
    position: relative;
}
.darker-container:before {
    display: block;
    content: "";
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;

    background-color: rgba(0,0,0,0.3);
    background-blend-mode: multiply; 

    -webkit-backdrop-filter:saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
}
.darker-container .container{
    position: relative;
}
.darker-section-title{
    margin: 100px 0 50px 0;
    font-weight: bold;
    font-size: 37px;
    color: white;
}
.folyamat-image{
    margin: 40px 0;
}
.partner-card{
    width: 80%;
    border-radius: 10px;
    
    margin-bottom: 60px;
    position: relative;
    text-align: center;
}
.partner-card:before {
    display: block;
    content: "";
    position: absolute;
    border-radius: 10px;
    top:0;
    bottom:0;
    left:0;
    right: 0;

    background-color: rgba(162,162,162,0.15);
    background-blend-mode: multiply; 
    -webkit-backdrop-filter:saturate(180%) blur(3px);
    backdrop-filter: saturate(180%) blur(3px);

}
.partner-logo{
    height: 50px;
    margin: 18px auto;
    position: relative;
}
.team-picture{
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
}
.team-name{
    color: white;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 100px;
}

.contact-information{
    color: rgb(255, 255, 255, 0.6);
    font-size: 12px;
    margin-top: 25px;
}
.contact-section{
    margin-top: 90px;
    padding-bottom: 200px;
}
.contact-img{
    width: auto;
    height: 25px;
    opacity: 0.8;
}


@media only screen and (max-width: 900px){
    .nav-link{
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media only screen and (max-width: 767px){
    .padding-left{
        
    }
    .contact-information{
        margin-bottom: 25px;
    }
    .description{
        width: 80%;
    }
    .partner-logo{
        width: 60%;
        margin: 15px 20%;
    }
    .partner-card{
        width: 60%;
        margin: auto;
    }
    .big-box{
        padding: 0 15px;
    }
    .partner-card-box{
        padding-bottom: 30px;
    }
    .header-description{
        width: 80%;
    }
    .navbar{
        display: none;
    }
    #menu-btn{
        display: block;
    }
    .darker-container{
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: -15px;
    }
}
@media only screen and (max-width: 575px){
    .mobile-nav{
        padding-top: 7px;
    }
}
@media only screen and (max-width: 420px){
    .mobile-nav{
        padding-top: 4px;
    }
}

.slider_image {
    margin-top: 60px;
}

.folyamat-image {
    height: 300px;
}
.process_holder {
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #f3f3f3 #f3f3f3;
    
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.process_holder::-webkit-scrollbar {
    height: 6px;
}
.process_holder::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.10);
}
.process_holder::-webkit-scrollbar-thumb {
    background-color: #f3f3f3;
    border-radius: 20px;
    border: 1px solid #f3f3f3;
}
.container-md {
    margin-left: auto;
    margin-right: auto;
}
.lookingfordiv br {
    margin: 15px 0;
    display: block;
    content: " ";

}