:root {
    --primebg: #262626;
    --secondbg: #2C2C2C;
    --primeblue: #1E6CD6;
    --secondblue: #3484F0;
    --landingcurve: 23px;
}

* {
    font-family: IRANSans, serif;
}

body {
    background-color: var(--primebg);
    font-family: IRANSans, serif;
    margin: 0;
}

header {
    display: flex;
    max-width: 88%;
    margin: 0 auto;
    height: 83px;
}

header div {
    margin: auto 0;
    user-select: none;

}

header .logo {
    display: flex;
    border-radius: 150px;
    height: 59px;
    cursor: pointer
}

header .logo svg {
    height: 46px;
    margin: auto;
}

header .logo svg path {
    fill: #ffffff;
}

.logo_shape {
    fill: #ffffff !important;
}

.hide {
    display: none !important;
}

header div:nth-child(2) {
    width: calc(100% - 347px);
    display: flex;
    justify-content: center;
}

header div:nth-child(2) span:hover, header div:nth-child(2) span:hover path, header div:nth-child(2) span.active:hover, header div:nth-child(2) span.active:hover path {
    color: var(--secondblue);
    stroke: var(--secondblue);
}

header div:nth-child(2) span {
    cursor: pointer;
    color: #ffffff;
    margin-left: 34px;
    font-weight: normal;
}

header div:nth-child(2) span:last-child {
    margin-left: 0
}

header div:nth-child(2) span.active svg path {
    stroke: var(--primeblue);
}

header div:nth-child(2) span span {
    font-weight: 700;
}

header div:nth-child(2) span.active {
    color: var(--primeblue);
    font-weight: bold;
}

header div:first-child {
    width: 220px;
}

/* login button */
header #loginbtn {
    background-color: #ffffff;
    width: 167px;
    font-weight: 300;
    font-size: 17px;
    height: 59px;
    border-radius: 30px;
    display: flex;
    cursor: pointer;
}


header #loginbtn:hover {
    background-color: #1e6cd6;
    color: #ffffff;
}

header #loginbtn span {
    margin: auto;
}

/* --------------------------- */
/* --------------------------- */
#burgurmenu {
    user-select: none;
    position: fixed;
    z-index: 5000;
    background-color: #2A2A2A;
    top: 0;
    right: -285px;
    width: 280px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    transition: right 600ms;
}

#burgurmenu div:first-child {
    cursor: pointer;
}

#burgurbutton {
    position: absolute;
    top: 30px;
    right: 6vw;
    z-index: 5100;
    display: none;
}

#burgurbutton.open {
    position: fixed;
}

#burgurbutton.open ~ #burgurmenu {
    right: 0;
}

#burgurbutton.open path:first-child,
#burgurbutton.open path:last-child,
#burgurbutton.open path:nth-child(3) {
    display: none;
}

#burgurbutton path:nth-child(2n) {
    display: none;
}

#burgurbutton.open path:nth-child(2n) {
    display: block;
}

#burgurmenu .accountout {
    border-radius: 150px;
    width: 70%;
    margin: 80px auto 30px;
    background-color: #303030;
    padding: 0 21px;
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    height: 46px;
    text-align: right;
    align-items: center;
}

#burgurmenu .accountin {
    border-radius: 150px;
    width: 70%;
    margin: 80px auto 30px;
    background-color: #303030;
    padding: 0 21px;
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    height: 46px;
    text-align: right;
    align-items: center;
    gap: 12px;
}

#burgurmenu .accountin img {
    width: 36px;
    height: 36px;
    margin-right: -16px;
    border-radius: 150px;
    object-fit: cover;
}


#burgurmenu .accountin span {
    text-align: right;
    margin-left: auto;
}

#burgurmenu .exit_acc {
    color: red;
}

#burgurmenu .accountin div span:first-child {
    font-size: 12px;
    color: white;
}

#burgurmenu .accountin div span:last-child {
    font-size: 10px;
    color: #7b7b7b;
}

#burgurmenu div div {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    height: fit-content;
    padding: 7px 5%;
    cursor: pointer;
}

#burgurmenu div hr {
    height: 1px;
    background: rgba(118, 118, 118, 0.37);
    border-width: 0;
    margin: 5px 0;
}

/* --------------------------- */
/* --------------------------- */
.container {
    width: 88%;
    margin: 0 auto;
}

.landing_part {
    margin-top: 22px;
    /*background-color: #816b6b;*/
    width: 100%;
    height: 900px;
}

/* ------------------------- */
/* ------------------------- */

.landing_bg {
    position: absolute;
}

.dv_social {
    position: absolute;
    height: fit-content;
    background: var(--primebg);
    border-radius: 0 var(--landingcurve) 0 var(--landingcurve);
    display: flex;
    width: fit-content;
    z-index: 259 !important;

}

.dv_topleft {
    position: absolute;
    background: var(--secondbg);
    border-radius: var(--landingcurve) var(--landingcurve) 0 0;
}

