﻿@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');
@import url(all.min.css);
@import url(../fonts/bold/style.css);
@import url(../fonts/duotone/style.css);
@import url(../fonts/fill/style.css);
@import url(../fonts/light/style.css);
@import url(../fonts/regular/style.css);
@import url(../fonts/thin/style.css);
@import url(website-font-akhand.css);

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Vazirmatn';
    outline: none !important;
    font-size: 14px;
}

:root {
    --white: #fff;
    --purple: #7a5df5;
    --blue: #211964;
    --blue-sec: #282661;
    --cian: #4c80b6;
    --green: #448a9c;
    --gold: #f8e7b7;
    --dark-gold: #f5bd19;
    --light-gold: #E9DFBB;
    --red: #df7753;
    --gray: #595A5C;
    --dark-gray: #1d2630;
    --light-gray: #F1F3F4;
    --middle-gray: #9E9E9E;
    --dark-blue: #1f1b35;
    --light-blue: #F0F5F9;
    --pure-blue: #4d7ccf;
}



ul {
    padding: 0px;
}

a,
a:hover {
    color: inherit;
    text-decoration: none !important;
}

li {
    list-style: none;
}

i, b {
    font-size: inherit;
    color: inherit;
}

.dropdown-menu {
    border: none !important;
}
/* =============colors=========== */
.text-white {
    color: var(--white);
}

.text-purple {
    color: var(--purple);
}

.text-blue {
    color: var(--blue);
}

.text-cian {
    color: var(--cian);
}

.text-green {
    color: var(--green);
}

.text-gold {
    color: var(--gold);
}

.text-red {
    color: var(--red);
}

.text-gray {
    color: var(--gray);
}

.text-middle-gray {
    color: var(--middle-gray);
}

.text-dark-gray {
    color: var(--dark-gray);
}

.text-light-gray {
    color: var(--light-gray);
}



/* =============colors=========== */
.bg-white {
    background-color: var(--white);
}

.bg-purple {
    background-color: var(--purple);
}

.bg-blue {
    background-color: var(--blue);
}

.bg-cian {
    background-color: var(--cian);
}

.bg-green {
    background-color: var(--green);
}

.bg-gold {
    background-color: var(--gold);
}

.bg-red {
    background-color: var(--red);
}

.bg-gray {
    background-color: var(--gray);
}

.bg-dark-gray {
    background-color: var(--dark-gray);
}

.bg-light-gray {
    background-color: var(--light-gray);
}

.bg-light-blue {
    background-color: var(--light-blue);
}

.dark .dropdown-menu {
    background-color: var(--dark-blue);
}
/* ==============font size=========== */
.font-size-8 {
    font-size: 8px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-30 {
    font-size: 30px !important;
}
/* ==============status=========== */
.btn-soft-warning {
    color: var(--dark-gold) !important;
    background-color: rgba(248, 231, 183, .5);
    transition: .5;
}

    .btn-soft-warning:hover {
        background-color: rgba(248, 231, 183, 1);
    }

.btn-soft-success {
    color: var(--green);
    background-color: rgba(68, 138, 156, 0.18);
}

.btn-soft-green {
    color: #82b989;
    background-color: rgba(130, 185, 137, 0.1);
}

.btn-soft-standard {
    color: var(--purple);
    background-color: rgba(122, 93, 245, 0.1);
}


.btn-soft-info {
    color: var(--blue);
    background-color: rgba(33, 25, 100, .1);
}

.btn-soft-primary {
    color: var(--cian);
    background-color: var(--light-blue);
}

.btn-soft-danger {
    background: #feeceb;
    color: var(--red);
}

.bg-primary {
    background-color: var(--cian);
}

.btn-link, .btn-hover-soft-warning, .btn-hover-soft-success, .btn-hover-soft-standard, .btn-hover-soft-info {
    background-color: transparent;
}

    .btn-hover-soft-warning:hover {
        color: var(--gold);
        background-color: rgba(241, 180, 76, 0.18);
    }

    .btn-hover-soft-success:hover {
        color: #34c38f;
        background-color: rgba(52, 195, 143, 0.18);
    }

    .btn-hover-soft-standard:hover {
        color: var(--purple);
        background-color: rgba(32, 34, 131, 0.1);
    }

    .btn-hover-soft-info:hover {
        color: #50a5f1;
        background-color: rgba(80, 165, 241, .18);
    }

.btn-warning {
    color: var(--white) !important;
    background-color: var(--gold) !important;
    border-color: var(--gold);
}

.btn-standard {
    color: var(--white) !important;
    background-color: var(--purple);
    border-color: var(--purple);
    transition: .5s;
}

    .btn-standard:hover {
        background-color: var(--blue);
        border-color: var(--blue);
    }

/* ==============modal=========== */

.modal-sm {
    max-width: 350px;
}

.modal-lg {
    max-width: 700px;
}

.modal-xl {
    max-width: 850px;
}

.modal-fullscreen {
    max-width: 100%;
}

.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #6b6b6b;
}

