@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Contact
7. Footer


******************************/

/*********************************
5. Home
*********************************/

.home {
    width: 100%;
    height: 588px;
    background: #0f0e24;
}
.home .background_image {
    opacity: 0.28;
}
.home_container {
    position: absolute;
    top: 60.3%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.home_content {
}
.home_title {
    font-size: 72px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}
.booking_form_container {
    width: 100%;
    margin-top: 34px;
    padding-left: 78px;
    padding-right: 88px;
}

/*********************************
6. Contact
*********************************/

.contact {
    background: #ffffff;
    border-bottom: solid 2px #eaf2f7;
}
.contact_content {
    padding-top: 105px;
    padding-bottom: 114px;
}
.contact_list {
    margin-top: 58px;
}
.contact_list ul li {
    font-size: 16px;
    font-weight: 500;
    color: #605d5d;
}
.contact_list ul li:not(:last-of-type) {
    margin-bottom: 17px;
}
.contact_form_container {
    margin-top: 73px;
}
.contact_form {
    display: block;
    position: relative;
}
.input_container {
    margin-bottom: 5px;
}
.contact_input {
    width: 100%;
    height: 64px;
    background: #ffffff;
    border: none;
    outline: none;
    border-bottom: solid 2px #393939;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
}
.contact_input::-webkit-input-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.contact_input:-moz-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.contact_input::-moz-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.contact_input:-ms-input-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.contact_input::input-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.contact_textarea {
    height: 129px;
    padding-top: 15px;
}
.contact_button {
    margin-top: 31px;
    width: 152px;
    height: 54px;
    background: var(--primary-color);
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.contact_button:hover {
    box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.15);
}
.contact_map {
    width: calc(100% + ((100vw - 1120px) / 2));
    height: 100%;
}
.map {
    width: 100%;
    height: 100%;
}
.google_map {
    width: 100%;
    height: 100%;
}
.map_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#map {
    width: 100%;
    height: calc(100% + 30px);
}

/*********************************
7. Footer
*********************************/

.footer {
    background: #ffffff;
    padding-top: 81px;
}
.footer_content {
    padding-bottom: 52px;
}
.footer_logo {
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.footer_logo > div:first-of-type {
    width: 235px;
    height: 74px;
    border: solid 3px #393939;
    font-size: 43.32px;
    font-weight: 600;
    color: #393939;
    line-height: 68px;
}
.footer_logo > div:last-of-type {
    font-size: 16px;
    font-weight: 600;
    color: #393939;
    line-height: 0.75;
    margin-top: 15px;
}
.footer_logo a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.footer_row {
    margin-top: 74px;
}
.footer_title {
    font-size: 18px;
    font-weight: 700;
    color: #393939;
    line-height: 1.2;
}
.footer_list {
    margin-top: 9px;
}
.footer_list ul li {
    font-size: 15px;
    font-weight: 500;
    color: #6d6d6d;
    line-height: 2;
}
.newsletter_container {
    margin-top: 8px;
}
.newsletter_form {
    display: block;
    position: relative;
}
.newsletter_input {
    width: 100%;
    height: 64px;
    background: #ffffff;
    border: none;
    border-bottom: solid 2px #393939;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: #393939;
}
.newsletter_input::-webkit-input-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.newsletter_input:-moz-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.newsletter_input::-moz-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.newsletter_input:-ms-input-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.newsletter_input::input-placeholder {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #6d6d6d !important;
}
.newsletter_button {
    width: 152px;
    height: 54px;
    background: var(--primary-color);
    margin-top: 23px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}
.certificates {
    padding-left: 12px;
    padding-top: 10px;
}
.cert {
    margin-bottom: 30px;
}
.copyright {
    width: 100%;
    height: 33px;
    background: #ffffff;
    text-align: center;
    line-height: 33px;
    font-size: 15px;
    font-weight: 500;
    color: #6d6d6d;
}
