@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

:root {
    --primary: #009FCF;
}

h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
}

h2 {
    font-size: 34px;
}

#navbar {
    margin-bottom: 115px;

}

/* navbar */
.navbar-nav {
    margin-right: 0 !important;
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
}

.navbar-brand img {
    height: 90px;
}

@media (max-width: 600px) {
    .navbar-brand img {
        height: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .nav-item a {
        font-size: 16px !important;
    }
}

.navbar {
    background-color: #009FCF;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
}

.nav-item a {
    color: #fff !important;
    font-size: 20px;
}

.nav-item {
    padding-left: 10px;
}

nav a:hover {
    color: #2A3B46 !important;
}


/* events */
#event {
    line-height: 50px;
}

#events {
    background-image: url(images/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#events-container {
    color: #2A3B46 !important;
    margin-top: 60px;
    padding-top: 115px;
    padding-bottom: 80px;
    font-weight: bold;
}

#events-row img {
    height: auto;
    display: block;
}

#events-row a {
    background-color: #fff !important;
    color: #000 !important;
    border: none;
    margin-left: 20px;
    margin-top: 20px;
}

#events-row h3 {
    text-align: left;
    margin-top: 24px;
}

#events-row p {
    margin-top: 24px;
}

.about-us-content p {
    margin-bottom: 32px;
    font-size: 20px;
}

#events-col {
    padding-left: 20px;
}

#events-col2 img {
    position: sticky;
    top: 130px;
}

/* bemutatkozas */
#service {
    padding-top: 115px;
    padding-bottom: 80px;
    background-image: url(images/bg-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

#service-container {
    color: #FFF !important;
    font-size: 19px;
}

#service h2 {
    padding-bottom: 40px;
    color: #009FCF !important;
}

#service h3 {
    color: #009FCF !important;
}

#events-row img {
    border-radius: 0 50px 0 50px;
    transition: all 0.3s ease-in-out;
}

#events-row img:hover {
    transform: scale(1.05);
    border-radius: 0px 80px 0px 80px;
}


/* technika */

#about {
    padding-top: 115px;
    padding-bottom: 80px;
    background-image: url(images/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#about-container {
    font-size: 19px;
}

#about h2 {
    padding-bottom: 40px;
}

#about-col ul {
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
}

#about-col ul li {
    padding-top: 15px;
}

/* photos */
#photos {
    padding-top: 115px;
    background-image: url(images/bg-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}


/* footer */
#social {
    background-image: url(images/bg-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

#social h2 {
    color: #009FCF !important;
    padding-left: 20px;
}

.footer-col1 p {
    padding-left: 20px;
}

.footer-col1 ul {
    list-style: none;
    padding-left: 20px;
}

.footer-col1 a {
    color: #fff;
    text-decoration: none;
}

#footer-container {
    color: #FFF !important;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 17px;
}

.contact {
    margin-top: -10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
}

.mb-3 {
    padding-top: 10px;
}


#facebook:active,
#facebook:hover,
#facebook:focus {
    background-color: #1877F2 !important;
}

input[type=email].form-control {
    flex-grow: 0;
    max-width: 500px;
}

@media only screen and (max-width: 960px) {
    .navbar-brand {
        padding-left: 0;
    }
}

@media only screen and (max-width: 760px) {
    #events-row img {
        padding-top: 20px;
    }

    .social-col {
        width: 33%;
    }
}


@media (min-width: 992px) {
    .custom-toggler.navbar-toggler {
        display: none !important;
    }
}

.custom-toggler.navbar-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 22px;
    position: relative;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1055;
}

.custom-toggler .toggler-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}

.custom-toggler:not(.collapsed) .bar-top {
    transform: translateY(9.5px) rotate(45deg);
}

.custom-toggler:not(.collapsed) .bar-middle {
    opacity: 0;
}

.custom-toggler:not(.collapsed) .bar-bottom {
    transform: translateY(-9.5px) rotate(-45deg);
}


@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100vh;
        background-color: #ffffff;
        padding: 80px 20px 20px 20px;
        box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
        transition: left 0.2s ease-in-out;
        display: block !important;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .navbar-nav .nav-link {
        padding: 12px 0;
        font-size: 1.1rem;
        color: var(--primary) !important;
    }
}

.link {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 3px;
    display: inline-block;
}

.link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary);
    transition: width 0.3s ease-in-out;
}

.link:hover::before {
    width: 100%;
}

.gallery-container {
    padding-bottom: 115px;
}

@media (max-width: 991px) {
    #events-container, #service, #about {
        padding-top: 75px;
    }

    #events-col p {
        text-align: center;
    }

    .service-col-content {
        margin-bottom: 85px;
    }

    h3 {
        font-size: 34px;
    }

    h1 {
        text-align: center;
    }

    .facebook-icon {
        text-align: center;
        margin-bottom: 24px;
    }

    #social h2, #social p, #social ul {
        text-align: center;
    }

    #social ul {
        display: flex;
        padding-left: 0;
        flex-direction: column;
    }

    #social .footer-logo {
        text-align: center;
    }

    #social .footer-logo img {
        max-width: 320px;
    }

    #about-col ul {
        padding-left: 24px;
    }
}

@media (min-width: 1200px) {
    .container, .container-xl {
        --bs-max-width: 1320px; /* Írd át a kívánt pixel értékre (pl. 1400px) */
        max-width: var(--bs-max-width);
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1350px !important;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1650px !important;
    }
}

@media (min-width: 2300px) {
    .container {
        max-width: 2050px !important;
    }
}

@media (min-width: 2700px) {
    .container {
        max-width: 2450px !important;
    }
}

.service-col-content li {
    font-size: 18px;
}

.row.custom-large-gap {
    --bs-gutter-x: 3.6rem;
    --bs-gutter-y: 2rem;
}

.row.custom-extra-large-gap {
    --bs-gutter-x: 4.2rem;
    --bs-gutter-y: 2rem;
}

.service-col-content li {
    line-height: 34px;
}

@media (max-width: 650px) {
    .container {
        overflow: hidden;
    }
}

.text-justify {
    text-align: justify;
}