@font-face {
    font-family: 'IRANYekanX';
    src: url('../fonts/IRANYekanX-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'IRANYekanX';
    src: url('../fonts/IRANYekanX-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'IRANYekanX';
    src: url('../fonts/IRANYekanX-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {  
    font-family: 'IRANYekanX';
    src: url('../fonts/IRANYekanX-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {      
    font-family: 'IRANYekanX';
    src: url('../fonts/IRANYekanX-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {      
    font-family: 'IRANYekanX';
    src: url('../fonts/IRANYekanX-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'IRANYekanX';
    src: url('../fonts/IRANYekanX-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
}

a{
    text-decoration: none;
}

body {
    font-family: "IRANYekanX" !important;
    direction: rtl;
    background-color: #fff;
}

.container {
    display: flex;
    flex-direction: row-reverse;
}

 .main-page .left-side {
    width: 56%;
    z-index: 5;
   /* height: 100vh; */
    background-color:#1C39BB ;
    overflow: hidden;
    position: relative;
}

.main-page .right-side {
    width: 44%;
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('./img/Vector.png') no-repeat -109px 5px;
}
.main-page .logo-info{
    display: flex;
    height: 250px;
    flex-direction: column;
    justify-content: space-between;
}

.main-page .logo {
    text-align: center;   
}

.main-page .info-box h2 {
    color: #2B2F33;
    font-size: 20px;
    font-weight: 600;
    word-wrap: break-word;
    text-align: center;
}

.main-page .info-box p {
    color: #4F565C;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    word-wrap: break-word;
    margin-top: 16px;
}

.main-page .options {
    margin-top: 48px;
    display: flex;
    width: 80%;
    flex-direction: row-reverse;
    justify-content: center;
}

.main-page .option {
    margin-left:8px;
    text-decoration: none;
    background-color:#ffffff;
 }

 .main-page .option img {
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    padding: 29px;
    border: 1px solid #F0F3F5
}

.main-page .option p {
    color: #2B2F33;
    font-size: 14px;
    font-weight: 500;
    word-wrap: break-word;
    text-align: center;
}

.welcome-section{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
}

.welcome{
    color: #FFF;    
    font-size: 28px;
    line-height: 41.6px;
    text-align: center;
    font-variation-settings: "wght" 600, "dots" 2;
}

.choose{
    color: #FFF;   
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-variation-settings: "wght" 400, "dots" 2;
}

.arrow{
    margin-left: 16px;
    margin-top: 8px;
    width: 48px;
}

.text-section{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pattern{
    position: absolute;
    left: 0;
    bottom: 0;
}

.hamkelasi{
    position: absolute;
    top: 0;
    right: 25%;
    transform: rotate(-20deg);
    z-index: 1;
}

.help{
    display: none;
    margin-top: 16px;
}

.help .askHelp{
    color: #B6BCC2;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: right;
    font-variation-settings: 'dots' 2;
    display: inline;
}

.help .guide{
    color: #4EA2F5;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: center;
    font-variation-settings: 'dots' 2;    
    display: inline;
    margin-right: 4px;
}

.copyright2,
.copyright1 {
    color: #BFCBFF;    ;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: auto;
    right: auto;
    width: 100%;
}

.copyright2{
    display: none;
}

@media (min-width: 1441px) {
    .LogIn-page .left-side{
        height: 100vh;
    }

}
@media (max-width: 768px) {
    /* تغییرات برای تبلت */
    .main-page {
        flex-direction: column-reverse;
        align-items: center;
    }

    .main-page .left-side {
        width: 100%;
        height: auto;        
    }
    .back-section{
        padding: 12px 21px 0 0;
    }
    .main-page .right-side {
        width: 100%;
    }

    .main-page .logo{
        margin: 25px 0;
    }    
}

@media (max-width: 480px) {
    /* تغییرات برای موبایل */
    .main-page{
        flex-direction: column-reverse;
        overflow: hidden;
        height: 100vh;
    }
    .main-page .logo{
        margin: 25px 0;
    }

    .main-page .right-side {
        width: 100%;
        height: 100vh;
    }

    .main-page .left-side {
        display: none;    
    }

    .main-page .options{
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
    }

    .main-page .option {
        margin-top:12px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 95%;
        border: 1px solid #F0F3F5;
        border-radius: 10px;
    }
    
     .main-page .option img {
        margin-bottom: 0px;
        border: none;
      }
      

    .copyright2,
    .help{
        display: initial;
    }

    .hamkelasi{
        display: none;
    }

    .main-page .logo-info{
        height: 180px;
    }

    .logoH{
        content: url('../images/logoV.svg');
    }

    .header_name_school p,
    .info-chat p {
        text-align: center;
    }
}