:root{--primary:#ff6060;--secondary:#d60303;--gray-1:#f6f6f6;--gray-2:#efefef;--font-family:"Montserrat",sans-serif;--text-color:#ff6060}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ff6060;color:var(--text-color);font-family:Montserrat,sans-serif;font-family:var(--font-family)}body,h1,h2,h3,h4{margin:0}*{box-sizing:border-box}ul{list-style:none;margin:0;padding-left:0}img{max-width:100%}::placeholder,input,textarea{font-family:Montserrat,sans-serif;font-family:var(--font-family)}a:link{color:#ff6060;color:var(--primary);text-decoration:none}.p-5{padding:5px}.p-10{padding:10px}.p-20{padding:20px}.p-30{padding:30px}.m-5{margin:5px}.m-10{margin:10px}.m-20{margin:20px}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.my30{margin-bottom:30px;margin-top:30px}.mr-5{margin-right:5px}.mr-15{margin-right:15px}.container{background-color:#efefef;background-color:var(--gray-2);margin:auto;max-width:1200px;width:100%}.calc{height:100vh;left:0;position:fixed;top:0;width:100%}.b1{background-color:red;border:1px solid red}.b2{background-color:green;border:1px solid green}.b3{background-color:blue;border:1px solid blue}.b4{background-color:purple;border:1px solid purple}@media(max-width:576px){.br{border:2px solid red}}@media(min-width:577px)and (max-width:768px){.br{border:2px solid green}}@media(min-width:769px)and (max-width:992px){.br{border:2px solid blue}}@media(min-width:993px)and (max-width:1200px){.br{border:2px solid orange}}@media(min-width:1201px){.br{border:2px solid purple}}.header{display:flex;justify-content:space-between;margin:auto;max-width:1240px;padding:50px 0;width:90%}@media(max-width:1200px){.header{padding:40px 0}}@media(max-width:576px){.header{padding:20px 0}}.header__logo{width:180px}@media(max-width:1200px){.header__logo{width:120px;width:100px}}@media(max-width:576px){.header__logo{width:70px}}.header__nav{column-gap:60px;display:flex;flex-direction:row}@media(max-width:576px){.header__nav{column-gap:20px}}@media(max-width:1200px){.header__nav{font-size:100px}}.header__nav .active{position:relative}.header__nav .active :after{animation:anim .6s ease forwards;background:var(--primary);border-radius:10px;bottom:35%;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:0}@media(max-width:1200px){.header__nav .active :after{bottom:5%}}@keyframes anim{to{width:100%}}.header__nav li{color:var(--primary);font-size:24px}.header__nav li:hover{color:var(--secondary)}@media(max-width:992px){.header__nav li{font-size:20px}}@media(max-width:576px){.header__nav li{font-size:12px}}.card{border-radius:10px;height:340px;overflow:hidden;position:relative;width:340px}.card:hover{background-color:#000c}.card:hover img{opacity:.8;transform:scale(1.06)}.card__picture{border-radius:10px;height:100%;object-fit:cover;transition:all 1.2s;width:100%}.card__picture__text{background:linear-gradient(0deg,#000000b3 13%,#00d4ff00 70%);border-radius:0 0 10px 10px;bottom:0;height:40%;left:0;position:absolute;width:100%}.card__picture__text__title{bottom:20px;color:#fff;font-size:18px;font-weight:500;left:10px;position:absolute}.footer{background-color:#000;display:grid;height:209px;margin-top:auto;padding:30px 0;place-items:center;width:100%}@media(max-width:992px){.footer{height:180px}}@media(max-width:576px){.footer{margin-top:0}}@media(max-width:992px){.footer__logo{width:90px}}@media(max-width:576px){.footer__logo{font-size:80px}}.footer p{color:#fff;font-size:20px;font-weight:500;margin:0}@media(max-width:992px){.footer p{font-size:15px}}@media(max-width:576px){.footer p{font-size:12px}}.home{margin:auto;max-width:1240px;width:90%}.home__tagline{background-color:#000;border-radius:25px;height:223px;margin:auto auto 50px;position:relative}@media(max-width:1200px){.home__tagline{height:180px;margin-bottom:40px}}@media(max-width:576px){.home__tagline{margin-bottom:0}}.home__tagline__picture{border-radius:25px;height:100%;object-fit:cover;opacity:.7;width:100%}.home__tagline__text{color:#fff;font-size:42px;font-weight:500;left:50%;position:absolute;text-align:center;top:35%;transform:translate(-50%,-50%);width:100%}@media(max-width:1200px){.home__tagline__text{font-size:35px}}@media(max-width:768px){.home__tagline__text{font-size:24px}}.home__location{background-color:#f6f6f6;border-radius:25px;margin:auto;padding:40px 0;width:100%}@media(max-width:768px){.home__location{background-color:#fff}}.home__location__container{display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;justify-content:center;margin:auto;width:90%}@media(max-width:992px){.home__location__container{gap:20px;width:95%}}@keyframes slide-bottom{0%{transform:translateY(-30px)}to{transform:translateY(0)}}.dropdown{width:100%}.dropdown__title{align-items:center;background-color:var(--primary);border-radius:10px;color:#fff;display:flex;height:52px;justify-content:space-between;padding:0 20px;position:relative;z-index:1}@media(max-width:576px){.dropdown__title{height:30px;padding:0 12px}}.dropdown__title h2{font-size:18px;font-weight:500}@media(max-width:576px){.dropdown__title h2{font-size:13px}}.dropdown__title img{color:#fff;cursor:pointer;height:15.5px;width:26.4px}@media(max-width:576px){.dropdown__title img{height:12px;width:18px}}.dropdown__text{animation:slide-bottom .5s cubic-bezier(.25,.46,.45,.94) both;background-color:var(--gray-1);border-radius:10px;font-size:18px;font-weight:400;line-height:25px;margin-top:-10px;padding:40px 15px 50px 20px;z-index:0}@media(max-width:576px){.dropdown__text{font-size:12px;line-height:18px;padding:25px 20px}}.about{margin:auto;max-width:1240px;min-height:100vh;width:90%}.about__top{border-radius:25px;height:160px;margin:0 auto 100px}@media(max-width:1200px){.about__top{height:130px;margin:0 auto 80px}}@media(max-width:576px){.about__top{margin:0 auto 50px}}.about__top__picture{border-radius:25px;object-fit:cover}@media(max-width:992px){.about__top__picture{height:160px}}.about__dropdown{align-items:center;display:flex;flex-direction:column;gap:30px;justify-content:center;padding-bottom:50px}@media(max-width:576px){.about__dropdown{gap:15px}}.about__dropdown__content{width:100%}.slider{align-items:center;display:flex;justify-content:center;margin:auto;position:relative}.slider:hover .counter{opacity:1}.slider__rightArrow{cursor:pointer;height:30px;position:absolute;right:2%;top:51%;transform:translateY(-50%)}@media(max-width:576px){.slider__rightArrow{height:25px}}.slider__leftArrow{cursor:pointer;height:30px;left:2%;position:absolute;top:50%;transform:translateY(-50%)}@media(max-width:576px){.slider__leftArrow{height:25px}}.slider__slides{border-radius:25px;height:415px;object-fit:cover;width:1240px}@media(max-width:576px){.slider__slides{height:255px}}.counter{background-color:#0006;border-radius:5px;bottom:8%;color:#fff;left:50%;opacity:0;padding:5px;position:absolute;transition:opacity .25s ease-in-out}.redStar{margin-left:5px}@media(max-width:1200px){.redStar{width:20px}}@media(max-width:576px){.redStar{width:15px}}.greyStar{margin-left:5px}@media(max-width:1200px){.greyStar{width:20px}}@media(max-width:576px){.greyStar{width:15px}}.houseform__container{margin:auto;max-width:1240px;min-height:100vh;width:90%}.houseform__slider{width:100%}.houseform__body{margin:20px auto}.houseform__body__top{display:flex;justify-content:space-between;margin-bottom:20px}@media(max-width:1200px){.houseform__body__top{flex-direction:column}}@media(max-width:576px){.houseform__body__top{margin-bottom:0}}.houseform__body__top h1{font-size:36px;font-weight:500;line-height:25px}@media(max-width:1200px){.houseform__body__top h1{font-size:32px;line-height:35px}}@media(max-width:576px){.houseform__body__top h1{font-size:18px;line-height:15px}}.houseform__body__top p{font-size:18px;font-weight:500;line-height:25px}@media(max-width:576px){.houseform__body__top p{font-size:14px;line-height:10px}}.houseform__body__top__tags{display:flex;flex-wrap:wrap}@media(max-width:576px){.houseform__body__top__tags{row-gap:10px}}.houseform__body__top__tags__text{background-color:var(--primary);border-radius:10px;color:#fff;font-size:14px;height:25px;line-height:25px;margin-right:10px;padding:0 20px;text-align:center}@media(max-width:576px){.houseform__body__top__tags__text{font-size:10px}}.houseform__body__top__right{display:flex;flex-direction:column;justify-content:space-between}@media(max-width:1200px){.houseform__body__top__right{display:flex;flex-direction:row-reverse;justify-content:space-between}}.houseform__body__top__host{display:flex;justify-content:flex-end}.houseform__body__top__host p{font-size:18px;font-weight:500;margin:0;padding:10px 0;text-align:right;width:80px}@media(max-width:576px){.houseform__body__top__host p{font-size:12px;line-height:17px}}.houseform__body__top__host__picture{border-radius:50%;height:64px;margin-left:15px;width:64px}@media(max-width:576px){.houseform__body__top__host__picture{height:48px;width:48px}}@media(max-width:1200px){.houseform__body__top__rating{display:flex;flex-direction:column;justify-content:center;width:50%}}.houseform__body__dropdown{display:flex;flex-direction:row;justify-content:space-between;margin:auto}@media(max-width:1200px){.houseform__body__dropdown{flex-direction:column;padding:20px 0;row-gap:20px}}.houseform__body__dropdown__left{width:582px}@media(max-width:1200px){.houseform__body__dropdown__left{margin:auto;width:480px;width:100%}}.houseform__body__dropdown__right{width:582px}@media(max-width:1200px){.houseform__body__dropdown__right{margin:auto;width:480px;width:100%}}.error__title{font-size:288px;font-weight:700;margin-bottom:66px;margin-top:180px;text-align:center}.error__text{font-size:36px}.error__link,.error__text{font-weight:medium;text-align:center}.error__link{color:var(--primary);font-size:18px;text-decoration:underline}
/*# sourceMappingURL=main.becc512c.css.map*/