﻿/*----------GOLBAL--------------*/
body {
    font-family: 'Oxygen', sans-serif;
}

a {
    color: #777;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:hover, a:focus {
        color: #515151;
    }

section {
    border-bottom: 1px solid #eeeeee;
    padding: 50px 0;
    height: 100%;
}

.mobile {
    display: none !important;
}

/*----------COLLAPSE------------*/

.collapse {
    visibility: hidden;
}

    .collapse.show {
        visibility: visible;
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

    .collapsing .width {
        -webkit-transition-property: width, visibility;
        transition-property: width, visibility;
        width: 0;
        height: auto;
    }

/*-----------NAV-----------------*/
#mainmenu {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

#mainmenu a {
    color: white;
}

.navbar .navbar-brand img {
    width: 80%;
}

.navbar .nav-item i {
    color: white;
    font-size: 37px;
}

.navbar .nav-item {
    margin: 0 15px;
}

    .navbar .nav-item button {
        background: rgb(55, 155, 240);
    }

    .navbar .nav-item .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

/*----------MENUSIDEBAR----------*/
#menusidebar {
    width: 23%;
    background-color: white;
    color: black;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    border: 1px solid #c1c1c1;
}

    #menusidebar .nav-item {
        padding: 15px;
        margin: 0 15px;
        padding-left: 23px;
        border-bottom: 2px solid white;
    }

        #menusidebar .nav-item:last-child {
            margin-bottom: 40px;
        }

        #menusidebar .nav-item:not(:first-child):hover {
            cursor: pointer;
            border-bottom: 2px solid #6b6bff;
        }

        #menusidebar .nav-item button {
            float: right;
            color: white;
            background: rgba(0, 0, 255, 0.5803921568627451);
            padding: 6px 15px;
            font-size: 23px;
        }

/*---------------TOP-BANNER-----------------*/
.top-banner {
    height: 100vh;
    position: relative;
    width: 100%;
    background-image: url('../images/hotel_header_image.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

    .top-banner .content-container {
        text-align: center;
        color: white;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        padding: 0 22%;
    }

        .top-banner .content-container .hotel-name {
            font-size: 55px;
            font-weight: 400;
            margin-top: 5px;
            margin-bottom: 25px;
        }

        .top-banner .content-container .welcome {
            font-size: 18px;
            font-weight: 300;
            margin-bottom: 10px;
        }

        .top-banner .content-container .text {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }

        .top-banner .content-container hr {
            background-color: white;
            margin: 0.5rem auto;
        }

.search-bar {
    padding: 30px 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 0;
    left: 0;
}

    .search-bar form {
        margin: 0 auto;
    }

        .search-bar form .form-group {
            padding: 0 12px;
        }

        .search-bar form input, .search-bar form select {
            width: 100% !important;
            border-radius: 4px;
            color: #999999;
            font-size: 16px;
            font-weight: 400;
            height: 48px;
            padding: 7px 5px 7px 12px;
        }

        .search-bar form button {
            height: 48px;
            margin-bottom: 0 !important;
        }

#bookingBtn {
    padding: 15px;
    width: 40%;
    font-size: 20px;
    margin: 45px auto 0;
}

#booking-popup .custom-select, #booking-popup .form-control {
    border-radius: 4px;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    padding: 7px 5px 7px 12px;
}

#booking-popup #searchNow {
    margin: 30px auto 0;
    display: block;
}

#booking-popup hr {
    border: 1px solid rgb(55, 155, 240);
    float: left;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 35%;
}

/*-----------PICTURE-CATEGORY-------------*/
.picture-category {
    padding: 50px 0;
    height: 100%;
}

.intro-container {
    text-align: center;
    margin: 0 20%;
}

    .intro-container .title {
        font-size: 42px;
        color: #333333;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 35px;
        margin-bottom: 25px;
    }

    .intro-container .description {
        font-size: 17px;
        color: #555555;
        font-weight: 400;
        line-height: 23px;
        margin-bottom: 25px;
    }

    .intro-container hr {
        width: 14%;
        background-color: #555;
    }

/*--------------OWL-CAROUSEL--------------*/
#hotel-carousel {
    margin: 60px 0 20px;
}

    #hotel-carousel .owl-carousel-item img {
        margin-bottom: 5px;
        height: 200px;
        position: relative;
    }

        #hotel-carousel .owl-carousel-item img:before {
            content: '';
            background-color: rgb(0,0,0,0.35);
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 1;
        }

    #hotel-carousel .owl-theme .owl-controls .owl-page {
        display: inline-block;
    }

        #hotel-carousel .owl-theme .owl-controls .owl-page span {
            background: none repeat scroll 0 0 #869791;
            border-radius: 20px;
            display: block;
            height: 12px;
            margin: 5px 7px;
            opacity: 0.5;
            width: 12px;
        }

    #hotel-carousel .owl-prev, #hotel-carousel .owl-next {
        position: absolute;
        top: 50%;
        color: #777;
        padding: 20px !important;
        font-size: 40px;
        transform: translateY(-50%);
        background-color: rgb(255,255,255,0.85);
    }

    #hotel-carousel .owl-prev {
        left: 15px;
    }

    #hotel-carousel .owl-next {
        right: 15px;
    }

