:root{
    --primary: #4e008d;
    --primary-hover: #280046;
    --orange: #f99900;
    --dark: #212121;
}



@font-face {
    font-family: estedad;
    src: url("../font/estedad/estedad-fd.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
}

/*------------------------- General Start -------------------------*/
ul{list-style:none;padding:0}
ul li{padding-right:0}
body{
    font-size: 14px;
    text-align: justify;
    color: #323232;
    line-height: 30px;
    background: #fff;
    /*overflow-x: hidden;*/
}
html.disable-scroll{
    overflow-y:hidden;
    overflow-x:hidden;
}
body, a, ul, li , p, div, button, .btn{
    font-family: estedad, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

a, a:visited, a:hover, a:focus{
    text-decoration: none;
    color: var(--primary-hover);
}
:-moz-selection {
    background-color: var(--primary);
    color: #fff;
}
::selection {
    background-color: var(--primary);
    color: #fff;
}


.rtl{direction: rtl !important}
.ltr{direction: ltr !important}
.rtl .text-left, .ltr .text-left{text-align: left !important}
.rtl .text-right, .ltr .text-right{text-align: right !important}
.left{float: left !important}
.right{float: right !important}
.no-float{float:none !important}
h1, h2, h3, h4, h5, h6{margin: 5px auto}
h1, .h1{font: 30pt estedad}
h2, .h2{font: 20pt estedad}
h3, .h3{font: 16pt estedad}
h4, h5, .h4, .h5{font: 13pt estedad}
h6, .h6{font: 10pt estedad}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--dark);
    font-weight: 700;
    font-family: estedad;
}

