/*
Theme Name: classto_university
Author: ali parsanasab
Description: سایت تربیت معلم
*/


/* ---------------------------------- */
/* font */
/* ---------------------------------- */

@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: 100;
    src: url('./assets/Webfonts/IRANYekanXFaNum-Thin.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: 200;
    src: url('./assets/Webfonts/IRANYekanXFaNum-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: 300;
    src: url('./assets/Webfonts/IRANYekanXFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: 500;
    src: url('./assets/Webfonts/IRANYekanXFaNum-Medium.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: 600;
    src: url('./assets/Webfonts/IRANYekanXFaNum-DemiBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: 800;
    src: url('./assets/Webfonts/IRANYekanXFaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: 900;
    src: url('./assets/Webfonts/IRANYekanXFaNum-Black.woff2') format('woff2');
}
@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: 950;
    src: url('./assets/Webfonts/IRANYekanXFaNum-ExtraBlack.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: 1000;
    src: url('./assets/Webfonts/IRANYekanXFaNum-Heavy.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: bold;
    src: url('./assets/Webfonts/IRANYekanXFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: normal;
    src: url('./assets/Webfonts/IRANYekanXFaNum-Regular.woff2') format('woff2');
}


body {
    font-family: IRANYekanXFaNum  !important;
}
h1, h2, h3, h4, h5, h6,input, textarea ,p ,ul ,li , button {
    font-family: IRANYekanXFaNum !important;
}

/* ---------------------------------- */
/* seting */
/* ---------------------------------- */


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.row {
    width: 100% !important;
    margin: 0 !important;
}

a {
    text-decoration: none;
}

.mb-5 {
    margin-bottom: 5em;
}

.mt-5 {
    margin-top: 5em;
}


body {
    background-color: #F9FAFF;
}

.container {
    padding: 0 !important;
    max-width: 1140px !important;
}

.row {
    margin: 0 !important;
    width: 100%;
}

.roboyad_dont_have_padding {
    padding: 0 !important;
}

.roboyad_item_padding {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.box_shadow_label {
    box-shadow: 0px 3px 26px 0px rgba(167, 167, 167, 0.25);
}


@media (max-width: 767px) {
    .container_header_logo_menu_loginButten {
        margin-top: -26px !important;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.roboyad_swiper_handel .swiper-wrapper {
    padding-bottom: 55px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.space_betwin {
    margin-top: 500px;
}

.swiper-pagination-bullet {
    width: 33px !important;
    border-radius: 15px !important;
    height: 8px !important;
    background-color: #FFC783 !important;
    opacity: 1 !important;
}


.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FF6D4D !important;
}


@media (max-width: 767px) {
    .container_header_logo_menu_loginButten {
        margin-top: -26px !important;
    }

    .swiper-pagination-bullet {
        width: 25px !important;
        height: 5px !important;
    }
}

.roboyad_background_dark_sampel {
    background-color: rgba(8, 5, 32, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.action_open_close {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    pointer-events: none;
}

.action_open_close.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Error label */

.roboyad_box_Error_item {
    background-color: #FFF8F9;
    border: 1px solid #DC1D40;
    border-radius: 8px;
    width: 100%;
    padding: 9px 11px;
    gap: 1px !important;
    display: none;
    margin-top: 10px;
}

.roboyad_box_Error_item.active {
    display: flex;
}

.roboyad_box_Error_item p {
    color: #DC1D40;
    font-size: 14px;
    padding-right: 6px;
}


@media (max-width: 576px) {

    .roboyad_box_Error_item p {
        color: #DC1D40;
        font-size: 12px;
        padding-right: 6px;
    }

    .roboyad_box_Error_item {
        padding: 9px 5px;
    }
}


/* اسکرول */

.roboyad_scroll_color::-webkit-scrollbar {
    height: 5px;
}

.roboyad_scroll_color::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.roboyad_scroll_color::-webkit-scrollbar-thumb {
    background: rgba(69, 200, 227, 0.5);
    border-radius: 10px;
}

.roboyad_scroll_color::-webkit-scrollbar-thumb:hover {
    background: rgba(69, 200, 227, 0.5);
}

.roboyad_scroll_color {
    scrollbar-width: thin;
    scrollbar-color: rgba(69, 200, 227, 0.5) #f1f1f1;
}


.background_paterm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('./assets/image/pattern_snow.png');*/
    background-repeat: repeat;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}

.background_paterm > * {
    position: relative;
    z-index: 2;
}



/* استایل دیفالت باتن */


.roboyad_butten {
    background-color: #8475ff;
    border-radius: 8px;
    width: 100%;
    max-width: 300px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    outline: none;
    padding: 15px 20px;
    font-size: 17px;
    color: white;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.roboyad_butten:hover {
    cursor: pointer;
}

@media (max-width: 576px) {

    .roboyad_butten {
        padding: 11px 9px;
        font-size: 13px;
        margin-top: 5px;
    }

}





/* ---------------------------------- */
/* article */
/* ---------------------------------- */

.roboyad_breadcrumb {
    margin-top: -14px;
}

.roboyad_breadcrumb ul {
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    color: #707070;
    font-size: 23px;
}

.roboyad_breadcrumb ul li:after {
    content: "/";
    color: #707070;
    font-size: 23px;
}

.roboyad_breadcrumb ul li span {
    color: #707070;
}

.roboyad_breadcrumb ul li:last-child:after {
    content: "";
}

.roboyad_breadcrumb ul li:nth-last-child(2)::after {
    color: #ff7400;
}

.roboyad_breadcrumb ul li:last-child {
    color: #ff7400;
    font-weight: 500;
}

.roboyad_breadcrumb ul li a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}


@media (max-width: 767px) {

    .roboyad_breadcrumb ul {
        font-size: 15px;
    }

    .roboyad_breadcrumb ul li:after {
        font-size: 15px;
    }
}





/* ---------------------------------- */
/* header */
/* ---------------------------------- */


.roboyad_header_container {
    margin-top: 30px;
}

.container_header_logo_menu_loginButten {
    background-color: #fff;
    border-radius: 8px;
    align-items: center;
    padding: 10px 14px;
}

.container_header_logo {
    display: flex;
    justify-content: start;
    align-items: center;
}

.container_header_logo img {
    width: 100%;
    max-width: 105px;
    height: auto;
}

.container_header_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 34px;
}

.container_header_menu a {
    text-decoration: none;
    color: #424242;
    font-size: 16px;
}

.container_header_loginButten {
    display: flex;
    justify-content: end;
    align-items: center;
}

.container_header_loginButten a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #fff;
    background-color: #2B6CB0;
    padding: 14px;
    border-radius: 8px;
}

.container_header_loginButten p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.container_header_loginButten svg {
    margin-left: 9px;
    width: 100%;
    max-width: 16px;
    height: auto;
    margin-bottom: 3px;
}

.roboyad_butten_loginButten_svg_home {
    margin-left: 5px;
    width: 100%;
    max-width: 18px;
    height: auto;
    margin-bottom: 3px;
}


.container_hamburger_menu {
    display: none;
}

.container_hamburger_menu svg {
    width: 100%;
    max-width: 18px;
    height: auto;
}

header {
    margin-bottom: 46px;
}

/* show profile */

.roboyad_show_profile_name_iconDrapDown_container {
    display: flex;
    flex-direction: column;
}

.roboyad_show_profile_name_iconDrapDown_container:hover {
    cursor: pointer;
}

.roboyad_show_profile_name_iconDrapDown_container.active {
    z-index: 65;
}

.roboyad_show_profile_name_iconDrapDown {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row-reverse;
    width: 100%;
}

.roboyad_show_profile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;

    border-radius: 50%;
    border: 2px solid white;
}

.roboyad_show_profile img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    min-width: 60px;
    max-width: 60px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 2px;
}

.roboyad_show_name_iconDrapDown {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.roboyad_show_name_iconDrapDown p {
    color: #2B6CB0;
    font-size: 19px;
    font-weight: 500;
    margin-right: 7px;
}

.roboyad_show_profile_name_iconDrapDown_container.active .roboyad_show_name_iconDrapDown p {
    color: #fff;
}




.roboyad_show_iconDrapDown {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 4px;
    border-radius: 4px;
}

.roboyad_show_iconDrapDown svg{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-top: 2px;
}

.roboyad_show_DrapDown_header {
    position: relative;
    z-index: 65;
}

.roboyad_dropDoun_header_back_dark {

    z-index: 60;

    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
}

.roboyad_show_DrapDown_header_item {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    background-color: white;
    border-radius: 8px;
    padding: 14px 12px;
    width: max-content;
}

.roboyad_show_DrapDown_header_item ul {
    list-style: none;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.roboyad_show_DrapDown_header_item ul li {
    width: 100%;
    border-bottom: 1px solid #343a4029;
    padding-bottom: 10px;
}

.roboyad_show_DrapDown_header_item ul li:last-child {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
}

.roboyad_show_DrapDown_header_item ul li {
    display: flex;
    justify-content: start;
    align-items: center;
}


.roboyad_show_DrapDown_header_item a {
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    color: #343A40;
    font-weight: 500;
}

.roboyad_show_DrapDown_header_item ul li > a {
    position: relative;
    padding-right: 30px;
}

.roboyad_close_from_user_panel:hover {
    cursor: pointer;
}
.roboyad_show_user_panel {
    cursor: pointer;
}

.roboyad_close_from_user_panel > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('assets/image/icon_close.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.roboyad_show_user_panel > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('assets/image/icon_setting.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.roboyad_show_iconDrapDown_svg {
    transform: rotate(0deg);
    transition: all ease 0.5s;
}

.roboyad_show_iconDrapDown_svg.active {
    transform: rotate(180deg);
    transition: all ease 0.5s;
}



@media (max-width: 767px) {


    .roboyad_show_profile {
        border: 1px solid white;
    }

    .container_header_logo {
        display: none;
    }

    .container_header_menu {
        display: none;
    }

    .container_hamburger_menu {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .container_header_loginButten p {
        font-size: 13px;
    }

    .container_header_loginButten a {
        padding: 10px 10px;
    }

    .container_header_loginButten svg {
        margin-left: 5px;
        max-width: 13px;
        height: auto;
    }

    .roboyad_butten_loginButten_svg_home {
        max-width: 16px !important;
    }

    .container_header_logo_menu_loginButten {
        padding: 9px;
    }

    header {
        margin-bottom: 32px;
    }

    .roboyad_header_container {
        margin-top: 40px;
    }

    /* show profile */

    .roboyad_show_iconDrapDown svg{
        margin: 0;
    }

    .roboyad_show_profile img {
        min-width: 45px;
        max-width: 45px;
    }





    .roboyad_show_name_iconDrapDown p {
        font-size: 15px;
    }

    /* drop down */

    .roboyad_show_DrapDown_header_item a {
        font-size: 13px;
    }


    .roboyad_close_from_user_panel > a::before {
        width: 18px;
        height: 18px;
    }

    .roboyad_show_user_panel > a::before {
        width: 18px;
        height: 18px;
    }

    .roboyad_show_DrapDown_header_item ul li > a {
        padding-right: 19px;
    }

    .roboyad_show_DrapDown_header_item {
        padding: 9px;
    }

    .container_header_loginButten a {
        padding: 7px;
    }

    .roboyad_show_DrapDown_header_item ul li {
        padding-bottom: 6px;
    }

    .roboyad_show_DrapDown_header_item ul {
        gap: 6px;
    }

}




/* ---------------------------------- */
/* footer */
/* ---------------------------------- */


.footer_container {
    background-color: white;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    position: relative;
}

.footer_title_phone_number_container {
    background-color: #2AA6FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 939px;
    padding: 15px 18px;
    border-radius: 16px;
    position: absolute;
    top: -45px;

    box-shadow: 0px 6px 10px 0px rgba(32, 162, 255, 0.54);
}


.footer_title_phone_number_container_icon {
    width: 100%;
    max-width: 49px;
    height: auto;
}

.footer_title_phone_number_container_title {
    color: white;
    font-size: 20px;
}

.footer_title_phone_number_container_phone_number {
    background-color: white;
    color: #0047AB;
    border: 1px solid #0047AB;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 24px;
}

.footer_about_menu {
    width: 100%;
    max-width: 939px;
    margin-top: 108px;
    margin-bottom: 43px;
}


.footer_about {
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    padding: 18px 14px;
}

.footer_about_title {
    color: #0047AB;
    font-size: 20px;
    margin-bottom: 7px;
}

.footer_about_discription {
    color: #37474F;
    font-size: 12px;
    line-height: 20px;
}

.footer_line {
    width: 100%;
    max-width: 1320px;
    height: 1px;
    background-color: #D9D9D9;
    margin-bottom: 20px;
}

.footer_social_network_law {
    width: 100%;
    max-width: 1320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 24px;
}

.footer_social_network_container {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 8px;
}

.footer_social_network_container img {
    width: 100%;
    max-width: 77px;
}


.footer_law {
    color: #37474F;
    font-size: 17px;
}

.footer_law span{
    color: #0047AB;
}

.fooler_register {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: start;
}

.register_sidebar {
    color: #0047AB !important;
    font-size: 20px;
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: center;
}

.register_sidebar_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*.register_sidebar_container img {*/
/*    width: 100%;*/
/*    max-width: 77px;*/
/*}*/

.fooler_register ul {
    list-style: none;
    /*margin-right: 36px;*/
    margin-top: 9px;
}

.fooler_register li {
    margin-bottom: 10px;
}

.fooler_register a {
    color: #424242;
    font-size: 14px;
}


.footer_container {
    margin-top: 150px;
}

@media (max-width: 767px) {

    .footer_title_phone_number_container_icon {
        max-width: 24px;
    }

    .footer_title_phone_number_container_title {
        font-size: 10px;
        padding: 0 10px;
    }

    .footer_title_phone_number_container_phone_number {
        padding: 5px;
        border-radius: 8px;
        font-size: 11px;
        text-wrap-mode: nowrap;
    }

    .footer_title_phone_number_container {
        max-width: 90%;
        top: -26px;
        border-radius: 8px;
        padding: 15px 7px;
    }

    .footer_about_menu {
        margin-top: 58px;
        margin-bottom: 45px;
    }


    .footer_social_network_law {
        align-items: start;
        justify-content: start;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .footer_law {
        font-size: 14px;

        margin-top: 15px;
    }

    .footer_social_network_container img {
        width: 100%;
        max-width: 50px;
        height: auto;
    }

    /*----------------------------*/
    /*----------------------------*/

    .footer_about {
        padding: 13px 14px;
    }

    .footer_about_title {
        font-size: 18px;
    }

    .fooler_register {
        margin-top: 29px !important;
    }

    .register_sidebar {
        font-size: 16px;
    }


    .register_sidebar_icon_flash {
        width: 10px;
        height: 10px;

        border-right: 2.5px solid #0047AB;
        border-bottom: 2.5px solid #0047AB;

        transform: rotate(45deg);
        transition: all ease 1s;
    }

    .register_sidebar_container.hiden .register_sidebar_icon_flash {
        transform: rotate(225deg);
        transition: all ease 1s;
    }

    .register_sidebar_container.hiden .items_widget {
        height: 0;
        overflow: hidden;
    }

    .register_sidebar {
        display: flex;
        align-items: center;
        justify-content: space-between !important;
        width: 100%;
    }

    .register_sidebar_container {
        width: 100%;
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
    }

    .footer_container {
        margin-top: 100px;
    }

}

/* ---------------------------------- */
/* hamburger menu */
/* ---------------------------------- */

.hamburger_menu_container {
    position: relative;
}

.roboyad_dark_hamburger_menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.roboyad_dark_hamburger_menu.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
}

.roboyad_hamburger_menu {
    position: fixed;
    width: 70%;
    height: 100vh;
    top: 0px;
    right: -100%;
    z-index: 50;
    background-color: #fff;
    border-radius: 18px 0px 0px 18px;
    display: flex;
    align-items: center;
    flex-direction: column;

    transition: 0.5s all ease;
}

.roboyad_hamburger_menu.active {
    right: 0;
}

.roboyad_hamburger_menu_img {
    margin-top: 30px;
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-bottom: 22px;
}

.roboyad_hamburger_menu_item {
    width: 100%;
    padding-right: 13px;
    height: 100%;
    overflow-y: auto;
}

.roboyad_hamburger_menu_item ul {
    list-style: none;
}

.roboyad_hamburger_menu_item ul li {
    padding-bottom: 20px;
}

.roboyad_hamburger_menu_item ul li a {
    color: black;
    font-size: 14px;
}

.roboyad_hamburger_menu_item ul li > a {
    position: relative;
    padding-right: 28px;
}

.hambergur_menu_contact_us > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('assets/image/Calling_hamberger_menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.hambergur_menu_about_us > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('assets/image/Document_hamberger_menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.hambergur_menu_panel_user > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('assets/image/user_panel_hambergerd_menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.hambergur_menu_home > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('assets/image/Home_hamberger_menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.roboyad_hamburger_menu_close_icon {
    position: absolute;
    top: 10px;
    left: 10px;
}
















