@font-face {
    font-family: 'iransans';
    src: url('../../fonts/IRANSans/woff2/IRANSansWeb.woff2') format('woff2'), url('../../fonts/IRANSans/woff/IRANSansWeb.woff') format('woff');
    /* سایر خاصیت‌های مورد نیاز مانند font-weight و font-style */
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.selector {
    font-family: iransans;
}

* {
    font-family: iransans;
    color: #101828;
}

ul li a {
    text-decoration: none !important;
    color: #101828 !important;
}

li{
    list-style:none;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


.bg-site {
    background: #2d245c !important;
}
.d-unset {
    display: unset;
}
.w-80{
    width:80%;
}
.mt-10{
    margin-top:6rem !important;
}
/*massage welcome Dashboard*/
#message {
    position: absolute;
    background-color: #2d245c;
    border-radius: 9px;
    text-align: center;
    top: 75px;
    right: 20px;
}
.message-body{
    padding:10px;
}

.message-progress{
    padding:4px;
}
#progress-bar {
    padding: 0;
    margin-top: 10px;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 10px;
}

    /* For FireFox */
    #progress-bar::-moz-progress-bar {
        border-radius: 10px;
        background-color: #2d245c;
    }

    /* For Opera , Edge , Chrome */
    #progress-bar::-webkit-progress-bar {
        background: transparent;
    }

    #progress-bar::-webkit-progress-value {
        border-radius: 10px;
        background-color: #2d245c;
    }

.message-body{
    color:#fff;
}
/*lable*/
.form-floating > label {
    position: absolute;
    top: 0;
    left: unset !important;
    right: 0 !important;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: end !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    color: #8e8e8e !important;
}
.content-in-input {
    border-radius: 0px 10px 10px 0px !important;
}

/*input login form*/
.input-login-phone {
    border-radius: 10px 0px 0px 10px !important;
}
/*اضافه شده*/
/*menu*/
.main-header {
    box-shadow: 0 1px 4px 0 rgba(135, 139, 142, 0.32);
}
.border-li {
    background: transparent;
    display: block;
    width: 0%;
    height: 2px;
    transition: 0.7s all;
}

.border-li-active {
    display: block;
    background: #2d245c;
    width: 96%;
    height: 2px;
    z-index: 999;
    border-radius: 15px;
}

.main-menu-ul-li:hover .border-li, .info-menu-ul-li:hover .border-li {
    background: #2d245c;
    width: 100%;
    height: 2px;
    z-index: 999;
    border-radius: 15px;
}

/*زیر منو*/
/*main-menu*/

.main-menu-ul-li {
}

    .main-menu-ul-li ul {
        width: 50%;
        position: absolute;
        list-style: none;
        height: 300px;
        background: #ffffff;
        inset: 60px 150px 0 0;
        z-index: 999;
        border-radius: 12px;
        box-shadow: 0px 20px 40px #8775751a;
        overflow: hidden;
        visibility: hidden;
        transition: 0.1s;
        display: flex;
        flex-wrap: nowrap;
        border: 1px solid #7c7c7c45;
    }

@media (max-width: 1024px) {
    .main-menu-ul-li ul {
        width: 70%;
        position: absolute;
        list-style: none;
        height: 300px;
        background: #ffffff;
        inset: 60px 150px 0 0;
        z-index: 999;
        border-radius: 12px;
        box-shadow: 0px 20px 40px #8775751a;
        overflow: hidden;
        visibility: hidden;
        transition: 0.1s;
        display: flex;
        flex-wrap: nowrap;
        border: 1px solid #7c7c7c45;
    }
}

.main-menu-ul-li:hover ul {
    inset: 75px 150px 0 0;
    visibility: visible;
    transition: 0.5s;
}

.main-menu-ul-li ul li {
    width: 138px;
    height: 85px;
    border-radius: 9px;
    box-shadow: 0px 0px 8px #8775751a;
    display: flex;
    margin: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    cursor: default;
    border: 0.5px solid #7c7c7c45;
    overflow: hidden;
}

.content-one-menu li:hover {
    transform: translateY(-2px);
    transition: .2s;
    box-shadow: 0px 8px 8px #8775751a;
}

.main-menu-ul-li-a {
    font-weight: bold !important;
}


.content-tow-menu {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-around !important;
}


    .content-tow-menu li {
        width: 100% !important;
    }

        .content-tow-menu li:hover {
            background: #00A9FF;
            transition: .3s;
        }

/*info-menu*/

.info-menu-ul-li ul {
    width: 12%;
    position: absolute;
    list-style: none;
    height: 255px;
    background: #ffffff;
    inset: 60px 375px 0 0;
    z-index: 998;
    border-radius: 12px;
    box-shadow: 0px 20px 40px #8775751a;
    overflow: hidden;
    visibility: hidden;
    transition: 0.1s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #7c7c7c45;
    padding: 0;
}

