/* styles.css */
/* @import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marhey:wght@300..700&display=swap'); */


#loading {
            color: white;
            background-color: rgba(5, 80, 231, 0.9);
            position: fixed;
            inset: 0;
            z-index: 1000;
            display: flex;
            justify-content: center;
            align-items: center;
        }

body {
    overflow: hidden;
}
.name {
    display: none;
}
@font-face {
    font-family: 'cairo';
    /* Give your font a descriptive name */
    src: url('../Fonts/Cairo.woff2') format('woff2');
    /* Path to your font files */
    /* url('fonts/MyCustomFont.woff') format('woff'); */
    font-weight: normal;
    /* Specify font weight if applicable */
    font-style: normal;
    /* Specify font style if applicable */
    font-display: swap;
    /* Optional: Controls how the font is displayed while loading */
}

.super-color {
    color: #079CBB !important;
    /* background: linear-gradient(to right, #2989d8, #45a2ea); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-weight: bold;
}
.marhey-custom {
    font-family: "Marhey", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
body {
    font-family: 'Marhey', sans-serif;
}
.hero {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: italic;
    font-variation-settings: "slnt" 0;
    color: white !important;
}
.herotext {
    text-align: center !important;
}
.ar-hero-text,
.slwgn{
    text-align: center !important;
    direction: rtl !important;
    width: 310px !important;
    text-shadow: 2px 2px 2px black;
}



/* ---------Media Responsives---------------- */

@media screen and (max-width: 520px) {
    .hero {
        background: url('../images/Mobhero.webp') center center / cover no-repeat;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .herotext {
        padding-left: 10px;
        justify-content: flex-end !important;
        align-items: center !important;
    }

    .logo {
        width: 200px !important;
    }

}

@media screen and (min-width: 521px) and (max-width: 768px) {
    .hero {
        background: url('../images/heroimage.webp') top center / cover no-repeat;
        color: white !important;

    }

    .herotext {
        justify-content: center !important;
        align-items: end !important;
        /* padding-left: 100px !important; */
        /* margin: 0 auto !important; */
    }

    .ar-hero-text,
    .slwgn {
        width: 200px !important;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .logo {
        width: 200px !important;
        /* margin: 0 auto !important; */
    }
}

@media screen and (min-width: 769px) {
    .hero {
        background: url('../images/heroimage.webp') center center / cover no-repeat;
        color: white !important;

    }

    .herotext {
        justify-content: center !important;
        align-items: end !important;
        padding-left: 100px !important;
        /* margin: 0 auto !important; */
    }

    .hero h1 {
        font-size: 2rem;
    }

    .logo {
        width: 310px !important;
        /* margin: 0 auto !important; */
    }
}

/* @media screen and (max-width: 380px) {
    .hero h1 {
        font-size: 1.5rem;
    }

    .herotext {
        justify-content: center !important;
        align-items: center !important;
    }

    .logo {
        width: 20px !important;
    }
} */



.bio {
    width: 100% !important;
    overflow: hidden;
}

.about {
    width: 90% !important;
    border: #004AE5 0px solid !important;
    border-radius: 20px !important;
    margin: 30px auto !important;
    padding: 5px !important;
}

.about img {
    width: 90% !important;
    border: 2px solid #004AE5 !important;
    border-radius: 100px 200px 200px 200px !important;
    box-shadow: 10px 5px 15px rgba(16, 63, 201, 0.923) !important;
}

.about-pic {
    margin: 0px 0px !important;
    padding: 5px 5px !important;
}
.aboutAr {
    box-shadow: 5px 2px 4px rgba(32, 33, 34, 0.1) !important;
    margin: auto  !important;
    z-index: 1001 !important  ;
    overflow: hidden;
}
.aboutEn {
    box-shadow: 5px -4px 20px rgba(32, 33, 34, 0.1) !important;
    margin: auto  !important;
    z-index: 1002 !important  ;
    overflow: hidden;
}
.aboutAr h2{
    text-align: center !important;
    direction: rtl !important;
    padding: 10px 10px !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    color: #079CBB !important;
    text-shadow: 2px 2px 4px linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%);
}
.aboutAr div{
    text-align: center !important;
    direction: rtl !important;
    position: relative;
    padding: 10px 10px !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    color: #161616 !important;
    text-shadow: 2px 2px 4px linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%);
}
.aboutAr div::after{
    content: "";
    position: absolute;
    top: 50% !important;
    right: 5px;
    transform: translateY(-50%);
    width: 2px;
    height: 55%;
    opacity: 0.4;
    box-shadow: 0 4px 8px rgba(32, 33, 34, 0.5) !important;
    background: linear-gradient(to right, #2989d8, #45a2ea);
    /* text-shadow: 2px 2px 4px linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%); */
}
.aboutEn h2{
    text-align: center !important;
    direction: rtl !important;
    padding: 10px 10px !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    color: #079CBB !important;
    text-shadow: 2px 2px 4px linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%);
}
.aboutEn div{
    text-align: center !important;
    direction: ltr !important;
    position: relative;
    padding: 10px 10px !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    text-shadow: 2px 2px 4px linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%);
}
.aboutEn div:hover{
    color: #079CBB !important;
    text-shadow: 2px 2px 4px linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%);
    transform: scale(1.1);
    transition: all 0.1s ;
}
.aboutEn div::after{
    content: "";
    position: absolute;
    bottom: 0% !important;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    height: 1px;
    opacity: 0.5;
    box-shadow: 0 4px 8px rgba(32, 33, 34, 0.5) !important;
    background: linear-gradient(to right, #2989d8, #45a2ea);
    /* text-shadow: 2px 2px 4px linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%); */
}

.special-text {
    color: #079CBB !important;
    text-shadow: 2px 2px 4px linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%);
}
.card-title {
    font-weight: bold !important;
    font-size: 1.5rem !important;
    text-transform: uppercase !important;
    color: #079CBB !important;
    padding: 10px 0px !important;
    text-shadow: 2px 2px 4px linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%);
}
.main-services {
    color: #079CBB;
    background: linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%);
}
.services {
    color: #079CBB;
    background: fixed url('../images/ServicesBG.webp') center center / cover no-repeat;
    box-shadow: 0px 4px 8px rgba(5, 80, 231, 0.2);
    padding: 0px 0px;
    width: 98% !important;
    margin: 0 auto !important;
}
.service-text {
    padding: 0px 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em !important;
    color: white;
    text-shadow: 2px 2px 2px black;
}
h5 span {
    font-size: 1.5rem !important;
    text-shadow: 2px 2px 4px linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%);
}
.services-img {
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    width: 50%;
}
.services-img img {
    border-radius: 50%;
    border: 0px solid;
    opacity: 0.1;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.hserv:hover img {
    opacity: 1;
    transform: scale(2);
}
.serv-title {
    overflow: hidden;
}

.card-pic {
    padding: 0px !important;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: #2989d8 0px 0px 8px 0px inset;
}
.card-pic img {
    width: 100% !important;
    object-fit: contain !important;
    transition: transform 0.3s ease-in-out;
}
.card-pic img:hover {
    transform: scale(1.10);
}
.exam {
    background-color: rgba(236, 232, 232, 0.95) !important;
    box-shadow: 5px 4px 8px rgba(4, 108, 212, 0.5) !important;
    padding: 0px !important;
    width: 100% !important;
    margin: 20px auto !important;
    border:white 10px solid;
    border-radius: 15% !important;
    box-shadow: 0 4px 8px rgba(5, 80, 231, 0.3);
    color: #15181a !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden;
}

.appoint {
    color:rgba(0, 0, 0, 0.5) ;
}
.location-link span{
    background-color: #079CBB !important;
    text-shadow: 2px 2px 4px linear-gradient(to top, #05218f 0%, #2989d8 30%, #073b68 70%, #004AE5 100%);
    transition: all 0.3s ease-in-out;
    /* border: 2px solid #167f94; */
}
.location-link span:hover {
    background-color: #167f94 !important;
    /* transform: scale(1.02); */
    transition: all 0.3s ease-in-out;
}
.mob{

    background-color: #212529 !important;
}
.mob:hover{

    background-color: #079CBB !important;
    color: rgb(216, 15, 15) !important;
}


.footer {
    background-color: #0e61a0 !important;
    color: white !important;
    display: flex !important;
    flex-direction: column !important;
    align-content: center !important;
    justify-content: center !important;
    direction: ltr !important;
    text-align: center;
    height: 60px !important;
    width: 100% !important;
    font-size: small !important;
    padding: 2px 2px !important;
    /* overflow: hidden; */
}
.footer img {
    width: 40px !important;
    object-fit: contain !important;
}