.dv_back {
    background: var(--secondbg);
    width: 70vw;
    height: 50px;
    position: absolute;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 100px;
}

.dv_bottom {
    background: var(--secondbg);
    width: 100px;
    height: 700px;
    position: absolute;
    z-index: 111;
    border-radius: 0 var(--landingcurve) var(--landingcurve) var(--landingcurve);
}

/* ------------------------- */
/* ------------------------- */
.landing_content {
    direction: ltr;
    z-index: 250;
    position: absolute;
    display: flex;
    height: fit-content;
    width: 88%;
}

/* ------------------------- */
.social {
    display: flex;
    width: fit-content;
    background: #2C2C2C;
    border-radius: 18px;
    height: 38px;
    margin: 11px;
    color: #ffffff;
    z-index: 259 !important;
    cursor: pointer;
    user-select: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.social svg {
    margin: 4px;
}

.social span {
    margin: auto 5px auto 10px;
    font-size: 15px;
}

.col1text {
    direction: rtl;
    margin: 100px 50px 0 0;
    height: fit-content;
    width: 50%;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    z-index: 110;
}

.number_input input[type=number] {
    height: 3.8vw;
    border: none;
    width: 75%;
    border-radius: 2.5vw;
    background-color: #262728;
    padding: 0 2vw 0 0.7vw;
    color: #ffffff;
    font-size: 1.4vw;
    font-weight: 300;
    font-family: IRANSans, serif;
}

.number_input input::placeholder {
    color: #A7B3C6;
    font-family: IRANSans, serif;
}

.number_input input:focus {
    outline: none;
    box-shadow: none;
}

.landing_title {
    font-size: 4.16vw;
    font-weight: 980;
    color: #ffffff;
}

.number_input {
    display: flex;
    padding-bottom: 40px;
}

.number_input svg {
    margin-right: -5.2vw;
    cursor: pointer;
    width: 5.2vw;
    height: auto;
}

.number_input svg:hover rect {
    fill: #3484F0;
}

.col1text svg:first-child {

}

.col1text svg:last-child {

}

.col1text .firstdesc {
    margin: 1.1vw 0 2.08vw 0;
    line-height: 2.2222vw;
    font-size: 1.111vw;
}

.col1text .seconddesc {
    margin: 40px 0 16px 0;
    font-size: 1.111vw;
}

.col2image {
    width: 50%;
    margin-top: 20px;
}

.col2image img {
    z-index: 100;
    margin-left: 1.6vw;
    max-width: 45vw;
    max-height: 100%;
    aspect-ratio: 217/268;
}

#star1 {
    z-index: 151;
    position: absolute;
}

#star2 {
    z-index: 151;
    position: absolute;
    display: flex;
    margin: 100px 38%;

}

.services {
    margin-top: 30px;
    height: fit-content;
    width: 100%;
    display: flex;
}

.services .imagepart {
    width: 50%;
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.services .imagepart img {
    width: 80%;
    margin: auto;
}

.services .listpart {
    width: 50%;
    color: #ffffff;
    margin: auto;
}

.services .listpart h1 {
    font-size: 40px;
    max-width: 75%;
    overflow: hidden;
    font-weight: 500;
}

.services .listpart div {
    margin-bottom: 15px;
    height: 35px;
    display: flex;
}

.services .listpart div svg {
    margin: auto 0;
}

.services .listpart div span {
    margin-right: 40px;
    font-size: 20px;
}

.price_part {
    display: flex;
    width: 100%;
    height: fit-content;
    direction: ltr;
}

.price_part .price_list {
    width: 60%;
    overflow-y: scroll;
    direction: ltr;
}

.price_card {
    margin-right: 5%;
    direction: rtl;
    background: #2C2C2C;
    border-radius: 23px;
    padding: 25px;
    margin-bottom: 12px;
}

.price_card:last-child {
    margin-bottom: 0;
}

.price_card .top_part {
    display: flex;
    justify-content: space-between;
}

.price_card .top_part h3 {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    min-font-size: 33px;
    font-size: 1.6vw !important;

}

.price_card .top_part .price_button {
    display: flex;
    color: #ffffff;
    font-size: 1.57vw;
    background: var(--primeblue);
    border-radius: 100px;
    padding: 10px 25px;
    user-select: none;
}

.price_card .top_part .price_button svg {
    width: 2.36vw;
}

.price_card .top_part .price_button:hover {
    background: var(--secondblue);
}

.price_card .top_part .price_button img {
    width: 2.36vw;
    margin: auto 5px;
}

.price_card .bottom_part h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 1.2vw;
    /*font-size: 18px;*/
    line-height: 28px;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 0;
}

.price_part .price_image {
    width: 35%;
}

.price_part .price_image img {
    display: block;
    width: 95%;
    margin: calc(-18.5%) auto 0;
    max-height: 600%;
}

.price_part .price_list::-webkit-scrollbar {
    width: 7px;
    border-radius: 5px;
}

