p {
    font-family: "Lexend Deca", sans-serif !important;
    /* color: #53535E !important; */
    font-weight: 250 !important;
}

.bg-card {
    background-color: #F6F6FB !important;
    border: 2px solid #00000000;
    transition: border 0.2s ease;
}

.fs-large {
    font-size: calc(2.5vw + 100%) !important;
}

.fs-larger {
    font-size: calc(2.25vw + 100%) !important;
}

.fs-7 {
    font-size: 1.15rem !important;
}
.custom-none{
    display:none;
}
.btn-orange {
    background-color: #ff6759 !important;
    color: #F6F6FB !important;
    /* font-size: calc(1vw + 59%) !important; */
}
.btn-orange:hover {
    background-color: #ff6759bf !important;
    color: #222 !important;
    /* font-size: calc(1vw + 59%) !important; */
}

.bg-card:hover {
    border: 2px solid rgb(40, 39, 230);
}
.fixed-bottom-custom{
    position:fixed;
    left:0;
    bottom:0;
    padding:8px;
    transition: all 0.3s ease;
    z-index: 9999999 !important;
}
footer{
    margin-bottom:120px;
}
.translate{
    transform: translateY(100%);
}
.fixed-bottom-custom img{
    width:100px !important;
    height:100px !important;
}
@media(max-width:991px){
    footer{
        margin-bottom:180px;
    }
    .fixed-bottom-custom img{
        width:70px !important;
        height:70px !important;
    }
}
@media(min-width:992px) {
    .custom-border {
        border-left: 1px solid #CACADB;
    }
}
