@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700;800;900&display=swap);:root{--clr-primary:#ff777c;--clr-secondary:#a5a297;--clr-tertiary:#ff585f;--clr-primary-darker:#0bb4a6;--clr-secondary-darker:#fb0;--clr-tertiary-darker:#8a42fd;--clr-primary-opacity:rgba(255,119,124,0.5490196078431373);--clr-secondary-opacity:rgba(255,205,3,0.19215686274509805);--clr-tertiary-opacity:rgba(255,88,96,0.17647058823529413);--gradient-primary:linear-gradient(to top left,var(--clr-primary),var(--clr-primary-darker));--gradient-secondary:linear-gradient(to top left,#ffb003,#03a3ff);--radius:999px;--radius-btn:10px;--clr-grey-1:#102a42;--clr-grey-2:#243a52;--clr-grey-3:#324d67;--clr-grey-4:#48647f;--clr-grey-5:#617d98;--clr-grey-6:#829ab0;--clr-grey-7:#9eb2c7;--clr-grey-8:#bcccdc;--clr-grey-9:#dae2ec;--clr-grey-10:#f1f5f8;--clr-white:#fff;--clr-red-dark:#bb2525;--clr-red-light:#e66b6b;--clr-green-dark:#25bb32;--clr-green-light:#6be675;--clr-black:#222;--clr-black-light:#2e2d2d;--transition:all 0.2s linear;--spacing:0.1rem;--light-shadow:0 5px 15px rgba(0,0,0,0.1);--dark-shadow:0 5px 15px rgba(0,0,0,0.4);--max-width:1170px;--fixed-width:450px;--clr-orange-1:#fef7f6;--clr-orange-2:#211e1c;--clr-orange-3:#fcd4ca;--clr-orange-4:#f9baa9;--clr-orange-5:#f58566;--clr-orange-6:#f15327;--clr-orange-7:#d94920;--clr-orange-8:#923116;--clr-orange-9:#6e2511;--clr-orange-10:#47180b}*{margin:0;box-sizing:inherit}html{font-size:62.5%;box-sizing:border-box}body{font-family:"Poppins",sans-serif;color:#102a42;color:var(--clr-grey-1);line-height:1.5;font-size:1.8rem}.MT4{margin-top:4rem}.MT5{margin-top:5rem}.MB4{margin-bottom:4rem}.MB5{margin-bottom:5rem}.ML05{margin-left:.5rem}ul{list-style-type:none}a{text-decoration:none}h1,h2,h3,h4,h5{letter-spacing:.1rem;letter-spacing:var(--spacing);line-height:1.25}p{color:#222;color:var(--clr-black)}h5{font-size:2rem;font-weight:400}h1{font-size:6rem;font-weight:700}h2{font-size:4.8rem;font-size:600}svg{font-size:2.2rem!important}input{font-size:1.7rem;border-radius:999px;border-radius:var(--radius);width:25rem;padding:1rem;transition:all .2s linear;transition:var(--transition)}input:active,input:focus{width:30rem}.colorPrimary{color:#ff777c;color:var(--clr-primary)}.h1{font-size:6rem;font-weight:700}.h2{font-size:3.2rem}.subtitle{font-size:2rem;font-weight:400}.textWhite{color:#fff;color:var(--clr-white)}.image{object-fit:cover;width:100%;border-radius:10px;border-radius:var(--radius-btn)}.image:hover{cursor:pointer;-webkit-filter:drop-shadow(2px solid #000);filter:drop-shadow(2px solid black)}.sectionSubtitle{font-size:2.4rem;font-weight:400}.iconCustom{color:#ff777c;color:var(--clr-primary);width:2.5rem!important;height:auto!important;margin:1rem!important;cursor:pointer;transition:all .2s linear;transition:var(--transition)}.iconCustom:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.tooltip{padding:.7rem 1rem!important;color:#fff!important;color:var(--clr-white)!important;font-weight:400!important}.btn,.tooltip{font-size:1.4rem!important}.btn{display:inline-block!important;padding:1rem 2rem!important;border-radius:10px!important;border-radius:var(--radius-btn)!important;border:none!important;color:#222!important;color:var(--clr-black)!important;font-weight:600!important;font-family:inherit!important;text-transform:none!important;line-height:1.8rem!important;cursor:pointer;background:transparent!important;transition:all .2s linear!important;transition:var(--transition)!important;position:relative!important}.btn:before{padding:0}.btn:active .btn:before,.btn:before{content:"";position:absolute;top:0;left:0}.btn:active .btn:before{padding:2rem;background:#a5a297;background:var(--clr-secondary)}.btnPrimary,.btnPrimaryOutlined:hover{background:#ff777c!important;background:var(--clr-primary)!important;color:#fff!important;color:var(--clr-white)!important}.btnPrimaryOutlined{background:transparent!important;color:inherit}.btnOutlined{border:1px solid #ccc!important;border-radius:25px!important;font-weight:400!important;font-size:1.4rem!important;padding:.7rem 1.2rem!important;margin-right:1rem!important;margin-top:1rem!important}.btnBlack{background:#222!important;background:var(--clr-black)!important;color:#fff!important;color:var(--clr-white)!important}.btnBlack:hover{background:#2e2d2d!important;background:var(--clr-black-light)!important}.btnWhite{background:#fff!important;background:var(--clr-white)!important;color:#222!important;color:var(--clr-black)!important}.card{transition:all .2s linear;transition:var(--transition);border-radius:10px;border-radius:var(--radius-btn)}.card:active,.card:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.cardHeader{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:2rem}.cardFooter{padding:1rem 2rem 3rem}.cardFooterTitle{font-size:1.8rem;font-weight:600}.cardFooterSubtitle{font-size:1.4rem;font-weight:400}.cardContent>img{border-bottom-left-radius:0;border-bottom-right-radius:0}.cardsContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-gap:2rem;gap:2rem}.loading{margin:3rem;text-align:center}.singleLinksColumn{background:transparent}.searchPage{padding:5rem 2rem}.searchPageInfoTopPara{font-size:1.4rem;font-weight:400;margin-bottom:.5rem}.searchPageInfoTopParaSpan{position:relative;display:inline-block;margin-right:1.5rem}.searchPageInfoTopParaSpan:before{content:".";position:absolute;top:0;left:-.5rem}.searchPageButtonsContainer{margin-top:1rem}.searchResults{margin-top:3rem}.notFound{padding:2rem 5rem}.header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:1.6rem 5rem;position:-webkit-sticky;position:sticky;top:0;background:var(--clr-white);width:100%;z-index:100;border-bottom:1px solid #ddd;box-shadow:var(--light-shadow)}.headerLogo{object-fit:contain;height:40px}.headerCenter,.headerInputContainer{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.headerInputContainer{-webkit-flex:1 1;flex:1 1;-webkit-justify-content:center;justify-content:center;border:1px solid #ccc;border-radius:var(--radius);max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:2.5rem;height:3rem}.headerInputContainer>input{border:none;outline-width:0}.headerInputContainer,.headerLeft,.headerRight{text-align:center}.headerRight{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.headerRight>*{margin-left:1rem}.headerDatePickerContainer{display:-webkit-flex;display:flex}.datePickerConatiner{position:relative}.banner{background:url(https://images.unsplash.com/photo-1545641203-7d072a14e3b2?auto=format&fit=crop&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&q=80&w=1491) no-repeat 50%/cover,linear-gradient(90deg,#000,rgba(45,66,4,.3));height:60vh;position:relative;-webkit-align-items:center;align-items:center;padding:2rem 5rem}.banner,.bannerInfo{display:-webkit-flex;display:flex}.bannerInfo{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:40rem;text-align:left;color:var(--clr-white)}.MT2{margin-top:2rem}.MT1{margin-top:1rem}.MT3{margin-top:3rem}.MB1{margin-bottom:1rem}.MB2{margin-bottom:2rem}.MB3{margin-bottom:3rem}.liveAnywhere{padding:6rem 5rem}.becomeHostContainer{padding:2rem 5rem}.becomeHost{height:40rem;object-fit:contain;background:url(https://a0.muscache.com/im/pictures/2595054e-d1d9-4fde-8046-58d51fcb3164.jpg?im_w=720) no-repeat 50%/cover;border-radius:1.8rem;-webkit-align-items:center;align-items:center}.becomeHost,.becomeHostInfo{display:-webkit-flex;display:flex}.becomeHostInfo{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:40rem;color:var(--clr-white);margin-left:10rem}.discoverContainer{padding:2rem 5rem}.footer{padding:4rem 5rem 0;background:#f7f7f7;border-top:1px solid #ddd;font-size:1.4rem}.footerContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));grid-gap:2rem;gap:2rem}.footerTitle{font-size:1.2rem;font-weight:700;text-transform:uppercase}.footerLinksTitle{font-size:1.4rem;font-weight:400;text-transform:capitalize;margin-top:1.5rem}.footer a{color:var(--clr-black-light)}.footer a:hover{text-decoration:underline}.footerBottom{border-top:1px solid #ddd;padding:2.6rem 0;margin-top:6rem;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}.footerBottom,.footerBottomLeft,.footerBottomRight{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.footerBottomLeft{-webkit-justify-content:flex-start;justify-content:flex-start}.footerBottomRight{-webkit-justify-content:flex-end;justify-content:flex-end}.footerBottomLeft>*,.footerBottomRightLinks>*,.footerBottomRightSocialIcons>*{margin-right:1rem}.footerBottomRightLinks{display:-webkit-flex;display:flex;margin-right:5rem}.footerBottomRightLinks>a{-webkit-align-items:center;align-items:center}.footerBottomRightLinks>a,.footerBottomRightSocialIcons{display:-webkit-flex;display:flex}.footerBottomLink{position:relative}.footerBottomLink:before{content:".";position:absolute;top:0;left:-.5rem}.developerName,.heart{color:var(--clr-primary)}@media (max-width:700px){.footerBottomCenter,.footerBottomRight{margin-top:2rem}}@media (max-width:1019px){.footerBottomRight{margin-top:2rem}}.search{position:absolute;top:4rem;left:-8rem;transition:var(--transition);box-shadow:var(--dark-shadow);background:var(--clr-white);padding-bottom:2rem}.searchHeading,.searchInputArea{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.searchInputArea>input{margin-right:2rem;width:10rem;border-radius:5px;outline-width:0;height:4rem}.searchInputArea>input:focus{border:1px solid var(--clr-primary)}.searchResult{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;width:70rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:4rem 0;border-bottom:1px solid #ddd}.searchResultImagesConatiner{position:relative}.searchResultImage{object-fit:contain;width:100%;border-radius:10px}.searchResultImageTag{position:absolute;top:1rem;left:1rem;background:var(--clr-white);padding:.4rem .8rem;text-transform:uppercase;font-weight:600;font-size:1.3rem;border-radius:5px}.searchResultInfoContainer{height:100%;display:-webkit-flex;display:flex;padding:0 0 2rem}.searchResultInfo{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;position:relative;width:100%}.searchResultInfoBottom{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-size:1.4rem}.rating{font-weight:600}.reviews{color:var(--clr-grey-6)}.searchResultInfoExcerpt,.searchResultInfoLocationHeading{font-size:1.4rem;font-weight:400;color:var(--clr-grey-6)}.searchResultInfoTitle{font-size:2.4rem;font-weight:400;margin:.3rem 0}.searchResultInfoTitleHR{width:3rem;margin:1rem 0}.searchResultInfoRight{-webkit-justify-content:space-between;justify-content:space-between}.priceConatiner,.searchResultInfoRight{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-end;align-items:flex-end}.priceConatiner{position:absolute;bottom:0;right:0}.actualPrice{font-weight:1.8rem;color:var(--clr-grey-4);text-decoration:line-through;margin-right:.5rem}.salePrice{font-size:1.9rem;font-weight:600;margin-right:.5rem}.totalPrice{text-decoration:underline;font-size:1.4rem;font-weight:400}.priceContainerPrice{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.night{font-size:1.4rem}.searchResultInfoHeart{position:absolute!important;top:0!important;right:0!important}@media (max-width:600px){.priceConatiner{bottom:-2rem}.searchResultInfoBottom{margin-top:1rem}}@media (max-width:560px){.searchResultAbsolute{position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.searchResult{grid-template-columns:1fr}}
/*# sourceMappingURL=main.99c952b4.chunk.css.map */