﻿@font-face {
    font-family: HelveticaNeue;
    src: url('/fonts/TheStudio/HelveticaNeue-Roman.otf');
}

@font-face {
    font-family: HelveticaNeue;
    src: url('/fonts/TheStudio/HelveticaNeue-Bold.otf');
    font-weight: bold;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('/fonts/TheStudio/HelveticaNeue-Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: HelveticaNeue;
    src: url('/fonts/TheStudio/HelveticaNeue-Light.otf');
    font-weight: 300;
}


:root {
    --blue: #F6A04D;
    --demo-font-size: 14px;
    --demo-grey-border: 0px solid rgb(192, 193, 192);
    --studio-grey: #E1E4E7;
}

.page-wrap {
    min-height: unset;
}

.page-container {
    padding-bottom: 60px;
}

html body, body .body-cont header, .page-container > header {
    background: white;
    font-family: HelveticaNeue;
    font-size: var(--demo-font-size);
}

.tint {
    background: transparent;
    padding-bottom: 20px;
    z-index: -1;
    height: unset;
}


.layout-body-cont {
    position: relative;
    height: unset;
    width: 100%;
}

.layout-body {
    vertical-align: top;
    padding-top: 0px;
    height: unset;
}


html body .my-container {
    width: 1100px;
    padding: 0px 00px;
    max-width: 100%;
}

.search-page > div > div {
    margin-top: 60px;
}

.search-summary > div > div {
    margin-top: 40px;
}

.cookie-notice {
    display: none !important;
}

/*-------------Nav-----------*/
.layout-nav {
    margin-bottom: 0px;
    height: unset;
    padding-bottom: 0px;
    display: none;
}

.layout-nav img {
    width: 140px;
    margin-top: 10px;
}

html body .layout-nav a {
    color: black;
    text-transform: none;
    letter-spacing: 0px;
}

html body .layout-nav a:hover {
    color: black;
}

html body .layout-nav .float-right {
    padding-top: 22px;
}

html body .layout-nav .float-right a {
    background: var(--blue);
    color: white;
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: 500;
    font-size: var(--demo-font-size);
}

/*----------------Titles---------------*/

.search-title {
    font-size: 30px;
    text-align: left;
}

.search-title span:before {
    width: unset;
}

.search-title span:after {
    width: unset;
}

/*----------No results---------*/
.no-results {
    text-align: left;
    padding: 30px;
    border: var(--demo-grey-border);
    border-radius: 0px;
    background: var(--studio-grey);
}


/*-----------Button------------*/

.button-color, .search-bar-search > button {
    background: var(--blue);
}

.button-color:hover {
    background: #ed8623;
}

html body .my-button {
    border-radius: 0px;
    text-transform: capitalize;
    padding: 12px 35px;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: var(--demo-font-size);
}

html body .search-items .my-button {
    padding: 15px 30px;
}

/*-----------Search Bar---------*/

.search-bar {
    bottom: 0px;
    width: 100%;
    z-index: 0;
}

/*---------Title--------*/
.search-main-title {
    font-size: 30px;
    align-items: center;
    line-height: 1.5;
    border: var(--demo-grey-border);
    padding: 10px 0px;
    border-radius: 8px;
    border: none;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    word-spacing: unset;
}

.search-main-title, .search-bar-title, .search-title, .available-room .name {
    text-transform: capitalize;
    color: black;
    text-shadow: none;
    letter-spacing: 0px;
}

.search-main-sub {
    text-align: left;
    font-size: var(--demo-font-size);
    margin-bottom: 0px;
    margin-top: 5px;
    color: black;
    font-weight: normal;
    text-transform: none;
}

.search-main-info p {
    margin-bottom: 0px;
}


/*----------Bar---------*/

.search-bar-form-cont {
    border-radius: 8px;
    width: 100%;
}

#searchBarForm {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: end;
    gap: 5px;
    padding: 0px;
}

.search-bar-field {
    border-radius: 0px;
    box-shadow: none;
    display: flex;
    border: none;
    background: var(--studio-grey);
}

html body .search-bar-field input, html body .search-bar-field select {
    font-size: var(--demo-font-size);
}

.search-bar-title {
    font-size: var(--demo-font-size);
    text-align: left;
}

.search-bar-title i {
    display: none;
}

