#slider{display:flex;transition:transform .5s ease-in-out;position:relative;overflow:hidden}.slide>span{margin-top:-1rem;margin-left:10.5%;font-size:4rem;font-weight:400;-webkit-user-select:none;user-select:none;position:absolute}.slide{min-width:100%;text-align:left;font-size:1.2rem}.slide p{width:80%;margin:20px auto 40px;padding:40px 60px;font-size:1.4rem;word-spacing:.4px;justify-content:center;background-color:#d9d9d94d}#prev,#next{position:absolute;top:45%;transform:translateY(-50%);font-size:60px;cursor:pointer;margin:0 auto;text-align:center;-webkit-user-select:none;user-select:none;padding:50px 20px;background-color:#0000;border:none;color:#fff}#prev:hover,#next:hover,#prev:active,#next:active{background-color:#0000004d;padding:50px 20px;transform:translateY(-50%) scale(.9)}#prev{left:15px}#next{right:15px}#slider-nav-bar{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;-webkit-user-select:none;user-select:none}.dot{height:10px;width:10px;background-color:#64545480;border-radius:50%;margin:0 5px;cursor:pointer}.active-dot{background-color:#fff}header{background:linear-gradient(0deg,#281b10b3,#281b10b3),url(../../other-images/daan-header-bg.jpeg);width:100%;height:100vh;background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff;position:relative}nav{width:100%;height:10vh;position:fixed;z-index:1000;background-color:transparent;transition:background-color .5s ease-in-out;display:flex;flex-direction:row;flex-wrap:nowrap;text-align:center;justify-content:center;font-size:1.5rem;font-weight:500;padding-top:20px;padding-bottom:10px;margin:0 auto;-webkit-user-select:none;user-select:none;grid-gap:1rem}@media only screen and (min-width: 1200px) and (max-width: 1227px){nav{font-size:1.4rem}}nav.sticky{background-color:#000;box-shadow:0 2px 5px #0003;height:10vh}.nav-logo{display:inline}.nav-logo img{width:100%;height:45px;margin-top:-5px;object-fit:fill}.nav-icons{display:none}.nav-drawer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around}.close-btn,.nav-logo-in-text{display:none}.nav-menu-list ul,.nav-user-info ul{display:flex;flex-direction:row;flex-wrap:wrap;text-align:center;grid-gap:4.5rem;list-style-type:none;margin:0rem 10.5rem}@media only screen and (min-width: 1308px) and (max-width: 1800px){.nav-menu-list ul{margin:0rem 13rem}}.nav-menu-list li a,.nav-user-info li a,.nav-cart-btn ul li,.nav-cart-btn ul li a i,.nav-account a{color:#fff;cursor:pointer;position:relative;text-decoration:none;line-height:1rem}.nav-menu-list li a:after,.nav-user-info li a:after,.nav-cart-btn .my-cart:after,.nav-account a:after{content:"";position:absolute;left:0;bottom:-2px;border:none;border-radius:25%;width:0;height:3px;background-color:#e45417;transition:width .3s ease-in-out}.nav-menu-list li a:hover:after,.nav-user-info li a:hover:after,.nav-cart-btn .my-cart:hover:after,.nav-account a:hover:after{width:100%}.nav-menu-list li a:active:after,.nav-user-info li a:active:after,.nav-cart-btn .my-cart:active:after,.nav-account a:active:after{width:100%}.user-info-container{display:flex}.nav-user-info ul{grid-gap:.5rem;margin:0rem 2rem 0rem 0rem}#user-line{margin-top:-.8rem;font-size:2.5rem;font-weight:bolder;color:#faff00}.nav-cart-btn ul{line-height:1;display:flex;flex-direction:column;flex-wrap:wrap;list-style-type:none;text-align:center}.my-cart{font-size:.9rem}.nav-cart-btn li a{color:#fff;text-decoration:none}.nav-cart-btn li a:hover{cursor:pointer}.nav-account{display:none}.nav-hero-container{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 auto;position:absolute;width:100%;height:auto;padding:4%;padding-right:1rem;top:21%}.nav-hero-content{width:45%;height:auto;padding-right:3%}.nav-hero-content h1{font-family:Josefin Sans,sans-serif;font-style:normal;font-weight:700;font-size:32px;color:#d16e43}#hero-paragraph1{font-family:Playfair Display,serif;font-style:normal;font-weight:600;font-size:28px;color:#fff;margin-top:2rem;margin-bottom:3rem}.nav-hero-content h3{font-family:Josefin Sans,serif;font-style:normal;font-weight:700;font-size:30px;line-height:30px;color:#d16e43;padding:5% 20%}#hero-paragraph2{font-family:Playfair Display,serif;font-style:normal;font-weight:500;font-size:20px;color:#fff;padding:0% 20% 9%;line-height:27px}.nav-hero-content button{font-family:Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-size:28px;align-items:center;text-align:center;background-color:transparent;color:#fff;margin:0% 20%;padding:8px 40px;border-radius:10px;border:2px solid #ffffff}.nav-hero-content button:hover{cursor:pointer;background-color:#c83e04;border:2px outset #cfcaca;color:#cfcaca}#wrapper{display:none}.wrapper{width:52%;height:auto;padding-top:5%;position:relative}.wrapper h1{font-family:Josefin Sans,serif;font-style:normal;font-size:30px;font-weight:600;text-decoration:underline;margin-bottom:1.5rem}.wrapper i{top:48%;height:50px;width:50px;margin-left:-1.5rem;cursor:pointer;font-size:1.25rem;position:absolute;text-align:center;line-height:50px;background:#e7e5e5;border-radius:50%;box-shadow:0 3px 6px #0000003b;transform:translateY(-50%);transition:transform .1s linear;color:#000;-webkit-user-select:none;user-select:none}.wrapper i:active{transform:translateY(-50%) scale(.85)}.wrapper i:first-child{left:-22px}.wrapper i:last-child{right:-22px}.wrapper .carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% / 3) - 12px);overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;border-radius:8px;scroll-behavior:smooth;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.carousel.no-transition{scroll-behavior:auto}.carousel.dragging{scroll-snap-type:none;scroll-behavior:auto}.carousel.dragging .card{cursor:grab;-webkit-user-select:none;user-select:none}.carousel .card{scroll-snap-align:start;height:auto;list-style:none;background:#fff;color:#000;cursor:pointer;padding-bottom:15px;flex-direction:column;border-radius:10px}.card .img img{width:100%;height:190px;object-fit:cover;border-radius:4px 4px 10px 10px}.carousel li h3{font-size:14px;padding:0% 5%;color:#d16e43}.carousel li p{font-size:10px;padding:4% 5%;text-align:justify}.carousel li h6{text-align:center;color:#d16e43}.carousel li h6:hover{color:#cb4309;text-shadow:0px 0px 5px black}.about-container{background-color:#c4c4c4;display:flex;flex-direction:row;flex-wrap:nowrap;text-align:left;justify-content:space-between;position:relative;padding:3%;-webkit-user-select:none;user-select:none}.first-about-div span{display:inline}.about-div .first-about-div h2,h1{font-family:Inter,sans-serif;font-weight:600;font-style:normal;margin-bottom:1.5rem}.second-about-div p{font-size:24px;font-family:Inter,serif;text-align:justify;line-height:1.9rem;font-weight:500;font-style:normal;margin-bottom:1.5rem;color:#000;padding-right:10%}.about-btn{width:225px;height:60px;background:#e45417;border:none;border-radius:20px;color:#000;font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:22px;line-height:30px;margin-left:13%;margin-top:2rem;cursor:pointer}.about-btn:hover{background:#c83e04}#about-img1{display:none}#about-img2{display:block;width:350px;height:350px;border-radius:50%;margin-top:4%;object-fit:contain;background-color:#000}.about-img{width:350px;height:345px;margin-top:0%;padding-right:2rem;border-radius:50%;object-fit:cover}.carousel-for-offer{position:relative;height:auto;padding:2.5% 5% 4%;background-color:#b8a3ba;-webkit-user-select:none;user-select:none}.carousel-for-offer legend{font-family:Josefin Sans,serif;font-size:30px;font-weight:700;font-style:normal;margin-bottom:2.5rem}.carousel__item{display:none}.carousel-item-container{display:flex;flex-direction:row;justify-content:space-between;color:#000;font-family:Josefin Sans,sans-serif;font-weight:700}.offer-card{display:flex;flex-direction:row;justify-content:space-between;background-color:#e4fffdbf;width:600px;height:280px;padding:2%;border:none;border-radius:20px}@media only screen and (min-width: 1200px) and (max-width: 1400px){.offer-card{width:500px;height:280px}}.offer-text{padding:auto}.offer-text h2{font-size:2.5rem;color:#1a7e11;margin:1rem 0rem}.offer-text h3{margin-bottom:1.5rem;font-size:1.1rem}.offer-btn{padding:12px 31px;border:1px solid #525151;border-radius:15px;font-weight:600;background-color:#bffffb75}.offer-btn:hover,.offer-btn:active{background-color:#76f1e975;border:1px inset #525151;cursor:pointer;-webkit-user-select:all;user-select:all}.offer-btn span{color:#00000080}.offer-img img{width:250px;height:200px;margin:0 auto;object-fit:cover;padding-top:25px;background-color:#d9e8ed;border:none}.carousel__item--selected{display:block}.carousel__nav{width:100%;padding:20px 0;position:absolute;bottom:0;left:0;text-align:center}.carousel__button{width:10px;height:10px;display:inline-block;background:#1a7e1180;border-radius:50%;margin:0 5px;cursor:pointer;-webkit-user-select:none;user-select:none}.carousel__button--selected{background:#1a7e11}.reservation-container{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;height:auto;position:relative;background-color:#0f172b;padding:4% 5%}.reservation-img{width:40%;margin:0% 6%}.reservation-img img{width:90%;height:100%;object-fit:fill}.reservation-form{width:55%}.reservation-form h3{font-family:Josefin Sans,sans-serif;font-size:40px;color:#ffab08}.reservation-form legend{font-family:Josefin Sans,sans-serif;color:#fff;font-size:28px;margin:1.2rem 0rem;word-spacing:3px}.reservation-form input{padding:10px 20px;margin:0rem 2rem 2rem 0rem;font-size:1.2rem;font-family:Inter,sans-serif;width:40%}.reservation-form textarea{padding:10px 20px;font-size:1.2rem;font-family:Inter,sans-serif;width:85.5%;height:15vh}.reservation-form button{width:85.5%;margin-top:1.6rem;padding:10px 20px;font-size:1.2rem;font-family:Inter,sans-serif;background-color:#ffab08;color:#fff;border:none;cursor:pointer;font-weight:700}.motivation{display:flex;flex-direction:column;background:linear-gradient(0deg,#281b1080,#281b1080),url(../blog-images/morning.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;width:100%;height:auto}#slider-container{position:relative;width:100%;height:auto;margin:0 auto;padding:3%;background-color:#000000c7;color:#fff;overflow:hidden}#slider-container h1{text-align:center;font-family:Josefin Sans,sans-serif;font-style:oblique}.subscribe{width:100%;height:auto;font-family:Inter,sans-serif;padding:3% 7%;-webkit-user-select:none;user-select:none}.subscribe h2:nth-child(1){color:#fff;margin-bottom:.3rem}.subscribe h2:nth-child(2){color:#bba6a6;margin-bottom:1rem}.subscribe p{color:#fff;margin-bottom:.7rem}.subscribe #input-email{border:none;border-radius:11px 0 0 11px/11px 0px 0px 11px;padding:10px 40px 10px 10px;font-size:1.1rem}.subscribe input::placeholder{color:#000}.subscribe .submit-btn{background-color:#bba6a6;padding:9px 40px;border:none;border-radius:0 11px 11px 0/0px 11px 11px 0px;margin-left:-5px;font-size:1.2rem;font-weight:600;color:#fff;cursor:pointer}.subscribe .submit-btn:hover,.subscribe .submit-btn:active{background-color:#bc9191}footer{background-color:#cdc4c4;position:relative}.footer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:9rem;padding-top:3%;padding-bottom:1%}@media only screen and (min-width: 800px) and (max-width: 1100px){.footer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:3rem;padding-top:3%;padding-bottom:1%}}.footer h3{font-weight:bolder;font-family:Inter,serif;font-style:normal;font-size:1.6rem;margin-bottom:1rem}.footer ul li{list-style-type:none;margin-left:5px;font-family:Inter,sans-serif;font-weight:600;color:#232323;font-size:1.15rem;line-height:1.9rem}.footer-dropdown-content{display:none}.help-info li,.contact-us li{margin-bottom:.8rem}.help-info ul li:hover,.contact-us ul li:hover,.useful-links ul li:hover{cursor:pointer;color:#e45417}.social-icons{text-align:center;padding-bottom:10px}.social-icons span{font-size:1.5rem;font-family:Inter,serif;font-weight:700;word-spacing:3px}.social-icons a{font-size:2rem;color:#000;padding-left:1.5rem}.social-icons .fa-facebook:hover{color:#1877f2}.social-icons .fa-instagram:hover{color:#c32aa3}.social-icons .fa-whatsapp:hover{color:#006d5b}.social-icons .fa-x-twitter:hover{color:#1aa2f8}.copyright{background-color:#000;color:#fff;text-align:center;padding:15px 0;word-spacing:4px}@media only screen and (max-width: 800px){nav{width:100%;height:10vh;display:flex;flex-direction:column;flex-wrap:wrap;text-align:center;justify-content:center;font-size:1.5rem;font-weight:600;margin:0 auto;padding-left:1rem;padding-right:1rem;font-family:Josefin Sans,sans-serif}.nav-logo-in-text{display:block;margin-bottom:2rem}.nav-logo-in-text h3{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:25px;letter-spacing:.8rem;line-height:24px;color:#da8f70;margin-left:1.5rem}.nav-logo-in-text h2{font-family:Inspiration,serif;font-style:normal;font-weight:600;font-size:35px;line-height:48px;color:#000;mix-blend-mode:luminosity}.nav-logo img{width:100%;height:50px;object-fit:fill;padding-top:5px}.nav-menu-list ul,.nav-user-info ul{display:flex;flex-direction:column;flex-wrap:nowrap;grid-gap:1.5rem;list-style-type:none;margin:0rem}.nav-user-info ul{grid-gap:1.5rem;margin:1.2rem 0rem 1.4rem}#user-line{display:none}.nav-cart-btn ul{line-height:1;display:flex;flex-direction:column;flex-wrap:wrap;list-style-type:none;text-align:center}.nav-cart-btn li a{color:#fff}.nav-cart-btn{display:none}.nav-account{display:block}.nav-account a{list-style-type:none;margin-top:-.5rem}.nav-icons{display:inline-flex}.logo-hamburger-container{display:flex;flex-direction:row;text-align:center;justify-content:space-between}.hamburger-icon{display:flex;flex-direction:column;cursor:pointer}.bar{width:30px;height:4px;background-color:#fff;margin:6px 0;transition:.4s}.search-icon{margin-top:.5rem}.search-icon a{color:#fff;cursor:pointer;font-size:2rem;margin-right:2rem}.nav-menu-list li a,.nav-user-info li a,.nav-account a{color:#000;text-decoration:none}.user-info-container{display:flex;flex-direction:column}.nav-drawer{position:fixed;top:0;left:-100%;width:100%;height:100%;background-color:#fff;padding-top:80px;z-index:1000;transition:.4s;color:#000}.close-btn{display:block;position:absolute;top:1rem;right:1rem;font-size:1rem;cursor:pointer;color:#f92f60;word-spacing:.4rem}.nav-drawer.open{width:100%;height:100%;display:block}.no-scroll{overflow:hidden}.nav-hero-container{display:flex;flex-direction:column;flex-wrap:wrap;margin:0 auto;justify-content:center;position:absolute;width:100%;height:auto;padding:5%;top:10%}.nav-hero-content{width:100%;height:auto}.nav-hero-content h1{font-family:Josefin Sans,sans-serif;font-style:normal;font-weight:700;font-size:28px;color:#d16e43;text-align:center;margin-bottom:1.5rem}#hero-paragraph1{font-family:Playfair Display,serif;font-style:normal;font-weight:600;font-size:22px;color:#fff;margin-top:1rem;margin-bottom:2rem}.nav-hero-content h3{font-family:Josefin Sans,serif;font-style:normal;font-weight:700;font-size:24px;color:#d16e43;padding:0%;margin-bottom:1.5rem}#hero-paragraph2{font-family:Playfair Display,serif;font-style:normal;font-weight:500;font-size:20px;color:#fff;padding:0% 0% 5%;line-height:25px}.nav-hero-content button{font-family:Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-size:25px;align-items:center;text-align:center;background-color:transparent;color:#fff;margin:1rem 0rem 3rem;border-radius:8px;padding:6px 30px;border:2px solid #ffffff}#wrapper{display:block;width:100%;height:auto;padding-left:10px;padding-top:4%;padding-bottom:5%;background-color:#b38e5f;position:relative}.wrapper{display:none}#wrapper h1{font-family:Josefin Sans,serif;font-style:normal;font-size:27px;font-weight:600;text-decoration:underline;text-align:center;margin-bottom:1.6rem;color:#fff}.wrapper i{display:none}.wrapper .carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% / 3));overflow-x:auto;scroll-snap-type:x mandatory;gap:0px;border-radius:8px;scroll-behavior:smooth;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.carousel.no-transition{scroll-behavior:auto}.carousel.dragging{scroll-snap-type:none;scroll-behavior:auto}.carousel.dragging .card{cursor:grab;-webkit-user-select:none;user-select:none}.carousel .card{scroll-snap-align:start;height:auto;list-style:none;background:#fff;color:#000;cursor:pointer;padding-bottom:10px;flex-direction:column;border-radius:10px;margin:0 7px 0 2px}.card .img img{width:100%;height:120px;object-fit:fill;border-radius:4px 4px 10px 10px}.carousel li h3{font-size:10px;padding:0% 2%;color:#d16e43}.carousel li p{font-size:10px;padding:4% 5%;text-align:justify}.carousel li p span{display:none}.carousel li h6{text-align:center;color:#d16e43;padding-top:0}.about-container{background-color:#c4c4c4;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;text-align:center}.first-about-div span{display:none}.first-about-div{margin-bottom:2rem;color:#000}.first-about-div>*{font-family:Inter,sans-serif;font-weight:600;font-style:normal;margin-bottom:.6rem;font-size:25px}.first-about-div h1{opacity:.75}.second-about-div p{font-size:21px;font-family:Inter,serif;text-align:justify;line-height:1.7rem;font-weight:500;font-style:normal;color:#000;padding:0% 4.5%;margin-top:1.5rem}.second-about-div p span{display:none}.about-btn{width:150px;height:35px;border-radius:0;background:#f0ad90;border:none;color:#000;font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:17px;text-align:center;cursor:pointer;margin:0 auto 0 0%;margin-top:0rem}#about-img1{display:block;width:280px;height:280px;border-radius:50%;margin:3% auto 0;object-fit:cover;background-color:#000}.about-img{width:280px;height:278px;margin-top:0%;padding-right:1.2rem;border-radius:50%;object-fit:cover}#about-img2{display:none}.footer{display:flex;flex-direction:row;flex-wrap:nowrap;text-align:left;margin:0 auto;gap:1rem;justify-content:space-around;padding:3% 5% 1%}.help-info,.contact-us,.useful-links{display:none}.footer-dropdown-content{display:inline-block}.footer-dropdown{position:relative;display:flex;flex-direction:column;margin-bottom:1rem}.dropdown-options{display:none;position:absolute;background-color:#c4c4c4;box-shadow:0 8px 16px #0003;z-index:1}.dropdown-options a{color:#000;padding:7px 10px;text-decoration:none;display:block}.dropdown-options a:hover{background-color:#ddd}.footer-dropdown:hover .dropdown-options{margin-top:1.5rem;display:block;overflow-y:hidden}.footer-dropdown:active .dropdown-options{margin-top:2rem;display:block}.carousel-for-offer{padding:5% 1% 8%}.carousel-for-offer legend{margin-bottom:1.5rem}.offer-card{width:240px;height:190px}@media only screen and (min-width: 700px) and (max-width: 800px){.carousel-for-offer{padding:5% 2% 8%}.offer-card{width:335px;height:180px}}.offer-text h4{font-size:1rem}.offer-text h2{font-size:1.5rem;color:#1a7e11;margin:.7rem 0rem}.offer-text h3{margin-bottom:.8rem;font-size:.9rem}.offer-btn{width:110px;padding:10px 0;border:1px solid #525151;border-radius:10px;font-size:.7rem;font-weight:600;background-color:#bffffb75}.offer-img img{width:100px;height:140px;margin:0 auto;object-fit:cover;padding-top:25px;background-color:#d9e8ed;border:none}.carousel__nav{width:100%;padding:20px 0;position:absolute;bottom:-5px;left:0;text-align:center}.reservation-container{display:flex;flex-direction:row;flex-wrap:nowrap;width:100%;height:auto;position:relative;background-color:#0f172b;padding:4%}.reservation-img{width:40%;margin:0% 2%}.reservation-img img{width:90%;height:100%;object-fit:fill}.reservation-form{width:60%}.reservation-form h3{font-family:Josefin Sans,sans-serif;font-size:30px;color:#ffab08}.reservation-form legend{font-family:Josefin Sans,sans-serif;color:#fff;font-size:25px;margin:1rem 0rem;word-spacing:3px}.reservation-form input{padding:8px 20px;margin:0rem 1rem 1.5rem 0rem;font-size:1rem;font-family:Inter,sans-serif;width:41%}.reservation-form textarea{padding:10px 20px;font-size:1rem;font-family:Inter,sans-serif;width:87%;height:15vh}.reservation-form button{width:87%;margin-top:1rem;padding:10px 20px;font-size:1.2rem;font-family:Inter,sans-serif;background-color:#ffab08;color:#fff;border:none;cursor:pointer;font-weight:700}#slider-container h1{font-size:1.8rem;margin-top:1rem}.slide>span{margin-top:-.5rem;margin-left:8%;font-size:3rem;font-weight:400;-webkit-user-select:none;user-select:none;position:absolute}.slide p{width:85%;margin:20px auto 40px;padding:30px 40px;font-size:1rem;justify-content:center;background-color:#d9d9d94d}#prev,#next{position:absolute;top:45%;transform:translateY(-50%);font-size:30px;cursor:pointer;margin:0 auto;text-align:center;-webkit-user-select:none;user-select:none;padding:0;background-color:#0000}#prev:hover,#next:hover,#prev:active,#next:active{background-color:#0000;padding:0;transform:translateY(-50%) scale(.9)}#prev{left:10px}#next{right:10px}.subscribe #input-email{padding:10px 0 10px 10px;font-size:1.2rem}.subscribe .submit-btn{padding:10px 20px;margin-left:-5px;font-size:1.2rem}.footer h3{font-weight:bolder;font-family:Inter,serif;font-style:normal;font-size:1.5rem}.footer ul li{list-style-type:none;margin:0;font-family:Inter,sans-serif;font-weight:600;color:#232323;font-size:1rem;line-height:1.9rem}legend{font-size:1.3rem;font-family:Inter,serif;font-weight:600;color:#232323;margin-bottom:.33rem}.social-icons{text-align:center;padding-bottom:7px}.social-icons span{font-size:1.3rem;font-family:Inter,serif;font-weight:700;word-spacing:0px}.social-icons a{font-size:1.4rem;color:#000;padding-left:.5rem}.copyright{background-color:#000;color:#fff;font-size:.9rem;text-align:center;padding:15px 0;word-spacing:0px}}@media only screen and (max-width: 500px){.nav-menu-list ul,.nav-user-info ul{font-size:1.15rem}#about-img1{display:block;width:250px;height:250px;border-radius:50%;margin:3% auto 0;object-fit:cover;background-color:#000}.about-img{width:250px;height:248px;margin-top:0%;padding-right:1rem;border-radius:50%;object-fit:cover}.carousel-for-offer{padding:5% 3% 10%}.carousel-for-offer legend{margin-bottom:1rem;font-size:1.2rem}.offer-card{width:47%;height:auto;border-radius:10px}.offer-text{width:60px}.offer-text h4{font-size:.7rem}.offer-text h2{font-size:1rem;color:#1a7e11;margin:.6rem 0rem}.offer-text h3{margin-bottom:.8rem;font-size:.7rem}.offer-btn{width:110px;padding:8px 2px;border:1px solid #525151;border-radius:10px;font-size:.7rem;font-weight:600;background-color:#bffffb75}.offer-img img{width:80px;height:100px;margin:0 auto;object-fit:fill;padding-top:30px;background-color:#d9e8ed;border:none}.carousel__nav{width:100%;padding:20px 0;position:absolute;bottom:-15px;left:0;text-align:center}.reservation-container{display:flex;flex-direction:column;flex-wrap:nowrap;width:100%;height:auto;position:relative;background-color:transparent;padding:0%}.reservation-img{display:none}.reservation-form{width:100%;background:linear-gradient(0deg,#929292b3,#281b10b3),url(../../../menu-images/Book-a-table.jpg);mix-blend-mode:lighten;background-position:center;background-repeat:no-repeat;background-size:cover;padding:7% 5%;text-align:center}.reservation-form h3{font-family:Josefin Sans,sans-serif;font-size:30px;color:#ffab08}.reservation-form legend{font-family:Josefin Sans,sans-serif;color:#000000b3;font-size:21px;margin:.7rem 0rem 1.7rem;word-spacing:3px}.reservation-form input{padding:8px 20px;margin:0rem .5rem 1.5rem 1rem;font-size:1rem;font-family:Inter,sans-serif;width:41%;background-color:#0006;border:none;color:#fff}input::placeholder,textarea::placeholder{color:#fff}.reservation-form textarea{padding:10px 20px;font-size:1rem;font-family:Inter,sans-serif;width:90%;height:15vh;background-color:#0006;border:none;color:#fff;margin-left:.5rem}.reservation-form button{width:90%;margin-top:1rem;padding:10px 20px;font-size:1.2rem;font-family:Inter,sans-serif;background-color:#ffab08;color:#fff;border:none;cursor:pointer;font-weight:700;margin-left:.5rem}.footer{gap:.4rem;padding:3% 2% 0%;justify-content:space-around}.footer ul li{list-style-type:none;margin:0;font-family:Inter,sans-serif;font-weight:500;color:#232323;font-size:1rem;line-height:1.5rem}legend{font-size:1rem;font-family:Inter,serif;font-weight:600;color:#232323;margin-bottom:.3rem}#slider-container h1{font-size:1.25rem;margin-top:1rem}.slide>span{margin-top:-1rem;margin-left:8%;font-size:3rem;font-weight:400;-webkit-user-select:none;user-select:none;position:absolute}.slide p{width:85%;margin:10px auto 30px;padding:30px;font-size:.8rem;justify-content:center;background-color:#d9d9d94d}#prev,#next{position:absolute;top:45%;transform:translateY(-50%);font-size:30px;cursor:pointer;margin:0 auto;text-align:center;-webkit-user-select:none;user-select:none;padding:0;background-color:#0000}#prev:hover,#next:hover,#prev:active,#next:active{background-color:#0000;padding:0;transform:translateY(-50%) scale(.9)}#prev{left:10px}#next{right:10px}.subscribe{padding:5% 7% 7%}.subscribe h2:nth-child(1){font-size:1.5rem}.subscribe h2:nth-child(2){font-size:1.5rem}.subscribe p{margin-bottom:1rem}.subscribe #input-email{width:160px;padding:10px;font-size:1rem}.subscribe .submit-btn{padding:10px;margin-left:-5px;font-size:1rem}}@media only screen and (min-width: 800px) and (max-width: 1200px){nav{width:100%;height:10vh;position:fixed;z-index:1000;background-color:transparent;transition:background-color .5s ease;display:flex;flex-direction:row;flex-wrap:wrap;text-align:center;justify-content:center;font-size:1.4rem;font-weight:500;padding-top:20px;padding-bottom:1px;margin:0 auto;-webkit-user-select:none;user-select:none;grid-gap:0rem}.nav-logo{display:inline}.nav-logo-in-text{display:none}.nav-logo img{width:100%;margin-top:-5px;height:50px;object-fit:fill}.nav-menu-list ul,.nav-user-info ul{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:2rem;list-style-type:none;margin:0rem 8rem}@media only screen and (min-width: 800px) and (max-width: 1000px){.nav-menu-list ul,.nav-user-info ul{margin:0rem 2.5rem}.nav-user-info ul{grid-gap:.5rem;margin:0rem 1rem 0rem 0rem}}.nav-user-info ul{grid-gap:.5rem;margin:0rem 1.5rem 0rem 0rem}#user-line{margin-top:-.8rem;font-size:2.5rem;font-weight:bolder;color:#faff00}.nav-cart-btn ul{line-height:1;display:flex;flex-direction:column;flex-wrap:wrap;list-style-type:none;text-align:center}.nav-cart-btn li a{color:#fff}.nav-account,.nav-icons,.close-btn{display:none}.my-cart{font-size:.8rem}.nav-hero-container{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 auto;position:absolute;width:100%;height:auto;padding:4%;padding-right:1rem;top:16%}.nav-hero-content{width:45%;height:auto;padding-right:3%}.nav-hero-content h1{font-family:Josefin Sans,sans-serif;font-style:normal;font-weight:700;font-size:32px;color:#d16e43}#hero-paragraph1{font-family:Playfair Display,serif;font-style:normal;font-weight:600;font-size:25px;color:#fff;margin-top:2rem;margin-bottom:2rem}.nav-hero-content h3{font-family:Josefin Sans,serif;font-style:normal;font-weight:700;font-size:24px;color:#d16e43;padding:5% 10%}#hero-paragraph2{font-family:Playfair Display,serif;font-style:normal;font-weight:500;font-size:20px;color:#fff;padding:0% 10% 9%;line-height:20px}.nav-hero-content button{font-family:Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-size:28px;align-items:center;text-align:center;background-color:transparent;color:#fff;margin:0% 10%;border-radius:10px;padding:8px 40px;border:2px solid #ffffff}.wrapper{width:52%;height:auto;padding-top:7%;position:relative}.wrapper h1{font-family:Josefin Sans,serif;font-style:normal;font-size:25px;font-weight:600;text-decoration:underline;margin-bottom:1.5rem}.wrapper i{top:57%;height:50px;width:50px;margin-left:-1.5rem;cursor:pointer;font-size:1.25rem;position:absolute;text-align:center;line-height:50px;background:#e7e5e5;border-radius:50%;box-shadow:0 3px 6px #0000003b;transform:translateY(-50%);transition:transform .1s linear;color:#000;-webkit-user-select:none;user-select:none}.wrapper i:active{transform:translateY(-50%) scale(.85)}.wrapper i:first-child{left:-22px}.wrapper i:last-child{right:-22px}.wrapper .carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc(50% - 9px);overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;border-radius:8px;scroll-behavior:smooth;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.carousel.no-transition{scroll-behavior:auto}.carousel.dragging{scroll-snap-type:none;scroll-behavior:auto}.carousel.dragging .card{cursor:grab;-webkit-user-select:none;user-select:none}.carousel .card{scroll-snap-align:start;height:auto;list-style:none;background:#fff;color:#000;cursor:pointer;padding-bottom:15px;flex-direction:column;border-radius:10px}.card .img img{width:100%;height:160px;object-fit:fill;border-radius:4px 4px 10px 10px}.carousel li h3{font-size:14px;padding:0% 5%;color:#d16e43}.carousel li p{font-size:10px;padding:4% 5%;text-align:justify}.carousel li h6{text-align:center;color:#d16e43}.carousel-for-offer{padding:3.5% 5% 5%}.carousel-for-offer legend{margin-bottom:1.5rem}.offer-card{width:350px;height:215px}.offer-text h2{font-size:2rem;color:#1a7e11;margin:1rem 0rem}.offer-text h3{margin-bottom:1rem;font-size:.7rem}.offer-btn{width:130px;padding:10px 5px;border:1px solid #525151;border-radius:10px;font-size:.7rem;font-weight:600;background-color:#bffffb75}.offer-img img{width:180px;height:150px;margin:0 auto;object-fit:fill;padding-top:25px;background-color:#d9e8ed;border:none}.carousel__nav{width:100%;padding:20px 0;position:absolute;bottom:-5px;left:0;text-align:center}.reservation-form{width:55%;padding-left:2%}.reservation-form textarea{width:90%;height:15vh}.reservation-form button{width:90%;margin-top:1.8rem}}._header_nlxxs_16{background:#000;width:100%;height:10vh;background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff;position:relative}._nav_nlxxs_26{width:100%;height:10vh;position:fixed;z-index:1000;display:flex;flex-direction:row;flex-wrap:wrap;text-align:center;align-items:center;justify-content:space-around;font-size:1.5rem;font-weight:500;margin:0 auto;-webkit-user-select:none;user-select:none;grid-gap:0rem;padding:0% 5%;background-color:#000}nav._sticky_nlxxs_45{background-color:#000;box-shadow:0 2px 5px #0003;height:10vh;scroll-behavior:smooth}._nav_logo_nlxxs_51{display:inline;width:150px}._nav_logo_nlxxs_51 img{width:100%;height:45px;object-fit:fill;align-items:center;margin-top:.4rem}._nav-icons_nlxxs_62{display:none}._searchinput_nlxxs_65 input{padding:9px 0;text-align:center;font-size:1rem;border:none;border-radius:50px}._nav-drawer_nlxxs_72{width:70%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}._close-btn_nlxxs_79,._nav-logo-in-text_nlxxs_82{display:none}._nav_menu_list_nlxxs_85 ul,._nav-user-info_nlxxs_86 ul{display:flex;flex-direction:row;flex-wrap:wrap;text-align:center;grid-gap:4.5rem;list-style-type:none;margin-right:5rem}@media only screen and (min-width: 1308px) and (max-width: 1800px){._nav_menu_list_nlxxs_85 ul{margin:0rem 15rem 0rem 8rem}}._nav_menu_list_nlxxs_85 li a,._nav-user-info_nlxxs_86 li a,._nav-cart-btn_nlxxs_102 ul li,._nav-cart-btn_nlxxs_102 ul li a i,._nav-account_nlxxs_104 li a{color:#fff;text-decoration:none;cursor:pointer;position:relative}._nav_menu_list_nlxxs_85 li a:after,._nav-user-info_nlxxs_86 li a:after,._nav-cart-btn_nlxxs_102 ._my-cart_nlxxs_112:after,._nav-account_nlxxs_104 li a:after{content:"";position:absolute;left:0;bottom:-2px;border:none;border-radius:25%;width:0;height:3px;background-color:#e45417;transition:width .3s ease-in-out}._nav_menu_list_nlxxs_85 li a:hover:after,._nav-user-info_nlxxs_86 li a:hover:after,._nav-cart-btn_nlxxs_102 ._my-cart_nlxxs_112:hover:after,._nav-account_nlxxs_104 li a:hover:after{width:100%}._nav_menu_list_nlxxs_85 li a:active:after,._nav-user-info_nlxxs_86 li a:active:after,._nav-cart-btn_nlxxs_102 ._my-cart_nlxxs_112:active:after,._nav-account_nlxxs_104 li a:active:after{width:100%}._nav-user-info_nlxxs_86 ul{grid-gap:.5rem}@media only screen and (max-width: 800px){._nav_nlxxs_26{width:100%;height:10vh;display:flex;flex-direction:column;flex-wrap:wrap;text-align:center;align-items:stretch;justify-content:space-around;font-family:Josefin Sans,sans-serif;font-weight:600;font-size:1.7rem;margin:0 auto;padding-left:1rem;padding-right:1rem}._nav_logo_nlxxs_51{display:inline;width:80px}._nav_logo_nlxxs_51 img{width:100%;height:45px;object-fit:fill;align-items:center;margin-top:.4rem}._nav-logo-in-text_nlxxs_82{display:block;margin-bottom:2rem}._nav-logo-in-text_nlxxs_82 h3{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:25px;letter-spacing:.8rem;line-height:24px;color:#da8f70;margin-left:1.5rem}._nav-logo-in-text_nlxxs_82 h2{font-family:Inspiration,serif;font-style:normal;font-weight:600;font-size:35px;line-height:48px;color:#000;mix-blend-mode:luminosity}._nav_menu_list_nlxxs_85 ul{display:flex;flex-direction:column;flex-wrap:wrap;grid-gap:2.2rem;list-style-type:none;margin-right:-.2rem}._nav-icons_nlxxs_62{display:inline-flex}._searchinput_nlxxs_65{display:none}._logoHamburgerContainer_nlxxs_207{display:flex;flex-direction:row;text-align:center;justify-content:space-between}._hamburger_icon_nlxxs_213{display:flex;flex-direction:column;cursor:pointer;margin-top:.4rem}._bar_nlxxs_219{width:30px;height:4px;background-color:#fff;margin:6px 0;transition:.4s}._search_icon_nlxxs_226{margin-top:.9rem}._search_icon_nlxxs_226 a{color:#fff;cursor:pointer;font-size:2rem;margin-right:2rem}._nav_menu_list_nlxxs_85 li a,._nav-user-info_nlxxs_86 li a,._nav-account_nlxxs_104 li a{color:#000;text-decoration:none}._nav-drawer_nlxxs_72{position:fixed;top:0;left:-100%;width:100%;height:100%;background-color:#fff;padding-top:80px;z-index:1000;transition:.4s;color:#000}._close-btn_nlxxs_79{display:block;position:absolute;top:1rem;right:1rem;font-size:1rem;cursor:pointer;color:#f92f60;word-spacing:.4rem}._nav-drawer_nlxxs_72._open_nlxxs_266{width:100%;height:100%;display:block}._no-scroll_nlxxs_271{overflow:hidden}}@media only screen and (min-width: 801px) and (max-width: 1236px){._nav_nlxxs_26{width:100%;height:10vh;position:fixed;z-index:1000;background-color:transparent;transition:background-color .5s ease;display:flex;flex-direction:row;flex-wrap:nowrap;text-align:center;align-items:center;justify-content:space-around;font-size:1.4rem;font-weight:500;margin:0 auto;-webkit-user-select:none;user-select:none;grid-gap:0rem}._searchinput_nlxxs_65 input{padding:8px 0;text-align:center;font-size:1rem;border:none;border-radius:50px}._nav-drawer_nlxxs_72{width:83%;display:flex;flex-direction:row;flex-wrap:wrap;margin:0 auto;justify-content:space-evenly}._nav-logo-in-text_nlxxs_82{display:none}@media only screen and (min-width: 800px) and (max-width: 900px){._nav_menu_list_nlxxs_85 ul{margin:0rem 3rem 0rem -1rem}}._nav_menu_list_nlxxs_85 ul,._nav-user-info_nlxxs_86 ul{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:2rem;list-style-type:none;margin-right:1rem}._nav-icons_nlxxs_62,._close-btn_nlxxs_79{display:none}}@media only screen and (min-width: 900px) and (max-width: 1000px){._nav_menu_list_nlxxs_85 ul{margin:0rem 5rem 0rem 1rem}}@media only screen and (min-width: 1000px) and (max-width: 1100px){._nav_menu_list_nlxxs_85 ul{margin:0rem 7rem 0rem 2rem}}@media only screen and (min-width: 1100px) and (max-width: 1200px){._nav_menu_list_nlxxs_85 ul{margin:0rem 9rem 0rem 1rem}}@media only screen and (min-width: 1200px) and (max-width: 1308px){._nav_menu_list_nlxxs_85 ul{margin:0rem 10rem 0rem 1rem}}._mobileView_1v1af_1{display:none}._beverage_container_1v1af_4{color:#fff;font-family:Inter,sans-serif;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;width:90%;margin:0 auto;gap:2rem}._beverageCard_1v1af_15{width:350px}._beverageCard_1v1af_15 img{width:100%;height:290px;border:none;border-radius:50%;padding:0 30px;-webkit-user-select:none;user-select:none}._beverageCard_1v1af_15 h2{font-size:1.3rem;background-color:#d16e43;margin:30px 20px 40px;padding:10px 0;border:none;border-radius:1.5rem;text-align:center}._card_item_1v1af_36{list-style-type:none}._card_item_1v1af_36 li{margin-top:1rem}._card_item_1v1af_36 li:after{position:absolute;content:"";width:350px;height:3px;background-color:#3c2d25}._card_item_1v1af_36 li:nth-last-child(1):after{display:none}._card_item_1v1af_36 li img{display:none}._item_layout_1v1af_55{display:flex;flex-direction:row;justify-content:space-between;margin:2rem auto 1rem}._item_layout_1v1af_55>:nth-child(1){text-align:left;width:70%;height:50px;margin-top:5px}._item_layout_1v1af_55>:nth-child(2){text-align:center}._item_layout_1v1af_55 p{margin-top:10px;word-wrap:break-word;opacity:.7}._item_layout_1v1af_55 button{margin-top:10px;width:40px;height:40px;border:none;border-radius:50%;font-size:2rem;background-color:#c9f7ca;cursor:pointer}._item_layout_1v1af_55 button:hover{background-color:#93ef94;transition:background-color .3s ease-in-out}@media only screen and (min-width: 800px) and (max-width: 1250px){._beverage_container_1v1af_4{width:95%;margin:0 auto;gap:2rem;justify-content:space-around}._beverageCard_1v1af_15{width:250px}._beverageCard_1v1af_15 img{width:100%;height:220px;border:none;border-radius:50%;padding:0 10px;-webkit-user-select:none;user-select:none}._item_layout_1v1af_55 p{margin-top:10px;word-wrap:break-word;opacity:.7;font-size:1rem}._beverageCard_1v1af_15 h2{font-size:1.2rem;background-color:#d16e43;margin:20px 10px 30px;padding:10px 0;border:none;border-radius:1.5rem;text-align:center}._card_item_1v1af_36 li:after{position:absolute;content:"";width:240px;height:3px;background-color:#3c2d25}}@media only screen and (min-width: 600px) and (max-width: 800px){._beverage_container_1v1af_4{width:98%;margin:0 auto;gap:1rem;justify-content:space-around}._beverageCard_1v1af_15{width:190px}._beverageCard_1v1af_15 img{width:100%;height:170px;border:none;border-radius:50%;padding:0 10px;-webkit-user-select:none;user-select:none}._beverageCard_1v1af_15 h2{font-size:1.2rem;background-color:#d16e43;font-weight:600;margin:20px 10px 30px;padding:5px 15px;border:none;border-radius:1.5rem;text-align:center}._item_layout_1v1af_55 h3{font-size:1.1rem}._item_layout_1v1af_55 p{margin-top:10px;word-wrap:break-word;opacity:.7;font-size:.9rem}._card_item_1v1af_36 li:after{position:absolute;content:"";width:185px;height:2px;margin-top:0rem;background-color:#3c2d25}._item_layout_1v1af_55 button{margin-top:10px;width:35px;height:35px;border:none;border-radius:50%;font-size:1.8rem}}@media only screen and (max-width: 600px){._mobileView_1v1af_1{display:block}._beverage_container_1v1af_4{color:#fff;font-family:Inter,sans-serif;display:flex;flex-direction:column-reverse;flex-wrap:nowrap;justify-content:center;width:100%;margin:0 auto}._beverageCard_1v1af_15{width:100%;position:relative}._beverageCard_1v1af_15 img{width:100%;height:180px;border:none;border-radius:0%;padding:0;-webkit-user-select:none;user-select:none;object-fit:cover;object-position:center;background-color:#848382;opacity:.5}._beverageCard_1v1af_15 h2{opacity:1;position:absolute;font-size:1.8rem;word-spacing:20rem;background-color:transparent;left:0;top:0;border:none;border-radius:0rem;text-align:left}._card_item_1v1af_36{display:none}._mobileView_1v1af_1 li{display:flex;flex-direction:row;justify-content:space-around;padding:2rem 0rem}._mobileView_1v1af_1 li ._orderItemL_1v1af_242{padding:5% 0%}._beverageCard_1v1af_15:first-child ._mobileView_1v1af_1 li{width:85%;margin:0 auto;padding:5% 0% 0%;margin-top:1rem;margin-bottom:3rem}._beverageCard_1v1af_15:first-child ._mobileView_1v1af_1 li ._orderItemL_1v1af_242{padding:0%}._beverageCard_1v1af_15:first-child ._mobileView_1v1af_1 li:after{position:absolute;content:"";width:85%;height:2px;opacity:.6;background-color:#fff;margin-top:9rem}._orderpara_1v1af_265{width:90%;padding-top:10px;font-size:1rem;opacity:.7}._orderPrice_1v1af_271{padding-top:10px}._orderItemR_1v1af_274 img{position:relative;width:120px;height:80px;border:none;border-radius:15px}._orderItemR_1v1af_274 div{position:absolute;display:flex;flex-direction:column;gap:2.4rem;margin-top:-4.5rem;margin-left:-.5rem;width:50px}._heartIcon_1v1af_290{color:#fd3018}._heartIcon_1v1af_290:hover{color:#1bb125}._countBtn_1v1af_296{font-size:1rem;color:#000;width:75px;padding:2px 0;margin-left:31px;text-align:center;background:#d9d9d9;box-shadow:inset 0 4px 4px #00000040;border:none;border-radius:10px}._countBtn_1v1af_296 button{color:#000;background-color:#d9d9d9;box-shadow:outset 0 4px 4px #00000040;font-size:1rem;font-weight:700;margin-right:5px;margin-left:5px;width:15px;height:15px;border:none;border-radius:50%}._countBtn_1v1af_296 button:hover{color:#03700a}._mobileView_1v1af_1 li:after{position:absolute;content:"";width:85%;height:2px;opacity:.6;background-color:#fff;margin-top:7.5rem}._mobileView_1v1af_1 li:nth-last-child(1):after{display:none}}._sunsetLogo_1c3wi_1{text-align:center;padding:3rem 0rem}._sunsetLogo_1c3wi_1:before{position:absolute;content:"";width:20%;margin-left:19%;height:1.5px;opacity:.7;background-color:#d16e43;left:0;top:18.5vh}._sunsetLogo_1c3wi_1:after{position:absolute;content:"";width:20%;margin-right:20%;height:1.5px;opacity:.7;background-color:#d16e43;right:0;top:18.5vh}._sunsetLogo_1c3wi_1 h1{color:#da8f70;font-family:Inter,sans-serif;font-size:35px;font-weight:500;font-style:normal;margin:0 0 5px;letter-spacing:1rem}._sunsetLogo_1c3wi_1 h2{color:#fff;font-family:Inspiration,sans-serif;letter-spacing:.2rem;font-size:60px;font-style:normal;font-weight:400;mix-blend-mode:luminosity;margin-left:-20px}@media only screen and (min-width: 800px) and (max-width: 1250px){._sunsetLogo_1c3wi_1{text-align:center;padding:2rem 0rem}._sunsetLogo_1c3wi_1:before{width:23%;margin-left:10%;top:18.5vh}._sunsetLogo_1c3wi_1:after{width:25%;margin-right:10%;top:18.5vh}}@media only screen and (min-width: 600px) and (max-width: 800px){._sunsetLogo_1c3wi_1{text-align:center;padding:2rem 0rem 1rem}._sunsetLogo_1c3wi_1:before{width:18%;margin-left:10%;top:17.5vh}._sunsetLogo_1c3wi_1:after{width:21%;margin-right:10%;top:17.5vh}._sunsetLogo_1c3wi_1 h1{font-size:30px;margin:0 0 5px;letter-spacing:1rem}._sunsetLogo_1c3wi_1 h2{letter-spacing:.2rem;font-size:45px;font-weight:400;margin-left:-20px}}@media only screen and (max-width: 600px){._sunsetLogo_1c3wi_1{text-align:center;padding:2rem 0rem}._sunsetLogo_1c3wi_1:before{width:19%;margin-left:5%;top:17.5vh}._sunsetLogo_1c3wi_1:after{width:20%;margin-right:8%;top:17.5vh}._sunsetLogo_1c3wi_1 h1{font-size:25px;margin:0;letter-spacing:.7rem}._sunsetLogo_1c3wi_1 h2{letter-spacing:.2rem;font-size:40px;font-weight:400;margin-left:-20px}}._categoriesHeading_olkqt_1{position:relative;margin:3% 2% 0%}._categoriesHeading_olkqt_1 h1{width:400px;height:60px;padding:6px 0;margin:0 auto;text-align:center;font-size:30px;line-height:45px;background-color:#d16e43;color:#fff;position:relative;z-index:1}._categoriesHeading_olkqt_1:before{content:"";position:absolute;top:50%;left:0;width:calc(48% - 200px);height:1.5px;background-color:#d16e43;z-index:0}._categoriesHeading_olkqt_1:after{content:"";position:absolute;top:50%;right:0;width:calc(48% - 200px);height:1.5px;background-color:#d16e43;z-index:0}._categoriesCardContainer_olkqt_39{display:flex;flex-direction:row;justify-content:space-around;padding:3%;-webkit-user-select:none;user-select:none}._batchOne_olkqt_46{width:225px;height:200px}._batchTwo_olkqt_50{width:325px;height:300px}._batchTwo_olkqt_50 h4,._batchOne_olkqt_46 h4{text-align:center;color:#fff;font-size:25px;line-height:30px;font-weight:500;font-family:Josefin Sans,sans-serif}._batchOne_olkqt_46 img{width:100%;height:180px;border:none;border-radius:20px;object-fit:cover}._batchTwo_olkqt_50 img{width:100%;height:280px;border:none;border-radius:20px;object-fit:cover}._batchOne_olkqt_46 img:hover,._batchTwo_olkqt_50 img:hover{transform:scale(1.03);transition:.4s ease-in-out;cursor:pointer}._exploreBtn_olkqt_83{text-align:center;margin-top:0%;margin-bottom:5.5rem;position:relative}._exploreBtn_olkqt_83 a{text-decoration:none;font-family:Aleo,serif;color:#fff;background-color:#cb5f5f;font-size:35px;padding:10px 40px;border:none;border-radius:20px;margin:0 auto}._exploreBtn_olkqt_83 a:hover{background-color:#ce4c4c}@media only screen and (min-width: 750px) and (max-width: 955px){._categoriesHeading_olkqt_1{position:relative;margin:3% 2% 0%}._categoriesHeading_olkqt_1 h1{width:250px;height:50px;padding:10px 0;margin:0 auto;text-align:center;font-size:20px;line-height:28px;background-color:#d16e43;color:#fff;position:relative;z-index:1}._categoriesHeading_olkqt_1:before{content:"";position:absolute;top:50%;left:0;width:calc(50% - 120px);height:1.5px;background-color:#fff;z-index:0}._categoriesHeading_olkqt_1:after{content:"";position:absolute;top:50%;right:0;width:calc(50% - 120px);height:1.5px;background-color:#fff;z-index:0}._categoriesCardContainer_olkqt_39{display:flex;flex-direction:row;justify-content:space-around;padding:5% 1%;-webkit-user-select:none;user-select:none}._batchOne_olkqt_46,._batchTwo_olkqt_50{width:24%;height:140px}._batchTwo_olkqt_50 h4,._batchOne_olkqt_46 h4{text-align:center;color:#fff;font-size:10px;line-height:15px;font-weight:400;font-family:Josefin Sans,sans-serif}._batchOne_olkqt_46 img{width:100%;height:100px;border:none;border-radius:25%;object-fit:cover}._batchTwo_olkqt_50 img{width:100%;height:120px;border:none;border-radius:25%;object-fit:cover}._exploreBtn_olkqt_83{text-align:center;margin-top:-1rem;margin-bottom:4rem}._exploreBtn_olkqt_83 a{text-decoration:none;font-family:Aleo,serif;color:#fff;background-color:#cb5f5f;font-size:20px;padding:10px 30px;border:none;border-radius:20px;margin:0 auto}}@media only screen and (min-width: 800px) and (max-width: 1236px){._categoriesCardContainer_olkqt_39{display:flex;flex-direction:row;justify-content:space-around;padding:3% 1%;-webkit-user-select:none;user-select:none}._batchOne_olkqt_46,._batchTwo_olkqt_50{width:190px;height:240px}._batchTwo_olkqt_50 h4,._batchOne_olkqt_46 h4{text-align:center;color:#fff;font-size:23.5px;line-height:25px;font-weight:500;font-family:Josefin Sans,sans-serif}._batchOne_olkqt_46 img{width:100%;height:140px;border:none;border-radius:20px;object-fit:cover}._batchTwo_olkqt_50 img{width:100%;height:200px;border:none;border-radius:20px;object-fit:cover}._exploreBtn_olkqt_83{text-align:center;margin-top:2%;margin-bottom:5%}}@media only screen and (max-width: 750px){._categoriesHeading_olkqt_1{position:relative;margin:0% 2%}._categoriesHeading_olkqt_1 h1{width:250px;height:50px;padding:10px 0;margin:0 auto;text-align:center;font-size:20px;line-height:27px;background-color:#d16e43;color:#fff;position:relative;z-index:1}._categoriesHeading_olkqt_1:before{content:"";position:absolute;top:50%;left:0;width:calc(50% - 120px);height:1.5px;background-color:#fff;z-index:0}._categoriesHeading_olkqt_1:after{content:"";position:absolute;top:50%;right:0;width:calc(50% - 120px);height:1.5px;background-color:#fff;z-index:0}._categoriesCardContainer_olkqt_39{display:flex;flex-direction:row;justify-content:space-around;padding:5% 1%;-webkit-user-select:none;user-select:none}._batchOne_olkqt_46,._batchTwo_olkqt_50{width:24%;height:165px}._batchTwo_olkqt_50 h4,._batchOne_olkqt_46 h4{text-align:center;color:#fff;font-size:10px;line-height:15px;font-weight:400;font-family:Josefin Sans,sans-serif}._batchOne_olkqt_46 img{width:100%;height:100px;border:none;border-radius:25%;object-fit:cover}._batchTwo_olkqt_50 img{width:100%;height:120px;border:none;border-radius:25%;object-fit:cover}._exploreBtn_olkqt_83{text-align:center;margin-top:-1rem;margin-bottom:3rem}._exploreBtn_olkqt_83 a{text-decoration:none;font-family:Aleo,serif;color:#fff;background-color:#cb5f5f;font-size:20px;padding:10px 30px;border:none;border-radius:20px;margin:0 auto}}@media only screen and (max-width: 495px){._exploreBtn_olkqt_83{text-align:center;margin-top:-.5rem;margin-bottom:3rem}}._carouselContainer_144gy_2{width:90%;height:auto;margin:0 3.4% 0 auto;padding:3rem 0rem 4rem}._image_carousel_144gy_9{min-width:100%;height:400px;flex:0 0 auto;gap:3.4%;z-index:0;display:flex;flex-direction:row;overflow:hidden}._image_carousel_144gy_9 img{min-width:30%;height:100%;object-fit:fill;object-position:center}._carouselBtn_144gy_25{position:absolute;display:inline-block;width:45px;margin:150px auto 0;height:100px;font-size:40px;line-height:40px;background-color:transparent;color:#fff;border:none;cursor:pointer}._prevBtn_144gy_39{left:20px}._nextBtn_144gy_42{right:20px}._carouselBtn_144gy_25:hover{width:45px;height:100px;background-color:#0006;transition:background-color .3s ease-in-out}@media only screen and (min-width: 600px) and (max-width: 800px){._carouselContainer_144gy_2{width:90%;height:auto;margin:0 auto;padding:2rem 0rem 3rem}._image_carousel_144gy_9{min-width:100%;height:300px;flex:0 0 auto;gap:1.4%;z-index:0;display:flex;flex-direction:row;overflow:hidden}._image_carousel_144gy_9 img{min-width:33%;height:100%;object-fit:fill;object-position:center}._carouselBtn_144gy_25{position:absolute;display:inline-block;width:25px;margin:100px auto 0;height:100px;font-size:40px;line-height:40px;background-color:transparent;color:#fff;border:none;cursor:pointer}._prevBtn_144gy_39{left:0}._nextBtn_144gy_42{right:0}._carouselBtn_144gy_25:hover{width:25px;height:100px;background-color:#0006;transition:background-color .3s ease-in-out}}@media only screen and (max-width: 600px){._carouselContainer_144gy_2{width:97%;height:auto;margin:0 auto;padding:1.5rem 0rem 2rem}._image_carousel_144gy_9{min-width:100%;height:200px;flex:0 0 auto;gap:1.4%;z-index:0;display:flex;flex-direction:row;overflow:hidden}._image_carousel_144gy_9 img{min-width:33%;height:100%;object-fit:fill;object-position:center}._carouselBtn_144gy_25{position:absolute;display:inline-block;width:25px;margin:75px auto 0;height:50px;font-size:25px;line-height:25px;background-color:transparent;color:#fff;border:none;cursor:pointer;background-color:#0006}._prevBtn_144gy_39{left:0}._nextBtn_144gy_42{right:0}._carouselBtn_144gy_25:hover{width:25px;height:50px;background-color:#000c;transition:background-color .3s ease-in-out}}._menu_hero_wmyy3_1{width:100%;height:80vh;background-image:url(../../menu-images/menu-hero-img-desk.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}._menu_heading_wmyy3_9{text-align:center;color:#fff;font-family:Josefin Sans,sans-serif;padding:2rem 0rem;position:relative;z-index:0;font-size:2rem}._menu_heading_wmyy3_9:before{content:"";width:calc(50% - 250px);height:1.5px;background-color:#fff;position:absolute;left:0;top:41%;z-index:1}._menu_heading_wmyy3_9:after{content:"";width:calc(50% - 250px);height:1.5px;background-color:#fff;position:absolute;right:0;top:41%;z-index:1}._menu_item_container_wmyy3_38{display:grid;grid-template-columns:auto auto auto;width:100%;padding:0% 1% 1%;margin:0 auto;justify-content:space-around}._menu_item_wmyy3_38{width:300px;height:325px;margin:0 auto;text-align:center;padding-bottom:1rem}._menu_item_wmyy3_38 img{width:80%;height:225px;margin:0 auto;border:none;border-radius:50%;object-fit:cover}._menu_item_wmyy3_38 img:hover{transform:scale(1.04);transition:transform .3s ease-in-out}._item_ten_wmyy3_66{display:none}._menu_item_wmyy3_38 h4{color:#fff;font-family:Josefin Sans,sans-serif;margin:1rem 0rem;text-align:center}._see_more_btn_wmyy3_75{display:flex;flex-direction:row;justify-content:center;gap:10px;align-items:center;color:#fff;font-family:Josefin Sans,sans-serif;font-size:1.5rem;text-decoration:none;text-align:center;padding-bottom:2rem;padding-left:1.1rem}._see_more_btn_i_wmyy3_89{padding:10px 15px;background-color:#7d7474;color:#000;border:none;border-radius:50%;text-decoration:none;text-align:center;font-size:1.5rem}._see_more_btn_i_wmyy3_89:hover{background-color:#90ee90}@media only screen and (min-width: 650px) and (max-width: 900px){._menu_hero_wmyy3_1{width:100%;height:50vh;background-image:url(../../menu-images/menu-hero-img.png)}._menu_item_wmyy3_38{width:200px;height:300px;margin:0 auto;text-align:center;padding-bottom:1rem}._menu_item_wmyy3_38 img{width:100%;height:200px;margin:0 auto;border:none;border-radius:50%;object-fit:cover}}@media only screen and (max-width: 650px){._menu_hero_wmyy3_1{width:100%;height:43vh;background-image:url(../../menu-images/menu-hero-img.png)}._menu_heading_wmyy3_9{padding:2rem 0rem;font-size:1.2rem}._menu_heading_wmyy3_9:before{content:"";width:calc(50% - 150px);height:1.5px;left:0;top:41%}._menu_heading_wmyy3_9:after{content:"";width:calc(50% - 150px);height:1.5px;right:0;top:41%}._menu_item_container_wmyy3_38{display:grid;grid-template-columns:auto auto;width:100%;padding:-1% 1% 1%;margin:0 auto;justify-content:space-around}._menu_item_wmyy3_38{width:150px;height:200px;margin:0 auto;text-align:center;margin-bottom:4rem}._menu_item_wmyy3_38 img{width:100%;height:150px;margin:0 auto;border:none;border-radius:50%;object-fit:cover}._item_ten_wmyy3_66{display:block}._see_more_btn_wmyy3_75{padding-bottom:1.5rem;margin-top:-1.5rem;padding-left:0rem}}._register_1ohw8_8{width:50em;height:auto;display:block;text-align:center;margin:0 auto;padding:4% 0%;font-family:Josefin Sans,serif;font-style:normal}._register_1ohw8_8 h1{text-align:center;font-weight:700;font-size:50px;font-family:Josefin Sans,sans-serif;margin-bottom:1.5rem}._reservationform_1ohw8_25{border:1px solid black;padding:1.5%;display:flex;flex-direction:column}._input_register_1ohw8_31{display:block;margin-top:1rem}._input_register_1ohw8_31 input{padding:11px 20px;background-color:#d9d9d9;border:none;border-radius:12px;margin-right:10px}._input_register_1ohw8_31 input::placeholder{color:#2a2828b3;font-weight:700;font-size:1rem}._input_register_1ohw8_31 input[type=email],._input_register_1ohw8_31 input[type=password]{width:425px;display:block;margin:0 auto;margin-top:2rem}._reservationform_1ohw8_25 legend{font-size:25px;color:#d16e43;margin-bottom:2rem;margin-top:.5rem}._input_register_1ohw8_31 button{background-color:#f0ad90;color:#fff;border:none;border-radius:12px;padding:10px 70px;font-size:large;font-weight:700;letter-spacing:1px;cursor:pointer;margin-top:1rem;margin-bottom:1.5rem}._input_register_1ohw8_31 button:hover{background-color:#d16e43;transition:background-color .4s ease-in-out}._input_sign_1ohw8_77{margin-bottom:1rem}._input_sign_1ohw8_77 span{color:#d16e43;font-size:18px;margin-right:.5rem}._input_sign_1ohw8_77 a{color:#000;background-color:#f0ad90;border:none;padding:4px 10px;border-radius:10px;cursor:pointer;text-decoration:none}._input_sign_1ohw8_77 a:hover{background-color:#d16e43}@media only screen and (min-width: 800px) and (max-width: 1100px){._register_1ohw8_8{width:40em;height:auto;display:block;text-align:center;margin:0 auto;padding:5% 0%;font-family:Josefin Sans,serif;font-style:normal}}@media only screen and (max-width: 800px){._register_1ohw8_8{width:90%;height:auto;display:block;text-align:center;margin:0 auto;padding:4% 0%;font-family:Josefin Sans,serif;font-style:normal}._register_1ohw8_8 h1{font-size:45px;margin:1rem}}@media only screen and (max-width: 500px){._register_1ohw8_8{width:95%;height:auto;display:block;text-align:center;margin:0 auto;padding:10% 0%;font-family:Josefin Sans,serif;font-style:normal}._register_1ohw8_8 h1{text-align:center;font-weight:700;font-size:40px;margin-bottom:.5rem;margin-top:0rem}._reservationform_1ohw8_25{border:1px solid black;padding:1.5%;display:flex;flex-direction:column}._input_register_1ohw8_31{display:block;margin-top:1rem}._input_register_1ohw8_31 input{padding:11px 15px;background-color:#d9d9d9;border:none;border-radius:12px;margin:0% 5%;width:125px}@media only screen and (max-width: 361px){._input_register_1ohw8_31 input{padding:11px 15px;background-color:#d9d9d9;border:none;border-radius:12px;margin:0% 1%;width:142px}}._input_register_1ohw8_31 input::placeholder{color:#2a2828b3;font-weight:700}._input_register_1ohw8_31 input[type=email],._input_register_1ohw8_31 input[type=password]{width:300px;display:block;margin:0 auto;margin-top:2rem}._reservationform_1ohw8_25 legend{font-size:22px;color:#d16e43;margin-bottom:2rem;margin-top:.5rem;word-spacing:2px}._input_1ohw8_31 button{background-color:#f0ad90;color:#fff;border:none;border-radius:12px;padding:10px 70px;font-size:large;font-weight:700;letter-spacing:1px;cursor:pointer;margin-top:1rem;margin-bottom:1.5rem}._input_register_1ohw8_31 button:hover{background-color:#d16e43}._input_sign_1ohw8_77{margin-bottom:1rem}._input_sign_1ohw8_77 span{color:#d16e43;font-size:16px;margin-right:0rem}._input_sign_1ohw8_77 a{color:#000;background-color:#f0ad90;border:none;padding:4px 8px;border-radius:10px;cursor:pointer}._input_sign_1ohw8_77 a:hover{background-color:#d16e43}}._login_main_zvrb9_2{width:90%;height:100%;display:flex;flex-direction:row;text-align:center;margin:0 auto;padding:4% 4% 3%;gap:4rem;font-family:Josefin Sans,sans-serif;font-style:normal;-webkit-user-select:none;user-select:none}._login_form_zvrb9_16{width:50%}._login_form_zvrb9_16 h1{text-align:center;font-weight:700;font-size:45px;margin-bottom:1.5rem;font-family:Josefin Sans,sans-serif;font-style:normal}._form_zvrb9_27{border:1px solid black}._form_zvrb9_27 legend{color:#d16e43;font-size:25px;margin-bottom:2rem;margin-top:1.4rem;font-family:Josefin Sans,sans-serif;font-style:normal}._form_zvrb9_27 h4 a{color:#4a4747bf;display:flex;justify-content:end;margin-top:1.5rem;margin-bottom:.5rem;margin-right:15%}._form_zvrb9_27 h4 a:hover{color:#000}._input_zvrb9_49{width:415px;display:block;margin:0 auto;margin-top:2rem}._input_zvrb9_49 input{width:100%;padding:11px 20px;background-color:#d9d9d9;border:none;border-radius:12px;margin-right:10px}._input_zvrb9_49 input::placeholder{color:#2a2828b3;font-weight:700;font-size:1rem}._login_img_zvrb9_68{width:50%}._login_img_zvrb9_68 img{width:100%;height:52vh;margin-top:3rem;object-fit:fill}._input_login_zvrb9_77{margin-bottom:1.5rem}._input_login_zvrb9_77 span{color:#000;font-size:18px;margin-right:.5rem}._input_login_zvrb9_77 a{color:#000;background-color:#f0ad90;border:none;padding:4px 10px;border-radius:10px;cursor:pointer;text-decoration:none}._input_login_zvrb9_77 a:hover{background-color:#d16e43;transition:background-color .4s ease-in-out}._submit_btn_zvrb9_98 button{background-color:#f0ad90;color:#fff;border:none;border-radius:12px;padding:10px 70px;font-size:large;font-weight:700;letter-spacing:1px;cursor:pointer;margin-top:1rem;margin-bottom:1.5rem}._submit_btn_zvrb9_98 button:hover{background-color:#d16e43;transition:background-color .4s ease-in-out}@media only screen and (min-width: 800px) and (max-width: 1100px){._input_zvrb9_49{width:255px;display:block;margin:0 auto;margin-top:2rem}._input_login_zvrb9_77 span{color:#000;font-size:16px;margin-right:0rem}._input_login_zvrb9_77 a{color:#000;background-color:#f0ad90;border:none;padding:3px 8px;border-radius:8px;cursor:pointer}._login_img_zvrb9_68 img{width:100%;height:51vh;margin-top:4rem;object-fit:fill}}@media only screen and (max-width: 800px){._login_main_zvrb9_2{width:90%;height:auto;display:flex;flex-direction:column;text-align:center;margin:0 auto;padding:4% 4% 3%;gap:2rem;font-family:Josefin Sans,serif;font-style:normal;-webkit-user-select:none;user-select:none}._login_form_zvrb9_16{width:100%}._login_form_zvrb9_16 h1{text-align:center;font-weight:700;font-size:45px;margin:1.2rem}@media only screen and (min-width: 0px) and (max-width: 400px){._login_form_zvrb9_16 h1{font-size:35px;margin:1.5rem}}._form_zvrb9_27{border:1px solid black}._form_zvrb9_27 legend{color:#d16e43;font-size:25px;margin-bottom:2rem;margin-top:1.4rem}._form_zvrb9_27 h4 a{color:#4a4747bf;display:flex;justify-content:center;margin-top:1.5rem;width:100%}._form_zvrb9_27 h4 a:hover{color:#000}._input_zvrb9_49{width:250px;display:block;margin:0 auto;margin-top:2rem}._login_img_zvrb9_68{width:100%}._login_img_zvrb9_68 img{width:90%;height:auto;margin:0 auto;object-fit:cover}._input_login_zvrb9_77{margin-bottom:1.5rem;display:flex;flex-direction:column}._input_login_zvrb9_77 span{color:#000;font-size:18px;margin-right:.5rem}._input_login_zvrb9_77 a{color:#000;background-color:#f0ad90;border:none;padding:4px 10px;border-radius:10px;width:201px;margin:0 auto;cursor:pointer;margin-top:.5rem}._input_login_zvrb9_77 a:hover{background-color:#d16e43}}._forgot_form_container_hvtv2_2{display:flex;flex-direction:row;justify-content:center;gap:4rem;padding:4.5% 4.5% 3%;width:100%;height:auto}._forgot_img_mobile_hvtv2_12{display:none}._forgot_img_hvtv2_12{width:45%;height:65vh}._forgot_img_hvtv2_12 img{width:100%;height:65vh;object-fit:fill}._forgot_form_hvtv2_2{width:55%;height:65vh}._forgot_form_hvtv2_2 h1{text-align:center;font-size:45px;margin-bottom:2rem;font-weight:700;font-family:Josefin Sans,sans-serif;font-style:normal}._forgot__form_hvtv2_36{border:1px solid black;padding:5% 5% 2%}._forgot__form_hvtv2_36 legend{padding:0% 8%;margin:0 auto;font-size:25px;line-height:35px;text-align:left;color:#d16e43;font-weight:500;font-family:Josefin Sans,sans-serif;font-style:normal}._forgot__input_hvtv2_52{display:block;margin:0 auto;text-align:center}._forgot__input_hvtv2_52 input{width:350px;height:50px;margin-bottom:1rem;margin-top:3rem;padding:11px 20px;background-color:#d9d9d9;border:none;border-radius:12px}._forgot__input_hvtv2_52 input::placeholder{font-size:1rem;font-weight:600;color:#636262}._forgot__input_hvtv2_52 button{width:350px;height:50px;background-color:#f0ad90;color:#fff;border:none;border-radius:12px;padding:10px 70px;font-size:large;font-weight:700;letter-spacing:1px;cursor:pointer;margin-top:1rem;margin-bottom:1.5rem}._forgot__input_hvtv2_52 button:hover{background-color:#d16e43;transition:background-color .4s ease-in-out}._forgot__form_hvtv2_36 h4{text-align:center;margin:1rem 0rem}._forgot__form_hvtv2_36 h4 a{color:#000;font-size:25px;text-decoration:none;font-weight:700;font-family:Josefin Sans,sans-serif;font-style:normal}._forgot__form_hvtv2_36 h4 a:hover{color:#d16e43;text-decoration:underline;transition:color .4s ease-in-out}@media only screen and (min-width: 800px) and (max-width: 1100px){._forgot_form_hvtv2_2 h1{text-align:center;font-size:35px;margin-bottom:2rem}._forgot__input_hvtv2_52 input{width:280px;height:50px;margin-bottom:1rem;margin-top:3rem}._forgot__input_hvtv2_52 button{width:280px;height:50px}}@media only screen and (max-width: 800px){._forgot_form_container_hvtv2_2{gap:2rem}._forgot_img_mobile_hvtv2_12{display:none}._forgot_form_hvtv2_2 h1{text-align:center;font-size:35px;margin-bottom:1.5rem}._forgot_img_hvtv2_12{width:45%;height:100%}._forgot_img_hvtv2_12 img{width:100%;height:70vh;object-fit:fill}._forgot__input_hvtv2_52 input{width:240px;height:50px;margin-bottom:1rem;margin-top:3rem}._forgot__input_hvtv2_52 button{width:240px;height:50px;padding:10px 40px}._forgot__form_hvtv2_36 legend{padding:0% 5%;margin:0 auto;font-size:23px;line-height:25px}@media only screen and (min-width: 501px) and (max-width: 700px){._forgot_form_hvtv2_2 h1{text-align:center;font-size:30px;margin-bottom:2rem}._forgot__input_hvtv2_52 input{width:200px;height:45px;margin-bottom:1rem;margin-top:1rem}._forgot__input_hvtv2_52 button{width:200px;height:45px}._forgot__form_hvtv2_36 legend{font-size:22px;line-height:2rem}}@media only screen and (max-width: 500px){._forgot_form_container_hvtv2_2{display:flex;flex-direction:column;justify-content:center;gap:0rem;padding:5% 5% 3%;font-family:Josefin Sans,sans-serif;font-style:normal}._forgot_img_mobile_hvtv2_12{display:block}._forgot_img_hvtv2_12{display:none}._forgot_img_mobile_hvtv2_12{width:90%;height:auto;margin:0 auto}._forgot_img_mobile_hvtv2_12 img{width:100%;height:auto;object-fit:fill}._forgot_form_hvtv2_2{width:100%;height:auto}._forgot_form_hvtv2_2 h1{text-align:center;font-size:35px;margin-bottom:1.5rem;margin-top:1.9rem}._forgot__form_hvtv2_36{border:1px solid black;padding:5%}._forgot__form_hvtv2_36 legend{padding:0%;margin:0 auto;font-size:22px;line-height:30px;text-align:left;color:#d16e43}._forgot__input_hvtv2_52{display:block;margin:0 auto;text-align:center}._forgot__input_hvtv2_52 input{width:270px;height:47px;margin-bottom:1rem;margin-top:2rem}._forgot__input_hvtv2_52 button{width:270px;height:45px}._forgot__form_hvtv2_36 h4{text-align:center;margin:1rem 0rem}._forgot__form_hvtv2_36 h4 a{color:#000;font-size:25px;text-decoration:none}._forgot__form_hvtv2_36 h4 a:hover{color:#d16e43;text-decoration:underline}}}*{padding:0;margin:0;box-sizing:border-box}body{font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;font-size:1.1rem;font-weight:500;font-style:normal;color:#000}
