html {
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    font-family: Pinar-Medium;
    overflow-x: hidden;
    background-color: #F3FAFF;
}

h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

figure {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

@font-face {
    font-family: Pinar-Bold;
    font-style: normal;
    src: url("../font/Statics/ttf/Pinar-FD-Bold.ttf") format("ttf");
    src: url("../font/Statics/woff2/Pinar-FD-Bold.woff2") format("woff2");
}

@font-face {
    font-family: Pinar-Medium;
    font-style: normal;
    src: url("../font/Statics/ttf/Pinar-FD-Medium.ttf") format("ttf");
    src: url("../font/Statics/woff2/Pinar-FD-Medium.woff2") format("woff2");
}

@font-face {
    font-family: Pinar-Light;
    font-style: normal;
    src: url("../font/Statics/ttf/Pinar-FD-Light.ttf") format("ttf");
    src: url("../font/Statics/woff2/Pinar-FD-Light.woff2") format("woff2");
}

@font-face {
    font-family: Pinar-Regular;
    font-style: normal;
    src: url("../font/Statics/ttf/Pinar-FD-Regular.ttf") format("ttf");
    src: url("../font/Statics/woff2/Pinar-FD-Regular.woff2") format("woff2");
}

@font-face {
    font-family: Pinar-Semibold;
    font-style: normal;
    src: url("../font/Statics/ttf/Pinar-FD-SemiBold.ttf") format("ttf");
    src: url("../font/Statics/woff2/Pinar-FD-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: Pinar-Extrabold;
    font-style: normal;
    src: url("../font/Statics/ttf/Pinar-FD-ExtraBold.ttf") format("ttf");
    src: url("../font/Statics/woff2/Pinar-FD-ExtraBold.woff2") format("woff2");
}

.logo h1 a {
    color: inherit;
}

.contact {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
}

.contact span {
    display: block;
    text-align: right;
}

.fa-button a {
    direction: rtl;
    color: #ffffff;
    display: block;
    padding: 18px 40px;
}

.omid-login-button a {
    direction: rtl;
    color: #ffffff;
    display: block;
    padding: 18px 40px;
}

@media screen and (max-width: 768px) {
    .fa-button a {
        padding: 10px 20px;
        white-space: nowrap;
    }

    .omid-login-button a {
        padding: 10px 20px;
        white-space: nowrap;
    }
}

.title {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title h3 {
    position: relative;
    font-size: 32px;
    font-family: Pinar-Extrabold;
    color: #3B3E43;
    margin-bottom: 0;
    padding: 10px 30px;
}

.title h3::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    border-top: 5px solid #E1F1FD;
    border-left: 5px solid #E1F1FD;
}

.achievement {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .achievement {
        height: auto !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    /*.achievement {*/
    /*    height: 200px !important;*/
    /*}*/
}

header {
    margin-top: 30px;
}

header .header-account {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .header-account div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
}

header .header-account div:nth-of-type(1) {
    margin-left: 50px;
}

header .header-account div span {
    color: #686D74;
    font-size: 14px;
    cursor: pointer;
}

header .header-account div figure {
    position: relative;
}

header .header-account div figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-5px, -1px);
    background-color: #CC0044;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 10px;
}

.show-mobile-menu {
    visibility: visible !important;
    opacity: 1 !important;
}

.show-mobile-menu ul {
    transform: translateX(0) !important;
}

footer {
    margin-top: 150px;
    margin-bottom: 100px;
}

.top-footer_left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-footer_left .social-icon {
    margin-left: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-footer_left .social-icon a {
    display: block;
}

.top-footer_left .social-icon a img {
    margin-top: 23px;
}

.bottom-footer {
    margin-top: 40px;
}

.bottom-footer ul {
    height: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-right: 5px;
}

.bottom-footer ul li {
    line-height: 36px;
}

.bottom-footer ul li a {
    font-size: 14px;
    color: #686D74;
    transition: .2s;
}

.bottom-footer ul li a:hover {
    color: #BA003B;
}

.bottom-footer .map {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 18.4755px 22.3651px rgba(0, 0, 0, 0.07);
    margin-left: 10px;
}

.bottom-footer .fourth-col p {
    color: #686D74;
    font-size: 14px;
}

.banner {
    direction: ltr;
    margin-top: 100px;
}

.banner .splide__arrow {
    display: none;
}

.banner .splide__pagination {
    display: none;
}

.banner-inside {
    flex-direction: row-reverse;
}

.banner-inside .banner-img img {
    width: 100%;
}

.banner-inside .banner-title div {
    display: flex;
    flex-direction: row-reverse;
}

.banner-inside .banner-title div img {
    margin-left: 10px;
}

.banner-inside .banner-caption {
    margin-top: 50px;
    color: #495059;
    font-size: 22px;
    text-align: right;
    padding: 0 30px;
    line-height: 32px;
}

.banner-inside .banner-button {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 30px;
}

.banner-inside .banner-button .fa-button {
    margin-left: 30px;
}

.banner-inside .banner-button .banner-view {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.banner-inside .banner-button .banner-view p {
    margin-bottom: 0;
    margin-right: 20px;
    color: #8D9298;
    font-size: 18px;
}

.banner-inside .banner-button .banner-view span {
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 18.4755px 22.3651px rgba(0, 0, 0, 0.07);
    width: 56px;
    height: 56px;
}

.banner-inside .banner-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 0 70px;
}

.banner-inside .banner-numbers > div {
    padding: 0 40px;
    display: flex;
    align-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.banner-inside .banner-numbers > div:nth-of-type(2) {
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.banner-inside .banner-numbers > div p {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: Pinar-Regular;
}

.banner-inside .banner-numbers > div span {
    font-family: Pinar-Extrabold;
    font-size: 47px;
}

.banner-inside .banner-numbers > div span,
.banner-inside .banner-numbers > div p {
    color: #8D9298;
}

.fast-access-inside {
    margin-top: 1rem;
}

.fast-access-inside a {
    margin-top: 2rem;
    padding: 40px 15px;
    display: block;
    box-shadow: 0px 18.4755px 22.3651px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    transition: 0.2s;
    position: relative;
    background-color: #F3FAFF;
}

.fast-access-inside a span {
    border-radius: 16px;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: -1;
    display: none;
    transition: .2s;
}

.fast-access-inside a span:nth-of-type(1) {
    top: -1px;
    right: -1px;
    border-top: 1px solid #BA003B;
    border-right: 1px solid #BA003B;
}

.fast-access-inside a span:nth-of-type(2) {
    top: -1px;
    left: -1px;
    border-top: 1px solid #BA003B;
    border-left: 1px solid #BA003B;
}

.fast-access-inside a span:nth-of-type(3) {
    bottom: -1px;
    right: -1px;
    border-bottom: 1px solid #BA003B;
    border-right: 1px solid #BA003B;
}

.fast-access-inside a span:nth-of-type(4) {
    bottom: -1px;
    left: -1px;
    border-bottom: 1px solid #BA003B;
    border-left: 1px solid #BA003B;
}

.fast-access-inside a:hover {
    background-color: #FBFDFF;
}

.fast-access-inside a:hover span {
    display: block;
}

.fast-access-inside a figure {
    display: flex;
    align-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.fast-access-inside a figure figcaption {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #495059;
    font-family: Pinar-Semibold;
}

.intro p {
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
    margin-top: 3rem;
    color: #686D74;
}

.intro .intro-menu {
    margin-top: 3rem;
}

.intro .intro-menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
}

.threeD {
    margin-top: 100px;
}

.threeD .threeD-photo {
    position: relative;
}

.threeD .threeD-photo img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.threeD .threeD-inside {
    background-image: url(../img/Rectangle.png);
    background-size: 100% 100%;
    border-radius: 16px;
    position: relative;
}

.threeD .threeD-inside::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    box-shadow: 0 0 400px 50px #cc0044;
    z-index: -1;
    border-radius: 50%;
}

.threeD .threeD-center {
    padding: 10px 0;
}

.threeD .threeD-center a {
    text-align: center;
}

.threeD .threeD-center a p {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-family: Pinar-Extrabold;
}

.threeD .threeD-left {
    padding: 20px 70px;
    text-align: left;
}

.threeD .threeD-left img {
    width: 95px;
}

.available {
    margin-top: 100px;
}

.available .all-available {
    text-align: left;
}

.available .splide__arrow {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.2);
}

.available .splide__arrow--prev {
    /*left: 0;*/
}

.available .splide__arrow--next {
    /*right: 0;*/
}

.available .splide__pagination {
    display: none;
}

.available figure:hover .figmore {
    display: block;
}

.available figure:hover h5 {
    color: #686D74;
}

.available figure > img {
    /*width: 100%;*/
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow: hidden;
}

.available figure figcaption .figmore {
    display: none;
    transition: .2s;
}

.available-splide {
    direction: ltr;
}

.founder {
    margin-top: 100px;
}

.founder .founder-right figure {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #ffffff;
    position: relative;
}

.founder .founder-right figure img {
    width: 100%;
}

.founder .founder-left .title {
    justify-content: flex-start;
}

.founder .founder-left p {
    margin-top: 50px;
    text-align: justify;
    line-height: 36px;
    color: #495059;
    font-size: 16px;
}

.coach {
    margin-top: 100px;
    direction: ltr;
}

.coach .splide__arrow {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.2);
}

.coach .splide__arrow--prev {
    /*left: 0;*/
}

.coach .splide__arrow--next {
    /*right: 0;*/
}

.coach .splide__pagination {
    display: none;
}

.coach h3 {
    color: #3B3E43;
    font-size: 18px;
    font-family: Pinar-Extrabold;
    direction: rtl;
}

.coach h3 a {
    color: inherit;
}

.coach .coach-inside {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.coach .coach-inside figure img {
    width: 100%;
    height: 100%;
    border-radius: 35px;
    overflow: hidden;
}

.coach .coach-inside .coach-resume {
    margin-right: 20px;
}

.coach .coach-inside .coach-resume h5 {
    color: #3B3E43;
    font-size: 16px;
    line-height: 32px;
    text-align: right;
}

/* news */

.news {
    margin-top: 100px;
    direction: ltr;
}

.news .splide__arrow {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 9px 24px rgba(0, 0, 0, 0.2);
}

.news .splide__arrow--prev {
    /*left: 0;*/
}

.news .splide__arrow--next {
    /*right: 0;*/
}

.news .splide__pagination {
    display: none;
}

.news h3 {
    color: #3B3E43;
    font-size: 18px;
    font-family: Pinar-Extrabold;
    direction: rtl;
}

.news h3 a {
    color: inherit;
}

.news h3 a:hover {
    color: #BA003B;
}

.news .news-inside {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.news .news-inside figure {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 112px;
    height: 112px;
    border: 1px solid white;
    border-radius: 37px;
    box-shadow: 5px 5px 0 0 #CC0044;
}

.news .news-inside figure img {
    width: 100%;
    height: 100%;
    border-radius: 35px;
    overflow: hidden;
}

.news-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.news-title {
    font-size: 14px;
    text-align: right;
    color: #333333;
    margin: 0;
}

.news-date {
    font-size: 11px;
    text-align: right;
    color: #333333;
    margin: 10px 0 0 0;
}



/*gym Ads*/
.gymAdvertise {
    margin-top: 100px;
}

.gymAdvertise h3 {
    color: #3B3E43;
    font-size: 18px;
    font-family: Pinar-Extrabold;
    direction: rtl;
}

.gymAdvertise h3 a {
    color: inherit;
}

.gymAdvertise h3 a:hover {
    color: #BA003B;
}

.sell {
    margin-top: 100px;
}

.sell .sell-inside {
    border-radius: 16px;
    background-color: #4B1D3F;
    min-height: 200px;
}

.sell .sell-inside .sell-center h4 {
    color: #ffffff;
    font-size: 32px;
    font-family: Pinar-Extrabold;
    line-height: 56px;
    text-align: center;
}

.sell .sell-inside .sell-photo {
    position: relative;
}

.sell .sell-inside .sell-photo img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.sell .fa-button {
    position: relative;
}

.sell .fa-button a {
    padding: 15px 35px !important;
}

.sell .fa-button img {
    position: absolute;
    top: -15px;
    right: -20px;
}

.final-part {
    text-align: left;
    direction: ltr;
}

.final-part .final-part-photo {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.final-part .final-part-photo img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.final-part figure {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
}

.final-part figure a {
    text-align: center;
}

.final-part figure img {
    height: 83px;
    width: 63px;
}

.final-part figure figcaption {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-family: Pinar-Extrabold;
    line-height: 48px;
}

section.filter-parent {
    margin-top: 80px;
}

.filter-coaches-inside figure {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1rem !important;
}

.filter-coaches-inside figure img {
    width: 95px;
    height: 95px;
    border-radius: 35px;
    border: 1px solid white;
    object-fit: contain;
}

.filter-coaches-inside figure figcaption {
    font-size: 14px;
    font-family: Pinar-Extrabold;
    color: #3B3E43;
    line-height: 36px;
    text-align: center;
    width: 100%;
}

.filter-coaches-inside h4 {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #686D74;
    text-align: center;
}

.filter-coaches-inside h4 span {
    background-color: #F3FAFF;
    display: inline-block;
    padding: 5px 10px;
}

.filter-coaches-inside h4::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    transform: translateY(-50%);
    background-color: #F2C9D6;
    z-index: -1;
    top: 50%;
    left: 0;
}

.filter-coaches-inside h4 p {
    font-size: 14px;
    color: #686D74;
}

.filter-coaches-inside p {
    font-size: 14px;
    text-align: center;
    color: #686D74;
}

.filter-coaches-inside a:hover {
    background-color: #F2F6FF;
}


.filter-classes-inside figure {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1rem !important;
}

.filter-classes-inside figure img {
    width: 95px;
    height: 95px;
    border-radius: 35px;
    border: 1px solid white;
    object-fit: contain;
}

.filter-classes-inside figure figcaption {
    font-size: 14px;
    font-family: Pinar-Extrabold;
    color: #3B3E43;
    line-height: 36px;
    text-align: center;
    width: 100%;
}

.filter-classes-inside h4 {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #686D74;
    text-align: center;
}

.filter-classes-inside h4 span {
    background-color: #F3FAFF;
    display: inline-block;
    padding: 5px 10px;
}

.filter-classes-inside h4 p {
    font-size: 14px;
    color: #686D74;
}

.filter-classes-inside p {
    font-size: 14px;
    text-align: center;
    color: #686D74;
}


.filter .form-search .search-inside input,
.filter .form-search .search-inside button {
    background-color: transparent;
    border: none;
    color: #686D74;
}

.filter .form-search .search-inside input::placeholder,
.filter .form-search .search-inside button::placeholder {
    color: #BBBDC1;
    font-size: 15px;
    line-height: 30px;
}

.filter .form-search .search-inside input:focus,
.filter .form-search .search-inside button:focus {
    outline: none;
}

.filter .form-search .search-inside input::-webkit-search-cancel-button,
.filter .form-search .search-inside button::-webkit-search-cancel-button {
    display: none;
}

.filter h4 {
    font-size: 16px;
    line-height: 32px;
    color: #3B3E43;
}

.filter .form-group {
    overflow-y: scroll;
    height: 290px;
    margin-top: 20px;
    margin-right: 20px;
}

.filter .form-group .form-group-inside {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.filter .form-group .form-group-inside input {
    display: none;
}

.filter .form-group .form-group-inside input:checked ~ label:nth-of-type(1) {
    background-color: #FFB41F;
}

.filter .form-group .form-group-inside input:checked ~ label:nth-of-type(2) {
    color: #CC0044;
    font-family: Pinar-Semibold;
}

.filter .form-group .form-group-inside label:nth-of-type(1) {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #EBEBF7;
    cursor: pointer;
    display: block;
    margin-left: 10px;
}

.filter .form-group .form-group-inside label:nth-of-type(2) {
    font-size: 14px;
    color: #686D74;
    cursor: pointer;
}

.filter .form-group::-webkit-scrollbar {
    width: 20px;
}

.filter .form-group::-webkit-scrollbar-track {
    background: transparent;
}

.filter .form-group::-webkit-scrollbar-thumb {
    background: #EBEBF7;
    border-radius: 4px;
}

.filter .form-group::-webkit-scrollbar-thumb:hover {
    background: #F2C9D6;
}

.filter .form-gender {
    /*display: flex;*/
    height: auto !important;
}

.filter .form-gender .form-group-inside {
    margin-left: 40px;
}

.filter .form-gender .form-group-inside label:nth-of-type(1) {
    border-radius: 50%;
    border: 4px solid #EBEBF7;
}

.filter .form-gender .form-group-inside input:checked ~ label:nth-of-type(2) {
    color: #3B3E43 !important;
}

.page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page-number button {
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 7px;
    border-radius: 50%;
    background-color: #EBEBF7;
    color: #495059;
    transition: 0.2s;
}

.page-number button:hover {
    background-color: #CC0044;
    color: #ffffff;
}

.page-number button.active {
    background-color: #CC0044;
    color: #ffffff;
}

.classes-inside h2 {
    color: #3B3E43;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
}

.classes-inside p {
    color: #495059;
    font-size: 14px;
    line-height: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.classes-inside p span {
    color: #8D9298;
}

.classes-inside .classes-time {
    padding-right: 15px;
}

.classes-inside .classes-time > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #CC0044;
    font-size: 14px;
    line-height: 36px;
}

.classes-inside .fa-button a {
    padding: 12px 35px !important;
}

.classes-inside.row, .classes-description.row, .classes-link.row, .accepted-comments.row {
    margin-right: 0;
    margin-left: 0;
}

.classes-title {
    font-size: 16px;
    color: #8D9298;
    line-height: 32px;
    display: block;
    margin-top: 30px;
}

.classes-description p {
    margin-top: 15px;
    text-align: justify;
    color: #495059;
    font-size: 16px;
    line-height: 36px;
}

.classes-photos figure {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 15px;
}

.classes-photos figure img {
    width: 100%;
}

.classes-link {
    margin-top: 35px;
}

.classes-link a {
    font-size: 15px;
    color: #CC0044;
    border-bottom: 1px solid #CC0044;
    width: auto !important;
}

.classes-link a:hover {
    color: #BA003B;
}

.comments {
    top: 30px;
}

.comments .msg textarea {
    width: 100%;
    padding: 20px;
    background-color: transparent;
    border-radius: 16px;
    border: 1px solid #EBEBEC;
    font-size: 16px;
    color: #495059;
    line-height: 36px;
    font-family: Pinar-Regular;
}

.comments .msg textarea::placeholder {
    font-size: 16px;
    color: #8D9298;
    line-height: 36px;
    font-family: Pinar-Regular;
}

.comments .msg textarea:focus {
    outline-color: #F2C9D6;
    outline-width: 1px;
}

.comments .input-text input {
    display: block;
    margin-left: 10px;
    background-color: transparent;
    border-radius: 16px;
    border: 1px solid #EBEBEC;
    padding: 9px 20px;
    font-size: 16px;
    color: #495059;
    line-height: 36px;
    font-family: Pinar-Regular;
}

.comments .input-text input:focus {
    outline-color: #F2C9D6;
    outline-width: 1px;
}

.comments .input-text input::placeholder {
    font-size: 16px;
    color: #8D9298;
    line-height: 36px;
    font-family: Pinar-Regular;
}

.comments .input-button button {
    background-color: transparent;
    padding: 9px 40px;
    border: 1px solid #F2C9D6;
    color: #CC0044;
    border-radius: 16px;
    transition: .2s;
}

.comments .input-button button:hover {
    background-color: #F2C9D6;
}

.accepted-comments h6 {
    color: #8D9298;
    font-size: 15px;
    line-height: 37px;
    display: flex;
    align-items: center;
}

.accepted-comments img {
    margin-left: 5px;
}

.accepted-comments .comments-author {
    border: 1px solid #EBEBEC;
    border-radius: 16px;
    padding: 20px;
}

.accepted-comments .comments-author span {
    font-size: 15px;
    line-height: 37px;
}

.accepted-comments .comments-author span:nth-of-type(1) {
    color: #CC0044;
}

.accepted-comments .comments-author span:nth-of-type(2) {
    color: #8D9298;
}

.accepted-comments .comments-author p {
    color: #495059;
    font-family: Pinar-Regular;
    line-height: 32px;
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
    padding: 0 10px;
}

.accepted-comments .comment-answer {
    padding: 20px;
    width: 80%;
    border-radius: 16px;
    border: 1px solid #EBEBEC;
}

section.class {
    margin-top: 100px;
}

.class-right figure {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.class-right figure img {
    width: 100%;
}

.class-right h6 {
    color: #3B3E43;
    font-size: 18px;
    font-family: Pinar-Extrabold;
    line-height: 32px;
    text-align: center;
}

.class-right p {
    font-size: 16px;
    text-align: center;
    color: #495059;
    line-height: 32px;
    margin-bottom: 0;
    padding: 5px 0;
}

.class-right p:nth-of-type(1) {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.class-left #bio {
    display: block;
}

.class-left .class-tab {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.class-left .class-tab > div {
    border-bottom: 1px solid #e2e2e2;
}

.class-left .class-tab > div span {
    display: block;
    padding: 10px 30px;
    position: relative;
    color: #686D74;
    font-size: 16px;
    line-height: 32px;
    font-family: Pinar-Semibold;
    cursor: pointer;
}

.class-left .class-tab > div span figure {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    width: 20px;
    height: 20px;
}

.class-left .class-tab > div span figure img {
    width: 100%;
    position: absolute;
}

.class-left .class-tab > div span figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #8D9298;
    font-size: 10px;
    font-family: Pinar-Extrabold;
}

.class-left .class-text p {
    font-size: 16px;
    color: #3B3E43;
    text-align: justify;
    line-height: 36px;
}

.class-left .class-text p a {
    color: #CC0044;
}

.class-left .class-text p a:hover {
    color: #BA003B;
}

.class-left .honours {
    margin-top: 40px;
}

.class-left .honours h6 {
    color: #686D74;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}

.class-left .honours .honours-inside {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.class-left .honours .honours-inside > div {
    width: 140px;
    margin-left: 20px;
}

.class-left .honours .honours-inside figure {
    width: 100%;
    border: 1px solid #F7EBEF;
    border-radius: 16px;
    margin-bottom: 5px;
}

.class-left .honours .honours-inside figure img {
    width: 100%;
}

.class-left .honours .honours-inside p {
    font-size: 12px;
    color: #686D74;
    text-align: center;
}

.tabcontent {
    margin-top: 32px;
    display: none;
}

@media screen and (max-width: 567px) {
    .class-tab span {
        padding: 10px 10px !important;
        color: #686D74;
        font-size: 12px !important;
    }

    .classes-inside > div:nth-of-type(2) {
        margin-top: 20px;
    }

    .title h3 {
        font-size: 30px !important;
        text-align: center;
    }

    .sell .sell-inside {
        border-radius: 0 !important;
    }

    .threeD-inside {
        border-radius: 0 !important;
    }

    .logo,
    .contact,
    .top-footer_left {
        display: flex;
        justify-content: center;
    }

    .contact {
        margin-top: 20px;
    }
}

@media screen and (max-width: 992px) {
    .comment-answer {
        width: 100% !important;
    }

    .classes-inside > div:nth-of-type(3) {
        align-items: flex-start !important;
        margin-top: 20px;
    }

    .input-text input {
        font-size: 14px !important;
    }

    .input-text input::placeholder {
        font-size: 14px !important;
    }

    .msg textarea {
        font-size: 14px !important;
    }

    .msg textarea::placeholder {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    header .row:nth-of-type(1) {
        margin-bottom: 30px;
    }

    .header-account {
        justify-content: flex-end !important;
    }

    .header-account-left {
        flex-direction: row-reverse;
    }

    .header-account-left div {
        margin-right: 20px;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 1200px) {
    .input-text {
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .input-text input {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .input-text input:nth-of-type(2) {
        margin-left: 0;
        margin-right: 5px;
    }

    .input-text input:nth-of-type(1) {
        margin-left: 5px;
    }

    .classes-inside > div:nth-of-type(4) {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 1200px) {
    .input-button {
        justify-content: flex-end;
    }

    .classes-inside > div:nth-of-type(3) {
        justify-content: center;
    }

    .classes-inside h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 992px) {
    footer h3 {
        margin-top: 30px;
    }

    .fourth-col {
        padding: 0 3rem;
    }

    .bottom-footer {
        margin-top: 0;
    }

    .banner-img {
        display: flex;
        justify-content: center;
    }

    .banner-img img {
        width: 300px !important;
    }

    .banner {
        margin-top: 2rem !important;
    }

    .banner-title {
        font-size: 30px !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .banner-title img {
        width: 50px;
    }

    .banner-caption {
        font-size: 18px !important;
        text-align: center !important;
        margin-top: 30px !important;
    }

    .banner-inside {
        flex-direction: column-reverse;
    }

    .banner-button {
        justify-content: center;
        flex-wrap: wrap;
    }

    .banner-button .banner-view {
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }

    .banner-button .fa-button {
        margin-left: 0 !important;
    }

    .banner-button .omid-login-button {
        margin-left: 0 !important;
    }

    .banner-numbers {
        padding: 0 0 !important;
    }

    .banner-numbers > div {
        padding: 0 20px !important;
    }

    .banner-numbers > div span {
        font-family: Pinar-Extrabold;
        font-size: 30px !important;
    }
}
