@import url('https://fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700&subset=latin-ext');

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Work sans", Arial;
    color: white;
}

#headerbox {
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

#headerbox ol {
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

#headerbox li {
    margin: 0 15px;
}

#headerbox a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

#headerbox a:hover {
    color: rgb(203, 203, 203);
    transition-duration: 0.5s;
}

#headerbox .social-icon {
    width: 20px;
    height: 20px;
}

.fullscreen-bg {
    background: url('hatter.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.vfkozepre, .vkozepre {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.vfkozepre {
    top: 50%;
    transform: translate(-50%, -50%);
}

.cim {
    font-size: 50px;
    font-weight: 300;
	text-align: center;
}

.gombdoboz {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.gombdoboz a {
    margin: 10px;
}

.gomb {
    padding: 12px;
    width: 165px;
    background: rgba(128, 128, 128, 0.2);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: border 0.5s;
}

.gomb:hover {
    border: 1px solid white;
}

.lablec {
    font-family: Arial;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
}

.szovegbox {
    background-color: rgba(0, 0, 128, 0.3);
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    width: 80%;
    max-width: 1000px;
}

.kiemeles {
    font-weight: 500;
    margin-bottom: 20px;
}

.referenciak {
    margin: 40px auto;
    width: 80%;
    max-width: 1000px;
}

.projektek {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.projekt {
    width: calc(33.333% - 20px);
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.projekt img {
    width: 100%;
    border-radius: 10px;
}

.projekt-nev {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

.ajanlatkeres {
    margin: 40px auto;
    width: 80%;
    max-width: 800px;
    background-color: rgba(0, 0, 128, 0.3);
    padding: 20px;
    border-radius: 10px;
}

.ajanlatkeres form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ajanlatkeres label {
    font-weight: 500;
}

.ajanlatkeres input,
.ajanlatkeres textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.ajanlatkeres button {
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}

.ajanlatkeres button:hover {
    background-color: #0056b3;
}

@media (max-width: 767px) {
    .cim {
        font-size: 35px;
    }

    .gombdoboz {
        flex-direction: column;
    }

    .projekt {
        width: 100%;
    }
}
