header{height:var(--header-height);display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;z-index:500;width:100%;transition:background-color .8s ease}.mainLogo>a>img{height:auto}.mainLogo>a>span{color:#fff;font-size:13px;letter-spacing:.4px;margin:-8px 0 0 28px}.menu{display:flex;justify-content:center;align-items:center}.menu>div{margin:0 5px;padding:5px 10px;border:1px solid #fff}.menu a{display:block;font-size:17px;font-weight:500;transition:all .2s ease-in-out;color:#fff}.menu:hover a{opacity:.4}.menu a:hover{opacity:1;color:#fff}#menu-toggle,.menu-icon{display:none}#menu-toggle:checked~.menu{transform:scale(1)}#menu-toggle:checked header{background-color:aqua!important}@media only screen and (min-width:950px){header{padding:5px 18px}}@media only screen and (max-width:950px){header{padding:5px 15px 5px 3px;background-color:var(--dark-brown)!important}.menu{flex-direction:column;background-color:var(--dark-brown);align-items:center;position:absolute;top:var(--header-height);left:0;width:100%;z-index:1;transform:scaleY(0);transform-origin:top;transition:transform .3s ease-in-out;box-shadow:1.95px 1.95px 2.6px rgba(0,0,0,.15)}.menu>div{margin:10px 5px}.menu a{margin-left:12px}.menu li{margin-bottom:10px}.menu-icon{display:block;width:30px;height:25px;cursor:pointer;position:relative}.menu-icon span{display:block;width:30px;height:3px;margin:6px auto;background-color:#fff;transition:transform .3s ease}#menu-toggle:checked~.menu-icon span:first-child{transform:translateY(9px) rotate(45deg)}#menu-toggle:checked~.menu-icon span:nth-child(2){opacity:0}#menu-toggle:checked~.menu-icon span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}}.wrapper{text-align:center}.search,.wrapper{position:relative}.search{z-index:1;display:inline-flex;padding:5px;border-radius:50px;transition:.4s}.search:is(:hover,.open){background:rgba(0,0,0,.06)}.search.open input{max-width:180px}.search input{background:transparent;border:0;max-width:0;padding:0;text-indent:20px;color:#222;outline:none;transition:.4s}.search input::placeholder{color:rgba(0,0,0,.375)}.nav-button{display:grid;place-items:center;width:44px;height:44px;background:var(--dark-brown);color:#222;border-radius:50%;font-size:24px;transition:.25s}.nav-button:hover{background:rgba(0,0,0,.075)}.items{position:absolute;z-index:0;top:0;left:0;width:100%;padding-top:54px;display:grid;visibility:hidden;border-radius:28px;opacity:0;background:#fff;transition:.3s}.items.open{visibility:visible;opacity:1}.items button{background:transparent;border:0;text-align:left;color:#222;padding:20px;font-size:16px;white-space:nowrap}.items button:nth-child(2n){background:hsla(0,0%,100%,.035)}.shimmerCard{position:relative;box-shadow:0 6px 8px rgba(0,0,0,.1);background-color:#fff;border-radius:20px;height:var(--itin-card-height);overflow:hidden;width:350px;margin:0 10px 30px}.shimmerCard .shimmerBG{animation-duration:2.2s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shimmer;animation-timing-function:linear;background:#ddd;background:linear-gradient(90deg,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%);background-size:1200px 100%}@keyframes shimmer{0%{background-position:-1200px 0}to{background-position:1200px 0}}.shimmerCard .media{height:200px}.shimmerCard .p-32{padding:32px}.shimmerCard .title-line{height:24px;width:100%;margin-bottom:12px;border-radius:20px}.shimmerCard .content-line{height:8px;width:100%;margin-bottom:16px;border-radius:8px}.shimmerCard .end{width:40%}.m-t-24{margin-top:24px}.skeleton{opacity:.7;background:linear-gradient(90deg,transparent,#fff,transparent),linear-gradient(#eee,#eee);background-repeat:no-repeat;animation:loading 1.5s infinite}.skeletonCircle{border-radius:100%;height:100px;width:100px}.skeletonText{width:100%;height:1.5rem;margin-bottom:1.25rem;border-radius:.125rem}.locationBtn{width:133px!important;height:3.5rem;border-radius:50px;margin-right:3px}@keyframes skeleton-loading{to{background-position:315px 0,0 0,0 190px,50px 195px}}