* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

:root {
    --dynamic-background: #0d0b68;
    --dynamic-color: #7d71ff;
    --dynamic-footer: #0d0b68;
}

a{
    text-decoration: none;
}
.fs14{
    font-size: 14px;
}

.loaderFlight{
    position: fixed;top: 0;left: 0;width: 100%;z-index: 999999999999999999;height: 100vh;background: #fff;display: grid;place-items: center;
}
.loaderFlight object{
    height: auto;width: 400px;object-fit: cover;
}
.loaderFlight.active{
    display:none;
}