.price_part .price_list::-webkit-scrollbar-track {
    background: #2C2C2C;
    border-radius: 5px;
}

.price_part .price_list::-webkit-scrollbar-thumb {
    background: #C2C2C2;
    border-radius: 5px;
}

.price_part .price_list::-webkit-scrollbar-thumb:hover {
    background: var(--primeblue);
    border-radius: 5px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.videobg {
    position: absolute;
    width: 100%;
    right: 0;
    height: 580px;
    z-index: -1;
    background: linear-gradient(0deg, rgba(6, 32, 67, 0) 0%, rgba(6, 32, 67, 0.6) 18%, rgba(6, 32, 67, 0) 80.36%);
    overflow: hidden;
}

.titleh2 {
    font-style: normal;
    font-weight: 500;
    font-size: 3.333vw;
    text-align: center;
    color: #FFFFFF;
}

.videos {
    color: #ffffff;
    display: flex;
    justify-content: space-around;
}

.videos .video_card {
    width: 30%;
    padding: 8px;
    background-color: var(--secondbg);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    user-select: none;
}

.videos .video_card img {
    width: 100%;
    border-radius: 14px;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;

}

.videos .video_card h3 {
    text-align: center;
    margin: 10px auto 20px;
    font-size: calc(1.26vw);
    font-weight: 500;
}

.video_time {
    display: flex;
    margin: auto;
}

.video_time svg {
    height: calc(1.4vw);
}

.video_time span {
    font-size: calc(1.1vw);
}

.videos .video_card span {
    text-align: center;
    margin-left: 2px;
}

.videos .video_card p {
    text-align: center;
    width: 100%;
    padding: 9px 0;
    border-radius: 14px;
    background-color: var(--primeblue);
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    font-style: normal;
    font-weight: 500;
    font-size: calc(1.28vw);
}

.videos .video_card p:hover {
    background-color: var(--secondblue);
}

.article_card {
    /*width: 920px;*/
    width: 64vw;
    /*height: 330px;*/
    height: 23vw;
    border-radius: 1.6vw;
    background-color: var(--secondbg);
    display: flex;
    margin: auto;
    color: #ffffff;
    padding: 9px;

}

.article_card .article_img_div {
    width: 47vw;
    height: 100%;
    overflow: hidden;

    min-width: 27vw;
    max-width: 27vw;
}

.article_card .article_img {
    border-radius: 1vw;
    height: 100%; /* Maintain the image aspect ratio */
    width: 100%; /* Maintain the image aspect ratio */
    object-fit: cover;

}

.article_card .article_content {
    margin: 10px 45px;
    height: 100%;
    display: flex;

    flex-direction: column;
    min-height: fit-content !important;
}

.article_card .article_content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6vw;
    line-height: 2.22vw;
    text-align: right;
    margin: 0;

}

.article_card .article_content h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 1.2vw;
    line-height: 1.95vw;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 1vw;
}

.article_card .article_detail {
    user-select: none;
    display: flex;
    justify-content: space-between;
    width: 32vw;
}

.article_card .article_detail img {
    width: 3.8vw;
    height: 3.8vw;
    margin: auto 0;
    transition: scale 0.3s;
}

.article_card .article_detail img:hover {
    scale: 1.5;
}

.article_card .article_detail p {
    font-style: normal;
    font-weight: 500;
    font-size: 0.97vw;
    margin: 4px 21px 4px 0;
}

.article_card .article_detail p:last-child {
    font-weight: 300;
}

.article_card .article_detail .read_button {
    background-color: var(--primeblue);
    height: 2.78vw;
    padding: 0 3.1vw;
    border-radius: 500px;
    text-align: center;
    display: flex;
    transition: scale 0.1s;
    left: 0;
}

