:root{--color-primary:#eb2f64;--color-primary-light:#FF3366;--color-primary-dark:#BA265D;--color-grey-light-1:#faf9f9;--color-grey-light-2:#f4f2f2;--color-grey-light-3:#f0eeee;--color-grey-light-4:#ccc;--color-grey-dark-1:#333;--color-grey-dark-2:#777;--color-grey-dark-3:#999;--shadow-dark:0 2rem 6rem rgba(0,0,0,0.3);--shadow-light:0 2rem 5rem rgba(0,0,0,0.06);--line:1px solid var(--color-grey-light-2)}*{margin:0;padding:0}*,*::before,*::after{box-sizing:border-box}html{box-sizing:border-box;font-size:62.5%}@media only screen and (max-width: 68.75em){html{font-size:50%}}body{font-family:"Open Sans", sans-serif;font-weight:400;line-height:1.6;color:var(--color-grey-dark-2);background-image:linear-gradient(to right bottom, var(--color-primary-light), var(--color-primary-dark));background-size:cover;background-repeat:no-repeat;min-height:100vh}::-moz-selection{background-color:var(--color-primary);color:#fff}::selection{background-color:var(--color-primary);color:#fff}.container{max-width:120rem;margin:8rem auto;background-color:var(--color-grey-light-1);box-shadow:var(--shadow-dark)}@media only screen and (max-width: 75em){.container{margin:0;max-width:100%;width:100%}}.header{height:7rem;background-color:#fff;font-size:1.4rem;border-bottom:var(--line);display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 31.25em){.header{flex-wrap:wrap;align-content:space-around;height:11rem}}.content{display:flex}@media only screen and (max-width: 56.25em){.content{flex-direction:column}}.sidebar{background-color:var(--color-grey-dark-1);flex:0 0 18%;display:flex;flex-direction:column;justify-content:space-between}.hotel-view{background-color:#fff;flex:1}.detail{display:flex;padding:4.5rem;font-size:1.4rem;background-color:var(--color-grey-light-1);border-bottom:var(--line)}@media only screen and (max-width: 56.25em){.detail{padding:3rem}}@media only screen and (max-width: 37.5em){.detail{flex-direction:column}}.description{flex:0 0 60%;margin-right:4.5rem;padding:3rem;background-color:#fff;box-shadow:var(--shadow-light)}@media only screen and (max-width: 56.25em){.description{padding:2rem;margin-right:3rem}}@media only screen and (max-width: 37.5em){.description{margin-right:0;margin-bottom:3rem}}.user-reviews{flex:1;display:flex;flex-direction:column;align-items:center}.logo{height:3.25rem;margin-left:2rem}.search{flex:0 0 40%;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 31.25em){.search{order:1;flex:0 0 100%;background-color:var(--color-grey-light-2)}}.search__input{font-family:inherit;font-size:inherit;color:inherit;background-color:var(--color-grey-light-2);border:none;padding:.7rem 2rem;border-radius:10rem;width:90%;margin-right:-3.25rem;transition:all .2s}.search__input:focus{outline:none;width:100%;background-color:var(--color-grey-light-3)}.search__input::-webkit-input-placeholder{font-weight:100;color:var(--color-grey-light-4)}.search__input:-ms-input-placeholder{font-weight:100;color:var(--color-grey-light-4)}.search__input::-ms-input-placeholder{font-weight:100;color:var(--color-grey-light-4)}.search__input::placeholder{font-weight:100;color:var(--color-grey-light-4)}.search__input:focus+.search_button{background-color:var(--color-grey-light-3)}.search__button{border:none;background-color:var(--color-grey-light-2)}.search__button:focus{outline:none}.search__button:active{-webkit-transform:translateY(2px);transform:translateY(2px)}.search__icon{height:2rem;width:2rem;fill:var(--color-grey-dark-3)}.user-nav{display:flex;align-items:center;align-self:stretch}.user-nav>*{display:flex;align-items:center;height:100%;padding:0 2rem;cursor:pointer}.user-nav>*:hover{background-color:var(--color-grey-light-2)}.user-nav__icon-box{position:relative}.user-nav__icon{height:2.25rem;width:2.25rem;fill:var(--color-grey-dark-2)}.user-nav__notification{position:absolute;font-size:.8rem;border-radius:50%;background-color:var(--color-primary);color:#fff;top:1.5rem;right:1.1rem;display:flex;justify-content:center;align-items:center;width:1.75rem;height:1.75rem}.user-nav__user{position:relative}.user-nav__user:hover .user-nav__user-list{display:block;-webkit-perspective:1000px;perspective:1000px}.user-nav__user:hover .user-nav__user-list .user-nav__user-item{opacity:0;-webkit-transform-origin:top center;transform-origin:top center}.user-nav__user:hover .user-nav__user-list .user-nav__user-item:nth-child(1){-webkit-animation-name:drop-menu;animation-name:drop-menu;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-delay:-100ms;animation-delay:-100ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.user-nav__user:hover .user-nav__user-list .user-nav__user-item:nth-child(2){-webkit-animation-name:drop-menu;animation-name:drop-menu;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-delay:100ms;animation-delay:100ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.user-nav__user:hover .user-nav__user-list .user-nav__user-item:nth-child(3){-webkit-animation-name:drop-menu;animation-name:drop-menu;-webkit-animation-duration:300ms;animation-duration:300ms;-webkit-animation-delay:300ms;animation-delay:300ms;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.user-nav__user-photo{height:3.75rem;border-radius:50%;margin-right:1rem}.user-nav__user-list{display:none;position:absolute;top:100%;left:0;width:100%;list-style:none;z-index:50}.user-nav__user-item{display:flex;justify-content:center;align-items:center;margin-top:-1px;padding:1.5rem;background-color:var(--color-grey-dark-1);color:var(--color-grey-light-1);-webkit-transform-origin:top center;transform-origin:top center;transition:all .3s}.user-nav__user-item:hover{background-color:var(--color-primary)}.user-nav__user-icon{width:1.75rem;height:1.75rem;fill:currentColor;margin-right:.7rem}@-webkit-keyframes drop-menu{0%{opacity:0;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}60%{-webkit-transform:rotateX(50deg);transform:rotateX(50deg)}100%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}}@keyframes drop-menu{0%{opacity:0;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}60%{-webkit-transform:rotateX(50deg);transform:rotateX(50deg)}100%{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}}.side-nav{font-size:1.4rem;list-style:none;margin-top:3.5rem}@media only screen and (max-width: 56.25em){.side-nav{display:flex;margin:0}}.side-nav__item{position:relative}.side-nav__item:not(:last-child){margin-bottom:.5rem}@media only screen and (max-width: 56.25em){.side-nav__item:not(:last-child){margin-bottom:0}}@media only screen and (max-width: 56.25em){.side-nav__item{flex:1}}@media only screen and (max-width: 37.5em){.side-nav__item span{display:none}}.side-nav__item::before{content:"";position:absolute;top:0;left:0;height:100%;width:3px;background-color:var(--color-primary);-webkit-transform:scaleY(0);transform:scaleY(0);transition:width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s,background-color 0.1s,-webkit-transform 0.2s;transition:transform 0.2s,width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s,background-color 0.1s;transition:transform 0.2s,width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s,background-color 0.1s,-webkit-transform 0.2s}.side-nav__item:hover::before,.side-nav__item--active::before{-webkit-transform:scaleY(1);transform:scaleY(1);width:100%}.side-nav__item:active::before{background-color:var(--color-primary-light)}.side-nav__link:link,.side-nav__link:visited{display:flex;align-items:center;position:relative;padding:1.5rem 3rem;text-decoration:none;text-transform:uppercase;color:var(--color-grey-light-1);outline:none;z-index:10}@media only screen and (max-width: 56.25em){.side-nav__link:link,.side-nav__link:visited{justify-content:center;padding:2rem}}.side-nav__icon{width:1.75rem;height:1.75rem;margin-right:2rem;fill:currentColor}@media only screen and (max-width: 37.5em){.side-nav__icon{width:2.5rem;height:2.5rem;margin-right:0}}.legal{padding:2.5rem;font-size:1.2rem;text-align:center;color:var(--color-grey-light-4)}@media only screen and (max-width: 56.25em){.legal{display:none}}.gallery{display:flex}.gallery__item{position:relative;overflow:hidden}.gallery__item:hover .gallery__caption{visibility:visible;opacity:1;left:0}.gallery__caption{position:absolute;bottom:0;left:-100%;width:100%;padding:.7rem;background-color:rgba(0,0,0,0.6);font-size:1.2rem;color:var(--color-grey-light-4);visibility:hidden;opacity:0;transition:all 0.6s cubic-bezier(1, 0, 0, 1)}.gallery__caption span{display:block;font-weight:600}.gallery__photo{width:100%;display:block}.overview{display:flex;align-items:center;border-bottom:var(--line)}.overview__heading{font-size:2.25rem;font-weight:300;text-transform:uppercase;letter-spacing:1px;padding:1.5rem 3rem}@media only screen and (max-width: 37.5em){.overview__heading{font-size:1.8rem;padding:1.25rem}}.overview__stars{margin-right:auto;display:flex}.overview__icon-star,.overview__icon-location{width:1.75rem;height:1.75rem;fill:var(--color-primary)}.overview__location{display:flex;align-items:center;font-size:1.2rem}.overview__icon-location{margin-right:.4rem}.overview__rating{margin-left:3rem;align-self:stretch;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2.25rem;color:#fff;background-color:var(--color-primary)}@media only screen and (max-width: 37.5em){.overview__rating{padding:0 1.5rem}}.overview__rating-average{font-size:2.25rem;font-weight:300;margin-bottom:-3px}@media only screen and (max-width: 37.5em){.overview__rating-average{font-size:1.8rem}}.overview__rating-count{font-size:.8rem;text-transform:uppercase}@media only screen and (max-width: 37.5em){.overview__rating-count{font-size:.8rem}}.btn-inline{display:inline-block;padding:2px;color:var(--color-primary);font-size:inherit;border:none;border-bottom:1px solid currentColor;background-color:transparent;cursor:pointer;transition:all .2s}.btn-inline span{margin-left:3px;transition:margin-left .2s}.btn-inline:hover{color:var(--color-grey-dark-1)}.btn-inline:hover span{margin-left:8px}.btn-inline:focus{outline:none;-webkit-animation:pulsate 1s infinite;animation:pulsate 1s infinite}.btn-inline::-moz-focus-inner{border:none}@-webkit-keyframes pulsate{0%,100%{-webkit-transform:scale(1);transform:scale(1);box-shadow:none}50%{-webkit-transform:scale(1.05);transform:scale(1.05);box-shadow:0 1rem 4rem rgba(0,0,0,0.25)}}@keyframes pulsate{0%,100%{-webkit-transform:scale(1);transform:scale(1);box-shadow:none}50%{-webkit-transform:scale(1.05);transform:scale(1.05);box-shadow:0 1rem 4rem rgba(0,0,0,0.25)}}.paragraph:not(:last-of-type){margin-bottom:2rem}.list{display:flex;flex-wrap:wrap;margin:3rem 0;padding:3rem 0;list-style:none;border-top:var(--line);border-bottom:var(--line)}.list__item{flex:0 0 50%;margin-bottom:.7rem}.list__item::before{content:"";display:inline-block;height:1rem;width:1rem;margin-right:.7rem;background-color:var(--color-primary);-webkit-mask-image:url(../img/chevron-thin-right.svg);mask-image:url(../img/chevron-thin-right.svg);-webkit-mask-size:cover;mask-size:cover}@supports not ((-webkit-mask-image: url()) or (mask-image: url())){.list__item::before{background-image:url(../img/chevron-thin-right.svg);background-size:cover;background-color:#fff}}.recommend{display:flex;align-items:center;font-size:1.3rem;color:var(--color-grey-dark-3)}.recommend__count{margin-right:auto}.recommend__friends{display:flex}.recommend__photo{box-sizing:content-box;height:4rem;width:4rem;border-radius:50%;border:3px solid #fff}.recommend__photo:not(:last-child){margin-right:-2rem}.review{position:relative;padding:3rem;margin-bottom:3.5rem;background-color:#fff;box-shadow:var(--shadow-light);overflow:hidden}@media only screen and (max-width: 56.25em){.review{padding:2rem;margin-bottom:3rem}}.review__text{position:relative;margin-bottom:2rem;z-index:10}.review__user{display:flex;align-items:center}.review__user-box{margin-right:auto}.review__user-name{text-transform:uppercase;font-size:1.1rem;font-weight:600;margin-bottom:.4rem}.review__user-date{font-size:1rem;color:var(--color-grey-dark-3)}.review__photo{height:4.5rem;width:4.5rem;border-radius:50%;margin-right:1.5rem}.review__rating{color:var(--color-primary);font-size:2.2rem;font-weight:300}.review::before{content:"\201C";position:absolute;top:-2.75rem;left:-1rem;line-height:1;font-size:20rem;font-family:sans-serif;color:var(--color-grey-light-2);z-index:1}.cta{padding:3.5rem;text-align:center}@media only screen and (max-width: 56.25em){.cta{padding:2.5rem 0}}.cta__book-now{margin-bottom:2.5rem;font-size:2rem;font-weight:300;text-transform:uppercase}.btn{position:relative;font-size:1.5rem;font-weight:300;text-transform:uppercase;border:none;border-radius:100px;background-image:linear-gradient(to right, var(--color-primary-light), var(--color-primary-dark));color:#fff;overflow:hidden;cursor:pointer}.btn>*{display:inline-block;height:100%;width:100%;transition:all .2s}.btn__visible{padding:2rem 7.5rem}.btn__invisible{position:absolute;padding:2rem 0;top:-100%;left:0}.btn:hover{background-image:linear-gradient(to left, var(--color-primary-light), var(--color-primary-dark))}.btn:hover .btn__visible{-webkit-transform:translateY(100%);transform:translateY(100%)}.btn:hover .btn__invisible{top:0}.btn:focus{outline:none;-webkit-animation:pulsate 1s infinite;animation:pulsate 1s infinite}