@media (max-width: 1024px) {
    .info-menu-ul-li ul {
        width: 16%;
        position: absolute;
        list-style: none;
        height: 255px;
        background: #ffffff;
        inset: 60px 410px 0 0 !important;
        z-index: 998;
        border-radius: 12px;
        box-shadow: 0px 20px 40px #8775751a;
        overflow: hidden;
        visibility: hidden;
        transition: 0.1s;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid #7c7c7c45;
    }

    .info-menu-ul-li:hover ul {
        inset: 75px 410px 0 0 !important;
        visibility: visible !important;
        transition: 0.4s !important;
    }
}


.info-menu-ul-li:hover ul {
    inset: 75px 375px 0 0;
    visibility: visible;
    transition: 0.4s;
}

.info-menu-ul-li ul li {
    width: 200px;
    height: 85px;
    border-radius: 9px;
    box-shadow: 0px 0px 8px #8775751a;
    display: flex;
    margin: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    cursor: default;
    border: 1px solid #7c7c7c45;
}

   /*glow-hover-category*/

.glow::before {
    content: '';
    position: absolute;
    top: 43px;
    left: 211px;
    transform: translate(-50%,-50%);
    background: #2d245c1c;
    border-radius:50%;
    width: 400px;
    height: 400px;
}

/*end menu*/


/*Mob-UI-Menu*/
.Mob-UI-Menu {
    display: none;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 57px;
    height: calc(-46px + 100vh);
    width: 100%;
    z-index: 1000;
    overflow-y: hidden;
    box-shadow: rgba(135, 139, 142, 0.32) 0px 1px 4px 0px inset;
}

.Mob-UI-Menu-box {
    padding: 16px;
}

    .Mob-UI-Menu-box hr {
        margin: 0px;
        flex-shrink: 0;
        border-width: 0px 0px thin;
        border-style: solid;
        border-color: rgb(219 216 216);
    }

.Mob-UI-Menu-box-a {
    text-decoration: none;
    color: rgb(16, 24, 40);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 16px 8px;
    cursor: pointer;
    font-size: 13px;
}

    .Mob-UI-Menu-box-a svg {
        color: rgb(16, 24, 40);
        stroke-width: 1;
    }

    .Mob-UI-Menu-box-a .svg-plus {
        margin-right: auto;
        width: 6px;
        height: 6px;
        color: #2d245c !important;
    }
.svg-menu{
    display:unset;
}
.svg-cross {
    display:none;
}
#menu-icon {
    padding: 5px;
}




@media (min-width: 768.95px) {
    .menu-icon {
        display: none;
    }

    .Mob-UI-Menu {
        display: none !important;
    }
}

/* end */

@media (max-width: 767.95px) {
    .Mob-logo {
        width: 40%;
    }
}

.modal-sheet .modal-dialog {
    width: 380px;
    transition: bottom .75s ease-in-out;
}

.modal-sheet .modal-footer {
    padding-bottom: 2rem;
}
@media (min-width: 767.95px) {
    .padding-costume {
        padding: 0 40px !important;
    }
}


@media (max-width:576px) {
    .media-576-flex-direction {
        flex-direction: column-reverse;
    }
}

@media (max-width:576px) {
    .footer-line-under {
        width: 100%;
        height: 1px;
        background: #eeeeee;
    }
}

.a-list-footer {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    margin: 16px 0;
    font-size: 14px;
    line-height: 28px;
    --line-height: 28px;
    color: #101828;
    font-family: 'dana VF', dana, tahoma;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 12px;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss02';
    -moz-font-feature-settings: 'ss02';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    column-gap: 10px;
    row-gap: 12px;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    cursor:pointer;
}

.text-copyright-under-enamad {
    display: none;
    visibility: hidden;
}

@media (max-width:576px) {

    .text-copyright-under-enamad {
        margin-top: 10px;
        display: unset;
        visibility: visible;
    }
}

.text-copyright-under-logo {
    display: unset;
    visibility: visible;
}

@media (max-width:576px) {

    .text-copyright-under-logo {
        display: none;
        visibility: hidden;
    }
}


/*دکمه ریجستر*/
.btn-register {
    all: unset !important;
    background: #4654e1 !important;
    padding: 10px !important;
    border-radius: 10% 100% 100% 10% / 10% 10% 10% 10% !important;
    color: #fff !important;
    transition: .5s all !important;
    border: 1px solid #4654e1 !important;
}

    .btn-register:hover {
        background: #fff !important;
        border-radius: 10% 100% 100% 10% / 10% 10% 10% 10% !important;
        color: #4654e1 !important;
        border: 1px solid #4654e187 !important;
    }
/*دکمه ورود*/
.btn-login {
    all: unset !important;
    background: #4654e1 !important;
    padding: 10px 18px 10px 21px !important;
    border-radius: 100% 10% 10% 100% / 10% 10% 10% 10% !important;
    color: #fff !important;
    transition: .5s all !important;
    border: 1px solid #4654e1 !important;
}

    .btn-login:hover {
        background: #fff !important;
        color: #4654e1 !important;
        border: 1px solid #4654e187 !important;
    }

/*قسمت داشبورد هدر بعد از لاگین*/

.list-dashboard-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.list-dashboard-header-messages {
    padding: 10px;
    background: unset;
    border-radius: 50%;
    height: 42px;
}

    .list-dashboard-header-messages:hover {
        padding: 10px;
        background: #2d245c17;
        border-radius: 50%;
        height: 42px;
        transition: .1s all;
    }

