
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

*  {
    color: #2b204d;
    font-family: 'IBM Plex Sans Arabic';
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
}

.bg1 {
    background: #715EA6 !important;
}

.text-purple {
    color: #c54feb !important;
}

.text-custom-dark {
    color: #2b204d;
}

.btn-custom-primary {
    background: #C54FEB;
    color: #fff;
    border: 1px solid #C54FEB;
}

.btn-custom-primary:hover, .btn-custom-primary:focus, .btn-custom-primary:active {
    background: rgba(197, 79, 235, 0.9) !important;
    color: #fff !important;
    border: 1px solid #C54FEB !important;
}

.btn-custom-secondary {
    background: #715EA6;
    color: #fff;
    border: 1px solid #fff;
}

.btn-custom-secondary:hover, .btn-custom-secondary:focus, .btn-custom-secondary:active {
    background: #715EA6 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
}

.btn-custom-outline {
    background: #fff;
    color: #c54feb !important;
    border: 2px solid #C54FEB;
}

.btn-custom-outline:hover {
    border: 2px solid rgba(197, 79, 235, 0.6);
}

.btn-whatsapp {
    background-color: #25d366;
    color: #fff;
    box-shadow: 1px 1px 2px #999;
}


.btn-whatsapp:hover, .btn-whatsapp:focus, .btn-whatsapp:active {
    background-color: rgba(37, 211, 102, 0.8) !important;
    color: #fff !important;
}


#header-nav a:hover, #header-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.1) !important;
}

#header-nav .nav-link {
    color: #fff;
}

.ellipse-2 {
    margin-top: -28px;
    height: 11px;
    background-color: #000000cc;
    border-radius: 336.5px / 5.5px;
    filter: blur(9px);
}


.card-plan .period {
    width: 56px;
    height: 56px;
    line-height: 53px;
    position: relative;
    top: -27px
}


.sub-footer {
    font-size: 13px;
    font-weight: bold
}
