header {
    background-color: white;
}

.ab {
    font-weight: bold;
    text-decoration: underline;
    color: black;
    transition: 0.3s;
}
.cnt {
    width: 100%;
    margin-bottom: 20px;
}

.a {
    font-family: "Saira Condensed", sans-serif;
    font-size: large;
    text-decoration: none;
    color: black;
    margin-left: 30px;
    margin-right: 30px;
    transition: 0.3s;
}

.a:hover, .ab:hover {
    color: rgb(46, 180, 224);
}

.ref {
  height: 150px !important;
  overflow: hidden !important;
}

.ref img {
  object-fit: cover !important;
  display: block !important;
  height: 100% !important;
}

.card-body {
    position: absolute;
    bottom: 0;
}

.logo {
    cursor: pointer;
}

.tel {
    background-color: black !important;
    color: white !important;
    width: 150px !important;
    height: 40px;
}

#szolgaltatasok, footer {
    background-color: rgb(245, 245, 245);
}

.g {
    margin: 30px auto;
    display: block;
    height: 500px;
}

.scroll-gallery {
    width: max-content;
    gap: 1rem;
    transition: transform 0.5s ease-in-out;
}


.g-img {
    width: 600px;
    height: 400px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

._text {
    font-family: "Saira Condensed", sans-serif;
    font-size: large;
}

._btn {
    background-color: black !important;
    font-family: "Bebas Neue", sans-serif;
    font-size: x-large;
    color: rgb(205, 205, 205) !important;
}

h1 {
    font-family: "Bebas Neue", sans-serif;
    font-size: xxx-large;
}

h2 {
    color: rgb(47, 47, 47) !important;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
}
h3 {
    color: rgb(47, 47, 47) !important;
    font-family: "Bebas Neue", sans-serif;
}

.go {
    background-color: black !important;
    color: white !important;
    width: 100% !important;
}

.sor {
    margin-bottom: 50px;
}

.card {
    width: 100% !important;
    transition: 0.3s;
    height: 400px !important;
}

.card:hover {
    margin-top: 10px;
    margin-bottom: -10px;
}

.eler {
    font-family: "Saira Condensed", sans-serif;
    font-size: large;
    margin-left: 30px;
}

.sm {
    font-size: small;
}

hr {
    margin: 0 !important;
}

.clean {
    text-decoration: none;
    color: black;
}

.hellyeah {
    font-size: 40px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
}

.borito {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.borito_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.opa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

#gyuri {
    width: 50% !important;
    border: 10px solid rgb(231, 231, 231);
    display: block;
    margin: 20px auto !important;
}



@media (max-width: 768px) {
    .card {
        width: 95% !important;
        margin: 15px auto !important;
    }

    .sor
    {
        margin: auto !important;
    }

    .title_mobile
    {
        margin-top: 60px !important;
    }

    .borito {
        height: 600px;
    }

    #gyuri {
        margin-top: 60px !important;
    }
}