@import url('https://fonts.googleapis.com/css2?family=Vazirmatn&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@700&family=Tajawal:wght@700&display=swap');
:root {
    --orange: #D1A83E;
    --red: #AF1414;
    --black: #303030;
    --bg-color: #F7EDF8;
}

*::selection {
    background-color: #D1A83E;
    color: black;
}


/* Here effect scrolbar */

::-webkit-scrollbar {
    width: 12px !important;
}

::-webkit-scrollbar-track {
    background-color: var(--black);
}

::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    border-radius: 20px;
}


/* here logo and header */

.logo-p {
    padding: 35px 0px;
}

.logo {
    width: 100px;
    position: absolute;
    top: 0px;
    right: 5px;
}

.centers {
    margin: auto;
}


/* here other */

.active {
    color: var(--orange) !important;
    transition: 0.5s;
}

.active:hover {
    color: #af8c31 !important;
}

.text-orange-h {
    transition: 0.5s;
}

.text-orange-h:hover {
    color: var(--orange) !important;
}

.bg-orange {
    background-color: var(--orange) !important;
}

.text-orange {
    color: var(--orange) !important;
    transition: 0.5s;
}

.text-orange:hover {
    color: #af8c31 !important;
}


/* Here header */

header {
    font-family: 'Tajawal', sans-serif;
}


/* here article */

article {
    height: 100vh;
    width: 100%;
    background: linear-gradient(to right, #D1A83E 0 52%, #052377 0% 100%);
}

.slider-m {
    margin: 7rem 0 0 0;
}


/* font family */

.font-vazirmatn {
    font-family: 'Vazirmatn', sans-serif;
}


/* end font */

.btn-gold {
    background-color: #c79d30;
    border-color: #c79d30;
    transition: 0.5s;
}

.btn-gold:hover {
    background-color: #9d791b;
    border-color: #9d791b;
}


/* end article */


/* Here section one */

.title-contents {
    font-family: 'Tajawal', sans-serif;
}

.title-b {
    width: auto;
    border-bottom: 5px solid var(--orange);
}

.text-margin {
    margin: 15rem 0 0 0;
    color: #052377 !important;
}


/* Here Section two or service*/

.service {
    background-color: #052377;
}

#blur {
    border-radius: 25px !important;
    box-shadow: 0px 4px 8px -1px rgb(0 0 0 / 75%);
    transition: 0.5s;
}

#blur:hover {
    background-color: #052377;
    color: white;
}

.card {
    border: none;
    outline: none;
}

.cricle {
    width: 70px;
    height: 70px;
    background-color: #d1a83e;
    padding: 12px;
    font-size: 30px;
    display: inline 30px;
    margin-bottom: 20px;
    border-radius: 50%;
}


/* here design our team */

.team {
    background-color: #dfb852;
}

.main {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0c52a1;
}

.profile-card {
    position: relative;
    width: 220px;
    height: 220px;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
    margin: auto;
}

.profile-card:hover {
    border-radius: 10px;
    height: 260px;
}

.profile-card .img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: .6s;
    z-index: 99;
}

.profile-card:hover .img {
    transform: translateY(-60px);
}

.img img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 22px #3336;
    transition: .6s;
}

.profile-card:hover img {
    border-radius: 10px;
}

.caption {
    text-align: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: .6s;
}

.profile-card:hover .caption {
    opacity: 1;
}

.caption h3 {
    font-size: 21px;
}

.caption p {
    font-size: 16px;
    color: #0c52a1;
    margin: 2px 0 9px 0;
}

.caption .social-links a {
    color: #333;
    margin-right: 8px;
    font-size: 21px;
    transition: .6s;
}

.social-links a:hover {
    color: #0c52a1;
}


/* end our team */


/* Here footer */

footer {
    background: linear-gradient(to right, #052377 0 52%, #D1A83E 0% 100%)
}

footer .row {
    color: #052377;
}

.text-oranging {
    color: var(--orange) !important;
}


/* media Querry Screen */

@media (max-width:991px) {
    /* header */
    .container-fluid form {
        justify-content: flex-start !important;
        margin-right: 50px !important;
    }
    /* section */
    .row-m-center {
        justify-content: center;
        text-align: center !important;
    }
    /* Section service */
    .row-m-center .col-lg-2 {
        margin: 0px !important;
    }
    /* Logo */
    .mobile-width {
        width: 40% !important;
    }
    /* here logo header */
    .logo-p {
        padding: 25px 0px;
    }
    .logo {
        width: 80px;
    }
    /* here article */
    article .slider-m {
        text-align: center !important;
        margin: 10rem 0 0 0;
    }
    article h3 .active {
        color: rgb(255, 255, 255) !important;
    }
    article img {
        display: none;
    }
    /* here about me section */
    .text-margin {
        margin: 0.6rem 0 0 0;
    }
}


/* media query article */

@media (max-width: 700px) {
    .article {
        margin-top: 0px !important;
    }
    .carousel-item img {
        height: 40vh !important;
    }
}

@media (max-width: 521px) {
    .article {
        height: 50vh;
    }
    article .slider-m {
        margin: 0;
    }
}