/*222E60*/

@font-face {
    font-family: "Quicksand";
    font-display: swap;
    src: url(../fonts/Quicksand/Quicksand-VariableFont_wght.ttf) format("truetype");
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url(../fonts/Inter/Inter-VariableFont_slnt,wght.ttf) format("truetype");
}

@font-face {
    font-family: "Oswald";
    font-display: swap;
    src: url(../fonts/Oswald/Oswald-VariableFont_wght.ttf) format("truetype");
}


:root {
    --custom-blue: #1b3556;
    --custom-lightblue: #3a71ba;
    --custom-cream: #cfb193;
}

/* custom checkbox */
.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
    width: calc(100% - 30px);
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 25px;
    height: 25px;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--custom-blue);
    background-color: #fff;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input:checked ~ span {
    background-color: var(--custom-blue);
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked ~ span::after {
    display: block;
}
/* end of custom checkbox */

/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

button.nav-link::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    color: var(--custom-blue);
    margin: 0 !important;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--custom-lightblue);
}
/* end of navbar */

/* static content */
.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4,
.static-content h5,
.static-content h6 {
    font-family: "Inter";
    font-weight: 700;
    color: #4E8134;
}

.static-content ul {
    columns: 1;
    padding: 0;
}

.static-content li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 45px;
    display: inline-block;
}

.static-content li::before {
    content: "";
    background-color: var(--custom-blue);
    border-radius: 5px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 0;
}
/* end of static content */

/* base stuff */
form label a,
form label a:hover {
    text-decoration: underline;
}

.base_container {
    min-height: 450px;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

.navbar-nav .nav-item:nth-child(2) .nav-link {
    border: 1px solid #4E8134;
    border-radius: 8px;
    background-color: #4E8134;
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

form small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover *{
    text-decoration: none !important;
    color: currentColor;
}
/* end of base stuff*/

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}
/* end of popup */

.navbar-nav .active-link {
    color: #05b2ff;
}

.top-header-fluid {
    background-color: #403C3D;
}

.top-contacts-row {
    min-height: 49px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}

.top-contacts-row a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-left: 25px;
    color: #fff;
    font-family: "Quicksand";
    font-size: 20px;
    font-weight: 500;
}

.top-contacts-row svg {
    margin-right: 15px;
}

header {
    padding-top: 1em;
    padding-bottom: 1em;
}

.nav-link {
    font-family: "Quicksand";
    font-size: 24px;
    font-weight: 400;
    color: #1E1E1E;
    margin-left: 35px;
}

footer {
    background-color: #403C3D;
    padding-top: 3em;
    padding-bottom: .5em;
}

.footer-title {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
}

.footer-link {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    width: fit-content;
    margin-bottom: 15px;
}

footer .top-contacts-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

footer .top-contacts-row a {
    margin-left: 0px;
    margin-bottom: 15px;
}

.text-desktop-right {
    display: flex;
    justify-content: flex-end;
}