@keyframes strobe {
    0% { background-color: #519cff; }
    50% { background-color: #002e6b; }
    100% { background-color: #519cff; }
}


.waiting{
  cursor: wait !important;
      animation: strobe 1300ms infinite;

}
.article_card .article_text {
    height: calc(100% - 5vw);
}

.article_card .article_detail .read_button:hover {
    background-color: var(--secondblue);
    cursor: pointer;
    scale: 1.1;
}

.article_card .article_detail span {
    font-style: normal;
    font-weight: 300;
    font-size: 1vw;
    margin: auto;
}

.article_card .article_detail .write_info {
    display: flex;
}

.article_chips {
    width: fit-content;
    display: flex;
    margin: 20px auto;
    gap: 5px;


}

.article_chips svg {
    cursor: pointer;
}

.article_chips svg:hover rect, .article_chips svg:hover {
    fill: var(--secondblue);


}

.article_chips svg.active,
.article_chips svg.active rect {
    transition: width 0.7s ease;
    width: 30px;
}

.desktop_footer {
    width: 88%;
    display: flex;
    height: 360px;
    margin: 80px auto auto;
    color: #ffffff;
}

.fcol1 {
    width: calc(33% - 80px);
    background-color: var(--secondbg);
    height: calc(100% - 80px);
    border-radius: 0 18px 18px 18px;
    padding: 40px;
}

.fcol1 h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 43px;
    margin-top: 10px;
}

.fcol1 h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #b7b7b7;
    line-height: 28px;
    text-align: right;
    margin-bottom: 4px;
    margin-top: 5px;
}

.fcol2 {
    width: 33%;
    height: 100%;
}

.fcol2top {
    height: calc(100% - 40px);
    background-color: var(--secondbg);
    display: block;
    padding-top: 40px;
}

.fcol2top span {
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    margin-right: 40px;
    width: fit-content;
}

.mobilefooterpages span {

    cursor: pointer;
}

.fcol2top span:hover,
.mobilefooterpages span:hover {
    color: var(--primeblue);
}

.fcol2bottom {
    height: 70px;
    margin-top: -30px;
    background-color: var(--primebg);
    border-radius: 18px 18px 0 0;
    display: flex;
    justify-content: space-evenly;
}

.fcol2bottom .social {
    margin: auto;
}

.fcol3 {
    height: calc(100% - 40px);
    background-color: var(--secondbg);
    width: 33%;
    border-radius: 18px 0 18px 18px;
    padding-top: 40px;
    display:flex;
    justify-content: space-around;
}

.fcol3 img {
    height: 130px;
    width: auto;
}
.fcol3 .seconddesc {
    display: flex;
    width: 88%;
}

.fcol3 .number_input {
    margin-top: 30px;
}

.mobile_footer {
    display: none;
    width: calc(88% - 20px);
    flex-direction: column;
    border-radius: 30px;
    color: #ffffff;
    margin: auto;
    margin-top: 30px;
    padding: 10px;
    background: var(--secondbg);
}

.mobile_footer div:first-child {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.mobile_footer div:first-child div {
    display: flex;
    flex-direction: column;
}

.mobile_footer div:first-child div:first-child {
    margin-left: 10px;
}

.mobile_footer div:first-child div span:nth-child(2n+1) {
    font-weight: 300;
    font-size: 12px;
    line-height: 28px;
}

.mobile_footer div:first-child div span:nth-child(2n) {
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
}

.mobile_footer div:nth-child(2) {

}

.mobile_footer .footerinp {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}

.mobile_footer .footerinp a{
    height:136px;
    width:auto;
    margin: auto;
}

.mobile_footer .footerinp a img{
    height:100%;
}

.mobile_footer .footerinp span {
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    margin: auto auto 10px;
}

.mobile_footer .footerinp .number_input {
    width: 75vw;
    margin: 10px auto auto;
    padding-left: -46px;

}

.mobilefootersocial {
    display: none;
    justify-content: center;
}

.mobilefooterpages {
    margin-top:25px;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 25px;
}

.mobilefooterpages span {
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}

/* LOGIN */
/*------------*/
/*------------*/
.login {
    display: flex;
    /*margin: auto auto;*/
    margin: 150px auto auto;
    flex-direction: column;
    color: #FFFFFF;
    user-select: none;
}

.login * {
    margin: 0;
    padding: 0;
}

.login.desktoplogin {
    width: 400px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    padding: 35px 20px;
}

.login h1 {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin: auto auto 33px;
}

.login h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 33px;
}

.login h5 {
    font-weight: 200;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 12px;
}

.login input {
    padding: 0 12px;
    height: 45px;
    border-radius: 7px;
    border: 1px #FFFFFF solid;
    background-color: #262626;
    color: #FFFFFF;
    font-weight: 200;
}

.login input:active {
    border: 1px var(--secondblue) solid !important;

}

.login input::placeholder {
    color: #c6cdd7;
    font-family: IRANSans, serif;
}

#captcha-image {
    border-radius: 15px
}

.login .login_inp {
    margin-top: 21px;
    display: flex;
}

.login .login_inp .security_img {
    display: flex;
    width: 32%;
    height: 45px;
    border-radius: 7px;
    overflow: hidden;
    border: 1px #FFFFFF solid;
}

.login .login_inp .security_img img {
    margin: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.login .login_inp input {
    width: calc(68% - 8px);
    margin-left: 8px;
}

.login .login_butt {
    width: 100%;
    background: var(--primeblue);
    border-radius: 7px;
    height: 45px;
    display: flex;
    margin: 30px auto auto;
    cursor: pointer;
}

.login .login_butt:hover {
    background: var(--secondblue);
}

.login .login_butt span {
    margin: auto;
}

/* PROFILE */
/*------------*/
/*------------*/
.menu {
    width: 300px;
    display: flex;
    color: #FFFFFF;
    min-height: 550px !important;
    height: 80vh;

}

.menu * {
    margin: 0;
    padding: 0;
}

.menu {
    background-color: var(--secondbg);
    border-radius: 40px;
    border: 1px #E3E3E3 solid;
    padding: 45px 30px;
    display: flex;
    flex-direction: column;
}

.avatar {
    margin: 0 auto;
    user-select: none;
}

.avatar.desktop {
    height: 134px;
    width: 134px;
    display: flex;
}

.avatar img {
    height: 134px;
    width: 134px;
    position: absolute;
    border-radius: 8500px;
    object-fit: cover;

}

.avatar span {
    background-color: var(--secondblue);
    border-radius: 150px;
    width: 22px;
    height: 22px;
    border: 6px var(--secondbg) solid;
    margin-top: 96px;
    display: flex;
    z-index: 100;
    margin-right: 1px;
}

.avatar span svg path {
    height: 20px;
    width: 20px;
}

.avatar span svg {
    margin: auto;
}

#mobile_avatar_div {
    display: none;
}

