*,:after,:before{box-sizing:border-box;margin:0;padding:0}@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");body,html{margin:0;height:100%;font-family:Roboto,sans-serif;background-color:#fff}.dropdown{position:absolute;z-index:50}.highlight{border:2px solid gold;box-shadow:0 0 10px rgba(255,215,0,.5)}.custom-grid{display:grid;grid-template-columns:1fr 2fr 1fr}.lds-roller{display:inline-block;position:relative;width:80px;height:80px}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;margin:-4px 0 0 -4px}.lds-roller div:first-child{animation-delay:-36ms}.lds-roller div:first-child:after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slider-container{overflow:hidden;width:100%;height:100px;position:relative;background-color:transparent;z-index:0!important}.slider{display:flex;width:200%;animation:scroll 20s linear infinite;z-index:0!important}.slider img{width:70px;height:70px;margin-right:60px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;box-shadow:0 0 10px rgba(0,0,0,.1);transition:transform .5s;border-radius:10%;padding:2px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.flightresults-mobile::-webkit-scrollbar{width:8px}.flightresults-mobile::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}@media (max-width:768px){.filter-icon{display:flex;position:fixed;bottom:4rem;right:1rem;z-index:1000;background-color:#007bff;color:#fff;padding:1rem;border-radius:50%;cursor:pointer}.sidemenu-mobile{display:none}.side-menu{width:80%;background-color:#fff;z-index:1001;padding:20px;overflow-y:auto;transform:translateX(-100%);transition:transform .3s}.side-menu,.sidemenu-mobile.block{position:fixed;top:0;left:0;height:100%}.sidemenu-mobile.block{display:block;width:100%;background-color:rgba(0,0,0,.5);z-index:1000}.sidemenu-mobile .side-menu{position:fixed;top:0;right:0;width:80%;height:100%;background-color:#fff;z-index:1001;padding:20px;overflow-y:auto;transform:translateX(100%);transition:transform .3s}.sidemenu-mobile.block .side-menu{transform:translateX(0)}.close-button{display:flex;justify-content:flex-end;padding-bottom:10px}.close-button button{background-color:#007bff;color:#fff;border:none;padding:10px;border-radius:5px;cursor:pointer;z-index:9000}.flightresults-mobile{width:100%;overflow-y:auto;overflow-x:hidden}.close-button button{z-index:9999}}@media (min-width:769px){.filter-icon{display:none}}.flightcard-container{display:grid;grid-template-columns:1fr 180px 120px;gap:1rem;width:100%;background-color:#fff;border:1px solid #ddd;border-radius:8px;margin-bottom:1rem;padding:1rem}.flightcard-left{display:flex;flex-direction:row;gap:1rem}.airline-logos{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:40px}.airline-logo-wrapper{position:relative;width:40px;height:40px}.flight-info{flex:1;display:flex;flex-direction:column;gap:1rem}.flight-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative}.flight-row+.flight-row{margin-top:1rem}.time-and-airport{display:flex;flex-direction:column;align-items:center;min-width:55px}.flight-time{font-size:1.1rem;font-weight:600;color:#000}.airport-code{font-size:.9rem;font-weight:600;background-color:#f2f2f2;padding:2px 6px;border-radius:4px;margin-top:4px}.left-side{align-items:flex-end}.right-side{align-items:flex-start}.line-and-stop{flex:1}.line-and-stop,.line-container{display:flex;align-items:center;justify-content:center;position:relative}.line-container{width:100%}.horizontal-line{height:2px;width:100%;background-color:#ccc}.stop-label{position:absolute;background:#fff;padding:0 6px;font-size:.8rem;color:#666;font-weight:500;top:-12px;left:50%;transform:translateX(-50%)}.plane-icon{position:absolute;right:0;color:#999;font-size:1.2rem;transform:translateX(50%)}.duration-box{display:flex;align-items:center;font-size:.9rem;color:#444;gap:.3rem;margin-left:10px}.clock-icon{height:1rem;width:1rem;color:#999}.flightcard-middle{display:flex;align-items:top;justify-content:center}.flightcard-offers-box{border-right:1px solid #ddd;background-color:#fff;padding:.8rem;border-radius:0}.additional-offers{width:140px;display:table;font-size:.7rem}.offer-item{display:table-row}.offer-item span{display:table-cell;padding:4px 8px}.offer-item span:first-child{text-align:left}.offer-item span:last-child{text-align:right;font-weight:600}.offer-item:hover{background-color:#f5f5f5}.flightcard-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:1rem}.main-price{font-size:1.3rem;font-weight:700;color:#222}.booking-button{background-color:#007bff;color:#fff;border:none;padding:.6rem 1rem;border-radius:5px;text-decoration:none;font-weight:600;transition:background-color .2s}.booking-button:hover{background-color:#0056b3}@media (max-width:768px){.flightcard-container{display:flex;flex-direction:column;grid-template-columns:none;gap:1rem}.flightcard-left,.flightcard-middle,.flightcard-right{width:100%}.flightcard-middle,.flightcard-right{border-top:1px solid #e5e7eb;padding-top:1rem}.flightcard-offers-box{border:none;padding:0}.flightcard-middle{border-right:none}.flightcard-right{flex-direction:row;justify-content:space-between;align-items:center}.flight-row{display:grid;width:100%;grid-template-areas:"departure line arrival" ". duration .";grid-template-columns:auto 1fr auto;align-items:center;-moz-column-gap:.75rem;column-gap:.75rem;row-gap:.5rem}.flight-row>.left-side{grid-area:departure}.flight-row>.right-side{grid-area:arrival}.flight-row>.line-and-stop{grid-area:line;margin:0}.flight-row>.duration-box{grid-area:duration;justify-self:center;margin:0}.time-and-airport{display:flex;flex-direction:column}.left-side{align-items:flex-start}.right-side{align-items:flex-end}.duration-box,.line-and-stop{flex-basis:100%}.line-and-stop{margin:.25rem 0}.duration-box{margin-left:0;justify-content:center}}