﻿
@font-face {
    font-family: Ravi;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Ravi/woff/RaviFaNum-Thin.woff') format('woff'), url('../fonts/Ravi/woff2/RaviFaNum-Thin.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Ravi;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Ravi/woff/RaviFaNum-Light.woff') format('woff'), url('../fonts/Ravi/woff2/RaviFaNum-Light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Ravi;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Ravi/woff/RaviFaNum-Regular.woff') format('woff'), url('../fonts/Ravi/woff2/RaviFaNum-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Ravi;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Ravi/woff/RaviFaNum-Medium.woff') format('woff'), url('../fonts/Ravi/woff2/RaviFaNum-Medium.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Ravi;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Ravi/woff/RaviFaNum-SemiBold.woff') format('woff'), url('../fonts/Ravi/woff2/RaviFaNum-SemiBold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Ravi;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Ravi/woff/RaviFaNum-Bold.woff') format('woff'), url('../fonts/Ravi/woff2/RaviFaNum-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Ravi;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Ravi/woff/RaviFaNum-Black.woff') format('woff'), url('../fonts/Ravi/woff2/RaviFaNum-Black.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Ravi;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Ravi/woff/RaviFaNum-ExtraBlack.woff') format('woff'), url('../fonts/Ravi/woff2/RaviFaNum-ExtraBlack.woff2') format('woff2');
    font-display: swap;
}

body {
    direction: rtl;
    background-color: white !important;
    color: #3A3A3A;
    font-family: Ravi !important;
    line-height: 2rem;
}

.article_Body a {
    color: #0D99F1 !important;
}

.toosi-sm-color {
    background-color: unset;
}

h1,
h3,
h2 {
    line-height: 50px !important;
    font-size: 22px;
    font-weight: 600;
}


.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-left: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-right: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-left: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-right: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-left: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-right: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-left: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-right: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-left: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-right: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-left: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-right: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-left: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-right: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-left: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-right: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-left: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-right: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-left: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-right: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-left: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-right: 3rem !important
}

::-moz-selection {
    color: #FFF;
    background-color: #1E3C75;
}

::selection {
    color: #FFF;
    background-color: #1E3C75;
}

a.link_between {
    background-color: #F3F7FB;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    margin: 10px auto;
    border: 1px solid transparent;
}

    a.link_between img {
        width: 100% !important;
        height: 100px !important;
        max-height: unset !important;
        object-fit: cover;
        border-radius: 8px;
        margin: 0px auto !important;
        object-fit: cover !important;
    }

    a.link_between .title {
        display: flex;
        align-items: start;
        flex-direction: column;
        width: 100%;
        margin: 10px auto;
        padding: 0px 10px;
    }

        a.link_between .title span:first-child {
            color: #5F7289;
            font-size: 14px;
        }

        a.link_between .title span:nth-child(2) {
            color: #353E56;
            font-size: 18px;
            font-weight: 700;
        }

        a.link_between .title p {
            color: #353E56;
            font-size: 14px;
            font-weight: 500;
            line-height: 32px;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin: 0px;
        }

    a.link_between .action_btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        text-decoration: none;
        color: #FFF;
        background-color: #0079AB;
        padding: 10px 20px;
        border-radius: 12px;
    }

        a.link_between .action_btn svg {
            margin-right: 10px;
        }

    a.link_between:hover {
        border: 1px solid #DDE3E9;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

        a.link_between:hover .action_btn {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }



.breadcrumbs_url {
    width: 100%;
    justify-content: start;
}

    .breadcrumbs_url h1, h2 {
        margin-bottom: 0px !important;
    }

.breadcrumbs {
    display: inline;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0px 10px;
    color: #FFF;
    margin: 10px auto 10px auto;
    font-size: 12px;
}

    .breadcrumbs li {
        display: inline-block;
    }

    .breadcrumbs a {
        color: #FFF;
    }

    .breadcrumbs .breadcrumb-spliter {
        padding: 0px 5px;
    }

.head-green1 {
    padding-right: 30px;
    display: flex;
    align-items: center;
    color: #193365;
}

    .head-green1:before {
        width: 12px;
        height: 12px;
        background-color: #18DE60;
        content: '';
        position: absolute;
        right: 0px;
        border-radius: 4px;
    }

.head-green2 {
    padding-right: 30px;
    display: flex;
    align-items: center;
    color: #193365;
}

    .head-green2:before {
        width: 12px;
        height: 12px;
        background-color: #13BFA4;
        content: '';
        position: absolute;
        right: 0px;
        border-radius: 4px;
    }

.head-orange {
    padding-right: 30px;
    display: flex;
    align-items: center;
    color: #193365;
}

    .head-orange:before {
        width: 12px;
        height: 12px;
        background-color: #F3B338;
        content: '';
        position: absolute;
        right: 0px;
        border-radius: 4px;
    }

.head-gray {
    padding-right: 30px;
    display: flex;
    align-items: center;
    color: #98A8B6;
}

    .head-gray:before {
        width: 12px;
        height: 12px;
        background-color: #98A8B6;
        content: '';
        position: absolute;
        right: 0px;
        border-radius: 4px;
    }

.bg_gray_2 {
    background-color: #F2F7FB;
}

.rounded_30 {
    border-radius: 30px;
}

.drnouri_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 10px 30px;
    color: #FFF !important;
    text-decoration: none;
    position: relative;
    margin: 0px auto;
}

    .drnouri_btn span {
        margin-left: 10px;
    }

    .drnouri_btn.navy_blue {
        background-color: #0079AB !important;
    }

    .drnouri_btn.navy_green {
        background-color: #20B09F !important;
    }

/*start of header*/
#header #header_top {
    background-color: #3A3A3A;
}

    #header #header_top ul {
        list-style: none;
        display: flex;
        justify-content: end;
        margin-bottom: 0px !important;
    }

        #header #header_top ul li {
            color: #D2D2D2;
            border-right: 1px solid #D2D2D2;
            font-size: 12px;
        }

        #header #header_top ul > li:last-child {
            border-left: 1px solid #D2D2D2;
            margin-left: 0px;
        }

        #header #header_top ul li a {
            text-decoration: none;
            color: #D2D2D2;
        }

