@font-face {
    font-family: vazir;
    src: url("/assets/fonts/Vazirmatn-FD-Regular.ttf"),
    url("/assets/fonts/Vazirmatn-FD-Regular.woff2"),
    url("/assets/fonts/Vazirmatn-Regular.ttf"),
    url("/assets/fonts/Vazirmatn-Regular.woff2"),
    url("/assets/fonts/Vazirmatn[wght].ttf")
;
}
@font-face {
    font-family: vazirbold;
    src: url("/assets/fonts/Vazirmatn-Bold.ttf"),
    url("/assets/fonts/Vazirmatn-Bold.woff2")

;
}

*{
    font-family: vazir;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    direction: rtl;
}

.main{
    width: 100%;
    height: 100vh;
    background-image: url("/assets/images/Chat_Background.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: auto;
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: column;
    align-items: center;
    padding: 12px !important;
}
.top-banner-install{
    background-color: #fff ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 12px !important;
    border-radius: 12px;
}
.top-banner-install-logo{
    justify-content: center;
    align-items: center;
}
.top-banner-install-logo > img{
    width: 50px;
    height: 50px;
    margin-left: 10px !important;
}
.soroush-title{
    font-weight: 600;
}
.top-banner-install-btn{
    cursor: pointer;
    border-radius: 8px;
    padding: 6px 16px !important;
    background-color: #196FF0;
    font-weight: 600;
}
.top-banner-install-btn:hover{
    background:  #1765DA;
}
.middle-section{
    display: flex;
    background-color: #fff;
    padding: 40px 24px 40px 24px !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    margin-top: 12px !important;
    width: 100%;
    height: 100%;
}
.middle-section-img-parent{
    border-radius: 50%;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.middle-section-img-parent > img{
    width: 100%;
    position: center;

}
.middle-title{
    margin-top: 24px !important;
    font-size: 35px;
    /* font-style: normal;
   font-weight: 700; */
    font-family: vazirbold !important;
    color: #37383E;
}
.middle-member {
    color: #9A9DAB;
}
.middle-description{
    margin-top: 24px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.description{
    padding: 0px 100px !important;
    font-size: 35px ;
}
.group-call-link .description {
    background-color: #f5f5f7;
    border-radius: 12px;
    padding: 12px 20px !important;
}
.description h5 {
    font-size: 2.8rem;
}
.action-btn-p{
    gap: 10px;
}

.action-btn{
    width: 100% !important;
    padding:16px !important;
    border-radius: 12px;
    justify-content: center;
    border: 2px solid #EBEBEE;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}

.action-btn:hover{
    border: 2px solid #D7D8DD;
}

.btn-pre{
    background: #FFBC39;
    width: 100% !important;
    padding:16px !important;
    border-radius: 12px;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}

.text-style{
    font-size: 2rem;
}

@media screen and (max-device-width : 400px) {
    .description{
        font-size: 24px ;
    }
    .description h5 {
        font-size: 2.5rem;
    }
    .middle-section{
        margin-top: 1rem;
        height: 60vh;
    }
}

@media screen and (min-device-width : 400px) {
    .description{
        font-size: 30px ;
    }
    .description h5 {
        font-size: 2.8rem;
    }
    .middle-section{
        margin-top: 3rem;
        height: 65vh;
    }
}

@media screen and (min-device-width : 576px) {
    .middle-section{
        /* width: 65%;   */
        width: 500px;
    }
    .text-style-middle-section-title{
        font-size: 2rem;
    }
    .middle-title{
        font-size: 25px;
    }
    .description{
        font-size: 25px ;
        padding: 0px 50px !important;
    }

}

@media screen and (min-device-width : 768px) {
    .middle-section{
        /* width: 45%; */
        width: 400px;
    }
    .text-style{
        font-size: 0.9rem;
    }
    .description{
        font-size: 16px ;
    }
    .description h5 {
        font-size: 1.25rem;
    }
    .top-banner-install{
        width: 90%;
    }
}
@media screen and (min-device-width : 992px) {
    .middle-section{
        /* width: 35%; */
    }
    .middle-title{
        font-size: 20px;
    }
}
@media screen and (min-device-width : 1200px) {
    .middle-section{
        /* width: 25%; */
    }
}
@media screen and (min-device-width : 1400px) {
    .middle-section{
        /* width: 20%; */
    }
}