.menu h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-top: 8px;
}

.menu h5 {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-top: 3px;
}

.profile_list {
    /*background: rgba(142, 155, 218, 0.32);*/
    width: 100%;
}

.profile_list .page_butt {
    padding: 6px 10px;
    display: flex;
    border-radius: 7px;
    margin-bottom: 5px;
}

.profile_list .page_butt:hover {
    background: var(--secondblue);
    user-select: none;
    cursor: pointer;
}

.profile_list .page_butt svg {
    margin: auto 5px;
}

.profile_list .page_butt span {
    margin: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    /* identical to box height, or 167% */
    text-align: center;

    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.38);
}

.profile_list .page_butt.active {
    background: var(--primeblue);
}

.profile_list .page_butt.exit {
    background: #3F2F2F;
    border: 2px #8A3939 solid;
}

.profile_list .page_butt.exit:hover {
    background: #8A3939;
}

.form .form_inp {
    display: flex;
    color: #FFFFFF;
    row-gap: 50px;
    height: fit-content;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 43px;
    justify-content: space-evenly;
}

.form * {
    margin: 0;
    padding: 0;
}

.form {
    width: 100%;
}

.form.desktop {
    margin-right: 13px;
    background-color: var(--secondbg);
    border-radius: 40px;
    border: 1px #E3E3E3 solid;
    padding: 45px 30px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 375px);
    min-height: fit-content;
}

.form input {
    outline: none;
    border: 1px #ffffff solid;
    border-radius: 14px;
    padding: 7px 7px;
    height: 45px;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    font-size: 19px;
}

.form label {
    display: flex;
    flex-direction: column;
    max-height: 100px !important;
    width: 350px;
    margin-right: -16px;
}

.form label span {
    margin-right: 6px;
    margin-bottom: 9px;
    width: 100%;
}

.form input::placeholder {
    font-size: 19px;
}


.form_butt {
    width: 100%;
    display: flex;
    margin-top: 100px;
}

.form_butt.deactive span {
    background: #6e6e6e;
}

.form_butt span {
    user-select: none;
    color: white;
    font-size: 21px;
    background-color: var(--primeblue);
    width: 350px;
    border-radius: 10px;
    margin: auto;
    text-align: center;
    height: 60px;
    display: flex;
}

.form_butt:not(.deactive) span,
.form_butt:not(.deactive) span label {
    cursor: pointer;

}

.form_butt:not(.deactive) span:hover {
    background-color: var(--secondblue);
}

.form_butt span label {
    margin: auto;

}

#mobile_button1 {
    position: fixed;
    width: 100vw;
    bottom: 0;
    z-index: 500;
    user-select: none;
    display: none;
}


#mobile_button1 .dv_buttons {
    border-radius: 10px 10px 0 0;
    width: 100%;
    display: flex;
    background: #1a1a1a;
    height: 72px;
    color: #FFFFFF;
    margin: auto;
    overflow: hidden;

}


#mobile_button1 .dv_buttons .mobile_pages:not(#mobile_button1 .dv_buttons .mobile_pages:last-child) {
    border-left: #232323 1px solid;
}


#mobile_button1 .dv_buttons .mobile_pages {
    display: flex;
    flex-direction: column;
    width: 25%;
    cursor: pointer;
    user-select: none;

}

#mobile_button1 .dv_buttons .mobile_pages.active {

    background: #1E6CD6;
}

#mobile_button1 .dv_buttons .mobile_pages div {
    display: flex;
    flex-direction: column;

    margin: auto;


}

#mobile_button1 .dv_buttons .mobile_pages svg {
    margin: 10px auto 0;

}


#mobile_button1 .dv_buttons .mobile_pages span {
    margin: 5px auto 0;
    font-size: 15px;
}

#mobile_avatar_div {
    margin: 30px auto;
}

.mobile_bottom {
    display: flex;
    width: 80vw;
    height: 0;
    margin: auto;
}

.mobile_pages.active svg,
.mobile_pages.active span {

}

.form.desktop .price_card {
    background: #424242 !important;
}

/* PLAN */
/*------------*/
/*------------*/
#select_plan {
    margin: auto auto 22px;
    width: 90%;
}

.form label {
    color: white;
}

.form label span {
    margin-right: 6px;
    margin-bottom: 9px;
    font-size: 18px;
    width: 100%;
}