#header_top ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 25px;
}

#header_top .comment_user svg {
    margin-left: 10px;
}

#header_top .follow_user svg {
    margin-left: 10px;
}

#header_top .tel_number svg {
    margin-left: 10px;
}


#header_bottom .head {
    display: flex;
    padding: 10px 0px;
}

#header_bottom .nav_bar ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding-right: 0rem !important;
    margin-bottom: 0rem !important;
    margin: 20px 0px !important;
}

    #header_bottom .nav_bar ul li {
        padding: 5px 10px;
    }

        #header_bottom .nav_bar ul li a {
            text-decoration: none;
            color: #1B1B1B;
        }

    #header_bottom .nav_bar ul > li:nth-child(2) {
        padding: 15px 2px !important;
    }

        #header_bottom .nav_bar ul > li:nth-child(2):hover {
            background-color: none !important;
            border: none !important;
        }

    #header_bottom .nav_bar ul > li:first-child:hover {
        background-color: white !important;
        border: none !important;
    }

    #header_bottom .nav_bar ul li:hover {
        background-color: #F2F2F2;
        border-radius: 20px;
        border: 1px solid #D9D9D9;
    }

    #header_bottom .nav_bar ul .splitor {
        height: 15px;
        width: 2px;
        background-color: #F5F5F5;
    }

header {
    position: relative;
}

    header .header_logo {
        margin: 0px 0px 0px auto;
    }

        header .header_logo img {
            width: auto;
            height: 70px;
        }

    header .tel-call {
        border-radius: 40px;
        color: #11244B;
        text-decoration: none;
        padding: 3px 5px;
        display: none;
        align-items: center;
        margin-right: 20px;
        margin: 5px 20px 5px 5px;
        font-size: 18px;
        font-weight: 600;
    }

        header .tel-call a:first-child {
            direction: ltr;
            color: #11244B;
            margin-left: 15px;
            margin-right: 15px;
            border: 1px solid transparent;
            -webkit-transition: border 300ms linear;
            -ms-transition: border 300ms linear;
            transition: border 300ms linear;
            border-radius: 35px;
            padding: 5px 20px;
        }

        header .tel-call a strong {
            color: rgba(92,21,187,1);
            font-size: 18px;
            -webkit-transition: color 300ms linear;
            -ms-transition: color 300ms linear;
            transition: color 300ms linear;
            font-weight: 600;
        }

        header .tel-call a:first-child:hover {
            color: rgba(92,21,187,1);
            border: 1px solid rgba(92,21,187,1);
            -webkit-transition: border 300ms linear;
            -ms-transition: border 300ms linear;
            transition: border 300ms linear;
            -webkit-transition: color 300ms linear;
            -ms-transition: color 300ms linear;
            transition: color 300ms linear;
        }

            header .tel-call a:first-child:hover strong {
                color: #11244B;
                -webkit-transition: color 300ms linear;
                -ms-transition: color 300ms linear;
                transition: color 300ms linear;
            }

        header .tel-call a:last-child {
            color: #FFF;
            background-color: rgba(255,209,103,1);
            border-radius: 12px;
            font-size: 16px;
            padding: 10px 20px;
            font-weight: 500;
            border: 1px solid transparent;
            -webkit-transition: background-color 300ms linear;
            -ms-transition: background-color 300ms linear;
            transition: background-color 300ms linear;
        }

            header .tel-call a:last-child:hover {
                background-color: #FFF;
                color: rgba(92,21,187,1);
                border: 1px solid rgba(92,21,187,1);
                -webkit-transition: background-color 300ms linear;
                -ms-transition: background-color 300ms linear;
                transition: background-color 300ms linear;
            }

@media (min-width: 992px) {
    header .tel-call {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

#footer {
    background-color: rgba(22,22,22,1);
    color: #FFF;
    padding: 80px 0px 10px 0px;
    background-image: url('../img/mountains_bg.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

    #footer p {
        font-size: 14px;
        padding: 30px 0px;
        margin: 0px auto;
        text-align: justify;
        text-align-last: center;
    }

    #footer .shortcut_menu {
        display: inline-block;
        align-items: center;
        justify-content: center;
        margin: 20px auto 20px auto;
        padding: 15px 0px;
        width: 100%;
        font-size: 14px;
    }

        #footer .shortcut_menu a {
            margin: 10px 20px;
            display: inline-block;
        }

            #footer .shortcut_menu a:first-child {
                margin-right: unset;
            }

            #footer .shortcut_menu a:last-child {
                margin-left: unset;
            }

    #footer .license_menu {
        display: inline-block;
        align-items: center;
        justify-content: center;
        margin: 20px auto 20px auto;
        padding: 15px 0px;
        width: 100%;
        font-size: 14px;
    }

        #footer .license_menu a {
            margin: 10px 20px;
            display: inline-block;
        }

            #footer .license_menu a:first-child {
                margin-right: unset;
            }

            #footer .license_menu a:last-child {
                margin-left: unset;
            }

    #footer .footer_sec2 {
        padding: 25px;
        display: flex;
    }

        #footer .footer_sec2 .about_us {
            display: flex;
            flex-direction: column;
            padding-left: 0px;
        }

            #footer .footer_sec2 .about_us p {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 5;
                overflow: hidden;
                text-align: justify;
            }

            #footer .footer_sec2 .about_us img {
                width: 250px;
                margin: 15px 0px;
            }

        #footer .footer_sec2 .footer_links {
            display: inline-block;
            flex-direction: unset;
            text-align: center;
        }

            #footer .footer_sec2 .footer_links a {
                color: #B4B3C8;
                margin: 3px 8px;
            }

                #footer .footer_sec2 .footer_links a:hover {
                    color: var(--g-orange-color);
                }


    #footer .footer_call {
        background-color: rgba(92,21,187,1);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 40px;
        border-radius: 18px;
        margin: 10px auto;
        border: 1px solid transparent;
    }

        #footer .footer_call > span {
            display: flex;
            align-items: start;
            flex-direction: column;
        }

            #footer .footer_call > span:first-child {
                align-items: start;
                flex-direction: column;
            }

                #footer .footer_call > span:first-child strong {
                    font-size: 22px;
                    line-height: 46px;
                    font-weight: 700;
                }

                #footer .footer_call > span:first-child span {
                    font-size: 14px;
                    font-weight: 400;
                }

            #footer .footer_call > span:last-child {
                align-items: center;
                flex-direction: row;
            }

                #footer .footer_call > span:last-child > span {
                    display: flex;
                    flex-direction: column;
                    margin: 10px 30px;
                }

                    #footer .footer_call > span:last-child > span strong {
                        font-size: 28px;
                        font-weight: 600;
                        text-align: left;
                        letter-spacing: 0.1em;
                    }

                    #footer .footer_call > span:last-child > span > span {
                        font-size: 16px;
                    }

        #footer .footer_call:hover {
            color: #FFF;
            border: 1px solid rgba(255,255,255,0.5);
        }

    #footer .social_list {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #footer .social_list a {
            padding: 10px;
        }

