.header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem}.header .header-logo{height:65px}@media (max-width: 768px){.header .header-logo{height:45px}}.header .header-menu{display:flex;flex-direction:row;gap:2rem;font-size:24px}@media (max-width: 768px){.header .header-menu{font-size:12px;gap:1rem}}.header .header-menu .header-menu-item{cursor:pointer;color:#000;text-decoration:none}.header .header-menu .header-menu-item.active,.header .header-menu .header-menu-item:hover{text-decoration:underline}.footer{box-sizing:border-box;margin-top:2rem;background-color:#000;width:100%;padding:4rem 2rem;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1.5rem}.footer .footer-copyright{display:block}.layout{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.layout{padding:0 1rem;max-width:700px}}.layout .layout-content{margin:.5rem 0}.thumb{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 0 10px #0003}.thumb .thumb-content{position:absolute;bottom:0;height:100%;width:100%;margin:0;background:linear-gradient(180deg,#fff0,#0a0a0a00 42%,#04040434 99.99%,#00000080)}.thumb .thumb-content .thumb-content-title{position:absolute;bottom:0;margin:0;color:#fff;padding:1rem;font-size:18px}.thumb .thumb-content-image{width:100%;height:100%;object-fit:cover}.banner{height:220px;width:100%;display:flex;justify-content:center;align-items:center;border-radius:25px;overflow:hidden;position:relative;box-shadow:0 0 10px #0003}.banner .banner-dark-background{position:absolute;width:100%;height:100%;background-color:#00000080}.banner .banner-image{object-fit:contain;width:100%}.banner .banner-title{position:absolute;margin:0;padding:2rem;color:#fff;font-size:48px;font-weight:700}@media (max-width: 768px){.banner .banner-title{font-size:24px}}@media (max-width: 768px){.banner{height:110px}}.all-thumb{background-color:#f6f6f6;padding:3rem;margin-top:2rem;display:grid;gap:2rem;border-radius:25px;grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){.all-thumb{grid-template-columns:repeat(1,1fr);background-color:transparent;padding:0}}.slideshow{width:100%;height:420px;box-sizing:border-box;display:block;border-radius:25px;overflow:hidden;position:relative}.slideshow .slideshow-slides{transition:transform 1s ease;position:relative;height:100%}.slideshow .slideshow-slides .slideshow-slides-slide{position:absolute;height:100%;width:100%;object-fit:cover;object-position:center;transform:translate(calc(100% * var(--slide)))}.slideshow .slideshow-arrows .slideshow-arrows-left-arrow{position:absolute;top:calc(50% - 40px);left:10px}@media (max-width: 768px){.slideshow .slideshow-arrows .slideshow-arrows-left-arrow{transform:scale(.5)}}.slideshow .slideshow-arrows .slideshow-arrows-right-arrow{position:absolute;top:calc(50% - 40px);right:10px}@media (max-width: 768px){.slideshow .slideshow-arrows .slideshow-arrows-right-arrow{transform:scale(.5)}}.slideshow .slideshow-counter{position:absolute;font-size:18px;line-height:143%;color:#fff;bottom:20px;left:50%}@media (max-width: 768px){.slideshow .slideshow-counter{display:none}}.tag{border-radius:10px;height:25px;width:fit-content;display:flex;align-items:center;justify-content:center;padding:3px 15px;font-size:14px;font-weight:700;background-color:#ff6060;color:#fff}.stars{display:flex;flex-direction:row;gap:.5rem}.dropdown{border-radius:5px;box-shadow:0 0 10px #0003;overflow:hidden}.dropdown .dropdown-header{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;width:100%;background:#ff6060;border-radius:5px;padding:10px 20px 10px 10px;color:#fff;text-decoration:none;font-weight:700;font-size:18px;position:relative;z-index:99;cursor:pointer}.dropdown .dropdown-header .dropdown-header-icon{transition:all .3s ease}.dropdown .dropdown-header .dropdown-header-icon.dropdown-header-icon-rotate{transform:rotate(-180deg)}.dropdown .dropdown-content{margin:0;padding:0 20px;height:0;background-color:#f6f6f673;transform:translateY(-10vh);transition:all .3s ease;z-index:1}.dropdown .dropdown-content.dropdown-content-open{padding:20px;height:auto;transform:translateY(0)}.apartment-content{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.apartment-content .apartment-content-header{display:flex;flex-direction:row;gap:1rem}@media (max-width: 768px){.apartment-content .apartment-content-header{flex-direction:column}}.apartment-content .apartment-content-header .apartment-content-left-side{width:70%}@media (max-width: 768px){.apartment-content .apartment-content-header .apartment-content-left-side{width:100%}}.apartment-content .apartment-content-header .apartment-content-left-side .content-header{margin-bottom:1rem}.apartment-content .apartment-content-header .apartment-content-left-side .content-header .title{font-size:36px;color:#ff6060;font-weight:400;margin:0}.apartment-content .apartment-content-header .apartment-content-left-side .content-header .location{font-size:18px}.apartment-content .apartment-content-header .apartment-content-left-side .tags{display:flex;gap:1rem;flex-wrap:wrap}.apartment-content .apartment-content-header .apartment-content-right-side{width:30%;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;align-items:end}@media (max-width: 768px){.apartment-content .apartment-content-header .apartment-content-right-side{width:100%;flex-direction:row-reverse;align-items:center}}.apartment-content .apartment-content-header .apartment-content-right-side .profile{display:flex;flex-direction:row;justify-content:end;align-items:center;gap:.5rem}.apartment-content .apartment-content-header .apartment-content-right-side .profile .name{text-align:right;font-size:18px;color:#ff6060}.apartment-content .apartment-content-header .apartment-content-right-side .profile .image{background-color:#c4c4c4;width:64px;height:64px;border-radius:100%}.apartment-content .apartment-content-body{display:flex;flex-direction:row;gap:2rem}@media (max-width: 768px){.apartment-content .apartment-content-body{flex-direction:column}}.apartment-content .apartment-content-body .description{width:50%}@media (max-width: 768px){.apartment-content .apartment-content-body .description{width:100%}}.apartment-content .apartment-content-body .equipments{width:50%}@media (max-width: 768px){.apartment-content .apartment-content-body .equipments{width:100%}}.apartment-content .apartment-content-body .equipments .list{list-style:none;padding:0;margin:0}.about{display:flex;flex-direction:column;margin-top:2rem;gap:2rem}.not-found{display:flex;flex-direction:column;margin-top:6rem;margin-bottom:8rem;align-items:center;color:#ff6060;gap:6rem}.not-found .not-found-status{font-size:288px;font-weight:700;margin:0}@media (max-width: 768px){.not-found .not-found-status{font-size:96px}}.not-found .not-found-message{font-size:36px;text-align:center;margin:0}@media (max-width: 768px){.not-found .not-found-message{font-size:18px}}.not-found .not-found-link{color:#000}body{font-family:Montserrat,serif;margin:0}