.list-dashboard-header-messages-svg {
    width: 24px;
    margin-top: -3px;
}

.list-dashboard-header-notif {
    padding: 10px;
    background: unset;
    border-radius: 50%;
    height: 42px;
}

    .list-dashboard-header-notif:hover {
        padding: 10px;
        background: #2d245c17;
        border-radius: 50%;
        height: 42px;
        transition: .1s all;
    }

.list-dashboard-header-notif-svg {
    width: 22px;
    margin: -5px 0 0 0;
}


.list-dashboard-header-dashboard {
    margin-right: 15px;
    padding: 9px 20px;
    background: #2d245c17;
    border-radius: 8px;
    cursor: pointer;
}

    .list-dashboard-header-dashboard > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .list-dashboard-header-dashboard > ul > li {
            display: flex;
            align-items: center;
            gap: 5px;
        }

            .list-dashboard-header-dashboard > ul > li > a {
                font-size: 13px;
                color: #101828 !important;
                font-weight: 500;
            }

.list-dashboard-header-dashboard-svg {
    width: 15px;
}

.list-dashboard-header-dashboard > ul > li > ul {
    list-style: none;
    position: absolute;
    background: white;
    top: 55px;
    left: 12px;
    border-radius: 5px;
    display: flex;
    box-shadow: 0px 13px 14px #9f9f9f30;
    flex-direction: column;
    align-items: stretch;
    transition: .1s;
    overflow: hidden;
    visibility: hidden;
}

.list-dashboard-header-dashboard:hover .list-dashboard-header-dashboard-svg {
    transform: rotate(-180deg);
    transition: 0.1 all;
}

.list-dashboard-header-dashboard:hover ul > li > ul {
    top: 61px;
    left: 12px;
    transition: .2s;
    visibility: visible;
}

.list-dashboard-header-dashboard > ul > li > ul > li {
    padding: 13px 10px;
    border-bottom: 1px solid #eee;
    display: flex;
}

    .list-dashboard-header-dashboard > ul > li > ul > li > a {
        color: #101828;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        width: 90px;
        text-align: center;
    }

.dashboard-logout {
    color: #101828;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: 90px;
    text-align: center;
    border: none;
    background: unset;
    margin: 0;
    padding: 0;
}

/*استایل فرم جستجو*/
.box-item-search {
    display: flex;
    justify-content: space-around;
    margin-top: 2em;
}

.form-box-item-searchbox {
    /*background-color: #4654e1;*/
    background-color: #fff;
    width: 420px;
    height: 44px;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.input-box-item-searchbox {
    all: unset;
    text-align: right;
    
    color: black;
    height: 100%;
    width: 100%;
    padding: 6px 10px;
}

    .input-box-item-searchbox::placeholder {
        color: #4654e1e8;
        opacity: 0.7;
    }

.btn-box-item-searchbox {
    all: unset;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: #fff;
    transition: 0.3s all;
    border-radius: 5px 0 0 5px;
}

    .btn-box-item-searchbox:hover {
        background: #2d245c !important;
    }


.svg-box-item-searchbox {
    color: #2d245c;
    fill: currentColor;
    width: 45px;
    height: 45px;
    padding: 10px;
    transition: 0.3s all;
}

    .svg-box-item-searchbox:hover {
        color: #fff !important;
    }



/* کاروسل دسته بندی*/


                                                        /*carosel-rtl*/
.owl-carousel .owl-item {
    float: right !important;
}

.owl-carousel .owl-wrapper-outer {
    direction: rtl !important;
}



.owl-carousel-categories .owl-stage-outer {
    padding: 40px 0px 40px 25px;
}

.owl-nav {
    direction: ltr !important;
    position: absolute !important;
    top: 50px !important;
    width: 100% !important;
}

.owl-carousel button.owl-prev {
    position: absolute !important;
    left: 0 !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    background: #f2f0af !important;
    box-shadow: 0px 0px 50px #9f9f9f30;
    
}

.owl-carousel button.owl-next {
    position: absolute !important;
    right: 0 !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    background: #f2f0af !important;
    box-shadow: 0px 0px 50px #9f9f9f30;
    
}

    .owl-carousel button.owl-prev span, .owl-carousel button.owl-next span {
        margin: 0 0 0 0 !important;
        color: #fff !important;
        font-size: 30px !important;
        display: flex !important;
        flex-direction: row-reverse !important;
        justify-content: space-around !important;
        align-items: baseline !important;
    }

.owl-carousel-categories .owl-nav .disabled {
    opacity: 0.8 !important;
    cursor: no-drop !important;
}

/*محتوای کاروسل دسته بنده ها*/
.main-content-categories {
    width: 85% !important;
    height: 299px;
    border: 1px solid #e3e7ee;
    padding: 0 13px;
    border-radius: 11px;
    box-shadow: 0px 5px 13px #9f9f9f30;
    transition: 0.3s all;
}


    .main-content-categories:hover {
        transform: translateY(5.135px);
    }

.content-categories {
    padding: 20px;
    display: flex;
    align-items: flex-end;
    align-content: flex-start;
    flex-direction: column;
}

.div-svg-categories {
    min-width: 62.2px !important;
    max-width: 62.2px !important;
    width: 62.2px;
    min-height: 62.2px;
    max-height: 62.2px;
    background: #e1dd466e;
    align-items: center;
    border-radius: 9px;
}

.svg-categories {
    width: 26px !important;
    color: #2dd6b8 !important;
}

.content-h4-categories {
    font-size: 19px;
    font-weight: 600;
    margin: 20px 0 15px 0;
}

.content-p-categories {
    text-align: right !important;
    line-height: 23px;
    font-size: 14px !important;
    font-weight: 500;
    overflow: hidden;
}

/*کتگوریV2*/

.v2-category {
    display: -ms-grid;
    display: grid;
    -ms-grid-auto-rows: auto;
    grid-auto-rows: auto;
    -ms-grid-columns: repeat(6, auto);
    grid-template-columns: repeat(6, auto);
    gap: 10px;
    overflow: hidden;
}

.v2-category-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
}

    .v2-category-box:hover {
        background-color: #F8F8F8;
    }

    .v2-category-box span {
        line-height: 26px;
        max-height: calc(2* 26px);
        min-height: calc(2* 26px);
        word-spacing: -1px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        text-size-adjust: 100%;
        -webkit-line-clamp: 2;
        text-align: center;
    }