.footer2 {
    text-align: center;
    color: #FFF;
    padding: 10px 0px;
    line-height: 26px;
    font-size: 14px;
    margin: 25px auto;
}

    .footer2 p {
        margin: 0px auto;
    }

    .footer2 a {
        color: var(--g-orange-color);
    }

.btn-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
}

.btn-action:hover::before {
    opacity: 0;
    transform: scale(0.5,0.5);
}

.btn-action::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2,1.2);
    background-position: center center;
    background-repeat: no-repeat;
}

.btn-action:hover::after {
    opacity: 1;
    transform: scale(1,1);
}

.btn-action2 .icon_loc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
}

.btn-action2:hover .icon_loc::before {
    opacity: 0;
    transform: scale(0.5,0.5);
}

.btn-action2 .icon_loc::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2,1.2);
    background-position: center center;
    background-repeat: no-repeat;
}

.btn-action2:hover .icon_loc::after {
    opacity: 1;
    transform: scale(1,1);
}

i.readmore {
    background-image: url('../img/Icons/BiArrowFromRight.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 5px 5px;
}

.head_section {
    color: rgba(120, 120, 120, 1);
    padding: 0px;
}

    .head_section a {
        color: rgba(120, 120, 120, 1);
        font-size: 14px;
        border: 1px solid transparent;
        padding: 10px 15px;
        border-radius: 35px;
        -webkit-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }

        .head_section a svg {
            margin-right: 5px;
        }

        .head_section a:hover {
            border: 1px solid rgba(120, 120, 120, 1);
            background-color: rgba(240, 248, 249, 1);
            -webkit-transition: all 200ms ease-in;
            -ms-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

    .head_section.two_parts {
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

        .head_section.two_parts .part1 {
            display: flex;
            align-items: start;
            flex-direction: column;
        }

            .head_section.two_parts .part1 strong {
                color: rgba(22, 22, 22, 1);
                font-weight: 800;
                font-size: 16px;
            }

            .head_section.two_parts .part1 span {
                font-weight: 500;
                font-size: 14px;
            }

    .head_section.one_parts {
        justify-content: center;
        display: flex;
        font-size: 16px;
        font-weight: 600;
        color: rgba(22, 22, 22, 1);
    }

.home_section {
    padding: 30px 0px;
}

    .home_section#first {
        padding: 0px;
    }

        .home_section#first .container {
            background-image: url('../img/home_page.svg');
            background-position: center center;
            background-repeat: no-repeat;
            width: 100%;
            height: auto;
            background-size: cover;
        }

        .home_section#first .first_poster {
            width: 100%;
            height: 70vh;
        }

    .home_section#camp_report {
    }

        .home_section#camp_report .report_camp_list {
            margin: 25px 0px;
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: space-around;
            position: relative;
            text-align: center;
            width: 100%;
        }

            .home_section#camp_report .report_camp_list .report_item {
                display: inline-block;
                margin: 25px 0px;
            }

                .home_section#camp_report .report_camp_list .report_item svg {
                    height: auto;
                    width: 60px;
                }

                .home_section#camp_report .report_camp_list .report_item:first-child {
                    margin-right: 0px;
                }

                .home_section#camp_report .report_camp_list .report_item:last-child {
                    margin-left: 0px;
                }

                    .home_section#camp_report .report_camp_list .report_item:last-child svg {
                        height: auto;
                        width: 50px;
                    }

                .home_section#camp_report .report_camp_list .report_item .text_slice {
                    display: flex;
                    flex-direction: column;
                    align-items: start;
                    margin-right: 15px;
                    line-height: 24px;
                }

                    .home_section#camp_report .report_camp_list .report_item .text_slice strong {
                        color: #5C15BB;
                        font-size: 20px;
                    }

                .home_section#camp_report .report_camp_list .report_item > div {
                    display: flex;
                }


    .home_section#special_discounts {
    }

        .home_section#special_discounts .carousel_special_discounts {
            margin: 25px 0px;
            display: inline-block;
            position: relative;
            text-align: center;
            width: 100%;
        }

            .home_section#special_discounts .carousel_special_discounts .special_discounts_item {
                position: relative;
                display: inline-block;
                border-radius: 18px;
                padding: 15px 0px;
            }

                .home_section#special_discounts .carousel_special_discounts .special_discounts_item img {
                    object-fit: cover;
                    transition: transform 0.2s ease-in-out;
                    border-radius: 18px;
                    height: 350px;
                    width: 250px;
                    opacity: 0.5;
                }

                .home_section#special_discounts .carousel_special_discounts .special_discounts_item:hover img {
                    transform: scale(1.04);
                    opacity: 1;
                    transition: all 0.2s ease-in-out;
                }

                .home_section#special_discounts .carousel_special_discounts .special_discounts_item .text_slice {
                    display: flex;
                    flex-direction: column;
                    align-items: start;
                    margin: 15px;
                    line-height: 24px;
                    position: absolute;
                    font-size: 13px;
                    right: 0%;
                    bottom: 5%;
                    color: #000;
                }

                    .home_section#special_discounts .carousel_special_discounts .special_discounts_item .text_slice strong {
                        font-size: 20px;
                        font-weight: 800;
                        line-height: 32px;
                    }

                .home_section#special_discounts .carousel_special_discounts .special_discounts_item .product_price {
                    color: rgba(17, 124, 93, 1);
                    height: 50px;
                    display: flex;
                    flex-direction: column;
                    margin: 15px 0px 20px 0px;
                    font-size: 16px;
                    font-weight: 800;
                    width: 100%;
                }

                    .home_section#special_discounts .carousel_special_discounts .special_discounts_item .product_price span.line-through {
                        text-decoration: line-through;
                        color: #d32f2f;
                        margin-right: 10px;
                    }

                    .home_section#special_discounts .carousel_special_discounts .special_discounts_item .product_price span:first-child {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }

                    .home_section#special_discounts .carousel_special_discounts .special_discounts_item .product_price .discount_val {
                        background-color: #d32f2f;
                        border-radius: 15px;
                        color: #FFF;
                        font-size: 18px;
                        padding: 1px 8px;
                    }



    .home_section#latest_courses {
    }

        .home_section#latest_courses .carousel_latest_courses {
            margin: 25px 0px;
            display: inline-block;
            position: relative;
            text-align: center;
            width: 100%;
        }

            .home_section#latest_courses .carousel_latest_courses .latest_course_item {
                position: relative;
                display: inline-block;
                border-radius: 18px;
                padding: 15px 0px;
            }

                .home_section#latest_courses .carousel_latest_courses .latest_course_item img {
                    object-fit: cover;
                    transition: transform 0.2s ease-in-out;
                    border-radius: 18px;
                    height: 350px;
                    width: 250px;
                }

                .home_section#latest_courses .carousel_latest_courses .latest_course_item:hover img {
                    transform: scale(1.04);
                    transition: transform 0.2s ease-in-out;
                }

                .home_section#latest_courses .carousel_latest_courses .latest_course_item .text_slice {
                    display: flex;
                    flex-direction: column;
                    align-items: start;
                    margin-right: 15px;
                    line-height: 24px;
                    position: absolute;
                    font-size: 13px;
                    right: 5%;
                    bottom: 5%;
                    color: #000;
                }

                    .home_section#latest_courses .carousel_latest_courses .latest_course_item .text_slice strong {
                        font-size: 16px;
                        font-weight: 700;
                    }


    .home_section#educational_album {
    }

        .home_section#educational_album .carousel_educational_album {
            margin: 25px 0px;
            display: inline-block;
            position: relative;
            text-align: center;
            width: 100%;
        }

            .home_section#educational_album .carousel_educational_album .latest_educational_album_item {
                position: relative;
                display: inline-block;
                border-radius: 18px;
                padding: 15px 0px;
            }

                .home_section#educational_album .carousel_educational_album .latest_educational_album_item img {
                    object-fit: cover;
                    transition: transform 0.2s ease-in-out;
                    border-radius: 18px;
                    height: 350px;
                    width: 250px;
                }

                .home_section#educational_album .carousel_educational_album .latest_educational_album_item:hover img {
                    transform: scale(1.04);
                    transition: transform 0.2s ease-in-out;
                }

                .home_section#educational_album .carousel_educational_album .latest_educational_album_item .text_slice {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    line-height: 24px;
                    font-size: 13px;
                    color: #000;
                    width: 250px;
                    margin: 30px auto;
                    flex-wrap: wrap;
                }

                    .home_section#educational_album .carousel_educational_album .latest_educational_album_item .text_slice strong {
                        font-size: 16px;
                        font-weight: 700;
                    }


    .home_section#what_camp {
    }

        .home_section#what_camp .what_camp_list {
            margin: 25px 0px;
            display: inline-block;
            position: relative;
            text-align: center;
            width: 100%;
        }

            .home_section#what_camp .what_camp_list .what_camp_item {
                background-color: #FFF;
                border: 1px solid #E4E4E4;
                padding: 25px;
                border-radius: 24px;
                display: inline-block;
                align-items: center;
                margin: 5px;
                width: 100%;
            }

                .home_section#what_camp .what_camp_list .what_camp_item:hover {
                    background-color: #F0F8F9;
                    border: 1px solid transparent;
                }

                .home_section#what_camp .what_camp_list .what_camp_item:first-child {
                    margin-right: 0px;
                }

                .home_section#what_camp .what_camp_list .what_camp_item > span {
                    display: flex;
                }

                .home_section#what_camp .what_camp_list .what_camp_item .text_slice {
                    display: flex;
                    flex-direction: column;
                    color: #787878;
                    margin-right: 20px;
                    margin-left: 10px;
                    line-height: 24px;
                }

                    .home_section#what_camp .what_camp_list .what_camp_item .text_slice strong {
                        color: #161616;
                        font-size: 17px;
                        font-weight: 700;
                    }

    .home_section#last_camps {
    }

        .home_section#last_camps .carousel_camps {
            margin: 30px 0px;
        }

            .home_section#last_camps .carousel_camps .camp_item {
                color: rgba(22, 22, 22, 1);
                position: relative;
                width: 250px;
                display: block;
                border-radius: 18px;
            }

        .home_section#last_camps .camp_item img {
            height: 300px;
            width: 100%;
            object-fit: cover;
            border-radius: 18px;
        }

        .home_section#last_camps .camp_item .info_box {
            background-color: #FFF;
            border-radius: 14px;
            position: absolute;
            bottom: 5%;
            width: 90%;
            left: 5%;
            padding: 15px;
        }

            .home_section#last_camps .camp_item .info_box .camp_title {
                font-size: 16px;
                font-weight: 700;
            }

            .home_section#last_camps .camp_item .info_box .info_list {
                display: flex;
                align-items: center;
                justify-content: space-around;
            }

                .home_section#last_camps .camp_item .info_box .info_list .info_item {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-top: 8px;
                    font-size: 14px;
                }

                .home_section#last_camps .camp_item .info_box .info_list .spliter {
                    background-color: #E4E4E4;
                    height: 40px;
                    width: 1px;
                    display: block;
                }


    .home_section#services {
    }

        .home_section#services .titr {
            background-color: rgba(247, 240, 255, 1);
            border-radius: 35px;
            color: rgba(92, 21, 187, 1);
            padding: 8px 14px;
            font-size: 13px;
        }


        .home_section#services h2 {
            font-weight: 800;
            font-size: 26px;
            margin: 15px 0px;
        }

            .home_section#services h2 strong {
                color: rgba(92, 21, 187, 1);
            }

        .home_section#services p.service_desc {
            color: rgba(120, 120, 120, 1);
            margin: 25px 0px 15px 0px;
            font-size: 14px;
            line-height: 26px;
        }

        .home_section#services .color1 {
            background-color: #647659;
            background-image: url('../img/camps_icon.png');
            background-size: auto 95%;
            background-position: 20px bottom;
        }

        .home_section#services .color2 {
            background-color: #51308E;
            background-image: url('../img/evaluation_center_icon.png');
            background-size: auto 95%;
            background-position: 20px bottom;
        }

        .home_section#services .color3 {
            background-color: #53737C;
            background-image: url('../img/academy_icon.png');
            background-size: auto 95%;
            background-position: 20px bottom;
        }

        .home_section#services .color4 {
            background-color: #17334A;
            background-image: url('../img/library_icon.png');
            background-size: 50% auto;
            background-position: 20px bottom;
        }

        .home_section#services a.service_box {
            border-radius: 20px;
            background-repeat: no-repeat;
            width: 100%;
            height: 220px;
            display: flex;
            margin: 15px auto;
            align-items: end;
            padding: 30px 30px 20px 30px;
            -webkit-transition: all 150ms ease-out;
            -ms-transition: all 150ms ease-out;
            transition: all 150ms ease-out;
        }

            .home_section#services a.service_box > span {
                display: flex;
                flex-direction: column;
            }

            .home_section#services a.service_box span {
                color: #FFF;
                font-size: 28px;
                font-weight: 800;
            }

            .home_section#services a.service_box p {
                color: #FFF;
                font-size: 14px;
                font-weight: 400;
                margin: 0px;
            }

            .home_section#services a.service_box:hover {
                box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
                -webkit-transition: all 150ms ease-in;
                -ms-transition: all 150ms ease-in;
                transition: all 150ms ease-in;
                transform: scale(1.02);
            }