html body .search-bar-div:nth-child(1) {
    width: 100px;
}

html body .search-bar-div:nth-child(2) {
    width: 190px;
}

html body .search-bar-div:nth-child(3) {
    width: 160px;
}

html body .search-bar-div:nth-child(4) {
    width: 160px;
}

.search-bar-div:nth-child(6) {
    width: 220px;
}

.search-bar-field > div:nth-child(1) {
    border-right: none;
    width: unset;
    padding: 22px 8px;
    padding-right: 4px;
    border-radius: 30px;
}

.search-bar-field > div:nth-child(2) {
    flex-grow: 2;
}

.search-bar-div:nth-child(1) .search-bar-field > div:nth-child(2) {
    width: unset;
}

.search-bar-div:nth-child(2) .search-bar-field > div:nth-child(2) {
    width: unset;
}

.search-bar-div:nth-child(3) .search-bar-field > div:nth-child(2) {
    width: unset;
}

.search-bar-div:nth-child(4) .search-bar-field > div:nth-child(2) {
    width: unset;
}

html body .search-bar-div:nth-child(5) .search-bar-field > div:nth-child(2), html body .search-bar-div:nth-child(6) .search-bar-field > div:nth-child(2) {
    width: unset;
}

.search-bar-field-icon i {
    font-size: 14pt;
}

.search-bar-search > button {
    box-shadow: none;
    border-radius: 0px;
    text-transform: capitalize;
    font-size: var(--demo-font-size);
}

.search-bar-search > button:disabled {
    background: #efbf90;
}

.search-bar-search > button i {
    font-size: 14pt;
}

.search-bar-error, .search-error {
    box-shadow: none;
    border-radius: 8px;
    bottom: -80px;
    padding: 20px 25px;
    font-size: var(--demo-font-size);
}



/*----------------Rooms----------------*/
html body .search-page > div > .room-complete, html body .search-page > div > .search-room {
    margin-top: 40px;
}

.available-room {
    padding: 30px 30px;
    border-radius: 0px;
    margin-bottom: 0px;
    border: var(--demo-grey-border);
    border-radius: 0px;
    margin-bottom: 30px;
    background: var(--studio-grey);
}

.available-room > form {
    display: flex;
}

.available-room:last-child {
    border-bottom: var(--demo-grey-border);
}

.room-complete .available-room {
    border: var(--demo-grey-border);
    border-radius: 0px;
    padding: 40px;
}

.available-room .name {
    font-size: 15pt;
}

.available-room form > div:nth-child(1) {
    border-radius: 8px;
    width: 230px;
    height: 150px;
}


.available-room .description {
    font-size: var(--demo-font-size);
    color: black;
}

.available-room .price {
    color: black;
    font-size: var(--demo-font-size);
}

.available-room .my-button {
    right: 30px;
    bottom: 30px;
    font-size: var(--demo-font-size);
}


/*----------------Items----------------*/
.search-items-group:nth-child(1) {
    border-right: none;
}

.available-item {
    margin: 20px 10px;
    margin-top: 0px;
    border-bottom: none;
    border-radius: 0px;
    width: 45%;
    padding: 25px;
    border-radius: 0px;
    border: var(--demo-grey-border);
    text-align: left;
    background: var(--studio-grey);
}


