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

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

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Booking
7. Details
8. Special
9. Footer


******************************/
.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.nopadding {
    padding: 0px !important;
}
.container_custom .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}
.container_custom .container .row {
    margin-left: 0;
    margin-right: 0;
}
.container_custom .container .row > div[class^="col"] {
    padding-left: 0;
    padding-right: 0;
}

/*********************************
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;
}

/*********************************
7. Details
*********************************/

.details {
    background: #ffffff;
}
.details:not(:last-child) {
    margin-bottom: 73px;
}
.details_image {
    height: 100%;
    min-height: 400px;
}
.details_content {
    padding-top: 21px;
    padding-bottom: 24px;
}
.details_title {
    font-size: 36px;
    font-weight: 600;
    color: #393939;
}
.details_list {
    margin-top: 30px;
}
.details_list ul li:not(:last-of-type) {
    margin-bottom: 3px;
}
.details_list ul li {
    font-size: 18px;
    font-weight: 600;
    color: #393939;
}
.details_long_list {
    margin-top: 33px;
}
.details_long_list ul {
    margin-left: -3px;
}
.details_long_list ul li::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #6d6d6d;
    content: "";
    vertical-align: middle;
    font-size: 15px;
}
.details_long_list ul li {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #6d6d6d;
    padding-left: 12px;
    line-height: 2;
}
.book_now_button {
    width: 152px;
    height: 54px;
    background: var(--primary-color);
    text-align: center;
    margin-top: 26px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.book_now_button:hover {
    box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.15);
}
.book_now_button a {
    display: block;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 54px;
}

/*********************************
8. Special
*********************************/

.special {
    padding-top: 53px;
    padding-bottom: 59px;
}
.special_content {
    width: calc(100% + 54px);
    background: rgba(0, 0, 0, 0.6);
    padding-left: 60px;
    padding-top: 33px;
    padding-bottom: 68px;
    padding-right: 50px;
}
.special .details_title,
.special .details_long_list ul li,
.special .details_list ul li {
    color: #ffffff;
}
.special .details_long_list ul li,
.special .details_list ul li {
    font-weight: 400;
}
.special .details_long_list ul li::before {
    background: #ffffff;
}

/*********************************
9. 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;
}
