.logo {
    color: #0f82c1;
    font-family: Pinar-Extrabold;
    text-transform: uppercase;
}

.logo h1 a:hover {
    color: #0f82c1;
}

.fa-button {
    background-color: #6354b1;
    box-shadow: 0px 9px 26px rgba(87, 87, 87, 0.4);
    border-radius: 16px;
    text-align: center;
}

.omid-login-button {
    background-color: #8f8f8f;
    box-shadow: 0px 9px 26px rgba(82, 82, 82, 0.4);
    border-radius: 16px;
    text-align: center;
}

.banner-inside .banner-title {
    color: #0f82c1;
    font-size: 56px;
    font-family: Pinar-Extrabold;
}

.title h3::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    bottom: 0;
    right: 0;
    border-bottom: 5px solid #6354b1;
    border-right: 5px solid #6354b1;
}

.title h3 span {
    color: #0f82c1;
}

.intro .intro-menu ul li a {
    color: #6354b1;
    display: block;
    margin-right: 15px;
}

.available .all-available a {
    color: #6354b1;
}

.available .all-available a:hover {
    color: #6354b1;
}

.achievement li {
    color: #0f82c1;
    font-size: 16px;
}

.intro .intro-menu ul li {
    color: #0f82c1;
    font-size: 16px;
    line-height: 36px;
}

@media screen and (min-width: 769px) {
    .banner-parent {
        padding: 0 5rem;
    }

    .header-menu ul {
        display: flex;
        align-items: center;
    }

    .header-menu ul li {
        margin-left: 20px;
    }

    .header-menu ul li a {
        font-size: 14px;
        color: #686D74;
        transition: 0.2s;
    }

    .header-menu ul li a:hover {
        color: #0f82c1;
    }

    .header-menu ul li a.active {
        color: #0f82c1;
        font-weight: bold;
    }

    .header-account-left span {
        margin-right: 10px;
        display: block;
    }
}

.coach .splide__arrow svg {
    fill: #686D74;
}

.coach h3 a:hover {
    color: #0f82c1;
}

.coach .coach-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 #0f82c1;
}

.coach .coach-inside .coach-resume p, .coach .coach-inside .coach-resume span {
    color: #0f82c1;
    font-size: 14px;
    display: block;
    text-align: right;
}

.available figure figcaption .figmore a {
    direction: rtl;
    font-size: 12px;
    color: #686D74;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.available figure figcaption .figmore a p {
    line-height: 10px;
    color: #686D74;
    font-family: Pinar-Semibold;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: 2px;
    border-bottom: 1px solid #686D74;
}

.contact svg {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.sell .sell-inside {
    border-radius: 16px;
    background-color: #686D74;
    min-height: 200px;
}

.sell .sell-inside .sell-center p {
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    font-family: Pinar-Extrabold;
    width: 100%;
    text-align: center;
}

.final-part .final-part-right {
    background-color: #686D74;
    border-radius: 16px;
    position: relative;
    margin-top: 150px;
}

.final-part .final-part-left {
    background-color: #8f8f8f;
    border-radius: 16px;
    position: relative;
    margin-top: 150px;
}

.founder .founder-right figure::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    box-shadow: 50px 70px 400px #129f00;
    z-index: -1;
    border-radius: 50%;
}

.founder .founder-right figure figcaption {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #0f82c1;
    color: white;
    font-size: 15px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 16px;
    z-index: 1;
}

.founder .founder-right figure figcaption::before {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 50%;
    transform: translateX(50%);
    width: 29px;
    height: 20px;
    border-radius: 40%;
    background-color: #0f82c1;
    z-index: -1;
}

.available figure {
    margin: 0 10px !important;
    height: 300px;
    background-color: #dedfe1;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.available .splide__arrow svg {
    fill: #686D74;
}

.available figure figcaption {
    position: absolute;
    bottom: 5px;
    right: 50%;
    width: 75%;
    transform: translateX(50%);
    background: #d6d7d9;
    backdrop-filter: blur(11px);
    border-radius: 14px;
    padding: 10px;
}