.form label select {
    outline: none;
    border-radius: 14px;
    height: 45px;
    padding: 7px;
    border: 1px #ffffff solid;
    background: transparent;
    color: white;
}


.form label select option {
    background: var(--secondbg);
    border-radius: 10px;
    margin: 10px;
    width: 100%;
}

.form .price_card {
    margin: 0 auto;
    width: calc(90% - 40px);
    padding: 20px;
}

.form .price_card h3 {
    font-size: 20px !important;

}

.form .price_card h4 {
    margin-top: 10px;
    font-size: 17px !important;

}

.form .price_card span {
    font-size: 20px !important;

}

.form .price_card img {
    width: 34px !important;
}

.rule_plan {
    color: #ff3f3f;
    margin: 30px auto 30px auto;
    width: 90%;
    text-align: justify;
    border: 2px #ff0000 dashed;
}

.rule_plan h3 {
    font-weight: 300;
    margin: 10px;
    font-size: 20px;
}

.accept_rule {
    display: flex;
    margin: auto;
    width: fit-content;
    user-select: none;
    cursor: pointer;
}

.accept_rule .checkbox .hide {
    display: none;
}

.accept_rule h3 {
    color: white;
    font-weight: 300;
    font-size: 18px;
    margin-right: 6px;
}


/* CHAT page */
/*------------*/
/*------------*/

.chat_log {
    display: flex;
    flex-direction: column;
    width: 100%;

}

.message {
    border-radius: 19px;
    padding: 20px;
    color: white;
    width: fit-content;
    max-width: 300px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.message p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    float: right;
}

.message span {
    font-size: 15px;
    font-weight: 100;
    direction: ltr;
}

.message.user {
    background: var(--primeblue);
    margin-left: auto;
}

.message.user p {
    text-shadow: 0 2px 3px rgb(0 0 0 / 50%)

}


.message.admin p {
    text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5) !important

}

.message.admin {
    background: #000e20;
    margin-right: auto;
}

.chatbox {
    margin-bottom: 15px;
    border-radius: 19px;
    border: 1px var(--primeblue) solid;
    width: calc(100% - 20px);
    min-height: fit-content !important;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #252D38;
}

#chat_inp {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    resize: none;
    min-height: 43px !important;
}

#chat_inp::placeholder {
    color: #ffffff35;
}

.send_msg {
    background-color: var(--primeblue);
    height: 45px;
    width: 95%;
    border-radius: 5px;
    display: flex;
    margin: 10px auto auto;
    cursor: pointer;
    user-select: none;
}

.send_msg span {
    color: white;
    margin: auto;
    font-size: 16px;
    font-weight: 300;

}

/* History */
/*------------*/
/*------------*/

table {
    width: 98%;
    border-collapse: collapse;
}


th {
    font-weight: 400;
    color: #8D8D8D;
}

thead tr {
    background: #353535;
    border-radius: 150px;
    height: 45px;
}

thead tr th:last-child {
    border-radius: 50px 0 0 50px;
}

thead tr th:first-child {
    border-radius: 0 50px 50px 0;

}

tbody tr:nth-child(2n) {
    background: rgba(55, 55, 55, 0.7);
}

tbody tr td:nth-child(2) {
    direction: ltr;
}

tbody tr:not(tbody tr:last-child) {
    border-bottom: 1px #5a5a5a solid;
}

tbody tr {
    height: 35px;

}

tbody td {
    color: white;
    font-weight: 200;
    text-align: center;
}

.ul {
    text-underline: red;
    text-underline-position: below;
    text-decoration: underline;
    cursor: pointer;
}

.ul:hover {
    background: var(--primeblue);
}

.nohistory {
    display: none;
    margin: auto;
    color: #8D8D8D;
}


/* NEW FORM */

form.plan_form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    user-select: none;
    width: 100%;
    overflow-x: hidden;
}

form.plan_form div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
    margin-top: 56px;
    justify-content: space-evenly;
    width: 100%;

}

form.plan_form input {
    font-size: 17px !important;
}


form.plan_form div label.textarealabel {
    width: calc(70% - 42px);
    min-width: 350px;

}

form.plan_form div label:last-child {
}

form.plan_form textarea {
    outline: none;
    border: 1px #ffffff solid;
    border-radius: 14px;
    padding: 7px 7px;
    height: 45px;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    font-size: 17px !important;
    resize: none;

}

form.plan_form label {
    margin-right: 16px !important;
    display: flex;
    height: fit-content !important;
    max-height: 500px !important;
    line-height: 45px;
}

form.plan_form label input:not(:disabled):hover,
form.plan_form label input:focus {

    border-color: var(--secondblue) !important;


}

form.plan_form label input:disabled {
    opacity: 0.35;
}

form.plan_form label label {
    width: 20px !important;
}

form.plan_form br {

}

form.plan_form label.chx {
    display: flex !important;
    gap: 20px;
    flex-flow: wrap;
    text-wrap: nowrap !important;
    white-space: nowrap;
    text-align: center !important;
    line-height: 60px !important;
    width: fit-content !important;
}