:root {
    --primary: #117c5d;
    --primary-dark: #0e5f47;
    --discount-color: #d32f2f;
    --shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.15);
    --shadow-hover: 0 20px 40px -15px rgba(0, 0, 0, 0.3);
    --radius: 20px;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .home_section#latest_products {
    }

        .home_section#latest_products .container {
            background-color: rgba(255, 249, 237, 1);
            border-radius: 18px;
            padding: 30px;
        }

        .home_section#latest_products .carousel_products {
            margin: 30px 0px;
        }

            .home_section#latest_products .carousel_products .product_item {
                color: rgba(22, 22, 22, 1);
                position: relative;
                width: 250px;
                display: block;
                padding: 30px 30px;
                margin: 10px;
                border: 1px solid #CCCCCC;
                border-radius: 30px;
                box-shadow: var(--shadow);
                transition: transform var(--transition), box-shadow var(--transition);
            }

                .home_section#latest_products .carousel_products .product_item:hover {
                    transform: translateY(-6px);
                    box-shadow: var(--shadow-hover);
                    border-color: rgba(17, 124, 93, 0.15);
                }

        .home_section#latest_products .product_item img {
            height: 250px;
            width: 100%;
            object-fit: cover;
            border-radius: calc(var(--radius) - 4px);
            transition: transform var(--transition), filter var(--transition);
            display: block;
        }

        .home_section#latest_products .product_item .product_title {
            color: rgba(22, 22, 22, 1);
            font-size: 16px;
            width: 100%;
            text-align: right;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 2;
            margin: 15px 5px 10px 5px;
            height: 60px;
            line-height: 30px !important;
            font-weight: 500;
        }

        .home_section#latest_products .product_item .product_author {
            font-size: 14px;
            text-align: right;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 2;
            margin: 15px 5px 10px 5px;
            height: 40px;
            line-height: 30px !important;
            font-weight: 400;
        }

        .home_section#latest_products .product_item .product_price {
            color: rgba(17, 124, 93, 1);
            height: 50px;
        }


        .home_section#latest_products .product_item svg {
            position: absolute;
            opacity: 0.14;
            left: 25px;
            bottom: 25px;
            -webkit-transition: opacity 200ms ease-out;
            -ms-transition: opacity 200ms ease-out;
            transition: opacity 200ms ease-out;
        }

        .home_section#latest_products .product_item:hover {
            box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
        }

            .home_section#latest_products .product_item:hover svg {
                opacity: 0.9;
                -webkit-transition: opacity 200ms ease-in;
                -ms-transition: opacity 200ms ease-in;
                transition: opacity 200ms ease-in;
            }

            .home_section#latest_products .product_item:hover img {
                transform: scale(1.02);
                -webkit-transition: all 200ms ease-in;
                -ms-transition: all 200ms ease-in;
                transition: all 200ms ease-in;
            }

    .home_section#latest_blogs {
    }

        .home_section#latest_blogs .blog_item {
            display: flex;
            flex-direction: column;
            width: 100%;
            color: rgba(22, 22, 22, 1);
            border-radius: 24px;
            padding: 10px;
            margin: 5px 0px;
            -webkit-transition: all 200ms ease-out;
            -ms-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
        }

            .home_section#latest_blogs .blog_item .img_loc {
                position: relative;
                width: 100%;
            }

                .home_section#latest_blogs .blog_item .img_loc img {
                    width: 100%;
                    border-radius: 18px;
                    height: 200px;
                    object-fit: cover;
                }

                .home_section#latest_blogs .blog_item .img_loc .blog_date {
                    position: absolute;
                    background-color: rgba(255, 255, 255, 1);
                    bottom: -25px;
                    left: 15px;
                    color: rgba(22, 22, 22, 1);
                    text-align: center;
                    font-size: 14px;
                    line-height: 20px;
                    border-radius: 18px;
                    padding: 10px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                    .home_section#latest_blogs .blog_item .img_loc .blog_date strong {
                        color: rgba(22, 22, 22, 1);
                        font-size: 16px;
                    }

                    .home_section#latest_blogs .blog_item .img_loc .blog_date span {
                        color: rgba(120, 120, 120, 1);
                    }

            .home_section#latest_blogs .blog_item .title1 {
                color: rgba(120, 120, 120, 1);
                margin-top: 30px;
                font-size: 14px;
                font-weight: 400;
                height: 40px;
                text-align: justify;
                -webkit-box-orient: vertical;
                overflow: hidden;
                -webkit-line-clamp: 1;
            }

            .home_section#latest_blogs .blog_item .title2 {
                font-size: 18px;
                font-weight: 700;
                text-align: justify;
                -webkit-box-orient: vertical;
                overflow: hidden;
                -webkit-line-clamp: 1;
                height: 50px;
            }

            .home_section#latest_blogs .blog_item:hover {
                box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
                background-color: rgba(240, 248, 249, 1);
                -webkit-transition: all 200ms ease-in;
                -ms-transition: all 200ms ease-in;
                transition: all 200ms ease-in;
            }

    .home_section#contracting_companies .container {
        border-top: 1px solid rgba(228, 228, 228, 1);
        padding: 70px 0px;
    }

    .home_section#contracting_companies .carousel_companies {
        margin: 0px 0px;
    }

        .home_section#contracting_companies .carousel_companies .company_item {
            margin: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .home_section#contracting_companies .carousel_companies .company_item img {
                max-width: 140px;
                height: 120px;
                object-fit:contain;
            }

            .home_section#contracting_companies .carousel_companies .company_item p {
                color: rgba(92, 21, 187, 1);
                width:200px;
                text-align:center;
                line-height:24px;
                padding-top:25px;
            }

    .home_section#reviews {
        padding: 60px 0px;
    }

        .home_section#reviews .review_titr {
            display: flex;
            flex-direction: column;
            align-items: start;
        }

            .home_section#reviews .review_titr span:first-child {
                background-color: rgba(247, 240, 255, 1);
                border-radius: 35px;
                color: rgba(92, 21, 187, 1);
                padding: 7px 15px;
                font-size: 15px;
                font-weight: 600;
            }

            .home_section#reviews .review_titr span:last-child {
                font-weight: 800;
                font-size: 26px;
                margin: 15px 0px;
                line-height: 44px;
            }

            .home_section#reviews .review_titr span strong {
                color: rgba(92, 21, 187, 1);
            }

        .home_section#reviews .review_box {
            background-color: #fdfaf6;
            border-radius: 18px;
            padding: 30px;
            position: relative;
            margin: 10px 0px;
        }

            .home_section#reviews .review_box:before {
                content: '';
                background-image: url('../img/quote-left.svg');
                background-repeat: no-repeat;
                background-size: 50px auto;
                width: 70px;
                height: 70px;
                position: absolute;
                left: 25px;
                top: 25px;
            }

            .home_section#reviews .review_box span {
                font-weight: 700;
                padding-left: 50px;
                display: block;
                height: 50px;
            }

            .home_section#reviews .review_box p {
                padding: 30px 10px;
                margin: 0px;
                text-align: justify;
                height: 185px;
                font-size: 14px;
                text-align: justify;
                display: inline-block;
                -webkit-box-orient: vertical;
                overflow: hidden;
                -webkit-line-clamp: 5;
            }