.copyright {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.hero-fluid {
    background-image: url("../images/hero.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}

.hero-fluid:not(.subheader) {
    height: 772px;
}

.hero-fluid::before {
    content: "";
    display: flex;
    height: 100%; width: 100%;
    left: 0px; right: 0px; top: 0px; bottom: 0px;
    background-color: #00000066;
    position: absolute;
}

.hero-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 772px;
    width: 94%;
}

.hero-title {
    color: #fff;
    font-family: "Oswald";
    font-size: 40px;
    font-weight: 700;
}

.hero-title:not(.bigger-title) {
    padding-right: 3em;
}

.hero-title span {
    color: #EA4740;
}

.bigger-title {
    font-size: 70px;
    margin-bottom: 1em;
}

.hero-content-text {
    font-family: "Quicksand";
    font-size: 24px;
    font-weight: 400;
    color: #F8F4F0;
    padding-top: 1em;
    padding-bottom: 1.5em;
}

.hero-btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    row-gap: 1em;
    margin-top: 1.5em;
}

.hero-btn .blue-btn {
    margin-right: 25px;
}

.standard-btn {
    display: flex;
    border-radius: 0px;
    border: 1px solid transparent;
    height: 62px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    min-width: 289px;
    font-family: "Quicksand";
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
}

.standard-btn.blue-btn {
    background-color: #4E8134;
}

.standard-btn.orange-btn {
    background-color: #EA4740;
    color: #fff;
}

.about-us-fluid {
    padding-top: 6em;
    padding-bottom: 6em;
}

.small-title {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    color: #EA4740;
}

.standard-title {
    font-family: "Inter";
    font-size: 34px;
    font-weight: 700;
    color: #797979;
}

.static-content {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 300;
    color: #000;
}

.about-us-fluid .static-content {
    padding-top: 1em;
    padding-bottom: 2.5em;
}

.extra-rightp {
    padding-right: 3em;
}

.signup-fluid {
    background-image: url("../images/signup_green.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.signup-fluid .row {
    height: auto !important;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    align-items: center;
}

.signup-fluid .row .standard-title{
    color: #fff;
    font-family: "Inter";
    font-size: 40px;
    font-weight: 900;
    padding-right: 4em;
}


.small-btn {
    color: #fff;
    font-family: "Inter";
    font-size: 20px;
    text-decoration: underline;
    display: flex;
    width: fit-content;
    margin-top: 10px;
}

.signup-fluid .row .btn {
    width: fit-content;
}

.gyik-fluid {
    padding-top: 6em;
    padding-bottom: 6em;
}

.one-gyik-row {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    border-top: 1px solid #1E1E1E;
    margin-top: 3em;
    padding-top: 1.5em;
}

.gyik-title {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    font-family: "Inter";
    font-size: 24px;
    font-weight: 700;
    color: #1E1E1E;
}

.gyik-title span {
    font-weight: 900;
    color: #EA4740;
    margin-right: 30px;
}

.gyik-content {
    width: 100%;
    padding-left: 60px;
    font-family: "Inter";
    font-size: 24px;
    padding-top: 1em;
    font-weight: 400;
    color: #1E1E1E;
}

.referenciak-fluid {
    background-color: #222E60;
    padding-top: 5em;
    padding-bottom: 5em;
}

.splide__arrows {
    position: relative;
    padding-top: 20px;
    z-index: 1000;
}

.splide__arrows svg {
    fill: #fff;
}

.splide__arrow--prev {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    top: 90px;
}

.splide__arrow--next {
    position: absolute;
    right: 0px;
    cursor: pointer;
    background-color: transparent;
    border: 0px;
    top: 90px;
}

.jelentkezem-fluid .small-title {
    color: #797979;
    font-size: 35px;
}

.jelentkezem-fluid {
    padding-top: 6em;
    padding-bottom: 6em;
}

.jelentkezem-fluid .standard-title {
    color: #EA4740;
}

#contact_form_content_page {
    padding-top: 5em;
}

.cw-control {
    background-color: #F4F4F4;
    border-radius: 0px;
    border: 0px;
    border-bottom: 5px solid #EA4740;
    min-height: 68px;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.04em;
    color: #696969;
    padding-left: 30px;
}

.static-content a {
    text-decoration: none;
    font-weight: 700;
    color: #000;
}

.form-group {
    margin-bottom: 25px;
}

.home-contact-fluid {
    background-color: #222E60;
    padding-top: 6em;
    padding-bottom: 6em;
}

.home-contact-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 2em;
}

.home-contact-details a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-right: 45px;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}

.home-contact-details a > div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.home-contact-details a > div span {
    font-weight: 600;
}

.home-contact-details a span.white-circle {
    display: flex;
    height: 58px;
    width: 58px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: #F4F4F4;
    border: .5px solid #C8C8C8;
    border-radius: 50%;
    margin-right: 15px;
    aspect-ratio: 1;
}

.subheader .hero-content {
    height: 365px;
    width: 100%;
}

.subheader.nonned {
    display: none;
}

.subheader {
    margin-bottom: 4em;
}

.base_container {
    margin-bottom: 5em;
}

.form-title {
    font-family: "Inter";
    font-size: 32px;
    font-weight: 900;
    line-height: 38.73px;
    text-align: center;
    color: #EA4740;
}

