:root {
    --greenbase: #1192d8;
    --purp: #59547d;
    --placehold: grey;
    --textPlacehold: grey;
    --frame: 620px;
    --mobile: 960px;
    --display: 'initial';
    --pad: 128px;
    --padd: 128px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}


@font-face {
    font-family: "Inter";
    src: url("./fonts/Inter-Regular.ttf");
    font-weight: 500;
}


* {
    box-sizing: border-box;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;

}

body {
    min-height: 100vh;
    background-color: rgb(255, 255, 255) !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    /* filter:hue-rotate(266deg) */

}

main {}


#scrollUp {
    position: fixed;
    z-index: 50000;
    bottom: 2.5%;
    right: 2.5%;
    filter: drop-shadow(0.5px 0.5px var(--greenbase))
}


#gdprMain {
    background-color: rgb(232, 232, 232);
    padding-top: 20vh;
    padding-bottom: 20vh;
}

#logo {
    position: fixed;
    z-index: 70000;
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding-top: 4px;
    transform: translateX(var(--padd));
}

#logo img {
    width: 33%;
}

#phoneNum {
    position: fixed;
    z-index: 70000;
    color: white;
    font-size: 20px;
    right: 0;
    font-weight: 700;
    margin-top: 1.75rem;
    padding: 0.5rem;
    background-color: rgba(33, 33, 33, 0.9);
    border-radius: 8px;
    transform: translateX(var(--pad));
}

#phoneNum a {
    text-decoration: none;
    color: unset;
}

#navigation {
    background-color: #54d186;
    /* background: linear-gradient(277deg, rgba(17, 216, 133, 0)  0%,  #dbdbdb 35%, #54d186 65% , rgba(17, 216, 133, 1)  100%); */

    background: linear-gradient(277deg, rgba(90, 204, 187, 0.7) 0%, #20a9c1 35%, #3fb8e4 65%, rgb(17, 146, 216) 100%);
    /* border-bottom: solid 1px #148551; */
    opacity: 90%;
    min-height: 96px;
    /* padding-top: 84px; */
}

.nav-item {

    font-weight: 600;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nav-link {
    color: rgb(255, 255, 255) !important;
    font-weight: 700;
    /* border-bottom: solid 2px rgba(138, 212, 166, 0) */
}

.nav-link:hover {
    color: rgb(21, 21, 21) !important;
    border-color: white;
}


#navbarNav {
    justify-content: center;
}


.navbar-dark .navbar-toggler-icon {
    background-image: none !important;
}

.navbar-toggler {
    border: none !important;
    padding: 0 !important;
    padding-top: 4px !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}


.effect {
    opacity: 0;
    transform: translateY(100px);
}


/*-------HERO---------------*/


#hero {
    opacity: 90%;
    background-color: #1192d8;
}

#heroBackground {
    position: relative;
    overflow: hidden;
}

#heroBackground img {
    width: 100%;
}



#heroContainerWrapper {
    position: absolute;
    width: 100%;
    transform: translateY(-100vh);
}


#heroContainer {
    padding-top: 24vh;
    color: white !important;
}

#heroTexts {
    color: white !important;
    padding-left: 0.5rem;
    width: 60%;
    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;

}

h3 span {}


#heroTexts h1 {
    font-size: 70px !important;
    line-height: 70px;
    font-weight: 900;
    z-index: 10;
    position: relative;
    text-shadow: 0.5px 0.5px 0.5px;
    color: var(--greenbase);
}

#heroTexts h2 {
    font-size: 54px !important;
    font-weight: 700;
    z-index: 10;
    position: relative;
    text-shadow: 2.5px 2.5px 0.5px black;
}

#heroTexts h2 span {
    color: #fabb2e;
}

#heroTexts h3 {
    font-size: 36px !important;
    font-weight: 700;
    z-index: 10;
    position: relative;
    color: black;
    text-transform: uppercase;
    text-shadow: 0.5px 0.5px 0.5px black;
}

