.btn,.btn:link,.btn:visited{display:inline-block;padding:.8rem 1.6rem;text-decoration:none;text-transform:uppercase;text-align:center;font-size:1.6rem;font-weight:600;color:var(--black);letter-spacing:.5px;border:1px solid transparent;transition:all .2s ease-in}.btn:hover,.btn:active{cursor:pointer}.btn-primary,.btn-primary:link,.btn-primary:visited{background-color:var(--primary);color:var(--black)}.btn-primary:hover,.btn-primary:active{background-color:var(--primary--shade);color:var(--white)}.btn-primary--outline,.btn-primary--outline:link,.btn-primary--outline:visited{color:var(--primary);border:1px solid var(--primary)}.btn-primary--outline:hover,.btn-primary--outline:active{background-color:var(--primary);color:var(--black)}.section-heading{font-size:4.8rem;font-weight:300;text-transform:uppercase;text-align:center;margin-bottom:4.8rem}.subsection-heading{font-size:3.8rem;font-weight:400;text-align:center;margin-bottom:3.2rem}.section-link-container{text-align:center;margin-top:3.2rem}.section-link:link,.section-link:visited{display:inline-block;text-decoration:none;color:var(--black);font-size:1.6rem;line-height:1.3;border-bottom:1px solid var(--primary);transition:all .2s ease-in}.section-link:hover,.section-link:active{border-bottom:1px solid var(--primary--shade);color:var(--primary--shade)}.container{max-width:1100px;margin:0 auto}:root{--primary--light: #fee9c3;--primary--tint: #fddb9b;--primary: #faa307;--primary--shade: #c88304;--primary--dark: #784f02;--secondary--light: #ffc2c2;--secondary--tint: #ff4747;--secondary: #d00000;--secondary--shade: #b80000;--secondary--dark: #7a0000;--gray: #777;--gray--light: #e0e0e0;--gray--shade: #adadad;--gray--dark: #333;--black: #000;--black--shade: #03071e;--white: #fff;--white--shade: #eee}*{margin:0;padding:0;border:0;box-sizing:border-box}html{font-size:62.5%;font-family:Open Sans,sans-serif;font-weight:400;scroll-behavior:smooth}body{line-height:1}ul,ol{list-style:none}section{padding:9.6rem 0}.header{position:fixed;top:0;left:0;z-index:99;height:70px;width:100%;background-color:var(--primary--light)}.header-container{max-width:1300px;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-logo{height:60%}.header-icon{background-color:transparent;display:none}.header-icon:hover,.header-icon:active{cursor:pointer}.header-icon--open,.header-icon--close{font-size:3rem;color:var(--black)}.header-icon--open:hover,.header-icon--close:hover{color:var(--primary--shade)}.header-nav{display:flex;align-items:center;justify-content:space-around;gap:4.8rem}.header-link:link,.header-link:visited{font-size:2.2rem;font-weight:600;text-decoration:none;color:var(--black);border-bottom:1px solid transparent;transition:all .2s ease-in}.header-link:active,.header-link:hover{cursor:pointer;color:var(--primary--shade);border-bottom:1px solid var(--primary--shade)}.hero-section{height:100vh;background-image:url(/img/hero/hero-1.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;z-index:0}.hero-section:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#000000b3;z-index:-1}.hero-container{max-width:1200px;margin:0 auto;height:100%}.hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4.8rem}.hero-text,.hero-form{align-self:center;justify-self:center}.hero-heading{font-size:6rem;font-weight:700;color:var(--gray--light);line-height:1.1;letter-spacing:.2rem}.hero-subheading{font-size:3rem;color:var(--gray--shade);font-weight:300;line-height:1.1}.hero-form{width:70%}.booking--container{display:grid;grid-template-columns:1fr 1fr;grid-gap:.8rem;background-color:var(--gray--dark);padding:.8rem}.booking--box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.2rem 0;background-color:var(--primary);color:var(--black)}.booking--box:nth-child(2){background-color:var(--primary--light);color:var(--black)}.booking--text{font-weight:300;font-size:3rem;margin-bottom:1.6rem}.booking--day{font-weight:700;font-size:4.8rem;margin-bottom:.8rem}.booking--month{font-weight:700;font-size:2.4rem}.intro-text-box{display:flex;flex-direction:column;gap:2.4rem;align-items:center;justify-content:center}.intro-text{font-size:1.6rem;font-weight:400;text-align:justify;line-height:1.6;width:70%}.featured-section{background-color:var(--primary--tint)}.featured-grid{display:grid;grid-template-columns:1.5fr 4fr;grid-gap:7.2rem}.rating{border-right:1px solid var(--primary)}.rating-star{display:flex;align-items:center;gap:.8rem;margin-bottom:2.4rem}.rating-star-icon{font-size:2.4rem;color:var(--primary)}.rating-count{font-size:1.6rem;font-weight:600;color:var(--primary--dark);align-self:flex-end}.rating-text{font-size:1.4rem;line-height:1.6}.rating-text--inner{font-weight:700;color:var(--primary--dark)}.rating-text--link:link,.rating-text--link:visited{display:inline-block;color:inherit;text-decoration:none;border-bottom:1px solid var(--primary);transition:all .2s ease-in}.rating-text--link:hover,.rating-text--link:active{color:var(--primary--dark)}.reviews{display:grid;grid-template-columns:1fr 1fr;column-gap:6.4rem;row-gap:3.2rem}.review{display:grid;grid-template-columns:1fr 3fr;column-gap:2.4rem;row-gap:1.6rem}.review-img{display:block;height:8rem;width:8rem;border-radius:50%;grid-row:1 / span 2;justify-self:center}.review-text{align-self:center;font-size:1.2rem;text-align:justify;line-height:1.6}.review-name{align-self:flex-end;justify-self:flex-end;color:var(--gray--dark)}.ammenities{display:grid;grid-template-columns:repeat(3,1fr);row-gap:3.2rem;column-gap:6.4rem;justify-items:center}.ammenity{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;padding:1.6rem;box-shadow:0 0 5px #000000b3;border-radius:9px}.ammenity:nth-child(1),.ammenity:nth-child(4){justify-self:end}.ammenity:nth-child(3),.ammenity:nth-child(6){justify-self:start}.ammenity-heading{font-size:2.4rem;font-weight:400;margin-bottom:1.2rem}.ammenity-icon{font-size:3rem;color:var(--secondary);margin-bottom:2.4rem}.ammenity-text{font-size:1.2rem;font-weight:500;line-height:1.5;text-align:center}.rooms{display:grid;grid-template-columns:repeat(3,1fr);gap:7.2rem}.room{box-shadow:0 3.2rem 6.4rem #0000000d;border-radius:9px;overflow:hidden}.room-header{overflow:hidden}.room-image{display:block;width:100%;height:20rem;transition:all .2s ease-in}.room-image:hover{transform:scale(1.2)}.room-body{padding:2.4rem 4.8rem}.room-title{font-size:3rem;line-height:1.3;margin-bottom:1.6rem}.room-features{display:flex;flex-direction:column;gap:1.2rem}.room-feature{display:flex;align-items:center;gap:1rem}.room-icon{color:var(--primary);font-size:2.4rem}.room-text{text-transform:capitalize;font-size:1.6rem;font-weight:500}.gallery-outer{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem}.gallery-inner{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.2rem}.gallery-text{grid-column:span 2}.gallery-image{width:100%;height:15rem;transition:all .2s ease-in}.gallery-image:hover{transform:translateY(-5%)}.loc-section{background-color:var(--primary--tint)}#map{height:30rem}.footer{padding:9.6rem 0}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4.8rem}.footer-head{font-size:2.4rem;font-weight:600;color:var(--gray--shade);margin-bottom:3.2rem}.footer-links{display:flex;flex-direction:column;gap:1.6rem}.footer-link{font-size:1.6rem;color:var(--gray);line-height:1.5}.footer-link a:link,.footer-link a:visited{text-decoration:none;border-bottom:1px solid var(--primary);color:inherit;transition:all .2s ease-in}.footer-link a:hover,.footer-link a:active{border-bottom:1px solid var(--primary--shade);color:var(--black)}.footer-logo{height:1.6rem}.footer-icons{display:flex;gap:1.2rem}.footer-link.footer-icons a:link,.footer-link.footer-icons a:visited{border-bottom:none}@media (max-width: 83em){.header-container{max-width:1100px}.hero-container,.container{max-width:1000px}.hero-form{width:80%}.ammenity{width:60%}.rooms{gap:4.8rem}.section-link:link,.section-link:visited{font-size:2rem}}@media (max-width: 70em){.header-container{max-width:900px;padding:0 1.6rem}.hero-container,.container{max-width:900px;padding:0 2.4rem}.hero-form{width:90%}.featured-grid{grid-gap:2.4rem}.reviews{gap:2.4rem}.review{gap:1.6rem}.review-img{height:6rem;width:6rem;grid-row:1}.review-name{grid-column:1 / span 2}.ammenity{width:70%}.room-body{padding:1.2rem 2.4rem}.room-title{margin-bottom:1.2rem}.room-features{margin-left:1.2rem}.gallery-image{height:13rem}}@media (max-width: 57em){.header-icon{display:block;position:relative;z-index:100}.header-icon--open{display:inline-block}.header-icon--close,.header.nav-open .header-icon--open{display:none}.header.nav-open .header-icon--close{display:inline-block}.header-nav{justify-content:center;gap:6.4rem;height:100vh;width:100%;position:absolute;top:0;left:0;flex-direction:column;background-color:var(--primary--light);transform:translateY(-100%);transition:all .2s ease-in}.header.nav-open .header-nav{transform:translateY(0)}.hero-heading{font-size:4.8rem}.hero-subheading{font-size:2.4rem}.hero-grid{grid-gap:1.2rem}.hero-form{width:100%}.booking--container{padding:0}.booking--box{padding:.8rem 0}.booking--text{font-size:2.4rem;margin-bottom:1.2rem}.booking--day{margin-bottom:0}.intro-text{width:100%}.featured-grid{grid-template-columns:1.3fr 2fr}.reviews{grid-template-columns:1fr}.review-img{height:8rem;width:8rem;grid-row:1 / span 2}.review-name{grid-column:2}.ammenity{width:82%}.rooms{grid-template-columns:1fr 1fr;gap:7.2rem}.room:nth-child(3){grid-column:1 / span 2;width:45%;justify-self:center}}@media (max-width: 44em){.btn,.btn:link,.btn:visited{font-size:2rem;padding:1.2rem 2.4rem}.section-heading{font-size:3.8rem}.section-subheading{font-size:3rem}.hero-grid{grid-template-columns:1fr;grid-gap:4.8rem}.hero-text{text-align:center;text-transform:capitalize}.hero-heading{font-size:6rem}.hero-form{align-self:start;width:80%}.booking--text{font-size:3.2rem}.featured-section{padding-bottom:4.8rem}.featured-grid{grid-template-columns:1fr;grid-gap:4.8rem}.rating{border-right:none;border-bottom:1px solid var(--primary);display:grid;grid-template-columns:1fr 1fr;column-gap:2.4rem;align-items:center;justify-items:center;padding-bottom:4.8rem}.rating h3{grid-column:1 / span 2}.rating-star{margin-bottom:0}.review-text{font-size:1.4rem}.review-name{font-size:1.2rem}.ammenities{grid-template-columns:repeat(2,1fr);gap:3.2rem}.ammenity:nth-child(odd){justify-self:end}.ammenity:nth-child(2n){justify-self:start}.rooms{grid-template-columns:1fr;gap:2.4rem}.room,.room:nth-child(3){width:65%;justify-self:center;grid-column:unset}.gallery-outer{grid-template-columns:1fr;row-gap:4.8rem}.gallery-image{height:16rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-item:last-child{grid-column:1 / span 2;justify-self:center}}@media (max-width: 32em){html{font-size:45%}.section-heading{font-size:4.8rem}.section-link:link,.section-link:visited{font-size:2.4rem}.header{height:60px}.hero-subheading{font-size:3rem}.intro-text{font-size:2rem}.hero-form{width:85%}.featured-section .section-heading{display:none}.featured-section .container:before{display:block;content:"see what they say";text-transform:uppercase;text-align:center;font-size:4.8rem;font-weight:300;margin-bottom:4.8rem}.featured-grid{gap:2.4rem}.rating{padding-bottom:2.4rem}.rating-text,.review-text{font-size:1.6rem}.review-name{font-size:1.4rem}.ammenities{gap:4.8rem}.ammenity{width:90%}.ammenity-text{font-size:1.6rem}.rooms{gap:4.8rem}.room,.room:nth-child(3){width:80%}.room-title{font-size:3.8rem;margin-bottom:2.4rem}.room-body{padding:2.4rem 4.8rem}.room-features{gap:1.6rem}.room-icon,.room-text{font-size:2.4rem}.gallery-image{height:20rem}.leaflet-popup-content{font-size:2rem}.footer-grid{grid-template-columns:1fr}.footer-item:last-child{grid-column:auto;justify-self:stretch}.footer-item{width:70%;margin:0 auto}.footer-head{font-size:3rem}.footer-link{font-size:2.4rem}.footer-logo{height:2.4rem}}.mb-sm{margin-bottom:1.6rem!important}.mb-md{margin-bottom:4.8rem!important}.mb-lg{margin-bottom:8.4rem!important}