@media (max-width: 639.95px) {
    .v2-category {
        gap:8px;
    }
}

@media (max-width: 767.95px) {
    .v2-category {
        -ms-grid-columns: repeat(3, auto);
        grid-template-columns: repeat(3, auto);
    }
}
/*راهنمای شروع به کار فریلنسر*/
.border-how-to-start-freelancer {
    border: 1px solid #4654e187 !important;
    padding: 20px !important;
    border-radius: 23px !important;
}

.h1-how-to-start-freelancer {
    display: inline;
    background: #4654e1;
    padding: 14px;
    color: #fff;
    border-radius: 12px;
}

.content-cart-how-to-start-freelancer {
    background: #4654e1 !important;
    border-radius: 16px !important;
    color: #fff !important;
}
/*کاروسل*/
.carousel-indicators [data-bs-target] {
    border-radius: 50% !important;
    width: 7px !important;
    height: 7px !important;
}
/*اخرین پروژه ها*/
.recent-project{
    margin-bottom:-72px;
}
.svg-recent-project {
    width: 20px !important;
    color: #5f6468 !important;
}

.h1-top-recent-project {
    display: inline;
    background: #4654e1;
    padding: 14px;
    color: #fff;
    border-radius: 12px;
}

.main-content-recent-project {
    line-height: 3;
    padding: 15px 15px 15px 50px !important;
    border-radius: 16px;
    box-shadow: 0px -13px 40px #9f9f9f30;
    background:#fff;
}

.left-content-recent-project {
    border-right: 1px solid #4654e1;
    margin: 0 20px 0 0px;
    padding: 0 30px 0 0;
}

.right-content-recent-project {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
}

.right-content-h4-recent-project {
    font-size: 20px;
    color: #2d245c;
    font-weight: 600;
    margin: 0 0 0 0;
}

.right-content-p-recent-project {
    color: #101828;
    font-size: 14px;
}


.btn-see-project {
    margin: 20px 0 0 0;
    border-top: 1px solid #eeeeee69;
    padding-top: 15px;
}

.btn-a-see-project {
    background: #4654e1 !important;
    width: 100%;
}

    .btn-a-see-project:hover {
        background: #303ba3 !important;
    }

/*--Total Background , border-color , color */
.btn-register, .btn-login, .h1-how-to-start-freelancer, .content-cart-how-to-start-freelancer, .h1-top-recent-project, .btn-a-see-project, .top-banner, .owl-carousel button.owl-next, .owl-carousel button.owl-prev, .btn-box-item-searchbox:hover {
    background: #2d245c !important;
}
/*title mains*/
.Title-mains {
    background: transparent !important;
    color: black;
    border: 3px solid #091057;
    display: inline;
    padding: 14px;
    border-radius: 12px;
}

.btn-box-item-searchbox {
    opacity: 0.9;
}

.btn-register, .btn-login, .left-content-recent-project {
    border-color: #2d245c !important;
}

/*safe-box*/

.bg-safebox {
    padding: 50px 0;
    /*    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;*/
    background: #376cbc;
}

.safe-box {
    column-gap: 32px;
    height: 620px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background:transparent;
    border-radius:6px;
}

.safe-box-content-left {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
    row-gap: 26px;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 26px;
}

.safe-box-right {
    overflow: hidden;
    position: relative;
    height: 316px;
    width: 312px;
    padding: 32px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 24px;
    box-shadow: 0px 0px 40px #9f9f9f30;
    background: #fff;
}

.safe-box-right-glow::before {
    content: '';
    position: absolute;
    top: 43px;
    left: 211px;
    transform: translate(-50%,-50%);
    background: #2d245c08;
    border-radius: 50%;
    width: 400px;
    height: 400px;
}