#heroTexts h4 {
    font-size: 28px !important;
    font-weight: 700;
    width: 85%;
    z-index: 10;
    color: rgb(255, 255, 255);
    /* text-shadow: 0.5px 0.5px 0.5px black; */
    position: relative;
}

#heroTexts h4 span {}

#ctaButton,
#lastButton {
    border: none !important;
    background-color: #1192d8;

    color: rgb(255, 255, 255) !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 32px !important;
    padding: 12px !important;
    font-weight: 700 !important;
    border-radius: 4px;
    margin-top: 32px;
    border: rgb(0, 0, 0) solid 2px !important;
    z-index: 10;
    position: relative;

}

#lastButton {
    margin-top: 8px;
}


#probSection {
    border-top: dashed 2px grey;
    background-color: #eef1f6;
    background-image: url("./assets/fanb.jpg");
    background-repeat: no-repeat;
    border-bottom: dashed 2px grey;
    background-size: 100%;
    min-height: 100vh;
}

#probSection img {
    width: 100%;
    border-radius: 4px;
}

#probSection h2 {
    margin-bottom: 4rem;
    font-weight: 700;
    font-size: 40px;
    text-align: left;
    width: max-content;
    border-bottom: solid 12px;
    padding-bottom: 4px;
    border-image: linear-gradient(to right, #1192d8 0%, #1192d8 40%, rgba(255, 255, 255, 0) 40.1%) 1;

}





/*--------------services--------------*/

#servicesSection h2 {
    margin-bottom: 8rem;
    font-weight: 700;
    font-size: 40px;
    border-bottom: solid 12px;
    padding-bottom: 4px;
    text-align: center;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 29.9%, #1192d8 30%, #1192d8 41%, rgba(255, 255, 255, 0) 41.1%) 1;
}

.servicesCards {
    box-shadow: 2px 2px 48px 8px #dcdcdc;
    padding: 1rem;
    border-radius: 4px;
}

.cardsTooltip {
    font-weight: 600;
    padding-top: 0.5rem;
}

.cardsRow {
    display: flex;
    justify-content: center;
}


.middleCard {
    background: linear-gradient(277deg, rgba(9, 121, 212, 0.7) 0%, #20a9c1 35%, #3fb8e4 65%, rgb(17, 146, 216) 100%)
}

#firstService {
    padding-top: 12rem;
    padding-bottom: 8rem;

}

#secondService {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #f2f2f2;
}

#thirdService {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: #cecece;
}

#servicesSection img {
    width: 100%;
    border-radius: 4px;
}

.servicesImages {
    align-content: center;
}

#servicesSection h3 {
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
}

.serviceTitle {
    font-weight: 700;
    font-size: 32px;
    color: var(--greenbase);
}

.servRow {
    justify-content: space-between;
}

.servicesPara {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 18px;
}

.paraBorders {
    border-left: var(--greenbase) solid 10px;
    padding-left: 1rem;
}


#gallery {
    padding-top: 12rem;
    padding-bottom: 12rem;
    z-index: 100;
    border-top: dashed 2px grey;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, #f2f2f2 100%);
}

#gallery h2 {
    margin-bottom: 8rem;
    font-weight: 700;
    font-size: 40px;
    text-align: left;
    width: max-content;
    border-bottom: solid 12px;
    padding-bottom: 4px;
    border-image: linear-gradient(to right, #1192d8 0%, #1192d8 60%, rgba(255, 255, 255, 0) 60.1%) 1;
}

.galleryWrapper {
    padding-top: 64px;
    columns: 256px;
    transform: skewX(0deg);
    margin-bottom: 100px;
}


.galleryWrapper img {
    width: 100%;
    border: solid 2px #303030;
    border-radius: 8px;
    cursor: pointer;
    filter: brightness(75%);
    box-shadow: 2px 2px 20px 4px var(--beige);
}

.galleryRow img:hover {
    filter: brightness(100%)
}

.gallerImages {
    padding: 6px;
    margin-bottom: 12px;

}


