body {
    font-family: 'Poppins';
    color: #252525;
}

section {
    padding: 5rem 0;
}

.section--margined {
    padding: unset;
    margin: 5rem 0;
}


h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 86.4px;
}

h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 2rem;
}

h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

p {
    margin-bottom: 0;
    margin-top: 2rem;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

a {
    color: var(--accent);
}

.container {
    width: 78.125%;
    max-width: 1500px;
}

.custom-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.register-button {
    position: relative;
    text-transform: uppercase;
    width: 100%;
    margin: 1px;
    padding: 1rem 1.5rem;
    color: white;
    background: linear-gradient(to left, var(--primary-linear-gradient));
    text-decoration: none;
    border-radius: 0;
    border: none;
    overflow: hidden;
    z-index: 1;
    transition: background 0.3s ease-in-out;
}

.register-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--primary-linear-gradient));
    z-index: -1;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.register-button:hover::before,
.register-button:active::before,
.register-button:focus-visible::before {
    opacity: 1;
}

.register-button:hover {
    background: none;
}


@keyframes gradient-animation {
    0% {
        background: linear-gradient(to left, var(--accent), var(--primary-color--dark));
    }

    100% {
        background: linear-gradient(to right, var(--accent), var(--primary-color--dark));
    }
}

.cta-button {
    color: white;
    background: var(--secondary-color);
    text-decoration: unset;
    text-transform: uppercase;
    border-radius: 0;
    transition: background-color 0.3s;
    border: unset;
}

.cta-button:hover,
.cta-button:active,
.cta-button:focus-visible {
    background: linear-gradient(to right, var(--secondary-linear-gradient));
    border: unset;
    cursor: pointer;
}

.cta-button--small {
    padding: 0.5rem 3rem;
}

.cta-button--calculator {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    box-sizing: border-box;
    padding: 0.5rem 3rem;
    background: white;
    transition: background 0.3s;
}

.cta-button--calculator:hover {
    border: 1px solid white;
    background: var(--primary-color);
    ;
    color: white;
    padding: 0.5rem 3rem;
    cursor: pointer;
}

.cta-button--medium {
    padding: 1rem 3rem;
    font-size: 24px;
}

.cta-button--large {
    padding: 1rem 1.5rem;
    font-size: 24px;
}

.heading-with-image {
    display: flex;
    align-items: center;
}

.navbar {
    z-index: 20;
    box-shadow: 0 0px 20px #00000025;
    font-size: 20px;

}

.navbar img {
    height: 60px;
    max-width: 240px;
}

.navbar h4 {
    color: var(--primary-color);
}

.hero-section {
    position: relative;
    height: 40rem;
    display: flex;
    align-items: center;
}

.hero-section h1,
.hero-section h2 {
    color: var(--primary-color);
}

.vertical-line {
    border-left: 20px solid var(--secondary-color);
    padding-left: 32px;
}

.mouse-icon {
    position: absolute;
    bottom: 32px;
    width: 100%;
    text-align: center;
}

.blurred-background::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(5px);
}

.box-highlight {
    margin: 3rem 0;
    padding: 3rem;
    background-color: #f1f1f1;
    width: 100%;
    position: relative;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s;
    box-shadow: none;
    z-index: 0;
}

.box-highlight__lightbuld {
    position: relative;
}

.lightbulb-icon {
    position: absolute;
    top: 45%;
    right: 0%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

.box-highlight--hover-animation:hover .lightbulb-icon {
    transform: translate(-50%, -50%) rotate(10deg) scale(1.1);
}

.box-highlight--hover-animation:hover {
    background-color: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.20);
}

.box-highlight p {
    margin-top: 2rem;
    margin-bottom: 0;
}

.box-highlight h4 {
    margin-bottom: 0;
}

.box-highlight .heading-with-image img {
    margin-right: 1rem;
}

.text-highlight {
    font-size: 18px;
    font-weight: 900;
}

.text-highlight--secondary {
    color: var(--secondary-color);
}

.text-highlight--primary {
    color: var(--primary-color);
}

.text-highlight--primary-light {
    color: var(--accent);
}

.bulletpoints-section {
    color: white;
    padding: 5rem 0 4rem 0;
}

.bulletpoints-section p {
    margin: 1rem 0;
}

.bulletpoints-section .col-12 {
    position: relative;
    z-index: 1;
}

.bulletpoints-section .col-12:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50vw;
    right: -50vw;
    height: 100%;
    background-color: #f0f0f02e;
    z-index: -1;
}

.bulletpoints-section h1 {
    margin-bottom: 2rem;
}