.available figure figcaption h5 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #8f8f8f;
    margin-bottom: 0;
}

.available figure figcaption .figmore p {
    font-size: 16px;
    line-height: 30px;
    color: #8f8f8f;
    margin-bottom: 0;
    text-align: center;
}

.available figure figcaption .figmore span {
    font-size: 13px;
    line-height: 30px;
    color: #8f8f8f;
    text-align: center;
    display: block;
}

.bottom-footer .footer-title {
    font-size: 16px;
    font-family: Pinar-Semibold;
    color: #495059;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
}

.bottom-footer .map span {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #cbcbcb;
}

.bottom-footer .fourth-col a {
    color: #8f8f8f;
    font-size: 14px;
    border-bottom: 1px solid #cbcbcb;
}

.filter-classes-inside a.class-button {
    font-size: 14px;
    color: #0f82c1;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #44c22e;
    transition: .2s;
}

.filter-classes-inside a:hover {
    background-color: #d0d0d0;
}

.filter > div {
    border-radius: 16px;
    border: 1px solid #d0d0d0;
    padding: 15px;
    margin-bottom: 1rem;
}

.filter .form-search .search-inside {
    background-color: #F2F6FF;
    border-radius: 16px;
    padding: 0.5rem;
    border: none;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.filter-classes-inside {
    border-radius: 16px;
    border: 1px solid #d0d0d0;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.filter-coaches-inside {
    border-radius: 16px;
    border: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-image: url(../../../front/assets/img/cardheader.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}


.class-header {
    height: 120px;
    background-color: #8f8f8f;
    color: white;
}

.class-left .class-tab > div span.active {
    color: #0f82c1;
    border-bottom: 3px solid #0f82c1;
}

.class-left .class-text #moreTextElement {
    color: #0f82c1;
    margin-right: 5px;
    cursor: pointer;
}

.btn-light {
    color: white;
    background-color: #6354b1;
    border-color: #f8f9fa;
    border-radius: 10px;
}

.filter-coaches-inside a {
    font-size: 14px;
    color: #0f82c1;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #93ef81;
    transition: .2s;
}

.classes-inside {
    border-radius: 16px;
    background-color: #d3d3d3;
    padding: 2rem;
}

.classes-inside p .class-gender {
    color: #0f82c1;
}

.news-card {
    display: flex;
    flex-direction: column;
    height: 336px;
    align-items: center;
    width: 230px;
    padding: 0 10px 10px 10px;
    border: 3px solid #6354b1;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news .splide__arrow svg {
    fill: #686D74;
}

.news-title-custom ,.content-title-custom{
    color: #0f82c1;
    font-size: 1rem;
    font-family: Pinar-Semibold;
}

.omid-background-header {
    background-color: #8f8f8f;
}

.contact-us-card {
    background-color: #6354b1;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 4rem 2rem;
    border-radius: 10px;
    position: absolute;
    top: 190px;
    width: 300px;

}

.contact-us-card-mobile {
    background-color: #6354b1;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 4rem 2rem;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .achievement li {
        font-size: 14px;
    }

    .class-left .class-text p {
        font-size: 14px;
        padding: 0 5px;
    }

    .input-text {
        flex-wrap: wrap !important;
    }

    .input-text input {
        margin-bottom: 10px;
    }

    .input-text input:nth-of-type(1) {
        margin-left: 0 !important;
    }

    .input-text input:nth-of-type(2) {
        margin-right: 0 !important;
    }

    .class-tab {
        margin-top: 50px;
    }

    .founder .founder-left .title {
        justify-content: center !important;
    }

    .banner-numbers {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 50px;
        padding: 0 70px;
    }

    .banner-numbers > div {
        margin-top: 20px;
        padding: 0 30px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-numbers > div:nth-of-type(2) {
        border-right: none !important;
        border-left: none !important;
    }

    .banner-numbers > div p {
        width: 100%;
        text-align: center;
        font-size: 15px;
        font-family: Pinar-Regular;
    }

    .banner-numbers > div span {
        font-family: Pinar-Extrabold;
        font-size: 47px;
    }

    .intro-menu {
        margin-top: 3rem;
    }

    .intro-menu ul {
        height: auto !important;
    }

    .honours-inside {
        justify-content: space-between;
    }

    .honours-inside {
        justify-content: center;
        flex-wrap: wrap;
    }

    section.filter-parent {
        margin-top: 25px;
    }

    .logo {
        color: #0f82c1;
    }

    .logo h1 a {
        font-size: 30px;
    }

    .contact {
        display: flex;
    }

    .contact img {
        width: 35px;
        height: 35px;
    }

    .contact span {
        display: block;
    }

    .contact span:nth-of-type(1) {
        font-size: 13px;
    }

    .contact span:nth-of-type(2) {
        font-size: 11px;
    }

    header {
        margin-top: 10px !important;
    }

    .top_header-logo h1 {
        font-size: 20px !important;
    }

    .top_header-contact span {
        font-size: 12px !important;
    }

    .top_header-contact img {
        width: 30px !important;
        height: 30px !important;
    }

    header .row:nth-of-type(1) {
        border-bottom: 1px solid #e2e2e2;
    }

    .header-account {
        display: flex;
        align-items: center;
        justify-content: space-between !important;
    }

    .header-account-left {
        flex-direction: row-reverse;
        justify-content: flex-end !important;
    }

    .header-account-left div {
        margin-right: 20px;
        margin-left: 0 !important;
    }

    #menu-bars i {
        color: #686D74;
        font-size: 18px;
        margin-right: 10px;
    }

    .header-menu {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.336);
        padding: 0 !important;
    }

    .header-menu ul {
        transition: .5s;
        transform: translateX(100%);
        background-color: #F3FAFF;
        width: 250px;
        height: 100%;
        overflow-y: scroll;
        padding: 0 30px 30px 30px !important;
    }

    .header-menu ul::-webkit-scrollbar {
        width: 20px;
    }

    .header-menu ul::-webkit-scrollbar-track {
        background: transparent;
    }

    .header-menu ul::-webkit-scrollbar-thumb {
        background: #EBEBF7;
        border-radius: 4px;
    }

    .header-menu ul::-webkit-scrollbar-thumb:hover {
        background: #686D74;
    }

    .header-menu ul li {
        line-height: 40px;
    }

    .header-menu ul li:not(:nth-last-of-type(1)) a {
        display: block;
        border-bottom: 1px solid #d9d9d9;
    }

    .header-menu ul a {
        font-size: 14px;
        color: #686D74;
        transition: 0.2s;
    }

    .header-menu ul a:hover {
        color: #0f82c1;
    }

    .header-menu ul a.active {
        color: #0f82c1;
    }

    .header-menu ul .mobile-logo {
        text-transform: uppercase;
        font-family: Pinar-Extrabold;
        padding: 30px 0 30px;
        color: #0f82c1;
        position: relative;
        text-align: center;
    }

    .final-part figure figcaption {
        font-size: 20px !important;
    }

    .sell-center h4 {
        margin-top: 30px;
        font-size: 25px !important;
        font-family: Pinar-Semibold !important;
    }

    .sell-center p {
        font-size: 12px !important;
        font-family: Pinar-Semibold !important;
    }

    .sell .fa-button {
        position: relative;
        margin-bottom: 30px;
    }

    .sell .fa-button a {
        padding: 10px 20px !important;
    }

    .sell .fa-button img {
        position: absolute;
        top: -15px;
        right: -20px;
        width: 50px;
        height: 50px;
    }

    .threeD-center {
        padding: 10px 0;
    }

    .threeD-center img {
        width: 60px;
    }

    .threeD-center p {
        font-size: 25px !important;
        font-family: Pinar-Semibold !important;
    }
}

.contact span:nth-of-type(1) {
    font-size: 16px;
    color: #495059;
}

.contact span:nth-of-type(2) {
    font-size: 13px;
    color: #8D9298;
}