form.plan_form label.chx label {
    display: flex;
    flex-direction: row;
    gap: 6px !important;
    width: fit-content !important;
    cursor: pointer !important;
    margin: auto;
    margin-right: 0 !important;
}

form.plan_form label.chx label input {
    cursor: pointer !important;

}

form.plan_form label.chx label input[type=checkbox] {
    height: fit-content;
    margin: auto;
    width: 20px;
    outline: none;
    border: none;

    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}

form.plan_form label.chx label:hover {
    transform: scale(1.1);
    color: var(--primeblue) !important;
}

form.plan_form label.chx input[type=text] {
    width: 100%;
}

form.plan_form label.bodyimage {

    display: flex;
    flex-direction: column;
    gap: 20px !important;
}

div.fileinput {
    display: flex !important;
    flex-direction: row !important;
    background: transparent;
    border-radius: 14px;
    border: 1px solid #FFFFFF;
    width: 350px;
    padding: 7px;
    height: 45px;
    float: right;
    justify-content: normal !important;
    margin-top: 5px !important;
    min-width: fit-content !important;
}

form.plan_form .fileinputhidden {
    display: none;
}

div.fileinput span:first-child {
    background: white;
    padding: 0px 12px;
    height: 100%;
    color: #262626;

    border-radius: 10px;
    border: 5px;
}

div.fileinput span {
    direction: ltr;
    width: fit-content !important;
    font-size: 16px !important;
    text-wrap: nowrap;
}

/* NEW for END*/


.preloader {
    top: 0px;
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    z-index: 99999;
    background: #262626;
    animation: colorChangebg 2s infinite;

}

.preloader svg {
    width: 100px;
    height: auto;
    margin:40vh auto auto;
}

.preloader svg .logo_mid {
    animation: colorChangeMid 2s infinite;
}

.preloader svg .logo_around {
    animation: colorChangeAround 2s infinite;
}

