body {
    color: #fff;
    overflow-x: hidden;
    height: 100%;
    background-image: linear-gradient(#81D4FA, #2196F3);
    background-repeat: no-repeat;
}

.border1 {
    border: 1px solid black;
}

.card0 {
    width: 94%;

}

.card1 {
    background-image: linear-gradient(#2196F3, #81D4FA);
    padding: 30px 50px 30px 50px;
}

.menu {
    border: 0px solid black;
    font-weight: bold;
    color: #607D8B;
    background-color: #cfd8dc81;
    outline: 0;

}



.menu-items {
    background-color: rgba(0, 0, 0, 0.219);
    width: 0%;
    height: 90%;
    overflow: hidden;
    transition: 0.3s;
    backdrop-filter: blur(10px);
}



.items h2 {
    text-align: center;
    font-weight: bolder;
}

.details {
    display: flex;
    justify-content: space-between;

}

.image {
    width: 300px;
    height: 300px;
}

.large-font {
    font-size: 70px;
    font-family: Arial;
}

.fa-sun-o {
    font-size: 22px;
}

.card2 {
    background-color: #607D8B;
    padding: 0px 0px 40px 40px;
}

input {
    background-color: #607D8B;
    padding: 24px 0px 12px 0px !important;
    width: 80%;
    box-sizing: border-box;
    border: none !important;
    border-bottom: 1px solid #CFD8DC !important;
    font-size: 16px !important;
    color: #fff !important;
}

input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #fff !important;
    outline-width: 0;
    font-weight: 400;
}

::placeholder {
    color: #B0BEC5 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #B0BEC5 !important;
}

::-ms-input-placeholder {
    color: #B0BEC5 !important;
}

.fa-search {
    color: #607D8B;
    background-color: #E1F5FE;
    font-size: 20px;
    padding: 20px;
    width: 20%;
    cursor: pointer;
}

.light-text {
    color: #B0BEC5;
}

.suggestion:hover {
    color: #fff;
    cursor: pointer;
}

.line {
    height: 1px;
    background-color: #B0BEC5;
}

@media screen and (max-width: 500px) {
    .card1 {
        padding-left: 26px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .overflow-sm-auto {
        overflow: auto;
    }

    .overflow-sm-hidden {
        overflow: hidden;
    }

    .overflow-sm-visible {
        overflow: visible;
    }

    .overflow-sm-scroll {
        overflow: scroll;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .overflow-md-auto {
        overflow: auto;
    }

    .overflow-md-hidden {
        overflow: hidden;
    }

    .overflow-md-visible {
        overflow: visible;
    }

    .overflow-md-scroll {
        overflow: scroll;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .overflow-lg-auto {
        overflow: auto;
    }

    .overflow-lg-hidden {
        overflow: hidden;
    }

    .overflow-lg-visible {
        overflow: visible;
    }

    .overflow-lg-scroll {
        overflow: scroll;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .overflow-xl-auto {
        overflow: auto;
    }

    .overflow-xl-hidden {
        overflow: hidden;
    }

    .overflow-xl-visible {
        overflow: visible;
    }

    .overflow-xl-scroll {
        overflow: scroll;
    }
}