.bulletpoints-section h3 {
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.info-box-section {
    padding: 0 0 2rem 0;
    margin-bottom: 2rem;
}

.info-box-section p {
    margin-top: 0;
}

.info-box__image-container {
    padding: 0;
}

.info-box__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-box__text {
    background-color: var(--light-grey);
    padding: 4rem 10rem 4rem 4rem;
}

.info-box-section .heading-with-image img {
    height: 5.625rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.calculator-section {
    color: white;
    padding: 8rem 0;
}

.calculator-section h1 {
    font-size: 76px;
    text-transform: uppercase;
    margin-bottom: 5rem;
}

.calculator-section h3 {
    font-size: 64px;
    line-height: 54px;
}

.calculator-section h2 {
    font-size: 36px;
    margin-bottom: 2rem;
    line-height: 38px;
}

.input-with-currency {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 24px;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
}

.currency-input {
    padding: 1rem 1.5rem;
    border: none;
    width: 100%;
    background-color: white;
    outline: none;
}

.currency-addon {
    background-color: #f0f0f0;
    padding: 1rem 1.5rem;
    color: #555;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
}


.form-control {
    font-size: 20px;
    padding: 1rem;
    position: relative;
    border-radius: 0;
    background: #F5F5F5;
    border: unset;
    padding-right: 40px;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.form-control-error {
    background: #FFCCCC;
}

.alert-box {
    padding: 15px;
    border-radius: 5px;
    max-width: 600px;
    margin: 0 auto;
}

.alert {
    padding: 10px;
    border-radius: 5px;
    list-style-type: none;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #FFCCCC;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.form-control:hover {}

.form-control-wrapper {
    position: relative;
    width: 100%;
}

.form-control-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--accent);
    transition: width 0.3s;
}

.form-control-wrapper:hover::after {
    width: 8px;
}

.form-control::placeholder {
    color: #BFBFBF;
}

.form-layout .fas {
    color: gray;
}

.form-layout {
    margin: 0.5rem 4rem;
    color: #BFBFBF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-agreement {
    margin-top: 1rem;
    font-size: 20px;
}

.form-agreement-link {
    color: #BFBFBF;
}

.form-agreement-link:hover {
    color: var(--accent);
}

.form-layout-register {
    margin-top: 1.5rem;
}

.form-section {
    position: relative;
}

.scale-animation-container .scale-animation-container__image {
    scale: 1;
    transform: rotate(0deg);
    transition: scale 0.3s, transform 0.3s;
    width: 100%;
    height: 100%;
}

.scale-animation-container:hover .scale-animation-container__image {
    scale: 1.1;
    transform: rotate(6deg);
}

.line-image-container {
    position: unset;
}

.line-image-container .line-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 41.66666667%;
    height: 100%;
    z-index: -1;
}


.opening-section__image-container {
    height: 100%;
    position: relative;
}

.opening-section__image {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;

}

.opening-section__crop-image {
    position: absolute;
    left: -3px;
    height: 100.5%;
    width: auto;
    z-index: 0;
}

.form-section__image-container img {
    position: absolute;
    top: 50px;
    right: 0;
    width: 33.33333333%;
    max-width: 40rem;
    z-index: -1;
    height: 100%;
    object-fit: contain;
}

.form-section .icon {
    max-width: 2rem;
    width: fit-content;
}

.form-section h2 {
    font-size: 36px;
    margin-bottom: 2rem;
    line-height: 54px;
}

.footer-section__follow-us-icons {
    font-size: 3em;
}

.footer-section {
    color: white;
}

.footer-section__partners-container {
    filter: contrast(0.5);
    display: flex;
    justify-content: center;
    margin-bottom: 3em;
    margin-top: 3em;
}

.footer-section__partners-container img {
    height: 64px;
    padding: 0 1em;
}

.footer-section__content-container {
    padding-top: 3rem;
    background-color: var(--accent);
}

.footer-section__content-container .hugo_footer {
    height: 460px;
    position: absolute;
    bottom: 0;
}

.footer-section__content-container h5 {
    margin-bottom: 1.8em;
    font-weight: 700;
}

.footer-section__content-container .nowrap {
    white-space: nowrap;
}

.footer-section__content-container p {
    margin-bottom: 0.8em;
    margin-top: 0;
    font-size: 16px;
}

.footer-section__content-container a {
    color: white;
    text-decoration: none;
}

.footer-section__content-container a:hover {
    text-decoration: underline;
}

.footer-section__copyright-container {
    background: var(--accent);
    padding: 1.8rem;
    box-shadow: 0px 0px 25px #00000025;
}

.footer-section__copyright-container a {
    color: white;
}

.cookie-consent-buttons {
    display: flex;
}

.cookie-consent-buttons button {
    width: 50%;
}

#cookie-consent-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#cookie-consent-bar {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 500px;
    background-color: #ffffff;
    padding: 20px;
    text-align: left;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

#cookie-consent-bar p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333333;
}