.btn_link_gray {
    border: 1px solid #DBE4EC;
    border-radius: 12px;
    color: #6C8093;
    font-size: 14px;
    background-color: #F8FBFC;
    text-decoration: none;
    padding: 10px 20px;
}



.bg_green {
    background-color: #13BFA4;
}

.bg_green_hover:hover {
    color: #FFF;
    background-color: #13BFA4 !important;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}

.bg_navy_blue {
    background-color: #193365;
}

.bg_navy_blue_hover:hover {
    background-color: #193365 !important;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}

.bg_gray {
    background-color: #98A8B6;
}

.bg_gray_hover:hover {
    background-color: #98A8B6 !important;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}

.bg_gray_light {
    background-color: #B9D0E1;
}

.bg_gray_light_hover:hover {
    background-color: #B9D0E1 !important;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}

.bg_yellow {
    background: rgb(237,169,39);
    background: -moz-linear-gradient(0deg, rgba(237,169,39,1) 0%, rgba(255,200,94,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(237,169,39,1) 0%, rgba(255,200,94,1) 100%);
    background: linear-gradient(0deg, rgba(237,169,39,1) 0%, rgba(255,200,94,1) 100%);
}

.bg_yellow_hover:hover {
    background: rgb(237,169,39) !important;
    background: -moz-linear-gradient(0deg, rgba(237,169,39,1) 0%, rgba(255,200,94,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(237,169,39,1) 0%, rgba(255,200,94,1) 100%);
    background: linear-gradient(0deg, rgba(237,169,39,1) 0%, rgba(255,200,94,1) 100%);
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}

.home-back {
    background-color: #fefefe;
}

.bg_color.blue_bg {
    background-color: #0079AB;
}

.bg_color.gray_bg {
    background-color: #5F7289;
}

.bg_color.green_blue_bg {
    background-color: #6388A3;
}

body {
    --g-purple-color: #AE8DCD;
    --g-purple-rgb: 250, 242, 255;
    --g-purple-color-2: #2F0E4C;
    --g-blue-color: #267ABE;
    --g-blue-rgb: 0, 132, 255;
    --g-bg-opacity: 1;
    --g-main-color: #2F0E4C;
    --g-ord2-color: #8280A7;
    --g-pink-color: #CE77B1;
    --g-orange-color: #FFE0B5;
    --g-border-radius-1: 12px;
    --g-border-radius-2: 18px;
    --g-border-radius-3: 24px;
    --g-border-radius-4: 30px;
    --g-font-size-p: 16px;
    --g-bk-yellow: #FFFCF3;
    --g-stroke-color: #DDE7F1;
    --g-stroke-rgba: 221, 231, 241;
}

a {
    text-decoration: none;
}

.separator_line {
    width: 100%;
    height: 1px;
    background-color: #DDE7F1;
    margin: 40px 0px;
    display: block;
}

.carousel_blogs .bolg_item {
    background-color: #FFF;
    border-radius: var(--g-border-radius-3);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    cursor: pointer;
    margin: 10px;
}

    .carousel_blogs .bolg_item:hover {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
        transition: all 400ms ease;
    }

    .carousel_blogs .bolg_item img {
        border-radius: var(--g-border-radius-3);
        height: 200px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .carousel_blogs .bolg_item .blog_title {
        color: var(--g-main-color);
        font-weight: 700;
        font-size: 16px;
        height: 60px;
        line-height: 34px !important;
        margin: 5px 30px 10px 30px;
        text-align: justify;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .carousel_blogs .bolg_item p {
        margin: 5px 30px 30px 30px;
        color: var(--g-ord2-color);
        text-align: justify;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .carousel_blogs .bolg_item .blog_date {
        display: block;
        margin: 0px auto 10px 20px;
        color: #7E8083;
    }

#faq .accordion-section-title {
    width: 100%;
    padding: 15px 5px;
    display: inline-block;
    position: relative;
    background: #ffffff;
    color: var(--g-main-color);
    transition: all linear 0.15s;
    font-weight: 600;
}

    #faq .accordion-section-title:focus {
        color: #1a1918
    }

    #faq .accordion-section-title .plus, .accordion-section-title .minus {
        position: absolute;
        left: 0;
        width: 10px
    }

    #faq .accordion-section-title .plus {
        display: inline-block;
        float: left;
    }

    #faq .accordion-section-title .minus {
        display: none
    }

    #faq .accordion-section-title.active {
        color: #1a1918
    }

        #faq .accordion-section-title.active .minus {
            display: inline-block;
            float: left;
        }

        #faq .accordion-section-title.active .plus {
            display: none
        }

    #faq .accordion-section-title.active, .accordion-section-title:hover {
        text-decoration: none;
        color: var(--g-orange-color);
    }