/*-----------AMENITIES-------------*/
.amenities {
    padding: 50px 0;
    height: 100%;
}

    .amenities .amenities-info {
        padding: 5% 0 2%;
    }

    .amenities .item, .amenities .row {
        margin: 0;
        text-align: center;
    }

    .amenities div, .amenities img {
        padding: 0;
    }

    .amenities .item img {
        height: 250px;
        width: 100%;
    }

    .amenities .item-info {
        height: 250px;
        padding: 0 34px;
    }

    .amenities .item-info {
        height: 250px;
        padding: 0 34px;
        position: relative;
    }

    .amenities .item-info-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
    }

    .amenities .item-info .title {
        font-size: 24px;
        color: #333333;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 15px;
        line-height: 27px;
    }

    .amenities .item-info .description {
        font-size: 16px;
        color: #555555;
        font-weight: 400;
        line-height: 20px;
    }

    .amenities .item hr {
        width: 22%;
        background-color: black;
    }

/*--------------GUEST-STATEMENT--------------*/
#guest-statements-carousel {
    margin: 60px 0 20px;
}

.guest-statements .owl-carousel-item .quotation-icon {
    width: 69%;
    margin: 0 auto;
    float: right;
}

.guest-statements .owl-carousel-item .avatar {
    width: 13%;
}

.statement-content-container {
    margin-bottom: 25px;
    margin-top: 70px;
}

.statement-content {
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
}

.statement-content-container .avatar {
    margin: 0 auto;
}

.statement-content-container .ceo {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
}

.statement-content-container .company {
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    text-align: center;
    margin-bottom: 0;
}

/*------------------FOOTER--------------------*/
footer {
    background-color: #333333;
    padding-top: 30px;
}

    footer p, footer ul, footer div {
        padding: 0;
        clear: both;
        color: #bfbfbf;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }

    footer ul {
        list-style-type: none;
        padding-left: 0;
    }

        footer ul li {
            padding-bottom: 18px;
        }

    footer .container {
        margin: 0 auto;
        padding-bottom: 50px;
    }

.footer-feature-block {
    margin-bottom: 20px;
}

footer .title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

footer hr {
    border: 1px solid rgb(55, 155, 240);
    background-color: rgb(55, 155, 240);
    float: left;
    margin-top: 5px;
    width: 60px;
}

footer .payment-method, footer .payment-method div {
    padding: 0;
    margin: 0;
}

    footer .payment-method img {
        width: 100%;
    }

footer .form-control, footer .custom-select {
    border-radius: 0;
    background-color: #3a3a3a;
    border: 1px solid #868686;
    color: #bfbfbf;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

footer .list-social-icon a {
    height: 42px;
    width: 42px;
    border: 1px solid;
    border-radius: 42px;
    display: block;
    position: relative;
    background-color: #3a3a3a;
    border: 1px solid #868686;
}

    footer .list-social-icon a:hover {
        border-color: white;
        cursor: pointer;
    }

        footer .list-social-icon a:hover i {
            color: white;
        }

    footer .list-social-icon a i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        color: #868686;
    }

#copyRight {
    background-color: #242424;
    padding: 30px;
    width: 100%;
    margin: 0;
}

#copyRight p {
    text-align: center;
    width: 100%;
    color: #868686;
    font-size: 16px;
    margin: 0;
    line-height: 23px;
}

/*-------------------RESPONSIVE----------------*/
@media(max-width: 992px) {
    .container {
        max-width: 100%;
    }

    .intro-container {
        margin: 0 5%;
    }

    .top-banner .content-container {
        padding: 0 5%;
    }

    #menusidebar {
        width: 35%;
    }

    .luxtime-logo {
        width: 34% !important;
    }
}

@media(max-width: 768px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    #menusidebar {
        width: 50%;
    }

    #signIn {
        display: none;
    }

    .amenities .item img {
        height: 375px;
    }

    .intro-container {
        margin: 0;
    }

    #guest-statements-carousel {
        margin: 0px 0 20px;
    }

    .guest-statements .owl-carousel-item .quotation-icon {
        width: 20%;
        float: left;
        margin-right: 20px;
    }

    .guest-statements .owl-carousel-item .avatar {
        width: 20%;
    }

    footer .payment-method img {
        width: 17%;
    }

    footer .payment-method {
        display: block;
    }

        footer .payment-method div {
            display: inline;
        }

    .footer-feature-block {
        padding: 0;
    }

    .luxtime-logo {
        width: 45% !important;
    }
}

@media(max-width: 640px) {
    /*.luxtime-logo {
        width: 29% !important;
    }*/
}

@media(max-width: 480px) {
    .navbar .navbar-brand img {
        width: 59%;
    }

    .navbar .nav-item {
        margin: 0 18px 0 0;
    }

    .navbar .nav-item:last-child {
        margin: 0;
    }

    #menusidebar {
        width: 68%;
    }

    .top-banner {
        height: 130vh;
    }

    #hotel-carousel {
        padding: 0;
    }

    #hotel-carousel .owl-prev {
        left: 0;
    }

    #hotel-carousel .owl-next {
        right: 0;
    }

    .amenities .item img {
        height: 300px;
    }

    .guest-statements .owl-carousel-item .avatar {
        width: 35%;
    }

    .luxtime-logo {
        width: 80% !important;
    }
}

@media(max-width: 360px) {
    .amenities .item img {
        height: 250px;
    }

    .luxtime-logo {
        width: 100% !important;
    }
}