/* RESPONSIVE */
/*------------*/
/*------------*/
@media only screen and (max-width: 1000px) {
    #burgurbutton {
        display: block
    }

    .dv13 {
        flex-direction: column;
        height: 1000px !important;
    }

    header {
        display: none
    }

    .container {
        margin-top: 60px;
    }

    .social {
        display: flex;
        width: fit-content;
        background: var(--secondbg);
        border-radius: 18px;
        height: 26px;
        margin: 6px;
        color: #ffffff;
    }

    .social svg {
        margin: 3.15px 3.5px;
        width: 20px;
        height: 20px;
    }

    .social span {
        margin: auto 5px auto 10px;
        font-size: 8px;
    }

    .deskline {
        display: none;
    }

    .mobline {
        display: block;
    }

    .landing_content {
        margin: auto;
        flex-direction: column;
    }

    .col1text {
        position: absolute;
        right: -20px;
        width: 86%;
    }

    .col1text .landing_title {
        margin-bottom: 50px;
        font-size: 22px;
    }

    .col1text .firstdesc {
        font-size: 11px;
        margin: 40px auto 10px;
        line-height: 20px;
    }

    .col1text .seconddesc {
        margin-top: 20px;
        font-size: 11px;
    }

    .number_input input[type=number] {
        height: 35px;
        border: none;
        width: 75%;
        border-radius: 500px;
        background-color: #262728;
        padding: 0 16px 0 16px;
        color: #ffffff;
        font-size: 10px;
        font-weight: 300;
        font-family: IRANSans, serif;
    }

    .footerinp input[type=number] {
        width: 93%;

    }

    .number_input svg {
        margin-right: -46px;
        cursor: pointer;
        width: 48px;
        height: auto;
    }

    .col2image {
        height: auto;
    }

    .col2image img {
        width: auto;
        margin-top: 20px;
        max-height: 400%;
    }

    .dv_social {
        flex-direction: column;
    }

    .services .imagepart img {
        width: 100%;
        max-width: 240px;
    }

    .services .listpart h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
    }

    .services .listpart div {
        margin-bottom: 0;
    }

    .services .listpart div svg {
        height: 9px;
        width: auto;
    }

    .services .listpart div span {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 35px;
        margin-right: 18px;
    }

    .price_card {
        padding: 15px;
        border-radius: 12px;
        margin-bottom: 10px !important;
    }

    .price_card .top_part {

    }

    .price_card .top_part h3 {
        font-size: 14px !important;
        font-weight: 500;
    }

    .price_card .top_part img {
        width: 20px !important;
    }

    .price_card .price_button {
        padding: 6px 12px !important;
    }

    .price_card .price_button span {
        font-size: 14px !important;
    }

    .titleh2 {
        font-size: 22px !important;
    }

    .price_part {
        margin-bottom: 50px;
    }

    .price_card .bottom_part h4 {
        font-size: 10px !important;
        line-height: 19px;
    }

    .price_part {
        display: block;
        flex-direction: column;
    }

    .price_part .price_image {
        width: 65%;
        margin: auto;
    }

    .price_part .price_list {
        width: 80%;
        margin: 6px auto;
        height: 58vw;
    }

    .videos {
        align-items: center;
        flex-direction: column;
    }

    .video_card {
        width: 60vw !important;
        margin-bottom: 10px;
    }

    .video_card .video_time span {
        display: flex;
        margin: auto;
        text-align: center;
        margin-top: 2px;
        font-size: 11px !important;
    }

    .video_card p {
        border-radius: 7px !important;
        font-style: normal;
        font-weight: 300;
        font-size: 12px !important;
        padding: 6px 0 !important;
    }

    .video_card .video_time svg {
        height: 12px;
        margin-top: 3px;
    }

    .video_card h3 {
        font-size: 15px !important;
        margin-bottom: 9px !important;
    }

    .desktop_footer {
        display: none;
    }

    .article_card {
        width: 75vw;
        height: 35vw;
    }

    .article_text h4 {
        font-size: 9px !important;
        font-weight: 200 !important;
        line-height: 14px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .article_text h3 {
        width: 100%;
        font-size: 11px !important;
        font-weight: 400 !important;
        line-height: 16px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .article_card .article_content {
        margin: 0 10px !important;
    }

    .article_detail {
        justify-content: left;
        width: 43vw !important;
        background: var(--secondbg);
    }

    .write_info {
        display: none !important;
    }

    .read_button {
        margin: auto;
        height: fit-content !important;
        width: 10vw;
    }

    .read_button span {
        font-size: 12px !important;
    }

    .mobile_footer {
        display: flex;
    }

    .mobilefootersocial {
        display: flex;
    }

    .login {
        width: 96%;
        margin-top: 120px;
    }


    #mobile_button1 {
        display: flex;

    }

    .menu {
        display: none;
    }

    .form_inp {
        justify-content: center;
    }

    .form_inp label {
        width: calc(90vw - 16px);
    }

    .form_butt {
        margin-top: 30px !important;
    }

    .form_butt span {
        width: 90vw;
    }

    #mobile_avatar_div {
        display: flex;
    }


    #mobile_avatar_div span {
        border-color: var(--primebg) !important;
    }

    .rule_plan h3 {

        font-size: 17px;

    }

    .message {
        padding: 13px;
    }

    .message p {
        font-size: 15px !important;
        line-height: 26px !important;
    }

    .message span {
        font-size: 13px !important;
        font-weight: 200 !important;

    }

    table {
        width: 100% !important;
    }

    td {
        font-size: 10px !important;
        padding: 0 2px !important;
    }

    th {
        font-size: 8px !important;
    }

    thead tr {
        height: 25px;
    }

    tbody tr {
        height: 25px;
    }

    form.plan_form label {
        margin-right: -16px !important;
        width: calc(90vw - 16px);
    }

    form.plan_form {
        width: calc(100% - 60px);
        padding: 0 30px !important;
    }

    form.plan_form .chx {
        white-space: wrap !important;
        gap: 2vw !important;

    }

    form.plan_form .chx input {
        display: block;
    }


    form.plan_form br {
        display: none;
    }

    .info_alert {
        margin: 30px auto 60px;
        font-size: 16px !important;
    }

    .videobg {
        height: 200px;
    }

    .price_part .price_image img {
        max-width: 320px;
    }
    
    .herton{
        margin-top: 25px !important;
        margin-bottom: 95px !important;
        font-size: 13px !important;
    
    }
}

.required {
    border: 2px #d71313 solid !important;
}

.filled {
    border-color: var(--primeblue);
}

.empety {
    border-color: #cf1818
}

.info_alert {
    color: #e15151;
    margin: 30px auto 60px;
    font-size: 19px;
    text-align: center;
    display: flex;
}

.info_alert span {
    text-align: center;
    margin: auto;
}

#errorlog {
    display: none;
    color: #ff3c3c;
    text-align: center;
    margin: 10px auto 0
}

.blog {
    display: flex;
    flex-direction: column;
    gap: 4vw;
}

.herton{
    padding:0 6px;
    color: white;
    font-size: 18px;
    margin: 60px auto 25px;
    width: fit-content;
    display:flex;
}

.herton span{
    text-align:center;
}

.herton a{
    color:var(--secondblue);
}


@media only screen and (max-width: 600px) {
    .preloader svg {
        width: 50px;
        height: auto;
    }
}


@keyframes colorChangebg {
    0% {
        background: #000000;
    }
    50% {
        background: #262626;
    }
    100% {
        background: #000000;
    }
}

@keyframes colorChangeMid {
    0% {
        fill: #3484F0;
    }
    50% {
        fill: #ffffff;
    }
    100% {
        fill: #3484F0;
    }
}

@keyframes colorChangeAround {
    0% {
        fill: #ffffff;
    }
    50% {
        fill: #3484F0;
    }
    100% {
        fill: #ffffff;
    }
}