#cookie-consent-bar button {
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#accept-cookies {
    background-color: var(--secondary-color);
    color: #ffffff;
}

#decline-cookies {
    background-color: var(--secondary-color);
    color: #ffffff;
}

#cookie-consent-bar button:hover {
    opacity: 0.9;
}

#cookie-consent-bar a {
    color: var(--primary-color--light);
}
#reset-button {
    background: var(--accent);
    border: solid 1px var(--accent);
}

.calculator-href {
    color: var(--primary-text-color);
}

@media (min-width: 1920px) {
    .info-box__image {
        max-height: 630px;
    }
}

@media (max-width: 1600px) {
    .footer-section__content-container .hugo_footer {
        height: 360px;
    }
}

@media (max-width: 1300px) {

    .calculator-section h1 {
        font-size: 64px;
    }

    .calculator-section h2 {
        font-size: 28px;
    }

    .calculator-section h3 {
        font-size: 54px;
    }
}


@media (min-width: 1100px) and (max-width: 1300px) {
    .container {
        width: 88.125%;
    }

    .custom-container {
        width: 88.125%;
    }
}

@media (max-width: 1199px) {
    .info-box__text {
        padding: 3rem calc(var(--bs-gutter-x) * 0.5) 0;
        background-color: white;
    }

    .opening-section__crop-image {
        left: -27px;
    }

    .footer-section__content-container {
        padding-bottom: 3em;
    }

    .info-box__image-container {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
    }

    .form-layout {
        margin: 0.5rem 0;
    }

    h1 {
        font-size: 56px;
        line-height: 76px;
    }

    h2 {
        font-size: 32px;
        line-height: 48px;
    }

    h3 {
        font-size: 36px;
        line-height: 32px;
    }

    h4 {
        font-size: 22px;
        line-height: 34px;
    }

    p {
        font-size: 18px;
        line-height: 34px;
    }
}

@media (max-width: 1100px) {
    .container {
        width: 88.125%;
    }

    .custom-container {
        width: 88.125%;
    }
}

/* For small devices (SM) - phones */
@media (max-width: 991px) {
    .opening-section__image-container {
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
    }

    .opening-section__crop-image {
        position: absolute;
        top: -3px;
        left: 0px;
        height: auto;
        width: 100%;
    }

    .line-image-container {
        position: relative;
        width: 100%;
        margin: auto;
        margin-bottom: 3rem;
    }

    .scale-animation-container .scale-animation-container__image {
        width: 100%;
    }

    .line-image-container .line-image {
        width: 100%;
    }

    .box-highlight {
        position: relative;
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
    }

    .opening-section__image {
        position: relative;
        max-height: 845px;
    }

    .calculator-section__interaction {
        margin-top: 5rem;
    }

    .calculator-section__interaction br {
        display: none;
    }

    .form-section__image-container {
        display: flex;
        justify-content: center;
    }

    .form-section__image-container img {
        position: relative;
        width: 100%;
    }

    .custom-container {
        width: 88.125%;
    }

    .info-box__image {
        max-height: 630px;
    }

    h1 {
        font-size: 48px;
        line-height: 68px;
    }

    h2 {
        font-size: 28px;
        line-height: 44px;
    }

    h3 {
        font-size: 32px;
        line-height: 30px;
    }

    h4 {
        font-size: 20px;
        line-height: 32px;
    }

    p {
        font-size: 18px;
        line-height: 32px;
    }
}

/* For extra small devices (XS) - small phones */
@media (max-width: 767px) {
    #cookie-consent-bar {
        right: 0;
        margin-right: 16px;
        margin-left: 16px;
    }
    .navbar {
        font-size: 18px;
    }

    .navbar img {
        height: 57px;
    }

    .calculator-section h1 {
        font-size: 54px;
    }

    h1 {
        font-size: 40px;
        line-height: 58px;
    }

    h2 {
        font-size: 24px;
        line-height: 40px;
    }

    h3 {
        font-size: 28px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        line-height: 30px;
    }

    p {
        font-size: 16px;
        line-height: 30px;
    }

    .footer-section {
        text-align: center;
    }

    .footer-section__follow-us-icons {
        padding-bottom: 1rem;
    }
}

@media (max-width: 575px) {
    .cta-button--medium {
        font-size: 20px;
    }

    h1 br {
        display: none;
    }

    h2 br {
        display: none;
    }

    h1 {
        font-size: 36px !important;
    }

    h2 {
        font-size: 26px !important;
    }
}