#faq .accordion-section-content {
    padding: 10px 5px;
    display: none;
}

    #faq .accordion-section-content p {
        margin-top: 0;
        color: var(--g-ord2-color);
        line-height: 20px;
        font-size: var(--g-font-size-p);
    }

.general_section {
}

    .general_section#first {
        padding: 0px 10px;
        margin: 15px auto;
    }

        .general_section#first .first_img {
            background-color: #5C15BB;
            background-image: url('../img/section1-bk.png');
            background-repeat: repeat;
            background-position: center center;
            padding: 60px 0px 60px 0px;
            border-radius: 24px;
            position: relative;
        }


        .general_section#first h1 {
            padding: 0px;
            color: #FFF;
            font-size: 26px;
            text-align: center;
            display: block;
            font-weight: 900;
            margin: 0px auto;
        }

/*modal login*/
.modal .modal-frame {
    /*bottom: 0;*/
    /*position: absolute;*/
    /*max-width: 100%;*/
    /*width: 100%;*/
    /*margin: 0;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90vh;
    /*padding: 0 4rem 2rem;*/
}

.modal-content {
    border-radius: 40px;
    border: 0;
    background-color: #F2F2F2;
    padding: 25px 40px;
}

.modal-login .modal-filter-title .loginLabel {
    color: #5266CD;
    letter-spacing: -1px;
    /*position: relative;*/
    margin: 30px 50px 0 0;
}

    .modal-login .modal-filter-title .loginLabel:before {
        position: absolute;
        content: "";
        width: 35px;
        height: 35px;
        background-color: #5C15BB;
        top: 25px;
        right: 0;
        border-radius: 50px;
    }

