@font-face {
    font-family: byekanbold;
    src: url(/media/static/fonts/Yekan_edit.ttf);
}

@font-face {
    font-family: byekan;
    src: url(/media/static/fonts/Yekan_edit.ttf);
}

body {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fdfdfd;
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 100px;
    overflow-x: hidden;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 13px;
}

.blur-back {
    position: fixed;
    background-image: url(../../blur.jpg);
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0.17;
    position: fixed;
    top: 0;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.column-postmobile {
    display: none;
}

.surf {
    display: none;
}

.filterDiv {
    overflow-y: auto;
}

span {
    font-weight: bold;
}

.score {
    direction: rtl;
    position: absolute;
    left: 25PX;
    display: flex;
    top: -2px;
    color: #0C2652;
}

.score2 {
    direction: rtl;
    position: absolute;
    left: 40px;
    display: flex;
    top: 21px;
    color: #0C2652;
}

.score3 {
    direction: rtl;
    position: absolute;
    left: 25px;
    display: flex;
    top: 20px;
    color: #0C2652;

}

.class-titr p1 {
    font-family: 'byekan';
    color: #0C2652;
    font-weight: 100;
    margin-top: 2px;
}

.score4 {
    direction: rtl;
    position: absolute;
    left: 60px;
    display: flex;
    top: 24px;
    color: #0C2652;
}

.score5 {
    direction: rtl;
    position: absolute;
    left: 204px;
    display: flex;
    top: 34px;
}

.score6 {
    direction: rtl;
    position: absolute;
    left: 5%;
    display: flex;
    top: 20px;
}

.score7 {
    direction: rtl;
    position: absolute;
    left: 267px;
    display: flex;
    top: 33px;
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    background: #0C2652;
    border-radius: 50px;
    border: 4px #fbf7f3 solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.stars-outer {
    position: relative;
    display: inline-block;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ccc;
    margin-left: 31px;
    margin-top: -3px;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8ce0b;
}

.class-pro::-webkit-scrollbar-track {
    margin-top: 20px;

}

.rtl::-webkit-scrollbar-track {
    margin-top: 20px;
}

.heading::-webkit-scrollbar-track {
    margin-top: 20px;

}

.menu {
    display: flex;
    justify-content: space-between;
    direction: rtl;
    width: 90%;
    margin-left: 5%;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    position: fixed;
    top: 0px;
    z-index: 3;
    background-color: rgb(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
}

.paper-circle-1 {
    display: block;
    position: fixed;
    height: 90vh;
    width: 90vh;
    border-radius: 100%;
    opacity: 0.025;
    border: solid 100px #02101f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-left: -10vw;
    margin-top: 200px;
    z-index: -1;
}

.paper-circle-2 {
    display: block;
    position: fixed;
    height: 90vh;
    width: 90vh;
    border-radius: 100%;
    opacity: 0.02;
    border: solid 100px #0F1113;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-left: 52vw;
    margin-top: 1000px;
    z-index: -1;
    left: 150px;
}

.nav ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin-top: 0px;
}

.nav ul li {
    margin-left: 22px;
    padding-top: 22px;
}

a {
    color: #0C2652;
    text-decoration: none !important;
    font-family: 'byekan';
    font-size: 16px;
}

.checked {
    color: orange;
}

.nav li:hover {
    border-top: 2px solid #0C2652;
    transition: width 2s;
    padding-top: 20px;
}

.nav .icon {
    display: none;
}

.sign-login li :hover {
    border-top: 2px solid #0C2652;
    transition: width 2s;
    padding-top: 21px;
}

.sign-login ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 15px;
    cursor: pointer;
    display: flex;
    margin-left: 30px;
}

.sign-login ul li {
    margin-left: 12px;
    font-family: 'byekan';
    padding-top: 21px;
}

.select {
    border-top: 2px solid #0C2652;
    padding-top: 0px;
}

.line {
    border-right: 1px solid black;
    height: 15px;
    margin-left: 8px;
    margin-top: 28px;
}

.banner {
    height: calc(100vw * 6 / 18);
    position: relative;
}

.banner img {
    width: 100%;
    border-radius: 45px;
    position: relative;
    bottom: 30px;
    z-index: -1;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}

.banner-text {
    direction: rtl;
    width: 400px;
    height: auto;
    position: absolute;
    bottom: 7vw;
    right: 1px;
    border-radius: 28px;
    padding: 20px;
    margin-right: 67px;
    cursor: pointer;
    z-index: 2;
    backdrop-filter: blur(45px);
    -webkit-backdrop-filter: blur(45px);
    background-color: #ffffff91;
    opacity: 0.7;
}

.banner-text p {
    font-family: 'byekan';
    margin-top: 0px;
    padding-right: 9px;
    color: #0C2652;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    line-height: 20px;
}

.pbold p {
    font-family: 'byekanbold';
    margin: 0px;
    font-weight: bold;
    padding-right: 0px;
    color: #0C2652;
    margin-right: 9px;
    font-size: 16px;
    margin-bottom: 6px;
}

.price-score {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.price {
    width: 140px;
    height: 30px;
    padding-right: 11px;
    border-radius: 12px;
    margin-right: 8px;
    width: 136px;
    height: 40px;
    background-color: #ffffffad
}

.price p {
    font-family: 'byekanbold';
    color: #0C2652;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    margin-right: 5px;
}

.posts1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    direction: rtl;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
    margin-top: 80px;
}

.posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    direction: rtl;
    width: 100%;
    /* margin-left: 2%; */
    /* margin-right: 2%; */
    position: relative;
    margin-top: 1vw;
    padding: 0 5%;
}

body > div:nth-child(3) > div.banner > div.slideshow-c > div:nth-child(1) > img {
    margin-top: 30px;
}

.posts2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: end;
    direction: rtl;
    width: 90%;
    margin-left: 5%;
    margin-right: 10%;
    position: relative;
    margin-top: 135px;
}

.posts2 > .post-type1 > .pricedis-post1 {
    position: absolute;
    bottom: 40px;
    left: -30px;
}

.slider {
    width: 325px;
    min-height: 370px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 4px solid #fff;;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);

    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;

}

.post {
    width: 324px;
    min-height: 370px;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    cursor: pointer;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    border: 4px solid #fff;;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);

    cursor: pointer;
    position: relative;
    transition: box-shadow 0.2s ease-in-out;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -ms-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
}

.post > .pricedis-post5 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 10px;
    margin-top: 10px;
    position: absolute;
    top: 218px;
    left: -1px;
}

.post img, .slider img {
    border-radius: 20px;
    width: 308px;
    /* height: 215px; */
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 4%), 0px 15px 20px 0px rgb(0 0 0 / 2%);
    display: flex;
    /* margin-right: 2px; */
    margin-top: -5px;
    border-radius: 20px;
    width: 325px;
    height: 215px;
    /* box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 4%), 0px 15px 20px 0px rgb(0 0 0 / 4%); */
    display: flex;
    margin-right: -5px;
    margin-top: -5px;
}

.pricedis-post {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 10px;
    margin-top: -1px;
    position: absolute;
    top: 149px;
    left: -9px;
}

.pricedis-post5 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 10px;
    margin-top: 10px;
    position: absolute;
    top: 218px;
    left: 33px;
}

.pricedis-post2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 10px;
    margin-top: 10px;
}

.pricedis-post3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 10px;
    margin-top: 10px;
    position: absolute;
    top: 50px;
    left: 1px;
}

.pricedis-post4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 10px;
    margin-top: 10px;
    position: absolute;
    top: 50px;
    left: 1px;
}