p, ol, ul{margin-bottom:0}
i{vertical-align: middle}
input, button, select, textarea {
    font-family: estedad !important;
    font-size: 13px;
    outline: none;
}
.form-select {
    background-position: 10px 15px;
}
.form-select:active, .form-select:focus{
    border: 1px solid #a8acaf;
}
ul{
    list-style:none;
    padding-right: 0;
}
ul li{padding-right: 0}
.img-responsive{
    max-width: 100%;
    height: auto;
}
.img-center{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.img-circle, .img-round{
    border-radius: 50%;
}
.img-curve{
    border-radius: 4px;
}
.img-float{
    float: right;
    margin: 10px;
}
.hide{
    display: none !important;
}
.bold{
    font-weight: bold;
}
.parallax{
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.pattern{
    position: absolute;
    width: 100%;
    background-image: url(../img/patterns/wave.svg);
    background-size: 110%;
    padding-bottom: 0;
    right: 0;
    left: 0;
    top: inherit;
    bottom: 0;
    height: 40%;
}
.pattern.top, .pattern.top {
    top: inherit;
}
.relative{
    position: relative;
}

.navbar-brand {
    font-size: 1.2em;
}
.btn{
    font-weight: normal;
}
.bg-light{
    background: #f6f9fe;
}
.bg-soft {
    background-color: #f5f8fb !important;
}
.section-lg {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section.curve {
    border-radius: 20px;
}


.font-sm.icon-shape.icon-lg i{
    font-size: 1rem;
}
.card-admin{
    border-radius: 12px;
    margin-top: -50px;
}
.card-admin.first{
    margin-top: 0;
}
.admin-images img{
    padding: 6px;
    border-radius: 12px;
}

div[class^="btn-icon-"]{
    color: #fff;
    border-radius: 50px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto 15px;
    text-align: center;
    cursor: pointer;
    transition: ease-in-out 0.25s all;
}
div[class^="btn-icon-"]:hover{
    transform: translateY(-10px);
}

.shadow {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform:translate(0, -50px);
}
@keyframes floating {
    from {transform:translate(0, -50px);}
    65% {transform:translate(0, 0);}
    to {transform: translate(0, -50px);    }    
}
@keyframes shadowing {
    from {transform:scale(0.5);opacity: 0.75}
    65% {transform:scale(1);opacity: 1}
    to {transform:scale(0.5);opacity: 0.75}    
}
@keyframes lighter {
    0% {
        opacity: 1;
    }
    90% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}
/*-------------------------- General End --------------------------*/



/*------------------------- Material Start ------------------------*/
.bg-primary {
    background-color: var(--primary) !important;
}
.icon-shape-primary {
    background: linear-gradient(195deg,var(--primary),var(--primary-hover)) !important;
    font-size: 20px;
}
.text-gray, .text-gray:hover {
    color: #506690 !important;
}
.text-gradient.text-primary {
    background-image: linear-gradient(195deg, var(--primary), var(--primary-hover));
}
.rotating-card-container .card .back:after, .rotating-card-container .card .front:after {
    background-image: linear-gradient(195deg, var(--primary), var(--primary-hover));
}

.btn.btn-primary{
    background: var(--primary);
    box-shadow: 0 3px 3px 0 rgba(78, 0, 141, .15), 0 3px 1px -2px rgba(78, 0, 141, .2), 0 1px 5px 0 rgba(78, 0, 141, .15);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn.bg-gradient-primary:not(:disabled):not(.disabled).active, .btn.bg-gradient-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .show>.btn.bg-gradient-primary.dropdown-toggle{
    background: var(--primary-hover);
}
.btn-primary:hover, .btn.bg-gradient-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 14px 26px -12px rgba(78, 0, 141, 0.4), 0 4px 23px 0 rgba(78, 0, 141, .15), 0 8px 10px -5px rgba(78, 0, 141, .2);
}
.btn.btn-warning{
    background: var(--orange);
    color: #000;
}
.btn.btn-warning:hover, .btn.btn-warning:active, .btn.btn-warning:focus{
    color: var(--dark);
}
.btn-check:focus+.btn, .btn:focus, body .btn:focus {
    box-shadow: none;
}
.alert-warning {
    color: #40311d;
}
/*-------------------------- Material End -------------------------*/



/*-------------------------- Header Start -------------------------*/
header img.img-logo-white{
    margin: 0 auto 50px auto;
    width: 80px;
    background: var(--orange);
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 14px 26px -12px rgba(251,140,0,.4),0 4px 23px 0 rgba(251,140,0,.15),0 8px 10px -5px rgba(251,140,0,.2);
}
header .lead{
    text-align: center;
}
header .lead > span{
    background: #fff;
    border-radius: 6px;
    padding: 5px 30px;
    color: var(--primary-hover);
    font-size: 16px;
}
/*--------------------------- Header End --------------------------*/



/*--------------------------- Main Start --------------------------*/
.info{
    text-align: center;
}
#key-features i{
    font-size: 36px;
}
hr.styled {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #d1c1cc, var(--primary), #d1c1cc);
}
.card-admin form .btn{
    width: 200px;
}
h2.required-conditions{
    margin: 30px auto;
}
/*---------------------------- Main End ---------------------------*/



/*------------------------ Responsive Start -----------------------*/
@media (min-width: 992px){
    .section-header {
        padding-top: 3rem;
    }
}
@media (min-width: 768px){
    .rtl .ml-md-4,.rtl .mx-md-4 {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important;
    }
}
@media (max-width: 991px){
    .section-header {
        padding-top: 3rem !important;
        padding-bottom: 6rem !important;
    }
}
@media (max-width: 767px){
    .rtl .ml-3, .rtl .mx-3 {
        margin-left: 1rem!important;
        margin-right: 1rem!important;
    }
    .section-header {
        padding: 80px 5px !important;
    }
    .section-header  h1{
        font-size: 20pt;
        width: 250px;
    }
    .card-admin{
        margin-top: -10px;
    }
    .pattern {
        height: 30%;
    }
    .page-header h1{
        font-size: 24pt;
    }
    .page-header .lead{
        font-size: 1rem;
    }
    .info{
        text-align: center;
        margin-top: 30px;
    }
    h2.text-gradient{
        font-size: 14pt;
    }
    h2, .h2 {
        font-size: 15pt;
    }
    h4, h5, .h4, .h5 {
        font-size: 12pt;
    }
    section.my-5.py-5{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .card.card-rotate{
        margin-bottom: 30px;
    }
    h2.required-conditions{
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 420px){
    .section-lg {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .section-header h1{
        margin-top: 0 !important;
    }
    .section-header .container.mb-5{
        margin-bottom: 1rem !important;
    }
    div[class^="btn-icon-"] {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    div[class^="btn-icon-"] .fa-3x {
        font-size: 2em;
    }
    header .lead > span {
        padding: 5px 10px;
        font-size: 13px;
    }
}
/*------------------------- Responsive End ------------------------*/
