/* initial navbar elem Sander dH */

@font-face {
    font-family: "D-Din bold";
    src: url(media/fonts/d-din/D-DIN-Bold.otf);
}

@font-face {
    font-family: "D-Din regular";
    src: url(media/fonts/d-din/D-DIN.otf);
}

html {
    min-height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: "D-Din regular";
    min-height: 100vh;
    font-display: swap;
}

button {
    scroll-behavior: smooth;
}

section {
    background-repeat: no-repeat;
    background-size: cover;
}

.topnav {
    color: white;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* overflow: hidden; */
}

.topnav .links {
    width: 50%;
    display: flex;
    justify-content: space-around;
}

.topnav a,
.topnav p {
    text-decoration: none;
    color: black;
    font-size: 20px;
    transition: all 0.7s ease-in-out;
    padding: 20px;
    margin: 0;
}

.topnav .dropdown {
    text-align: center;
    background-color: white;
    min-width: 109.45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: hidden;
    position: absolute;
    transition: all 0.25s ease-in-out;
    transform: translateY(-10px);
    opacity: 0;
    z-index: 1;
}

.topnav a:hover,
.topnav p:hover {
    background-color: black;
    color: white !important;
    transition: all 0.7s ease-in-out;
}

.drop {
    width: 100%;
    float: left;
    overflow: hidden;
}

.drop:hover .dropdown {
    visibility: visible;
    height: auto;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    transform: translateY(0px);
}

.topnav h1 {
    margin: 0;
    font-family: "D-Din bold";
    font-size: 40px;
}

li {
    display: flex;
    align-items: center;
}

.fill1,
.fill2 {
    transition: all 1s ease-in-out;
}

.login {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.login::before {
    background-image: url("assests/earth.webp");
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(75%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.login div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.login input {
    border-radius: 10px;
}

.login h1 {
    font-size: 70px;
    font-weight: 700;
    color: white;
}

@media screen and (max-width: 600px) {
    .login h1 {
        font-size: 50px;
    }
}

.login p:first-of-type {
    font-size: 25px;
}

.login form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login form *, .login p {
    font-size: 20px;
}

.login form input:last-of-type {
    padding: 15px 20px;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
}

.login form input:last-of-type:hover {
    background-color: black;
    transition: all 0.7s ease-in-out;
}

.login input {
    color: black;
}

.login input:last-of-type {
    color: white;
}

.login .error {
    color: darkred;
    background-color: rgba(255, 126, 79, 0.7);
    padding: 3px;
    margin: 8px;
    border-radius: 10px;
}

.login a {
    color: wheat;
}

.login .success {
    color: greenyellow;
    background-color: rgba(122, 255, 211, 0.5);
    padding: 3px;
    margin: 8px;
    border-radius: 10px;
}

.mono-rocket {
    color: white;
}

.mono-rocket h1 {
    font-size: 40px;
    font-weight: 700;
}

.mono-rocket a {
    padding: 10px;
    /* background-color: rgba(211, 211, 211, 0.5); */
    text-align: center;
    /* border-radius: 30px; */
}

/* .mono-rocket a:hover {
    background-color: rgba(211, 211, 211, 0.25);
} */

.mono-rocket a:active {
    background-color: rgba(211, 211, 211, 0.5);
}

.booking {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: url("assests/rocketinspace.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

/* .booking::before {
    filter: brightness(75%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
} */

.booking div.content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
}

.booking h1 {
    font-size: 70px;
    font-weight: 700;
}

.booking a {
    padding: 10px;
    text-align: center;
}

/* .button-booking {
    padding: 10px;
    text-align: center;
} */

.booking a:hover {
    background-color: rgba(211, 211, 211, 0.25);
}

.booking a:active {
    background-color: rgba(211, 211, 211, 0.5);
}

section div * {
    transition: all 0.5s ease-in-out;
}

section div.yeet * {
    transform: translateY(300px);
    transition: all 0.5s ease-in-out;
}

.booking div.overflowenable {
    margin-top: 50px;
    overflow: scroll;
    white-space: nowrap;
}

@media screen and (max-width: 1100px) {
    .booking div.overflowenable {
        width: 100vw;
    }
}

.booking h1 {
    margin-top: 100px;
}

.booking th, td {
    padding: 15px;
    text-align: center;
}

.personselect {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: url("assests/rocketinspace.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

/* index.html Sander L */
@font-face {
    font-family: CustomFont;
    src: url("fonts/Montserrat-Italic-VariableFont_wght.ttf"),
        url("fonts/Montserrat-VariableFont_wght.ttf");
}

/* body {
    font-family: 'CustomFont';
} */

.header-img {
    background-image: url("assests/header_image.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.details-header {
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 1.00),
        rgba(0, 0, 0, 1.00),
        rgba(0, 0, 0, 1.00),
        rgba(0, 0, 0, 1.00),
        rgba(0, 0, 0, 0.75)
    );
    background-size: cover;
    background-repeat: no-repeat;
}

/* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
} */

.rocket-fire {
    background-image: url("assests/rocket_fire.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.picture {
    background-image: url("assests/picture.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.mono-rocket {
    background-image: url("assests/mono_rocket.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

#sidebar {
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
}

#sidebar.show {
    transform: translateX(0%);
}

@media (min-width: 768px) {
    #sidebar {
        display: none;
    }
}

::-webkit-scrollbar {
    display: none;
}

.searchbar::placeholder {
    color: white;
    font-size: 17px;
}

.searchbar:focus {
    border-color: rgb(3, 105, 161);
}

button svg:hover {
    transform: translateX(5px);
}

button svg {
    transition: transform 0.2s ease-in-out;
}

.cities:hover {
    font-size: 20px;
    transition: transform 0.010s ease-in-out;
}

.button-search:hover {
    font-weight: bold;
    font-size: 22.5px;
}