:root {
    --main-bg-color: #8f8fff;
    --main-text-color: #000000;
}

@font-face {
    font-family: Metropolis;
    src: url(../fonts/Metropolis-Regular.otf);
}

@font-face {
    font-family: Metropolis-bold;
    src: url(../fonts/Metropolis-Bold.otf);
}

@font-face {
    font-family: Metropolis-thin;
    src: url(../fonts/Metropolis-Thin.otf);
}

.brand-text-color {
    color: #8f8fff;
}

.brand-button-color {
    background-color: #8f8fff;
}

p {
    font-family: Metropolis !important;
}

.font-brand {
    font-family: Metropolis-bold !important;
    text-transform: uppercase;
}

.title {
    font-family: Metropolis-bold !important;
    text-transform: uppercase;
    font-size: 60px;
}

.text-font {
    font-family: Metropolis !important;
}

.font-icon-link {
    font-size: 0.6em;
}

.font-1-5 {
    font-size: 1.5em;
}

.font-2 {
    font-size: 2rem;
}

.font-3 {
    font-size: 3rem;
}

.font-4 {
    font-size: 4rem;
}

.font-5 {
    font-size: 5rem;
}

/* .card-title {
    font-family: Metropolis-bold !important;
    text-transform: uppercase;
} */

.text-truncate-1 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-2 {
    -webkit-line-clamp:2;
}

.logo-size {
    max-width: 110px !important;
}

.bg-image {
    background-image: url('https://mdbootstrap.com/img/new/standard/city/041.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 80vh;
}

.bg-sec {
    background-color: #dbdbdb;
}

.input-group-text {
    background-color: transparent !important;
}

.border-left-none {
    border-left: none !important;
}

.hotel-tumbnail {
    background-repeat: no-repeat, repeat; 
    background-position: center; 
    background-size: cover;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}

.img-cover {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.carousel-item {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.rating-badge {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    color: white;
    border-radius: 0.25rem;
    font-weight: bold;
}

.rating-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.text-decoration-none {
    text-decoration: none !important;
    color: inherit !important;
}

.hotel-title {
    font-size: 1.25rem;
}

.notification-bar {
    background-color: #1a1b3d;
    color: white;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
}

.notification-icon {
    background-color: #e7dfff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
}

.notification-icon i {
    color: #6e44ff;
    font-size: 1.5rem;
}

.btn-signup {
    background-color: #007bff;
    border: none;
    color: white;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    margin-left: auto;
}

.padding-1 {
    padding: .10rem !important;
}

.padding-end-1 {
    padding-right: .15rem !important;
}

@media only screen and (max-width: 768px) {
    .hotel-title {
        font-size: 1rem;
    }

    .btn-availability {
        font-size: .75rem;
    }
    
    .hotel-destination {
        font-size: .90rem;
    }

    .hotel-sm-font {
        font-size: .90rem;
    }

    .hotel-s-font {
        font-size: .80rem;
    }
}