.safe-box-left {
    overflow: hidden;
    position: relative;
    height: 316px;
    width: 312px;
    padding: 32px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 24px;
    box-shadow: 0px 0px 40px #9f9f9f30;
    background: #fff;
}


.safe-box-left-glow::before {
    content: '';
    position: absolute;
    top: 280px;
    left: 122px;
    transform: translate(-50%,-50%);
    background: #2d245c08;
    border-radius: 50%;
    width: 400px;
    height: 400px;
}


.safe-box-under {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.safe-box-content-under {
    width: 648px;
    height: 280px;
    box-shadow: 0px 0px 40px #9f9f9f30;
    padding: 32px;
    border-radius: 12px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    background: #fff;
}


.safe-box-content-right {
    overflow: hidden;
    position: relative;
/*    width: 995px;*/
    height: 620px;
    box-shadow: 0px 0px 40px #9f9f9f30;
    padding: 32px;
    border-radius: 12px;
    background:#fff;
}

.safe-box-main-right {

    height: 620px;
    display: flex;
    row-gap: 60px;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.safe-box-main-right-glow::before {
    content: '';
    position:absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%,-50%);
    background: #2d245c08;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    opacity: 0;
    transition: 0.2s;
}

.safe-box-main-right-glow:hover::before {
    opacity:1;
}

    .svg-safe-box {
    width: 100px;
}

.svg-safe-box-freelancer {
    width: 190px;
}

.h4-safe-box {
    font-size: 20px;
    color: #2d245c;
    font-weight: 600;
    margin: 0 0 0 0;
}

.p-safe-box {
    color: #101828;
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
}

.btn-safe-box-main-right {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    z-index:999;
}

    .btn-safe-box-main-right a {
        background: #2d245c;
        width: 135px;
        border-radius: 4px;
        text-decoration: none;
        color: #fff;
        padding: 10px;
        
    }


@media (max-width: 1400px) {
    .safe-box {
        column-gap: 32px;
        background: transparent;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        flex-direction: column-reverse;
        
    }

    .safe-box-content-left {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        row-gap: 26px;
        flex-direction: row-reverse;
        column-gap: 26px;
        justify-content: center;
        align-items: center;
    }

    .safe-box-content-right {
/*        width: 900px;*/
        height: 620px;
        box-shadow: 0px 0px 40px #9f9f9f30;
        padding: 32px 32px;
        margin: 5px 0px 26px 0px;
        border-radius: 12px;
    }

    .safe-box-main-right {
        height: 620px;
        display: flex;
        row-gap: 60px;
        justify-items: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .safe-box-under {
        justify-content: center;
    }
}

@media (max-width: 767.95px){
    .safe-box-main-right{
        row-gap:35px;
    }
}



@media (max-width: 768px) {
    .safe-box-content-right {
        width: unset !important;
        height: 620px;
        box-shadow: 0px 0px 40px #9f9f9f30;
        padding: 32px 32px;
        margin: 5px 0px 26px 0px;
        border-radius: 12px;
    }

    .safe-box-content-under {
        width: 100%;
        height: unset;
        box-shadow: 0px 0px 40px #9f9f9f30;
        padding: 32px;
        border-radius: 12px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
        align-items: center;
    }
}

@media (max-width: 572px) {
    .safe-box-content-under {
        width: 100%;
    }

    .svg-safe-box {
        width: 65px;
    }

    .svg-safe-box-freelancer {
        width: 130px;
    }
}

/*demo rigester*/

.demo-rigester {
    border: 1px solid #eee;
    padding: 27px;
    border-radius: 12px;
}

/*-----------------------start-------------------------------------------------------------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination__page {
    font-size: 15px;
    display: inline-block;
    width: 30px;
    height: 32px;
    line-height: 32px;
    margin-right: 2px;
    text-align: center;
    color: #171821;
    background-color: #fff;
    vertical-align: middle;
}

    .pagination__page:not(span):hover {
        background-color: #2D95E3;
        border-color: transparent;
        color: #fff;
    }

.pagination__page--current {
    background-color: #2D95E3;
    color: #fff;
    border-color: transparent;
}

.pagination__icon {
    font-size: 12px;
}

/* Post List
-------------------------------------------------------*/
.post-list {
    position: relative;
    margin-bottom: 20px;
    min-height: 241px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .post-list:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.post-list__img-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-right: 30px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .post-list__img-holder {
        width: 170px;
    }
}

.post-list__body {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media only screen and (max-width: 575px) {
    .post-list {
        display: block;
    }

    .post-list__img-holder, .post-list__body {
        width: 100%;
    }

    .post-list__img-holder {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
        height: 180px;
    }
}

/* Post List Small
-------------------------------------------------------*/
.post-list-small__item {
    padding: 16px 0;
    position: relative;
}

    .post-list-small__item:first-child {
        padding-top: 0;
    }

    .post-list-small__item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

.post-list-small__img-holder {
    width: 88px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

@media only screen and (max-width: 575px) {
    .post-list-small__img-holder {
        width: 50px;
    }
}

.post-list-small__img--rounded {
    border-radius: 50%;
    overflow: hidden;
}

.post-list-small__body {
    overflow: hidden;
}

.post-list-small__entry-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .post-list-small__entry-title a {
        color: #171821;
    }

        .post-list-small__entry-title a:hover, .post-list-small__entry-title a:focus {
            color: #2D95E3;
        }

.post-list-small--border-top {
    border-top: 1px solid #E3E4E8;
    padding-top: 16px;
    margin-top: -10px;
}

.post-list-small--dividers li {
    border-bottom: 1px solid #E3E4E8;
}

.post-list-small--arrows {
    position: relative;
}

    .post-list-small--arrows li {
        padding-left: 16px;
    }

        .post-list-small--arrows li:before {
            content: '\f124';
            font-family: 'ui-icons';
            color: #2D95E3;
            position: absolute;
            left: 0;
            top: 22px;
            font-size: 10px;
        }

        .post-list-small--arrows li:first-child:before {
            top: 6px;
        }

.post-list-small--1 .post-list-small__item {
    border-bottom: 1px solid #E3E4E8;
}

    .post-list-small--1 .post-list-small__item:last-child {
        border-bottom: 0;
    }

.post-list-small--1 .post-list-small__img-holder {
    border-radius: 0;
    width: 78px;
}

.post-list-small--1 .post-list-small__entry-title {
    margin: 0;
}

.post-list-small--2 .post-list-small__img-holder {
    border-radius: 0;
    width: 130px;
}

.post-list-small--2 .post-list-small__entry-title {
    font-size: 16px;
}

.post-list-small--3 {
    margin-bottom: 48px;
}

    .post-list-small--3 .post-list-small__item {
        border-bottom: 1px solid #E3E4E8;
        padding: 24px 0;
    }

        .post-list-small--3 .post-list-small__item:first-child {
            border-top: 1px solid #E3E4E8;
        }

        .post-list-small--3 .post-list-small__item:last-child {
            padding-bottom: 24px;
        }

    .post-list-small--3 .post-list-small__img-holder {
        border-radius: 0;
        width: 84px;
    }

    .post-list-small--3 .post-list-small__entry-title {
        margin-top: 0;
        font-size: 16px;
        font-weight: 500;
        color: #54555E;
    }

/* Card
-------------------------------------------------------*/
.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
}

.card-row > div {
    margin-bottom: 30px;
}

.card-row .card {
    height: 100%;
    margin-bottom: 0;
}

.card__img-holder {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.card__body {
    background-color: #fff;
    padding: 24px 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card--1 .entry__title {
    margin-bottom: 32px;
}

/* Video Playlist
-------------------------------------------------------*/
.video-playlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video-playlist__content {
    width: 68%;
}

    .video-playlist__content > div {
        height: 100%;
    }

.video-playlist__list {
    width: 32%;
    background-color: #fff;
    border: 1px solid #E3E4E8;
}

.video-playlist__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    line-height: 1;
    padding: 16px 14px;
    border-bottom: 1px solid #E3E4E8;
}

    .video-playlist__list-item:last-child {
        border-bottom: 0;
    }

    .video-playlist__list-item:hover .video-playlist__list-item-title {
        color: #2D95E3;
    }

.video-playlist__list-item--active .video-playlist__list-item-title {
    color: #2D95E3;
}

.video-playlist__list-item-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 81px;
    flex: 0 0 81px;
    margin-right: 13px;
}

.video-playlist__list-item-description {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.video-playlist__list-item-title {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.3;
}

@media only screen and (max-width: 991px) {
    .video-playlist {
        display: block;
    }

    .video-playlist__list, .video-playlist__content {
        width: 100%;
    }
}

/* Entry Score
-------------------------------------------------------*/
.entry-score {
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #2D95E3;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.entry__img-holder .entry-score {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
}
/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-container {
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .thumb-container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.footer--dark .thumb-container {
    background-color: #171821;
}

.thumb-text-holder {
    position: absolute;
    bottom: 24px;
    width: 100%;
    z-index: 3;
    padding: 0 24px;
    text-align: center;
}

    .thumb-text-holder .entry__meta li,
    .thumb-text-holder .entry__meta a,
    .thumb-text-holder .entry__meta a:hover,
    .thumb-text-holder .entry__meta a:focus {
        color: #fff !important;
    }

.thumb-text-holder--1 {
    text-align: right;
}

    .thumb-text-holder--1 .thumb-entry-title {
        font-size: 18px;
        margin-bottom: 24px;
    }

.thumb-text-holder--2 {
    text-align: left;
}

    .thumb-text-holder--2 .thumb-entry-title {
        font-size: 34px;
        margin-top: 14px;
        margin-bottom: 8px;
    }

@media only screen and (max-width: 767px) {
    .thumb-text-holder--2 .thumb-entry-title {
        font-size: 20px;
    }
}

.thumb-text-holder--2 .entry__meta a {
    color: #fff !important;
}

.thumb-text-holder--3 {
    text-align: left;
}

    .thumb-text-holder--3 .thumb-entry-title {
        font-size: 28px;
        margin-top: 16px;
    }

@media only screen and (max-width: 767px) {
    .thumb-text-holder--3 .thumb-entry-title {
        font-size: 20px;
    }
}

.thumb-text-holder--4 {
    text-align: left;
}

    .thumb-text-holder--4 .thumb-entry-title {
        font-size: 16px;
    }

.thumb-text-holder--5 {
    text-align: center;
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .thumb-text-holder--5 .thumb-entry-title {
        font-size: 40px;
        max-width: 770px;
        margin: 8px auto;
    }

@media only screen and (max-width: 767px) {
    .thumb-text-holder--5 .thumb-entry-title {
        font-size: 20px;
    }
}

.thumb {
    margin-bottom: 48px;
}

.thumb--mb-20 {
    margin-bottom: 20px;
}

.thumb--size-1 {
    height: 197px;
}

.thumb--size-2 {
    height: 298px;
}

.thumb--size-3 {
    height: 460px;
}

.thumb--size-4 {
    height: 395px;
}

.thumb--size-5 {
    height: 521px;
}

.thumb--size-6 {
    height: 609px;
}

@media only screen and (max-width: 991px) {
    .thumb--size-6 {
        height: 440px;
    }
}

@media only screen and (max-width: 767px) {
    .thumb--size-3, .thumb--size-4, .thumb--size-5, .thumb--size-6 {
        height: 300px;
    }
}

.thumb__img-holder {
    height: 100%;
    margin-bottom: 0;
}

.thumb-url {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.thumb-entry-title {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

    .thumb-entry-title:hover a,
    .thumb-entry-title a:focus {
        color: #fff;
    }

.thumb-50 {
    padding-bottom: 50%;
}

.thumb-60 {
    padding-bottom: 60%;
}

.thumb-65 {
    padding-bottom: 65%;
}

.thumb-70 {
    padding-bottom: 70%;
}

.thumb-75 {
    padding-bottom: 75%;
}

.thumb-80 {
    padding-bottom: 80%;
}

.thumb-100 {
    padding-bottom: 100%;
}


/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 9px 16px;
        transition: 0.3s;
        font-size: 17px;
        width: 50%;
        border-radius: 6px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #025dee61;
            color: #fff;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #025dee;
            color: #fff;
        }

/* Style the tab content */
.tabcontent {
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*end*/



/*login*/
.login {
    padding: 48px 32px;
    border: 1px solid #e3e4e8;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    box-shadow: 0 0 12px #ddd;
}

.back-to-home a {
    text-decoration: none;
    color:#383838;
}

    .back-to-home a:hover {
        color: #2d245c;
    }



/*pass-code-loginconfirmation*/
.description-code-pass {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    margin-right:10px;
}

    .description-code-pass small a {
        color: #2d245c;
        text-decoration:none;
    }




/*Register*/
.content-under-img-Register {
    width: 100%;
    padding: 6px 12px;
}


                    /*Register-input-Radio*/
.main-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .main-container h2 {
        margin: 0 0 80px 0;
        color: #555;
        font-size: 30px;
        font-weight: 300;
    }

.radio-buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-radio input {
    display: none;
}

.radio-btn {
/*    width: 196px;*/
    padding:0 50px;
    height: 69px;
    border: 3px solid transparent;
    display: inline-block;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radio-btn-right {
    border-radius: 0 10px 10px 0;
}

.radio-btn-left {
    border-radius: 10px 0 0 10px;
}

.radio-btn > i {
    color: #ffffff;
    background-color: #FFDAE9;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) scale(2);
    border-radius: 50px;
    padding: 3px;
    transition: 0.5s;
    pointer-events: none;
    opacity: 0;
}

.radio-btn .hobbies-icon {
    top: 40%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .radio-btn .hobbies-icon img {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .radio-btn .hobbies-icon i {
        color: #FFDAE9;
        line-height: 80px;
        font-size: 60px;
    }

    .radio-btn .hobbies-icon h3 {
        color: #555;
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
        line-height:1;
/*        letter-spacing: 1px;*/
    }

.custom-radio input:checked + .radio-btn {
    border:none;
    background: #2d245c;
    padding:0 50px;
}


input:not(input:checked) + .radio-btn {
    border: 1px dashed #2d245c;
    padding:0 40px;
}
.custom-radio input:checked + .radio-btn h3 {
    color: #fff;
}

    .custom-radio input:checked + .radio-btn > i {
        opacity: 0;
        transform: translateX(-50%) scale(1);
    }
 





/*شمارنده*/

.counter-twgb {
    align-items: center;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 40px #9f9f9f30;
}

    .counter-twgb span{
        color:#fff;
    }

.counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px 50px;
    padding: 34px;
    text-align: center;
    background: #2d245c;
    border-radius: 12px;
    flex-grow: 1;
}



.counter {
    font-size: 46px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

    .counter::after {
        content: "+";
        display: math;
    }
@media (max-width: 680px) {
    .counter-twgb {
        flex-direction: column;
    }
} 


/*end*/

/*go-up-btn*/
#button {
    display: flex;
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 40px #cfb8b8e0;
}

    #button:hover {
        cursor: pointer;
        box-shadow: 0px 0px 40px #cfb8b8e0;
    }

    #button:active {
        
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

#button:hover svg{
    animation: .9s infinite upmove;
}

@keyframes upmove{
    0% {
        transform: translateY(0px);
    }

    90% {
        transform: translateY(-4px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*کاروسل پروژه ها*/

/*
.recent-proj{
   background:#fff;
   transition:0.6s all !important;
}
    .recent-proj:hover {
        position: relative;
        width: 400px;
    }
    @media (min-width:1000px){
        .recent-proj:hover {
            position: relative;
            width: 400px;
            z-index: 999;
            transform: translate(-50px, 0px) scale(1.1);
        }
        .owl-carousel-Project .owl-item, .owl-carousel-Project .owl-wrapper {
            -webkit-transform: none !important;
            -moz-transform: none;
            -ms-transform: none;
        }
    }
        .recent-proj:hover h5 {
            white-space: unset;
            overflow: unset;
            text-overflow: unset;
            width: unset;
            font-size:smaller;
        }*/

.Project-content-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: baseline;
    width: 100%;
}



@media (max-width:1000px){
    .owl-carousel-Project-content {
        align-items: center !important;
    }
    .Project-content-footer {
        display: flex;
        column-gap: unset;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}

    .Project-content-footer .see-this {
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 3px;
    }

/*.recent-proj:hover .see-this {
    display:none;
}

.recent-proj:hover .show-this {
    display: unset;
}

.recent-proj:hover .Project-content-footer {
    width: 100%;
    align-items: baseline !important;
    column-gap: unset !important;
}*/

.Project-content-footer .show-this {

    font-size: 12px;
    color: #fff;
    text-decoration:none;
    padding: 10px 34px;
    background: #2d245c;
    border-radius: 6px;
    cursor:pointer;
    display: none;
}

/*.description {
    width: 100%;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    direction: rtl;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #5F6468;
    display: none;
    
}

.recent-proj:hover .description {
    display:unset;
}


    .owl-carousel-Project .item {
        margin-right: 10px;
    }
*/
.owl-carousel-Project-content {
    border-radius: 4px;
    width: 100%;
    box-shadow: 0px 0px 6px #9f9f9f30;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .owl-carousel-Project-content h5 {
        width: 100%;
        text-align: justify;
        white-space: nowrap;
        overflow: hidden;
        direction: rtl;
        text-overflow: ellipsis;
        font-size: medium;
        color: #2d245c;
    }

    .owl-carousel-Project-content .catecory {
        font-size: small;
    }

    .owl-carousel-Project-content .price {
        display: flex;
        gap: 2px;
        font-size: 13px;
        margin: 0;
    }

.owl-carousel-Project .owl-stage-outer {
    padding: 40px 0px 40px 0px;
    /*margin: -48px 0;
    position: absolute !important;*/
}


/**/
/*.element {
    width: 200px;
    height: 100px;
    background-color: #fff;
    transition: height 0.3s ease;
}

    .element .extra-content {
        display: none;
    }

    .element:hover {
        height: 200px;
    }

        .element:hover .extra-content {
            display: unset;
        }*/





/*project-page*/

.Dot-space-category {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #28419f;
    margin: 0 6px;
}

.project-category-slug {
    display: flex;
    column-gap: 6px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}


/*chat-detail*/

.Chat-detail {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

    .Chat-detail .item:nth-child(2),
    .Chat-detail .item:nth-child(1) {
        width: 42%;
        height: 290px;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        row-gap: 24px;
        box-shadow: 0px 0px 40px #9f9f9f30;
        background: #fff;
        padding:32px;
    }

    .Chat-detail .item:nth-child(3),
    .Chat-detail .item:nth-child(4) {
        width: 37%;
        height: 275px;
        border-radius: 6px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        row-gap: 24px;
        box-shadow: 0px 0px 40px #9f9f9f30;
        background: #fff;
        padding: 32px;
    }
    .Chat-detail .item h4 {
        font-size: 20px;
        color: #2d245c;
        font-weight: 600;
        margin: 0 0 0 0;
    }
    .Chat-detail .item p {
        color: #101828;
        font-size: 16px;
        font-weight: 600;
        line-height: 29px;
    }

/* Responsive styles برای صفحه‌های با عرض کمتر از 992px */
@media (max-width: 992px) {
    .Chat-detail .item:nth-child(1),
    .Chat-detail .item:nth-child(2),
    .Chat-detail .item:nth-child(3),
    .Chat-detail .item:nth-child(4) {
        width: 45%;
        height: auto; /* ارتفاع به صورت خودکار شود تا محتوا به خوبی آداپت شود */
        padding: 20px;
    }
}

/* Responsive styles برای صفحه‌های با عرض کمتر از 768px */
@media (max-width: 768px) {
    .Chat-detail {
        gap: 10px;
        padding: 10px;
    }

        .Chat-detail .item:nth-child(1),
        .Chat-detail .item:nth-child(2),
        .Chat-detail .item:nth-child(3),
        .Chat-detail .item:nth-child(4) {
            width: 90%;
            height: auto;
            padding: 20px;
        }

            .Chat-detail .item h4 {
                font-size: 18px;
            }

            .Chat-detail .item p {
                font-size: 14px;
                line-height: 22px;
            }
}

