﻿
html, body {
    scroll-behavior: smooth !important;
}

p {
    clear: both;
    font: 17px Verdana, sans-serif;
    padding: 10px 0;
    text-align: left;
}

/*.section {
    position: relative;
    height: 100vh;
}

    .section .section-center {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }*/

#superior {
    position: fixed;
    min-height: 250px;
    width: 600px;
    text-align: center;
    word-wrap: break-word;
    background-color: aquamarine;
}

#booking {
    font-family: 'Cabin', sans-serif;
    background-color: #f7f9fa;
}

.booking-form {
    position: relative;
    max-width: 642px;
    width: 100%;
    margin: auto;
    background: #f7f9fa;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}

    .booking-form > .booking-bg {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 250px;
        background-image: url('../images/background.jpg');
        background-size: cover;
        background-position: center;
    }

    .booking-form > form {
        margin-left: 250px;
        padding: 30px;
        border: 1px solid #f9fafc;
        border-left: 0px;
    }

    .booking-form .form-header {
        margin-bottom: 30px;
    }

        .booking-form .form-header h2 {
            margin: 0;
            margin-bottom: 0px;
            font-weight: 700;
            color: #122244;
            font-size: 35px;
            text-transform: capitalize;
        }

    .booking-form .form-group {
        position: relative;
        margin-bottom: 20px;
    }

    .booking-form .form-control {
        background-color: #f7f9fa;
        height: 40px;
        padding: 0px 10px;
        border-radius: 0px;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        color: #122244;
        border: 0px;
        font-size: 16px;
        font-weight: 700;
        -webkit-box-shadow: inset 0 1px 4px rgba(181, 193, 204, 0.3);
        box-shadow: inset 0 1px 4px rgba(181, 193, 204, 0.3);
    }

        .booking-form .form-control::-webkit-input-placeholder {
            color: #dde3e8;
        }

        .booking-form .form-control:-ms-input-placeholder {
            color: #dde3e8;
        }

        .booking-form .form-control::placeholder {
            color: #dde3e8;
        }

        .booking-form .form-control:focus {
            -webkit-box-shadow: inset 0 1px 4px rgba(181, 193, 204, 0.3);
            box-shadow: inset 0 1px 4px rgba(181, 193, 204, 0.3);
        }

    .booking-form input[type="date"].form-control:invalid {
        color: #dde3e8;
    }

    .booking-form select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .booking-form select.form-control + .select-arrow {
            position: absolute;
            right: 0px;
            bottom: 4px;
            width: 32px;
            line-height: 32px;
            height: 32px;
            text-align: center;
            pointer-events: none;
        }

            .booking-form select.form-control + .select-arrow:after {
                content: '\279C';
                display: block;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                color: #dddee9;
                font-size: 14px;
            }

    .booking-form .form-label {
        color: #b5c1cc;
        font-weight: 700;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        text-transform: uppercase;
        line-height: 24px;
        height: 24px;
        font-size: 14px;
        z-index: 1;
    }

    .booking-form .form-btn {
        margin-top: 10px;
    }

    .booking-form .submit-btn {
        color: #fff;
        background-color: #6499ff;
        font-weight: 700;
        padding: 13px 35px;
        font-size: 16px;
        border: none;
        width: 100%;
    }



@media only screen and (max-width: 480px) {
    .booking-form > .booking-bg {
        display: none;
    }

    .booking-form > form {
        margin-left: 0px;
    }

    .section {
        height: 90vw;
    }
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background: url('../images/Preloader.gif')
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.form-control[disabled] {
    background-color: #e0e0e0 !important;
}

.list-count-2 {
    column-count: 2;
}

ul li {
    margin: 2px 0;
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100% !important;
}

.object-cover {
    object-fit: cover;
}

.swiper-slide{
    height: auto !important;
}

.loaded {
    opacity: 1;
    transition: 0.8s all;
}

.loading {
    background: #f5f5f5;
    transition: none;
    background-image: url('/images/loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}

.my-2 {
    margin-top: 8px;
    margin-bottom: 8px;
}


.arrow-up {
    border: solid #424242;
    border-width: 0 5px 5px 0px;
    display: inline-block;
    padding: 9px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

#topAction {
    position: sticky;
    display: inline;
    bottom: 6px;
    left: calc(100% - 48px);
    z-index: 1;
}

.line-trough {
  font-style: italic !important;
  text-decoration: line-through !important;
  color: #828282 !important;
}

.room-description {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  padding: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.checkout-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .checkout-container {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 400px 1fr;
    grid-template-areas: 'roomInformation userInformation' 'roomInformation userInformation';
  }
  .roomInformation {
    grid-area: roomInformation;
  }

  .userInformation {
    grid-area: userInformation;
  }
  .position-lg-absolute {
    position: absolute;
  }
}

.checkout-hero-image {
  height: 150px;
  background-size: cover !important;
  background-position: center !important;
}

.checkout-hero-text {
  margin: 0;
  position: relative;
  top: 18px;
  left: 15px;
  color: #e6e6e6;
  display: inline-block
}

.checkout-information > div{
  display: block;
}

.checkout-information > div > p{
  display: inline-block;
  width: 45%;
  margin: 0;
}

.bottom-0 {
  bottom: 0;
}