.discount {
    width: 90px;
    height: 40px;
    position: relative;
    border-radius: 15px;
    bottom: 39px;
    margin-left: 11px;
    margin-bottom: 15px;
    background-image: linear-gradient(to left, #eb9ea470, #ea4b53de);
    /*box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    */
    background-color: #ea4b53b0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.discount p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    margin-top: 8px;
    margin-left: 2px;
    font-weight: 600;
}

.price-dis {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 40px;
    position: relative;
    border-radius: 15px;
    bottom: 39px;
    margin-left: 32px;
    margin-bottom: 27px;
    background-image: linear-gradient(to left, #eee0b0cc, #f7d56fd5);
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    background-color: #f7d56fb0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.price-dis p {
    font-family: 'byekanbold';
    color: #0C2652;
    text-align: center;
    margin-top: 7px;
    font-weight: bold;
    margin-left: 3px;
}

.discount-text {
    position: relative;
    bottom: 38px;
    margin-left: 39px;
    font-weight: bold;
}

.discount-text p {
    font-family: 'byekanbold';
    color: #0c26528f;
    text-align: center;
    margin-top: 17px;
}

body > div:nth-child(3) > div:nth-child(7) > div.slideshow-container2 > div > div.pricedis-post5 > div.price-dis3 > div.line1 {
    border-bottom: 2px solid rgba(255, 0, 0, 0.534);
    border-radius: 10px;
    width: 60px;
    position: relative;
    bottom: 56px;
    right: 11px;
    line-height: 22px;
}

.line1 {
    border-bottom: 2px solid rgba(255, 0, 0, 0.534);
    border-radius: 10px;
    width: 60px;
    position: relative;
    bottom: 56px;
    right: 11px;
    line-height: 22px;
}

.column-post1 > .book > .titr-movie > .left-titr > .pricedis-post4 > .price-dis > .line1 {
    bottom: 65px;
}

.column-post1 > .movie-des > .titr-movie > .left-titr > .pricedis-post3 > .price-dis > .line1 {
    bottom: 66px;
}

.post-text {
    margin-right: 25PX;
    margin-top: 30px;
}

.post-text p {
    font-family: 'byekan';
    color: #0C2652;
    margin-top: 9px;
    margin-left: 25PX;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.ptbold {
    margin-left: 10px;
    top: 20px;
    margin-top: 8px;
    line-height: 23px;
}

.ptbold p {
    font-family: 'byekanbold';
    margin: 0px;
    font-weight: bold;
    padding-right: 0px;
    margin-bottom: 3px;
    font-size: 16px;
    color: #0C2652;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-discount > .ptbold p {
    font-family: 'byekanbold';
    margin: 0px;
    font-weight: bold;
    padding-right: 0px;
    font-size: 15px;
    color: #0C2652;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-post {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: absolute;
    top: 330px;
}

.footer-post p {
    font-family: 'byekanbold';
    margin-right: 25px;
    margin-top: -2px;
    color: #0C2652;
    FONT-SIZE: 13PX;
    FONT-WEIGHT: BOLD;
    opacity: 0.7;
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    direction: rtl;
    justify-content: space-between;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    clear: both;
}

.footer p {
    color: #0C2652;
    font-family: 'byekan';
    font-size: 15px;
    margin-left: 35px;
    margin-right: 35px;
}

.post-type2 {
    width: 500px;
    height: 210px;
    margin: 30px 10px 30px 0px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 4px solid #fff;;
    display: flex;
    flex-direction: row;
    direction: rtl;
    border-radius: 20px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.post-type1 {
    width: 600px;
    height: 210px;
    margin: 30px 10px 30px 0px;
    display: flex;
    flex-direction: row;
    direction: rtl;
    border-radius: 20px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 4px solid #fff;;
    transition: all 0.2s ease-in-out;
}

.post-type1 img, .post-type2 img {
    position: relative;
    border-radius: 25px;
    width: 140px;
    height: 220px;
    right: 16px;
    bottom: 40px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 5%), 0px 5px 18px 0px rgb(0 0 0 / 15%);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.post-discount {
    display: flex;
    flex-direction: column;
    padding: 0px 47px 0px 20px;
}

.titr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4px;
}

.titr p {
    font-family: 'byekanbold';
    font-size: 17px;
    color: #0C2652;
    margin-top: 38px;
    margin-bottom: 0px;
    margin-right: 0px;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
}

.post-des {
    width: 300px;
}

body > div:nth-child(3) > div.column-post > div > div.class-des1 > div.class-time {
    bottom: 18px;
}

.post-des p {
    font-family: 'byekan';
    color: #0C2652;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 12px;
    line-height: 22px;
}

.discount1 {

    width: 90px;
    height: 40px;
    border-radius: 10px;
    margin-left: 15px;
    background-image: linear-gradient(to left, #eb9ea4b9, #ea4b53de);
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
}

.discount1 p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    margin-top: 8px;
}

.price-des {
    flex-direction: column;
    border-radius: 10px;
    margin-left: 21px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    position: relative;
    background-image: linear-gradient(to left, #eee0b0cc, #f7d56fd5);
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    background-color: #f7d56fa3;
    width: 120px;
    height: 40px;
    margin-top: -1px;
}

.price-des p {
    font-family: 'byekanbold';
    color: #0C2652;
    text-align: center;
    margin-top: 9px;
    display: block;
    overflow: hidden;
    text-overflow: unset;
    font-weight: bold;
    font-size: 14px;
}

.distext-type2 {
    position: relative;
    bottom: 67px;

}

.distext-type2 p {
    color: #0c26528f;
    margin-left: 40px;
}

.line2 {
    border-bottom: 2px solid rgba(255, 0, 0, 0.534);
    border-radius: 10px;
    width: 60px;
    position: relative;
    bottom: 95px;
    right: 10px;
}

.column1 {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 40px 0px 30px 0px;
    position: relative;
}

.column3 {
    display: flex;
    flex-direction: column;
    margin: 0px 0px 30px 0px;
    width: 47%;
    position: relative;
}

.column1 p, .column3 p {
    font-family: 'byekanbold';
    color: #0C2652;
    margin-right: 30px;
    font-size: 23px;
    margin-bottom: 10px;
}

.line3 {
    border-bottom: 1px solid #0c26527d;
    width: auto
}

.row1 {
    display: flex;
    flex-direction: row;
    width: 97%;
    background-color: white;
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    height: 60px;
    border-right: 12px solid #FB474C;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.row1 p {
    font-family: 'byekanbold';
    font-size: 18px;
    color: #394E73;
    align-items: center;
    /*width: 100px;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.line4 {
    border-left: 2px solid #0C2652;
    height: 25px;
    margin-top: 18px;
    margin-right: 30px;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-thumb {
    border: 3px #fbf7f3 solid;
}

.download {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 5%
}

.download1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 60px;
    cursor: pointer;
    position: absolute;
    right: 65%;
}

.fa-caret-down {
    margin-top: 8px;
    margin-right: 5px;
}

.column2 {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin: 40px 0px 30px 0px;
    position: relative;
}

.column4 {
    display: flex;
    flex-direction: column;
    margin: 0px 30px 30px 0px;
    width: 47%;
    position: relative;
}

.column2 p, .column4 p {
    font-family: 'byekanbold';
    color: #0C2652;
    margin-right: 30px;
    font-size: 23px;
    margin-bottom: 10px;
}

.column2 p1, .column4 p1 {
    font-family: 'byekanbold';
    color: #0C2652;
    margin-right: 30px;
    font-size: 18px;
    margin-bottom: 14px;
    text-decoration: underline;
    text-underline-offset: 21px;
    text-decoration-color: #ea4b53;
    text-decoration-thickness: 3px;
    z-index: 2;
}

.column1 p1, .column3 p1 {
    font-family: 'byekanbold';
    color: #0C2652;
    margin-right: 30px;
    font-size: 18px;
    margin-bottom: 14px;
    text-decoration: underline;
    text-underline-offset: 20px;
    text-decoration-color: #ea4b53;
    text-decoration-thickness: 3px;
    z-index: 2;
}

.row2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    height: 60px;
    border-right: 12px solid #5AD5CA;
    cursor: pointer;
    transition: all 0.2s ease-in-out;

}

.row3 {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    height: 60px;
    border-right: 12px solid #FB474C;
    cursor: pointer;
    transition: all 0.2s ease-in-out;

}

.row2 p {
    font-family: 'byekanbold';
    font-size: 16px;
    color: #0C2652;
    align-items: center;
    line-height: 29px;
}

.row3 p {
    font-family: 'byekanbold';
    font-size: 16px;
    color: #0C2652;
    align-items: center;
    line-height: 29px;
}

.column-post {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    direction: rtl;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 100px;
}

.column-post1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    direction: rtl;
    padding-right: 20px;
    width: 90%;
    margin-left: 5%;
    margin-right: 10%;
    margin-top: 108px;
}

.movie {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.movie-list {
    direction: ltr;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F5F8FB;
    width: 30%;
    height: 430px;
    border-radius: 15px;
    overflow-y: scroll;
    margin: 20px 0px 20px 20px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 4px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);
}

.row-green {
    display: flex;
    flex-direction: row;
    direction: rtl;
    width: 90%;
    background-color: white;
    border-radius: 12px;
    margin-top: 15px;
    height: 50px;
    border-right: 12px solid #5AD5CA;
    align-items: center;
    cursor: pointer;
    transition: background 0.4s;
    margin-right: -10px;
    transition: all 0.2s ease-in-out;
}

.row-green:hover {
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);
}

.row-green:active {
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);
    background-color: #efefef;
    background-size: 100%;
    transition: background 0s;
}

.row-green p {
    font-family: 'byekanbold';
    font-size: 15px;
    color: #394E73;
    align-items: center;
    margin-right: 20px;
}

.row-red {
    display: flex;
    flex-direction: row;
    direction: rtl;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    margin-top: 15px;
    height: 50px;
    border-right: 12px solid #FB474C;
    align-items: center;
    margin-right: -10px;
}

.row-red p {
    font-family: 'byekanbold';
    font-size: 15px;
    color: #394E73;
    align-items: center;
    margin-right: 20px;
}

.movie-file {
    align-items: center;
    background-color: #F5F8FB;
    width: 70%;
    height: 430px;
    border-radius: 15px;
    direction: ltr;
    margin: 20px 0px 20px 20px;
}

.movie-file1 {
    align-items: center;
    background-color: #F5F8FB;
    width: 70%;
    height: 430px;
    border-radius: 15px;
    direction: ltr;
    margin: 20px 0px 20px 0px;
}

.movie-des {
    background-color: #FCFDFD;
    border-radius: 20px;
    width: 100%;
    height: 230px;
    padding: 30px;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

body > div:nth-child(3) > div.column-post1 > div.book > div.score7 {
    left: 280px;
}

.right-titr p {
    font-family: 'byekanbold';
    color: #0C2652;
    font-weight: bold;
    font-size: 18px;
    margin-right: 0px;
    margin-top: 0;
}

.movie-description p {
    font-family: 'byekan';
    color: #0C2652;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 25px;

}

.buy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
    position: absolute;
    bottom: 0px;
}

.date-movie {
    color: #8290A6;
    font-family: 'byekan';
}

.buy-movie {
    display: flex;
    flex-direction: row;
}

.buy-shop {
    width: 150px;
    height: 40px;
    background-image: linear-gradient(to left, #76859ebd, #3F5376);
    border-radius: 15px;
    align-items: center;
    margin-right: 20px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    cursor: pointer;
    border: none;

}

.buy-shop5 {
    width: 150px;
    height: 40px;
    background-image: linear-gradient(to left, #76859ebd, #3F5376);
    border-radius: 15px;
    align-items: center;
    margin-right: 20px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
    outline: none;
    border: none;
    font-family: 'byekanbold';
    font-size: 15px;
    color: white;
    text-align: center;
}

.buy-shop p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    margin-top: 10px;
}

.buy-shop3 {
    width: 150px;
    height: 40px;
    background-image: linear-gradient(to left, #76859ebd, #3F5376);
    border-radius: 15px;
    align-items: center;
    margin-right: 20px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    cursor: pointer;
    outline: none;
    border: none;
}

.buy-shop3 p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
}

.movie-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: white;
    margin: 20px 0px 20px 20px;
    border-radius: 25px;
    height: 50px;
    padding: 5px 10px 5px 0px;
    align-items: center;
    position: relative;
}

.fa {
    background-color: unset;
    border: none;
    cursor: pointer;
    border: none;
}

.fa {
    background-color: unset;
    border: none;
    cursor: pointer;
}

.fa:focus-visible {
    border: none;
}

.error-box {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
    transition: 0.6s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    background-color: #cbcfd0;
    color: #535556;
    direction: rtl;
    font-family: 'byekanbold';
    font-size: 23px;
    padding-right: 20px;
    border-radius: 9px;
}

.error-box p {
    margin-right: 20px;
}

.movie-comment {
    position: relative;
}

.contact-box {
    display: flex;
    flex-direction: row;
    width: 90vw;
    margin: 20px 0px 20px 0px;
    border-radius: 12px;
    height: 60px;
    padding: 5px 10px 5px 0px;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    border: 4px solid #fff;
    border-radius: 17px;
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.movie-box1 {

    display: flex;
    flex-direction: row;
    margin: 30px 0px 20px 0px;
    border-radius: 12px;
    height: 60px;
    padding: 5px 10px 5px 0px;
    align-items: center;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    border: 4px solid #fff;
    border-radius: 17px;
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.fa-star {
    padding: 1px;
}

.name {
    width: 130px;
    height: 40px;
    border-radius: 11px;
    background-color: #7c89a226;
    align-items: center;
}

.name-input {
    border: none;
    background-color: transparent;
    width: 100px;
    height: 30px;
    margin-top: 2px;
    margin-right: 10px;
    font-family: 'byekan';
    color: #7C89A2;
    font-size: 17px;
    opacity: 0.5;
    margin-top: 5px;
    margin-right: 14px;
}

input:focus {
    outline: none;
}

.comment-write {
    width: 59%;
    height: 40px;
    border-radius: 11px;
    background-color: #7c89a226;
    align-items: center;
    margin-right: 10px;
}

.comment-input {
    border: none;
    background-color: transparent;
    width: 80%;
    height: 30px;
    margin-top: 2px;
    margin-right: 10px;
    font-family: 'byekan';
    color: #7C89A2;
    font-size: 18px;
    margin-top: 6px;
    margin-right: 18px;
    opacity: 0.5;
}

.submit-comment {
    width: 120px;
    height: 40px;
    background-image: linear-gradient(to left, #435d88bd, #3F5376);
    border-radius: 15px;
    align-items: center;
    margin-right: 20px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    position: absolute;
    left: 8px;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.column-postmobile1 {
    display: none;
}

.submit-comment p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    margin-top: 7px;
    font-weight: 800;
}

.submit-comment1 {
    width: 100px;
    height: 50px;
    background-image: linear-gradient(to left, #76859ebd, #3F5376);
    border-radius: 15px;
    align-items: center;
    margin-right: 8px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    position: absolute;
    right: 100%;
}

.submit-comment1 p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    margin-top: 10px;
}

.comment, .commentb {
    margin-bottom: 40px;
    width: 100%;
}

.comment1 {
    margin-right: 0px;
    width: 100%;
}

.alert-box1 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    direction: rtl;
    margin-top: 10px;
    margin-top: 100px;
}

.alert1 {
    padding: 12px;
    background-color: #f44336a9;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: -90px;
    text-align: start;
    align-items: center;
    border-radius: 25px;
    font-family: 'byekanbold';
    width: 100%;
    border-radius: 20px;
    padding: 10px 30px;
}

.alert1.success1 {

    height: 50px;
    background-color: #4caf4fa6;
}

.comment-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: max-content;
    position: relative;
    padding: 10px 25px;
    background-color: #ffffff52;
    margin-bottom: 9px;
    border-radius: 15px;
    border: 3px #e0e4edb0 solid;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    flex-wrap: wrap;
}

.comment-text > .pcbold p {
    font-family: 'byekanbold' !important;
    width: 10vw;
    margin: 0px;
    padding-right: 0px;
    color: #0C2652;
    font-weight: bold;
    margin-right: 14px;
    text-decoration-thickness: 2px;

}

.comment-text p {
    font-family: 'byekan';
    color: #0C2652;
    font-size: 13px;
    margin-left: 10px;
    width: max-content;
    height: auto;
}

.book {
    width: 100%;
    height: 260px;
    background-color: white;
    /*margin: 60px 0px 0px 20px;*/
    margin: 30px 0px 0px 20px;
    padding: 5px 250px 5px 30px;
    border-radius: 40px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    border: 4px solid #fff;
}

.rating {
    float: left;
    width: 300px;
}

.rating span {
    float: right;
    position: relative;
}

.rating span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.rating span label {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFF;
    background: #ccc;
    font-size: 30px;
    margin-right: 2px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    background: #F90;
    color: #FFF;
}

.buy-book {
    height: 40px;
    display: flex;
    width: 350px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 22px;
    position: absolute;
    bottom: 0;
    left: 1px;
}

.download-pdf {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    width: 150px;
    height: 40px;
    cursor: pointer;
}

.download-pdf p {
    font-family: 'byekanbold';
    color: #0C2652;
    font-weight: bold;
}

.download-mo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    width: 150px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    bottom: 14px;
    background-color: #ffffff9e;
}

.download-mo p {
    display: inline;
    margin-left: 0px;
    font-family: 'byekanbold';
    color: #0C2652;
}

.download-mo1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    width: 150px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    left: 127px;
    bottom: 20px;
}

.download-mo1 p {
    display: inline;
    margin-left: 0px;
    font-family: 'byekanbold';
    color: #0C2652;
}

.column-post1 img {
    width: 180px;
    height: 280px;
    position: relative;
    border-radius: 30px;
    bottom: 303px;
    right: 26px;
}

.book-des {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.753);
    width: 100%;
    margin: 0px 0px 0px 40px;
    padding: 5px 5% 5px 5%;
    border-radius: 15px;
    position: relative;
    bottom: 250px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.btd {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    font-family: 'byekan';
    color: #0C2652;
}

.btd > .ptbold p {
    font-family: 'byekanbold';
    color: #0C2652;
    font-size: 17px;
}

.btd p {
    margin-right: 10px;
}

.comment-form {
    display: flex;
    width: 100%;
}

.book-comment {
    position: relative;
    bottom: 250px;
    width: 100%;
}

.contact {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    /*margin-top: 50px;*/
    margin-left: 67px;
    margin-bottom: 80px;
}

.contact p {
    font-family: 'byekanbold';
    color: #0C2652;
    font-size: 25px;
}

.contact1 {
    display: flex;
    width: 50%;
    flex-direction: column;
    margin-top: 0px;
    margin-left: 50px;
    margin-bottom: 80px;
}

.contact1 p {
    font-family: 'byekanbold';
    color: #0C2652;
    font-size: 25px;
}

.contact-des {
    background-color: #ffffffa3;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    border-radius: 25px;
    padding: 20px;
    margin-top: 27px

}

.contact-des p {
    font-family: 'byekan';
    color: #0C2652;
    font-size: 14px;
    direction: rtl;
    line-height: 24px;
    padding: 0 10px;
}

.contact-img {
    width: 50%;
}

.contact-img img {
    margin-top: 30px;
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.social, .social1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffffa3;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    border-radius: 14px;
    padding: 15px 20px;
    margin-top: 15px;
    cursor: pointer;
}

.name-con {
    display: flex;
    flex-direction: row;
    color: #0C2652;
}

.name-con p {
    margin: 0px;
    font-family: 'byekan';
    color: #0C2652;
    font-size: 15px;
}

.fa-envelope, .fa-instagram, .fa-telegram-plane {
    margin-left: 8px;
    font-size: 18px;
}

.addres-con p {
    direction: ltr;
    font-family: 'byekan';
    color: #0C2652;
    font-size: 15px;
    margin: 0px;
}

.login-box {
    display: flex;
    flex-direction: column;
    margin-top: 115px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-radius: 25px;
    width: 500px;
    height: 390px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 0px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    border: 3px solid #fff;
    border-radius: 32px;
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);
}

.login-box p {
    font-family: 'byekanbold';
    color: #0C2652;
    font-size: 30px;
}

.mobile-login p {
    font-family: 'byekanbold';
    color: #0C2652;
    font-size: 20px;

}

.mobile-box {
    width: 400px;
    height: 40px;
    border-radius: 20px;
    background-color: #e5e5e5;
    align-items: center;
}

.mobile-box1 {
    margin-top: 30px;
    width: 400px;
    height: 50px;
    border-radius: 15px;
    background-color: #e5e5e5;
    align-items: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

body > div:nth-child(3) > div.posts > div > div.login-box > div > p {
    font-size: 18px;
    font-weight: normal;
}

body > div:nth-child(3) > div.posts > div > div.login-box > p {
    font-size: 24px;
    font-weight: bold;
}

body > div:nth-child(3) > div.posts > div > div.login-box {
    padding-top: 15px;
}

.mobile-input {
    border: none;
    width: 380px;
    height: 30px;
    text-align: center;
    margin-top: 8px;
    margin-right: 10px;
    font-family: 'byekan';
    color: #1e4590;
    font-size: 18px;
    background-color: #e5e5e5 !important;
}

.send-code {
    width: 200px;
    height: 45px;
    background-color: #0c2652;
    border-radius: 15px;
    align-items: center;
    float: left;
    margin: 20px;
    margin-top: 30px;
    margin-left: 100px;
    cursor: pointer;
    border: none;
    Outline: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.send-code:hover {
    background: #081d40 radial-gradient(circle, transparent 1%, #081d40 1%) center/15000%;
}

.send-code p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    margin-top: 11px;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.9;
}

.code-input {
    border: none;
    background-color: #e5e5e5;
    width: 380px;
    height: 30px;
    margin-top: 6px;
    margin-right: 10px;
    font-family: 'byekan';
    color: #7C89A2;
    font-size: 18px;
    text-align: center;

}

.log-in {
    display: flex;
    justify-content: center;
    width: 200px;
    height: 40px;
    background-color: #FB474C;
    border-radius: 25px;
    align-items: center;
    margin: 50px;
    margin-top: 40px;
    margin-right: 110px;
    cursor: pointer;
    outline: none;
    background-position: center;
    transition: background 0.8s;
    border: none;
}

.log-in:hover {
    background: #ff7072 radial-gradient(circle, transparent 1%, #ff7072 1%) center/15000%;
}

.log-in p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}

.tnx {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.tnx p {
    direction: rtl;
    font-family: 'byekanbold';
    color: #0CC3AF;
    font-size: 17px;
    margin-top: 0px;
    font-weight: bold;
    margin-right: -45px;
    top: -24px;
    margin-top: -8px;
    opacity: 0.9;
}

body > div:nth-child(3) > div.posts {
    margin-top: 4vh;
}

.banner-home img {
    border-radius: 35px;

}

.info {
    text-align: center;
    position: relative;
    bottom: 390px;
}

.info h1 {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.63);

}

.class-div {
    direction: rtl;
    margin-left: 2%;
    margin-right: 2%;
    position: relative;
    margin-top: 15px;
}

.titr-class {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.titr-class p {
    font-family: 'byekanbold';
    color: #0C2652;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 17px;
    text-decoration-color: #ea4b53;
    text-decoration-thickness: 3px;
    z-index: 2;
    z-index: 2;
    padding-left: 40px;
    padding-right: 40px;
    width: fit-content;
    cursor: pointer;
}

.slideshow-container, .slideshow-container2, .slideshow-container3, .slideshow-container4 {
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-color: #0C2652 #f1f1f1;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-right: 45px;
    margin-left: 58px;
    position: relative;
    padding-top: 10px;
}

.slideshow-container, .slideshow-container2, .slideshow-container3, .slideshow-container4::-webkit-scrollbar {
    /*display: none;*/
}

.arrow {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    display: inline-block;
    opacity: 0.8;
    font-size: 1.4rem !important;
    transition: box-shadow 0.01s ease-in-out;
    -webkit-transition: box-shadow 0.01s ease-in-out;
    -moz-transition: box-shadow 0.01s ease-in-out;
    -ms-transition: box-shadow 0.01s ease-in-out;
    -o-transition: box-shadow 0.01s ease-in-out;
    margin-top: 10px;
}

/*.nav-prev, .nav-prev1, .nav-prev2, .nav-prev3 {*/
/*display: block;*/
/*width: 40px;*/
/*height: 80px;*/
/*cursor: pointer;*/
/*position: absolute;*/
/*left: 7px;*/
/*margin-top: 70px;*/
/*z-index: 1;*/
/*color: black;*/
/*font-weight: bold;*/
/*font-size: 40px;*/
/*padding-top: 11px;*/
/*text-align: center;*/
/*transition: 0.6s ease;*/
/*user-select: none;*/
/*}*/

.nav-prev {
    display: block;
    width: 40px;
    /* height: 76px; */
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 87px;
    z-index: 1;
    color: #0C2652;
    font-weight: bold;
    font-size: 40px;
    padding-top: 11px;
    text-align: center;
    transition: 0.6s ease;
    user-select: none;
    padding: 115px 0;
}

.nav-prev3 {
    display: block;
    width: 40px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    left: 7px;
    top: 110px;
    z-index: 1;
    color: black;
    font-weight: bold;
    font-size: 40px;
    padding-top: 11px;
    text-align: center;
    transition: 0.6s ease;
    user-select: none;
}

.nav-prev1 {
    display: block;
    width: 40px;
    /* height: 76px; */
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 102px;
    z-index: 1;
    color: #0C2652;
    font-weight: bold;
    font-size: 40px;
    padding-top: 11px;
    text-align: center;
    transition: 0.6s ease;
    user-select: none;
    padding: 172px 0;
}

.nav-prev2 {
    display: block;
    width: 40px;
    /* height: 76px; */
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 96px;
    z-index: 1;
    color: #0C2652;
    font-weight: bold;
    font-size: 40px;
    padding-top: 11px;
    text-align: center;
    transition: 0.6s ease;
    user-select: none;
    padding: 109px 0;
}

.nav-next {
    display: block;
    width: 40px;
    /* height: 80px; */
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 93px;
    z-index: 1;
    color: #0C2652;
    font-weight: bold;
    font-size: 40px;
    padding-top: 11px;
    text-align: center;
    transition: 0.6s ease;
    user-select: none;
    padding: 110px 0;
}

.nav-next1 {

    display: block;
    width: 40px;
    /* height: 80px; */
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 102px;
    z-index: 1;
    color: #0C2652;
    font-weight: bold;
    font-size: 40px;
    padding-top: 11px;
    text-align: center;
    transition: 0.6s ease;
    user-select: none;
    padding: 172px 0;
}

.nav-next2 {
    display: block;
    width: 40px;
    /* height: 80px; */
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 85px;
    z-index: 1;
    color: #0C2652;
    font-weight: bold;
    font-size: 40px;
    padding-top: 11px;
    text-align: center;
    transition: 0.6s ease;
    user-select: none;
    padding: 109px 0;
}

.nav-next3 {
    display: block;
    width: 40px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 110px;
    z-index: 1;
    color: black;
    font-weight: bold;
    font-size: 40px;
    padding-top: 11px;
    text-align: center;
    transition: 0.6s ease;
    user-select: none;
}

.class-des2 {
    text-align: right;
    width: 400px;
    height: 220px;
    position: relative;
    top: 5px;
    right: -65px;
}

.slideshow-container1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0 30px;
    justify-content: space-around;
    align-items: baseline;
}

.myslides {
    height: 250px;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    padding: 8px;
    margin-left: 10px;
    margin-right: 10px;
    direction: rtl;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 3px solid #fff;
    border-radius: 32px;
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);

    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
    width: fit-content;
    padding-left: 40px;

}

