@import url(https://fonts.googleapis.com/css2?family=Markazi+Text:wght@500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Karla&family=Markazi+Text:wght@500&display=swap);:root{--color-yellow:#f4ce14;--color-green:#495e57;--color-white:#edefee;--color-gray:#333}*{box-sizing:border-box;list-style:none;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#edefee;background-color:var( --color-white);font-family:Karla}a:hover{color:#f4ce14;color:var(--color-yellow)}a,li{color:#333;list-style:none;text-decoration:none}a:active,a:focus{color:#f4ce14;color:var(--color-yellow)}.primayButton{background-color:#f4ce14;background-color:var(--color-yellow);border:none;border-radius:8px;color:#333;color:var(--color-gray);font-size:18px;height:40px;padding:10px;width:150px}.primayButton:hover{background-color:#fcfc8d;box-shadow:.5px .5px .5px .5px rgba(0,0,0,.1);color:#495e57;font-size:17px;height:40px;width:147px}.successButton{background-color:#f4ce14;background-color:var(--color-yellow);border:none;border-radius:8px;color:#edefee;color:var(--color-white);font-size:18px;height:40px;margin-top:2rem;padding:10px;width:200px}.successButton:hover{background-color:#fcfc8d;box-shadow:.5px .5px .5px .5px rgba(0,0,0,.1);color:#495e57;font-size:17px;height:40px;width:180px}.container{display:grid;grid-template-areas:"header header header" "main main main" "footer footer footer";grid-template-columns:15% 1fr 15%;grid-template-rows:100px repeat(3,1fr) 300px;height:100vh}header{grid-area:header}main{grid-area:main}footer{grid-area:footer}.footerContainer{align-items:flex-start;color:var(--color-white);display:flex;flex-wrap:wrap;gap:1rem;padding:2rem;row-gap:2rem}.footerContainer li{padding:.2rem}.footerContainer a,.footerContainer li{color:var(--color-white)}footer{background-color:var( --color-green);justify-content:center}.footerContainer a,footer{align-items:center;display:flex}.footerContainer a{gap:.5rem;max-width:100%;min-width:300px}.footerContainer img{-webkit-filter:brightness(100);filter:brightness(100);padding-bottom:2rem;width:120px}.copyrights{text-align:center}a:hover,footer li{color:var( --color-yellow)}.footerContainer article h4{padding-bottom:2rem}nav{align-items:center;background-color:var(--color-white);justify-content:center;min-height:6.25rem;position:fixed;top:0;transition:width 2s,height 2s,-webkit-transform 1s;transition:width 2s,height 2s,transform 1s;transition:width 2s,height 2s,transform 1s,-webkit-transform 1s;width:100%}nav,nav ul{display:flex;gap:4rem}.hamburguerNav{align-items:center;justify-content:center;min-height:6.25rem;min-width:400px}.hamburguerNav,.hamburguerNav ul{display:flex;flex-direction:row;gap:4rem}.active{color:var(--color-green);font-weight:700}.nav__menu{align-items:center;display:flex;gap:3rem;justify-content:space-around}.nav__toggler{display:none}.nav__toggler div{background:var(--color-green);border:2px;border-color:blue;border-radius:8px;height:.2rem;margin:.4rem;transition:.3s ease-in;width:2.5rem}@media screen and (max-width:768px){.nav__toggler{color:var(--color-green);cursor:pointer;display:block}.nav__menu{background:var(--color-green);flex-direction:column;height:60vh;padding:5rem;position:fixed;right:0;top:12vh;-webkit-transform:translateX(100%);transform:translateX(100%);transition:.5s ease-in;width:50vw}a{color:var(--color-yellow)}a:hover{color:var(--color-white)}}.nav__active{-webkit-transform:translateX(0);transform:translateX(0)}.toggle .line1{color:var(--color-green);-webkit-transform:rotate(-45deg) translate(-4px,5px);transform:rotate(-45deg) translate(-4px,5px)}.toggle .line2{color:var(--color-green);opacity:0}.toggle .line3{color:var(--color-green);-webkit-transform:rotate(45deg) translate(-4px,-5px);transform:rotate(45deg) translate(-4px,-5px)}.bookingContainer{display:flex;flex-direction:column;height:100vh;justify-content:center;padding-bottom:5rem;width:100vh}@media (max-width:600px){.bookingContainer{height:100vh;width:50vh}}.bookingContainer input,select{border-radius:8px;margin:8px 0;padding:12px 20px}input[type=text]:focus{background-color:#e2ffea}label{padding-top:5px}.formButton{background-color:var(--color-yellow);border:none;border-radius:8px;color:var(--color-gray);font-size:18px;height:40px;margin-top:1rem;padding:10px;width:100%}.formButton:hover{background-color:#fcfc8d;box-shadow:.5px .5px .5px .5px rgba(0,0,0,.1);color:#495e57;font-size:17px;height:40px;width:100%}.error{color:red;font-size:12px}.loader{align-items:center;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;border-radius:50%;display:flex;height:48px;justify-content:center;margin-left:50%;margin-top:1rem;position:relative;width:48px}.loader:before{-webkit-animation:prixClipFix 2s linear infinite;animation:prixClipFix 2s linear infinite;border:5px solid var(--color-green);border-radius:50%;box-sizing:border-box;content:"";inset:0;position:absolute}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.bookingPageContainer,.successContainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.successContainer{background-color:var(--color-white);height:50vh}.successContainer h1{color:var(--color-green);font-size:21px;font-weight:700}.successContainer h4{color:var(--color-green);font-size:16px;font-weight:400}.successContainer h4 span{color:var(--color-green);font-size:14px;font-weight:700}.confirm{padding-bottom:1rem;text-align:center}.confirm img{padding-bottom:1rem;width:80px}.reviewsContainer{background-color:var(--color-white);border-radius:8px;box-shadow:.5px .5px .5px .5px rgba(0,0,0,.1);display:flex;gap:5rem;height:265px;width:300px}.avatar{border-radius:50%;box-shadow:1px 1px 1px 1px rgba(0,0,0,.2);vertical-align:middle}.pictures{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:5px}.reviewsContainer p{padding:1rem}.aboutContainer{align-items:center;display:flex;flex-wrap:wrap;gap:50px;justify-content:center;max-width:1200px}.aboutSection p{Line-height:23.38px;font-size:20px;font-weight:700;height:minmax(200,322);width:370px}.aboutSection h1{Line-height:76.81px;font-family:Markazi Text;font-size:64px;font-weight:500px}.aboutSection h6{Line-height:48.01px;font-family:Markazi Text;font-size:40px;font-weight:400px}.cardContainer{box-shadow:.5px .5px .5px .5px rgba(0,0,0,.1);display:flex;gap:5rem;height:435px;width:100%;width:280px}@media only screen and (max-width:600px){.cardContainer{gap:2rem;height:500px;width:380px}article>img{height:auto;width:380px}}.cardContainer img{border-radius:8px}.cardContainer h1{font-size:60px}.cardContainer h1,.cardContainer h3{color:var( --color-gray);font-family:Markazi Text;font-weight:500px}.cardContainer h3{font-size:24px}.cardContainer h4{color:var( --color-gray);font-size:16px;font-weight:500px}.title{justify-content:space-between}.order,.title{align-items:center;display:flex;padding-bottom:40px}.order{gap:15px;padding-top:1rem;width:100%}.cardContainer>p,h3,h4{padding:.5rem}.cardContainer h6{font-family:Markazi Text;font-size:14px}.cardContainer p{font-size:16px}.cardContainer:hover{box-shadow:2px 2px 2px 1px rgba(0,0,0,.2)}.hero{align-items:flex-start;display:flex;flex-wrap:wrap;gap:80px;height:minmax(60%,100%);justify-content:center;min-width:350px}.hero p{Line-height:23.38px;color:var( --color-white);font-family:karla;font-size:20px;font-weight:400;min-width:300px;padding-bottom:50px;width:350px}.hero h1{color:var( --color-yellow);font-size:60px;font-weight:700px}.hero h1,.hero h2{font-family:Markazi Text}.hero h2{color:var( --color-white);font-size:40px;font-weight:100;padding:none}.hero img{border-radius:16px;height:auto;margin:10px;max-height:300px;max-width:350px;width:auto}.heroSection{background-color:var( --color-green);-webkit-column-gap:2rem;column-gap:2rem;justify-content:center;max-height:700px;min-height:380px}.heroSection,.specialsTitle{align-items:center;display:flex;width:100%}.specialsTitle{flex-wrap:wrap;gap:40px;justify-content:space-around;padding-bottom:70px;padding-top:70px}.specialSection{gap:5rem;height:auto;width:100%}.specialSection,.testimonialSection{display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:4rem}.testimonialSection{align-items:center;background-color:var( --color-green);gap:2rem;min-height:400px;padding-top:4rem}.aboutSection{max-width:100%;min-width:400px;padding-bottom:4rem}.aboutSection,.underConstruction{display:flex;justify-content:center}.underConstruction{align-items:center;height:50vh}.underConstruction img{display:flex;justify-content:center;width:50%}@media screen and (max-width:768px){.underConstruction img{width:100vw}}
/*# sourceMappingURL=main.cf089de6.css.map*/