*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none !important;
}

::-moz-selection {
    background: blue;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: blue;
    color: #fff;
    text-shadow: none;
}

html,
body {
    font-size: 12px;
    line-height: 1.4;
    font-family: botera, sans-serif;
}

body {
    background: url(../images/body-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 100vh;
    color: #ffffff;
    font-size: 1.25rem;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}



a {
    color: blue;
    text-decoration: none;
}


a:focus,
a:hover,
a:active {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}


/* ==========================================================================
    Header
========================================================================== */

.site-header {
    background: url(../images/header-bg.svg) no-repeat center center;
    background-size: contain;
    height: 63vh;
    padding: 12rem 24rem;
}

.logo-wrap {
    display: inline-block;
}


/* ==========================================================================
	Body Content
========================================================================== */

.body-content {
    margin-top: -51vh;
    z-index: 1;
}

.body-content > .container {
    display: flex;
}

.body-content__left {
    text-transform: uppercase;
}

.body-content__left, .body-content__right {
    width: 50%;
}

.highlight-text {
    display: inline-block;
    border-radius: 0.5rem;
    padding: 1rem;
    border: 1px solid #d4af37;
}

.logo {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 3rem;
}

.logo {
    max-width: 13rem;
}

.logo__part2 {
    margin-left: 1rem;
    transform: scaleY(1.07);
    position: relative;
    top: -0.18rem;
}


.page-title {
    font-size: 4.375rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}

.body-content__left {
    font-size: 1.875rem;
    padding-top: 55vh;
    padding-right: 3rem;
}

.body-content__left h1 {
    font-size: 2.5rem;
    font-weight: normal;
}



/* ==========================================================================
	Form
========================================================================== */

.form {
    padding: 2rem;
    background-color: #353535;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0.625rem;
    font-family: Roboto, sans-serif;
}

.form-group {
    margin-bottom: 2rem;
    position: relative;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
}


.form__error {
    color: #fd2929;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.form-control {
    display: block;
    width: 100%;
    background: none;
    border: 0;
    outline: none;
    min-height: 3.4375rem;
    padding: 0.5rem 1rem;
    font-weight: normal;
    font-size: 1.25rem;
    background: #294D49;
    color: #fff;
    border-radius: 0.625rem;
}

.form-control:focus {
    background: #294d4985;
}

.form-group--text {
    font-size: 0.65rem;
    max-width: 23rem;
    margin-left: 8rem;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    background: #294D49 url(../images/arrow-down.svg) no-repeat center right 1.2rem;
    background-size: 0.9rem;
}


.form-group__birthday .form-control {
width: 6rem;
}

.form-group__birthday .form-label {
    margin-bottom: 0.2rem;
}


.form-group__birthday > div {
    margin: 0.4rem 1.5rem 0 0;
}

.form-group__birthday-divider {
    position: relative;
    top: 1.3rem;
    font-size: 2.5rem;
}

.form-control-file__icon {
    width: 4rem;
    display: block;
    margin: 0 auto 1rem;
}

.form-control-file .form__error {
    margin-bottom: -2rem;;
}


.form-group-2-columns {
    margin-left: -3rem;
    width: calc(100% + 6rem);
}

.form-group-2-columns .form-group {
width: 50%;
padding: 0 3rem;
}

.form-control-file {
    position: relative;
    height: 15rem;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.form-control-file:before {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 2px dashed #fff;
    transform: translate(-50%,-50%);
    border-radius: 0.625rem;
}

.form-control-file .form-control {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.form__btn {
    width: 100%;
    margin-top: 1rem;
}

.form-footer {
    font-size: 1.5rem;
    font-family: Roboto, sans-serif;
    margin: 4rem 0;
}

.uploaded-photo-preview {
    width: 7rem;
    height: 7rem;
    display: none;
}

.uploaded-photo-preview > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ==========================================================================
	Button
========================================================================== */

.btn {
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: #1a302e;
    background-color: #d4af37;
    padding: 0.89rem 4.2rem;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    border-radius: 0.625rem;
}

.btn-sm {
    font-size: 1rem;
    padding: 0.7rem 3rem;
}


/* ==========================================================================
    Modal
========================================================================== */

.modal, .fs-overlay {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: none;
}

.modal {
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    max-width: 30rem;
    max-height: 20rem;
    color: #000;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.modal__close {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
    color: #736f6f;
}

.form-success-modal {
    font-size: 2rem;
    font-weight: 700;
    font-family: Roboto;
    text-align: center;
}

.modal__text {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


.fs-overlay {
    background-color: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
}




/* ==========================================================================
	Reusable Generic Classes
========================================================================== */

.container {
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.text-center {
    text-align: center;
}

strong {
    font-weight: 700;
    font-size: 120%;
}

.fw-normal {
    font-weight: 400;
}

.mt-10 {
    margin-top: 0.625rem;
}

.mt-20 {
    margin-top: 1.25rem;
}

.mt-30 {
    margin-top: 1.875rem;
}

.p-0 {
    padding: 0 !important;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.d-block {
    display: block !important;;
}

.border-danger {
    border: 1px solid #fd2929 !important;
}

.w-100 {
    width: 100% !important;
}

.h-auto {
    height: auto !important;
}


/* ==========================================================================
	Media Queries
========================================================================== */

@media (max-width: 1400px) {
    .site-header {
        height: 40rem;
        padding: 12rem;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 800px;
    }
    .body-content {
        margin-top: 0;
    }
    .body-content__left {
        padding-top: 0;
    }
    .site-header {
        height: auto;
        padding: 5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .page-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 991px) {
    .form-group-2-columns {
        flex-wrap: wrap;
    }
    .form-group-2-columns .form-group {
        width: 100%;
    }
}

@media (max-width: 767px) {
    
    .site-header {
        background: none;
        padding: 2rem 0;
    }

    .body-content > .container {
        display:  block;
    }

    .body-content__left, .body-content__right {
        width: 100%;
    }

    .body-content__left {
        text-align: center;
        padding-right: 0;
    }

    .form-footer {
        margin-bottom: 2rem;
    }
}