#about {
    padding-bottom: 12rem;
    padding-top: 12rem;
    background-color: #ffffff;
    background-image: url("./assets/fanfan.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

#about h2 {
    margin-bottom: 8rem;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    border-bottom: solid 12px;
    padding-bottom: 4px;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 32.7%, #1192d8 32.8%, #1192d8 42%, rgba(255, 255, 255, 0) 42.1%) 1;
}

.middleSeparator {
    border-bottom: solid 4px;
    margin-bottom: 1rem;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, #1192d8 20.1%, #1192d8 60%, rgba(255, 255, 255, 0) 60.1%) 1;
}

.aboutRow {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.aboutRow img {
    width: 100%;
    transform: translateY(-1.25rem);
}

.aboutDescription {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    width: 90%;
    position: relative;
    z-index: 10;
}

.aboutDescription span {
    color: var(--greenbase);
    font-weight: 700;
    font-size: 2rem;
}

.aboutTexts {
    position: relative;
}


#quote {
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    width: 80%;
    padding-left: 20%;
}


.iconTitle {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: black;
}

.cards {
    text-align: center;
    align-content: end;
    margin-bottom: 6rem;

}


#contact {
    min-height: 70vh;
    padding-top: 20vh;
    padding-bottom: 20vh;
    min-height: 100vh;
    background-repeat: no-repeat;
    /* background: #148551;
    background: radial-gradient(circle, #116651 0%, var(--greenbase) 100%); */
    background-color: black;
    background-image: url("./assets/cncn.jpg");
    background-size: 100%;
    background-position-y: -20px;
}

#contact a {
    color: unset;
    text-decoration: none;
}

.contacts {
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin-top: 48px;
    margin-bottom: 64px;
    text-align: center;
}



#contactTitle {
    margin-bottom: 8rem;
    color: white;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 4px;
    text-align: center;
}

.contactRow {
    display: flex;
    gap: 4rem
}


#rules {
    color: white;
}

#mailForm img {
    width: 33%;
}



.inputWrapper {
    display: flex;
    justify-content: left;
    margin-bottom: 16px;
    gap: 1rem;

}

.formInputs {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
    width: 100%;

}

#message {
    height: 170px;
    resize: none;
    border: none !important;
    border: solid 1px var(--purp) !important;
    border-radius: 4px;
    padding-left: 0.5rem;
}


.rowInputs {
    display: flex;
    flex-direction: row;
}

#gdpr {
    margin-right: 12px;
}

#gdprLabel {
    font-size: 19.5px;
}


#formChecker {
    padding-top: 20px;
}


#formButton {
    border: none !important;
    background-color: black;
    color: rgb(255, 255, 255) !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 20px !important;
    padding: 12px !important;
    font-weight: 700 !important;
    border-radius: 6px;
    border: solid var(--greenbase) 2px !important;
}



input,
select {
    border-radius: 4px !important;
    border: none;
    border: solid 1px var(--purp);
    padding-left: 0.5rem !important;
}

label {
    color: rgb(255, 255, 255);
    font-weight: 700;
}

input::placeholder {
    color: var(--placehold);
}


textarea::placeholder {
    color: var(--textPlacehold);
}


select:invalid {
    color: red;
    /* Vagy piros, ha azt szeretnéd jelezni, hogy hibás */
}


#gdprLabel a {
    color: unset;
    text-decoration: none !important;
}



#footerItems {
    display: flex;
    justify-content: space-between;
    padding-top: 64px;
}

footer {
    background-color: rgb(44, 44, 44);
    text-decoration: none !important;
    color: white !important;
}

footer a {
    text-decoration: none !important;
    color: white !important;
}



#gdprMain {
    background-color: rgb(232, 232, 232);
    padding-top: 20vh;
    padding-bottom: 20vh;
}




/*_------------coookie----------------*/


.cookie-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 9997;
    display: none;
}

.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: min(900px, calc(100% - 24px));
    background: #fff;
    color: #111;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    padding: 18px;
    z-index: 9998;
    display: none;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.cookie-banner h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
}

.cookie-banner p {
    margin: 0 0 12px 0;
    line-height: 1.45;
}

