*{box-sizing:border-box;font-family:Raleway,sans-serif;margin:0;padding:0;scroll-behavior:smooth;text-decoration:none}body{background-color:#16120c}#home-about,#istrazi,#lokacija,#sadrzaj{scroll-margin-top:80px}.back-to-top-btn{align-items:center;background-color:#a88357;border:none;border-radius:50%;bottom:15vh;display:none;display:flex;height:3rem;justify-content:center;opacity:0;padding-top:6px;position:fixed;right:10px;transition:all .3s ease-in-out;width:3rem;z-index:10}.back-to-top-btn i{color:#fff;font-size:2rem}.back-to-top-btn:hover{background-color:#a88357}.back-to-top-btn.visible{animation:btn-opacity .4s ease-in-out forwards;display:block}.back-to-top-btn.closing{animation:btn-opacity-reverse .4s ease-in-out forwards}@keyframes btn-opacity{0%{opacity:0}to{opacity:1}}@keyframes btn-opacity-reverse{0%{opacity:1}to{opacity:0}}.modal-overlay{background-color:rgba(0,0,0,.883);height:100%;left:0;margin:0;padding:0;position:fixed;top:0;width:100%;z-index:100000}.modal-overlay,.modal-overlay .modal-content{align-items:center;display:flex;justify-content:center}.modal-overlay .modal-content{position:relative;width:90%}.modal-overlay .modal-image{height:100%;object-fit:contain;width:100%}.modal-overlay .modal-arrow-left,.modal-overlay .modal-arrow-right{background-color:#00000080;border:3px solid #a88357;border-radius:50%;color:#fff;cursor:pointer;font-size:1.3rem;height:2.6rem;padding-top:5px;position:absolute;top:50%;transform:translateY(-50%);width:2.6rem;z-index:10}.modal-overlay .modal-arrow-left{left:10px}.modal-overlay .modal-arrow-right{right:10px}.modal-overlay .modal-arrow-left:hover,.modal-overlay .modal-arrow-right:hover{background-color:#000c}.modal-overlay .modal-close-button{background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.8rem;position:absolute;right:10px;top:10px}.modal-overlay .modal-close-button::hover{color:#ffffffb3}@media only screen and (min-width:650px){.modal-overlay .modal-content{width:70%}}@media only screen and (min-width:1024px){.modal-overlay .modal-content{width:55%}.back-to-top-btn{right:25px}}#navigation{align-items:center;background-color:#222;display:flex;gap:15px;height:8vh;justify-content:space-around;padding:20px;position:fixed;right:0;top:0;transition:all .5s;width:100%;z-index:100}#navigation .navigation-logo{left:50%;margin-bottom:-3px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:5vh}#navigation .book-btn{border:1px solid #fff;color:#fff;font-size:.8rem;font-weight:600;padding:6px 12px;transition:all .5s ease}#navigation .book-btn:hover{border-color:#a88357;color:#a88357}.nav-links{background:linear-gradient(rgba(0,0,0,.898),#000);box-shadow:2px 5px 10px rgba(31,31,31,.714);flex-direction:column;height:100vh;left:-100%;list-style:none;margin:auto;padding:20% 15px 10px;position:fixed;top:0;transition:.3s;width:60%;z-index:1000}.nav-links,.nav-links li{text-align:center}.nav-links li .navbar-links{color:#fff;display:inline-block;font-size:1.2rem;font-weight:600;list-style:none;margin-bottom:15px;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.nav-links li .navbar-links:hover{color:#c4a67b}.nav-links li .reservation-btn-nav{color:#c4a67b;display:inline-block;font-size:1rem;transition:all .4s ease}.nav-links li .reservation-btn-nav i{position:relative;top:2px}.nav-links li .reservation-btn-nav:hover{color:#a88357}.nav-links .social-links{align-items:center;display:flex;gap:15px;justify-content:center;margin-top:20px}.nav-links .social-links a{color:#a88357;font-size:1.4rem;text-decoration:none}.nav-links .social-links a i{transition:all .5s}.nav-links .social-links a i:hover{color:#fff}.nav-links.active{left:0}.hamburger{cursor:pointer;display:none}.hamburger .bar{background-color:#fff;border-radius:5px;display:block;margin:6px auto;transition:all .3s ease-in-out}.hamburger .bar:first-child{height:2px;width:30px}.hamburger .bar:nth-child(2){height:2px;margin-right:2.5px;width:25px}.hamburger .bar:nth-child(3){height:2px;margin-right:0;width:30px}.hamburger{display:block;z-index:1001}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:first-child{transform:translateY(2px) rotate(45deg);width:25px}.hamburger.active .bar:nth-child(3){transform:translateY(-14px) rotate(-45deg);width:25px}@media only screen and (min-width:700px){#navigation .nav-links{padding:20px 15px 30px}#navigation .nav-links li{margin-bottom:9px}#navigation .nav-links li a{font-size:1rem;font-weight:500}#navigation .navbar-links{font-size:1.2rem;font-weight:500}#navigation .social-links{margin-top:10px}}@media only screen and (min-width:1024px){#navigation{padding:20px 10%}#navigation .navigation-logo{display:none}#navigation .nav-links{align-items:center;background:none!important;box-shadow:none;display:flex;flex-direction:row;height:-webkit-fit-content;height:fit-content;justify-content:space-between;padding:0;position:static;text-align:left;transition:none;width:100%}#navigation .navbar-links{background:none;font-size:1rem;font-weight:600;margin:0 15px}#navigation .social-links,.hamburger{display:none}}footer{background-color:#16120c;padding:20px;width:100%}footer img{margin-left:-10px;width:6rem}footer .footer-links{list-style:none}footer .footer-links li{display:flex;margin:5px 0;transform:translateX(0);transition:all .5 ease-in}footer .footer-links li i{color:#a88357;margin-right:5px;transition:all .5s}footer .footer-links li i:hover{color:#fff}footer .footer-links li a{color:#fff;font-weight:500}footer .footer-links li h4{color:#fff;font-weight:500;margin-left:5px}footer .footer-links li:hover{color:#eee;transform:translateX(5px)}footer .footer-social{align-items:center;display:flex;gap:15px;margin:20px 0}footer .footer-social a{color:#a88357;font-size:1.4rem;transition:all .5s}footer .footer-social a:hover{color:#fff}footer .footer-rights{color:#c3c0c0;font-size:.9rem}@media only screen and (min-width:650px){footer{margin:0 auto;width:70%}}.error-page{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:0 auto;padding:20px;position:relative;text-align:center;width:100%}.error-page img{margin:10px auto;position:relative;width:40%;z-index:2}.error-page h2{color:#c4a67b;font-size:1.5rem;font-weight:600;margin-bottom:10px;position:relative;z-index:2}.error-page .btn,.error-page p{color:#fff;position:relative;z-index:2}.error-page .btn{background-color:#a88357;border:none;border-radius:30px;display:inline-block;display:flex;font-weight:500;margin:20px auto;padding:8px 20px;transition:all .5s ease;transition:all .5s;width:-webkit-fit-content;width:fit-content}.error-page .btn:hover{background-color:#fff;color:#a88357}@media only screen and (min-width:600px){.error-page{width:70%}.error-page img{width:8rem}}@media only screen and (min-width:1024px){.error-page{width:55%}}.main{height:95vh;position:relative;width:100%}.main img{height:100%;object-fit:cover;object-position:center;width:100%}.main:after{background:linear-gradient(rgba(0,0,0,.922),rgba(0,0,0,.431),rgba(41,33,21,.365) 45%,#16120c);bottom:-1%;content:"";height:102%;left:0;position:absolute;width:100%;z-index:1}.main .main-bio{bottom:5%;left:10%;margin:10px auto;position:absolute;text-align:left;width:80%;z-index:2}.main .main-bio h1{font-size:2.2rem;font-weight:100;line-height:2.2rem;margin-bottom:5px;text-transform:uppercase}.main .main-bio h1,.main .main-bio h5{color:#fff;font-family:Playfair Display,sans-serif}.main .main-bio h5{font-size:1rem;font-weight:300}.main .main-bio h5 span{color:#a88357;font-family:inherit;font-weight:700}.main .main-bio .down-btn{animation:moveArrow 1.5s infinite;bottom:-45%;color:#a88357;display:inline-block;font-size:2rem;left:45%;position:absolute;z-index:2}@keyframes moveArrow{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@media only screen and (min-width:650px){.main .main-bio{bottom:5%;left:15%;width:70%}}.home-about{color:#fff;margin:50px auto 10px;padding:20px;position:relative;width:90%;z-index:3}.home-about h2{border-bottom:6px solid #a88357;cursor:pointer;font-family:Playfair Display,sans-serif;font-weight:900;margin-bottom:25px;padding-bottom:2px;transition:all .5s;width:-webkit-fit-content;width:fit-content}.home-about h2:hover{padding-left:10px}.home-about p{font-family:Playfair Display,sans-serif;font-size:1rem;font-weight:100;word-spacing:3px}@media only screen and (min-width:650px){.home-about{width:70%}}@media only screen and (min-width:1024px){.home-about{width:55%}}.slider-container{margin:50px auto;overflow:hidden;position:relative;width:100%}.slider-container .slider-wrapper{align-items:center;display:flex;height:30vh;justify-content:center;position:relative}.slider-container .slider-wrapper .slider-image{aspect-ratio:1;cursor:pointer;object-fit:cover;opacity:0;position:absolute;transform:scale(.8);transition:transform .5s,opacity .2s;width:90%}.slider-container .slider-wrapper .slider-image.current{opacity:1;transform:scale(.8) translateX(0);z-index:3}.slider-container .slider-wrapper .slider-image.previous{opacity:.5;transform:scale(.55) translateX(-50%);z-index:2}.slider-container .slider-wrapper .slider-image.next{opacity:.5;transform:scale(.55) translateX(50%);z-index:2}.slider-container .slider-wrapper .slider-image.left-most,.slider-container .slider-wrapper .slider-image.right-most{opacity:.6;transform:scale(.7);z-index:1}.slider-container .slider-wrapper .slider-arrow-left,.slider-container .slider-wrapper .slider-arrow-right{aspect-ratio:1;background-color:#00000080;border:3px solid #a88357;border-radius:50%;color:#fff;cursor:pointer;font-size:1.3rem;height:2.6rem;padding:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.slider-container .slider-wrapper .slider-arrow-left{left:10px}.slider-container .slider-wrapper .slider-arrow-right{right:10px}.slider-container .slider-wrapper .slider-arrow-left:hover,.slider-container .slider-wrapper .slider-arrow-right:hover{background-color:#000c}@media only screen and (min-width:650px){.slider-container .slider-wrapper{height:40vh}.slider-container .slider-wrapper .slider-image{width:70%}.slider-container .slider-wrapper .slider-image.previous{transform:scale(.45) translateX(-120%)}.slider-container .slider-wrapper .slider-image.next{transform:scale(.45) translateX(120%)}}@media only screen and (min-width:1024px){.slider-container .slider-wrapper{height:50vh}.slider-container .slider-wrapper .slider-image{width:35%}.slider-container .slider-wrapper .slider-image.current{transform:scale(1) translateX(0)}.slider-container .slider-wrapper .slider-image.previous{opacity:.5;transform:translateX(-80%) scale(.6)}.slider-container .slider-wrapper .slider-image.next{opacity:.5;transform:translateX(80%) scale(.6)}.slider-container .slider-wrapper .slider-image.left-most{opacity:.1;transform:translateX(-120%) scale(.58)}.slider-container .slider-wrapper .slider-image.right-most{opacity:.1;transform:translateX(120%) scale(.58)}.slider-container .slider-wrapper .slider-arrow-left{left:5%}.slider-container .slider-wrapper .slider-arrow-right{right:5%}}.features{margin:20px auto 10px;padding:20px;width:90%}.features h2{border-bottom:6px solid #a88357;color:#fff;cursor:pointer;font-family:Playfair Display,sans-serif;font-weight:900;margin-bottom:25px;padding-bottom:2px;transition:all .5s;width:-webkit-fit-content;width:fit-content}.features h2:hover{padding-left:10px}.features ul{color:#fff;margin-bottom:15px;padding-left:15px}.features ul li{font-family:Playfair Display,sans-serif;margin-bottom:5px}.features .home-features{grid-gap:15px;color:#fff;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);padding:20px 0 10px}.features .home-features .features-box{text-align:center;transition:all .5s}.features .home-features .features-box h5{font-weight:500}.features .home-features .features-box i{color:#a88357}.features .home-features .features-box:hover{transform:scale(1.1)}@media only screen and (min-width:650px){.features{width:70%}.features .home-features{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1024px){.features{width:55%}.features .home-features{gap:25px;grid-template-columns:repeat(5,1fr)}}.location{margin:10px auto;padding:20px;width:90%}.location h2{border-bottom:6px solid #a88357;color:#fff;cursor:pointer;font-family:Playfair Display,sans-serif;font-weight:900;margin-bottom:15px;padding-bottom:2px;transition:all .5s;width:-webkit-fit-content;width:fit-content}.location h2:hover{padding-left:10px}.location .location-box{color:#fff;cursor:pointer;display:flex;font-size:1.1rem;margin-bottom:10px;transition:all .5s}.location .location-box i{color:#a88357;padding-right:5px}.location .location-box h4{font-weight:400;margin-left:5px}.location .location-box a{color:#fff;cursor:pointer;font-weight:400;transition:all .5s}.location .location-box a:hover{color:#a88357}.location .location-box:hover{color:#a88357;transform:translateX(5px)}.location iframe{filter:grayscale(100%)}@media only screen and (min-width:650px){.location{width:70%}}@media only screen and (min-width:1024px){.location{width:55%}.location .location-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:auto 3fr}.location .location-grid iframe{height:350px}}.reviews{color:#fff;margin:10px auto;padding:20px;position:relative;width:90%;z-index:3}.reviews h2{border-bottom:6px solid #a88357;cursor:pointer;font-family:Playfair Display,sans-serif;font-weight:900;margin-bottom:25px;padding-bottom:2px;transition:all .5s;width:-webkit-fit-content;width:fit-content}.reviews h2:hover{padding-left:10px}.reviews .reviews-grid{display:grid;grid-template-columns:repeat(1,1fr)}.reviews .reviews-grid .review-card{margin:10px 0}.reviews .reviews-grid .review-card h3{cursor:pointer;font-size:1.1rem;font-weight:600;margin-left:25px;transition:all .5s}.reviews .reviews-grid .review-card h3:hover{color:#a88357;transform:translateX(6px) scale(1.05)}.reviews .reviews-grid .review-card .review-text{display:flex;gap:5px}.reviews .reviews-grid .review-card .review-text i{color:#a88357}.reviews .reviews-grid .review-card .review-text p{font-family:Playfair Display,sans-serif;font-size:1rem}@media only screen and (min-width:650px){.reviews{color:#fff;margin:10px auto;padding:20px;position:relative;width:70%;z-index:3}.reviews .reviews-grid{display:grid;grid-template-columns:repeat(1,1fr)}}@media only screen and (min-width:1024px){.reviews{color:#fff;margin:10px auto;padding:20px;position:relative;width:55%;z-index:3}.reviews .reviews-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr)}}.explore{margin:10px auto;padding:20px;width:90%}.explore h2{border-bottom:6px solid #a88357;color:#fff;cursor:pointer;font-family:Playfair Display,sans-serif;font-weight:900;margin-bottom:15px;padding-bottom:2px;transition:all .5s;width:-webkit-fit-content;width:fit-content}.explore h2:hover{padding-left:10px}.explore .explore-grid{display:grid;grid-template-columns:repeat(1,1fr)}.explore .explore-grid .explore-box{margin-bottom:15px}.explore .explore-grid .explore-box .explore-title{align-items:center;display:flex;gap:20px}.explore .explore-grid .explore-box .explore-title h3{align-items:center;background-color:#a88357;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-family:Playfair Display,sans-serif;font-size:1.4rem;height:2.8rem;justify-content:center;padding-bottom:8px;transition:all .5s;width:2.8rem}.explore .explore-grid .explore-box .explore-title h3:hover{background-color:#fff;color:#a88357}.explore .explore-grid .explore-box .explore-title .title h5{color:#fff;cursor:pointer;font-size:1.1rem;margin-bottom:5px;transition:all .5s}.explore .explore-grid .explore-box .explore-title .title h5:hover{color:#a88357}.explore .explore-grid .explore-box .explore-title .title div{display:flex;gap:5px;margin-top:5px}.explore .explore-grid .explore-box .explore-title .title div i{color:#a88357;cursor:pointer;transition:all .5s}.explore .explore-grid .explore-box .explore-title .title div i:hover{color:#fff}.explore .explore-grid .explore-box h6{color:#fff;font-size:1rem;margin-left:60px;margin-top:10px}.explore .explore-grid .explore-box h6 i{color:#a88357}.explore .explore-grid .explore-box p{color:#fff;font-family:Playfair Display,sans-serif;margin-left:60px}@media only screen and (min-width:650px){.explore{width:70%}}@media only screen and (min-width:1024px){.explore{width:55%}.explore .explore-grid{gap:25px;grid-template-columns:repeat(2,1fr)}}.gallery-home{height:50vh;margin:0 auto 30px;overflow:hidden;padding-bottom:10px;position:relative;width:100%}.gallery-home:after{border-bottom-left-radius:50%;border-bottom-right-radius:50%;height:12vh;top:0}.gallery-home:after,.gallery-home:before{background-color:#16120c;content:"";left:-25%;position:absolute;width:150%;z-index:5}.gallery-home:before{border-top-left-radius:50%;border-top-right-radius:50%;bottom:0;height:6vh}.gallery-home .slider-wrapper{align-items:center;display:flex;height:55vh;justify-content:center;position:relative}.gallery-home .slider-image{cursor:pointer;height:55vh;object-fit:cover;object-position:bottom;opacity:0;padding:10px 0;position:absolute;transform:scaleY(.8) scaleX(1);transition:transform .5s ease-in-out,opacity .5s ease-in-out;width:85%}.gallery-home .slider-image.current{opacity:1;transform:scaleY(.8) scaleX(1.1) translateX(0);z-index:3}.gallery-home .slider-image.previous{opacity:.8;transform:scale(.7) translateX(-125%);z-index:2}.gallery-home .slider-image.next{opacity:.6;transform:scale(.7) translateX(125%);z-index:2}.gallery-home .slider-image.hidden{opacity:0;transform:scaleY(.8) scaleX(1) translateX(200%);z-index:1}.gallery-home .slider-arrow-left,.gallery-home .slider-arrow-right{aspect-ratio:1;background-color:#00000080;border:3px solid #a88357;border-radius:50%;bottom:10%;color:#fff;cursor:pointer;font-size:1.3rem;height:2.6rem;position:absolute;z-index:10}.gallery-home .slider-arrow-left i,.gallery-home .slider-arrow-right i{position:relative;top:2px}.gallery-home .slider-arrow-left{left:35%}.gallery-home .slider-arrow-right{right:35%}.gallery-home .slider-arrow-left:hover,.gallery-home .slider-arrow-right:hover{background-color:#000c}@media only screen and (min-width:650px){.gallery-home{height:50vh}.gallery-home:after{height:12vh;top:0}.gallery-home:before{bottom:0;height:6vh}.gallery-home .slider-image,.gallery-home .slider-wrapper{height:55vh}.gallery-home .slider-arrow-left,.gallery-home .slider-arrow-right{bottom:10%}}@media only screen and (min-width:1024px){.gallery-home{height:50vh}.gallery-home:after{height:12vh;top:0}.gallery-home:before{bottom:0;height:6vh}.gallery-home .slider-wrapper{height:60vh}.gallery-home .slider-image{height:55vh;object-position:bottoms;width:40%}.gallery-home .slider-arrow-left,.gallery-home .slider-arrow-right{bottom:47%}.gallery-home .slider-arrow-left{left:5%}.gallery-home .slider-arrow-right{right:5%}}.legal{color:#fff;margin:50px auto 10px;padding:20px;position:relative;width:90%;z-index:3}.legal h2{border-bottom:6px solid #a88357;cursor:pointer;font-family:Playfair Display,sans-serif;font-weight:900;margin-bottom:5px;padding-bottom:2px;transition:all .5s;width:-webkit-fit-content;width:fit-content}.legal h2:hover{padding-left:10px}.legal h6{font-size:1rem;font-weight:500;margin-bottom:25px}.legal p{color:#fff}.legal .legal-list .legal-text{gap:20px;margin:20px 0}.legal .legal-list .legal-text h3{align-items:center;display:flex;font-family:Playfair Display,sans-serif;font-size:1.3rem;font-weight:700;gap:15px}.legal .legal-list .legal-text h3 div{align-items:center;background-color:#a88357;border-radius:50%;color:#fff;display:inline-flex;font-family:Playfair Display,sans-serif;font-size:1.2rem;height:2.4rem;justify-content:center;padding-bottom:5px;width:2.4rem}.legal .legal-list .legal-text p{font-size:1rem;margin-left:50px;word-spacing:3px}.legal .legal-list .legal-text ul{margin-left:50px}.legal .legal-list .legal-text ul li{margin:5px 0}.legal .legal-list .legal-text a{color:#a88357}@media only screen and (min-width:650px){.legal{width:70%}}@media only screen and (min-width:1024px){.legal{width:55%}}.gallery{margin:8vh auto 10px;padding:20px;width:90%}.gallery h2{border-bottom:6px solid #a88357;color:#fff;cursor:pointer;font-family:Playfair Display,sans-serif;font-weight:900;margin-bottom:15px;padding-bottom:2px;transition:all .5s;width:-webkit-fit-content;width:fit-content}.gallery h2:hover{padding-left:10px}.gallery .gallery-grid{grid-gap:20px;display:grid;gap:20px;margin-top:20px}.gallery .gallery-grid .gallery-image{cursor:pointer;height:auto;margin:0 auto;transition:transform .3s ease;width:100%}.gallery .gallery-grid .gallery-image:hover{transform:scale(1.05)}.gallery .show-more-btn{background-color:#a88357;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:20px auto;padding:10px 20px;transition:background-color .3s ease;width:-webkit-fit-content;width:fit-content}.gallery .show-more-btn:hover{background-color:#fff;color:#a88357}@media only screen and (min-width:650px){.gallery{width:70%}.gallery .gallery-grid{gap:10px;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.gallery{width:55%}.gallery .gallery-grid{gap:10px;grid-template-columns:repeat(4,1fr)}}.reservation{margin:8vh auto 10px;padding:20px;width:90%}.reservation h2{border-bottom:6px solid #a88357;color:#fff;cursor:pointer;font-family:Playfair Display,sans-serif;font-weight:900;margin-bottom:15px;padding-bottom:2px;transition:all .5s;width:-webkit-fit-content;width:fit-content}.reservation h2:hover{padding-left:10px}.reservation .reservation-form{padding:20px}.reservation .reservation-form label{color:#fff;font-size:1.1rem;font-weight:500}.reservation .reservation-form label span{color:#a88357;font-weight:900}.reservation .reservation-form input,.reservation .reservation-form select,.reservation .reservation-form textarea{background-color:hsla(33,83%,84%,.663);border-radius:5px;color:#000;font-weight:500;margin-bottom:15px;padding:8px 16px;resize:none;width:100%}.reservation .reservation-form input:focus,.reservation .reservation-form select:focus,.reservation .reservation-form textarea:focus{color:#000}.reservation .reservation-form input::placeholder,.reservation .reservation-form select::placeholder,.reservation .reservation-form textarea::placeholder{color:#222}.reservation .reservation-form input option,.reservation .reservation-form select option,.reservation .reservation-form textarea option{color:#000}.reservation .reservation-form .submit-btn{background-color:#a88357;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:10px auto;padding:10px 20px;transition:background-color .3s ease;width:-webkit-fit-content;width:fit-content}.reservation .reservation-form .submit-btn:hover{background-color:#fff;color:#a88357}.reservation .thank-you h3{align-items:center;color:#64f381;display:flex;gap:5px;margin-bottom:10px}.reservation .thank-you p{color:#fff;margin-bottom:10px}.reservation .thank-you a{color:#a88357}.reservation .thank-you button{background-color:#a88357;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:10px auto;padding:10px 20px;transition:background-color .3s ease;width:-webkit-fit-content;width:fit-content}.reservation .thank-you button:hover{background-color:#fff;color:#a88357}.reservation .error-box h3{align-items:center;color:#f36464;display:flex;gap:5px;margin-bottom:10px}.reservation .error-box p{color:#fff;margin-bottom:10px}.reservation .error-box a{color:#a88357;display:inline-block;width:100%}.reservation .error-box button{background-color:#a88357;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:10px auto;padding:10px 20px;transition:background-color .3s ease;width:-webkit-fit-content;width:fit-content}.reservation .error-box button:hover{background-color:#fff;color:#a88357}@media only screen and (min-width:650px){.reservation{width:70%}}@media only screen and (min-width:1024px){.reservation{width:35%}}
/*# sourceMappingURL=main.cace5021.css.map*/