
@font-face {
    font-family: 'myFirstFont';
    src: url('/Adminstyle/lib/coreui/css/DroidKufi-Regular.ttf')
}



@font-face {
    font-family: 'myThirdFont';
    src: url('/Adminstyle/lib/coreui/css/Al-Jazeera-Arabic-Regular.ttf')
}




@font-face {
    font-family: 'mysocendFont';
    src: url('/Adminstyle/lib/coreui/css/Al-Jazeera-Arabic-Regular.ttf')
}


p {
    font-family: myThirdFont !important;
}

.divback {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 69vh; */
}

.containerr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* padding: 40px 0; */
}

    .containerr .boxx {
        position: relative;
        width: 329px;
        height: 399px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 40px 30px;
        transition: 0.5s;
    }

        .containerr .boxx::before {
            content: ' ';
            position: absolute;
            top: 0;
            left: 50px;
            width: 50%;
            height: 100%;
            text-decoration: none;
            background: #90ce69;
            border-radius: 8px;
            transform: skewX(15deg);
            transition: 0.5s;
        }

        .containerr .boxx::after {
            content: '';
            position: absolute;
            top: 0;
            left: 50;
            width: 50%;
            height: 100%;
            background: #1c8d19;
            border-radius: 8px;
            transform: skewX(15deg);
            transition: 0.5s;
            filter: blur(30px);
        }

        .containerr .boxx:hover:before,
        .containerr .boxx:hover:after {
            transform: skewX(0deg);
            left: 20px;
            width: calc(100% - 90px);
        }

        .containerr .boxx:nth-child(1):before,
        .containerr .boxx:nth-child(1):after {
            background: linear-gradient(315deg, #82c6ff, #6d86e5);
        }

        .containerr .boxx:nth-child(2):before,
        .containerr .boxx:nth-child(2):after {
            background: linear-gradient(315deg, #82c6ff, #6d86e5);
        }

        .containerr .boxx:nth-child(3):before,
        .containerr .boxx:nth-child(3):after {
            background: linear-gradient(315deg, #82c6ff, #6d86e5);
        }

        .containerr .boxx span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 5;
            pointer-events: none;
        }

            .containerr .boxx span::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                border-radius: 8px;
                background: rgba(255, 255, 255, 0.1);
                backdrop-filter: blur(10px);
                opacity: 0;
                transition: 0.1s;
                animation: animate 2s ease-in-out infinite;
                box-shadow: 0 5px 15px rgba(0,0,0,0.08)
            }

        .containerr .boxx:hover span::before {
            top: -50px;
            left: 50px;
            width: 100px;
            height: 100px;
            opacity: 1;
        }

        .containerr .boxx span::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            opacity: 0;
            transition: 0.5s;
            animation: animate 2s ease-in-out infinite;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            animation-delay: -1s;
        }

        .containerr .boxx:hover span:after {
            bottom: -50px;
            right: 50px;
            width: 100px;
            height: 100px;
            opacity: 1;
        }

@keyframes animate {
    0%, 100% {
        transform: translateY(10px);
    }

    50% {
        transform: translate(-10px);
    }
}

.containerr .boxx .contentt {
    position: relative;
    min-height: 298px;
    min-width: 310px;
    left: 0;
    padding: 20px 40px;
    background: rgb(40 144 188 / 39%);
    backdrop-filter: blur(0px);
    box-shadow: 0 5px 15px rgb(0 0 0 / 60%);
    border-radius: 8px;
    z-index: 1;
    transform: 0.5s;
    color: #fff;
}

.containerr .boxx:hover .contentt {
    left: -25px;
    min-height: 298px;
    min-width: 310px;
    padding: 30px 20px;
}

.hetext {
    font-size: 2em;
    margin: 36px auto;
    text-align: center;
    color: white;
    /*    font-size: 40px;*/
    max-width: 600px;
    position: relative;
    margin-bottom: 10px;
}

.textalignstyle {
    text-align: center !important;
    color: #fff;
}

.containerr .boxx .contentt p {
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1.4em;
    display: flex;
    align-items: stretch;
}