.cookie-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.cookie-box {
    flex: 1 1 240px;
    background: #f6f7f9;
    padding: 12px;
    border-radius: 12px;
}

.cookie-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.btn {
    cursor: pointer;
    border: 0;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 600;
}

.btn-primary {
    background: #111;
    color: #fff;
}

.btn-outline {
    background: #fff;
    color: #111;
    border: 2px solid #111;
}

.cookie-manage {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 9996;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.cookie-list {
    display: grid;
    grid-template-columns: 1fr 160px;
    gap: 8px;
    align-items: center;
}

.cookie-toggle {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.cookie-toggle input {
    width: 18px;
    height: 18px;
}

.cookie-small {
    font-size: 12px;
    color: #555;
    margin-top: 4px;
}

@media (max-width: 640px) {
    .cookie-list {
        grid-template-columns: 1fr;
    }

    .cookie-toggle {
        justify-content: flex-start;
    }
}



/*-------------media------------------------*/


@media screen and (max-width: 1280px) {
    #heroTexts h1 {
        font-size: 64px !important;
    }

    #contact {
        min-height: 70vh;
        padding-top: 20vh;
        padding-bottom: 20vh;
        min-height: 100vh;
        background-repeat: no-repeat;
        /* background: #148551;
    background: radial-gradient(circle, #116651 0%, var(--greenbase) 100%); */
        background-color: black;
        background-image: url("./assets/cncn.jpg");
        background-size: 100%;
        background-position-y: 80px;
    }

    #heroBackground img {
        transform: translateX(-10%);
        width: 120%;
    }
}


@media screen and (max-width: 991px) {
    #heroContainerWrapper {
        width: 100%;
        transform: translateY(-384px);
    }

    #heroBackground img {
        width: 150%;
        transform: translateX(-20%);
    }

    #heroContainer {
        padding-top: 0vh;
    }

    #navigation {
        background: #1192d8;
        min-height: unset;

    }

    #phoneNum {
        position: fixed;
        z-index: 70000;
        color: white;
        font-size: 20px;
        right: 0;
        font-weight: 700;
        margin-top: 2px;
        padding: 0.5rem;
        background-color: rgba(33, 33, 33, 0.0);
        border-radius: 8px;
        transform: translateX(-1rem)
    }

    #logo {
        transform: translate(12.5rem, -4px);
        right: 0;
        display: none;
    }

    #logo img {
        width: 20%;
    }


    .mobileReverse {
        flex-direction: column-reverse;
    }

    #heroTexts {
        width: 100%;
    }

    #heroTexts h1 {
        font-size: 7.8vw !important;
        text-align: left;
        line-height: 4.25rem;
    }

    #heroTexts h2 {
        font-size: 7.1vw !important;
    }

    #heroTexts h3 {
        font-size: 6.5vw !important;
        /* text-shadow: 1px 1px 20px white; */

    }

    #secondSection h3 {
        padding-top: 64px;
    }

    .thirdTitles {
        font-size: 20px;
    }

    #thirdBottomRow {
        display: flex;
        justify-content: space-between;
    }

    #probSection h2 {
        width: 100%;
        border-image: linear-gradient(to right, #1192d8 0%, #1192d8 20%, rgba(255, 255, 255, 0) 20.1%) 1;
    }

    #probSection {
        min-height: unset;
        padding-top: 12vh;
        margin-top: 12vh;
        border-top: none;
    }

    #thirdLogo {
        transform: translate(-80px, -20px);
    }

    .blogBoxes img {
        padding-top: 15%;
        width: 100%;
    }

    #aboutImage {
        align-content: flex-end;
    }

    .formRow {
        flex-direction: column-reverse;
    }

    .contactRow {
        margin-top: 64px;
    }

    #contact {
        background-position-y: 110px;
    }

}



