/* Font Declaration */
.display {
    font-size: 42px !important;
    line-height: 63px;
    font-family: "Open Sans", sans-serif;
}

.header-1 {
    font-size: 28px !important;
    line-height: calc(28px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.header-2 {
    font-size: 24px !important;
    line-height: calc(24px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.header-3 {
    font-size: 20px !important;
    line-height: calc(20px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.header-4 {
    font-size: 18px !important;
    line-height: calc(18px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.body-1 {
    font-size: 16px !important;
    line-height: calc(16px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.body-2 {
    font-size: 14px !important;
    line-height: calc(14px * 1.5);
    font-family: "Open Sans", sans-serif;
}

.body-3 {
    font-size: 12px !important;
    line-height: calc(12px * 1.5);
    font-family: "Open Sans", sans-serif;
}
/* End Font Declaration */

@media only screen and (max-width: 767.98px) {
    .display {
        font-size: 28px !important;
        line-height: calc(28px * 1.5);
    }

    .header-1 {
        font-size: 24px !important;
        line-height: calc(24px * 1.5);
    }

    .header-2 {
        font-size: 20px !important;
        line-height: calc(20px * 1.5);
    }

    .header-3 {
        font-size: 16px !important;
        line-height: calc(16px * 1.5);
    }

    .body-1 {
        font-size: 14px !important;
        line-height: calc(14px * 1.5);
    }

    .body-2 {
        font-size: 10px !important;
        line-height: calc(10px * 1.5);
    }
}

.main-category div a {
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 15px;
}

.main-category div a:hover {
    color: #ffa72c;
}

.btn-circle {
    border-radius: 50%;
}

.card-item {
    height: 100%;
}

.card-item .card-img-top {
    width: 100%;
    height: 219px;
    object-fit: cover;
}

.page-round {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 5px;
}

.img-ads {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;   
}

.text-black {
    color: #343a40;
}

.title-content:hover {
    color: var(--color-primary) !important;
}