@font-face {
    font-family: "Hikasami-Regular";
    src: url("/fonts/hikasami/Hikasami-Regular.woff");
}

@font-face {
    font-family: "Hikasami-Semibold";
    src: url("/fonts/hikasami/Hikasami-SemiBold.woff");
}

@font-face {
    font-family: "Hikasami-Bold";
    src: url("/fonts/hikasami/Hikasami-Bold.woff");
}

@font-face {
    font-family: "Golos-Regular";
    src: url("/fonts/golos/GolosText-Regular.ttf");
}

@font-face {
    font-family: "Golos-Medium";
    src: url("/fonts/golos/GolosText-Medium.ttf");
}

section,
header,
footer {
    padding: 0 15px;
}

h1 {
    font-family: "Hikasami-Regular";
    font-weight: 500;
    line-height: 82px;
    letter-spacing: -0.01em;
    text-align: left;
}

h2 {
    font-family: "Golos-Regular";
    font-size: 70px;
    font-weight: 500;
    text-align: left;
}

h4 {
    font-family: "Golos-Medium";
    font-size: 150px;
    font-weight: 500;
    text-align: left;
}

h5 {
    font-family: "Hikasami-Bold";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}

p {
    font-family: "Hikasami-Regular";
}

a,
button,
label {
    font-family: "Hikasami-Semibold";
}

.small {
    font-family: "Hikasami-Regular";
}


@media (max-width: 768px) {
    h1 {
        line-height: 50px;
    }

    h2 {
        font-size: 23px;
    }

    h4 {
        font-size: 60px;
    }

    h5{
        font-size: 20px !important;
    }

    p {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 32px !important;
    }

    h4 {
        font-size: 90px;
    }

    p {
        margin: 13px 0;
    }
}

@media (max-width: 1200px) {
    h4 {
        font-size: 120px;
    }

    .row > * {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 1400px) {
    h2 {
        font-size: 50px;
    }

    p {
        font-size: 15px;
    }
}

@media (min-width: 575.98px) {
    section,
    header,
    footer {
        padding: 0 calc(50% - 270px);
    }
}

@media (min-width: 767.98px) {
    section,
    header,
    footer {
        padding: 0 calc(50% - 360px);
    }
}

@media (min-width: 991.98px) {
    section,
    header,
    footer {
        padding: 0 calc(50% - 480px);
    }
}

@media (min-width: 1199.98px) {
    section,
    header,
    footer {
        padding: 0 calc(50% - 590px);
    }
}

.blazored-typeahead.valid.modified {
    outline: none !important;
    border: 1px solid #1fa2f1 !important;
}

.form-control:focus {
    border-color: #1fa2f1;
    box-shadow: 0 0 0 .2rem rgba(31, 162, 241, 0.25);
}

.form-error-message {
    color: red;
    font-family: "Hikasami-Regular";
    font-size: 12px;
    margin-top: 2px;
    text-align: center;
    min-height: 16px;
}

.blazored-typeahead__input, .blazored-typeahead__input-mask, .blazored-typeahead__clear  {
    background-color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: .375rem .75rem;
    line-height: 1.5;
}

.blazored-typeahead.valid.modified {
    border-color: #dfe2e6 !important;
}

.blazored-typeahead {
    border-color: #dfe2e6;
}

.blazored-typeahead {
    border-color: #dfe2e6;
}

