@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --default-font: ;
    --primadry-font: ;

    --font-secondary: "Noto Kufi Arabic", sans-serif;
    --dark: #a4a4a4;
    --default-color: #444;
    --primary-color: #176b88;
    --secondary-color: #72d1e4;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.2em;
    font-weight: 400;
    font-style: normal;
}
a {
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}
/* :: 3.5.0 Preloader */
.preloader {
    background-color: #f2f4f5;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
}

.preloader .preloader-circle {
    width: 80px;
    height: 80px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-top-color: var(--secondary-color);
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    inset-inline-start: calc(50% - 42px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
}

.preloader .preloader-img img {
    max-width: 45px;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    inset-inline-end: 105px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary-color);
    width: 6rem;
    height: 6rem;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 5rem;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--secondary-color);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#header,
#footer {
    background: linear-gradient(
        0deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    width: 100%;
}

#header img,
#footer img {
    height: 9rem;
}

.dropdown img {
    height: 2rem !important;
}

.title h2 {
    font-weight: 700;
    font-size: 1.3rem;
    font-family: var(--font-secondary);
}

.navbar img {
    height: 2rem !important;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    /* font-family: "Poppins", sans-serif; */
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: var(--primary-color);
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    /* font-family: "Poppins",
    sans-serif; */
    color: var(--primary-color);
}

/* ******************************
:: 19.0 BREADCRUMB AREA CSS
****************************** */
.breadcrumb-area {
    min-height: 10rem;
    background: linear-gradient(
        0deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    z-index: -1;
}

main {
    margin-top: -7rem;
    align-items: center;
    background-color: #fff;
    border-radius: 1rem;
    padding: 0rem;
    z-index: 99999;
}

.about h3 {
    font-weight: 700;
    font-size: 28px;
    font-family: var(--font-secondary);
}

.footer-info {
    margin-top: -1rem !important;
    align-items: center;
    background-color: #fff;
    border-radius: 1rem;
    padding: 3rem;
}

.flip {
    background-color: transparent;
    width: 21rem;
    height: 25rem;
    border: 1px solid #f1f1f1;
    margin: 2rem;
    perspective: 1000px;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip:hover .flip-inner {
    transform: rotateY(180deg);
}

.flip-front,
.flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.flip-front {
    background-color: #bbb;
    color: black;
}

.flip-back {
    /*background-color: dodgerblue;*/
    color: white;
    transform: rotateY(180deg);
}

.sign-up {
    max-width: 40rem;
    display: flex;
    margin-inline: auto;
}

/* _________________________________the complent _____________________*/

.o_container_small {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
}

.global-comment-container {
    background: #f8f9fa;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    /* justify-content: end; */
    align-items: center;
    margin-bottom: 10px;
    white-space: wrap;
    border-radius: 20px;
}

.global-comment-details-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0px;
}

.global-comment-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 0px;
    align-items: center;
}

.global-comment-image {
    width: 20%;
    margin-left: 0px;
}

.global-comment-header {
    font-size: 18px;
    line-height: 28px;
    color: #00a040;
    margin-right: 10px;
    white-space: nowrap;
}

.global-comment-seperator {
    width: 1px;
    background: #b8baba;
    align-self: stretch;
    margin-left: 10px;
    margin-right: 10px;
}

.global-comment-details {
    /* font-family: 'zatca_font_normal'; */
    font-size: 20px;
    font-weight: 100;
    color: #565655;
}

.global-comment-action .btn-u {
    background: #ffb259;
    color: #fff;
    box-shadow: 0 4px 24px rgba(255, 178, 89, 0.24);
}

.global-comment-action .btn-u {
    font-size: 1em;
    /* font-family: "RB-Bold" !important; */
    padding: 10px 25px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 12px;
}

@media (max-width: 768px) {
    
    .global-comment-image {
        width: 100px;
        margin-left: 0px;
    }

    .global-comment-header {
        font-size: 12px;
        line-height: 15px;
        color: #ffb259;
        margin-right: 0px;
        white-space: nowrap;
    }

    .global-comment-details {
        font-size: 12px;
        font-weight: 50px;
        color: #565655;
    }
    .global-comment-action .btn-u {
        background: #ffb259;
        color: #fff;
        box-shadow: 0 4px 24px rgba(255, 178, 89, 0.24);
    }

    .global-comment-action .btn-u {
        font-size: 14px;
        padding: 7px 12px;
        line-height: 1;
        border: 1px solid transparent;
        border-radius: 10px;
    }
}
