@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: white;
    font-family: "Roboto", sans-serif;
    margin-top: 110px;
    margin-bottom: 100px;
}
nav {
    background-color: #7149c4;
    height: 33px;
    position: fixed !important;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}
header {
    background-color: #BAB2DB;
    height: 110px;
    box-sizing: border-box;
    padding: 10px;
    position: fixed !important;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}
header nav {
    background-color: transparent;
}
header nav img {
    max-height: 50px;
}
.text-primary {
    color: #8a6bd2!important;
}
.border-primary {
    border-color: #8a6bd2!important;
    border-radius: 5px;
}
.btn {
    background-color: white;
    border-color: #8a6bd2;
    color: #8a6bd2;
    font-weight: 700;
}
.btn:hover {
    background-color: #6537cf;
    border-color: #6537cf;
    color: white;
}
.btn.finished {
    background-color: #8a6bd2b0;
    border-color: #8a6bd2b0;
    color: white;
}
.btn.finished:hover {
    background-color: #8a6bd2;
    border-color: #8a6bd2;
    color: white;
}
.box-shadow {
    box-shadow: 0 0px 10px 0 #ddd;
    border-radius: 5px;
}
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #bab2db;
    height: 50px;
    box-sizing: border-box;
}
a {
    color: #6537cf;
}
a:hover {
    color: #8a6bd2;
}
strong,
b {
    font-weight: 700;
}
a.nav-link {
    color: white;
}
a.nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
}
h1 {
    padding: 30px;
    font-size: 30px;
    text-align: center;
    color: white;
}
.card {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 27%);
    transition: all .2s;
}
.card:hover {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
}
.card .badge {
    position: absolute;
    top: 5px;
    left: 5px;
}
.card-img-top {
    height: 260px;
}
.card .card-title {
    font-size: 15px;
    font-weight: 700;
    height: 30px;
}
#infos a {
    color: white;
}
#infos a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.card-buy {
    box-shadow: 0px 6px 17px var(--box-shadow) !important;
    border-radius: 1rem !important;
    background-color: #23262f;
    transition: all 0.2s ease;
    padding: 1.5rem !important;
    margin-top: 1.5rem !important;
}
[data-dismiss="modal"] {
    background: transparent;
    color: #8a6bd2;
    border: none;
}
#global-loader {
    position: fixed;
    z-index: 50000;
    background: var(--white);
    inset-inline-start: 0;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #7149c4!important;
}
.loader-svg-img {
    position: absolute;
    inset-inline-start: 0;
    inset-inline-end: 0;
    text-align: center;
    top: 33%;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    line-height: 300px;
    border-radius: 50%;
    background: url(../../images/loader.svg);
}
.loader-svg-img img {
    width: auto;
    vertical-align: middle;
}
.flight-icon {
    position: absolute;
    top: 32%;
    color: white;
    transform: rotate(0deg);
    text-align: center;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 9999;
    animation: fa-spin 4s infinite linear;
    width: 108px;
    height: 108px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    line-height: 80px;
    font-size: 1.125rem;
}
.bg-title {
    background-image: url(../../images/header.jpg);
    background-color: #BAB2DB;
    min-height: 250px;
    position: relative;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.bg-title svg {
    height: 30px;
    left: 0;
    fill: white;
    rotate: 180deg;
    position: absolute;
    bottom: -1px;
    width: 100%;
}

.bg-title h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

#resultSearchNumbers {
    border-radius: 10px;
    padding: 35px 15px;
    margin: 25px 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BAB2DB;
    flex-flow: row wrap;
    color: white;
    gap: 25px;
}

#resultSearchNumbers * {
    flex-basis: 100%;
}

@media all and (max-width: 768px) {
    .bg-title h1 {
        padding-top: 100px;
        font-size: 48px;
    }
    .top-0 {
        top: -15px!important;
    }
}