.available-item > div:nth-child(1) {
    width: 60%;
    height: 90px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.available-item img {
    margin: auto;
}

.available-item .name {
    font-size: 12pt;
}

.available-item input {
    border: none;
    border-radius: 0px;
    padding: 8px;
    border: var(--demo-grey-border);
}

.available-item > div > div {
    display: inline-block;
}

.search-items .my-button {
    width: 100%;
    left: 0px;
}

html body .items-complete .my-button {
    top: 5px;
    height: 48px;
}

.search-title-message {
    font-weight: 400;
    text-transform: unset;
    margin-top: 10px;
}


/*----------------Notes---------------*/
.search-notes .search-bar-field, .notes-complete .search-bar-field {
    width: 100%;
    border: none;
    border: var(--demo-grey-border);
}

html body .search-bar-field > div:nth-child(1) {
    background: var(--studio-grey);
}

.search-notes .search-bar-field textarea, .notes-complete .search-bar-field textarea {
    background: #f5f9fc;
    background: var(--studio-grey);
}

.search-notes .my-button {
    font-size: var(--demo-font-size);
    width: 100%;
}

/*-----------Your details--------------*/
.layout-dropdown {
    background: white;
    background: var(--studio-grey);
}

.layout-dropdown > div > div > div {
    border-radius: 0px;
    box-shadow: none;
}

html body .user-info .user-info-body .search-bar-field {
    background: #f5f9fc;
    border-radius: 0px;
    border: none;
    color: black;
    margin-bottom: 10px;
    background: var(--studio-grey) !important;
}

html body .user-info .user-info-body .search-bar-field.search-bar-field-error {
    background: #fecccc
}

.close-layout-dropdown {
    font-size: 20pt;
    right: 20px;
    top: 20px;
}



/*------------Booking Success----------*/
.booking-result {
    width: 500px;
}

.booking-success {
    padding: 10px;
}


/*-----------Footer---------*/
footer {
    display: none;
}

footer a {
    color: var(--blue);
}

footer span {
    color: #90949c;
    font-family: 'Inter', sans-serif;
    font-size: var(--demo-font-size);
}



/*----------------------------Mobile--------------------------------*/
@media screen and (max-width:1100px) {
    html body .page-wrap .my-container {
        width: 100%;
    }

    .page-container {
        padding: 30px 15px;
        padding-bottom: 40px;
    }

    .layout-nav li img {
        width: 140px;
        margin-top: 10px;
    }

    .layout-nav .float-right a {
        text-transform: none;
    }

    #searchBarForm {
        flex-wrap: wrap;
        gap: 10px;
    }

    #searchBarForm > div {
        margin: 0px;
        flex-grow: 2;
    }

    .search-bar-div:nth-child(5), .search-bar-div:nth-child(6) {
        margin-bottom: 0px;
    }

    .search-bar-search button {
        width: 100%;
    }

    .search-bar {
        padding-bottom: 0px;
    }

    body .available-room form > div:nth-child(2) {
        width: 60%;
    }



    .available-room .my-button {
        width: 140px;
        bottom: 20px;
        right: 30px;
    }

    .available-item {
        width: 100%;
        max-width: 95%;
        margin-bottom: 20px;
    }

    .available-item .price {
        display: block;
    }

    .available-item:last-child {
        border-bottom: var(--demo-grey-border);
    }

    .items-complete .my-button {
        width: 140px;
    }

    .no-results {
        margin: auto;
        text-align: center;
    }
}


@media screen and (max-width: 900px) {
    .search-items-group {
        width: 48%;
    }
}

@media screen and (max-width:600px) {
    .search-page > div > div, .search-summary > div > div {
        margin-top: 20px;
    }

    .search-title {
        line-height: 1.1;
    }

    .search-main-title {
        line-height: 1.1;
    }

    .search-main-title p {
        line-height: 1.5;
        margin-top: 15px;
    }

    #searchBarForm > div {
        flex-grow: 2;
    }

    .available-room {
        border: var(--demo-grey-border);
        border-radius: 8px;
        margin-bottom: 30px;
    }

    .available-room form {
        flex-wrap: wrap;
    }

    .available-room:last-child {
        border-bottom: var(--demo-grey-border);
    }

    .available-room form > div:nth-child(1) {
        height: 180px;
        height: fit-content;
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    body .available-room form > div:nth-child(2) {
        width: 100%;
        margin-left: 0px;
        padding-bottom: 0px;
    }

    .available-room .description {
        width: 100%;
    }

    .available-room .price {
        position: unset;
    }

    html body .available-room .my-button {
        position: relative;
        right: 0px;
        bottom: 0px;
        margin-top: 15px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .search-items-group {
        max-width: unset;
        width: 100%;
        margin-right: 0px;
    }

    .search-items-group:nth-child(1) {
        margin-right: 0px;
        padding-right: 0px;
    }

    .available-item {
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .available-item > div:nth-child(1) {
        height: 122px;
    }

    .search-items .my-button {
        margin-top: 10px;
    }

    .items-complete .my-button {
        margin-top: 30px;
        position: unset;
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }

    html body .search-title-message {
        text-align: left;
        margin-bottom: 20px
    }

    .no-results {
        margin: auto;
        text-align: left;
        font-size: var(--demo-font-size);
    }
}