@media screen and (max-width: 576px) {
    #hero {
        padding-bottom: 64px;
    }


    #navigation {
        background: #1192d8;
        min-height: unset;

    }

    #phoneNum {
        position: fixed;
        z-index: 70000;
        color: white;
        font-size: 20px;
        right: 0;
        font-weight: 700;
        margin-top: 2px;
        padding: 0.5rem;
        background-color: rgba(33, 33, 33, 0.0);
        border-radius: 8px;
        transform: translateX(-1rem)
    }

    #logo {
        transform: translate(12.5rem, -4px);
        right: 0;
        display: none;
    }

    #logo img {
        width: 20%;
    }

    #heroContainerWrapper {
        position: relative;
        width: 100%;
        transform: translateY(8px);
    }

    #heroBackground img {
        width: 150%;
        transform: translate(-30%, 56px);
    }

    #heroContainer {
        padding-top: 0vh;
    }

    #lightning img {
        width: 70%;
        opacity: 90%;
        transform: translate(-40px, -180px);
        z-index: 0;
    }

    #heroTexts {
        width: 100%;
        padding-left: 0px;
    }

    #heroTexts h1 {
        font-size: 8.5vw !important;
        line-height: 2.25rem;
        text-align: left;
        text-shadow: none;
        color: white;
    }

    #heroTexts h2 {
        font-size: 5.5vw !important;
        text-shadow: none;
    }

    #heroTexts h3 {
        color: black !important;
        font-size: 6.2vw !important;
        text-shadow: none;
    }

    #heroTexts h4 {
        margin-top: 0.5rem;
        font-size: 4.6vw !important;
        width: 100%;
        text-shadow: none;
    }

    #heroTexts h3 span {
        color: white;
    }

    #probSection {
        padding-top: 0vh;
    }

    #secondSection h2,
    #secondSection h3 {
        font-size: 32px;
        width: 90%;
    }

    .secondCardsImages img {
        width: 50%;
        transform: translateY(-80px);
    }

    #thirdSection h2 {
        font-size: 28px;
        text-align: left;
        width: 100%;
        border-bottom: solid 12px;
        padding-bottom: 12px;
        border-image: linear-gradient(to right, #080808 24%, rgba(255, 255, 255, 0) 24.1%) 1;
    }

    .servicesCards {
        padding-bottom: 6rem;
    }

    #servicesSection h2 {
        border-bottom: none;
    }

    .servicesPara {
        font-size: 16px;
    }

    .aboutDescription {
        width: 100%;
    }

    .aboutRow img {
        margin-left: 20%;
    }

    .aboutDescription span {
        color: black;
        font-weight: 700;
        font-size: 1.5rem;
    }

    #quote {
        width: 100%;
        padding-left: unset;
    }

    #thirdLogo {
        position: relative;
        width: 75%;
        transform: translate(0, 0);
        margin-bottom: -62px;
        margin-top: -62px;
    }

    .thirdCards {
        margin-bottom: 96px;
        ;

    }

    #ctaButton {
        font-size: 24px !important;
        border: none !important;
        background-color: black;
    }


    .servicesRows {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }


    .inputWrapper {
        display: flex;
        flex-direction: column;
        justify-content: left;
        gap: 0rem;
        margin-bottom: 0px;
    }

    .formInputs {
        margin-bottom: 20px;
    }

    #gdprLabel {
        font-size: 16px;
    }

    #contactTitle {
        font-size: 40px;
        margin-bottom: 48px;
    }

    #contact {
        background-size: 160%;
    }

    .contactRow {
        flex-direction: column;
        border-bottom: solid 2px var(--greenbase);
        padding-bottom: 24px;
    }

    #about h2 {
        width: 100%;
        text-align: left;
        border-image: linear-gradient(to right, #1192d8 0%, #1192d8 20%, rgba(255, 255, 255, 0) 20.1%) 1;
    }

    .contacts {
        margin-bottom: 12px;
        margin-top: 12px;
        text-align: left;
    }

    .contactRow {
        margin-bottom: 32px;
    }

    #rules {
        font-size: 16px;
    }

    .galleryWrapper {
        columns: 150px;
    }

    #formButton {
        background-color: var(--greenbase);
    }


}