* {
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0;

}

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
}

#background1 {
    z-index: -1;
}

#background2 {
    z-index: -2;
    opacity: 0;
}

body {
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
    /* height: 100vh; */
}

.meta-tab-link {
    background-color: #ffffff;
    color: #FB7D11;
    border-radius: 0px;
    border: 1px solid #ffffff;
    margin-left: 10px;
    font-size: .8em;
}

.meta-tab-link:hover {
    background-color: #FB7D11 !important;
    color: #ffffff !important;
    border: 1px solid #FB7D11 !important;
}

.meta-tab-link.active {
    background-color: #FB7D11 !important;
    color: #ffffff !important;
    border: 1px solid #FB7D11 !important;
}

.meta-tab-container {
    /* margin-top:20px; */
}

.meta-destination-cards {
    filter: drop-shadow(0px 0px 8px rgba(21, 21, 21, 0.5));
    margin-top: 25px;
}

.meta-destination-cards>div>div {
    background-color: rgba(21, 21, 21, 0.9);
}

@media (max-width: 768px) {
    .meta-tab-link {
        margin-top: 10px;
    }
}