.custom-font-tertiary {
    font-family: "Playfair Display", serif !important;
}
.bg-custom-color-1 {
    background-color: #e8f0ff;
}
.custom-el-7 {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 1000;
}
.custom-el-7 i {
    font-size: 30px;
    position: relative;
    top: 7px;
}

html[data-bs-theme="dark"] .btn-transparent {
    background-color: rgba(var(--bs-dark-rgb), 0.5) !important;
    backdrop-filter: blur(0.5rem);
}

html[data-bs-theme="light"] .btn-transparent {
    background-color: rgba(var(--bs-light-rgb), 0.5) !important;
    backdrop-filter: blur(0.5rem);
}