.myslides img {
    border-radius: 20px;
    width: 232px;
    height: 232px;
    margin-left: 0px;
    margin-right: -1px;
    /* top: -13px; */
    margin-top: -2px;
}

.class-dis {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 145px;
    left: 88px;
    height: 50px;
}

.discountcl {
    width: 90px;
    height: 35px;
    position: relative;
    border-radius: 10px;
    bottom: 52px;
    margin-bottom: 10px;
    background-image: linear-gradient(to left, #eb9ea4b9, #ea4b53de);
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    background-color: #ea4b53bd;
    left: -20px;
    margin-right: 9px;
}

.discountcl p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}

.price-discl {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 40px;
    position: relative;
    border-radius: 10px;
    bottom: 52px;
    margin-bottom: 10px;
    background-image: linear-gradient(to left, #eee0b0cc, #f7d56fd5);
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    background-color: #f7d56fa3;
}

.class-des {
    text-align: right;
    width: 70%;
    height: 200px;
    margin-right: -70px;
    margin-top: 10px;
}

.class-des1 {
    text-align: right;
    height: 215px;
    top: 10px;
    right: -60px;
    position: relative;
}

.price-discl p {
    font-family: 'byekanbold';
    color: #0C2652;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    margin-left: 2px;
}

.class-titr {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 30px;
    font-weight: bold;
    width: 75%;
}

.class-titr p {
    font-family: 'byekan';
    color: #0C2652;
    line-height: 25px;
}

.line5 {
    border-right: 1px solid #0C2652;
    height: 15px;
    margin-left: 10px;
}

.modares p {
    font-family: 'byekan';
    color: #0C2652;
    margin-top: 0px;
    font-size: 15px;
}

.class-text p {
    font-family: 'byekan';
    color: #0C2652;
    margin-top: 17px;
    font-size: 14px;
    display: -webkit-box;
    line-height: 1.8;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

.time-post {
    margin-top: 5px;
}

.class-time p {
    display: inline;
    font-family: 'byekanbold';
    color: #0C2652;

}

.class-time2 {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 14px;
}

.class-time2 p {
    display: inline;
    margin-left: 22px;
    font-size: 14px;
    font-family: 'byekanbold';
    color: #0C2652;
}

.class-time-tite {
    font-weight: bold
}

.home-news {
    width: 45%;
    height: auto;
    background-color: #E5F1F5;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
    cursor: pointer;
}

.news-bold p {
    font-family: 'byekanbold';
    color: #0C2652;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
}

.news-text {
    font-family: 'byekan';
    color: #0C2652;
    margin-bottom: 30px;
    width: 550px;
}

.news-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 550px;
}

.news-text1 {
    font-family: 'byekan';
    color: #0C2652;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
    line-height: 2;
}

.class {
    display: flex;
    flex-direction: column;
    direction: rtl;
    margin-top: 20px;
    width: 100%;
}

.class-list {
    direction: rtl;
    display: flex;
    flex-direction: row;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    padding: 6px;
    width: 100%;
    height: 225px;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
    border: 4px solid #fff;
    border-radius: 32px;
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.class-list img {
    border-radius: 30px;
    width: 206px;
    height: 206px;
}

.class-titr > .buy-shop p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    margin-top: 10px;
}

.class-titr > .buy-shop5 p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    margin-top: 10px;
}

.news {
    display: flex;
    flex-direction: column;
    direction: rtl;
    margin-top: 106px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.news-page {
    display: flex;
    flex-direction: column-reverse;
}

.news-img img {
    border-radius: 15px;
    width: 100%;
    height: 300px;
}

.news-page > .home-news {
    width: 100%;
    height: 100%;
    background-color: #F7F4FB;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.proimg {
    width: 38px;
    height: 38px;
    margin-top: 16px;
}

.proimg img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    /* margin-left: 16px; */
}

.web-pro {
    display: flex;
    flex-direction: row;
    direction: rtl;
    margin-bottom: 30px;
    width: 96%;
    margin-left: 60px;
    margin-top: 70px;
}

