.font-size-18 {
    font-size: 18px;
}

.comingsoon-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    min-height: 675px;
}

.custom-about-i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    /* background-color: #559bcc !important; */
    background-image: linear-gradient(195deg, #7eb2e0 -12%, #1365fc 100%) !important;
}

.icon-box{
    .custom-about-icon {
        width: 32px;
        height: 32px;
    }
    .custom-about-icon:hover {
        width: 32px;
        height: 32px;
    }
}

.custom-featured-i {
    color: #559bcc;
    background-color: color-mix(in srgb, #559bcc 10%, white 100%);
    border: 4px solid #ffffff;
    width: 72px;
    height: 72px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 32px);
    bottom: -36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 0;
    transition: 0.3s;
    background-image: linear-gradient(195deg, #7eb2e0 -12%, #1365fc 100%) !important;
}

.custom-featured-icon {
    width: 32px;
    height: 32px;
}
.custom-featured-icon:hover {
    width: 32px;
    height: 32px;
}

.custom-section
{
    background-color: #ffffff00 !important;
}