.modal-body {
    padding: 40px 0 0;
}

    .modal-body.loginForm {
        width: 100%;
    }

        .modal-body.loginForm input[type=tel] {
            width: 100%;
            border: 1px solid #A6A6A6;
            border-radius: 15px;
            padding: 15px 20px;
            letter-spacing: 10px;
            font-size: 20px;
            line-height: 10px;
            color: #808080;
            margin: 15px 0px;
            text-align: center;
        }

            .modal-body.loginForm input[type=tel]::placeholder {
                color: rgba(128, 128, 128, 0.4);
            }

            .modal-body.loginForm input[type=tel]:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(128, 128, 128, 0.4);
            }

            .modal-body.loginForm input[type=tel]::-ms-input-placeholder { /* Microsoft Edge */
                color: rgba(128, 128, 128, 0.4);
            }

            .modal-body.loginForm input[type=tel]:focus-visible {
                outline: 1px solid #5266CD;
            }

        .modal-body.loginForm label {
            color: #808080;
        }

    .modal-body .alert-text, .modal-body .alert-text2 {
        padding: 15px 0px;
        color: red;
    }

.modal-filter-title {
    padding: 0;
    border-bottom: 0;
    position: relative;
}

.btn-close {
    background-color: #cccccc;
    border-radius: 50px;
    opacity: 1;
    background-image: url("../images/icons/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    margin-left: 0 !important;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
        opacity: 1;
    }

.modal .location-property {
    width: 100%;
}

    .modal .location-property .areaRangeModal .region-input {
        background-color: #F0F0F0;
        border: 0;
        border-radius: 22px;
    }

.btn-close {
    background-color: #cccccc;
    border-radius: 50px;
    opacity: 1;
    background-image: url("../img/icons/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    margin-left: 0 !important;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
        opacity: 1;
        transition: all 0.5s ease-out;
    }

.btn_send-container {
    padding-left: 0;
    border-top: 0;
    display: flex;
    justify-content: end;
}

    .btn_send-container .sendNumber {
        background-color: #F9D87E;
        border: 0;
        color: #333;
        border-radius: 50px;
        font-weight: bold;
        padding: 7px 20px 7px 7px;
        margin-left: 0;
    }

        .btn_send-container .sendNumber svg {
            margin-right: 10px;
        }

button:disabled {
    filter: blur(2px);
}

/*2-step verification*/
.digits {
    direction: ltr;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
}

#twoStepVeri .verify-form .digits span input[type=text] {
    width: 50px;
    height: 50px;
    border: 1px solid #A6A6A6;
    background-color: #FFFFFF;
    margin-right: 6px;
    border-radius: 15px;
    font-size: 20px;
    line-height: 10px;
    color: #808080;
    text-align: center;
}

    #twoStepVeri .verify-form .digits span input[type=text]:focus-visible {
        outline: 1px solid #5266CD;
    }