.pro-menu {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    background-color: #ffffff;
    border-radius: 25px 0px 0px 25px;
    width: 200px;
    justify-content: center;
    height: 450px;
    height: auto;
    box-shadow: 2px 0px 9px 4px rgb(0 0 0 / 1%), 20px 6px 20px 5px rgb(0 0 0 / 1%);
    justify-content: space-evenly;
}

.contact1 img {
    width: 100% !important;
    height: auto !important;
}

.filterDiv {
    height: 90%;
    width: 100%;
    margin-right: 5px;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.filterDiv1 {
    width: 100%;
    height: 100%;
    margin-right: 5px;
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

.rtl {
    direction: ltr;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #0C2652 #f1f1f1;
    scrollbar-width: thin;
}

.sign-class {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
    height: 100%;
}

.show {
    display: block;
}

.container {
    margin-top: 46px;
    margin-right: 20px;
    direction: rtl;
    display: flex;
    flex-direction: row;
    width: 82%;
    height: 80vh;
    background-color: #f5f5f5;
    border-radius: 25px;
}

.banner-home {
    margin-bottom: -30px;
}

.mobile-post {
    display: none;
}

.mobile-post1 {
    display: none;
}

.btn {
    border: none;
    outline: none;
    padding: 20px 25px;
    cursor: pointer;
    background-color: white;
    font-family: 'byekan';
    color: #6C7B96;
    font-size: 15px;
}

.btn:hover {
    color: #1d2a41;
}

.btn:focus-within {
    color: #0C2652;
    border-right: 2px solid #FB474C;
}

.line6 {
    border-bottom: 1px solid #9ba0a5;
    width: 30px;
    align-items: center;
    margin: 10px 85px 10px 0px;
}

.class-pro {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    direction: ltr;
    scrollbar-color: #0C2652 #f1f1f1;
    scrollbar-width: thin;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 2%;
    align-items: flex-end;
    width: max-content;
}

.personal {
    display: flex;
    flex-direction: column;
    margin: 10px;
    margin-top: 0px;
    width: 320px;
    height: 100%;
}

.personal-div {
    width: 250px;
    margin-bottom: 33px;
    height: 200px;
    padding: 30px;
    margin-right: 20px;
    background-color: white;
    border-radius: 25px;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    height: 250px;
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    justify-content: space-evenly;
    width: auto;
    min-width: 300px;
}

#myBtnContainer > div {
    display: none;
}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show > div > div.class-pro > div > div {
    text-align: right;
    width: auto;
    height: 200px;
    margin-right: 19px;
    margin-top: 19px;
}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show > div > div.class-pro {
    padding-right: 0;
}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show {
    padding: 2% 1% 2% 3%;
}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show > div > div.class-pro > div > div > div.class-time3 {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    width: -webkit-fill-available;
    flex-wrap: wrap;
}

body > div:nth-child(3) > div.web-pro > div.container > div.filterDiv1.signclass.show > div > div.class-pro > div > div > div.class-time3 p {

    line-height: 22px;
}

.video-per img {
    border-radius: 15px;
    width: 250px;
    margin-right: 20px;
    height: 250px;
    width: 95%;
}

.right-per {
    color: #0C2652;
    font-family: 'byekanbold';
}

.left-per {
    color: #0C2652;
    font-family: 'byekan';
    text-align: left;
    direction: ltr;
    margin-bottom: 8px;
}

.video-class {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: start;
    padding-right: 2%;
    direction: rtl;
    margin-right: 10px;
    margin-top: 10px;

}

.refrenced {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 400px;
    direction: rtl;
}

.level-shop {
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-right: 30px;
    background-color: white;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    border-radius: 25px;
    margin-top: 60px;
    width: 260px;
    height: 220px;
}

.circle {
    height: 10px;
    width: 10px;
    background-color: #00C0AC;
    border-radius: 50%;
    margin-left: 10px;
}

.circle1 {
    height: 10px;
    width: 10px;
    border: 1px solid black;
    border-radius: 50%;
    margin-left: 10px;
}

.level {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.level p {
    color: #0C2652;
    font-family: 'byekan';
}

.line7 {
    border-right: 2px solid red;
    height: 40px;
    margin-right: 3px;
}

.profile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 95%;
    height: 68vh;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
    justify-content: space-evenly;
}

.right-div {
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.left-div {
    height: fit-content;
}

.profile p {
    margin-bottom: 2px;
    font-family: 'byekan';
    color: #6C7B96;
}

.form {
    width: 400px;
    height: 40px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    background-color: #F2F4F8;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: 'byekan';
    color: rgba(64, 64, 64, 0.74);
}

.form[type="email"] {
    direction: ltr;
    float: right;
}

.save {
    width: 150px;
    height: 45px;
    background-color: #0C2652;
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    position: absolute;
    bottom: -45px;
    left: 5px;

}

.left-div img {
    border-radius: 15px;
    width: 200px;
    height: 150px;
    margin-top: 45px;
}

.send-box {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 950px;
    height: 400px;
    overflow-y: scroll;
}

.comment-box {
    background-color: white;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    width: 820px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    position: relative;
}

.comment-send {
    border: none;
    background-color: #EFF1F5;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 8px;
    font-family: 'byekan';
    color: #7C89A2;
    font-size: 18px;
}

.comments {
    display: flex;
    flex-direction: row;
    width: 900px;
    margin-top: 30px;
}

.admin-comment {
    width: 100px;
    height: 30px;
    border-left: 2px solid #5AD5CA;
    color: #0C2652;
    font-family: 'byekan';
    align-items: center;
    margin-left: 15px;
}

.admin-comment p {
    text-align: center;
    margin: 0px;
}

.comment-pro p {
    color: #0C2652;
    font-family: 'byekan';
    margin: 0px;
    font-size: 13px;
}

.name-comment {
    width: 100px;
    height: 30px;
    border-left: 2px solid red;
    color: #0C2652;
    font-family: 'byekan';
    align-items: center;
    margin-left: 15px;
}

.name-comment p {
    text-align: center;
    margin: 0px;
}

.mobile-pro {
    display: none;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #555;
    margin-top: 8px;
    margin-right: 0px;
}

.triangle-down2 {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #555;
    margin-top: 3px;
    margin-right: 4px;
}

.triangle-down1 {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #555;
    margin-top: 5px;
    margin-right: 5px;
}

.class-time {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    position: absolute;
    bottom: 7px;
    width: 50vw;
    justify-content: space-between;
}

.class-time3 {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}

.class-time3 p {
    display: inline;
    margin-left: 32px;
    font-family: 'byekanbold';
    color: #0C2652;
}

.class-mobile {
    display: none;
}

.heading {
    display: flex;
    flex-direction: column;
    background-color: #ffffffd4;
    border-radius: 30px;
    margin-top: 10px;
    height: 220px;
    width: 100%;
    direction: ltr;
    scrollbar-color: #0C2652 #f1f1f1;
    scrollbar-width: thin;
    overflow-y: auto;
    overflow-x: hidden;
}

.heading-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    margin: 10px;
    border-radius: 25px;
    direction: rtl;
    cursor: pointer;
}

.heading-row p {
    margin-left: 20px;
    margin-right: 10px;
}

.headingp {
    color: #0C2652;
    font-family: 'byekan';
    margin-right: 50px;
}

.movie-div {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 400px;
    margin-top: 20px;
}

.movie-div img {
    border-radius: 15px;
    width: 1070px;
    height: 400px;
}

.cr {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 80px;
}

body > div:nth-child(3) > div.posts > div {
    margin-top: 50px;
}

.web-buy {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    display: flex;
    justify-content: center;
}

.buy-window1 {
    height: 20%;
    width: 80%;
    padding: 20px 50px 30px;
    background-color: white;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    border-radius: 20px;
    direction: rtl;
    margin-top: 30px;
    position: relative;
}

.buy-window2 {
    display: flex;
    flex-direction: row;
    height: 20%;
    width: 80%;
    background-color: white;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    border-radius: 20px;
    direction: rtl;
    margin-top: 30px;
    justify-content: space-between;
    position: relative;
}

.text-row1 {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
}

.inputs {
    display: flex;
    flex-direction: column;
}

.buttons {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 60px;
    bottom: 35px;
}

.add-input {
    background-color: #EFF1F5;
    width: 550px;
    height: 20px;
    margin-top: 2px;
    margin-right: 10px;
    border: 1px solid #e6e9ef;
    border-radius: 15px;
    font-family: 'byekan';
    color: #7C89A2;
    font-size: 18px;
    padding: 17px;
    margin-bottom: 10px;
}

.post-input {
    background-color: #EFF1F5;
    width: 350px;
    height: 20px;
    margin-top: 2px;
    margin-right: 10px;
    border: 1px solid #e6e9ef;
    border-radius: 15px;
    font-family: 'byekan';
    color: #7C89A2;
    font-size: 18px;
    padding: 17px;
    margin-bottom: 10px;
}

.button1 {
    width: 130px;
    height: 35px;
    background-image: linear-gradient(to left, #697794d3, #1D345E);
    border-radius: 10px;
    text-align: center;
    color: white;
    font-family: 'byekanbold';
    font-size: 18px;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
    border: none;
    outline: none;
}

.button2 {
    width: 130px;
    height: 35px;
    background-image: linear-gradient(to left, #ff777cd0, #FB474C);
    border-radius: 10px;
    text-align: center;
    color: white;
    font-family: 'byekanbold';
    font-size: 18px;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
}

.icon-fa {
    position: absolute;
    left: 60px;
    top: 30px;
    cursor: pointer;
}

.icon-fa1 {
    cursor: pointer;
    position: absolute;
    left: 60px;
    top: 30px;
    cursor: pointer;
}

.text-row2 {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: 100px;
    margin-right: 100px;
}

.btd a {
    color: red;
    margin-left: 2px;
}

.tnx1 {
    direction: rtl;
    font-family: 'byekanbold';
    display: flex;
    align-items: center;
    color: #0CC3AF;
    font-size: 20px;
    margin-top: 0px;
}

.tnx1 p {
    margin-top: 14px;
    margin-right: 5px;
}

.tnx2 {
    color: #c3000c;
    direction: rtl;
    font-family: 'byekanbold';
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-top: 0px;
}

.tnx2 p {
    margin-top: 14px;
    margin-right: 5px;
}

* {
    box-sizing: border-box
}

.mySlides1 {
    display: none;
}

.mySlides1 img {
    z-index: -1;
    position: relative;
    margin-top: 10px;
    aspect-ratio: 3.3;
    opacity: 0.9;
    border: 2px solid #fff;
    box-shadow: 0px 4px 8px 4px rgb(255 0 0 / 6%), 0px 15px 20px 0px rgb(0 0 0 / 2%);
    box-shadow: 0px 4px 8px 4px rgb(105 66 228 / 5%), 0px 15px 20px 0px rgb(0 0 0 / 2%);

    cursor: pointer;
    z-index: 1;
    width: 100% !important;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-c {
    margin-top: 20px;
    z-index: -1;
    width: 96%;
    margin-left: 2%;
    margin-left: 2%;
    padding-top: 0.25%;
}

/* Next & previous buttons */
.prev {
    cursor: pointer;
    position: relative;
    bottom: 60px;
    width: auto;
    margin-left: 45px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 2;
}

.next {
    cursor: pointer;
    position: relative;
    bottom: 50px;
    width: auto;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 5;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.slideshow {
    text-align: center;
    position: relative;
    bottom: 95px;
    opacity: 0.8;
    z-index: 2;
}

.slideshow1 {
    position: relative;
    width: 95%;
    text-align: center;
    bottom: 80px;
    /* left: 50%; */
    direction: rtl;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 3px solid white;
}

.active, .dot:hover {
    background-color: white;
    border: 3px solid white;
}

.pricedis-post1 {
    position: absolute;
    bottom: 1px;
    left: 2px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 10px;
    margin-top: 10px;

}

.back-div {
    display: none;
}

.alert-box {
    width: 80%;
    direction: rtl;
    margin-top: 92px;
    margin-right: 10%;
    margin-left: 10%;
}

.alert-boxSource {
    width: 100%;
    direction: rtl;
    margin-top: 10px;
}

.alert {
    padding: 20px;
    background-color: #f44336a9;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    border-radius: 15px;
    direction: rtl;
    font-family: 'byekanbold';
    padding-right: 35px;
}

.alert.success {
    background-color: #4caf4fa6;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.btn-start-timer {
    text-align: center;
    margin-top: 300px;
}

.otp-timer {
    margin-top: 30px;
    font-family: 'byekanbold';
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0C2652;
    width: 300px;
}

.otp-timer span {
    margin-left: 5px;
}

#minutes, #seconds {
    padding: 6px;
    max-width: 30px;
    border-radius: 3px;
    color: #0C2652;
}

.time {
    display: none;
    position: absolute;
    left: 30px;
}

.text-time {
    color: white;
    background-color: #0C2652;
    padding: 5px;
    border-radius: 5px;
}

.player {
    background: #2a2a2a;
    box-sizing: border-box;
    border-radius: 2px;
    height: 40px;
    -moz-box-sizing: border-box;
    float: left;
    font-family: Arial, sans-serif;
    position: absolute;
    padding: 0;
    bottom: 20px;
    z-index: 2;
    opacity: 1;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 15px;
}

.video-det {
    border-radius: 30px;
    position: relative;
    direction: ltr;
    margin-top: 15px;
}

.video-div1 {
    border-radius: 15px;
    position: relative;
    direction: ltr;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

video {
    border-radius: 30px;
    outline: none;
}

.video-dett {
    direction: ltr;
}

.video:hover .player {
    opacity: 1;
}

.player .progress {
    width: 60%;
    height: 10px;
    border-radius: 5px;
    background: #676767;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    float: left;
    cursor: pointer;
    margin: 15px 0 0 0;
    padding: 0;
    position: relative;
    font-variant: normal;
}

.player .progress-bar {
    background: rgb(196, 196, 196);
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    border-radius: 5px;
    height: 100%;
    position: relative;
    z-index: 999;
    width: 0;
}

.player .button-holder {
    position: relative;
    left: 5px;
}

.player .progress-button {
    background: #fff;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    border-radius: 30px;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    text-decoration: overline;
}

.player [class^="buffered"] {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 30px;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
}

.player .play-pause {
    display: inline-block;
    font-size: 2em;
    float: left;
    text-shadow: 0 0 0 #fff;
    color: #FB474C;
    width: 10%;
    padding: 1px 0 0 2%;
    cursor: pointer;
    font-variant: small-caps;
}

.player .play, .player .pause-button {
    -webkit-transition: all 0.2s ease-out;
}

.player .play .pause-button, .player .pause .play-button {
    display: none;
}

.player .pause-button {
    padding: 5px 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 34px;
}

.player .pause-button span {
    background: #FB474C;
    width: 8px;
    height: 24px;
    float: left;
    display: block;
}

.player .pause-button span:first-of-type {
    margin: 0 4px 0 0;
}

.player .time {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    right: 0;
    top: 24px;
}

.player .stime, .ttime {
    color: #444;
}

.player .play:hover {
    text-shadow: 0 0 5px #fff;
}

.player .play:active, .pause-button:active span {
    text-shadow: 0 0 7px #fff;
}

.player .pause-button:hover span {
    box-shadow: 0 0 5px #fff;
}

.player .pause-button:active span {
    box-shadow: 0 0 7px #fff;
}

.player .volume {
    position: relative;
    float: left;
    width: 8%;
    margin: 0 0 0 4%;
    height: 100%;
}

.player .volume-icon {
    padding: 1.5%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
}

.player .volume-icon-hover {
    background-color: #4f4f4f;
}

.player .volume-holder {
    height: 100px;
    width: 100%;
    background: black;
    position: absolute;
    display: none;
    background: #4f4f4f;
    left: 0;
    border-radius: 5px 5px 0 0;
    top: -100px;
}

.player .volume-bar-holder {
    background: #333;
    width: 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    margin: 15px auto;
    height: 80px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.player .volume-button {
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    width: 20px;
    height: 20px;
}

.player .volume-button-holder {
    position: relative;
    top: -10px;
}

.player .volume-bar {
    background: rgb(196, 196, 196);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.player .fullscreen {
    width: 12%;
    cursor: pointer;
    float: left;
    height: 100%;
}

.player .fullscreen a {
    width: 25px;
    height: 20px;
    border-radius: 3px;
    background: #fff;
    display: block;
    position: relative;
    top: 10px;
    margin: 0px auto;
}

.video-dett > .player .volume-icon span {
    width: 20%;
    height: 20%;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    font-weight: bold;
    top: 38%;
    color: #fff;
    left: 22%;
}

.player .volume-icon span {
    width: 20%;
    height: 20%;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    font-weight: bold;
    top: 38%;
    color: #fff;
    left: 22%;
}

.player .volume-icon span:before,
.player .volume-icon span:after {
    content: '';
    position: absolute;
}

.video-det > .player .volume-icon span:before {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: -1px;
    left: 40%;
    margin-top: -40%;
}

.player .volume-icon span:before {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: -1px;
    left: 40%;
    margin-top: -40%;
}

.player .volume-icon span:after {
    width: 2%;
    height: 2%;
    border: 1px solid #fff;
    left: 190%;
    border-width: 0px 0px 0 0;
    top: 5px;
    border-radius: 0 50px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-variant: small-caps;
}

.player .v-change-11 span:after {
    border-width: 10px 10px 0 0;
    top: -1px;
}

.player .v-change-10 span:after {
    border-width: 9px 9px 0 0;
    top: 1px;
}

.player .v-change-9 span:after {
    border-width: 8px 8px 0 0;
    top: 1px;
}

.player .v-change-8 span:after {
    border-width: 7px 7px 0 0;
    top: 2px;
}

.player .v-change-7 span:after {
    border-width: 6px 6px 0 0;
    top: 2px;
}

.player .v-change-6 span:after {
    border-width: 5px 5px 0 0;
    top: 3px;
}

.player .v-change-5 span:after {
    border-width: 4px 4px 0 0;
    top: 3px;
}

.player .v-change-4 span:after {
    border-width: 3px 3px 0 0;
    top: 4px;
}

.player .v-change-3 span:after {
    border-width: 2px 2px 0 0;
    top: 4px;
}

.player .v-change-2 span:after {
    border-width: 1px 1px 0 0;
    top: 5px;
}

.player .v-change-1 span:after {
    border-width: 0px 0px 0 0;
    top: 5px;
}

.player .v-change-1 span:after {
    content: '+';
    -webkit-transform: rotate(45deg);
    font-size: 20px;
    top: -6px;
    left: 25px;
}

/* ------- IGNORE */

#header {
    width: 100%;
    margin: 0px auto;
}

#header #center {
    text-align: center;
}

#header h1 span {
    color: #000;
    display: block;
    font-size: 50px;
}

#header p {
    font-family: 'Georgia', serif;
}

#header h1 {
    color: #892dbf;
    font: bold 40px 'Bree Serif', serif;
}

.discount3 {
    width: 90px;
    height: 40px;
    position: absolute;
    border-radius: 10px;
    bottom: -5px;
    left: 100px;
    margin-left: 15px;
    margin-bottom: 15px;
    background-image: linear-gradient(to left, #eb9ea4b9, #ea4b53de);
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    background-color: #ea4b53bd;
}

.post-type1 > .pricedis-post1 > .discount3 {
    bottom: -45px;
    left: 137px;
}

.post-type1 > .pricedis-post1 > .price-des > .discount-text3 {
    bottom: 22px;
}

.discount3 p {
    font-family: 'byekanbold';
    color: white;
    text-align: center;
    margin-top: 7px;
    font-weight: bold;
    margin-left: 2px;
}

.price-dis3 {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 40px;
    position: absolute;
    border-radius: 10px;
    bottom: -5px;
    left: -36px;
    margin-left: 25px;
    margin-bottom: 15px;
    background-image: linear-gradient(to left, #eee0b0cc, #f7d56fd5);
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    background-color: #f7d56fa3;
}

.price-dis3 p {
    font-family: 'byekanbold';
    color: #0C2652;
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
}

.discount-text3 {
    position: relative;
    bottom: 28px;
    margin-left: 40px;
}

.discount-text3 p {
    font-family: 'byekanbold';
    color: #0c26528f;
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
}

.buy-window3 {
    height: 20%;
    width: 80%;
    padding: 20px 50px 30px;
    background-color: white;
    box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    border-radius: 20px;
    direction: rtl;
    margin-top: 30px;
    position: relative;
}

.column5 {
    display: flex;
    flex-direction: column;
    margin: 15px 0px 30px 0px;
    width: 45%;
    position: relative;
    overflow: hidden;
    text-overflow: unset;
}

.column6 {
    display: flex;
    flex-direction: column;
    margin: 15px 30px 30px 0px;
    width: 45%;
    position: relative;
    overflow: hidden;
    text-overflow: unset;
}

.column5 p, .column6 p {
    font-family: 'byekan';
    color: #0C2652;
    margin-right: 30px;
    font-size: 23px;
    margin-bottom: 15px;
}

.row-news1 {
    display: flex;
    flex-direction: row;
    direction: rtl;
    width: 100%;
    margin-bottom: 10px;
    background-color: #ffffffc7;
    border-radius: 12px;
    margin-top: 10px;
    height: 50px;
    cursor: pointer;
    height: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border: 3px solid #fff;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
}

.row-news1 p {
    font-family: 'byekan';
    font-size: 16px;
    width: 500px;
    color: #394E73;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
}

.row-news1 p1 {
    font-weight: bold;
    margin-bottom: 10px;
}

.row-news2 p1 {
    font-weight: bold;
    margin-bottom: 10px;
}

.row-news2 {
    display: flex;
    flex-direction: row;
    direction: rtl;
    width: 100%;
    margin-bottom: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    background-color: #ffffffc7;
    border-radius: 12px;
    margin-top: 10px;
    height: 50px;
    cursor: pointer;
    height: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border: 3px solid #fff;
}

.row-news2 p {
    font-family: 'byekan';
    font-size: 16px;
    width: 500px;
    color: #394E73;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
}

.social-footer {
    display: flex;
    flex-direction: row;
    margin-top: 2px;
}

.circle-social {
    width: 40px;
    height: 40px;
    color: #0C2652;
    margin-left: 20px;
    cursor: pointer;
    padding: 8px;
    font-size: 25px;
}

.circle-social > .fa-instagram, .fa-envelope, .fa-telegram {
    margin-top: 0px;
    margin-left: 8px;
    font-size: 25px;
}

.exit {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0C2652;
    font-family: 'byekan';
    font-size: 16px;
    cursor: pointer;
}

.score1 {
    position: absolute;
    left: 175px;
    top: 51px;
}

.score8 {
    position: absolute;
    left: 159px;
    top: 51px;
}

.score9 {
    position: absolute;
    left: 155px;
    top: 51px;
}

.exit p {
    margin-left: 5px;
    margin-top: 13px;
}

.row1 > .download p {
    width: 50px;
}

.row2 > .download p {
    width: 50px;
}

.row3 > .download p {
    width: 50px;
}

.myslides:hover {
    box-shadow: 0 0 11px rgba(235, 235, 235, 0.05);
    background-color: rgba(255, 255, 255, 0.7);

}

.arrow:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.slider:hover {
    box-shadow: 0 0 11px rgba(235, 235, 235, 0.05);
    background-color: rgba(255, 255, 255, 0.7);
}

.post-type2:hover {
    box-shadow: 0 0 11px rgba(235, 235, 235, 0.05);
    background-color: rgba(255, 255, 255, 0.7);
}

.post-type1:hover {
    box-shadow: 0 0 11px rgba(235, 235, 235, 0.05);
    background-color: rgba(255, 255, 255, 0.7);
}

.row2:hover {
    box-shadow: 0 0 11px rgba(235, 235, 235, 0.05);
    background-color: rgba(255, 255, 255, 0.9);
}

.row1:hover {
    box-shadow: 0 0 11px rgba(235, 235, 235, 0.05);
    background-color: rgba(255, 255, 255, 0.9);
}

.row3:hover {
    box-shadow: 0 0 11px rgba(235, 235, 235, 0.05);
    background-color: rgba(255, 255, 255, 0.9);
}

.row4:hover {
    box-shadow: 0 0 11px rgba(235, 235, 235, 0.05);
    background-color: rgba(255, 255, 255, 0.9);
}

.row-news1:hover {
    background-color: #f5f7fa;
}

.row-news2:hover {
    background-color: #f5f7fa;
}

.class-list:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.post:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.social:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.download-mo:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.social1:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.score10 {
    display: flex;
    text-decoration-thickness: 2px;
    border-left: 2px #7c89a24f solid;
    border-right: 2px #7c89a24f solid;
    padding: 0 35px;
    margin: 0 35px;
}

.not-class {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'byekanbold';
    font-size: 30px;
    margin-top: 23vh;
    color: #9ba0a5;
}

.not-class > .fa {
    font-size: 100px;
}

.img-box {
    /* background: #ffffff; */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: white;
    font-size: 14px;
    /* margin-right: 40px; */
    overflow: hidden;
    padding: 0.8em;
    position: relative;
    font-family: 'byekanbold';
    text-align: center;
    width: 120px;
    cursor: pointer;
    background-color: #0c2652;
    margin-right: 69%;
}

.img-box p {
    cursor: pointer;
}

.file {
    cursor: pointer;
}

.img-box:hover, .img-box:active, .img-box:focus {
    /*background: #ffffff;*/
    cursor: pointer;
}

.img-box input.file {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 148px;
    height: 46px;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
    cursor: pointer;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.discount-text1 {
    position: absolute;
    top: 13px;
    right: 7px
}

.discount-text1 p {
    font-family: 'byekanbold';
    color: #0c26528f;
    text-align: center;
    margin-top: 12px;
    font-weight: bold;
}

.line20 {
    border-bottom: 2px solid rgba(255, 0, 0, 0.534);
    border-radius: 10px;
    width: 60px;
    position: relative;
    bottom: 10px;
    right: 6px;
}

@media (max-width: 900px) {

    .column-postmobile1 > .book > .titr-movie > .left-titr > .pricedis-post4 > .price-dis p {
        margin-top: 14px;
    }

    .column-postmobile1 > .book > .titr-movie > .left-titr > .pricedis-post4 > .price-dis > .discount-text p {
        margin-top: 23px;
    }

    .column-postmobile1 > .book > .titr-movie > .left-titr > .pricedis-post4 > .price-dis > .line1 {
        margin-top: -13px;
    }

    .posts2 > .post-type1 > .pricedis-post1 > .price-des > .discount-text3 p {
        margin-top: 22px;
    }

    .price p {
        font-family: 'byekanbold';
        color: #0C2652;
        font-size: 16px;
        margin-top: 2px;
        font-weight: bold;
        margin-right: 5px;
    }

    .class-text {
        display: none;
    }

    .class-div {
        margin-right: 1%;
    }

    .class-footer {
        position: fixed;
        bottom: 0px;
        height: 50px;
        justify-content: space-around;
        z-index: 2;
        width: 100%;
        left: 1px;
        display: flex;
        flex-direction: row;
        background: white;
        align-items: center;
    }

    .discount-text1 {
        position: absolute;
        top: 7px;
        right: 7px;

    }

    .price-discl > .discount-text1 p {
        font-family: 'byekanbold';
        color: #0c26528f;
        text-align: center;
        margin-top: 16px;
    }

    .line20 {
        border-bottom: 2px solid rgba(255, 0, 0, 0.534);
        border-radius: 10px;
        width: 54px;
        position: relative;
        bottom: 9px;
        right: 8px;
    }

    .not-class > .fa {
        font-size: 100px;
    }

    .not-class {
        font-size: 31px;

    }

    .comment-text {
        display: flex;
        flex-direction: column;
        align-items: start;
        height: 100%;
        padding: 5px;
    }

    .cm {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        justify-content: space-between;
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }

    .name {
        width: 108px;
    }

    .score10 {
        display: flex;
    }

    .banner-text {
        direction: rtl;
        width: 400px;
        height: auto;
        position: absolute;
        bottom: 7vw;
        right: 1px;
        border-radius: 28px;
        padding: 7px;
        margin-right: 67px;
        cursor: pointer;
        z-index: 2;
        backdrop-filter: blur(45px);
        -webkit-backdrop-filter: blur(45px);
        background-color: #ffffff91;
        opacity: 0.7;

    }

    .banner-text p {
        font-size: 12px;
    }

    .pbold p {
        font-family: 'byekanbold';
        margin: 0px;
        font-weight: bold;
        padding-right: 0px;
        color: #0C2652;
        font-size: 16px;
    }

    .price {
        width: 99px;
        padding: 1px;
    }

    .name-input {
        width: 81px;
    }

    .row3 > .download p {
        width: 36px;
    }

    .nav li:not(:first-child) {
        display: none;
    }

    .nav a.icon {
        float: right;
        display: block;
    }

    .nav.responsive {
        position: relative;
    }

    .nav.responsive li {
        float: none;
        display: block;
        width: 100%;
    }

    .nav ul {
        display: flex;
        flex-direction: column;
        width: 200px;
        direction: rtl;
        float: right;
    }

    .select {
        border-top: none;
    }

    .line-menu1 {
        border-top: 4px solid #0C2652;
        width: 30px;
        margin-bottom: 8px;
    }

    .line-menu2 {
        border-top: 4px solid #0C2652;
        width: 20px;
    }

    .nav li:hover {
        border-top: none;
        transition: none;
        padding-top: 20px;
    }

    .sign-login li:hover {
        border-top: none;
        transition: none;
        padding-top: 20px;
    }

    .sign-login {
        position: absolute;
        top: -9px;
        left: 5px;
    }

    .sign-login ul {
        width: 150px;
        margin-right: 8px;
        padding-right: 0px;
        margin-left: 0px;
    }

    .banner-text {
        position: absolute;
        height: 130px;
        right: -30px;
        top: 110px;
        width: 280px;
    }

    .banner, .banner img {
        border-radius: 15px;
        margin-right: 0px;
        height: 200px;
        position: relative;
        width: 100%;
        direction: rtl;
    }

    .posts {
        margin-top: 37px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;

    }

    .posts1 {
        display: none;
    }

    .price-dis {
        bottom: 35px;
    }

    .discount {
        bottom: 35px;
    }

    .discount-text {
        margin-left: 52px;
    }

    .price p {
        font-size: 13px;
    }

    .post {
        margin-left: 0px;
        width: 330px;
    }

    .post img {
        border-radius: 30px;
        width: 330px;
        height: 220px;

    }

    .slider img {
        border-radius: 20px;
        height: 220px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: 0px;
    }

    .footer-buy {
        position: fixed;
        left: 0;
        bottom: 0px;
        width: 100%;
        margin-bottom: 0px;
        margin-right: 30px;
        margin-left: 0px;
        background-color: white;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 1%);
        z-index: 2;
        padding-top: 10px;
        height: 90px;
    }

    .post-type3 {
        width: 100%;
        height: 200px;
        background-color: white;
        margin: 0px;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        direction: rtl;
        border-radius: 20px;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    }

    .post-type1 {
        width: 344px;
        height: 210px;
        margin: 30px 10px 30px 0px;
        display: flex;
        flex-direction: row;
        direction: rtl;
        border-radius: 20px;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        cursor: pointer;
        position: relative;
        border-radius: 20px;
        background-color: rgba(255, 255, 255, 0.5);
        border: 4px solid #fff;;
        transition: all 0.2s ease-in-out;
    }

    .post-type1 img {
        border-radius: 15px;
        width: 110px;
        height: 180px;
    }

    .titr p {
        font-family: 'byekanbold';
        font-size: 14px;
        color: #0C2652;
        margin-top: 5px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .post-des {
        width: 100%;
    }

    .contact {
        display: none;
    }

    .contact1 {
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        margin-top: 0px;
        margin-left: 50px;
        margin-bottom: 80px;
        width: 100%;
    }

    .contact-des {
        width: 100%;
    }

    .login-box {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        margin-left: 0px;
        width: 100%;
        border-radius: 25px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .login-box p {
        margin-right: 10px;
    }

    .mobile-login {
        margin-right: 10px;
        margin-left: 10px;
    }

    .mobile-box {
        width: 90%;
        margin-right: 10px;
        margin-left: 10px;
    }

    .mobile-input {
        width: 80%;
        border: none;
        background-color: #EFF1F5;
        height: 30px;
        text-align: center;
        margin-top: 4px;
        margin-right: 27px;
        font-family: 'byekan';
        color: #7C89A2;
        font-size: 18px;
    }

    .code-input {
        width: 80%;
        border: none;
        background-color: #EFF1F5;
        height: 30px;
        text-align: center;
        margin-top: 4px;
        margin-right: 27px;
        font-family: 'byekan';
        color: #7C89A2;
        font-size: 18px;
    }

    .log-in {
        width: 200px;
        margin-right: 80px;
    }

    .banner-home img {
        margin-top: 68px;
        border-radius: 25px;
    }

    .info {
        text-align: center;
        position: relative;
        bottom: 400px;
    }

    .info h1 {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.63);

    }

    .cr {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 25px;
    }

    .social {
        width: 100%;
    }

    .social1 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .contact-img img {
        border-radius: 15px;
        width: 100%;
        height: auto;
    }

    .contact-img {
        width: 100%;
    }

    .contact-box, .tnx {
        display: none;
    }

    .slideshow-container, .slideshow-container2, .slideshow-container3, .slideshow-container4 {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-right: 0px;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .slideshow-container::-webkit-scrollbar {
        display: none;
        -webkit-overflow-scrolling: touch;
    }

    .slideshow-container3::-webkit-scrollbar {
        display: none;
        -webkit-overflow-scrolling: touch;
    }

    .slideshow-container2::-webkit-scrollbar {
        display: none;
        -webkit-overflow-scrolling: touch;
    }

    .slideshow-container4::-webkit-scrollbar {
        display: none;
        -webkit-overflow-scrolling: touch;
    }

    .slideshow-container1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        margin-bottom: 70px;
        padding: 0;

    }

    .myslides {
        width: 93vw;
        height: 178px;
        flex-shrink: 0;
        border-radius: 25px;
    }

    .myslides img {
        border-radius: 20px;
        width: 130px;
        height: 130px;
        margin-left: 0px;
        margin-right: -2px;
    }

    .class-des2 {
        text-align: right;
        /* width: 170px; */
        height: 192px;
        position: absolute;
        right: 195px;
        top: 15px;
    }

    .class-text p {
        /* font-family: 'byekan'; */
        /* color: #0C2652; */
        margin-top: 0px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* -webkit-box-orient: vertical; */
        overflow: hidden;
        /* width: 170px; */
        text-overflow: ellipsis;
        /* display: none; */
        margin-left: 25px;
    }

    .price-discl p {
        font-family: 'byekanbold';
        color: #0C2652;
        text-align: center;
        margin-top: 7px;
        font-size: 14px;
    }

    .class-dis {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 123px;
        left: 74px;
    }

    .post-type2 {
        flex-shrink: 0;
        min-height: 165px;
        margin-left: 3%;
        margin-right: 1px;
    }

    .post-type1 {
        margin-bottom: 20px;
        height: 180px;
    }

    .column3, .column4 {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: 10px 10px 12px 0px;
    }

    .column3 > .row1 {
        width: 95%;
        margin-right: 0px;
    }

    .column4 > .row2 {
        width: 95%;
        margin-right: 0px;
    }

    .home-news {
        width: 400px;
        height: auto;
        flex-shrink: 0;
        background-color: #E5F1F5;
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 30px;
        margin-right: 10px;
    }

    .class-list {
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: row;
        /* margin-right: -6px; */
        /* padding-left: 20px; */
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: relative;
        cursor: pointer;
        border-radius: 25px;
    }

    .class-list::-webkit-scrollbar {
        display: none;
        -webkit-overflow-scrolling: touch;
    }

    .class {
        margin-left: 10px;
        margin-top: 50px;
        margin-right: 10px;
    }

    .news {
        display: flex;
        flex-direction: column;
        direction: rtl;
        margin-top: 80px;
    }

    .news-page {
        display: flex;
        flex-direction: column-reverse;
    }

    .news-img img {
        border-radius: 15px;
        width: 100%;
        height: auto;
    }

    .news-page > .home-news {
        width: 100%;
        height: 100%;
        background-color: #F7F4FB;
        padding: 20px;
        margin-bottom: 30px;
    }

    .footer p {
        color: #0C2652;
        font-family: 'byekan';
        text-align: center;
        font-size: 10px;
    }

    .web-pro {
        display: none;
    }

    .mobile-pro {
        display: flex;
        flex-direction: row;
        direction: rtl;
        margin-bottom: 30px;
        margin-top: 100px;
    }

    .mo-menu {
        width: 100%;

    }

    .in-mo {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        background-color: #ffffff;
        border-radius: 25px;
        width: 100%;
        height: 400px;
        text-align: center;
    }

    .line6 {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #9ba0a5;
        width: 30px;
        margin: 10px 0px 10px 0px;
    }

    .line6::after {
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .back-div {
        display: none;
        position: absolute;
        left: 100px;
    }

    .back {
        display: flex;
        align-items: center;
        width: 150px;
        position: absolute;
        cursor: pointer;

    }

    .back a {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
        left: 70px;
    }

    .back p {
        color: #0C2652;
        font-family: 'byekanbold';
        margin-left: 5px;
    }

    .triangle-left {
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid #0C2652;
        border-bottom: 5px solid transparent;

    }

    button {
        outline: none;
    }

    .mobile-page1 {
        display: flex;
        flex-direction: column;
        overflow-x: auto;
        overflow-y: hidden;
        margin-top: 15px;
    }

    .mo-page1, .mo-page2, .mo-page3, .mo-page4, .mo-page5 {
        display: none;
        width: 100%;
    }

    .page1 {
        width: 100%;
        height: 500px;
        background-color: white;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        border-radius: 15px;
        direction: rtl;
    }

    .page1 img {
        width: 90%;
        height: 200px;
        margin-bottom: 10px;
        margin-right: 20px;
        margin-top: 10px;
        border-radius: 15px;

    }

    .personal-mobile {
        width: 200px;
        padding-right: 30px;
    }

    .right-per {
        font-size: 13px;
    }

    .left-per {
        font-size: 13px;
    }

    .mobile-page2 {
        display: flex;
        flex-direction: column;
        direction: rtl;
        width: 100%;
    }

    .level-shop {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 20px;
        margin-top: 20px;

    }

    .level {
        margin-right: 10px;
    }

    .line7 {
        margin-right: 14px;
    }

    .btn:focus-within {
        border-right: none;
    }

    .mobile-page4 {
        display: flex;
        flex-direction: column;
        direction: rtl;
        background-color: white;
        border-radius: 10px;
        width: 95%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        padding-right: 10px;
    }

    .mobile-page4 img {
        border-radius: 15px;
        width: 200px;
        height: 150px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .form {
        width: 90%;
        margin-right: 5px;
    }

    .mobile-page4 p {
        margin-bottom: 2px;
        margin-right: 5px;
        font-family: 'byekan';
        color: #6C7B96;
    }

    .send-box {
        display: flex;
        flex-direction: column;
        direction: rtl;
        flex-wrap: wrap;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-top: 20px;
        margin-right: 0px;
    }

    .comment-box {
        background-color: white;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        width: 100%;
        height: 50px;
        border-radius: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .comment-send {
        border: none;
        background-color: #EFF1F5;
        width: 70%;
        height: 30px;
        margin-top: 5px;
        margin-right: 10px;
        border-radius: 8px;
        font-family: 'byekan';
        color: #7C89A2;
        font-size: 18px;
    }

    .submit-comment {
        margin-left: 10px;
        right: 70%;
    }

    .mobile-post {
        width: 100%;
        height: 100%;
        direction: ltr;
        display: flex;
        flex-direction: column;
        margin-top: 100px;
    }

    .mobile-post1 {
        width: 100%;
        height: 100%;
        position: relative;
        bottom: 0px;
        display: flex;
        flex-direction: column;
        margin-top: 100px

    }

    .row-button {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        width: 100%;
    }

    .btn1 {
        border: none;
        outline: none;
        cursor: pointer;
        background-color: white;
        font-family: 'byekan';
        color: #1d2a41;
        width: 150px;
        height: 40px;
        margin-left: 10px;
        align-items: center;
        border-radius: 20px;
    }

    .btn1:focus-within {
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    }

    .column1, .column2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .column1 p, .column2 p {
        font-family: 'byekanbold';
        color: #0C2652;
        margin-right: 30px;
        font-size: 23px;
        margin-bottom: 10px;
    }

    .filterDiv1 {
        height: 400px;
        width: 100%;
        margin: 20px;
        display: none;
    }

    .container {
        margin-top: 20px;
        margin-right: 0px;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .row1 {
        padding-right: 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 97%;
        background-color: white;
        border-radius: 12px;
        margin-top: 20px;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        height: 60px;
        border-right: 12px solid #FB474C;
    }

    .row1 p {
        font-family: 'byekanbold';
        font-size: 14px;
        color: #394E73;
        align-items: center;
        margin-right: 8px;
    }

    .row2 {
        display: flex;
        flex-direction: row;
        width: 98%;
        background-color: white;
        align-items: center;
        border-radius: 12px;
        margin-top: 20px;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        height: 60px;
        border-right: 12px solid #5AD5CA;
    }

    .row3 {
        display: flex;
        flex-direction: row;
        width: 97%;
        background-color: white;
        align-items: center;
        border-radius: 12px;
        margin-top: 20px;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        height: 60px;

    }

    .row2 p {
        font-family: 'byekanbold';
        font-size: 14px;
        color: #394E73;
        align-items: center;
        margin-right: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .row3 p {
        font-family: 'byekanbold';
        font-size: 14px;
        color: #394E73;
        align-items: center;
        margin-right: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .line4 {
        margin-right: 10px;
        margin-top: 7px;
    }

    .download {
        margin-right: 40px;
        margin-left: 10px;
    }

    .download1 {
        margin-right: 40px;
        margin-left: 10px;
        right: 60%;
    }

    .triangle-down {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #555;
        margin-top: 9px;
        margin-right: 4px;
    }

    .triangle-down1 {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #555;
        margin-top: 9px;
        margin-right: 4px;
    }

    .post-discount {
        padding-right: 60px;
        padding-left: 27px;
        margin-top: 3px;
    }

    .discount1 {
        width: 70px;
        height: 30px;
    }

    .price-des {
        bottom: -9px;
        height: 35px;
        width: 110px;
        right: 3px;
    }

    .distext-type2 {
        position: relative;
        bottom: 45px;
    }

    .line2 {
        position: relative;
        bottom: 65px;
        right: 10px;
    }

    /* .column-post {
        display: none;
    }

    .column-post1 {
        display: none;
    } */
    .movie-file {
        align-items: center;
        background-color: #F5F8FB;
        width: 95%;
        height: 250px;
        border-radius: 15px;
        margin: 20px 5% 20px 0px;
    }

    .movie-file1 {
        align-items: center;
        background-color: #F5F8FB;
        width: 100%;
        height: 250px;
        border-radius: 15px;
        margin: 20px 0px 20px 0px;
    }

    .movie-file img {
        border-radius: 15px;
        width: 95%;
        height: 230px;
        margin-right: 0px;
    }

    .row-button1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        direction: rtl;
        margin-right: 10px;
    }

    .movie-list {
        margin-right: 0px;
        width: 100%;
    }

    .movie-box {
        display: flex;
        flex-direction: column;
        width: 97%;
        margin-right: 0px;
        height: 120px;
        align-items: start;
    }

    .row-moviebox {
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .comment-write {
        width: 58%;
        margin-right: 5px;
    }

    .comment-input {
        width: 70%;
    }

    .send-code {
        margin-left: 20px;
    }

    .submit-comment {
        margin-left: 10px;
        left: 10px;
        right: initial;
        top: 10px;
    }

    .comment {
        margin-right: 10px;
        width: 95%;
        margin-left: 10px;
    }

    .pcbold {
        width: 100px;
        font-weight: bold;
    }

    .buy-shop p {
        font-family: 'byekanbold';
        color: white;
        text-align: center;
        margin-top: 10px;
    }

    .class {
        display: none;
    }

    .class-list1 {
        direction: rtl;
        display: flex;
        flex-direction: column;
        background-color: white;
        border-radius: 15px;
        padding: 8px;
        margin-bottom: 30px;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
        height: 200px;
    }

    .price-discl {
        bottom: 100px;
        height: 35px;
        width: 110px;
    }

    .discountcl {
        /* width: 70px; */
        height: 35px;
        bottom: 100px;
        position: relative;
        border-radius: 10px;
        margin-right: 2px;
        margin-bottom: 10px;
        background-image: linear-gradient(to left, #eb9ea4b9, #ea4b53de);
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    }

    .discountcl p {
        font-family: 'byekanbold';
        color: white;
        text-align: center;
        margin-top: 5px;
        font-size: 14px;
    }

    .class-time {
        display: flex;
        flex-direction: row;
        font-size: 15px;
        position: absolute;
        /* bottom: 45px; */
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: -6px;
        width: 52vw;
    }

    .class-time p {
        margin-top: 0px;
        margin-bottom: 5px;
        display: inline;
    }

    .class-mobile {
        margin-top: 100px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .class-listrow1 {
        display: flex;
        flex-direction: row;
    }

    .class-listrow1 img {
        border-radius: 30px;
        width: 150px;
        height: 150px;
    }

    .column-postmobile {
        display: flex;
        flex-direction: column;
        direction: rtl;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 60px;
    }

    .column-postmobile1 {
        display: flex;
        flex-direction: column;
        direction: rtl;
        margin-top: 69px;
    }

    .book {
        width: 100%;
        height: 270px;
        background-color: white;
        /* margin: 60px 0px 0px 20px; */
        margin: 30px 0px 0px 20px;
        padding: 5px 250px 5px 30px;
        border-radius: 40px;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);
        border: 4px solid #fff;
    }

    .titr-movie {
        display: flex;
        flex-direction: column;
        margin-right: 10px;
    }

    .right-titr {
        margin-bottom: 20px;
    }

    .book img {
        border-radius: 15px;
        position: relative;
        width: 110px;
        height: 180px;
        bottom: 20px;
        right: 20px;
    }

    .download-pdf {
        direction: rtl;
        width: 100px;
        height: 40px;
        margin-left: 0px;
    }

    .download-mo {
        direction: rtl;
        width: 100px;
        height: 40px;
        margin-left: 0px;
        font-size: 14px;
    }

    .buy-shop {
        width: 120px;
        height: 40px;
        margin-left: 20px;
        cursor: pointer;
    }

    .buy-shop6 {
        width: 120px;
        height: 40px;
        margin-left: 20px;
        background-image: linear-gradient(to left, #76859ebd, #3F5376);
        border-radius: 15px;
        align-items: center;
        margin-right: 20px;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        cursor: pointer;
        position: absolute;
        left: 1px;
        border: none;
    }

    .buy-shop6 p {
        font-family: 'byekanbold';
        color: white;
        text-align: center;
        margin-top: 10px;
        border: none;
    }

    .buy-shop3 {
        width: 100px;
        height: 40px;
        margin-left: 10px;
        cursor: pointer;
    }

    .buy-shop4 {
        width: 120px;
        height: 0px;
        margin-left: 0px;
        cursor: pointer;
    }

    .buy-shop2 {
        width: 120px;
        height: 40px;
        background-image: linear-gradient(to left, #76859ebd, #3F5376);
        border-radius: 15px;
        margin-left: 160px;
        align-items: center;
        margin-right: 50px;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        cursor: pointer;
        position: absolute;
        right: 1px;
        border: none;
    }

    .buy-shop2 p {
        font-family: 'byekanbold';
        color: white;
        text-align: center;
        margin-top: 10px;
        border: none;
    }

    .buy-book {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        width: 100%;
        justify-content: space-around;
    }

    .price-dis1 {
        display: flex;
        flex-direction: column;
        width: 100px;
        min-height: 40px;
        position: relative;
        border-radius: 10px;
        bottom: 0px;
        right: 45%;
        margin-left: 15px;
        margin-bottom: 15px;
        background-image: linear-gradient(to left, #eee0b0cc, #f7d56fd5);
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    }

    .price-dis1 p {
        font-family: 'byekanbold';
        color: #0C2652;
        text-align: center;
        margin-top: 10px;
    }

    .discount2 {
        width: 70px;
        height: 40px;
        position: relative;
        border-radius: 10px;
        bottom: 0px;
        right: 45%;
        margin-left: 40px;
        margin-bottom: 15px;
        background-image: linear-gradient(to left, #eb9ea4b9, #ea4b53de);
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
    }

    .discount2 p {
        font-family: 'byekanbold';
        color: white;
        text-align: center;
        margin-top: 10px;
    }

    .book-des {
        display: flex;
        flex-direction: column;
        position: inherit;
        margin-right: 10px;
        margin-top: 10px;
        width: 90%;
    }

    .movie-description {
        background-color: #ffffff;
        border-radius: 15px;
        margin-top: 20px;
        padding: 15px 35px;
        width: 90%;
        margin-right: 10px;
        margin-bottom: 50px;
        width: 95%;
    }

    .class-titr {
        display: flex;
        flex-direction: row;
        width: 85%;
    }

    .class-titr p {
        font-family: 'byekan';
        color: #0C2652;
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .class-titr1 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .class-titr2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        left: 31px;
    }

    .class-titr1 p {
        font-family: 'byekan';
        color: #0C2652;
    }

    .class-list img {
        border-radius: 15px;
        width: 150px;
        height: 150px;
    }

    .class-des {
        text-align: right;
        width: 240px;
        height: 220px;
        position: absolute;
        right: 208px;
    }

    .class-des1 {
        position: relative;
        left: 80px;
        width: 0px;
        height: 100%;
    }

    .buy-shop1 {
        width: 110px;
        height: 30px;
        background-image: linear-gradient(to left, #76859ebd, #3F5376);
        border-radius: 15px;
        align-items: center;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        cursor: pointer;
        border: none;
        color: white;
        font-family: 'byekanbold';

    }

    .buy-shop1 p {
        font-family: 'byekanbold';
        color: white;
        text-align: center;
        margin-top: 0px;
        margin-left: 0px;
    }

    .download-pdf1 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        width: 110px;
        height: 30px;
        cursor: pointer;
    }

    .download-pdf1 p {
        font-family: 'byekanbold';
        color: #0C2652;
    }

    .class-time1 {
        display: flex;
        flex-direction: column;
        align-items: start;
        font-size: 15px;
        background-color: white;
        border-radius: 15px;
        width: 95%;
        margin-right: 10px;
        margin-top: 18px;
        padding: 15px 0;
    }

    .class-time1 p {
        font-family: 'byekanbold';
        color: #0C2652;
        margin-right: 31px;
        margin: 10px 40px;
    }

    .heading {
        height: 400px;
    }

    .heading-row {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .headingp {
        margin-right: 0px;
    }

    .titr-row {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
    }

    .movie-div {
        width: 98%;
        height: 250px;
    }

    .movie-div img {
        border-radius: 15px;
        width: 100%;
        height: 100%;
    }

    .text-row1 {
        display: flex;
        flex-direction: column;
    }

    .add-input {
        width: 90%;
    }

    .post-input {
        width: 90%;
    }

    .icon-fa {
        display: none;
    }

    .buttons {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 90%;
        margin-right: 5%;
        left: 1px;
        bottom: 20px;
        margin-left: 5%;
    }

    .icon-fa {
        left: 20px;
        top: 20px;
    }

    .buy-window1 {
        margin-top: 5px;
        padding: 0px;
        width: 90%;
        height: 450px;
    }

    .buy-window2 {
        display: flex;
        flex-direction: column;
        margin-top: 5px;
        width: 90%;
    }

    .text-row2 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .prev, .next, .text {
        font-size: 11px
    }

    .prev {
        position: relative;
        bottom: 50px;
    }

    .next {
        position: relative;
        bottom: 40px;
    }

    .slideshow {
        text-align: center;
        position: relative;
        bottom: 70px;
    }

    .slideshow1 {
        position: absolute;
        bottom: -17px;
        left: 20px;
    }

    .pricedis-post1 {
        position: absolute;
        top: 130px;
        left: 20px;
    }

    .pricedis-post4 {
        bottom: 1px;
        left: -22px;
        top: unset;
    }

    .comments {
        display: flex;
        flex-direction: row;
        width: 320px;
        margin-top: 30px;
    }

    .admin-comment p {
        margin-left: 10px;
    }

    .name-comment p {
        margin-left: 10px;
    }

    .pricedis-post {
        position: absolute;
        top: 130px;
        left: 13px;
    }

    .pricedis-post5 {
        left: -98px;
        bottom: 0;
        top: 273px;
        width: 100%;
    }

    .alert-box {
        width: 90%;
        direction: rtl;
        margin-top: 10px;
        margin-right: 5%;
        margin-left: 5%;
    }

    .time {
        display: none;
        position: absolute;
        right: 90px;
    }

    .news-text {
        font-family: 'byekan';
        color: #0C2652;
        margin-bottom: 30px;
        width: 100%;
    }

    .news-text p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .news-text1 {
        font-family: 'byekan';
        color: #0C2652;
        font-size: 15px;
        margin-bottom: 30px;
        width: 100%;
    }

    .news-text1 p {
        width: 100%;
        font-size: 13px;
    }

    .score {
        direction: rtl;
        position: absolute;
        display: flex;
        left: 22px;
        bottom: 30px;
        top: -2px;
    }

    .nav-next, .nav-prev, .nav-next1, .nav-next2, .nav-next3, .nav-prev1, .nav-prev2, .nav-prev3 {
        display: none;
    }

    .right-titr > .modares p {
        font-family: 'byekan';
        color: #0C2652;
        margin-top: 0px;
        font-size: 14px;
        width: 100%;
    }

    .modares p {
        font-family: 'byekan';
        color: #0C2652;
        margin-top: 0px;
        font-size: 14px;
        width: 200px;
    }

    .comment-text > .pcbold p {
        font-family: 'byekanbold' !important;
        width: 100px;
        margin: 0px;
        font-size: 15px;
        padding-right: 0px;
        color: #0C2652;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .pcbold {
        width: 90px;
    }

    .right-titr p {
        font-family: 'byekanbold';
        color: #0C2652;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-right: 40px;
    }

    .mobile-box {
        margin-top: 30px;
        width: 90%;
        height: 40px;
        border-radius: 20px;
        background-color: #EFF1F5;
        align-items: center;
    }

    .mobile-box1 {
        margin-top: 30px;
        width: 90%;
        height: 40px;
        border-radius: 20px;
        background-color: #EFF1F5;
        align-items: center;
        margin-right: 15px;
    }

    .line3 {
        margin-top: 15px;
    }

    .slideshow-c {
        margin-top: 1px;
        z-index: -1;
        width: 100%;
        padding-top: 0.25%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .discount3 {
        height: 35px;
        width: 90px;
        right: -4px;
        bottom: 48px;
    }

    .discount3 p {
        margin-top: 4px;
        font-size: 15px;
    }

    .price-dis3 {
        bottom: 48px;
        height: 35px;
        width: 110px;
        right: 95px;
    }

    .price-dis3 p {
        margin-top: 6px;
        font-size: 15px;
    }

    .post-text {
        margin-right: 20px;
        margin-top: 25px;
    }

    .footer-post {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        position: absolute;
        bottom: 0px;
    }

    .price-des p {
        font-family: 'byekanbold';
        color: #0C2652;
        text-align: center;
        margin-top: 6px;
        display: block;
        overflow: hidden;
        text-overflow: unset;
    }

    .ptbold p {
        font-family: 'byekanbold';
        margin: 0px;
        font-weight: bold;
        padding-right: 0px;
        font-size: 15px;
        color: #0C2652;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .buy-window3 {
        margin-top: 5px;
        width: 90%;
        height: 350px;
        padding: 0px;
        padding-top: 50px;
        padding-right: 10px;
    }

    .column5, .column6 {
        display: flex;
        flex-direction: column;
        margin: 0px;
        margin-right: 3%;
        width: 92%;
        margin-left: 3%;
        position: relative;
    }

    .social-footer {
        justify-content: center;
    }

    .sign-login {
        position: absolute;
        top: -9px;
        left: -20px;
    }

    .exit {
        height: 0px;
    }

    .class-time2 {
        bottom: 55px;
    }

    .class-time2 p {
        display: inline;
        font-size: 14px;
        font-family: 'byekanbold';
        color: #0C2652;
        width: 100%;
    }

    .row1 > .download p {
        width: 35px;
    }

    .row2 > .download p {
        width: 35px;
    }

    .row1 > .download1 p {
        width: 35px;
    }

    .row2 > .download1 p {
        width: 35px;
    }

    .icon-fa1 {
        position: absolute;
        left: 20px;
        top: 20px;
        cursor: pointer;
    }

    .btd {
        width: 100%;
        margin-left: 0px;
    }

    .btd p {
        margin-right: 0px;
        font-size: 13px;
    }

    .score2 {
        top: 141px;
        right: 19px;
    }

    .nav-prev {
        top: 285px;
        background-color: rgba(0, 0, 0, 0);
    }

    .nav-next {
        top: 285px;
        background-color: rgba(0, 0, 0, 0);
    }

    .arrow {
        box-shadow: none;
    }

    .nav-next1 {
        top: 500px;
        background-color: rgba(0, 0, 0, 0);
    }

    .nav-prev1 {
        top: 500px;
        background-color: rgba(0, 0, 0, 0);
    }

    .nav-next2 {
        top: 350px;
        background-color: rgba(0, 0, 0, 0);
    }

    .nav-prev2 {
        top: 350px;
        background-color: rgba(0, 0, 0, 0);
    }

    .score3 {
        direction: rtl;
        position: absolute;
        display: flex;
        top: 157px;
        left: 228px;
    }

    .score4 {
        direction: rtl;
        position: absolute;
        display: flex;
        top: 166px;
        left: inherit;
        right: 29px;
    }

    .score5 {
        direction: rtl;
        position: absolute;
        display: flex;
        top: 170px;
        left: inherit;
        right: 39px;
    }

    .score6 {
        direction: rtl;
        position: absolute;
        display: flex;
        top: 155px;
        left: inherit;
        right: 23px;
    }

    .score7 {
        direction: rtl;
        position: absolute;
        display: flex;
        top: 267px;
        left: inherit;
        right: 28px;
    }

    .score1 {
        left: 135px;
        display: flex;
        height: 15px;
        top: 42px;
        margin: 0px;

    }

    .score8 {
        margin-right: 200px;
        margin-right: 200px;
        position: absolute;
        left: 170px;
        display: flex;
        top: 41px;
    }

    .score9 {
        position: absolute;
        left: 142px;
        display: flex;
        top: 36px;
        height: 30px;
        margin: 0;
    }

    .fa {
        padding: 2px;
    }

    .line1 {
        border-bottom: 2px solid rgba(255, 0, 0, 0.534);
        border-radius: 10px;
        width: 53px;
        position: relative;
        bottom: 56px;
        right: 7px;
    }

}

@media (min-width: 800px) and (max-width: 1110px) {

    .nav ul {
        display: flex;
        flex-direction: column;
        width: 200px;
        direction: rtl;
        float: right;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .nav li:hover {
        border-top: none;
        transition: none;
    }

    .nav li:not(:first-child) {
        display: none;
        transition: all 0.2s ease-in-out;

    }

    .nav a.icon {
        float: right;
        display: block;
        transition: all 0.2s ease-in-out;

    }

    .nav ul {
        display: flex;
        flex-direction: column;
        width: 200px;
        direction: rtl;
        float: right;
        transition: all 0.2s ease-in-out;
        padding-bottom: 5px;
    }

    .line-menu1 {
        border-top: 4px solid #0C2652;
        width: 30px;
        margin-bottom: 8px;
        /* border-radius: 52px; */
        transition: all 0.2s ease-in-out;

    }

    .line-menu2 {
        border-top: 4px solid #0C2652;
        width: 20px;
        transition: all 0.2s ease-in-out;

    }

    .menu {
        width: 90vw;
        margin-left: 5vw;
        margin-right: 2.5%;
        transition: all 0.2s ease-in-out;
    }

    .nav.responsive {
        position: relative;
        transition: all 0.2s ease-in-out;

    }

    .nav.responsive li {
        float: none;
        display: block;
        width: 100%;
        transition: all 0.2s ease-in-out;

    }

    .banner {
        height: 250px;
        position: relative;
    }

    .banner-text {
        bottom: 6vw;
        right: -18px;
    }

    .posts {
        margin-top: 5vw;
    }

    .name {
        width: 122px;
        height: 40px;
        border-radius: 20px;
        background-color: #EFF1F5;
        align-items: center;
        position: absolute;
        top: 11px;
        right: 20px;
    }

    .buy-book {
        height: 40px;
        display: flex;
        width: 339px;
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px;
        position: absolute;
        bottom: 0px;
        left: 1px;
    }

    .right-titr p {
        width: 146px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .score7 {
        direction: rtl;
        position: absolute;
        right: 77px;
        left: unset;
        display: flex;
        top: unset;
        bottom: 7px;
    }

    .book-des {
        flex-direction: column;
    }

    .nav ul li {
        margin-left: 15px;
        padding-bottom: 10px;
    }

    a {
        font-size: 14px;
        font-weight: bold;
    }

    .score1 {
        left: 159px;
        display: flex;
        height: 15px;
        top: 42px;

    }

    .slideshow-container1 {
        width: 105%;
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        margin-bottom: 70px;
    }

    .column3, .column4 {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: 10px 10px 12px 0px;
    }

    .column3, .column4 {
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: 10px 10px 12px 0px;
    }

    .column5, .column6 {
        display: flex;
        flex-direction: column;
        margin: 0px;
        margin-right: 3%;
        width: 92%;

    }

    .class-des1 {
        text-align: right;
        height: 220px;
    }

    .buy-shop5 {
        display: none;
    }

    .class-text p {
        font-family: 'byekan';
        color: #0C2652;
        margin: 20px auto;
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .class-time {
        display: flex;
        flex-direction: row;
        font-size: 15px;
        position: absolute;
        bottom: 26px;
        flex-wrap: wrap;
        width: 50vw;
    }

    .class-time p {
        margin: 5px 0 5px 11px;
        font-size: 14px;
    }

    .class-des {
        text-align: right;
        height: 220px;
    }

    .score5 {
        direction: rtl;
        position: absolute;
        left: 50px;
        display: flex;
        top: 21px;
    }

    .score1 {
        margin-right: 200px;
        margin-right: 200px;
        position: absolute;
        left: 120px;
        bottom: 116px;
    }

    .score8 {
        margin-right: 200px;
        margin-right: 200px;
        position: absolute;
        /* left: 120px;
        bottom: 32px; */
    }

    .score9 {
        margin-right: 200px;
        margin-right: 200px;
        position: absolute;
        left: 120px;
        bottom: 32px;
    }

    .comment-write {
        width: 42%;
        height: 40px;
        border-radius: 20px;
        background-color: #EFF1F5;
        align-items: center;
        margin-right: 10px;
        position: absolute;
        bottom: 10px;
    }

    .submit-comment {
        width: 100px;
        height: 40px;
        background-image: linear-gradient(to left, #76859ebd, #3F5376);
        border-radius: 15px;
        align-items: center;
        margin-right: 20px;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        position: absolute;
        left: 15px;
        top: 8px;
        outline: none;
        border: none;
        cursor: pointer;
    }

    .buy-movie {
        display: flex;
        flex-direction: row;
        margin-left: 20px;
        margin-top: 10px;
    }

    .cr {
        display: flex;
        flex-direction: column-reverse;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        align-items: center;
    }

    .login-box {
        display: flex;
        flex-direction: column;
        margin-top: 45px;
        margin-bottom: 0px;
        margin-left: 0px;
        background-color: white;
        box-shadow: 2px 4px 8px 4px rgb(0 0 0 / 2%), 20px 6px 20px 20px rgb(0 0 0 / 2%);
        border-radius: 25px;
        width: 500px;
        height: 365px;
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 0px;
        position: relative;
    }

    .contact-img {
        width: 100%;
    }

    .contact1 {
        display: flex;
        width: 90%;
        flex-direction: column;
        margin-top: 50px;
        /* margin-left: 50px; */
        margin-bottom: 80px;
    }

}

body > div:nth-child(3) > div.posts > div > div.contact1 > div.contact-des > p:nth-child(5) > img {
    width: 100% !important;
}

body > div:nth-child(3) > div:nth-child(5) > div.slideshow-container2 > div > div.pricedis-post5 > div.price-dis3 > div.line1 {
    bottom: 55px;
}

body > div:nth-child(3) > div.column-post1 > div.movie-des > div.buy > div.buy-movie > form:nth-child(2) > button {
    font-family: 'byekan';
    color: white;
    font-size: 14px;
}

.cm {
    display: contents;
}
