@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-VariableFont_wght.woff2') format('woff2'),
         url('../fonts/Manrope-VariableFont_wght.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5{
    font-family: 'Manrope', sans-serif!important;
}

h1 {
    font-weight: 700;
}
h3 {
    font-weight: 300;
}

p, li,a,span,button, table{
    font-family: 'Manrope', sans-serif!important;
    font-weight: 400;
}

main{
    min-height: 70vh;
}

.border-bottom {
    border-bottom: 2px var(--bs-border-style) #5ad5fb !important;
}

.tour-card{
    position: relative;
    overflow: hidden;
    height: 410px !important;
}
.tour-card .card-body {
    position: absolute;
    width: 100%;
    background-color: #63b8d2;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-evenly;
    padding: 20px;
}

.tour-card .card-footer{
    position: absolute;
    bottom:0;
    width: 100%;
    background-color: #fff;
    color: #fff;
}
.card-footer button{
    border: none;
}