html {
    scroll-behavior: smooth;

}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    height: 100vh;
    width: 100%;

    overflow-x: hidden;

    font-family: 'Montserrat';

    font-weight: 200;
    color: rgb(77, 75, 75);
    scroll-behavior: smooth;

}


footer a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.d_none {
    display: none !important;
}

nav a {
    color: black;
    text-decoration: none;
    font-size: 20px;
}


a {
    text-decoration: none;
    color: black;

}

a:active {
    transform: scale(0.95);
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 24px;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}


button {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 60px;
    padding: 8px 16px;
    border-radius: 6px;

    background-color: var(--main-color);

    border: none;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out !important;


}

button img {
    width: 30px;
}

button span {
    font-size: 16px;
    font-weight: 300;
}

button:active {
    transform: scale(0.95);
}

button:hover {
    background-color: white;
    color: var(--main-color);
    border: solid 1px;
}


input {
    width: calc(100%);
    height: 40px;
    border-radius: 4px;
    border-width: 1px;
    box-shadow: unset;
    font-size: 16px;
    box-sizing: border-box;
    border-style: solid;
    padding-left: 12px;
    font-family: "Montserrat";
    font-weight: 300;
}

input:focus {
    outline: none;

    box-shadow: none;
}


input:hover {
    border-color: var(--secondary-color);
}

input:active {
    border-color: var(--secondary-color);
}

textarea {

    width: 100%;

    height: 200px;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    padding: 12px;

}


textarea:hover {
    border-color: #0c7b26;
}


.space {

    letter-spacing: 0.3em;
}




/*rgb(54,100,118)
#366476*/

.dividing-line-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.dividing-line {
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
}

.offerbutton-container {
    width: 100%;
}

.offerbutton-container {
    width: calc(100% - 112px);
    max-width: 1440px;
    margin-block: 50px;
}

.offerbutton {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    width: 100%;

}

.offerbutton h2 {
    font-weight: 300;
}

:root {


    --main-color: #04729F;
    --secondary-color: #04729f;

    --logo-color: #a80202;
    /* --main-color: #305985; */
    /* --secondary-color: #305985; */

    /* --main-color: #294c72; */
    /* --secondary-color: #294c72; */

    --border-color: rgba(128, 128, 128, 0.317);
    --header-black: rgba(0, 0, 0, 0.821);
}

@media(max-height: 450px) {
    body {
        height: unset;
        min-height: 100vh;
    }
}



@media(max-width: 550px) {
    h3 {
        font-size: 20px !important;
    }
}

@font-face {
    font-display: swap;
    font-family: 'Nunito';
    src: url('/fonts/Nunito/Nunito-VariableFont_wght.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat/Montserrat-VariableFont_wght.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-VariableFont.ttf');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    src: url('/fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf');
}