#twoStepVeri .verify-form .digits span:last-child input[type=text] {
    margin-right: 0;
}

.desktop-menuProfile {
    margin-right: 10px;
}

.userProfile {
    display: none;
}

.desktop-menuProfile .profile-infoPic {
    border: 1px solid #E6E6E6;
    border-radius: 50px;
    box-shadow: rgb(0 0 0 / 10%) 0 3px 3px;
    ;
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin-left: 10px;
}

    .desktop-menuProfile .profile-infoPic img {
        object-position: center;
        object-fit: cover;
        height: 100%;
    }

.desktop-menuProfile .loginProfile-info {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-radius: 0 20px 20px 0;
    padding: 4px 15px;
    margin-left: -13px;
    margin-top: 4px;
    direction: ltr
}

    .desktop-menuProfile .loginProfile-info span {
        color: #333333;
        font-size: 13px;
    }

#header .desktop-menu .nav-dropdown {
    background: white;
    position: absolute;
    width: 230px;
    padding: 20px 0 20px 0 !important;
    border: 0;
    border-radius: 0 0 30px 30px;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 2px;
}

    #header .desktop-menu .nav-dropdown.user-profile-menu {
        left: 0px;
    }

/*desktop menu*/
#header .desktop-menu.main_menu {
    display: none;
}

#header .desktop-menu.secondary_menu .user {
    display: none;
}

#header .desktop-menu nav ul {
    list-style: none;
    margin-bottom: 0 !important;
    padding-right: 0px !important;
}

#header .desktop-menu nav .menu-container li {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 18px;
    padding: 0px;
}

    #header .desktop-menu nav .menu-container li ul li {
        width: 190px;
        margin: 0 15px;
        text-align: right;
        padding: 5px 0;
        display: block;
    }

#header .menu.mobile-menu nav .loginProfile .loginProfile-info {
    margin-right: 20px;
}

    #header .menu.mobile-menu nav .loginProfile .loginProfile-info .loginProfile-setting {
        border: 1px solid #E6E6E6;
        padding: 10px 10px;
        border-radius: 50px;
        margin-top: 10px;
    }

        #header .menu.mobile-menu nav .loginProfile .loginProfile-info .loginProfile-setting span {
            color: #A6A6A6;
            font-size: 12px;
        }

#header .desktop-menu nav ul li a {
    color: #333333;
    /*font-family: 'iranyekan-100';*/
    font-weight: 400 !important;
    font-size: 15px !important;
    position: relative;
    cursor: pointer;
    padding: 8px 10px;
}

    #header .desktop-menu nav ul li a:active {
        color: #A6A6A6;
    }
    /*.desktop-menu .nav-link{*/

    /*}*/
    #header .desktop-menu nav ul li a:hover {
        color: #F5B400;
    }

#header .desktop-menu nav ul li .user:hover {
    color: #333333;
}

#header .desktop-menu nav ul li .btn_area:hover {
    color: #333333;
}

#header .desktop-menu nav ul li a:hover:after {
    transform: rotate(180deg);
}

#header .desktop-menu nav ul .nav-dropdown li > a:hover {
    color: #F5B400;
    background-color: transparent;
    transition: all 0.4s ease;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.cart {
    background: url(../img/cart.svg) no-repeat center center;
    background-size: 30px auto;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E03C00;
    text-decoration: none;
}

.Shopping_cart_notification {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
    z-index: 9999 !important;
    background-color: #F0F8F9;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
    border: 1px solid #E4E4E4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .Shopping_cart_notification a {
        color: #000;
        text-decoration: none;
        font-weight: 700;
        display: flex;
        padding: 5px 0px;
        flex-direction: column;
        background-color: #FFD167;
        animation: tel_action_fixed 2s infinite;
        font-size: 15px;
        padding: 7px 20px;
        border-radius: 10px;
        margin: 0px 5px;
    }

        .Shopping_cart_notification a strong {
            font-weight: 600;
            font-size: 24px;
            margin: 5px auto;
            color: rgba(255, 177, 50, 1);
        }

    .Shopping_cart_notification.show {
        display: flex;
    }

    .Shopping_cart_notification.hide {
        display: none;
    }
