@keyframes slideIn{0%{right:-6rem}50%{right:calc((100vw - 120rem)/2 + 8rem)}65%{right:calc((100vw - 120rem)/2 + 3.5rem)}80%{right:calc((100vw - 120rem)/2 + 7rem)}90%{right:calc((100vw - 120rem)/2 + 5rem)}100%{right:calc((100vw - 120rem)/2 + 6rem)}}@keyframes slideInMin{0%{right:-10rem}50%{right:8rem}65%{right:3.5rem}80%{right:7rem}90%{right:5rem}100%{right:6rem}}:root{--color-base: #d38af1;--color-base-light: #e2adf7;--color-base-dark: #8b54a1;--color-white-dark: #f2f2f2;--color-background-light: #ffffff;--color-background-dark: #fdfdfd;--color-gray-light-first: #fbfbfb;--color-gray-light-second: #464f76;--color-gray-light-third: #eceaea;--color-gray-light-4th: #cbcaca;--color-gray-dark-first: #252b4b;--color-gray-dark-second: #6c6c6c;--color-gray-dark-third: #848484;--shadow-dark: 0 2rem 5rem #00000059;--shadow-light: 0 2rem 4rem #00000012;--horizontal-line: 1px solid var(--color-gray-light-second)}*{margin:0;padding:0}*,*::before,*::after{box-sizing:inherit}html{font-size:62.5%;box-sizing:border-box}@media only screen and (max-width: 68.75em){html{font-size:50%}}body{font-weight:400;font-family:"Open Sans",sans-serif;line-height:1.6;color:var(--color-gray-dark-second);background-image:linear-gradient(to right top, var(--color-background-light), var(--color-background-dark));background-size:cover;background-repeat:no-repeat;min-height:100vh}.logo{height:4rem;margin-right:2.2rem;background-color:#fff;border-radius:50%}.search{display:flex;justify-content:center;align-items:center;flex:0 0 40%}@media only screen and (max-width: 31.25em){.search{order:1;flex:0 0 100%;background-color:var(--color-gray-light-second)}}.search__text{font-family:inherit;font-size:inherit;width:88%;border:none;border-radius:90px;padding:.8rem 2rem;background-color:var(--color-gray-light-second);color:inherit;margin-right:-3.2rem;transition:all .3s}.search__text:focus{outline:none;width:100%}@media only screen and (max-width: 37.5em){.search__text:focus{width:88%}}.search__text::-webkit-input-placeholder{font-weight:100;color:var(--color-gray-light-4th)}.search__icon{width:2rem;height:2rem;fill:var(--color-gray-dark-first)}.search__button{border:none;background-color:var(--color-gray-light-second)}.user{align-self:stretch;display:flex;align-items:center}.user>*{height:100%;padding:0 2rem;cursor:pointer;display:flex;align-items:center}.user__icon-box{position:relative}.user__icon-box:hover{background-color:var(--color-gray-light-second)}.user__detail:hover{background-color:var(--color-gray-light-second)}.user__icon{height:2.2rem;width:2.2rem;fill:var(--color-white-dark)}.user__notification{background-color:var(--color-base-light);border-radius:50%;font-size:.85rem;height:1.7rem;width:1.7rem;color:#fff;position:absolute;top:1.6rem;right:1.2rem;display:flex;justify-content:center;align-items:center}.user__image{height:3.5rem;border-radius:50%;margin-right:1rem}.user__name{color:var(--color-white-dark)}.sidenav{font-size:1.4rem;list-style:none;margin-top:3rem}@media only screen and (max-width: 56.25em){.sidenav{display:flex;margin:0;height:59.5px;transition:all .7s}}.sidenav__item{position:relative}.sidenav__item:not(:last-child){margin-bottom:.5rem}@media only screen and (max-width: 56.25em){.sidenav__item:not(:last-child){margin:0}}@media only screen and (max-width: 56.25em){.sidenav__item{flex:1;height:auto}}.sidenav__item::after{content:"";position:absolute;top:0;right:0;background-color:var(--color-base);cursor:pointer;height:100%;width:3px;transform:scaleY(0);transition:transform .2s,width .4s cubic-bezier(1, 0, 0, 1) .2s,background-color .15s}.sidenav__item:hover::after,.sidenav__item--active::after{transform:scaleY(1);width:100%}.sidenav__link:link,.sidenav__link:visited{display:flex;flex-direction:row-reverse;align-items:center;color:var(--color-gray-light-first);text-decoration:none;text-transform:uppercase;padding:1.5rem 3rem;position:relative;z-index:10}@media only screen and (max-width: 56.25em){.sidenav__link:link,.sidenav__link:visited{justify-content:center;padding:2.6rem}}@media only screen and (max-width: 37.5em){.sidenav__link:link,.sidenav__link:visited{flex-direction:column;padding:1.5rem .5rem}}.sidenav__icon{fill:currentColor;width:1.75rem;height:1.75rem;margin-left:2rem}@media only screen and (max-width: 37.5em){.sidenav__icon{margin-right:0;margin-bottom:.7rem;width:1.5rem;height:1.5rem;margin-left:0rem}}.sidenav__copy-right{font-size:1.2rem;color:var(--color-gray-light-4th);padding:2rem}@media only screen and (max-width: 56.25em){.sidenav__copy-right{display:none}}.sidenav__dedication{color:green}.gallery{display:flex}.gallery__photo{width:100%;display:block}.summary{display:flex;align-items:center;justify-content:space-between;border-bottom:var(--horizontal-line)}.summary__title{padding:1.5rem 3rem;font-size:2.2rem;font-weight:300;text-transform:uppercase;letter-spacing:.9px}@media only screen and (max-width: 37.5em){.summary__title{font-size:1.8rem;padding:1.25rem 2rem}}.summary__star{display:flex}.summary__icon{fill:var(--color-base);width:1.7rem;height:1.7rem}.summary__address{display:flex;flex-direction:row-reverse;font-size:1.2rem;margin-right:1.2rem;vertical-align:middle}.summary__rating{color:#fff;background-color:var(--color-base);padding:0 2.2rem;margin-right:2.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;align-self:stretch}@media only screen and (max-width: 37.5em){.summary__rating{padding:0 1.5rem}}.summary__rating-avg{font-size:2.3rem;font-weight:300;margin-bottom:-0.3rem}@media only screen and (max-width: 37.5em){.summary__rating-avg{font-size:1.8rem}}.summary__rating-count{font-size:.85rem;text-transform:uppercase}@media only screen and (max-width: 37.5em){.summary__rating-count{font-size:.5rem}}.description{flex:0 0 55%;background-color:#fff;margin-left:4.5rem;padding:3rem;box-shadow:var(--shadow-light)}@media only screen and (max-width: 56.25em){.description{padding:2rem;margin-left:3rem}}@media only screen and (max-width: 37.5em){.description{margin-left:0;margin-bottom:3rem}}.reviews{display:flex;flex-direction:column;align-items:center;flex:1}.review{background-color:#fff;padding:3rem;margin-bottom:3.5rem;position:relative;overflow:hidden;box-shadow:var(--shadow-light)}@media only screen and (max-width: 56.25em){.review{padding:2rem;margin-bottom:3rem}}.review__text{margin-bottom:2.4rem;z-index:6;position:relative}.review__user{display:flex;align-items:center}.review__user--reverse{flex-direction:row-reverse}.review__user--reverse .review__user-details{margin-left:0;margin-right:auto}.review__user--reverse .review__photo{margin-left:0;margin-right:1.5rem}.review__photo{width:4.5rem;height:4.5rem;border-radius:50%;margin-left:1.5rem}.review__user-details{margin-left:auto}.review__name{font-size:1.1rem;font-weight:600;text-transform:uppercase;margin-bottom:.4rem}.review__date{font-size:1rem;color:var(--color-gray-dark-third)}.review__rating{color:var(--color-base);font-size:2.2rem;font-weight:300;padding:5px;width:5.5rem;border:3px solid currentColor;border-radius:100%;height:5.5rem;justify-content:center;display:flex;align-items:center}.review::before{content:"”";position:absolute;top:-7rem;right:-0.5rem;font-size:16rem;font-family:sans-serif;color:var(--color-gray-light-second)}.btn-text{font-size:inherit;color:var(--color-base);background-color:rgba(0,0,0,0);display:inline-block;border:none;border-bottom:1px solid var(--color-base);padding-bottom:2px;margin:0 .6rem;cursor:pointer;transition:all .3s}.btn-text span{margin-left:4px;transition:margin-left .3s}.btn-text:hover{color:var(--color-gray-dark-first)}.btn-text:hover span{margin-left:9px}.paragraph:not(:last-of-type){margin-bottom:2rem}.list{margin:3rem 0;padding:3rem 0;list-style:none;display:flex;flex-wrap:wrap;border-bottom:var(--horizontal-line);border-top:var(--horizontal-line)}.list__item{flex:0 0 50%;margin-bottom:.6rem}.list__item::before{content:"";height:1.1rem;width:1.1rem;display:inline-block;background-color:var(--color-base-dark);mask-image:url(img/chevron-thin-right.svg);mask-size:cover;background-image:none;background-size:cover;margin-right:.8rem}.suggestion{font-size:1.3rem;display:flex;align-items:center;color:var(--color-gray-dark-third)}.suggestion__text{margin-right:auto}.suggestion__people{display:flex}.suggestion__photo{width:4rem;height:4rem;border-radius:50%;border:3px solid #fff;box-sizing:content-box}.suggestion__photo:not(:last-child){margin-right:-2rem}.action{padding:3.7rem 0;text-align:center}@media only screen and (max-width: 56.25em){.action{padding:2.5rem 0}}.action__register{font-size:2rem;font-weight:300;margin-bottom:2.5rem;text-transform:uppercase}.btn{font-size:1.6rem;font-weight:300;color:#fff;text-transform:uppercase;position:relative;background-image:linear-gradient(to right, var(--color-base-light), var(--color-base-dark));border-radius:100px;border:none;cursor:pointer;overflow:hidden;transition:background-image .3s}.btn>*{display:inline-block;width:100%;transition:all .3s}.btn--main{padding:2rem 6.5rem}.btn--replace{padding:2rem 0;position:absolute;left:0;top:-100%}.btn:hover{background-image:linear-gradient(to left, var(--color-base-light), var(--color-base-dark))}.btn:hover .btn--main{transform:translateY(100%)}.btn:hover .btn--replace{top:0}.toggle__checkbox{display:none}.toggle__checkbox:checked~.content>.sidebar{opacity:0;right:-20%;flex:0 0 0}@media only screen and (max-width: 56.25em){.toggle__checkbox:checked~.content>.sidebar>.sidenav{height:0px}}.toggle__frame{position:fixed;top:20rem;right:calc((100vw - 120rem)/2 + 6rem);background-color:var(--color-base);width:6rem;height:6rem;z-index:1000;border-radius:50%;box-shadow:var(--shadow-dark);text-align:center;cursor:pointer;animation:.8s ease-in-out .1s backwards slideIn}@media only screen and (max-width: 75em){.toggle__frame{right:6rem;animation:.8s ease-in-out .1s backwards slideInMin}}.toggle__icon{position:relative;margin-top:2.9rem;top:0}.toggle__icon,.toggle__icon::before,.toggle__icon::after{width:3rem;height:2px;display:inline-block;background-color:#fff;transition:transform .5s ease-out;top:0}.toggle__icon{visibility:hidden}.toggle__icon::before,.toggle__icon::after{content:"";position:absolute;left:0;visibility:visible}.toggle__icon::after{transform:rotate(-135deg)}.toggle__icon::before{transform:rotate(135deg)}.toggle__checkbox:checked+.toggle__frame>.toggle__icon,.toggle__checkbox:checked+.toggle__frame>.toggle__icon::before,.toggle__checkbox:checked+.toggle__frame>.toggle__icon::after{visibility:visible;transform:rotate(0deg)}.toggle__checkbox:checked+.toggle__frame>.toggle__icon::before{top:-1rem}.toggle__checkbox:checked+.toggle__frame>.toggle__icon::after{top:1rem}.container{background-color:var(--color-gray-light-first);margin:7.5rem auto;max-width:120rem;box-shadow:var(--shadow-dark);min-height:52rem}@media only screen and (max-width: 75em){.container{margin:0;max-width:100%;width:100%}}.header{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;font-size:1.5rem;background-color:var(--color-gray-dark-first);height:7.5rem;border-bottom:var(--horizontal-line)}@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-reverse}}.sidebar{display:flex;flex-direction:column;justify-content:space-between;background-color:var(--color-gray-dark-first);position:relative;overflow:hidden;flex:0 0 20%;left:0;transition:all .7s}.brand-summary{flex:1;background-color:#fff}.details{display:flex;flex-direction:row-reverse;padding:4.5rem;font-size:1.4rem;border-bottom:var(--horizontal-line);background-color:var(--color-gray-light-first)}@media only screen and (max-width: 56.25em){.details{padding:3rem}}@media only screen and (max-width: 37.5em){.details{flex-direction:column}}
