@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);

.btn-primary {
    background-color: #ffe500;
    border-color: #ffe500;
    color: #152d34
}

.btn-primary:hover {
    border-color: #ffe500
}

.btn-primary:hover,
.btn-secondary {
    background-color: #152d34;
    color: #ffe500
}

.btn-secondary:hover {
    background-color: rgba(21, 45, 52, .92)
}

.bfc-contact-form {
    padding: 3rem 0 4rem
}

.bfc-contact-form .bfc-contact-form-heading {
    margin-bottom: 4rem
}

@media(max-width:991.98px) {
    .bfc-contact-form .bfc-contact-form-heading {
        margin-bottom: 3rem
    }
}

.bfc-contact-form .bfc-contact-form-heading h3 {
    font-weight: 700;
    margin: 0;
    text-align: center
}

.bfc-contact-form .bfc-contact-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem
}

@media(max-width:991.98px) {
    .bfc-contact-form .bfc-contact-form-wrapper {
        gap: .5rem
    }
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-input-field-error-box {
    color: #d44e4e;
    font-size: 1.4rem;
    line-height: 1.8rem;
    opacity: 0;
    padding-top: .2rem;
    pointer-events: none;
    transition: opacity .3s ease
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-input-field .bfc-input-placeholder {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.7rem;
    padding-bottom: .5rem
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-input-field .bfc-input-default {
    border: .1rem solid #000;
    outline: 0;
    padding: 1.4rem 2rem;
    transition: border .3s ease;
    width: 100%
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-input-field .bfc-textarea-default {
    border: .1rem solid #000;
    margin-bottom: 1rem;
    min-height: 30.2rem;
    outline: 0;
    padding: 1.4rem 2rem;
    resize: vertical;
    transition: border .3s ease;
    width: 100%
}

@media(max-width:991.98px) {
    .bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-input-field .bfc-textarea-default {
        margin-bottom: 0
    }
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default {
    -webkit-touch-callout: none;
    color: #152d34;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-bottom: .2rem;
    padding-left: 5rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default:before {
    border: .1rem solid #152d34;
    content: "";
    height: 3rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    z-index: 1
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default:after {
    background-image: url(../images/checker-checkmark.svg);
    background-position: 50%;
    background-size: cover;
    content: "";
    height: 1.6rem;
    left: .5rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease;
    width: 2rem;
    z-index: 2
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-input {
    display: none
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-input:focus+.bfc-checker-default:after,
.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-input:hover+.bfc-checker-default:after {
    opacity: .5
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-input:checked+.bfc-checker-default:after {
    opacity: 1
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default a {
    font-weight: 400
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default a:focus,
.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field .bfc-checker-field .bfc-checker-default a:hover {
    text-decoration: underline
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field.error-validate .bfc-checker-default:before,
.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field.error-validate .bfc-input-default {
    border-color: #d44e4e
}

.bfc-contact-form .bfc-contact-form-wrapper .bfc-form-field.error-validate .bfc-input-field-error-box {
    opacity: 1
}

.bfc-contact-form .bfc-form-thankyou {
    background-color: #152d34;
    color: #ffe500;
    margin-top: 6rem
}

.bfc-contact-form .bfc-form-thankyou h3 {
    color: inherit;
    margin: 0;
    padding: 2.5rem;
    text-align: center
}

@media(max-width:991.98px) {
    .bfc-contact-form .bfc-form-thankyou h3 {
        font-size: 2.8rem;
        line-height: 3.5rem
    }
}