/* ==============like=========== */

.btn-like-services input {
    display: none;
}

.btn-like-services {
    display: inline-block;
    cursor: pointer;
}

    .btn-like-services label {
        border: none;
        padding: 0px;
        font: inherit;
        background: var(--light-blue);
        width: 38px;
        height: 38px;
        border-radius: 10px;
        color: var(--blue);
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .btn-like-services label .ph-fill {
            display: none;
        }

    .btn-like-services input:checked ~ label .ph-bold {
        display: none;
    }

    .btn-like-services input:checked ~ label .ph-fill {
        display: inline-block;
    }
/* ==============scrollbar=========== */

::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background-color: rgba(0, 0, 0, 0.3);
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.4);
    }

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: black;
    -webkit-transition: all 300ms ease-in-out;
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2);
}


.check-list-icon {
    background: #8c8ce6;
    background: linear-gradient(90deg,rgba(140, 140, 230, 1) 0%, rgba(122, 93, 245, 1) 100%);
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 5px;
    text-shadow: 2px 2px 2px var(--light-gray);
}


/* The Loader */
/* ==============preloader=========== */

#preloader {
    height: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fefcfe;
}

.loading-div {
    width: 350px;
    height: 350px;
    background-image: url(../images/loading.gif);
    background-size: 100% 100%;
}



@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}
/* ============btn-sys============ */

.btn-outline-sys {
    position: relative;
    padding: 8px;
    min-width: 120px;
    text-align: left;
    display: inline-block;
    font-size: 12px;
    color: var(--blue) !important;
    border-radius: 10px;
    border: 1px solid var(--blue);
    transition: .5s;
    background-color: var(--white);
    background-color: var(--light-blue);
}

    .btn-outline-sys:lang(ar) {
        /* padding: 8px 10px 8px 36px; */
        text-align: right;
    }

    .btn-outline-sys:hover {
        background-color: rgb(207, 229, 247)
    }


/* 
.btn-outline-sys:hover img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(8%) saturate(6368%) hue-rotate(320deg) brightness(93%) contrast(92%);

} */

.reflection-btn img, .reflection-btn i {
    transform: scaleX(1);
}

    .reflection-btn img:lang(ar), .reflection-btn:lang(ar) i {
        transform: scaleX(-1);
    }


.btn-outline-sys-without-icon {
    position: relative;
    padding: 8px 10px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: var(--blue);
    border-radius: 16px;
    border: 1px solid var(--blue);
    transition: .5s;
    background-color: var(--white);
    transition: .5s;
}

    .btn-outline-sys-without-icon:hover {
        background-color: var(--blue);
        color: var(--white);
    }

.btn-with-color {
    background-color: var(--purple);
    padding: 10px 10px;
    border-radius: 35px;
    color: var(--white) !important;
    transition: .5s;
    font-size: 12px;
}

    .btn-with-color img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7474%) hue-rotate(315deg) brightness(96%) contrast(96%);
    }

    .btn-with-color:hover {
        background-color: var(--blue);
        filter: none;
    }

        .btn-with-color:hover img {
            filter: none
        }



/* ===================footer==================== */
footer {
    padding-top: 50px;
    background: linear-gradient(360deg, rgb(210 228 242) 0%, rgba(255, 255, 255, 0) 100%);
}

.inner-footer {
    background: var(--blue-sec);
    border-radius: 35px;
    padding: 50px 40px 10px 40px;
    position: relative;
}

.patern-footer {
    background-image: url(../images/footer/patern-footer.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .8;
    border-radius: 35px;
}

.content-footer {
    position: relative;
    z-index: 2;
}

.contact-footer-div {
    padding: 50px 20px 30px 20px;
    background: linear-gradient(360deg, rgba(206, 228, 246, 1 ) 0%, rgba(239, 246, 252, 1) 100%);
    width: 385px;
    max-width: 100%;
    border-radius: 30px;
    margin-top: -110px;
}

@media(max-width:991px) {
    .contact-footer-div {
        width: 100%;
        padding: 20px;
        border-radius: 30px;
        margin-bottom: 20px;
    }
}

.contact-icon {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--gray);
    border-radius: 50%;
    box-shadow: 4px 6px 5px #d2d2d2;
}