.contact-page-fluid {
    padding-top: 6em;
    padding-bottom: 6em;
    position: relative;
}

.contact-page-fluid::after {
    display: flex;
    content: "";
    background-color: #4E8134;
    width: calc(50% + 5em);
    height: 100%;
    position: absolute;
    left: 0px; top: 0px; bottom: 0px;
}

.contact-page-fluid .row {
    position: relative;
    z-index: 10;
}

.extra-leftp {
    padding-left: 8em;
}

.contact-page-fluid .standard-title {
    padding-top: .5em;
}

.contact-page-fluid .home-contact-details {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.contact-page-fluid .home-contact-details a {
    margin-bottom: 2em;
}

.top-contacts-row a:hover,
.top-contacts-row a:focus {
    color: #EA4740;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active-link {
    color: #EA4740;
}

.standard-btn.blue-btn:hover,
.standard-btn.blue-btn:focus {
    border: 1px solid #4E8134;
    background-color: #fff;
    color: #4E8134;
}

.standard-btn.orange-btn:hover,
.standard-btn.orange-btn:focus {
    border: 1px solid #EA4740;
    background-color: #fff;
    color: #EA4740;
}

.footer-link:hover,
.footer-link:focus {
    color: #EA4740;
}

.blog-padding {
    padding-top: 3em;
    padding-bottom: 3em;
}

/* * */
.pagination {
    margin-top: 2em;
}

.pagination .page-link[aria-label=Previous],
.pagination .page-link[aria-label=Next] {
    color: #fff;
    background-color: #4E8134;
}

.pagination .page-link {
    transition: .2s;
    font-size: 14pt;
    color: #fff;
    background-color: #4E8134;
    border: none;
    border-radius: 0 !important;
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background-color:  #EA4740 !important;
    color: #fff;
    border: none;
}

.pagination .page-item {
    margin-left: 10px;
    margin-right: 10px;
}
/* * */

.blog-list {
    row-gap: 1em;
}

.blog-item {
    overflow: hidden;
    margin-bottom: 2em;
    width: 100%;
    border: 1px solid #bcbbbb;
    border-bottom: 5px solid #EA4740;
    font-family: "Inter";
}

.blog-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog-item .text-part {
    padding: 1em;
    background-color: #F4F4F4;
}

.blog-item .text-part .title-line {
    color: #4E8134;
    font-size: 23px;
    margin-top: 0.3em;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
    display: flex;
    font-weight: 700;
}

.blog-item .text-part .description {
    font-size: 16px;
    margin-top: 0.4em;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
}

.blog-item .text-part .link-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-top: 1em;
}

.blog-item .text-part .link-date a {
    color: #EA4740;
}

.blog-item .text-part .link-date a svg {
    fill: #EA4740;
}

/*fileinput*/
.file-input-container {
    border: 2px dashed #ccc;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
}
.file-input-container.dragover {
    border-color: #000;
    background-color: #f0f0f0;
}
.uploadedFile,
.file-preview {
    display: flex;
    align-items: center;
    margin: 10px 0;
    position: relative;
    width: max-content;
}
.uploadedFile img,
.file-preview img {
    max-width: 100px;
    margin-right: 10px;
}
.deleteUploadedFile,
.delete-btn {
    margin-left: auto;
    cursor: pointer;
    color: red;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #bebebe;
    opacity: 95%;
}
.uploadedFileList,
.fileList {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.fileInput {
    display: none;
}

.uploaded-title {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 1em;
}
/*fileinput*/

.helper-images {
    margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}

.helper-images img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.container-fluid .container {
    padding-left: 0;
    padding-right: 0;
}

label {
    font-family: "Inter";
    font-weight: 700;
    font-size: 18px;
}

.heating .custom-checkbox p {
    font-size: 16px;
}

.review-author {
    font-family: "Inter";
    font-weight: 600;
}

.top-counter {
    flex-shrink: 0;
    color: #fff;
    font-family: "Quicksand";
    font-size: 18px;
    color: #EA4740;
}

.top-counter span {
    font-family: "Quicksand";
    font-size: 24px;
    font-weight: 600;
}
/*EOF*/