* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none
}

body {
    font-family: 'Roboto';
    /*background: #FFF;*/
}
/*Font Family*/
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.woff2') format('woff2'),
    url('../font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
    url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-BlackItalic.woff2') format('woff2'),
    url('../font/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-BoldItalic.woff2') format('woff2'),
    url('../font/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Bold.woff2') format('woff2'),
    url('../font/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-BoldItalic.woff2') format('woff2'),
    url('../font/RobotoCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Italic.woff2') format('woff2'),
    url('../font/RobotoCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Light.woff2') format('woff2'),
    url('../font/RobotoCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-LightItalic.woff2') format('woff2'),
    url('../font/RobotoCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Regular.woff2') format('woff2'),
    url('../font/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Italic.woff2') format('woff2'),
    url('../font/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.woff2') format('woff2'),
    url('../font/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
    url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-LightItalic.woff2') format('woff2'),
    url('../font/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-MediumItalic.woff2') format('woff2'),
    url('../font/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-ThinItalic.woff2') format('woff2'),
    url('../font/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
    url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.woff2') format('woff2'),
    url('../font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/*End Font Family*/
.container{
    width: 1024px;
    margin: 0 auto;
}
header{
    background-color: #5b2d84;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 109;
    width: 100%;
}
.anouncement>a {
    color: #fff;
    font-size: inherit;
    text-decoration: underline;
}
.anouncement {
    background-color: #010f1c;
    color: #fff;
    padding: 6px 40px;
}
.header .logo img {
    width: 130px;
    height: auto;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 0 40px;
    width: 100%;
}
.content{
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
    height: 780px;
}
footer{
    background: #5b2d84;
    padding: 30px;
}
.footer{
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
}
.contact-footer{
    display: flex;
    flex-direction: column;
}
.p-footer-1{
    font-size: 25px;
    margin-bottom: 3px !important;
    word-break: break-word;
    line-height: 1.2;
    color: #FFFFFF;
}
.p-footer-2{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}
.logo-footer img {
    width: 130px;
    height: auto;
}
.logo-footer{
    display: flex;
    justify-content: center;
}

* {
    box-sizing: border-box;
}


h1 {
    font-weight: bold;
    margin: 0;
}

span {
    font-size: 12px;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.container-login {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .2), 0 10px 10px rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 400px;
}
.help-block-error {
    color: red;
}

.form-container form {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding:  0 50px;
    height: 100%;
    justify-content: center;
}

.form-container input {
    background: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.button-login {
    border-radius: 20px;
    border: 1px solid #3f51b5;
    background: #3f51b5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 45px;
    transition: transform 80ms ease-in;
    cursor: pointer;
}

.button-login:active {
    transform: scale(.95);
}

.button-login:focus {
    outline: none;
}

.button-login.ghost {
    background: transparent;
    border-color: #fff;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all .6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.sign-up-container {
    left: 0;
    width: 50%;
    z-index: 1;
    opacity: 0;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform .6s ease-in-out;
    z-index: 100;
}

.overlay {
    background: #000000;
    /*background: linear-gradient(to right, #ff4b2b, #ff416c) no-repeat 0 0 / cover;*/
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-panel {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 100%;
    width: 50%;
    text-align: center;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-right img {
    width: 130px;
}
.overlay-right {
    right: 0;
    transform: translateY(0);
}

.overlay-left {
    transform: translateY(-20%);
}

/* Move signin to right */
.container.right-panel-active .sign-in-container {
    transform: translateY(100%);
}

/* Move overlay to left */
.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

/* Bring signup over signin */
.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
}

/* Move overlay back to right */
.container.right-panel-active .overlay {
    transform: translateX(50%);
}

/* Bring back the text to center */
.container.right-panel-active .overlay-left {
    transform: translateY(0);
}

/* Same effect for right */
.container.right-panel-active .overlay-right {
    transform: translateY(20%);
}


.icons {
    display: flex;
    width: 30px;
    height: 30px;
    letter-spacing: 15px;
    align-items: center;
}
.form-group{
    position: relative;
}
.form-group i{
    position: absolute;
    top: 60px;
    bottom: 0;
    right: 10px;
    cursor: pointer;
}
.log-out button{
    padding: 10px 16px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    background-color: #f44336;
}
.log-out button span{
    font-size: 14px;
    line-height: normal;
    color: #FFFFFF;
}
.main{
    padding-top: 130px;
    /*height: 90vh;*/
}
.main .container{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.main.home{
    height: 90vh;
    min-height: 900px;
}
.title-home, .time-home{
    text-align: center;
}
.title-home span{
    font-size: 22px;
    line-height: normal;
}
.time-home span{
    font-size: 16px;
    line-height: normal;
    color: #3d614d;
}
.content-home{
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
}
.box-content-home{
    width: 450px;
    min-height: 250px;
    box-shadow: 0 0 30px #848383;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 16px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.row-home{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.number-big{
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    color: #3d614d;
}
.span-small{
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    color: #000000;
}
.box-home-2{
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
}
.row-home-2{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.number-normal{
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    color: #3d614d;
}
.button-booking:hover {
    text-decoration: none;
}
.button-booking{
    padding: 10px;
    background-color: #3d614d;
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
    cursor: pointer;
    border-radius: 10px;
    border: none;

}
.button-booking span{
    color: #FFFFFF;
    font-size: 16px;
}
.box-hidden{
    display: none;
}
.input-infomation{
    /*width: 500px;*/
    margin: 0 auto;
    padding: 50px;
    box-shadow: 0 0 30px #848383;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    margin: 50px 0;
}

div.elem-group {
    margin: 20px 0;
}

div.elem-group.inlined {
    width: 49%;
    display: inline-block;
    float: left;
    margin-left: 1%;
}

label {
    display: block;
    padding-bottom: 10px;
    font-size: 1.25em;
}

input, select, textarea {
    border-radius: 2px;
    border: 2px solid #777;
    box-sizing: border-box;
    font-size: 1.25em;
    width: 100%;
    padding: 10px;
    font-family: Roboto;
}

div.elem-group.inlined input {
    width: 95%;
    display: inline-block;
}

textarea {
    height: 250px;
}

hr {
    border: 1px dotted #ccc;
}

.input-infomation button {
    height: 50px;
    padding: 10px;
    background: orange;
    border: none;
    color: white;
    font-size: 1.25em;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    border: 2px solid black;
}
.head-select-room{
    background-color: #2196F3 !important;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.number-cate{
    background-color: #a3d6ff !important;
    color: #2196F3 !important;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    position: relative;
    text-align: center;
}
.number-cate span{
    color: #2196F3 !important;
    text-align: center;
}
.title-choose-room{
    color: #ffffffde;
    font-size: 20px !important;
}
.select-room{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.content-chose-room{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    font-family: 'Roboto', sans-serif;
}
.cards .card {
    position: relative;
    max-height: auto;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(auto, 1fr));
}
.cards .card__img {
    max-height: 400px;
    border-radius: 10px;
    overflow: hidden;
}
.cards .card__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.cards .card__details {
    position: relative;
    top: -36px;
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(3, 6, 31, 0.15);
    display: grid;
    grid-gap: 5px;
}
.cards .card__details h3 {
    font-size: 22px;
    font-weight: 400;
}
.cards .card__details .address {
    color: #777;
    font-size: 12px;
}
.cards .card__details .price {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cards .card__details .price .price__l {
    width: 100%;
    text-align: right;
}
.cards .card__details .price .price__l .price__label {
    font-weight: 600;
    text-align: right;
}
.cards .card__details .price .star img {
    width: 14px;
}
.cards .card__details .button-book {
    cursor: pointer;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background: gray;
    color: #fff;
}
.cards .card__details .button-book:focus {
    outline: none;
}
.cards .card__details .button-detail {
    cursor: pointer;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background: #51d6fb;
    color: #fff;
}
.cards .card__details .button-detail:focus {
    outline: none;
}
.cards .card .credit-img {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-size: 10px;
    text-align: right;
}
@media (max-width: 347px) {
    .cards .card__details .price {
        align-items: baseline;
    }
    .cards .card__details .price .price__l {
        font-size: 12px;
    }
}
@media (min-width: 425px) {
    .top__header .icon__menu .menu__mobile {
        display: none;
    }
    .top__header .icon__menu .menu__desktop {
        display: block;
    }
    .top__header .icon__menu .menu__desktop ul.desktop__menu li {
        cursor: pointer;
        margin: 0 1rem;
        padding: 2px 10px;
    }
    .top__header .icon__menu .menu__desktop ul.desktop__menu li.promo {
        background: #d7493a;
        border-radius: 5px;
    }
    .top__header .icon__menu .menu__desktop ul.desktop__menu li.promo:hover {
        background: #b93425;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .cards .card {
        grid-template-columns: 1fr 1fr;
    }
    .cards .card__details {
        top: 0;
        align-items: flex-start;
        align-content: center;
        grid-gap: 10px;
    }
    .cards .card__details .price {
        grid-template-columns: auto 1fr;
        font-size: 15px;
    }
    .cards .card__details .address {
        margin-top: -7px;
    }
    .cards .card .credit-img {
        padding: 15px 25px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .cards .card {
        grid-template-columns: 1fr 1fr;
    }
    .cards .card__details {
        top: 0;
        align-items: flex-start;
        align-content: center;
        grid-gap: 10px;
    }
    .cards .card__details .price {
        grid-template-columns: auto 1fr;
        font-size: 15px;
    }
    .cards .card__details .address {
        margin-top: -7px;
    }
    .cards .card .credit-img {
        padding: 15px 25px;
    }
    .header {
        padding: 0 20px;
    }
    .anouncement {
        padding: 5px 20px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .cards {
        grid-template-columns: 1fr 1fr;
    }
    .cards .credit-img {
        font-size: 8px !important;
    }
}
@media (min-width: 1025px) {
    .wrapper {
        width: 960px;
        margin: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .wrapper .cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .wrapper .cards .card__details h3 {
        font-size: 18px;
    }
}
.head-room-filter{
    background-color: #000000;
    padding: 15px;
    color: white;
}
.head-room-filter span{
    font-size: 16px;
}
.box-room-filter{
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 4px;
}
.content-room-filter{
    padding: 16px;
}
.button-head{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}
.button-refine{
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 200px;
    padding: 15px;
    border: none !important;
    border-radius: 5px;
    background: #2196F3;
    color: #fff;
    outline: none;
}
.button-refine:focus {
    outline: none;
}
.button-refine span{
    font-size: 14px;
}
.content-room-filter label{
    font-size: 14px;
}
.content-room-filter input, select, textarea{
    font-size: 14px;
}
.content-room-filter div.elem-group.inlined input{
    width: 100%;
}
.head-stay, .head-payment{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}
.title-stay, .title-payment{
    color: #000000;
    font-size: 12px;
}
.choose-room{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 40px;
}
.line-column{
    transform: rotate(90deg);
    width: 34px;
    margin-left: -5px;
    margin-top: 0;
    height: 2px;
    background: rgb(68, 68, 68);
}
.payment-success {
    width: 500px;
    box-shadow: 0 13px 45px 0 rgba(51, 59, 69, 0.1);
    margin: 100px auto;
    border-radius: 10px;
    text-align: center;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.payment-success .header {
    position: relative;
    height: 7px;
}
.payment-success .body {
    padding: 25px 50px;
}
.payment-success .close {
    position: absolute;
    color: #0073ff;
    font-size: 20px;
    right: 15px;
    top: 11px;
    cursor: pointer;
}
.payment-success .title {
    font-size: 32px;
    color: #54617a;
    font-weight: normal;
    margin-bottom: 0;
}
.payment-success .body img{
    width: 80px;
    height: auto;
    object-fit: cover;
    padding: 10px 0;
}
.payment-success .main-img {
    width: 243px;
}
.payment-success p {
    font-size: 13px;
    color: #607d8b;
}
.payment-success p.text-failed{
    font-size: 13px;
    color: red;
}
.payment-success p.text-success{
    font-size: 13px;
    color: green;
}
.payment-success .btn {
    border: none;
    border-radius: 100px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    outline: none;
    cursor: pointer;
    position: relative;
}
.payment-success .btn.btn-primary {
    background: #0073ff;
    color: #fff;
}
.payment-success .cancel {
    text-decoration: none;
    font-size: 14px;
    color: #607d8b;
}
.box-booking-head{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.head-booking-main{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.head-main-all{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.i-show{
    cursor: pointer;
}
.i-hidden{
    display: none;
    cursor: pointer;
}
@media only screen and (max-width: 600px) {
    .container{
        width: 100%;
    }
    .main.home {
        height: auto;
        padding: 200px 10px 10px 10px;
        min-height: unset;
    }
    .content-chose-room{

    }
    .cards {
        grid-template-columns: 1fr;
    }
    .payment-success{
        width: 100%;
    }
    .content-home{
        flex-direction: column;
        gap: 16px;
    }
    .box-content-home{
        width: 100%;
    }
    .button-refine{
        padding: 10px;
        width: 150px;
    }
    .cards .card__details h3{
        font-size: 14px;
    }
    .input-infomation{
        padding: 20px;
    }
    label{
        font-size: 16px;
    }
    input, select, textarea{
        padding: 6px;
        font-size: 14px;
    }
    .input-infomation button{
        height: unset;
        padding: 10px;
        font-size: 14px;
    }
    .container-login{
        display: flex;
        flex-direction: column;
        margin: 0 16px;
    }
    .form-container form{
        padding: 0 20px;
    }
    .overlay-container{
        display: none;
    }
    .sign-up-container{
        width: 100%;
    }
    .sign-in-container{
        width: 100%;
    }
    .content{
        margin: 100px 16px;
        height: 80vh;
    }
    .form-group i{
        top: 57%;
    }
    .header {
        padding: 0 20px;
    }
    .anouncement {
        padding: 5px 20px;
    }
}