.containerr .boxx .contentt a {
    display: inline-block;
    font-size: 1.1em;
    color: #111;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 5px;
}

    .containerr .boxx .contentt a:hover {
        background: #ffcf4d;
        border: 1px solid rgba(255, 0, 88, 0.4);
        box-shadow: 0 1px 15px rgba(1, 1, 1, 0.2);
    }



/*----------------------------------------*/


.buttontitle {
    --offset: 10px;
    --border-size: 2px;
    display: block;
    position: relative;
    padding: 1.5em 3em;
    appearance: none;
    border: 0;
    background: transparent;
    color: #e55743;
    text-transform: uppercase;
    letter-spacing: .25em;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0;
    box-shadow: inset 0 0 0 var(--border-size) currentcolor;
    transition: background .8s ease;
    &:hover

{
    background: rgba(100, 0, 0, .03);
}

&__horizontal,
&__vertical {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    transition: transform .8s ease;
    will-change: transform;
    &::before

{
    content: '';
    position: absolute;
    border: inherit;
}

}

&__horizontal {
    --vertical-offset: calc(var(--offset) * -1);
    border-top: var(--border-size) solid currentcolor;
    border-bottom: var(--border-size) solid currentcolor;
    &::before

{
    top: calc(var(--vertical-offset) - var(--border-size));
    bottom: calc(var(--vertical-offset) - var(--border-size));
    left: calc(var(--vertical-offset) * -1);
    right: calc(var(--vertical-offset) * -1);
}

}

&:hover &__horizontal {
    transform: scaleX(0);
}

&__vertical {
    --horizontal-offset: calc(var(--offset) * -1);
    border-left: var(--border-size) solid currentcolor;
    border-right: var(--border-size) solid currentcolor;
    &::before

{
    top: calc(var(--horizontal-offset) * -1);
    bottom: calc(var(--horizontal-offset) * -1);
    left: calc(var(--horizontal-offset) - var(--border-size));
    right: calc(var(--horizontal-offset) - var(--border-size));
}

}

&:hover &__vertical {
    transform: scaleY(0);
}

}



/*    ----------------------------------------*/



.titleline:before {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    background: #0023b8;
    left: 0;
    top: 50%;
    position: absolute;
}

.titleline:after {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    background: #0023b8;
    right: 0;
    top: 50%;
    position: absolute;
}

@media (min-width: 779px) {

    .image-container {
        background: url('/BackGroundImages/6106991.png') no-repeat scroll center center / 143% auto #3a3a99;
        /*background-color: rgba(0, 0, 255, 0.5);*/
        background-blend-mode: multiply;
        position: relative;
    }
}

@media (max-width: 479px) {
    .image-container {
        background: url('/BackGroundImages/6106991.png') no-repeat scroll center center / 1102% auto #3a3a99;
        color: #ffffff;
        content: "";
        padding-top: 36px;
    }
}
/*
@media (min-width: 789) {
    .image-container {
        max-width: 1140px;
    }
}*/
@media (min-width: 789) {
    .image-container {
        max-width: 979px;
    }
}

@media (min-width: 992) {
    .image-container {
        max-width: 996px;
    }
}

@media (min-width: 1140px) {
    .image-container {
        max-width: 1536px;
    }
}



/*-------------------GoalCardStyle-----------------------------------*/

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {
    display: block;
    position: relative;
    max-width: 416px;
    background-color: rgb(40 144 188 / 39%);
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    color: #fff;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

    .card1:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -16px;
        right: -16px;
        background: #008fd5;
        height: 32px;
        width: 42px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.25s ease-out;
    }

    .card1:hover:before {
        transform: scale(21);
    }



    .card1 p:hover {
        transition: all 0.3s ease-out;
        color: rgba(255, 255, 255, 0.8);
    }

    .card1:hover {
        color: #fff !important;
    }

    .card1 p:hover {
        color: #fff !important;
    }

    .card1 h3 {
        transition: all 0.3s ease-out;
        color: #ffffff;
    }
