@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);*{font-family:Cabin,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:#f8f7f7;margin:0;padding:0;position:relative}.Footer_footer__p5uou{align-items:center;background:linear-gradient(90deg,#f76808,#f76808);display:flex;height:300px;justify-content:space-around;width:100%}.Footer_footer__p5uou>div:first-child{display:flex;flex-direction:column;gap:15px;width:300px}.Footer_footer__p5uou>div:last-child{display:flex;gap:30px}@media only screen and (max-width:570px){.Footer_footer__p5uou{display:flex;flex-direction:column;gap:45px;justify-content:center;text-align:center}.Footer_footer__p5uou>div>p:nth-child(2){text-align:left}}.border-box,.border-box *{box-sizing:border-box;margin:0;padding:0}.show{display:flex!important}.hidden{display:none}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Login_container__\+D-LE{background-image:url(/static/media/bg.48115b9d937a4f133aa8.jpg);background-position:50%;background-size:cover;height:100vh;left:0;position:absolute;top:0;width:100%}.Login_error__875nj{border:2px solid red}.Login_inner__SjB\+-{background:#fffc;border-radius:10px;box-shadow:0 0 10px #00000080;left:50%;padding:20px 60px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.Login_input__qnXuo{background-color:#fff6;border:1px solid #0003;border-radius:6px;font-family:Gill Sans,sans-serif;font-size:15px;height:35px;margin-bottom:-10px;padding-left:8px;padding-right:8px;width:340px}.Login_input__qnXuo:focus{border:1px solid #f60;outline:none}.Login_btn__RDDkh:hover{background:linear-gradient(90deg,#f60,#f60);transition-duration:.3s}.Login_btn__RDDkh{background:linear-gradient(270deg,#f60,#f60);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:15px;margin-top:20px;outline:none;padding:10px 20px;transition-duration:.3s;width:220px}.Login_welcome__6alHR{margin-bottom:25px}.Login_dont__EZ2d-,.Login_welcome__6alHR{color:#1d3f58;font-family:Gill Sans,sans-serif}.Login_appLogo__Z2R1p{display:grid;grid-template-columns:repeat(3,1fr)}.Login_images__\+Npfl{cursor:pointer;height:30px;margin-left:45px;width:30px}.Login_logo__\+fwbp{margin-bottom:-20px;width:150px}.Login_line__GC672{color:#1d3f58;font-family:Gill Sans,sans-serif;font-size:11px;margin-top:-24px}.Signup_container__EEV7o{background-image:url(/static/media/bg.48115b9d937a4f133aa8.jpg);background-position:50%;background-size:cover;height:100vh;left:0;position:absolute;top:0;width:100%}.Signup_inner__UySVp{background:#fffc;border-radius:10px;box-shadow:0 0 10px #00000080;left:50%;padding:20px 60px 50px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.Signup_inner__UySVp{padding:40px}}@media (max-width:480px){.Signup_inner__UySVp{padding:20px}}.Signup_welcome__F7X\+K{margin-bottom:1.2rem}.Signup_input__6TUyy{background-color:#fff6;border:1px solid #0003;border-radius:6px;font-family:Gill Sans,sans-serif;font-size:15px;height:35px;margin-bottom:-10px;padding-left:8px;padding-right:8px;width:340px}.Signup_input__6TUyy:focus{border:1px solid #00a8ff;outline:none}.Signup_btn__eBQyt:hover{background:linear-gradient(90deg,#f60,#f60);transition-duration:.3s}.Signup_btn__eBQyt{background:linear-gradient(270deg,#f60,#f60);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:15px;outline:none;padding:10px 20px;transition-duration:.3s;width:320px}.Signup_line__1IweK{font-size:11px;margin-top:-40px}.Signup_dont__jO2iM,.Signup_line__1IweK{color:#1d3f58;font-family:Gill Sans,sans-serif}.Signup_appLogo__XcbEU{display:grid;grid-template-columns:repeat(3,1fr)}.Signup_images__Y8g8W{height:30px;margin-left:45px;width:30px}.Signup_link__sWWTv{text-decoration:none}.Signup_logo__c0JPf{margin-bottom:-30px;margin-top:-25px;width:150px}.inpt:focus,.inpt:focus-visible{z-index:0!important}.btn>button{background:#f60;border:none;color:#fff;cursor:pointer;outline:none}.btn>button:hover{animation-direction:alternate;animation-duration:.2s;animation-fill-mode:forwards;animation-timing-function:ease-in-out}.buttonContainer{align-items:center;display:flex;justify-content:space-between}.butn{background:linear-gradient(270deg,#00a8ff,#02e8ff);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:15px;margin-top:20px;outline:none;padding:10px;transition-duration:.3s;width:150px}.container{background-position:50%;background-size:cover;height:100vh;left:0;position:absolute;top:0;width:100%}.inner{border-radius:10px;box-shadow:0 0 10px #00000080;left:50%;padding:20px 60px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.inner,.input{background-color:#f9f6f6}.input{border:1px solid #0003;border-radius:6px;font-family:Gill Sans,sans-serif;font-size:15px;height:35px;margin-bottom:-10px;padding-left:8px;padding-right:8px;width:340px}.input:focus{border:1px solid #00a8ff;outline:none}.btn:hover{background:linear-gradient(90deg,#00a8ff,#02e8ff)}.btn,.btn:hover{transition-duration:.3s}.btn{border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:15px;margin-top:20px;outline:none;padding:10px 20px;width:320px}.traveler-form{border:1px solid #ccc;border-radius:15px;margin-bottom:20px;margin-top:20px;padding:20px}.form-row{display:flex;justify-content:space-between}.form-group{flex:1 1;margin-right:10px}.form-group label{display:block;font-weight:700}.form-group input{border:1px solid #ccc;border-radius:5px;margin-top:5px;padding:5px;width:100%}.my-custom-font{color:#333;font-size:20px;font-weight:700}.my-custom-font,.text-secondary{font-family:YourFontName,sans-serif}.text-secondary{color:#666;font-size:14px}.EventComponent_hotel_component__mO2aY{align-items:center;background:#fff;border-radius:15px;box-shadow:0 7px 29px 0 #64646f33;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:430px;overflow:hidden;padding-bottom:15px;text-align:center;width:340px}@media only screen and (min-width:1200px){.EventComponent_allhotels__0tswO{grid-template-columns:repeat(3,auto)}}@media only screen and (max-width:768px){.EventComponent_hotel_component__mO2aY{width:"auto"}.EventComponent_allhotels__0tswO{gap:15px;grid-template-columns:repeat(2,auto);justify-content:center}}@media only screen and (max-width:480px){.EventComponent_hotel_component__mO2aY{width:100%}.EventComponent_allhotels__0tswO{gap:10px;grid-template-columns:repeat(1,auto);justify-content:center}}.EventComponent_hotel_component__mO2aY>p:nth-child(3){color:#6f6f6f;font-size:17px}.EventComponent_hotel_component__mO2aY h2{-webkit-line-clamp:1;padding:0 4px}.EventComponent_hotel_component__mO2aY>div>img{height:inherit}.EventComponent_hotel_component__mO2aY>div>img:hover{scale:1.1;transition-duration:.25s}.EventComponent_hotel_component__mO2aY>div:last-child{display:flex;justify-content:space-between;padding:12px 25px 0;text-align:left;width:100%}.EventComponent_hotel_component__mO2aY>div:last-child>div>p:first-child{color:#5f5f5f;font-size:15px}.EventComponent_hotel_component__mO2aY>div>button{align-items:center;background:#e75813;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:12px;justify-content:center;outline:none;padding:10px 20px;text-align:center;transition-duration:.3s;width:140px}.EventComponent_hotel_component__mO2aY>div>button:hover{background:#e75813;transition-duration:.3s}.EventComponent_allhotels__0tswO{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,auto);justify-content:center;padding:0 10px;place-items:center;width:100%}.EventComponent_filters_div__ico06{display:flex;flex-wrap:wrap;gap:25px;justify-content:center;margin-bottom:30px;margin-top:100px;padding:5px 4%}.EventComponent_filters_div__ico06 input,.EventComponent_filters_div__ico06 select{border:1px solid #007fbf33;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;font-size:16px;height:40px;max-width:100%;padding:0 10px;width:300px}.EventComponent_filters_div__ico06 select:hover{cursor:pointer}.EventComponent_filters_div__ico06 input:focus,.EventComponent_filters_div__ico06 select:focus{outline:none}.EventComponent_pagination__qetBs button{background:linear-gradient(270deg,#00a8ff,#02e8ff);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:15px;margin-left:40px;margin-right:40px;margin-top:40px;outline:none;padding:10px 20px;transition-duration:.3s}.EventComponent_pagination__qetBs{margin-bottom:30px;text-align:center}.EventComponent_pagination__qetBs>button:hover{background:linear-gradient(90deg,#ff7300,#02e8ff);transition-duration:.3s}.EventComponent_no_items__2wSpg{margin-top:100px;text-align:center}.EventComponent_loading__6hODl{margin-top:400px;text-align:center}@media only screen and (max-width:1600px){.EventComponent_allhotels__0tswO{grid-template-columns:repeat(3,auto)}}@media only screen and (max-width:1154px){.EventComponent_allhotels__0tswO{grid-template-columns:repeat(2,auto)}}@media only screen and (max-width:708px){.EventComponent_allhotels__0tswO{grid-template-columns:auto}.EventComponent_filters_div__ico06{float:none}}.EventComponent_registerNowButton__OnR1Q{background-color:#f60}.EventComponent_infoRow__F3oKI{align-items:center;display:flex;justify-content:space-between;width:80%}.EventComponent_eventInfo__iuzGv{text-align:left}.EventComponent_buttonRow__CSYRy{display:flex;justify-content:space-between;width:10%}.EventComponent_registerNowButton__OnR1Q{text-align:left}.EventComponent_viewButton__4f7nL{text-align:right}.EventComponent_addParticipantButton__isgZp,.EventComponent_registerSpotNowButton__PYY4m{text-align:right;width:50%!important}.EventComponent_hotel_component__mO2aY>div>img{border-radius:15px;height:200px;transition-duration:.25s;width:100%}.EventComponent_hotel_component__mO2aY h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.EventComponent_hotel_component__mO2aY>div:first-child{border-radius:15px;height:220px;overflow:hidden;width:100%}@media print{#print-content,#print-content *{visibility:visible}#print-content{left:0;position:absolute;top:0;width:100%}}.cardContainer{border:1px solid #ebebeb;margin:20px auto;width:900px}.customTable{border-collapse:collapse;width:100%}.customTable td,.customTable th{border:1px solid #e2e8f0;padding:10px 15px}.customTable thead{background-color:#edf2f7}.customTable tbody tr:hover{background-color:#f7fafc}.customTable tfoot{background-color:#f0f4f8;font-weight:700}.customTable caption{color:#4a5568;font-size:1.1em;font-weight:700;margin-bottom:15px;padding:10px}@media print{.no-print{display:none}}.EventComponent_hotel_component__CjkVL{align-items:center;background:#fff;border-radius:15px;box-shadow:0 7px 29px 0 #64646f33;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:400px;overflow:hidden;padding-bottom:15px;text-align:center;width:340px}@media only screen and (min-width:1200px){.EventComponent_allhotels__l5fJI{grid-template-columns:repeat(3,auto)}}@media only screen and (max-width:768px){.EventComponent_hotel_component__CjkVL{width:"auto"}.EventComponent_allhotels__l5fJI{gap:15px;grid-template-columns:repeat(2,auto);justify-content:center}}@media only screen and (max-width:480px){.EventComponent_hotel_component__CjkVL{width:100%}.EventComponent_allhotels__l5fJI{gap:10px;grid-template-columns:repeat(1,auto);justify-content:center}}.EventComponent_hotel_component__CjkVL>p:nth-child(3){color:#6f6f6f;font-size:17px}.EventComponent_hotel_component__CjkVL h2{-webkit-line-clamp:1;padding:0 4px}.EventComponent_hotel_component__CjkVL>div>img{height:inherit}.EventComponent_hotel_component__CjkVL>div>img:hover{scale:1.1;transition-duration:.25s}.EventComponent_hotel_component__CjkVL>div:last-child{display:flex;justify-content:space-between;padding:12px 25px 0;text-align:left;width:100%}.EventComponent_hotel_component__CjkVL>div:last-child>div>p:first-child{color:#5f5f5f;font-size:15px}.EventComponent_hotel_component__CjkVL>div>button{align-items:center;background:#e75813;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;justify-content:center;outline:none;padding:10px 20px;text-align:center;transition-duration:.3s;width:110px}.EventComponent_hotel_component__CjkVL>div>button:hover{background:#e75813;transition-duration:.3s}.EventComponent_allhotels__l5fJI{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(3,auto);justify-content:center;padding:0 10px;place-items:center;width:100%}.EventComponent_filters_div__i3j3p{display:flex;flex-wrap:wrap;gap:25px;justify-content:center;margin-bottom:30px;margin-top:100px;padding:5px 4%}.EventComponent_filters_div__i3j3p input,.EventComponent_filters_div__i3j3p select{border:1px solid #007fbf33;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;font-size:16px;height:40px;max-width:100%;padding:0 10px;width:300px}.EventComponent_filters_div__i3j3p select:hover{cursor:pointer}.EventComponent_filters_div__i3j3p input:focus,.EventComponent_filters_div__i3j3p select:focus{outline:none}.EventComponent_pagination__GAjDc button{background:linear-gradient(270deg,#00a8ff,#02e8ff);border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:15px;margin-left:40px;margin-right:40px;margin-top:40px;outline:none;padding:10px 20px;transition-duration:.3s}.EventComponent_pagination__GAjDc{margin-bottom:30px;text-align:center}.EventComponent_pagination__GAjDc>button:hover{background:linear-gradient(90deg,#ff7300,#02e8ff);transition-duration:.3s}.EventComponent_no_items__G5QJz{margin-top:100px;text-align:center}.EventComponent_loading__0oD-4{margin-top:400px;text-align:center}@media only screen and (max-width:1600px){.EventComponent_allhotels__l5fJI{grid-template-columns:repeat(3,auto)}}@media only screen and (max-width:1154px){.EventComponent_allhotels__l5fJI{grid-template-columns:repeat(2,auto)}}@media only screen and (max-width:708px){.EventComponent_allhotels__l5fJI{grid-template-columns:auto}.EventComponent_filters_div__i3j3p{float:none}}.EventComponent_registerNowButton__4xLsx{background-color:#f60}.EventComponent_infoRow__-MOaX{align-items:center;display:flex;justify-content:space-between;width:80%}.EventComponent_eventInfo__gRh8t{text-align:left}.EventComponent_buttonRow__ThSZE{display:flex;justify-content:space-between;width:80%}.EventComponent_registerNowButton__4xLsx{text-align:left}.EventComponent_viewButton__QoXae{text-align:right}.EventComponent_addParticipantButton__fnhI8,.EventComponent_registerSpotNowButton__P9CiG{text-align:right;width:50%!important}.EventComponent_hotel_component__CjkVL>div>img{border-radius:15px;height:200px;transition-duration:.25s;width:100%}.EventComponent_hotel_component__CjkVL h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.EventComponent_hotel_component__CjkVL>div:first-child{border-radius:15px;height:220px;overflow:hidden;width:100%}.Navbar_welcomeContainer__gG0Xv{color:#fff;padding:"20px"}.Navbar_discount__GhVbc{align-items:center;background:#f60;color:#fff;display:flex;font-size:13px;font-weight:700;height:32px;justify-content:center;position:relative;width:100%}.Navbar_navouter__vyuGF{position:fixed;width:100%}.Navbar_navbar__rru73{align-items:center;background-color:#fff;display:flex;height:70px;justify-content:space-around}.Navbar_navbar__rru73>div>span{font-size:25px;font-weight:700}.Navbar_link_active_desk__Vw0w-{color:#f60!important}.Navbar_desk_links__36Ixx{display:flex;gap:25px;margin-left:230px}.Navbar_desk_links__36Ixx a{color:#000;font-size:18px;text-decoration:none;transition-duration:.3s}.Navbar_desk_links__36Ixx a:hover{color:#f60}.Navbar_blank_screen__TWznI{background-color:#000;height:100vh;opacity:.4;position:fixed;width:100%}.Navbar_mobile_sidebar__Y5Caw{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#19a3f170;display:flex;flex-direction:column;gap:10px;height:100vh;left:-100%;margin-top:50px;padding:40px 20px;position:fixed;top:0;width:290px}.Navbar_sidebar_anima__NprDH{animation-duration:.1s;animation-fill-mode:forwards;animation-name:Navbar_side_anime__9lkKR}.Navbar_sidebar_backward__BzuCq{animation-duration:.1s;animation-fill-mode:forwards;animation-name:Navbar_side_back__FPILJ}@keyframes Navbar_side_anime__9lkKR{to{left:0}}@keyframes Navbar_side_back__FPILJ{0%{left:0}to{left:-100%}}.Navbar_mobile_sidebar__Y5Caw a{border-radius:5px;color:#fff;font-size:17px;padding:10px;text-decoration:none}.Navbar_hor_line__Hyq5Z{border-bottom:1px solid #ffffff4d;margin:-5px 0}.Navbar_mobile_sidebar__Y5Caw a.Navbar_mobile_active_link__2Q9eb,.Navbar_mobile_sidebar__Y5Caw a:hover{background:linear-gradient(90deg,#f60,#f60);color:#fff}.Navbar_logo__NCAGj{color:#fff}.Navbar_logoouter__GrD3y{align-items:center;display:flex;gap:5px;height:60px;justify-content:flex-start;margin-bottom:6px;width:inherit}.Navbar_logoouter__GrD3y>img{mix-blend-mode:color-dodge;width:70px}.Navbar_sidebar_icon__Akgk4{cursor:pointer;display:none}@media only screen and (max-width:1000px){.Navbar_desk_links__36Ixx{display:none}.Navbar_sidebar_icon__Akgk4{display:block}}@media only screen and (max-width:800px){.Navbar_navbar__rru73{align-items:center;background-color:initial;display:flex;height:70px;justify-content:space-between;padding:6%}}.custom-button{align-items:center;background:#e75813;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;justify-content:center;outline:none;padding:10px 20px;text-align:center;transition-duration:.3s;width:110px}