.container-map {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}

.footer-links li a {
    display: block;
    padding-left: 15px;
    position: relative;
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}

    .footer-links li a:lang(ar) {
        padding-right: 15px;
        padding-left: 0px;
    }

    .footer-links li a::after {
        position: absolute;
        content: "\f105";
        font-family: "Font Awesome 7 Free";
        left: 0px;
        color: #fff;
        font-size: 8px;
        font-weight: bold;
        top: 7px;
    }

footer:lang(ar) .footer-links li a::after {
    content: "\f104";
    left: auto;
    right: 0px;
}

.contact-btn-footer {
    border-radius: 8px;
    background-color: var(--cian);
    border: 1px solid var(--cian);
    padding: 14px 5px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    transition: 1s;
    font-size: 12px;
}


.subscribe-div {
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    max-width: 540px;
}

.input-subscribe {
    width: 100%;
    padding: 8px;
    border: none;
    color: var(--purple);
    font-size: 12px;
}

    .input-subscribe::placeholder {
        color: var(--middle-gray);
        font-size: 10px;
    }

.btn-subscrib-sec {
    width: 74px;
    border-radius: 8px;
    min-width: 14px;
    min-height: 37px;
    border: none;
}

.line-footer {
    background: linear-gradient(180deg, rgba(32, 32, 63, 0 ) 0%, rgba(32, 32, 63, .5) 100%);
    height: 6px;
    margin: 20px 20px;
}


.social-media {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
}

    .social-media li {
        display: inline-block;
    }

        .social-media li a {
            margin: 1px;
            transition: .5s;
            font-size: 15px;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            text-align: center;
            display: flex;
            background-color: #fff;
            align-items: center;
            justify-content: center;
            color: var(--blue);
        }

            .social-media li a:hover {
                color: #ffffff !important;
                background-color: #e3aa47;
            }

.container-scoial-store {
    padding: 0px 20px;
}

.small-footer {
    padding: 20px;
}

.right-footer {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
}

    .right-footer li {
        display: inline-block;
        color: #fff;
    }

        .right-footer li a {
            color: var(--blue);
            text-decoration: none !important;
            padding: 2px 5px;
            display: block;
            position: relative;
            font-size: 12px;
        }

            .right-footer li a::after {
                content: "";
                width: 1px;
                height: 8px;
                position: absolute;
                right: 0px;
                background-color: var(--blue);
                top: 5px;
            }

        .right-footer li:lang(ar) a::after {
            right: auto;
            left: 0px;
        }

        .right-footer li:last-child a::after {
            display: none;
        }

@media(max-width:768px) {
    .title-footer-collapse {
        border-radius: 20px;
        border: 1px solid var(--white);
        padding: 15px;
        position: relative;
        margin-bottom: 20px !important;
        margin-top: 0px !important;
    }

        .title-footer-collapse::after {
            content: "\2b";
            font-family: "Font Awesome 7 Free";
            font-weight: bold;
            right: 10px;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            padding: 5px;
            display: flex;
            position: absolute;
            align-items: center;
            justify-content: center;
            font-size: 8px;
            color: var(--blue);
            background-color: var(--white);
            top: 10px;
        }

    footer:lang(ar) .title-footer-collapse::after {
        right: auto;
        left: 10px;
    }

    .footer-links {
        display: none;
    }
}

/* ====================breabreadcrumb================ */
.breadcrumb-div {
    background: linear-gradient( 180deg, rgba(240, 245, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 25px 0px;
}

.breadcrumb ul {
    padding: 0px;
    margin: 0px;
}

    .breadcrumb ul li {
        display: inline-block;
    }

        .breadcrumb ul li a {
            color: var(--gray);
            font-weight: bold;
            font-size: 14px;
        }

        .breadcrumb ul li.active a {
            color: var(--dark-gray) !important;
        }

.img-breadcrumb {
    height: 15px;
}

.share-btn {
    border: none;
    padding: 0px;
    font: inherit;
    background: #fff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    color: var(--gray);
    box-shadow: 4px 4px 13px 3px var(--light-gray);
    z-index: 5;
}

.inner-page {
    padding: 0px 0px 50px 0px;
}