h1, h2, h3, h4, h5, h6 {
    font-family: 'Bricolage Grotesque', sans-serif;
}
h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 18px;
    font-weight: 600;
}
.form-control, .form-select {
    min-height: 50px;
    line-height: 1.5;
}
.fs-custom {
    font-family: 'Bricolage Grotesque', sans-serif;
}
body {
    font-family: 'Bricolage Grotesque', sans-serif;
}





/* Home */

.search-block {
    padding: 35px 25px;
    border-radius: 7px;
    background-color: #ffffffeb;
    font-family: 'Bricolage Grotesque', sans-serif;
}
.search-block .btn {
    background-color: #ffd862 !important;
    height: 50px;
    font-weight: 500;
}
.overlay {
    background-color: #343434;
    color: rgb(255 255 255);
    font-weight: 600;
    font-size: 14px;
}


/* Offers Show */

h1.title {
    font-size: 34px;
    font-weight: 700;
    /* color: #00cd5d; */
}
.club-name {
    font-size: 20px;
}
.offer-main-image {
    border-radius: 15px;
}
.image-overlay {
    width: 100%;    
    position: relative;
    display: inline-block;
}
.overlay-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: white;
    padding: 10px;
    border-radius: 15px;
}
.action-btn, .action-btn:hover {
    background-color: #ffd862;
    color: rgb(20, 20, 20);
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    width: 150px;
}




.btn-action {
    background-color: #ffd862;
    color: rgb(20, 20, 20);
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    width: 150px;    
}

.price span {
    font-size: 18px;
    font-weight: 500;
    color: #212529;
    background-color: #ffd862;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
}